@charset "UTF-8";

@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url("./fonts/icomoon/icomoon.b79cdc7813af.eot?a7fun6");
    src: url("./fonts/icomoon/icomoon.b79cdc7813af.eot?a7fun6#iefix") format("embedded-opentype"),
        url("./fonts/icomoon/icomoon.c9877cdec18b.ttf?a7fun6") format("truetype"), url("./fonts/icomoon/icomoon.68d2e17c45ad.woff?a7fun6") format("woff"), url("./fonts/icomoon/icomoon.7b19f56472dc.svg?a7fun6#icomoon") format("svg");
    font-weight: 400;
    font-style: normal
}

:root {
    --main-color: #ffcd73;
    --secondary-color: #FF9D01;
    --green: #0BA7AA;
    --main-font-size: 18px;
}

#bp-widget {
    z-index: 100000000 !important;
}

@media (max-width: 781px) {
    .programPage .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
    }

    .programPage .wp-block-column.is-vertically-aligned-bottom,
    .programPage .wp-block-column.is-vertically-aligned-center,
    .programPage .wp-block-column.is-vertically-aligned-top {
        width: auto;
    }

    .wp-block-image {
        text-align: center;
    }

    .sectionsTabs .sectionsTab {
        font-size: 18px !important;
    }
}

/*//////////////////////////////David ////////////////////////////*/
#darkmode-toggle[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#darkmode-toggle[type="checkbox"]+label::before {
    display: none !important;
}

#darkmode-toggle[type="checkbox"]+label {
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.darkmode-label {
    cursor: pointer;
    width: 125px;
    height: 50px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: relative;
}

.darkmode-label .material-icons-outlined::after,
.darkmode-label .material-icons::after {
    font-size: 45px;
    color: navajowhite;
}

.darkmode-label .material-icons-outlined::after {
    text-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.darkmode-label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 50px;
    height: 45px;
    background: gray;
    border-radius: 90px;
    box-shadow: 19px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

#darkmode-toggle:checked+label::after {
    background: #fff;
}

#darkmode-toggle:checked+label {
    background: gray;
}

#darkmode-toggle:checked+label .material-icons-outlined::after,
#darkmode-toggle:checked+label .material-icons::after {
    color: #ffd69a;
}

#darkmode-toggle:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    box-shadow: -19px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.darkmode-label:active:after {
    width: 130px;
}

