html {
    font-size: 37.5px;
}

a {
    text-decoration: auto;
}

.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    /*width: 51.2rem;*/
    /*height: 195.867rem;*/
    overflow: hidden;
}

.section_1 {
    background-color: rgba(255, 255, 255, 1);
    padding: 0 7%;
}

.block_1 {
    background-image: linear-gradient(44deg, rgba(0, 240, 255, 0.06) 0, rgba(0, 240, 255, 0) 50%, rgba(233, 221, 255, 0.09) 100%);
    position: relative;
    width: 100%;
    margin: 3rem auto 2rem;

    opacity: 0;
}

.info_1 {
    opacity: 0;
    gap: .3rem;
}

:root {
    --transition-duration: .6s;
}

@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.block_1.animate, .info_1.animate {
    animation: slideUpFade var(--transition-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.left_animate, .right_animate {
    opacity: 0;
}

@keyframes slideLeftFade {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;

        transform: translateX(0);
    }
}

@keyframes slideRightFade {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.left_animate.animate {
    animation: slideLeftFade var(--transition-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.right_animate.animate {
    animation: slideRightFade var(--transition-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.image-wrapper_1 {

}

.image_1 {
    width: 1.84rem;
    height: 1.6rem;
}

.block_2 {
    margin: .5rem 0;
    flex: 1;
    max-width: 50%;
}

.block_3 {

}

.text_2 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 1.706rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
}

.text_3 {
    overflow-wrap: break-word;
    color: rgba(69, 85, 108, 1);
    font-size: 0.533rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 0.774rem;
    margin-top: 0.64rem;
}

.content_1 {
    gap: 1rem;
}

.block_4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    flex: 1;
}

.box_2 {
    border-radius: 16px;
    width: 100%;
    border: 0.5px solid rgba(241, 245, 249, 1);
    padding: .7rem;
}

.bg_2 {
    background-color: rgba(239, 246, 255, 1);
}

.bg_3 {
    background-color: rgba(255, 247, 237, 1);
}

.bg_4 {
    background-color: rgba(236, 254, 255, 1);
}

.bg_5 {
    background-color: rgba(245, 243, 255, 1);
}

.image-wrapper_2 {
    border-radius: 14px;
    height: 1.28rem;
    width: 1.28rem;

    align-items: center;
    justify-content: center;
}

.bg_6 {
    background-color: rgba(59, 130, 246, 0.13);
}

.bg_7 {
    background-color: rgba(249, 115, 22, 0.13);
}

.bg_8 {
    background-color: rgba(8, 145, 178, 0.13);
}

.bg_9 {
    background-color: rgba(124, 58, 237, 0.13);
}


.label_1 {
    width: 0.587rem;
    height: 0.587rem;
}

.text_5 {
    overflow-wrap: break-word;
    color: rgba(29, 41, 61, 1);
    font-size: 0.533rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.64rem;
}

.text_6 {
    overflow-wrap: break-word;
    color: rgba(98, 116, 142, 1);
    font-size: 0.373rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 0.587rem;
    margin-top: 0.214rem;
}

.block_7 {
    background-color: rgba(0, 105, 112, 0.06);
    border-radius: 9999px;
    height: 16rem;
    width: 16rem;
    position: absolute;
    right: -50%;
    top: -2.746rem;
}

.text-group_4 {
    margin: 0.4rem 0 0;
}

.block_8 {
    background-color: rgba(84, 0, 195, 0.06);
    border-radius: 9999px;
    height: 16rem;
    width: 16rem;
    position: absolute;
    left: -2.133rem;
    top: 15.84rem;
}

.text-wrapper_2 {
    background-color: rgba(240, 249, 250, 1);
    border-radius: 0 14px 14px 0;
    /*height: 2.56rem;*/
    border-left: 4px solid rgba(0, 194, 203, 1);
    margin: 1.8rem 0 0;
    padding: .4rem;
}

.text_13 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.533rem;
    font-family: Inter-Semi Bold Italic;
    font-weight: normal;
    text-align: left;
    line-height: 0.64rem;
}

.section_2 {
    padding: 2rem 7%;
}

.text_14 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.64rem;
    letter-spacing: 1.4px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
    margin: 0;
}

.text_15 {
    overflow-wrap: break-word;
    color: rgba(6, 16, 51, 1);
    font-size: 1.28rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1.28rem;
    letter-spacing: 1px;
    /*letter-spacing: -.5px;*/
    /*transform: scaleX(1);*/
}

.image_2 {
    width: 1.8rem;
    height: 1.8rem;
}

.image-wrapper_6 {
    justify-content: space-between;
    margin: 1.1rem 0 0;
    /*overflow: hidden;*/

}

.sliderTrack {
    gap: .3rem;
    /*animation: translateX .6s;*/
    animation: transform .6s;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.slider-item {
    /*width: 14rem;*/
    gap: .2rem;
}

.image_3-0 {
    width: 100%;
}

.text_16 {
    overflow-wrap: break-word;
    color: rgba(48, 49, 51, 1);
    font-size: 0.8rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}

.text_22 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 0.533rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
}

.group_2 {
    gap: .4rem;
    margin: .2rem 0 0;
}

.image-text_1 {
    align-items: center;
    gap: .3rem;
}

.thumbnail_1 {
    width: 0.16rem;
    height: 0.16rem;
}

.text-group_5 {
    overflow-wrap: break-word;
    color: rgba(98, 116, 142, 1);
    font-size: 0.48rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
}

.section_3 {
    position: relative;
    background-color: rgba(228, 255, 255, 1);
    padding: 2rem 7%;
}

.box_5 {
    background-color: rgba(228, 255, 255, 1);
}

.box_6 {
    margin: 1rem auto 0;
    justify-content: center;
    text-align: center;
}

.text_24 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 1.28rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: center;
    line-height: 1.28rem;
    margin-top: 0.5rem;
    transform: scaleX(1.3);
}

.text_25 {
    overflow-wrap: break-word;
    color: rgba(98, 116, 142, 1);
    font-size: 0.48rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: center;
    line-height: 0.747rem;
    margin: .5rem auto;
}

.text_26 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.533rem;
    letter-spacing: 1.4px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 0.534rem;
    gap: .5rem;
    justify-content: center;
    align-items: center;
}

