* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

:root {
    --purple: #7257db;
    --primary-black: #595959;
    --gray: #212121;
    --l-gray: #8c8c8c;
    --l-white: #fafafa;
    --white: #fff;
    --i-bleck: rgba(33, 33, 33, 1);
    --l-l-gray: rgba(241, 241, 241, 1);
    --title-black: #1A202C;
    --disabled-black: rgba(191, 191, 191, 1);
    --primary-gradient: linear-gradient(to right, #7517E9, #E26FFF);
    --gray-950: #0E0E0F;
    --gray-900: #1C1C1E;
    --gray-800: #38373B;
    --gray-700: #545359;
    --gray-600: #706E76;
    --gray-500: #8C8A94;
    --gray-400: #A3A1A9;
    --gray-300: #BAB9BF;
    --gray-200: #D1D0D4;
    --gray-100: #E8E8EA;
    --gray-50: #F3F3F4;
    --max-width: 1400px;
    --side-p-120: 120px;
    --side-p-60: 60px;
    --side-p-40: 40px;
    --side-p-30: 30px;
    --side-p-20: 20px;
}

button {
    cursor: pointer
}

a {
    text-decoration: none
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 0;
    color: var(--title-black)
}

h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 53px;
    color: var(--gray-900);
}

h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0
}

p {
    color: var(--primary-black)
}

body {
    background-image: url(/img/main-bg.svg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat
}

img {
    width: 100%;
    height: auto;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: var(--side-p-40);
    padding-right: var(--side-p-40);
}

svg {
    transition: transform .3s
}

.no-scroll {
    overflow: hidden;
}

._header_63peu_1 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    background-color: transparent;
    box-shadow: 0 17.41px 43.53px #7090b01a;
    -webkit-backdrop-filter: blur(42px);
    backdrop-filter: blur(42px);
    border-radius: 30px;
    position: relative;
    z-index: 1000
}

._header_63peu_1 ._headerContent_63peu_12 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

._headerContent_63peu_12 > ._desktop_63peu_116 {
    margin-right: 165px;
}
._desktop_63peu_116 {
    display: flex;
    align-items: center;
    gap: 40px;
}

._header_63peu_1 nav>a {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--gray)
}

._header_63peu_1 nav>a.active {
    font-weight: 600;
    color: var(--purple)
}

._header_63peu_1 ._load_63peu_33 {
    padding: 12px 32px;
    border-radius: 50px;
    background-color: var(--purple);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center
}


._header_63peu_1 ._menuButton_63peu_47 {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 20
}

._header_63peu_1 ._menuButton_63peu_47 span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--purple);
    border-radius: 3px;
    transition: all .3s ease-in-out
}

._header_63peu_1 ._menuButton_63peu_47._open_63peu_67 span:first-child {
    transform: translateY(9px) rotate(45deg)
}

._header_63peu_1 ._menuButton_63peu_47._open_63peu_67 span:nth-child(2) {
    opacity: 0
}

._header_63peu_1 ._menuButton_63peu_47._open_63peu_67 span:last-child {
    transform: translateY(-9px) rotate(-45deg)
}

._header_63peu_1 ._mobileMenu_63peu_76 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    padding: 40px 20px 20px;
    transform: translate(100%);
    transition: transform .3s ease-in-out;
    box-shadow: 0 5px 15px #0000001a;
    overflow-y: auto;
    height: calc(100vh - 80px)
}

._header_63peu_1 ._mobileMenu_63peu_76._open_63peu_67 {
    transform: translate(0)
}

._header_63peu_1 ._mobileMenu_63peu_76 nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    min-height: 100%;
    padding-bottom: 40px
}

._header_63peu_1 ._mobileMenu_63peu_76 nav a {
    font-size: 20px
}

._header_63peu_1 ._mobileMenu_63peu_76 nav ._mobileDownload_63peu_106 {
    margin-top: 30px;
    margin-bottom: 20px
}

.logo-link-wrap {
    display: flex;
}

.header-navi {
    display: none;
}

@media (max-width: 900px) {
    ._desktop_63peu_116, ._desktopButton_63peu_119 {
        display: none;
    }
    ._header_63peu_1 {
        position: relative;
    }
    .header-navi {
        position: fixed;
        z-index: 999;
        background: #fff;
        top: 80px;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 50px;
        padding-top: 20px;
        transform: translateX(-100%);
        transition: transform 0.3s, visibility 0.3s;
        visibility: hidden;
        box-shadow: 0 5px 15px #0000001a;
    }
    .header-navi.opened {
        transform: translateX(0);
        overflow: hidden;
        visibility: visible;
    }
    .header-navi ._desktop_63peu_116, .header-navi ._desktopButton_63peu_119 {
        display: flex;
    }
    .header-navi ._desktop_63peu_116 {
        flex-direction: column;
    }
    .header-navi ._desktopButton_63peu_119 {
        display: flex;
        justify-content: center;
    }
    /* ._header_63peu_1 ._headerContent_63peu_12 {
        position: relative;
        z-index: 15
    } */

    ._header_63peu_1 ._menuButton_63peu_47 {
        display: flex
    }

    ._header_63peu_1 ._mobileMenu_63peu_76 {
        display: none
    }

    ._header_63peu_1 ._mobileMenu_63peu_76._open_63peu_67 {
        display: block
    }

    ._header_63peu_1._menuActive_63peu_134 {
        background-color: transparent
    }
}