.darkmode-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding-bottom: 8px;
    gap: 3px;
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.settings-tools-container {
    width: 300px;
    height: 100vh;
    background: radial-gradient(var(--lighter-black, #f6f6f6) 15%,
            transparent 16%,
            transparent 49%,
            var(--lighter-black, #f6f6f6) 50%,
            transparent 51%),
        radial-gradient(circle at top left,
            var(--lighter-black, #f6f6f6) 10%,
            transparent 10%,
            transparent 39%,
            var(--lighter-black, #f6f6f6) 40%,
            transparent 41%),
        radial-gradient(circle at top right,
            var(--lighter-black, #f6f6f6) 10%,
            transparent 10%,
            transparent 39%,
            var(--lighter-black, #f6f6f6) 40%,
            transparent 41%),
        radial-gradient(circle at bottom left,
            var(--lighter-black, #f6f6f6) 10%,
            transparent 10%,
            transparent 39%,
            var(--lighter-black, #f6f6f6) 40%,
            transparent 41%),
        radial-gradient(circle at bottom right,
            var(--lighter-black, #f6f6f6) 10%,
            transparent 10%,
            transparent 39%,
            var(--lighter-black, #f6f6f6) 40%,
            transparent 41%);
    background-size: 1em 1em;
    background-color: var(--light-black, #ffffff);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition-property: visibility, opacity, left;
    transition-duration: 0.5s, 0.3s;
}

.settings-tools-container[style*="left: -300px"] {
    opacity: 0;
    visibility: hidden;
}

.settings-tools-container[style*="left: 0px"] {
    opacity: 1;
    visibility: visible;
}

.settings-tools-buttons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-right: 8px;
    margin-left: 8px;
    padding-left: 0 !important;
}

.settings-tools-buttons a {
    cursor: pointer;
    color: #606060;
    text-decoration: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-left: 8px;
    background-color: #ffffff3d;
    border: 0.1px solid #d0d0d0;
}

.settings-tools-buttons a i::after {
    font-size: 29px;
    position: relative;
    top: 5px;
}

.settings-tools-buttons a:hover {
    color: #fff;
    transition: 0.6s;
    border-color: transparent;
}

.settings-tools-buttons .close-button:hover {
    background: darkred;
}

.settings-tools-buttons .reset-button:hover {
    background: var(--light-primary-color);
}

.settings-item {
    background: #000;
    margin: 16px 8px;
    padding: 8px 16px;
    border-radius: 5px;
}

.settings-item .setting-title {
    font-family: "IBM PlexSans SemiBold";
    font-size: var(--font-16, 16px);
    margin-bottom: 16px;
}

.setting-item.accessiblity-container {
    padding-bottom: 8px;
    display: flex;
}

.settings-item .accessiblity {
    font-family: "IBM PlexSans SemiBold";
    font-size: var(--font-16, 16px);
    padding: 8px 16px;
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #222;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.settings-item .accessiblity:hover {
    transition: all 0.3s ease-in-out;
}

.settings-item .accessiblity input[type="checkbox"] {
    accent-color: #242127;
}

.settings-item .accessiblity.active {
    background: var(--active-primary-color);
    color: #ffffff;
}

/******************************** Darker *********************************/
.darker .edraak-header.home:not(.scrolling) {
    background: #1C1F20 0% 0% no-repeat padding-box;
}

.darker a.nav-link {
    color: #fff !important;
}

.darker .edraak-header {
    background-color: #1C1F20;
}

.darker {
    background: #1C1F20;
}

.darker .pattern {
    background-color: #181A1B;
}

.darker .program-div {
    background: #181A1B 0% 0% no-repeat padding-box;
}

.darker .program-div .content {
    color: #fff !important;
}

.darker .program-div h3 {
    color: #fff;
}

.darker .learn-with-traces h2 {
    color: #fff;
}

.darker .learn-with-traces h4 {
    color: #fff;
}

.darker .learn-with-traces {
    color: #fff;
}

.darker .start-with-traces h2 {
    color: #fff;
}

.darker .start-with-traces {
    color: #fff;
}

.darker .penefits-points {
    background: #181A1B 0% 0% no-repeat padding-box;
    color: #fff;
}

.darker .penefit-content {
    color: #fff;
}

.darker .work-button {
    color: #fff;
}

.darker .points h1 {
    color: #fff;
}

.traces-program h2 {
    color: #fff;
}

.darker .points .icon-Group-30763 {
    color: #fff !important;
}

.darker .coursesSection h1,
.darker .coursesSection h2,
.darker .coursesSection h6,
.darker .coursesSection p {
    color: #fff;
}

.darker .wpforms-field-container label {
    color: #fff !important;
}

.darker .explorePage .coursesSection .wp-block-column .wp-block-group {
    background: #181A1B;
}

.darker .explorePage .coursesSection .wp-block-column .wp-block-group a {
    color: #fff;
}

.darker .explorePage .coursesSection .wp-block-column .wp-block-group h3 {
    color: #fff;
}

.darker .avatar-image img {
    background: #181A1B;
    border-radius: 20px;
}

.darker .programPage h2 {
    color: #fff;
}

.darker .programPage p,
.darker .programPage ul {
    color: #fff;
}

.darker .programPage .sectionsTabs {
    background: #181A1B;
}

.darker .programPage .sectionsTabs .tabs {
    border-bottom: 1px solid #181A1B;
}

.darker .programPage .sectionsTabs .sectionsTab {
    border-bottom: 1px solid #181A1B;
    color: #fff;
}

.darker .collapseContainer .collapsible {
    background: #181A1B 0% 0% no-repeat padding-box;
    color: #fff;
}

.darker .collapseContainer .active,
.darker .collapseContainer .collapsible:hover {
    background: #181A1B 0% 0% no-repeat padding-box;
}

.darker .collapseContainer .content {
    background: #181A1B 0% 0% no-repeat padding-box;
    color: #fff;
}

.darker .collapseContainer .collapsible:after {
    color: #fff;
}

.darker .point-image {
    background: #181A1B 0% 0% no-repeat padding-box;
}

/******************************** Darker *********************************/






/*//////////////////////////////David ////////////////////////////*/
.setting-item.accessiblity-container a {
    background: #515151;
    color: #fff;
    padding: 8px 15px;
    width: 50%;
}

.setting-item.accessiblity-container a.active {
    background: var(--secondary-color) !important;
}

#voice_reader {
    background: #9e9e9e;
    color: #fff;
    width: 50%;
    cursor: pointer;
    border-radius: 5px;
    font-size: 30px;
    margin-top: 10px;
    vertical-align: middle;
    margin: 0px 4px;
}

#voice_reader.active {
    background: var(--secondary-color) !important;
}

body.grayscale::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    backdrop-filter: grayscale(100%);
    -webkit-backdrop-filter: grayscale(100%);
    -moz-backdrop-filter: grayscale(100%);
    -o-backdrop-filter: grayscale(100%);
    -ms-backdrop-filter: grayscale(100%);
    pointer-events: none;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/material-icons.woff2) format('woff2');
    font-display: swap;
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.material-icons-outlined {
    font-family: "Material Icons Outlined" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/material-icons-outlined.woff2) format('woff2');
    font-display: swap;
}

.material-icons-outlined::after,
.material-icons::after {
    content: attr(data-value);
    text-transform: none;
    font-style: normal !important;
}

.dark a.nav-link {
    color: #fff !important;
}

.dark .edraak-header.home:not(.scrolling) {
    background: #44464B 0% 0% no-repeat padding-box;
}

.dark .edraak-header {
    background-color: #44464B;
}

.dark {
    background: #44464B;
}

.dark .pattern {
    background-color: #2F3033;
}

.dark .program-div {
    background: #2F3033 0% 0% no-repeat padding-box;
}

.dark .program-div .content {
    color: #fff !important;
}

.dark .program-div h3 {
    color: #fff;
}

.dark .learn-with-traces h2 {
    color: #fff;
}

.dark .learn-with-traces h4 {
    color: #fff;
}

.dark .learn-with-traces {
    color: #fff;
}

.dark .start-with-traces h2 {
    color: #fff;
}

.dark .start-with-traces {
    color: #fff;
}

.dark .penefits-points {
    background: #2F3033 0% 0% no-repeat padding-box;
    color: #fff;
}

.dark .penefit-content {
    color: #fff;
}

.dark .work-button {
    color: #fff;
}

.dark .points h1 {
    color: #fff;
}

.traces-program h2 {
    color: #000;
    text-align: center;
}

.dark .points .icon-Group-30763 {
    color: #fff !important;
}

.dark .coursesSection h1,
.dark .coursesSection h2,
.dark .coursesSection h6,
.dark .coursesSection p {
    color: #fff;
}

.dark .wpforms-field-container label {
    color: #fff !important;
}

.dark .explorePage .coursesSection .wp-block-column .wp-block-group {
    background: #2f3033;
}

.dark .explorePage .coursesSection .wp-block-column .wp-block-group a {
    color: #fff;
}

.dark .explorePage .coursesSection .wp-block-column .wp-block-group h3 {
    color: #fff;
}

.dark .avatar-image img {
    background: #2f3033;
    border-radius: 20px;
}

.dark .programPage h2 {
    color: #fff;
}

.dark .programPage p,
.dark .programPage ul {
    color: #fff;
}

.dark .programPage .sectionsTabs {
    background: #2F3033;
}

.dark .programPage .sectionsTabs .tabs {
    border-bottom: 1px solid #2F3033;
}

.dark .programPage .sectionsTabs .sectionsTab {
    border-bottom: 1px solid #2F3033;
    color: #fff;
}

.dark .collapseContainer .collapsible {
    background: #2F3033 0% 0% no-repeat padding-box;
    color: #fff;
}

.dark .collapseContainer .active,
.dark .collapseContainer .collapsible:hover {
    background: #2F3033 0% 0% no-repeat padding-box;
}

.dark .collapseContainer .content {
    background: #2F3033 0% 0% no-repeat padding-box;
    color: #fff;
}

.dark .collapseContainer .collapsible:after {
    color: #fff;
}

.dark .point-image {
    background: #2F3033 0% 0% no-repeat padding-box;
}

.avatar-image img {
    background: #fff;
    border-radius: 20px;
}

.header-with-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:767px) {
    h2.has-text-align-right {
        text-align: center;
    }

    #footer .second {
        padding-right: 0px;
    }

    .fixed-image {
        display: none;
    }

    .traces-program h2 {
        text-align: center;
    }

    .work-button {
        margin-top: 20px;
    }

    #footer_1-sidebar .wp-block-image .alignright,
    #footer_1-sidebar .wp-block-image .alignleft {
        float: none !important;
        margin: auto !important;
    }

    #footer .second-en h2 {
        text-align: center;
    }

    #footer .second-en li {
        text-align: center;
    }

    #footer .has-text-align-left {
        text-align: center;
    }

    #footer h2 {
        text-align: center;
    }

    #footer li {
        text-align: center;
    }

    #footer .has-text-align-right {
        text-align: center;
    }

    .partners {
        background: none;
    }

    .wp-block-buttons {
        align-items: center;
        flex-direction: column;
    }

    .wp-block-tnp-minimal {
        padding: 2px 0px 20px !important;
    }

    #footer_1-sidebar {
        margin-bottom: 30px;
    }

    #header_logo_mobile {
        display: block !important;
    }

    #header_logo {
        display: none !important;
    }

    .show_in_mobile {
        display: block !important;
    }

    .hide_in_mobile {
        display: none !important;
    }

    .learn-map {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

#bp-web-widget {
    z-index: 10000;
}