.box_9 {
    display: grid;
    margin: 1rem auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .6rem;
}

.text-wrapper_5 {
    background-image: linear-gradient(180deg, rgba(0, 0, 31, 1) 0, rgba(0, 0, 14, 0.47) 99.989998%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 16, 0.52) 100%);
    border-radius: 24px;
    padding: .7rem;
}

.text_27 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 1.28rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.28rem;
}

.text_28 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.64rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.747rem;
    margin: .3rem 0 0;
}

.text_29 {
    overflow-wrap: break-word;
    color: rgba(208, 208, 208, 1);
    font-size: 0.373rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 0.587rem;
    margin: 0.3rem 0 4rem 0;
}

.box_10 {
    background-color: rgba(255, 255, 255, 1);
    flex-wrap: nowrap;
    padding: 3rem 7% 2rem;
    gap: 1.5rem;
}

.box_11 {
    flex: 1;
    max-width: 50%;
}

.image-text_20 {
    width: 2.907rem;
    height: 2.16rem;
}

.label_5 {
    width: 1.3rem;
}

.text-group_27 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.533rem;
    letter-spacing: 1.4px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
    margin-top: 0.48rem;
}

.text-group_28 {
    margin-top: 0.4rem;
}

.text_39 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 1.28rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 1.6rem;
}

.text_40 {
    overflow-wrap: break-word;
    color: rgba(69, 85, 108, 1);
    font-size: 0.48rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 0.774rem;
    margin-top: 0.5rem;
}

.group_10 {
    align-items: center;
    gap: .5rem;
}

.image-wrapper_7 {
    background-color: rgba(0, 194, 203, 0.1);
    border-radius: 14px;
    height: 1.1rem;
    width: 1.1rem;
    padding: .32rem;
    justify-content: center;
    align-items: center;
}

.thumbnail_20 {
    width: 0.48rem;
    height: 0.48rem;
}

.text-group_29 {

}