@media (max-width: 768px) {
    ._header_63peu_1 {
        margin: 0;
        border-radius: 0
    }
}

._button_1ltu8_1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50px;
    padding: 12px 32px;
    background: var(--primary-gradient);
    color: #fff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease;
    width: fit-content
}

._button_1ltu8_1:hover {
    background: #5e43c7
}

._button_1ltu8_1:disabled {
    background: #7257db99;
    cursor: not-allowed
}

._welcome_1ckmy_1 {
    display: flex;
    align-items: center;
    gap: 100px
}

._welcome_info_1ckmy_6 {
    flex: 1.1
}

._welcome_info_1ckmy_6 h2 {
    font-weight: 600;
    font-size: 4.2vw;
    line-height: 5vw;
    letter-spacing: 0;
}

._welcome_info_1ckmy_6 h2 span {
    color: var(--purple)
}

._welcome_info_1ckmy_6 p {
    font-weight: 500;
    font-size: 1.8vw;
    line-height: 2.5vw;
    letter-spacing: 0;
    margin: 1.5vw 0 3vw;
    color: var(--gray-600);
}

._welcome_info_1ckmy_6 ._btns_1ckmy_27 {
    display: flex;
    align-items: center;
    gap: 32px
}

._welcome_info_1ckmy_6 ._btns_1ckmy_27 button:first-child {
    padding: 25px 55px;
    background-color: var(--purple);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none
}

._welcome_info_1ckmy_6 ._btns_1ckmy_27 button:first-child span {
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0
}

._welcome_info_1ckmy_6 ._download_1ckmy_48 {
    position: relative;
    width: 401px;
    height: 140.23px;
    margin-top: 50px
}

._welcome_info_1ckmy_6 ._download_info_1ckmy_54 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 12.83px;
    position: absolute;
    width: 255px;
    height: 117.83px;
    left: 0;
    top: 10.76px
}

._welcome_info_1ckmy_6 ._download_text_1ckmy_67 {
    width: 255px;
    height: 28px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 17.22px;
    line-height: 27px;
    text-align: center;
    color: #595959;
    margin: 0;
    padding: 0
}

._welcome_info_1ckmy_6 ._download_icons_1ckmy_80 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 25.67px;
    width: 255px;
    height: 77px
}

._welcome_info_1ckmy_6 ._download_1ckmy_48 ._icon_1ckmy_90 {
    width: 77px;
    height: 77px;
    opacity: .9;
    position: relative
}

._welcome_info_1ckmy_6 ._download_1ckmy_48 ._icon_1ckmy_90 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

._welcome_info_1ckmy_6 ._download_1ckmy_48 ._divider_1ckmy_101 {
    width: 0px;
    height: 77px;
    border: 1.60407px solid rgba(0, 0, 0, .1)
}

._welcome_info_1ckmy_6 ._download_1ckmy_48 ._qr_container_1ckmy_106 {
    box-sizing: border-box;
    position: absolute;
    width: 125.47px;
    height: 125.47px;
    right: 4.92px;
    top: 7.38px;
    border: 1.18364px solid rgba(151, 146, 172, .4);
    border-radius: 14.981px;
    overflow: hidden
}

._welcome_info_1ckmy_6 ._download_1ckmy_48 ._qr_image_1ckmy_117 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    background-blend-mode: screen, normal, normal;
    opacity: .6
}

._welcome_img_1ckmy_130 {
    flex: .9
}

._welcome_img_1ckmy_130 img {
    width: 100%
}

._manageSection_1vjc5_1 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    padding-top: 80px
}

._manageSection_1vjc5_1 ._box_1vjc5_8 {
    flex: 1;
    border-radius: 40px;
    padding: 40px;
    box-shadow: 0 17.41px 43.53px #7090b01a;
    border: 1px solid rgb(226, 218, 233);
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: var(--white);
    height: auto;
    min-height: 300px;
    justify-content: center
}

._manageSection_1vjc5_1 ._box_1vjc5_8 div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    justify-content: center
}

._manageSection_1vjc5_1 ._box_1vjc5_8 div h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--l-black)
}

._manageSection_1vjc5_1 ._box_1vjc5_8 div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--l-gray)
}