.mobile-input {
    direction: ltr;
}

.image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23ffcd73" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-1C9EB9 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23086271" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-2692FF .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23192655" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-CEA93C .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23665628" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-F0B06C .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23E69138" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-9B6BB3 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%237846A8" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-EB6579 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23D56073" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-BB3145 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%237A1322" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-018075 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23018075" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-19AF94 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23018075" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-67AFE5 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%232986CC" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-FFC605 .image-background {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23C19605" id="Mask_Group_67" data-name="Mask Group 67" transform="translate(-137 -130)">\
			<rect id="Rectangle_3040" data-name="Rectangle 3040" width="356.415" height="557.671" rx="159" transform="translate(387.521 733.102) rotate(-150)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

.image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23ffcd73" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-1C9EB9 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23086271" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-2692FF .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23192655" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-CEA93C .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23665628" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-F0B06C .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23E69138" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-9B6BB3 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%237846A8" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-EB6579 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23D56073" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-BB3145 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%237A1322" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-018075 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23018075" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-19AF94 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23018075" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-67AFE5 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%232986CC" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#div-FFC605 .image-background1 {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="472" height="545" viewBox="0 0 472 545">\
        <g fill="%23C19605" id="Mask_Group_68" data-name="Mask Group 68" transform="translate(-137 -130)">\
			<rect id="Rectangle_3041" data-name="Rectangle 3041" width="354.088" height="554.03" rx="159" transform="translate(81.557 251.093) rotate(-30)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
    background-size: 100% 100%;
}