.text_41 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.426rem;
    font-family: Inter-Semi Bold;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    line-height: 0.64rem;
}

.text_42 {
    overflow-wrap: break-word;
    color: rgba(98, 116, 142, 1);
    font-size: 0.373rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.587rem;
    margin-top: .1rem;
}

.text_44 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.373rem;
    font-family: Inter-Regular;
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
    margin-top: 0.1rem;
}

.text_46 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.373rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
    margin-top: 0.1rem;
}

.box_12 {
    background-color: rgba(248, 250, 252, 1);
    border-radius: 24px;
    flex: 1;
    border: 0.5px solid rgba(241, 245, 249, 1);
    padding: .8rem;
}

.text_47 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.533rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.747rem;
}

.text-wrapper_6 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.text_48 {
    width: 1.947rem;
    height: 0.534rem;
    overflow-wrap: break-word;
    color: rgba(49, 65, 88, 1);
    font-size: 0.373rem;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
}

.group_13 {
    margin: 0.64rem 0 0;
}

.text-wrapper_7 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 14px;
    height: 1rem;
    border: 0.5px solid rgba(226, 232, 240, 1);
    outline: none;
    padding: .2rem .5rem;
    margin-top: .3rem;
}

.text-wrapper_12 {
    background-image: linear-gradient(90deg, rgba(37, 99, 235, 1) 0, rgba(0, 194, 203, 1) 100%);
    border-radius: 14px;
    margin: .6rem 0 0;
    padding: .3rem 1rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.426rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 0.64rem;
    border: none;
}

.height-3 {
    height: 3rem;
}

.box_13 {
    background-color: rgba(228, 255, 255, 1);

}

.text-wrapper_13 {
    margin: 2.5rem 0 0;
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.533rem;
    letter-spacing: 1.4px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
}

.box_14 {
    gap: 1.5rem;
}

.section_4 {
    flex: 1;
    max-width: 50%;
}

.text_62 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 1.28rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6rem;
}

.text_63 {
    overflow-wrap: break-word;
    color: rgba(69, 85, 108, 1);
    font-size: 0.48rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 0.774rem;
    margin-top: 0.64rem;
}

.block_9 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 14px;
    border: 0.5px solid rgba(241, 245, 249, 1);
    margin-top: 0.5rem;
    padding: .4rem;
    align-items: center;
    gap: .4rem;
}

.image-wrapper_10 {
    background-color: rgba(0, 194, 203, 0.1);
    border-radius: 10px;
    height: 0.96rem;
    width: 0.96rem;
    justify-content: center;
    align-items: center;
}

.thumbnail_24 {
    width: 0.427rem;
    height: 0.427rem;
}

.text_64 {
    overflow-wrap: break-word;
    color: rgba(49, 65, 88, 1);
    font-size: 0.533rem;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
}

.section_5 {
    background-color: rgba(0, 191, 212, 1);
    border-radius: 24px;
    flex: 1;
    position: relative;
    padding: .8rem;
    gap: .8rem;
    max-width: 50%;
}

.text_69 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.853rem;
    font-family: Inter-Extra Bold;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    line-height: 0.747rem;
    position: relative;
}

.group_15 {
    align-items: center;
    gap: .5rem;
}

.text-wrapper_14 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 999px;
    overflow-wrap: break-word;
    color: rgba(27, 160, 240, 1);
    font-size: 0.426rem;
    font-family: Inter-Bold;
    font-weight: 700;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
}

.text-group_33 {
    width: 85%;
}

.text_71 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.533rem;
    font-family: Inter-Semi Bold;
    font-weight: 600;
    text-align: left;
}

.text_72 {
    overflow-wrap: break-word;
    color: rgba(233, 242, 255, 1);
    font-size: 0.426rem;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: left;
    margin-top: 0.1rem;
}

.image_4 {
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: -.7rem;
    bottom: -.7rem;
}

.box_15 {
    background-color: rgba(0, 56, 126, 1);
}

.box_16 {
    background: url(../images/banner3.png) 100% no-repeat;
    background-size: 100% 100%;
    padding: 2rem 7%;
}