@media (max-width: 1100px) {
    ._manageSection_1vjc5_1 ._box_1vjc5_8 {
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
        height: auto;
        min-height: 250px;
        justify-content: center
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 div {
        justify-content: center
    }
}

@media (max-width: 890px) {
    ._manageSection_1vjc5_1 {
        flex-direction: column;
        justify-content: center;
        padding-top: 50px
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 {
        width: 70dvw;
        border-radius: 40px;
        padding: 40px;
        gap: 40px;
        height: auto;
        min-height: 220px;
        justify-content: center
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 div {
        justify-content: center
    }
}

@media (max-width: 500px) {
    ._manageSection_1vjc5_1 {
        padding-top: 30px;
        gap: 16px
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 {
        width: 100%;
        height: auto;
        min-height: 180px;
        justify-content: center;
        border-radius: 20px;
        padding: 20px;
        gap: 20px
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 svg {
        width: 70px;
        height: 70px
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 div {
        justify-content: center
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 div h3 {
        font-size: 18px;
        line-height: 22px
    }

    ._manageSection_1vjc5_1 ._box_1vjc5_8 div p {
        font-size: 13px;
        line-height: 18px
    }
}

._InfoSection_93sfn_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}

._InfoSection_93sfn_1 ._imgMobile_93sfn_8 {
    display: none
}

._InfoSection_93sfn_1 h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
}

._InfoSection_93sfn_1 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}

._InfoSection_93sfn_1 ul, ._InfoSection_93sfn_1 ol, ._startSection_info_i_1faof_26 ul {
    margin: 1em 1.5em;
}

._InfoSection_93sfn_1 ul li::marker {
    color: #7517E9;
}

._InfoSection_smart_info_93sfn_37 div a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    border-radius: 50px;
    border: 1px solid var(--purple);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: var(--purple)
}

.section-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}

.section-row:nth-child(odd) .section-img {
    border-radius: 0 90px 90px 0;
}
.section-row:nth-child(even) .section-img {
    border-radius: 90px 0 0 90px;
}

.section-content {
    display: flex;
    color: var(--gray-700);
}

.section-row:nth-child(odd) .section-content {
    margin-right: calc((100vw - var(--max-width)) / 2 + 40px);
}
.section-row:nth-child(even) .section-content {
    margin-left: calc((100vw - var(--max-width)) / 2 + 40px);
}

.section-img {
    overflow: hidden;
}

.section-img img {
    display: block;
    width: 100%;
}

.section-content p {
    margin: 1em 0;
}

._InfoSection_health_info_93sfn_71 div a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    border-radius: 50px;
    border: 1px solid var(--purple);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: var(--purple)
}

@media (max-width: 1200px) {
    ._InfoSection_93sfn_1 h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0;
    }

    ._InfoSection_93sfn_1 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

}

@media (max-width: 1000px) {

    ._InfoSection_health_93sfn_59 img {
        /* width: 40dvw */
    }

    ._InfoSection_health_93sfn_59 img_info div a {
        font-size: 18px;
        line-height: 24px
    }

    ._InfoSection_health_smart_93sfn_130 {
        gap: 30px;
        padding-right: 30px
    }

    ._InfoSection_health_smart_93sfn_130 img {
        /* width: 40dvw */
    }

    ._InfoSection_health_smart_93sfn_130 img_info div a {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 825px) {
    ._InfoSection_93sfn_1 ._imgMain_93sfn_143 {
        display: none
    }

    ._InfoSection_93sfn_1 ._imgMobile_93sfn_8 {
        display: block
    }

    ._InfoSection_93sfn_1 h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
    }

    ._InfoSection_93sfn_1 p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }


    ._InfoSection_health_93sfn_59 ._imgMain_93sfn_143 {
        display: none
    }

    ._InfoSection_health_93sfn_59 ._imgMobile_93sfn_8 {
        display: block;
        width: 100%
    }

    ._InfoSection_health_info_93sfn_71 {
        padding: 0 20px;
        min-height: 120px
    }


    ._InfoSection_smart_93sfn_25 ._imgMain_93sfn_143 {
        display: none
    }

    ._InfoSection_smart_93sfn_25 ._imgMobile_93sfn_8 {
        display: block;
        width: 100%
    }

    ._InfoSection_smart_info_93sfn_37 {
        padding: 0 20px;
        min-height: 120px
    }
}

@media (max-width: 500px) {
    ._InfoSection_93sfn_1 {
        padding: 50px 20px 0
    }

}

@media (max-width: 360px) {

    ._InfoSection_health_info_93sfn_71 div a,
    ._InfoSection_smart_info_93sfn_37 div a {
        font-size: 16px;
        line-height: 22px
    }
}

