    :root {
        --primarycolor: #8e7ed2;
        --secondarycolor: #4fafa7;
        --notifybell: #45377f;
        --primary: #7969c1;

        --primary100: #f0eefb;
        --primary200: #ccc6f5;
        --primary300: #bfb7f3;
        --primary400: #aaa0e7;
        --primary500: #9b90de;
        --primary600: #8e7ed2;
        --primary700: #7969c1;
        --primary800: #58499b;
        --primary900: #45377f;
        --primary1000: #382c6a;

        --secondary100: #e9fffd;
        --secondary200: #a2f2eb;
        --secondary300: #c4fbf6;
        --secondary400: #87ded7;
        --secondary500: #74d3cb;
        --secondary600: #62c5bc;
        --secondary700: #4fafa7;
        --secondary800: #338881;
        --secondary900: #18524d;
        --secondary1000: #0a3b37;

    }

    .start__body {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        box-shadow: none;
        min-height: 100vh;
        overflow-y: auto;
        background-color: var(--primary);
    }

    .start {
        text-align: center;
        font-family: 'Roboto', Arial, Verdana;
        color: #fff;
        min-height: 812px;
        background-size: cover;
        padding-bottom: 1rem;
    }

    h1.h5 {
        margin: 0;
    }

    span.dib.p-1 {
        padding: 4px 10px !important;
    }

    small.dib {
        padding: 3px 10px;
        border-right: 1px solid;
    }

    .lang-text {
        margin: 10px 0;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 108;
        -webkit-backdrop-filter: saturate(160%) blur(10px);
        backdrop-filter: saturate(160%) blur(10px);
        background-color: rgba(0, 0, 0, 0.4);
    }

    _:-moz-any(x),
    .overlay {
        background-color: rgba(0, 0, 0, 0.8);
    }

    _:-ms-lang(x),
    .overlay {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .buttons-container {
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .buttons-container .button {
        margin: 0 10px;
    }

    .ps-container {
        position: relative;
    }

    .button {
        display: block;
        width: 100%;
        padding: 0.5rem 2rem;
        font-size: 1rem;
        font-family: 'Noto Sans', sans-serif;
        text-align: center;
        text-transform: uppercase;
        background-color: var(--secondarycolor);
        border: none;
        border-radius: 40px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
        -ms-transition: all 0.17s ease-in-out;
        transition: all 0.17s ease-in-out;
    }

    .button:hover {
        background-color: #fbac56;
        opacity: .9;
    }

    @media (min-width: 1024px) {
        .products-desc__title:after {
            margin-left: 0;
        }
    }

    .products-desc__title {
        color: var(--primary800);
        font: 500 1.5em 'Noto Sans', sans-serif !important;
        line-height: 1.2;
        margin: 0;
        padding: 27px 0 22px;
        text-align: left;
        font-weight: 500;
    }

    .start .products-desc__title {
        text-align: center;
    }

    @media screen and (min-width: 768px) {
        .start .products-desc__title:after {
            margin: 0 auto;
            margin-top: 20px;
        }
    }

    @media screen and (min-width: 1366px) {
        .products-desc__title {
            font-size: 1.7em;
        }

        .start .products-desc__title {
            font-size: 2em;
        }
    }

    .modal {
        border-radius: 20px;
        max-width: 700px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        overflow: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -70%);
        -moz-transform: translate(-50%, -70%);
        -o-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
        -moz-transition: -moz-transform 0.3s, opacity 0.2s;
        -o-transition: -o-transform 0.3s, opacity 0.2s;
        -ms-transition: -ms-transform 0.3s, opacity 0.2s;
        transition: transform 0.3s, opacity 0.2s;
        visibility: hidden;
        width: 96%;
        z-index: -1;
        padding: 2rem;
        -webkit-backdrop-filter: saturate(250%) blur(10px);
        backdrop-filter: saturate(250%) blur(10px);
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 60px -40px;
    }

    .modal:focus {
        outline: none;
    }

    .modal h2,
    .modal h3,
    .modal h4 {
        font-family: 'Noto Sans', sans-serif !important;
    }

    _:-moz-any(x),
    .modal {
        background-color: #fff;
    }

    _:-ms-lang(x),
    .modal {
        background-color: #fff;
    }

    .modal__inner {
        max-height: 85vh;
        padding-right: 1rem;
        overflow: auto;
        padding-bottom: 10px;
        border-radius: 10px;
    }

    .modal__head {
        color: #120918;
        margin-bottom: 1rem;
        text-align: center;
    }

    .modal__title {
        margin: 0 auto;
        width: 96%;
    }

    @media screen and (min-width: 768px) {
        .modal__title {
            width: 60%;
        }
    }

    .modal__body {
        color: var(--neutral);
        font-size: 0.875rem;
        text-align: justify;
        position: relative;
    }

    .modal__foot {
        margin-top: 2rem;
    }

    .modal__foot .buttons-container {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    @media screen and (min-width: 768px) {
        .modal__foot .buttons-container {
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            -o-box-orient: horizontal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: distribute;
            -moz-box-pack: distribute;
            -o-box-pack: distribute;
            -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
            justify-content: space-around;
        }
    }

    .modal__foot .button {
        margin: 5px auto;
    }

    @media screen and (min-width: 768px) {
        .modal__foot .button {
            max-width: 265px;
        }
    }

    .alert .modal__title {
        font-size: 2rem;
    }

    .alert .modal__body {
        text-align: center;
        font-size: 1.3rem;
    }

    .loader {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.5s;
        -moz-transition: visibility 0s 0.5s;
        -o-transition: visibility 0s 0.5s;
        -ms-transition: visibility 0s 0.5s;
        transition: visibility 0s 0.5s;
        -webkit-backdrop-filter: saturate(180%) blur(10px);
        backdrop-filter: saturate(180%) blur(10px);
        background-color: rgba(255, 255, 255, 0.8) !important;
    }

    .loader__content {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 50%;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.17s ease-in-out 0.17s ease-in-out;
        -moz-transition: -moz-transform 0.17s ease-in-out 0.17 ease-in-out;
        -o-transition: -o-transform 0.17s ease-in-out 0.17s 0.17s ease-in-out;
        -ms-transition: -ms-transform 0.17s ease-in-out 0.17s 0.17s ease-in-out;
        transition: transform 0.17s ease-in-out 0.17s, opacity .9 ease-in-out;
    }

    .loader__circular {
        width: 100px;
        height: 100px;
        -webkit-animation: rotate 2s linear infinite;
        -moz-animation: rotate 2s linear infinite;
        -o-animation: rotate 2s linear infinite;
        -ms-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .loader__base {
        fill: none;
        stroke: var(--primarycolor);
        stroke-width: 7;
    }

    .loader__path {
        fill: none;
        stroke: var(--secondarycolor);
        stroke-width: 2;
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        stroke-miterlimit: 10;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        -moz-animation: dash 1.5s ease-in-out infinite;
        -o-animation: dash 1.5s ease-in-out infinite;
        -ms-animation: dash 1.5s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite;
    }

    @media (min-width: 1024px) {
        .countries {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -o-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        }
    }

    @media all and (min-width: 320px) and (max-width: 480px) {
        .products-desc__title {
            padding: 18px 0 0px 0;
        }
    }

    @media all and (min-width: 320px) and (max-width: 480px) {
        .button {
            padding: 0.9rem 2rem;
        }

        .modal__inner {
            padding-right: 0;
        }

        .button {
            padding: 1rem 2rem;
        }
    }

    .dib {
        display: inline-block;
    }

    .brand.logo {
        width: 127px;
        margin: 0 auto;
    }

    .start h3 {
        margin-top: 36px;
        margin-bottom: 36px;
        font-size: 24px;
    }

    .list-wrap.countries {
        padding-top: 15px;
        background: #fff;
        width: 90%;
        margin: 0 auto;
        color: #333;
        border-radius: 5px;
    }

    .list-wrap.countries .country__name {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px;
    }

    .list-wrap.countries .country__flag {
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        width: 28px;
        height: 20px;
        background-position: 0 -24px;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 23px;
    }

    .list-wrap.countries {
        max-width: 1140px;
        min-height: 630px;
        border-radius: 10px;
        padding: 10px;
        background-color: #fff;
    }

    .countries__list--container {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .countries__list--container h2 {
        color: #333;
        font-size: 18px;
        margin: 10px 0;
    }

    .list-wrap.countries .countries__list {
        margin: 0 auto;
        list-style: none;
        text-align: left;
        padding: 5px;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-between;
    }

    @media screen and (max-width: 480px) {
        ul.countries__list li.in {
            /* width: 49% !important; */
        }
    }

    ul.countries__list li.in {
        width: 48%;
        display: inline-flex;
        align-content: center;
        align-items: center;
    }

    figure {
        margin: 0;
    }

    .list-wrap.countries .countries__list a {
        text-decoration: none;
        font-size: 14px;
        line-height: 100%;
        color: #333;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 12px 11px 12px 0px;
    }

    .list-wrap.countries .country__name {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px;
    }

    .list-wrap.countries .country__flag {
        width: 28px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px;
        min-width: 30px;
    }

    .p-1 {
        padding: 1rem !important;
    }

    .d-inline-block {
        display: inline-block !important;
    }

    .button {
        width: 100%;
        font-size: 1rem;
        text-transform: inherit;
        background-color: var(--primarycolor);
        color: #fff;
        border: none;
        border-radius: 120px;
        position: relative;
        min-width: 64px;
        padding: 14px 24px;
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-family: 'Noto Sans', sans-serif;
        gap: 10px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        will-change: box-shadow;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        outline: none;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        text-transform: inherit !important;
        flex: 1,
    }

    .button:hover {
        background-color: var(--primary600);
        opacity: .9;
    }

    .button[disabled],
    html input[disabled] {
        cursor: default;
        background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
        color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
        border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
    }

    .lang-text small.dib:last-child {
        border: none;
    }

    .lang-text h1 {
        font-size: 17px;
        font-weight: 400;
    }