.text_82 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.533rem;
    letter-spacing: 1.4px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 0.534rem;
    margin: 1rem 0 0;
    text-transform: uppercase;
}

.text-group_37 {
    margin: .5rem auto 0;
}

.text_83 {
    max-width: 18.48rem;
    color: rgba(255, 255, 255, 1);
    font-size: 1.6rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: center;
    line-height: 2rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.text_84 {
    max-width: 18rem;
    overflow-wrap: break-word;
    color: rgba(144, 161, 185, 1);
    font-size: 0.48rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: center;
    line-height: 0.747rem;
    margin: 0.64rem 0 0;
}

.box_17 {
    margin: 1.28rem auto 0;
    gap: .6rem;
}

.group_19 {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    padding: .2rem .4rem;
    gap: .3rem;
    align-items: center;
}

.thumbnail_29 {
    width: 0.374rem;
    height: 0.374rem;
}

.text-group_38 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.373rem;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 0.534rem;
}

.box_18 {
    background-color: rgba(0, 194, 203, 1);
    border-radius: 999px;
    margin: 1.2rem auto 1rem;
    padding: 0.3rem 0.8rem;
    gap: 0.3rem;
    align-items: center;
    justify-content: center;
}

.text-group_42 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.426rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 0.64rem;
}

.thumbnail_33 {
    width: 0.48rem;
    height: 0.48rem;
}

.section_6 {
    background-color: rgba(0, 34, 83, 1);
    justify-content: space-between;
    padding: 1.2rem 7%;
    align-items: center;
}

.image-text_26 {
    align-items: center;
}

.label_6 {
    height: 1rem;
}

.text-group_43 {
    width: 2.427rem;
    height: 0.747rem;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.747rem;
}

.text_85 {
    width: 2.427rem;
    height: 0.747rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.48rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.747rem;
}

.text_86 {
    width: 2.427rem;
    height: 0.747rem;
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.48rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.747rem;
}

.text_87 {
    overflow-wrap: break-word;
    color: rgba(124, 144, 173, 1);
    font-size: 0.32rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.427rem;
    margin-left: .2rem;
}

.links {
    gap: .6rem;
}

.text_88 {
    overflow-wrap: break-word;
    color: rgba(124, 144, 173, 1);
    font-size: 0.373rem;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 0.534rem;
}

.text_93 {
    overflow-wrap: break-word;
    color: rgba(124, 144, 173, 1);
    font-size: 0.32rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.427rem;
}

.section_7 {
    /*height: 29.147rem;*/
    background: url(../images/banner1.png) 100% no-repeat;
    background-size: 100% 100%;
    /*width: 51.2rem;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -0.026rem;*/
}

.section_8 {
    max-width: 90%;
    width: 100%;
    margin: .5rem auto;
}

.label_7 {
    /*width: 0.774rem;*/
    height: 1rem;
    /*margin-top: 0.16rem;*/
}

.text_96 {
    /*width: 1.254rem;*/
    /*height: 0.534rem;*/
    overflow-wrap: break-word;
    color: rgba(202, 213, 226, 1);
    font-size: 0.426rem;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    /*line-height: 0.534rem;*/
    /*margin: 0.214rem 0 0 24.107rem;*/
}

.text-wrapper_19 {
    background-color: rgba(0, 194, 203, 1);
    border-radius: 99px;
    /*height: 0.96rem;*/
    /*margin-left: 0.854rem;*/
    /*width: 3.467rem;*/
}

.header-right {
    gap: .8rem;
}

.text_101 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.426rem;
    font-family: Inter-Semi Bold;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: .1rem .3rem;
}

.section_9 {
    margin: 2rem auto;
}

.group_23 {
    background-color: rgba(0, 194, 203, 0.1);
    border-radius: 999px;
    border: 0.5px solid rgba(0, 194, 203, 0.3);
    align-items: center;
    gap: .8rem;
    padding: .2rem .8rem;
}

.thumbnail_34 {
    width: 0.534rem;
    height: 0.534rem;
}

.text_102 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 1.066rem;
    letter-spacing: 1.2px;
    font-family: Inter-Semi Bold;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.section_10 {
    margin: auto;
}