._startSection_1faof_1 {
    background: url(/img/bottom-section-bg.svg), var(--primary-gradient);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 85px;
    margin-top: 150px;
    margin-bottom: 100px;
    height: 725px;
}

._startSection_img_1faof_16 {
    width: 45%;
    object-fit: contain
}

._startSection_info_1faof_20 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 55%
}

._startSection_info_i_1faof_26 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
}

._startSection_info_i_1faof_26 h2 {
    font-weight: 600;
    font-size: 4dvh;
    line-height: 44px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: var(--white)
}

._startSection_info_i_1faof_26 p {
    font-weight: 400;
    font-size: 2dvh;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--white)
}

._startSection_info_i_1faof_26 div {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer-nav ul, .terms-links {
    list-style: none;
    display: flex;
    gap: 50px;
}

.footer-nav ul a {
    color: var(--gray-900);
}
.footer-nav ul a.active {
    color: var(--purple);
}

.terms-links a {
    color: var(--gray-700);
}

.terms-links {
    gap: 40px;
}

@media (max-width: 1050px) {
    ._startSection_info_i_1faof_26 h2 {
        font-size: 28px;
        line-height: 32px
    }

    ._startSection_info_i_1faof_26 p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 850px) {
    ._startSection_1faof_1 {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        height: auto;
        background-size: cover;
        background-position: left;
    }

    ._startSection_img_1faof_16 {
        width: 80dvw;
        object-fit: cover;
        padding-right: 50px
    }

    ._startSection_info_1faof_20 {
        width: 90%;
        align-items: center
    }

    ._startSection_info_i_1faof_26 {
        align-self: center
    }

    ._startSection_info_i_1faof_26 h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0;
        text-align: center;
        text-transform: capitalize
    }

    ._startSection_info_i_1faof_26 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center
    }
}

@media (max-width: 360px) {
    ._startSection_btn_1faof_125 button {
        font-size: 11px;
        line-height: 14px
    }
}

._userInfoSection_v8hha_1 {
    background-color: #706c81;
    margin: 100px 0 140px;
    padding: 40px 0;
    position: relative
}

._userInfoSection_info_v8hha_7 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative
}

._userInfoSection_info_v8hha_7 ._image_v8hha_15 {
    margin: -100px 0;
    flex: 1;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1/1;
    max-width: 500px
}

._userInfoSection_info_v8hha_7 ._image_v8hha_15 img {
    object-fit: cover;
    object-position: center;
    width: 100%
}

._userInfoSection_info_v8hha_7 ._arrows_v8hha_28 {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 22px
}

._userInfoSection_info_v8hha_7 ._arrows_v8hha_28 button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%
}

._userInfoSection_info_v8hha_7 ._text_v8hha_42 {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

._userInfoSection_info_v8hha_7 ._text_v8hha_42 h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--white)
}

._userInfoSection_info_v8hha_7 ._text_v8hha_42 h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--l-white);
    opacity: .7
}

._userInfoSection_info_v8hha_7 ._text_v8hha_42 p {
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0;
    color: var(--white);
    align-self: center;
    text-align: center
}

._userInfoSection_info_v8hha_7 ._topDecoration_v8hha_73 {
    position: absolute;
    top: -60px;
    left: 0
}

._userInfoSection_info_v8hha_7 ._bottomDecoration_v8hha_78 {
    position: absolute;
    bottom: -60px;
    right: 0
}

@media (max-width: 768px) {
    ._userInfoSection_info_v8hha_7 {
        flex-direction: column
    }

    ._userInfoSection_info_v8hha_7 ._image_v8hha_15 {
        margin: -30% 0 0
    }

    ._userInfoSection_info_v8hha_7 ._text_v8hha_42 {
        align-items: center;
        text-align: center
    }
}

._faq_title_7vohw_1 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 56px;
    line-height: 78px;
    letter-spacing: 0
}

._faq_list_7vohw_9 {
    margin: 0 auto;
    max-width: 700px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 14px
}

._faq_item_7vohw_17 {
    padding: 18px 24px;
    border: 1px solid #E2DAE9;
    cursor: pointer;
    box-shadow: 0 15.41px 33.53px #8e70b014;
    border-radius: 16px
}

._faq_question_7vohw_24 {
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

._faq_answer_7vohw_31 {
    margin-top: .5rem;
    color: #555
}

@media (max-width: 600px) {
    ._faq_title_7vohw_1 {
        font-size: 35px;
        line-height: 42px
    }
}

._contacts_u6fxq_1 {
    margin-top: 7vh
}

._contacts_wrapper_u6fxq_4 {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

._contacts_info_u6fxq_9,
._contacts_additional_u6fxq_9 {
    width: 50%
}

._contacts_info_u6fxq_9 h2 {
    font-weight: 600;
    font-size: 4.2vw;
    line-height: 5vw;
    letter-spacing: 0;
    color: #212121b5
}

._contacts_info_u6fxq_9 h2 span {
    color: var(--purple)
}

._contacts_info_u6fxq_9 p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 1.5vw 0 3vw;
    color: var(--l-gray)
}

._contacts_info_u6fxq_9 ._contact_info_grid_u6fxq_31 {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 49px
}

._contacts_info_u6fxq_9 ._contact_info_grid_u6fxq_31 h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: var(--purple)
}