#setting-icon {
    background: var(--secondary-color);
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0px 4px 4px 0px;
    padding: 5px;
    cursor: pointer;
}

#setting-div {
    position: fixed;
    top: 160px;
    z-index: 1000;
}

#setting-attributes {
    background: #333434;
    color: #fff;
    margin-top: -160px;
    min-height: 600px;
    font-size: 14px;
    width: 300px;
    display: none;
    height: 100vh;
}

#system-color {
    background: #1E1D1D;
    padding: 10px;
}

.colors .active {
    border: 2px solid #FFFFFF;
}

.colors {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.setting-header {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.image-click {
    cursor: pointer;
    max-width: 45px;
}

#setting-attributes h5 {
    color: #fff !important;
    font-size: 18px;
    padding: 10px;
    width: 50%;
}

#color2 {
    background-image: linear-gradient(to right, #086271 50%, #1C9EB9 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color3 {
    background-image: linear-gradient(to right, #192655 50%, #2692FF 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color4 {
    background-image: linear-gradient(to right, #665628 50%, #CEA93C 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color5 {
    background-image: linear-gradient(to right, #E69138 50%, #F0B06C 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color6 {
    background-image: linear-gradient(to right, #7846A8 50%, #9B6BB3 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color7 {
    background-image: linear-gradient(to right, #D56073 50%, #EB6579 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color8 {
    background-image: linear-gradient(to right, #7A1322 50%, #BB3145 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color9 {
    background-image: linear-gradient(to right, #018075 50%, #19AF94 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color10 {
    background-image: linear-gradient(to right, #C19605 50%, #FFC605 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

#color1 {
    background-image: linear-gradient(to right, #2986CC 50%, #67AFE5 50%);
    width: 40px;
    height: 25px;
    cursor: pointer;
}

.mode-buttons {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 46%;
    font-size: 16px;
    padding: 10px 8px;
}

.font-color {
    color: var(--main-color);
}

img {
    max-width: 100%;
}

body {
    overflow-x: hidden;
}

h3 {
    font-size: 22px;
}

.btn-primary {
    color: #142e40;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pattern {
    background-image: url("../images/pattern-new.png");
}

.points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23ffcd73">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-1C9EB9 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23086271">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-018075 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23018075">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-2692FF .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23192655">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-CEA93C .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23665628">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-F0B06C .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23E69138">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-9B6BB3 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%237846A8">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-EB6579 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23D56073">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-BB3145 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%237A1322">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-19AF94 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23018075">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-67AFE5 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%232986CC">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-FFC605 .points {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23C19605">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

.points {

    color: var(--main-color);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-top: 10px;
    margin-top: 20px;
}

.aligncenter {
    margin: auto !important;
}

#footer_2-sidebar p {
    color: #fff;
    font-size: 25px;
    line-height: 45px;
}

#menu-footer1,
#menu-footer2 {
    line-height: 35px;
}

.text-align-right {
    text-align: right;
    line-height: 25px;
}

.text-align-left {
    text-align: left;
    line-height: 25px;
}

.heroContent p {
    color: #fff;
}

#footer_2-sidebar .tnp-submit {
    background: var(--secondary-color);
    color: #000000;
    height: 47px;
    display: inline-block;
    border-radius: 30px;
    width: 47px;
    z-index: 100;
    position: relative;
    padding: 10px;
    margin-top: 1px;
    border: 0;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name {
    line-height: 24px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

.login-button {
    padding: 10px 50px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 30%);
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    background: var(--secondary-color);
    border: none;
    margin-bottom: 10px;
}

.work-button {
    padding: 10px 50px;
    font-style: normal;
    letter-spacing: normal;
    color: #242127;
    border: none;
    margin-bottom: 10px;
    font-weight: bold;
}

.learn-with-traces {
    padding-top: 40px;
    text-align: center;
}

.start-with-traces {
    padding-top: 40px;
    text-align: center;
}

.start-penefits {
    margin-top: 30px;
    position: relative;
}

.penefit-content {
    font-size: 20px;
    color: #636163;

}

.penefits-points {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #7BA8B84D;
    border-radius: 10px;
}

.learn-map {
    padding-top: 160px;
    position: relative;
    padding-bottom: 120px;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23ffcd73">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-1C9EB9 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23086271">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-018075 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23018075">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-2692FF .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23192655">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-CEA93C .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23665628">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-F0B06C .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23E69138">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-9B6BB3 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%237846A8">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-EB6579 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23D56073">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-BB3145 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%237A1322">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-19AF94 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23018075">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-67AFE5 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%232986CC">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}

#div-FFC605 .learn-map {
    --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="585.572" viewBox="0 0 1200 585.572">\
        <g fill="%23C19605">\
            <path id="Union_147" data-name="Union 147" d="M10135.118-3038.6a11.793,11.793,0,0,1,11.787-11.8,11.793,11.793,0,0,1,11.791,11.8,11.794,11.794,0,0,1-11.791,11.8A11.793,11.793,0,0,1,10135.118-3038.6ZM9438.1-3086.532a14.005,14.005,0,0,1,14-14.012,14.007,14.007,0,0,1,14,14.012,14.008,14.008,0,0,1-14,14.015A14.006,14.006,0,0,1,9438.1-3086.532Zm668.577-432.909a10.323,10.323,0,0,1,10.317-10.326,10.322,10.322,0,0,1,10.315,10.326,10.322,10.322,0,0,1-10.315,10.326A10.323,10.323,0,0,1,10106.673-3519.442Zm510.788-79.65a10.323,10.323,0,0,1,10.317-10.326,10.323,10.323,0,0,1,10.317,10.326,10.322,10.322,0,0,1-10.317,10.326A10.322,10.322,0,0,1,10617.461-3599.091Zm-943.606-1.476a11.8,11.8,0,0,1,11.791-11.8,11.792,11.792,0,0,1,11.788,11.8,11.8,11.8,0,0,1-11.788,11.8A11.8,11.8,0,0,1,9673.854-3600.567Z" transform="translate(-9438.096 3612.365)"/>\
        </g>\
    </svg>');
    background-image: var(--svg);
}






.traces-program {
    padding-top: 40px;
}
.courses .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    max-width: 20%;
    /* overflow-wrap: break-word; */
    /* word-break: break-word; */
}
.program-div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #7BA8B83B;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 100%;
}

.program-div img {
    max-width: 100%;
}

.program-div .button {
    margin-top: 15px;
    color: var(--main-color);
}

.program-div .button a {
    color: #000;
}

.change-color {
    color: var(--main-color);
}

.change-color1 {
    color: var(--secondary-color);
}

.vertical-middle {
    vertical-align: middle;
}

h1 {
    font-weight: 700;
}

@media (min-width:1200px) {
    .points {
        padding-left: 0;
        padding-right: 0;
    }
}

#login-step2 {
    display: none;
    padding-top: 125px;
}

#footer {
    background-color: #242127;
    color: #D6D5D3;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    background-image: url("../images/Group 30648.svg");
}

.margintop40 {
    margin-top: 40px;
}

.margintop40 .wp-block-column {
    text-align: center;
}

.margintop40 .wp-block-column span {
    font-size: 60px;
}

.margintop40 .wp-block-column p {
    margin-top: 10px;
}

.wpforms-field-container {
    max-width: 700px;
    margin: auto !important;
}

.wpforms-submit-container {
    max-width: 700px;
    margin: auto !important;
    text-align: center;
}

.partners {
    background-image: url("../images/Group 30905.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    margin-top: 50px !important;
}

.explorePage .coursesSection .wp-block-column .wp-block-group {
    box-shadow: 0px 1px 6px #00000023;
    border-radius: 8px;
    padding: 15px;
}

.login-register {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 0.5px #FFFFFF40, 0px 0px 20px #00000029;
    border-radius: 8px;
    margin-top: 50px;
}

.course_info {
    background: #29A064 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.login-register .nav-tabs .active a {
    background-color: var(--main-color);
    color: #242127;
}

.explorePage .coursesSection .wp-block-column .wp-block-group:hover {
    background: var(--secondary-color);
}

#footer .first {
    /*border-bottom:1px solid #474140;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#footer .first-en {
    /*border-bottom:1px solid #474140;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer-girl img {
    max-height: 450px;
}

.footer-image img {
    max-height: 100px;
    width: auto;
}

.widgets {
    border-bottom: 1px solid #474140;
}

.copyright-container {
    padding: 15px;
}

#footer h2 {
    color: #D6D5D3;
    font-size: 18px;
}

#login-page {
    min-height: 560px;
}

.explorePage {
    min-height: 570px;
}

.detailsContainer button {
    color: #000;
    background: transparent linear-gradient(270deg, var(--main-color) 0%, var(--secondary-color) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 60px #00000040;
    border-radius: 29px;
}

.btn-secondary {
    color: #fff;
    border-color: var(--main-color);
    border-style: solid;

    background-color: var(--main-color);
    box-shadow: 0px 4px 8px #0000003D;
    border-radius: 8px;
    width: 100%;
}

.btn-secondary:hover {
    color: var(--secondary-color) !important;
    background-color: #fff !important;
}

.img-responsive {
    width: 100%;
}

.courseCard .courselottie {
    width: 100%;
}

#register .btn-secondary,
#login .btn-secondary,
#reset-password .btn-secondary {
    padding: 10px 50px;
    margin: 20px 0;
}

.login-info {
    font-size: 18px;
}

.categories .course-item,
.courses .course-item {
    margin: 13px 0 5px 20px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    background-color: #fff;
}

.categories .course-item,
.courses .course-item {
    display: inline-block;
}

.edraak-header {
    z-index: 1010 !important;
}

.edraak-header .edraak-header__search .icon-search {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}

.edraak-header .edraak-header__brand {
    width: 120px;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.edraak-header .edraak-header__navigation-link {
    border-bottom: 2px solid transparent;
    padding: 0px 0;
    font-size: var(--main-font-size)
}

.btn-trans {
    color: #142e40;
    text-decoration: underline;
}

.edraak-header .btn-header.btn-wide {
    margin: 0px 20px;
    padding: 8px 25px;
    width: 120px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 30%);
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #fff;

    background: var(--secondary-color);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border: none;
}

#dropdownMenuLink {
    color: var(--secondary-color);
}

.edraak-header .btn-header.btn-wide:hover {
    background-position: left bottom;
}

.btn-circle {
    padding: 7px 10px;
}

.edraak-header .edraak-header__search .text-input {
    width: 100px;
    font-size: var(--main-font-size);
}

.edraak-header .edraak-header__navigation-link a.active,
.edraak-header .edraak-header__navigation-link a:active,
.edraak-header .edraak-header__navigation-link a:focus,
.edraak-header .edraak-header__navigation-link a:hover {
    border-bottom: 2px solid var(--main-color);
}

.main-background {
    width: 100%;
    float: left;
}

.blue,
.sectionTitle.blue,
.sectionText.blue {

    color: var(--secondary-color);
}

.creative button {
    background-color: #157abf !important;
    border-color: #157abf !important;
}

.blue-background {
    background: var(--secondary-color);
}

.coursesCategories ul li {
    cursor: pointer;
}

.coursesCategories ul {
    color: #fff;
}

.coursesCategories ul li.darkBlue {
    color: #142e40;
}

.coursesCategories ul li.darkBlue .icon {
    color: #157abf;
    font-size: 18px;
}

.coursesCategories ul li.active .icon {
    color: #f1a32a;
    font-size: 18px;
}

.coursesCategories ul li img {
    background: var(--secondary-color);
}

.sectionTitle,
.sectionText {
    color: #fff;
}

h4 {
    color: #636163;
    font-size: 22px;
    font-weight: bold;
}

.category-title {
    margin: 0 10px;
}

.coursesCategories ul li {
    width: 180px;
    padding: 10px;
}

.coursesCategories ul li.active {
    color: #f1a32a;
    background: rgb(241, 163, 42, 25%);
    width: 180px;
    padding: 10px;
    border-radius: 15px;
}

.coursesCategories ul li.active .category-icon img {
    background: #f1a32a;
}

.coursesCategories ul li .category-icon img {
    margin-top: -8px;
}

.sectionHead {
    margin: 27px 0 0 0;
    padding-bottom: 20px;

}

@media (min-width:1200px) {
    .container {
        width: 1090px;
    }

    .sectionTitle.Big {
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 15px;
    }
}

@media (min-width:1300px) {
    .container {
        width: 1200px;
    }

}

@media (min-width:768px) {
    .bootom-image {
        margin-top: -560px;
    }

    .paddingbottom {
        padding-bottom: 310px;
    }
}

.courseCard {
    width: 240px;
}

.btn-primary a {
    color: #fff;
}

.btn-primary {
    padding: 10px 20px;
    color: #142e40;
    border-style: solid;
}

.longEmpty {
    height: 300px;
    position: relative;
    margin-bottom: 100px;
}

.longEmpty img {
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.upper {
    text-transform: uppercase;
}

.overlay {
    position: relative;
    z-index: 10;
}

.lang-btn {
    padding: 7px;
}

.paddingTop100 {
    padding-top: 100px;
}

.paddingTop60 {
    padding-top: 60px;
}

.padding40 {
    padding: 40px;
}

.border-radius-bottom-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.height50 {
    height: 50px;
    width: 100%;
}

.lang-item {
    list-style: none;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
}

.lang-item a {
    position: relative;
    top: -4px;
    color: var(--main-color);
}

#payModal .modal-content {
    border: none !important;
}

#payModal .btn-secondary {
    margin: 10px 0;
}

#payModal .row {
    background: #fff;
    border-radius: 15px;
    padding: 10px 40px;
}

#payModal h3,
#payModal h4,
#payModal h5,
#payModal label {
    color: #3e4072;
    font-size: 16px
}

.modalclose {
    font-size: 30px;
    color: #3e4072;
    padding: 10px !important;
    opacity: 1 !important;
}

.modalclose:hover {
    color: red;
}

#payModal h3 {
    color: var(--secondary-color);
}

#payModal .form-control {
    border-radius: 10px;
    height: 42px;
}

.required_star {
    color: red;
    padding: 2px;
}

#payModal .visa img {
    padding: 5px;
    width: 85px;
}

#payModal .form-control {
    border-color: var(--secondary-color)
}

#payModal .btn-wide {
    width: 100%;
    border-radius: 10px;
}

#my_courses::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 47px;
    width: 0;
    height: 0;
    border-bottom: 10px solid var(--main-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#my_courses {
    display: none;
    color: #fff;
    position: absolute;
    bottom: -13px;
    text-align: center;
    padding: 3px 5px;
    background: var(--main-color);
    border-radius: 15px;
    width: 120px;
}

#welcome:hover~#my_courses {
    display: block;
}

#my_courses:hover {
    display: block;

}

.courseName {
    min-height: 46px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    color: #3e4072;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.28;
}

.edraak-header .nav-link {
    color: #142e40;
}

.form-check-inline .form-check-input {
    position: absolute;
    clip: rect(0, 0, 0, 0);

}

.form-check-inline .col-md-6 {
    padding: 0px 14px;
}

.form-check-label .fa {
    font-size: 26px;
    margin: 0 5px;
}

.form-check-label.active,
.form-check-label:hover {
    color: #fff;
    background: var(--secondary-color);
}

.form-check-label {
    border-radius: 5px;
    background: #fff;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);

    padding: 5px 10px;
    width: 100%;
}

.home_container {
    width: 50%;
    padding: 25px 0;
}

@media screen and (max-width:767px) {
    .home_container {
        width: 100%;
    }
}

.other-image .icon {
    padding-top: 70px;
    width: 128px;
}

.background-other .courseCard {
    background: #142e40;
}

.background-other .text h4 {
    padding-top: 16px;
    color: #fff;
}

.alert,
.alert-danger {
    font-size: 14px;
    display: block;
    margin: 10px;

}

.background-other .fa {
    padding-top: 10px;
}

.white {
    color: #fff !important;
}

.border-radius-15 {
    border-radius: 15px;
    border: 1px solid black;
}

.success-container .info {
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.success-container .content-label {
    color: grey;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.success-container .alert {
    border: 0;
    border-radius: 0px;
}

.success-container h2 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;

}

.success-container #card {
    display: inline-block;
}

.success-container .info-content {
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin: 0;
}

.success-container .alert {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 0px
}

.body-rtl .success-container .col-md-6 {
    padding-right: 30px;

}

.body-ltr .success-container .col-md-6 {
    padding-left: 30px;

}

.banner-title {
    color: var(--secondary-color) !important;
}

.dark .hero-color {
    color: white;
}

.darker .hero-color {
    color: white;
}

.hero-color {
    color: black;
}

.svg-logo path {
    fill: #000000;
}

.dark .svg-logo path {
    fill: #ffcd08;
}

.darker .svg-logo path {
    fill: #ffcd08;
}


#ajax_loader {
    background: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    opacity: 0.8;
    top: 0;
}

#ajax_loader .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 33%, white 100%);
    animation: rotation 1s linear infinite;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#ajax_loader .loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0c0c0c;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.form-control {
    width: 100%;
    margin-bottom: 5px;
    height: 45px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 10px;
}

#login {
    margin-top: 30px;
    margin: 30px;
    margin: 0 auto;
    max-width: 550px;
    padding-bottom: 30px;
}

#login a {
    color: var(--main-color);
}

#login-page {
    padding-top: 100px;
}

.password-text-field {
    position: relative;
}

.register-info {
    margin: 10px 5px 20px 5px;
    font-size: 18px;
}

.abcRioButton {
    margin: 0 auto;

}

label {
    margin-top: 15px;
    margin-bottom: 10px;
}

.social {
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
}

.social .col-md-4 {
    width: 30%;
    margin: 0 1.5%;
    border-radius: 8px;
}

.or-div {
    width: 100%;
    float: right;
    position: relative;
}

.or-div:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 43%;
    height: 0;
    border-top: 2px solid #636163;
}

.or-div:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 43%;
    height: 0;
    border-top: 2px solid #636163;
}

.frame {

    background: #ecf0f2;
    margin-top: 20px;
}

.center {
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #999;
    text-align: center;
}

h1 {
    /*font-size: 16px;*/
    font-weight: 300;
    color: #666;
}

.dropzone {
    text-align: center;
}

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#idimage1 {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 20px;
    display: none;
    background: #ecf0f2;
    margin-top: 10px;
}

#idimage1 button {
    float: left;
    background: var(--secondary-color);
    color: #fff;
    border: 0;
    font-size: 14px;
}

.error-message {
    max-width: 400px;
    display: grid;
    font-size: medium;
    font-weight: bolder;
    background: #fbe4e4;
    border: 1px solid red;
    padding: 17px 25px;
    column-gap: 5px;
    width: 100%;
    margin: 25px 0;
    align-items: center;
}

.success-message {
    max-width: 400px;
    font-size: medium;
    font-weight: bolder;
    background: green;
    color: white;
    padding: 17px 25px;
    column-gap: 5px;
    width: 100%;
    margin: 25px 0;
    align-items: center;
}

.validation-error {
    border-color: red;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

#register-by-google iframe {
    text-align: center;
    margin: -2px auto !important;
}

.figma-container {
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--White-500---White, #FFF);
    /* Elevation/300 */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    display: block;
    margin: auto;
    padding: 24px;
}

.figma-container-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--White-500---White, #FFF);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    margin: auto;
    padding: 24px;
}

.profil-containr {
    display: flex;
    padding-top: 117px;
}

.profile-title {
    color: var(--White-900, #1A1A1A);
    text-align: center;
    font-family: Tajawal;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;


}

.profile-subtitle {
    color: var(--White-600, #666);
    text-align: center;
    font-family: Tajawal;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 16px;
    width: 400px;
}

.card-profile {
    display: flex;
    height: 104px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--White-100, #E6E6E6);
    background: var(--White-500---White, #FFF);
    margin-bottom: 24px;
}

.img-card-profile {
    max-width: 30%;
}

.img-card-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    max-width: 80px;

}

.section-right {
    display: flex;
    width: 275px;
}

.info-card-profile {
    margin-right: 18px;
}

.info-card-profile h5 {
    color: var(--White-800, #333);
    text-align: right;
    font-family: Tajawal;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 3px;
}

.info-card-profile h6 {
    color: var(--White-600, #666);
    text-align: right;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.info-card-profile p {
    color: var(--White-600, #666);
    text-align: right;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px;
}

.choose-profile {
    width: 400px;
    height: 48px;
    margin-bottom: 24px;
}

.card-profile-radio {
    width: 24px;
    height: 24px;
    border-radius: var(--radius-full, 9999px);
    border: 1px solid var(--Colors-Border-border-primary, #D0D5DD);
}

.otp-fields {
    margin-bottom: 24px;
    direction: ltr;
}

.otp-input {
    font-size: 50px;
    text-align: center;
    width: 56px;
    height: 64px;
    min-height: 64px;
    padding: var(--spacing-xxs, 2px) var(--spacing-md, 8px);
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Colors-Border-border-primary, #D0D5DD);
    background: var(--Colors-Background-bg-primary, #FFF);

    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.otp-separator {
    margin-right: 4px;
    width: 16px;
    height: 64px;
    color: var(--Colors-Text-text-placeholder_subtle, #D0D5DD);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    /* 150% */
    letter-spacing: -0.96px;
}

.otp-timeout {
    color: var(--White-600, #666);
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.resend-disabled {
    color: gray;
    pointer-events: none;
    text-decoration: none;
    display: none;
}

.resend-active {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Forgot Password Styles  */

.form-control {
    width: 100%;
    margin-bottom: 5px;
    height: 45px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 10px;
}

#login {
    margin-top: 30px;
    margin: 30px;
    margin: 0 auto;
    max-width: 550px;
    padding-bottom: 30px;
}

#login a {
    color: var(--main-color);
}

#login-page {
    padding-top: 100px;
}

.password-text-field {
    position: relative;
}

.register-info {
    margin: 10px 5px 20px 5px;
    font-size: 18px;
}

.abcRioButton {
    margin: 0 auto;

}

.social {
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
}

.social .col-md-4 {
    width: 30%;
    margin: 0 1.5%;
    border-radius: 8px;
}

label {
    margin-top: 15px;
    margin-bottom: 10px;
}

.or-div {
    width: 100%;
    float: right;
    position: relative;
}

.or-div:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 43%;
    height: 0;
    border-top: 2px solid #636163;
}

.or-div:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 43%;
    height: 0;
    border-top: 2px solid #636163;
}

.alert-success {
    background-color: #f2dede !important;
    border-color: green !important;
    color: #a94442 !important;
}

.hide {
    display: none;
}

.iti__country-list {
    text-align: right !important;
    direction: ltr !important;
    left: 0 !important;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
    flex-direction: row-reverse;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    direction: ltr;
    margin-right: 6px;
}

.about-hero {
    padding-top: 85px;
    background: color-mix(in srgb, var(--secondary-color), white 70%);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-bottom: 120px;

}

.about-title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 150% */
}

.about-features {
    margin-top: -100px;
}

.about-content {
    color: var(--White-800, #333);
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    max-width: 1200px;
    /* 150% */

}

.about-hero-image svg {
    width: 100%;
}
.vm-card:hover{
    background: var(--secondary-color);
    color:white;

}
.vm-card:hover p {
    color: white;
}
.vm-card:hover h3 {
    color: white;
}
.vm-card:hover svg path {
    fill: white;
    transition: fill 0.3s ease-in-out;
}

.vm-card {
    height: 250px;
    padding: 32px;
    border-radius: 32px;
    border: 1px solid var(--White-200, #CCC);
    background: var(--White-500---White, #FFF);
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    Selection colors Hex Nibras Brand/500 #FECD08 #242127 #636163 Assets eye Component instance Export Re-center Shift+2
}

.vm-card p {
    color: #636163;
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    transition: color 0.3s ease-in-out;
}

.about-partners {
    padding: 55px;
    border-radius: 40px;
    background: color-mix(in srgb, var(--secondary-color), white 70%);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;

}

.about-partners img {
    width: 150px;
    margin: 20px;


}

.map-component {
    text-align: center;
}

.map-component h2 {
    color: #242127;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;

}

.map-component p {
    color: #242127;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 600px;
    margin: auto;
}

.steps h5 {
    color: var(--White-700, #4D4D4D);
    font-family: Tajawal;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
}

.line-container {
    position: absolute;
    margin-top: 30px;
    padding-right: 40px;
}

.steps {
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 500;
    position: relative;
}

.accordion {
    border: bisque;
    border-radius: 32px;
    background: color-mix(in srgb, var(--secondary-color), white 70%);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.one-feature {
    color : #191400 !important ; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 32px;
    border: 1px solid var(--main-color);
    background: color-mix(in srgb, var(--secondary-color), white 70%);

}

.accordion.active {
    background: var(--secondary-color);
}

.one-feature.active {
    background: var(--secondary-color);
}

.feature-content {
   
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.feature-content p {
    margin: 25px;
     color : #191400;
}

.steps-line {
    margin-top: 32px;
}

.feature-icon {
    padding-left: 10px;
}

.feature-arrow {
    padding-left: 10px;

}

@media (max-width: 781px) {
    .about-vision-mission .col-sm-12 {
        margin-bottom: 30px;
    }

    .steps {
        flex-direction: column;
    }

    .about-hero {
        padding-bottom: 0px !important;
    }

    .one-step {
        margin-bottom: 30px;
    }

    .line-container {
        display: none;
        transform: rotate(90deg);

    }
    .vm-card{
        height: auto; 
    }

}