.text-wrapper_20 {
    overflow-wrap: break-word;
    font-size: 1.92rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: center;
    /*white-space: nowrap;*/
    line-height: 1.2;
    color: #fff;
}

.text_104 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: left;
    /*white-space: nowrap;*/
    /*line-height: 2rem;*/
}

.paragraph_1 {
    max-width: 33rem;
    /* height: 1.734rem; */
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.853rem;
    font-family: Inter-Light;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    margin: .5rem auto;
}

.section_11 {
    gap: 2rem;
    margin: 1.2rem auto;
}

.group_24 {
    background-color: rgba(0, 194, 203, 1);
    border-radius: 999px;
    gap: .5rem;
    align-items: center;
    padding: .4rem 1rem;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.text-group_45 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.64rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}

.label_8 {
    width: 0.64rem;
    height: 0.64rem;
}

.label_9 {
    width: 0.64rem;
    height: 0.64rem;
}

.group_26 {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    display: flex;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2)) 2 2;
    width: fit-content;
    margin: 1rem auto 4rem;
    gap: 1rem;
    padding: 1rem 1.5rem;
}

.line_1 {
    width: 123px;
    height: 3px;
    background: linear-gradient(90deg, rgba(0, 194, 203, 0) 0%, #00C2CB 100%);
    border-radius: 0 0 5px 5px;
}

.line_2 {
    width: 123px;
    height: 3px;
    background: linear-gradient(270deg, rgba(0, 194, 203, 0) 0%, #00C2CB 100%);
    border-radius: 0 0 5px 5px;
}

.image_6 {
    /*max-width: 5rem;*/
    height: 1.2rem;
}

.box_19 {
    margin: 1rem 0 0;
    gap: .5rem;
}

.section_13 {
    background-color: #00387E;
    background-image: url(../images/banner2.png);
    background-size: 100% 100%;
    padding: 2rem 7%;
}

.text_108 {
    overflow-wrap: break-word;
    color: rgba(0, 194, 203, 1);
    font-size: 0.853rem;
    letter-spacing: 1.4px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    margin: auto;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.text_109 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.28rem;
    font-family: Syne-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1.28rem;
    margin: 0.64rem auto 0;
}

.text_110 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.48rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    margin: 0.6rem auto 0;
    margin: 1rem auto;
}

.group_28 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}

.group_29 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 24px;
    position: relative;
    border: 0.5px solid rgba(241, 245, 249, 1);
    padding: 1rem;

    opacity: 0;
    transform-origin: center center;
}

@keyframes flipInHorizontal {
    0% {
        opacity: 0;
        transform: perspective(1200px) rotateY(-90deg) scale(0.92);
    }
    100% {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg) scale(1);
    }
}

@keyframes flipOutHorizontal {
    0% {
        opacity: 0;
        transform: perspective(1200px) rotateY(90deg) scale(0.92);
    }
    100% {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg) scale(1);
    }
}

.group_29.animate {
    animation: flipInHorizontal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.left_rotate, .right_rotate {
    opacity: 0;
}

.left_rotate.animate {
    animation: flipInHorizontal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.right_rotate.animate {
    animation: flipOutHorizontal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-40px);
    }
}

@keyframes smallToLarge {
    0% {
        transform: scale(.2);
    }
    100% {
        transform: scale(1);
    }
}

.left_rotate.animate:hover, .right_rotate.animate:hover {
    opacity: 1;
    transform: translateY(5%);
    animation: scrollUp var(--transition-duration) cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.smallToLarge.animate {
    animation: smallToLarge 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}


.image_11 {
    max-width: 2.934rem;
    width: auto;
    height: 1.947rem;
}

.text_111 {
    overflow-wrap: break-word;
    color: rgba(0, 56, 126, 1);
    font-size: 0.64rem;
    font-family: Inter-Black;
    font-weight: bold;
    text-align: left;
    line-height: 0.747rem;
    margin: .4rem 0 0;
}

.text_112 {
    overflow-wrap: break-word;
    color: rgba(98, 116, 142, 1);
    font-size: 0.533rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 0.747rem;
    margin: 0.5rem 0 0;
}

.image-text_29 {
    margin: 0.5rem 0 0;
    align-items: center;
    gap: .4rem;
}

.label_10 {
    width: 0.587rem;
    height: 0.587rem;
}

.text-group_47 {
    overflow-wrap: break-word;
    color: rgba(69, 85, 108, 1);
    font-size: 0.426rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.587rem;
    margin-top: 0.027rem;
}

.image_12 {
    position: absolute;
    right: 0;
    bottom: -1.6rem;
    max-width: 60%;
}

.image_15 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
}