._contacts_info_u6fxq_9 ._contact_info_grid_u6fxq_31 p {
    margin: 0
}

._contacts_info_u6fxq_9 ._contact_info_grid_u6fxq_31>div {
    display: flex;
    flex-direction: column;
    gap: 24px
}

._contacts_additional_u6fxq_9 {
    background-color: var(--l-l-gray);
    display: flex;
    flex-direction: column;
    gap: 48px;
    border-radius: 32px;
    padding: 60px
}

._contacts_additional_u6fxq_9 h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #212121b5;
    margin-top: 20px
}

._contacts_additional_u6fxq_9 p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 1.5vw 0;
    color: var(--l-gray)
}

._contacts_additional_u6fxq_9>form {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (max-width: 768px) {
    ._contacts_u6fxq_1 {
        padding-top: 22px;
        gap: 40px
    }

    ._contacts_wrapper_u6fxq_4 {
        flex-direction: column;
        align-items: center
    }

    ._contacts_info_u6fxq_9,
    ._contacts_additional_u6fxq_9 {
        width: 100%
    }
    
    ._contacts_additional_u6fxq_9 {
        padding: 30px;
    }

    ._input_1yp59_1 {
        font-size: 18px !important;
    }

    ._contacts_u6fxq_1 h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 41.5px;
        letter-spacing: 0;
        text-align: center
    }

    ._contacts_u6fxq_1 h3,
    ._contacts_u6fxq_1 h4,
    ._contacts_u6fxq_1 p {
        text-align: center
    }

    ._navWebBar_1cn14_1 {
        justify-content: center;
    }

    ._contacts_info_u6fxq_9 ._download_u6fxq_109 {
        display: none
    }

    ._contacts_info_u6fxq_9 ._btns_u6fxq_112 {
        flex-direction: column-reverse
    }

    ._contacts_additional_u6fxq_9 {
        margin-top: 40px
    }
}

._inputContainer_1yp59_1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px 32px;
    border-bottom: 1px solid var(--disabled-black)
}

._input_1yp59_1 {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: var(--title-black)
}

._input_1yp59_1::placeholder {
    opacity: .4;
    color: var(--title-black)
}

._input_1yp59_1:focus {
    outline: none
}

._textarea_1yp59_29 {
    resize: none;
    max-height: 120px
}

._label_1yp59_34 {
    font-size: 14px;
    color: #333
}

._required_1yp59_39 {
    color: red;
    margin-left: 4px
}

._errorMessage_1yp59_44 {
    color: red;
    font-size: 12px;
    margin-top: 4px
}

._navWebBar_1cn14_1 {
    display: flex;
    align-items: center;
    gap: 16px
}

._newsletter_19ta0_1 {
    gap: 80px;
    margin-top: 100px;
    padding: 120px 240px;
    background: var(--purple);
    color: var(--white)
}

._content_19ta0_9 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%
}

._textContent_19ta0_18 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

._textContent_19ta0_18 h2,
._textContent_19ta0_18 p {
    color: var(--white)
}

._subscribeForm_19ta0_30 {
    display: flex;
    flex-direction: column
}

._subscribeForm_19ta0_30 ._formRow_19ta0_34 {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

._subscribeForm_19ta0_30 ._customInputWrapper_19ta0_39 {
    position: relative
}

._subscribeForm_19ta0_30 ._customInput_19ta0_39 {
    gap: 10px;
    padding: 27px 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    outline: none;
    background: #8067df;
    color: var(--white);
    font-size: 16px;
    line-height: normal
}

._subscribeForm_19ta0_30 ._customInput_19ta0_39::placeholder {
    color: #ffffffb3
}

._subscribeForm_19ta0_30 ._customButton_19ta0_60 {
    gap: 10px;
    padding: 16px 32px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    background: #fff;
    color: var(--purple);
    box-shadow: 0 10px 10px #1089ff1a;
    width: fit-content;
    cursor: pointer;
    font-weight: 500
}

._subscribeForm_19ta0_30 ._errorMessage_19ta0_76 {
    position: absolute;
    bottom: -20px;
    left: 32px;
    color: #ff6b6b;
    font-size: 12px
}

._successMessage_19ta0_84 {
    background: #ffffff1a;
    padding: 24px;
    border-radius: 12px;
    text-align: center
}

._successMessage_19ta0_84 h3 {
    font-size: 24px;
    margin-bottom: 8px
}

._successMessage_19ta0_84 p {
    font-size: 16px;
    opacity: .9
}

@media (max-width: 1200px) {
    ._newsletter_19ta0_1 {
        padding-left: var(--side-p-120);
        padding-right: var(--side-p-120);
    }
}

@media (max-width: 992px) {
    ._newsletter_19ta0_1 {
        padding-left: var(--side-p-60);
        padding-right: var(--side-p-60);
    }
}

@media (max-width: 768px) {
    ._newsletter_19ta0_1 {
        padding: 80px 40px
    }

    ._content_19ta0_9 {
        flex-direction: column;
        text-align: center
    }

    ._textContent_19ta0_18 {
        margin-bottom: 24px
    }
}

._about_xph4z_1 {
    padding: 100px 0
}

._about_xph4z_1 span {
    color: var(--purple)
}

._aboutContent_xph4z_9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

@media (max-width: 768px) {
    ._aboutContent_xph4z_9 {
        flex-direction: column
    }
}

._textContent_xph4z_21 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 17px
}

._imageContainer_xph4z_28 {
    flex: 1;
    display: flex;
    justify-content: center
}

._aboutImage_xph4z_34 {
    max-width: 100%;
    border-radius: 40px
}

._missionSection_xph4z_39 {
    width: 100%;
    height: 427px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-grow: 0;
    order: 1
}

@media (max-width: 768px) {
    ._missionSection_xph4z_39 {
        height: auto;
        padding: 60px 20px
    }
}

._missionContent_xph4z_57 {
    position: absolute;
    width: 1229px;
    height: 227px;
    left: calc(50% - 614.5px);
    top: 100px;
    background: #f1f1f1;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1280px) {
    ._missionContent_xph4z_57 {
        width: 90%;
        position: relative;
        top: 0;
        left: 0
    }
}

@media (max-width: 768px) {
    ._missionContent_xph4z_57 {
        height: auto
    }
}

._missionRow_xph4z_83 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 154px;
    width: 1067px;
    position: absolute;
    left: calc(50% - 533.5px);
    top: calc(50% - 47.5px)
}

@media (max-width: 1280px) {
    ._missionRow_xph4z_83 {
        width: 90%;
        position: relative;
        left: 0;
        top: 0;
        padding: 40px 20px
    }
}

@media (max-width: 768px) {
    ._missionRow_xph4z_83 {
        flex-direction: column;
        gap: 30px
    }
}

._missionTitle_xph4z_110 {
    width: 219px;
    height: 53px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    color: #262626;
    flex: none;
    order: 0;
    flex-grow: 0
}

@media (max-width: 768px) {
    ._missionTitle_xph4z_110 {
        width: 100%
    }
}

._missionText_xph4z_129 {
    width: 694px;
    height: 96px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #595959;
    flex: none;
    order: 1;
    flex-grow: 0
}

@media (max-width: 768px) {
    ._missionText_xph4z_129 {
        width: 100%;
        height: auto
    }
}

._achievementsSection_xph4z_149 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

._achievementsTitle_xph4z_156 {
    margin-bottom: 60px;
    text-align: center
}

._achievementsGrid_xph4z_161 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 29px;
    width: 100%;
    max-width: 1554px
}

@media (max-width: 1200px) {
    ._achievementsGrid_xph4z_161 {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }
}

._teamSection_xph4z_179 {
    padding: 0;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 1200px) {
    ._teamSection_xph4z_179 {
        height: auto;
        padding: 60px 0
    }
}

._teamTitle_xph4z_194 {
    margin-bottom: 48px
}

._teamGrid_xph4z_198 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    max-width: 1554px
}

@media (max-width: 1200px) {
    ._teamGrid_xph4z_198 {
        gap: 30px
    }
}

@media (max-width: 768px) {
    ._teamGrid_xph4z_198 {
        flex-direction: column;
        align-items: center
    }
}

._card_1u3f1_1 {
    box-sizing: border-box;
    width: 26vw;
    min-width: 320px;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--l-l-gray);
    box-shadow: 0 17.4107px 43.5268px #7b70b01a;
    border-radius: 40px;
    flex: none;
    gap: 20px;
    min-height: 164px;
    height: 164px;
    transition: transform .2s ease, box-shadow .2s ease
}

._card_1u3f1_1:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px #7b70b026
}

@media (max-width: 768px) {
    ._card_1u3f1_1 {
        width: 100%
    }
}

._imageContainer_1u3f1_30 {
    flex: 0 0 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 32px;
    overflow: hidden
}

._image_1u3f1_30 {
    border-radius: 32px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

._content_1u3f1_45 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
    flex: 1;
    height: 100%
}

._title_1u3f1_56 {
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--title-black)
}