.image_16 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
}

.image_13 {
    width: 1.947rem;
    height: 1.947rem;
}

.image_14 {
    height: 2.587rem;
    width: fit-content;
    margin-bottom: -.96rem;
}

.border-red-500 {
    border: 0.5px solid rgb(225 54 54);
    background: #f1737340;
}

.thank-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;


    justify-content: center;
    align-items: center;

    display: none;
}

.thank-box.open {
    display: flex;
}

.overlay-bg {
    width: 100%;
    height: 100%;
    background: #02020294;
}

.window-box {
    width: 100%;
    max-width: 380px;
    padding: 15px 30px;
    background: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
    border-radius: 15px;
    text-align: center;
}

.thank-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.close-box {
    border: none;
    border-radius: 99px;
    padding: 10px 50px;
    background: green;

    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.article-info {
    color: #333;
}

.article-info p, .article-info li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.article-info ul, .article-info li {
    list-style: disc;
}

.article-info ul {
    padding-left: 2rem;
}

.article-info table {
    width: 100%;
    font-size: 10px;
}

.article-info h1, .article-info h2, .article-info h3, .article-info h4, .article-info h5, .article-info h6 {
    font-weight: 1000;
    margin: 15px 0;
    color: #000;
}

.article-info h1 {
    font-size: 42px;
}

.article-info h2 {
    font-size: 28px;
}

.article-info h3 {
    font-size: 25px;
}

.article-info h4 {
    font-size: 22px;
}

.article-info h5, .article-info h6 {
    font-size: 19px;
}

.article-info a {
    color: red;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .sliderTrack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .text-wrapper_20 {
        font-size: .92rem;
    }

    .sliderTrack {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }

    .section_10 {
        max-width: 95%;
    }

    .header-right {
        gap: .2rem;
        display: none;
    }

    .section_9 {
        margin: .7rem auto;
    }

    .text_102 {
        font-size: .5rem;
    }

    .paragraph_1 {
        font-size: 0.4rem;
        width: 100%;
        margin: .6rem auto;
    }

    .section_11 {
        gap: .8rem;
    }

    .group_24 {
        padding: .2rem .5rem;
        gap: .25rem;
    }

    .text-group_45 {
        font-size: 0.4rem;
    }

    .group_26 {
        margin: 1rem auto 2.5rem;
        gap: .5rem;
        padding: .5rem .75rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .image_6 {
        width: 29%;
        height: auto;
    }

    .content_1 {
        flex-direction: column;
        gap: .7rem;
    }

    .section_1 {
        padding: 0 4%;
    }

    .block_1 {
        margin: 1rem auto;
    }

    .block_2 {
        max-width: 100%;
    }

    .text_2 {
        font-size: 1.2rem;
    }

    .text_3 {
        line-height: 0.6rem;
        margin-top: 0.4rem;
        font-size: 0.4rem;
    }

    .text-wrapper_2 {
        margin: 1rem 0 0;
    }

    .block_4 {
        gap: .5rem;
    }

    .box_2 {
        padding: .3rem;
    }

    .text_5 {
        font-size: .42rem;
    }

    .text_6 {
        font-size: .3rem;
        line-height: 0.45rem;
    }

    .section_13 {
        padding: 1rem 4%;
    }

    .text_108 {
        font-size: .6rem;
        gap: .25rem;
    }

    .line_1, .line_2 {
        width: 85px;
    }

    .text_109 {
        font-size: .7rem;
        line-height: .75rem;
        margin: .4rem auto 0;
    }

    .text_110 {
        font-size: .36rem;
        margin: .5rem auto;
        white-space: normal;
        width: 100%;
        line-height: 1.5;
    }

    .group_28 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: .5rem;
    }

    .group_29 {
        padding: .7rem .5rem;
    }

    .text_112 {
        font-size: 0.4rem;
        line-height: .6rem;
        margin: .3rem 0 0;
    }

    .section_2 {
        padding: 1rem 4%;
    }

    .text_14 {
        font-size: 0.5rem;
    }

    .text_15 {
        font-size: .8rem;
        line-height: .8rem;
    }

    .image_2 {
        width: 1.2rem;
        height: 1.2rem;
    }

    .image-wrapper_6 {
        margin: .6rem 0 0;
    }

    .text_16 {
        font-size: .55rem;
    }

    .text_22 {
        font-size: .4rem;
    }

    .section_3 {
        padding: 1rem 4%;
    }

    .box_6 {
        margin: .5rem auto 0;
        width: 100%;
    }

    .text_26 {
        font-size: .5rem;
        line-height: 1.5;
    }

    .text_24 {
        font-size: .75rem;
        width: 100%;
        white-space: normal;
        transform: scaleX(1);
        line-height: 1.5;
        margin-top: .25rem;
    }

    .text_25 {
        font-size: .4rem;
        width: 100%;
        line-height: 1.5;
        margin: .25rem auto;
    }

    .box_9 {
        margin: .5rem auto;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: .4rem;
    }

    .text_29 {
        margin: 0.3rem 0 2rem 0;
    }

    .text-wrapper_13 {
        margin: 1.25rem 0 0;
        font-size: .5rem;
    }

    .text_62 {
        font-size: .8rem;
        line-height: 1.5;
    }

    .box_14 {
        flex-direction: column;
    }

    .section_4 {
        max-width: 100%;
    }

    .text_63 {
        line-height: 1.5;
        margin-top: 0.4rem;
        font-size: .4rem;
    }

    .text_64 {
        font-size: .45rem;
        font-weight: bold;
        white-space: normal;
        max-width: 87%;
    }

    .section_5 {
        max-width: 100%;
        padding: 1.5rem .5rem 1rem;
        gap: .5rem;
    }

    .text_69 {
        white-space: normal;
        line-height: 1.5;
        font-size: .8rem;
    }

    .image_4 {
        width: 3.5rem;
        height: 3.5rem;
        bottom: 2.2rem;
    }

    .text_71 {
        font-size: .5rem;
    }

    .text_72 {
        font-size: .35rem;
    }

    .text-group_33 {
        width: 83%;
    }

    .box_16 {
        padding: 1rem 4%;
    }

    .text_82 {
        font-size: .5rem;
        line-height: .5rem;
        margin: .5rem 0 0;
    }

    .text-group_37 {
        width: 100%;
    }

    .text_83 {
        max-width: 100%;
        font-size: .8rem;
        width: 100%;
        line-height: 1.5;
    }

    .text_84 {
        font-size: .4rem;
        line-height: 1.5;
        margin: .4rem 0 0;
    }

    .box_17 {
        margin: .64rem auto 0;
        flex-wrap: wrap;
    }

    .box_18 {
        margin: .6rem auto .5rem;
    }

    .box_10 {
        padding: 1.5rem 4% 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .box_11 {
        max-width: 100%;
    }

    .text-group_27 {
        font-size: .5rem;
        line-height: 1;
        margin-top: .4rem;
    }

    .text_39 {
        font-size: .8rem;
        line-height: 1.5;
    }

    .text_40 {
        font-size: .4rem;
        line-height: 1.5;
        margin-top: .25rem;
    }

    .text-group_29 {
        max-width: 85%;
    }

    .text_41, .text_42 {
        width: 100%;
        white-space: normal;
    }

    .box_12 {
        padding: .6rem .4rem;
    }

    .section_6 {
        flex-direction: column;
        gap: .4rem;
        padding: .6rem 4%;
    }

    .links {
        gap: .4rem;
    }

    .text_88 {
        font-size: 0.4rem;
        font-weight: 700;
    }

}