._subtitle_1u3f1_65,
._additionalText_1u3f1_65 {
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--l-gray);
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%
}

._subtitle_1u3f1_65 {
    order: 1
}

._additionalText_1u3f1_65 {
    order: 2
}

._teamMember_no5fh_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    width: 296px
}

@media (max-width: 768px) {
    ._teamMember_no5fh_1 {
        width: 100%;
        max-width: 296px
    }
}

._teamMemberImageContainer_no5fh_15 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 13px;
    gap: 10px;
    width: 296px;
    height: 296px;
    border: 7px solid var(--purple);
    border-radius: 177px
}

@media (max-width: 768px) {
    ._teamMemberImageContainer_no5fh_15 {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }
}

._teamMemberImage_no5fh_15 {
    width: 100%;
    height: 100%;
    border-radius: 190px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

._teamMemberInfo_no5fh_44 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

._teamMemberName_no5fh_51 {
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    color: var(--purple);
    margin: 0
}

@media (max-width: 768px) {
    ._teamMemberName_no5fh_51 {
        font-size: 30px;
        line-height: 42px
    }
}

._teamMemberRole_no5fh_66 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: var(--l-gray);
    margin: 0
}

@media (max-width: 768px) {
    ._teamMemberRole_no5fh_66 {
        font-size: 20px;
        line-height: 28px
    }
}

._privacyPolicy_19au3_1 {
    padding: 40px 0;
    max-width: 900px;
    margin: 0 auto
}

._privacyPolicy_19au3_1 h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #333
}

._privacyPolicy_19au3_1 h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #444
}

._privacyPolicy_19au3_1 p {
    margin-bottom: 15px;
    line-height: 1.6
}

._privacyPolicy_19au3_1 ul {
    margin-bottom: 15px;
    padding-left: 20px
}

._privacyPolicy_19au3_1 ul li {
    margin-bottom: 10px;
    line-height: 1.6
}

._privacyPolicy_19au3_1 ul li ul {
    margin-top: 10px
}

._privacyPolicy_19au3_1 a {
    color: #06c;
    text-decoration: none
}

._privacyPolicy_19au3_1 a:hover {
    text-decoration: underline
}

footer {
    padding: 20px 0
}

footer ._hiddenMobil_1xx40_4 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

footer ._hiddenMobil_1xx40_4 button {
    border: none;
    outline: none;
    background-color: transparent
}

footer ._navBar_1xx40_15 {
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

footer ._navBar_1xx40_15 ._desktop_1xx40_22 {
    display: flex;
    align-items: center;
    gap: 40px
}

footer ._navBar_1xx40_15 ._desktop_1xx40_22 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--gray)
}

footer ._navBar_1xx40_15 ._desktop_1xx40_22 a._active_1xx40_34 {
    font-weight: 600;
    color: var(--purple)
}

footer ._navBar_1xx40_15 ._webBar_1xx40_38 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px
}

footer ._navBar_1xx40_15 ._webBar_1xx40_38 ._navWebBar_1xx40_44 {
    display: flex;
    align-items: center;
    gap: 32px
}

footer ._navBar_1xx40_15 ._webBar_1xx40_38 button {
    border: none;
    outline: none;
    background-color: transparent
}

footer ._line_1xx40_54 {
    width: 100%;
    height: 1px;
    background-color: var(--l-gray);
    margin: 5px 0
}

footer ._navBanInfo_1xx40_60 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0 40px
}

footer ._navBanInfo_1xx40_60 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--l-gray)
}

footer ._navBanInfo_1xx40_60 div {
    display: flex;
    align-items: center;
    gap: 32px
}

footer ._navBanInfo_1xx40_60 div a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--gray)
}

#about-main {
    padding: 100px 0;
}
#about-main .section-content {
    align-items: flex-start;
    gap: 60px;
}
#about-main h2 {
    font-size: 64px;
    line-height: 1.3;
}
#about-main h2 span {
    color: var(--purple);
}
#about-main p {
    color: var(--gray-700);
}
.section-content .section-desc, .section-content .section-img {
    flex: 1;
}
#about-main .section-img {
    border-radius: 40px;
    overflow: hidden;
}
#about-mission .section-content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 50px;
    background: var(--gray-50);
    border-radius: 32px;
    gap: 154px;
    align-items: flex-start;
    justify-content: center;
    font-size: 20px;
}
#about-mission h3 {
    flex-shrink: 0;
}
#about-mission p {
    margin: 0;
    max-width: 694px;
}
#about-achievements {
    padding: 100px 0;
}
#about-achievements h2 {
    margin-bottom: 60px;
    text-align: center;
}
.achievements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.achievement {
    border-radius: 40px;
    border: 1px solid #E2DAE9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    gap: 5px;
    text-align: center;
    color: #747474;
    font-size: 14px;
}

.achievement-logo {
    width: 140px;
    height: 140px;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

.achievement-logo img {
    width: 100%;
    height: auto;
}

.achievement-title {
    color: var(--gray);
    font-size: 20px;
    font-weight: 600;
}
.achievement-date {
    font-weight: 600;
}

#about-team {
    background-image: url(/img/team-section-bg.png), var(--primary-gradient);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center 80%, center;
    padding: 120px 0;
}

#about-team h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
}

.team {
    display: flex;
    justify-content: center;
    gap: 125px;
    color: #ffffff;
}

.teammate {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px;
    text-align: center;
    flex: 1;
}

.teammate-photo {
    display: flex;
    max-width: 270px;
    width: 100%;
    margin-bottom: 31px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid transparent;
    background-clip: padding-box;
    outline: 7px solid #ffffff;
    outline-offset: 4px;
}

.teammate-name {
    font-size: 36px;
    font-weight: 600;
}

.teammate-title {
    font-size: 24px;
}

.form-bottom-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.result.success {
    color: green;
}
.result.fail {
    color: red;
}
button:disabled {
    opacity: 0.5;
}

@media (max-width: 824px) {
    footer ._hiddenMobil_1xx40_4 {
        display: flex
    }

    footer ._navBar_1xx40_15 {
        padding: 20px 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 25px
    }

    footer ._navBar_1xx40_15 ._webBar_1xx40_38 button {
        /* display: none */
    }

    footer ._navBanInfo_1xx40_60 {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px
    }

    footer ._navBanInfo_1xx40_60 ._img_1xx40_105 {
        display: none
    }
}

@media (max-width: 475px) {
    footer ._navBar_1xx40_15 ._desktop_1xx40_22 {
        gap: 20px
    }

    footer ._navBar_1xx40_15 ._desktop_1xx40_22 a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@media (max-width: 370px) {
    footer ._navBar_1xx40_15 ._desktop_1xx40_22 {
        gap: 20px
    }

    footer ._navBar_1xx40_15 ._desktop_1xx40_22 a {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0
    }
}


@media (max-width: 1500px) {
    :root {
        --max-width: 1200px;
    }
}

@media (max-width: 1400px) {
    .section-row:nth-child(even) .section-img {
        border-radius: calc(90 / 1920 * 100vw) 0 0 calc(90 / 1920 * 100vw);
    }
    .section-row:nth-child(odd) .section-img {
        border-radius: 0  calc(90 / 1920 * 100vw) calc(90 / 1920 * 100vw) 0;
    }
}

@media (max-width: 1280px) {
    .section-row:nth-child(odd) .section-content {
        margin-right: var(--side-p-40);
    }
    .section-row:nth-child(even) .section-content {
        margin-left: var(--side-p-40);
    }
    #about-main .section-content {
        flex-direction: column;
        gap: 30px;
    }
    .achievements {
        grid-template-columns: repeat(2, fit-content(310px));
        justify-content: center;
    }
}

@media (max-width: 890px) {
    .section-row {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 70dvw;
        border-radius: 34px;
        overflow: hidden;
        background: var(--l-l-gray);
        padding-bottom: 24px;
    }
    .section-row .section-img {
        border-radius: 0 !important;
    }
    .section-row:nth-child(even) .section-content, .section-row:nth-child(odd) .section-content {
        margin-left: 0;
        margin-right: 0;
    }
    .section-row:nth-child(even) .section-img {
        order: -1;
    }
    #about-mission .section-content {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 825px) {
    ._welcome_1ckmy_1 {
        flex-direction: column;
        align-items: center;
        padding-top: 22px;
        gap: 40px
    }

    ._welcome_1ckmy_1 h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 41.5px;
        letter-spacing: 0;
        text-align: center
    }

    ._welcome_1ckmy_1 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center
    }

    ._welcome_info_1ckmy_6 ._download_1ckmy_48 {
        display: none
    }

    ._welcome_info_1ckmy_6 ._btns_1ckmy_27 {
        flex-direction: column-reverse
    }

    ._welcome_1ckmy_1 ._download_text_1ckmy_67 span {
        font-weight: 600
    }
    
    .team {
        gap: 50px;
    }

}

@media (max-width: 768px) {
    .container {
        padding-left: var(--side-p-30);
        padding-right: var(--side-p-30);
    }
    .team {
        gap: 20px;
    }
    #about-main h2 {
        font-size: 12dvw;
    }
}

@media (max-width: 550px) {
    .container {
        padding-left: var(--side-p-20);
        padding-right: var(--side-p-20);
    }
}

@media (max-width: 550px) {
    .container {
        padding-left: var(--side-p-20);
        padding-right: var(--side-p-20);
    }
    .achievements {
        grid-template-columns: repeat(1, fit-content(310px));
    }
}