@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);
.assets__one__button__blue,
.assets__one__button__white,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.assets__one__feature p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.assets__one__title {
    font-size: 4.8rem;
    line-height: 6rem;
}
@media (max-width: 768px) {
    .assets__one__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.assets__one__button__blue {
    background-color: #39aafb;
    color: #fff;
}
.assets__one__button__blue,
.assets__one__button__white {
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    outline: none;
    padding: 1.2rem 2rem;
}
.assets__one__button__white {
    background-color: #fff;
    color: #1f273a;
}
.assets__one__container {
    max-height: 61.6rem;
    overflow: hidden;
    padding: 0 8rem 9.6rem;
    position: relative;
}
@media (max-width: 768px) {
    .assets__one__container {
        max-height: 71.9rem;
        padding: 0 0 6.4rem;
    }
}
.assets__one__wrapper {
    display: flex;
    padding-right: 3.2rem;
    padding-top: 0.8rem;
    width: 100%;
}
@media (max-width: 768px) {
    .assets__one__wrapper {
        display: grid;
        padding: 0 1.6rem;
    }
}
.assets__one__top {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
    height: -webkit-max-content;
    height: max-content;
    padding: 10.4rem 3.2rem;
}
@media (max-width: 768px) {
    .assets__one__top {
        padding: 0;
    }
}
.assets__one__title {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .assets__one__title {
        font-size: 3rem;
        line-height: 3.8rem;
        max-width: 34.3rem;
    }
}
.assets__one__features {
    grid-gap: 2rem;
    display: grid;
    gap: 2rem;
}
.assets__one__feature {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}
.assets__one__feature p {
    color: #6a6f7c;
}
.assets__one__feature img {
    height: 2.8rem;
    width: 2.8rem;
}
.assets__one__buttons {
    display: flex;
    gap: 1.2rem;
    margin-top: 0.8rem;
}
@media (max-width: 768px) {
    .assets__one__buttons {
        display: grid;
    }
}
.assets__one__button__white {
    border: 0.1rem solid #d0d5dd;
}
.assets__one__desktop__figure {
    bottom: 0;
    height: auto;
    max-height: 56rem;
    max-width: 69.8rem;
    position: absolute;
    right: -7.2rem;
}
.assets__one__desktop__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .assets__one__desktop__figure {
        display: none;
    }
}
.assets__one__mobile__figure {
    display: none;
    justify-self: center;
    margin: 6.4rem 0;
    max-height: 22.7rem;
    max-width: 34.08rem;
}
.assets__one__mobile__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .assets__one__mobile__figure {
        display: block;
        height: 100%;
        width: 100%;
    }
}
.features__five__feature__text,
.features__five__top__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.features__five__feature__title,
.features__five__top__text {
    font-size: 2rem;
    line-height: 3rem;
}
.features__five__top__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .features__five__top__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.features__five__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .features__five__container {
        padding: 6.4rem 0;
    }
}
.features__five__wrapper {
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .features__five__wrapper {
        padding: 0;
    }
}
.features__five__top {
    grid-gap: 1.2rem;
    display: grid;
    gap: 1.2rem;
    max-width: 128rem;
    text-align: left;
    width: 100%;
}
@media (max-width: 768px) {
    .features__five__top {
        max-width: none;
        padding: 0 1.6rem;
        width: auto;
    }
}
.features__five__top__label {
    color: #1199fa;
    font-weight: 600;
    max-width: -webkit-max-content;
    max-width: max-content;
}
.features__five__top__title {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .features__five__top__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.features__five__top__text {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 0.8rem;
}
@media (max-width: 768px) {
    .features__five__top__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.features__five__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 6.4rem;
    max-width: 128rem;
}
@media (max-width: 768px) {
    .features__five__bottom {
        display: grid;
    }
}
.features__five__features {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    height: -webkit-max-content;
    height: max-content;
    padding: 2.2rem 0;
}
@media (max-width: 768px) {
    .features__five__features {
        padding: 0 1.6rem;
    }
}
.features__five__feature__icon {
    height: 4.8rem;
    width: 4.8rem;
}
.features__five__feature {
    display: flex;
    gap: 1.6rem;
    max-width: 51.2rem;
}
.features__five__feature__title {
    color: #1f273a;
    font-weight: 600;
}
.features__five__feature__text {
    color: #6a6f7c;
    font-weight: 400;
}
.features__five__image {
    width: 57.6rem;
}
@media (max-width: 768px) {
    .features__five__image {
        margin-top: 4.8rem;
        padding: 0;
        width: 100%;
    }
}
.features__five__image img {
    width: 100%;
}
.assets__two__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.assets__two__text {
    font-size: 2rem;
    line-height: 3rem;
}
.assets__two__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .assets__two__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.assets__two__container {
    padding: 9.6rem 8rem 0;
    width: 100%;
}
@media (max-width: 768px) {
    .assets__two__container {
        padding: 6.4rem 0;
    }
}
.assets__two__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    justify-items: center;
    max-width: 128rem;
    padding: 0 3.2rem;
    text-align: center;
}
@media (max-width: 768px) {
    .assets__two__wrapper {
        padding: 0 1.6rem;
    }
}
.assets__two__top {
    grid-gap: 1.2rem;
    display: grid;
    gap: 1.2rem;
}
.assets__two__label {
    color: #1199fa;
    font-weight: 600;
}
.assets__two__title {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .assets__two__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.assets__two__text {
    color: #6a6f7c;
    margin-top: 0.8rem;
}
.assets__two__desktop__figure {
    height: auto;
    width: 123.2rem;
}
.assets__two__desktop__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .assets__two__desktop__figure {
        display: none;
    }
}
.assets__two__mobile__figure {
    display: none;
    height: auto;
    width: 34.08rem;
}
.assets__two__mobile__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .assets__two__mobile__figure {
        display: block;
    }
}
.assets__two__item {
    height: 40rem;
    margin: 0 auto;
    max-width: 34.08rem;
    overflow: hidden;
    padding: 1em;
    position: relative;
}
.assets__two__item .assets__two__mobile__figure:before {
    background-image: linear-gradient(
        0deg,
        rgba(1, 1, 1, 0),
        hsla(0, 0%, 94%, 0)
    );
    bottom: 0;
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    right: 0;
}
.assets__two__item .assets__two__mobile__figure:after {
    content: "";
    display: block;
    height: 999.9rem;
}
.assets__two__mobile__figure img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
.embedded__mobile__menu__title,
.extra__desktop__desc,
.header__button__blue,
.header__button__transparent,
.header__link {
    font-size: 1.4rem;
    line-height: 2rem;
}
.header__container {
    background-color: #1a2130;
    position: relative;
    z-index: 9999;
}
.header__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 3.2rem;
    width: 100%;
}
@media (max-width: 768px) {
    .header__wrapper {
        padding: 2rem 1.6rem;
    }
}
.header__left {
    align-items: center;
    display: flex;
    gap: 4rem;
}
.header__logo {
    height: 3.2rem;
    width: 3.2rem;
}
.header__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .header__links {
        display: none;
    }
}
.header__link {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}
.header__link:hover {
    color: #1199fa;
}
.header__buttons {
    display: flex;
    gap: 1.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.header__buttons a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .header__buttons {
        display: none;
    }
}
.header__button__blue {
    background-color: #1199fa;
    border: 1px solid #1199fa;
    border-radius: 0.8rem;
}
.header__button__blue,
.header__button__transparent {
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    padding: 1rem 1.8rem;
}
.header__button__transparent {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.8rem;
}
.hamburger {
    padding: 1.4rem 1.1rem;
}
.hamburger:hover {
    background-color: #1f273a;
    border-radius: 0.4rem;
}
.header__buttons__mobile {
    display: grid;
    padding: 1.2rem 1.6rem;
    width: 100%;
}
.header__buttons__mobile a {
    color: #fff;
    text-decoration: none;
}
.cta__three__button__blue,
.cta__three__button__white,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.cta__three__supporting__text {
    font-size: 2rem;
    line-height: 3rem;
}
.cta__three__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .cta__three__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.cta__three__button__blue {
    background-color: #39aafb;
    color: #fff;
}
.cta__three__button__blue,
.cta__three__button__white {
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    outline: none;
    padding: 1.2rem 2rem;
}
.cta__three__button__white {
    background-color: #fff;
    color: #1f273a;
}
.cta__three__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .cta__three__container {
        padding: 6.4rem 0;
    }
}
.cta__three__wrapper {
    grid-gap: 2rem;
    display: grid;
    gap: 2rem;
    justify-items: center;
    margin: 0 auto;
    max-width: 76.8rem;
    padding: 0 3.2rem;
    text-align: center;
}
@media (max-width: 768px) {
    .cta__three__wrapper {
        padding: 0 1.6rem;
    }
}
.cta__three__text {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .cta__three__text {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.cta__three__supporting__text {
    color: #6a6f7c;
    font-weight: 400;
}
.cta__three__buttons {
    display: flex;
    gap: 1.2rem;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .cta__three__buttons {
        display: grid;
        width: 100%;
    }
}
.cta__three__button__white {
    border: 0.1rem solid #d0d5dd;
}
.footer__seven__brand__link,
.footer__seven__brand__text,
.footer__seven__button__blue,
.footer__seven__button__white,
.footer__seven__disclaimer,
.footer__seven__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__seven__cta__text {
    font-size: 2rem;
    line-height: 3rem;
}
.footer__seven__cta__title {
    font-size: 3rem;
    line-height: 3.8rem;
}
.footer__seven__button__blue {
    background-color: #39aafb;
    color: #fff;
}
.footer__seven__button__blue,
.footer__seven__button__white {
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    outline: none;
    padding: 1.2rem 2rem;
}
.footer__seven__button__white {
    background-color: #fff;
    color: #1f273a;
}
.footer__seven__cta__container {
    background-color: #1a2130;
    padding: 6.4rem 8rem;
}
@media (max-width: 768px) {
    .footer__seven__cta__container {
        padding: 4.8rem 1.6rem;
    }
}
.footer__seven__cta__wrapper {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 76.8rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .footer__seven__cta__wrapper {
        max-width: none;
    }
}
.footer__seven__hr {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #475467;
    margin-top: 6.4rem;
    width: 100%;
}
.footer__seven__cta__title {
    color: #fff;
    font-weight: 600;
}
.footer__seven__cta__text {
    color: #d2d4d8;
    margin-top: 1.6rem;
}
@media (max-width: 768px) {
    .footer__seven__cta__text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.footer__seven__buttons {
    display: flex;
    gap: 1.2rem;
    margin-top: 4rem;
}
@media (max-width: 768px) {
    .footer__seven__buttons {
        display: grid;
        width: 100%;
    }
}
.footer__seven__button__white {
    border: 0.1rem solid #d0d5dd;
}
.footer__seven__container {
    background-color: #1a2130;
    padding: 6.4rem 6.4rem 4.8rem;
}
@media (max-width: 768px) {
    .footer__seven__container {
        padding: 6.4rem 0 4.8rem;
    }
}
.footer__seven__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__seven__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__seven__brand__links {
    display: flex;
    gap: 1.6rem;
}
@media (max-width: 768px) {
    .footer__seven__brand__links {
        grid-gap: 1.2rem;
        display: grid;
        gap: 1.2rem;
        grid-template-columns: auto auto;
    }
}
.footer__seven__brand__text {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__seven__brand__link {
    color: #fff;
    font-weight: 600;
}
.footer__seven__brand__logo {
    height: auto;
    width: 18.2rem;
}
.footer__seven__disclaimer {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__seven__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__seven__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #475467;
    width: 100%;
}
.footer__seven__reserved {
    color: #d2d4d8;
    font-weight: 400;
}
.about__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__dark__content__one div p,
.about__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.about__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.about__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .about__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.about__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .about__dark__container {
        padding: 6.4rem 0;
    }
}
.about__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .about__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.about__dark__container {
    background-color: #1a2130;
}
.about__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .about__dark__wrapper {
        width: 100%;
    }
}
.about__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .about__dark__intro {
        max-width: 38.3rem;
    }
}
.about__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .about__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.about__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .about__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.about__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .about__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.about__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.about__dark__content__one {
    align-items: flex-start;
    display: flex;
    gap: 6.4rem;
    width: 100%;
}
@media (max-width: 768px) {
    .about__dark__content__one {
        display: grid;
    }
}
.about__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.about__dark__content__one div h1 {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    .about__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.about__dark__content__one div p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .about__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.about__dark__content__one figure {
    height: 56rem;
    height: auto;
    width: 57.6rem;
}
@media (max-width: 768px) {
    .about__dark__content__one figure {
        width: 34.3rem;
    }
}
.about__dark__content__one figure img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.embedded__mobile__menu__title,
.extra__desktop__desc,
.header__white__button__blue,
.header__white__button__transparent,
.header__white__link {
    font-size: 1.4rem;
    line-height: 2rem;
}
.embedded__mobile__menu__item p,
.extra__desktop__title,
.mobile__menu__bottom,
.mobile__menu__top,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.header__white__container {
    background-color: #fff;
    position: relative;
    z-index: 9999;
}
.header__white__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 3.2rem;
    width: 100%;
}
@media (max-width: 768px) {
    .header__white__wrapper {
        padding: 2rem 1.6rem;
    }
}
.header__white__left {
    align-items: center;
    display: flex;
    gap: 4rem;
}
.header__white__logo {
    height: 6.2rem;
    width: auto;
}
.header__white__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .header__white__links {
        display: none;
    }
}
.header__white__link {
    color: #6a6f7c;
    cursor: pointer;
    font-weight: 600;
}
.header__white__link:hover {
    color: #1199fa;
}
.header__white__buttons {
    display: flex;
    gap: 1.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 768px) {
    .header__white__buttons {
        display: none;
    }
}
.header__white__button__blue {
    background-color: #1199fa;
    border: 1px solid #1199fa;
    border-radius: 0.8rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    padding: 1rem 1.8rem;
}
.header__white__button__blue,
.header__white__button__blue a {
    color: #fff;
    text-decoration: none;
}
.header__white__button__transparent {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #1f273a;
    font-weight: 600;
    padding: 1rem 1.8rem;
    text-decoration: none;
}
.header__white__button__transparent a {
    color: #1f273a;
    text-decoration: none;
}
.hamburger__wrapper {
    cursor: pointer;
    display: none;
}
@media (max-width: 768px) {
    .hamburger__wrapper {
        display: block;
    }
}
.header__white__hamburger {
    padding: 1.4rem 1.1rem;
}
.menu__desktop__resources {
    grid-gap: 0.8rem;
    background-color: #1f273a;
    border: 1px solid #444b5b;
    border-radius: 1.2rem;
    bottom: -31rem;
    box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08),
        0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
    display: grid;
    gap: 0.8rem;
    left: 29rem;
    padding: 1.2rem;
    position: absolute;
}
@media (max-width: 768px) {
    .menu__desktop__resources {
        display: none;
    }
}
.menu__desktop__company {
    grid-gap: 0.8rem;
    background-color: #1f273a;
    border: 1px solid #444b5b;
    border-radius: 1.2rem;
    bottom: -15.5rem;
    box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08),
        0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
    display: grid;
    gap: 0.8rem;
    left: 19rem;
    padding: 1.2rem;
    position: absolute;
}
@media (max-width: 768px) {
    .menu__desktop__company {
        display: none;
    }
}
.menu__desktop__products {
    grid-gap: 0.8rem;
    background-color: #1f273a;
    border: 1px solid #444b5b;
    border-radius: 1.2rem;
    bottom: -10.3rem;
    box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08),
        0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
    display: grid;
    gap: 0.8rem;
    left: 9rem;
    padding: 1.2rem;
    position: absolute;
}
@media (max-width: 768px) {
    .menu__desktop__products {
        display: none;
    }
}
.menu__desktop__extra {
    border-radius: 0.4rem;
    cursor: pointer;
    display: flex;
    gap: 1.6rem;
    max-width: 31.2rem;
    outline: none;
    padding: 1.2rem;
    text-decoration: none;
}
.menu__desktop__extra img {
    height: 2.4rem;
    width: 2.4rem;
}
.menu__desktop__extra:hover {
    background-color: #444b5b;
}
.extra__desktop__title {
    color: #fff;
    font-weight: 600;
}
.extra__desktop__desc {
    color: #b4b7bd;
    font-weight: 400;
}
.header__white__hamburger:hover {
    background-color: #d2d4d8;
    border-radius: 0.4rem;
}
.menu__mobile__wrapper {
    display: grid;
    height: 100%;
    padding: 1rem;
    position: absolute;
    top: 5rem;
    width: 100vw;
}
.menu__mobile {
    background-color: #1f273a;
    border: 1px solid #444b5b;
    border-radius: 1.2rem;
    box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08),
        0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
    display: none;
    padding: 2.4rem 0;
    right: 0;
    width: 100%;
}
.menu__mobile p {
    cursor: pointer;
    transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu__mobile p:hover {
    color: #39aafb;
}
.menu__mobile hr {
    border: none;
    border-top: 1px solid #444b5b;
    outline: none;
    width: 100%;
}
@media (max-width: 768px) {
    .menu__mobile {
        display: block;
    }
}
.mobile__menu__top {
    grid-gap: 1.6rem;
    color: #fff;
    display: grid;
    font-weight: 500;
    gap: 1.6rem;
    padding: 1.2rem 1.6rem;
}
.mobile__menu__top span {
    display: flex;
    justify-content: space-between;
}
.mobile__menu__top span img {
    height: 2rem;
    width: 2rem;
}
.mobile__menu__bottom {
    grid-gap: 1.6rem;
    display: grid;
    font-weight: 500;
    gap: 1.6rem;
    padding: 1.2rem 1.6rem;
}
.mobile__menu__bottom a {
    color: #fff;
    outline: none;
    text-decoration: none;
}
.mobile__menu__bottom a:hover {
    color: #1199fa;
}
.header__white__buttons__mobile {
    display: grid;
    padding: 1.2rem 1.6rem;
    width: 100%;
}
.header__white__buttons__mobile a {
    color: #fff;
    text-decoration: none;
}
.menu__item__with__icon img:hover {
    background-color: #1f273a;
    border-radius: 0.2rem;
}
.embedded__mobile__menu__title {
    color: #1199fa;
    font-weight: 600;
}
.embedded__mobile__menu {
    grid-gap: 1.2rem;
    display: grid;
    gap: 1.2rem;
    margin-top: 1.2rem;
}
.embedded__mobile__menu__list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.embedded__mobile__menu__item {
    cursor: pointer;
    display: flex;
    gap: 1.6rem;
    outline: none;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.embedded__mobile__menu__item p {
    color: #fff;
    font-weight: 500;
}
.embedded__mobile__menu__item img {
    height: 2.4rem;
    width: 2.4rem;
}
.cta__one__button__blue,
.cta__one__button__white,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.cta__one__text {
    font-size: 3rem;
    line-height: 3.8rem;
}
.cta__one__button__blue {
    background-color: #39aafb;
    color: #fff;
}
.cta__one__button__blue,
.cta__one__button__white {
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    outline: none;
    padding: 1.2rem 2rem;
}
.cta__one__button__white {
    background-color: #fff;
    color: #1f273a;
}
.cta__one__container {
    padding: 0 11.2rem 9.6rem;
}
@media (max-width: 768px) {
    .cta__one__container {
        padding: 0 1.6rem 6.4rem;
    }
}
.cta__one__wrapper {
    background: #1199fa;
    border-radius: 1.6rem;
    display: flex;
    justify-content: space-between;
    max-width: 121.6rem;
    padding: 6.4rem;
    width: 100%;
}
@media (max-width: 768px) {
    .cta__one__wrapper {
        grid-gap: 7.6rem;
        display: grid;
        gap: 7.6rem;
        max-width: none;
        padding: 4rem 2.4rem;
        width: 100%;
    }
}
.cta__one__text {
    color: #fff;
    font-weight: 600;
}
.cta__one__buttons {
    display: flex;
    gap: 1.2rem;
}
@media (max-width: 768px) {
    .cta__one__buttons {
        display: grid;
    }
}
.footer__three__brand__link,
.footer__three__brand__text,
.footer__three__disclaimer,
.footer__three__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__three__cta {
    background-color: #1a2130;
    display: none;
    height: 16.6rem;
    margin-top: 20.2rem;
    position: relative;
}
@media (max-width: 768px) {
    .footer__three__cta {
        margin-top: 22.9rem;
    }
}
.footer__three__cta__container {
    bottom: -1.3rem;
    position: absolute;
    width: 100%;
}
.footer__three__container {
    background-color: #1a2130;
    padding: 6.4rem 6.4rem 4.8rem;
}
@media (max-width: 768px) {
    .footer__three__container {
        padding: 6.4rem 0 4.8rem;
    }
}
.footer__three__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__three__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__three__brand__text {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__three__brand__links {
    display: flex;
    gap: 1.6rem;
}
@media (max-width: 768px) {
    .footer__three__brand__links {
        display: grid;
        grid-template-columns: auto auto;
    }
}
.footer__three__brand__link {
    color: #fff;
    font-weight: 600;
}
.footer__three__brand__logo {
    height: auto;
    width: 23.4rem;
}
.footer__three__disclaimer {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__three__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__three__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #475467;
    width: 100%;
}
.footer__three__reserved {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__three__reserved__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer__three__social__links {
    display: none;
    gap: 2.4rem;
}
.footer__three__social__link {
    height: 2.4rem;
    width: 2.4rem;
}
.about__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__content__one div p,
.about__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.about__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .about__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.about__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .about__container {
        padding: 6.4rem 0;
    }
}
.about__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .about__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.about__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .about__wrapper {
        width: 100%;
    }
}
.about__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .about__intro {
        max-width: 38.3rem;
    }
}
.about__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .about__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.about__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .about__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.about__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .about__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.about__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.about__content__one {
    display: flex;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .about__content__one {
        display: grid;
    }
}
.about__content__one figure {
    height: 56rem;
    height: auto;
    width: 57.6rem;
}
@media (max-width: 768px) {
    .about__content__one figure {
        width: 34.3rem;
    }
}
.about__content__one figure img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.copy__experts__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__content__one div p,
.about__content__one p,
.copy__experts__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.copy__experts__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .copy__experts__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.copy__experts__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .copy__experts__container {
        padding: 6.4rem 0;
    }
}
.copy__experts__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .copy__experts__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.copy__experts__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .copy__experts__wrapper {
        width: 100%;
    }
}
.copy__experts__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .copy__experts__intro {
        max-width: 38.3rem;
    }
}
.copy__experts__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .copy__experts__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.copy__experts__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .copy__experts__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.copy__experts__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .copy__experts__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.copy__experts__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.copy__experts__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.copy__experts__dark__content__one div p,
.copy__experts__dark__content__one p,
.copy__experts__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.copy__experts__dark__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.copy__experts__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.copy__experts__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.copy__experts__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__container {
        padding: 6.4rem 0;
    }
}
.copy__experts__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.copy__experts__dark__container {
    background-color: #1a2130;
}
.copy__experts__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__wrapper {
        width: 100%;
    }
}
.copy__experts__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__intro {
        max-width: 38.3rem;
    }
}
.copy__experts__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .copy__experts__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.copy__experts__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.copy__experts__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .copy__experts__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.copy__experts__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.copy__experts__dark__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.copy__experts__dark__content__one h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .copy__experts__dark__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.copy__experts__dark__content__one p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .copy__experts__dark__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.copy__experts__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.copy__experts__dark__content__one div h1 {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    .copy__experts__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.copy__experts__dark__content__one div p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .copy__experts__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.crypto__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__content__one div p,
.about__content__one p,
.crypto__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.crypto__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .crypto__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.crypto__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .crypto__container {
        padding: 6.4rem 0;
    }
}
.crypto__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .crypto__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.crypto__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .crypto__wrapper {
        width: 100%;
    }
}
.crypto__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .crypto__intro {
        max-width: 38.3rem;
    }
}
.crypto__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .crypto__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.crypto__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .crypto__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.crypto__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .crypto__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.crypto__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.crypto__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.crypto__dark__content__one div p,
.crypto__dark__content__one p,
.crypto__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.crypto__dark__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.crypto__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.crypto__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .crypto__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.crypto__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .crypto__dark__container {
        padding: 6.4rem 0;
    }
}
.crypto__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .crypto__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.crypto__dark__container {
    background-color: #1a2130;
}
.crypto__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .crypto__dark__wrapper {
        width: 100%;
    }
}
.crypto__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .crypto__dark__intro {
        max-width: 38.3rem;
    }
}
.crypto__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .crypto__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.crypto__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .crypto__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.crypto__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .crypto__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.crypto__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.crypto__dark__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.crypto__dark__content__one h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .crypto__dark__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.crypto__dark__content__one p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .crypto__dark__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.crypto__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.crypto__dark__content__one div h1 {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    .crypto__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.crypto__dark__content__one div p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .crypto__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.footer__one__brand__link,
.footer__one__disclaimer,
.footer__one__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__one__cta {
    background-color: #1a2130;
    height: 16.6rem;
    margin-top: 20.2rem;
    position: relative;
}
@media (max-width: 768px) {
    .footer__one__cta {
        margin-top: 22.9rem;
    }
}
.footer__one__cta__container {
    bottom: -1.3rem;
    position: absolute;
    width: 100%;
}
.footer__one__container {
    background-color: #1a2130;
    padding: 8rem 6.4rem;
}
@media (max-width: 768px) {
    .footer__one__container {
        padding: 2.2rem 0 4.8rem;
    }
}
.footer__one__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__one__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__one__brand__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .footer__one__brand__links {
        display: grid;
        grid-template-columns: auto auto;
    }
}
.footer__one__brand__link {
    color: #fff;
    font-weight: 600;
}
.footer__one__disclaimer {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__one__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__one__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #475467;
    width: 100%;
}
.footer__one__reserved {
    color: #d2d4d8;
    font-weight: 400;
}
.faq__question p,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.faq__intro__text,
.faq__question h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.faq__intro__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .faq__intro__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.faq__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .faq__container {
        padding: 6.4rem 0;
    }
}
.faq__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .faq__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.faq__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .faq__wrapper {
        width: 100%;
    }
}
.faq__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .faq__intro {
        max-width: 38.3rem;
    }
}
.faq__intro__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .faq__intro__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.faq__intro__text {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .faq__intro__text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.faq__content {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
    grid-template-columns: auto auto auto;
}
@media (max-width: 768px) {
    .faq__content {
        grid-template-columns: auto;
    }
}
.faq__question {
    grid-gap: 0.8rem;
    display: grid;
    gap: 0.8rem;
    max-width: 38.4rem;
}
.faq__question h1 {
    color: #444b5b;
    font-weight: 500;
}
.faq__question p {
    color: #6a6f7c;
}
.footer__eight__brand__link,
.footer__eight__brand__text,
.footer__eight__button__blue,
.footer__eight__button__white,
.footer__eight__disclaimer,
.footer__eight__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__eight__cta__text {
    font-size: 2rem;
    line-height: 3rem;
}
.footer__eight__cta__title {
    font-size: 3rem;
    line-height: 3.8rem;
}
.footer__eight__button__blue {
    background-color: #39aafb;
    color: #fff;
}
.footer__eight__button__blue,
.footer__eight__button__white {
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    outline: none;
    padding: 1.2rem 2rem;
}
.footer__eight__button__white {
    background-color: #fff;
    color: #1f273a;
}
.footer__eight__cta__container {
    background-color: #1a2130;
    padding: 6.4rem 8rem;
}
@media (max-width: 768px) {
    .footer__eight__cta__container {
        padding: 4.8rem 1.6rem;
    }
}
.footer__eight__cta__wrapper {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 76.8rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .footer__eight__cta__wrapper {
        max-width: none;
    }
}
.footer__eight__hr {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #475467;
    margin-top: 6.4rem;
    width: 100%;
}
.footer__eight__cta__title {
    color: #fff;
    font-weight: 600;
}
.footer__eight__cta__text {
    color: #d2d4d8;
    margin-top: 1.6rem;
}
@media (max-width: 768px) {
    .footer__eight__cta__text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.footer__eight__buttons {
    display: flex;
    gap: 1.2rem;
    margin-top: 4rem;
}
@media (max-width: 768px) {
    .footer__eight__buttons {
        display: grid;
        width: 100%;
    }
}
.footer__eight__button__white {
    border: 0.1rem solid #d0d5dd;
}
.footer__eight__container {
    background-color: #1a2130;
    padding: 0 6.4rem 4.8rem;
}
@media (max-width: 768px) {
    .footer__eight__container {
        padding: 2.2rem 0 4.8rem;
    }
}
.footer__eight__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__eight__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__eight__brand__links {
    display: flex;
    gap: 1.6rem;
}
.footer__eight__brand__links a {
    outline: none;
    text-decoration: none;
}
@media (max-width: 768px) {
    .footer__eight__brand__links {
        grid-gap: 1.2rem;
        display: grid;
        gap: 1.2rem;
        grid-template-columns: auto auto;
    }
}
.footer__eight__brand__text {
    color: #d2d4d8;
    font-weight: 400;
}
.footer__eight__brand__link {
    color: #fff;
    font-weight: 600;
}
.footer__eight__disclaimer {
    color: #d2d4d8;
    display: none;
    font-weight: 400;
}
.footer__eight__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__eight__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #475467;
    width: 100%;
}
.footer__eight__reserved {
    color: #d2d4d8;
    font-weight: 400;
}
.faq__dark__question p,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.faq__dark__intro__text,
.faq__dark__question h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.faq__dark__intro__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .faq__dark__intro__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.faq__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .faq__dark__container {
        padding: 6.4rem 0;
    }
}
.faq__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .faq__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.faq__dark__container {
    background-color: #1a2130;
}
.faq__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .faq__dark__wrapper {
        width: 100%;
    }
}
.faq__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .faq__dark__intro {
        max-width: 38.3rem;
    }
}
.faq__dark__intro__title {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .faq__dark__intro__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.faq__dark__intro__text {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .faq__dark__intro__text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.faq__dark__content {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
    grid-template-columns: auto auto auto;
}
@media (max-width: 768px) {
    .faq__dark__content {
        grid-template-columns: auto;
    }
}
.faq__dark__question {
    grid-gap: 0.8rem;
    display: grid;
    gap: 0.8rem;
    max-width: 38.4rem;
}
.faq__dark__question h1 {
    color: #fff;
    font-weight: 500;
}
.faq__dark__question p {
    color: #d2d4d8;
}
.forex__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__content__one div p,
.about__content__one p,
.forex__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.forex__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .forex__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.forex__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .forex__container {
        padding: 6.4rem 0;
    }
}
.forex__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .forex__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.forex__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .forex__wrapper {
        width: 100%;
    }
}
.forex__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .forex__intro {
        max-width: 38.3rem;
    }
}
.forex__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .forex__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.forex__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .forex__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.forex__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .forex__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.forex__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.forex__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.forex__dark__content__one div p,
.forex__dark__content__one p,
.forex__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.forex__dark__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.forex__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.forex__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .forex__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.forex__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .forex__dark__container {
        padding: 6.4rem 0;
    }
}
.forex__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .forex__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.forex__dark__container {
    background-color: #1a2130;
}
.forex__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .forex__dark__wrapper {
        width: 100%;
    }
}
.forex__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .forex__dark__intro {
        max-width: 38.3rem;
    }
}
.forex__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .forex__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.forex__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .forex__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.forex__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .forex__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.forex__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.forex__dark__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.forex__dark__content__one h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .forex__dark__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.forex__dark__content__one p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .forex__dark__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.forex__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.forex__dark__content__one div h1 {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .forex__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.forex__dark__content__one div p {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .forex__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.privacy__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.privacy__content__one div p,
.privacy__content__one p,
.privacy__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.privacy__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.privacy__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.privacy__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .privacy__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.privacy__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .privacy__container {
        padding: 6.4rem 0;
    }
}
.privacy__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .privacy__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.privacy__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .privacy__wrapper {
        width: 100%;
    }
}
.privacy__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .privacy__intro {
        max-width: 38.3rem;
    }
}
.privacy__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .privacy__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.privacy__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .privacy__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.privacy__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .privacy__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.privacy__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.privacy__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.privacy__content__one h1 {
    color: #444b5b;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .privacy__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.privacy__content__one p {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .privacy__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.privacy__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.privacy__content__one div h1 {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .privacy__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.privacy__content__one div p {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .privacy__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.privacy__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.privacy__dark__content__one div p,
.privacy__dark__content__one p,
.privacy__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.privacy__dark__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.privacy__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.privacy__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .privacy__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.privacy__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .privacy__dark__container {
        padding: 6.4rem 0;
    }
}
.privacy__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .privacy__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.privacy__dark__container {
    background-color: #1a2130;
}
.privacy__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .privacy__dark__wrapper {
        width: 100%;
    }
}
.privacy__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .privacy__dark__intro {
        max-width: 38.3rem;
    }
}
.privacy__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .privacy__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.privacy__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .privacy__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.privacy__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .privacy__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.privacy__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.privacy__dark__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.privacy__dark__content__one h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .privacy__dark__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.privacy__dark__content__one p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .privacy__dark__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.privacy__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.privacy__dark__content__one div h1 {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    .privacy__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.privacy__dark__content__one div p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .privacy__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.stocks__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__content__one div p,
.about__content__one p,
.stocks__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.stocks__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .stocks__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.stocks__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .stocks__container {
        padding: 6.4rem 0;
    }
}
.stocks__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .stocks__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.stocks__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .stocks__wrapper {
        width: 100%;
    }
}
.stocks__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .stocks__intro {
        max-width: 38.3rem;
    }
}
.stocks__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .stocks__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.stocks__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .stocks__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.stocks__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .stocks__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.stocks__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.stocks__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.stocks__dark__content__one div p,
.stocks__dark__content__one p,
.stocks__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.stocks__dark__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.stocks__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.stocks__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .stocks__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.stocks__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .stocks__dark__container {
        padding: 6.4rem 0;
    }
}
.stocks__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .stocks__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.stocks__dark__container {
    background-color: #1a2130;
}
.stocks__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .stocks__dark__wrapper {
        width: 100%;
    }
}
.stocks__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .stocks__dark__intro {
        max-width: 38.3rem;
    }
}
.stocks__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .stocks__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.stocks__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .stocks__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.stocks__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .stocks__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.stocks__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.stocks__dark__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.stocks__dark__content__one h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .stocks__dark__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.stocks__dark__content__one p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .stocks__dark__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.stocks__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.stocks__dark__content__one div h1 {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    .stocks__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.stocks__dark__content__one div p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .stocks__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.tos__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.about__content__one div p,
.about__content__one p,
.tos__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.about__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.about__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.tos__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .tos__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.tos__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .tos__container {
        padding: 6.4rem 0;
    }
}
.tos__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .tos__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.tos__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .tos__wrapper {
        width: 100%;
    }
}
.tos__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .tos__intro {
        max-width: 38.3rem;
    }
}
.tos__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .tos__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.tos__intro__text {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .tos__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.tos__intro__supporting {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .tos__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.tos__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.about__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.about__content__one h1 {
    color: #444b5b;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .about__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.about__content__one p {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .about__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.about__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.about__content__one div h1 {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .about__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.about__content__one div p {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .about__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.tos__dark__intro__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.tos__dark__content__one div p,
.tos__dark__content__one p,
.tos__dark__intro__supporting {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.tos__dark__content__one h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.tos__dark__content__one div h1 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.tos__dark__intro__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .tos__dark__intro__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.tos__dark__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .tos__dark__container {
        padding: 6.4rem 0;
    }
}
.tos__dark__wrapper {
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .tos__dark__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.tos__dark__container {
    background-color: #1a2130;
}
.tos__dark__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
}
@media (max-width: 768px) {
    .tos__dark__wrapper {
        width: 100%;
    }
}
.tos__dark__intro {
    max-width: 76.8rem;
}
@media (max-width: 768px) {
    .tos__dark__intro {
        max-width: 38.3rem;
    }
}
.tos__dark__intro__tag {
    color: #1199fa;
    font-weight: 600;
}
@media (max-width: 768px) {
    .tos__dark__intro__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.tos__dark__intro__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .tos__dark__intro__text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.tos__dark__intro__supporting {
    color: #b4b7bd;
    font-weight: 400;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .tos__dark__intro__supporting {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.tos__dark__content {
    grid-gap: 4.8rem;
    display: grid;
    gap: 4.8rem;
    width: 100%;
}
.tos__dark__content__one {
    grid-gap: 3.2rem;
    align-items: flex-start;
    display: grid;
    gap: 3.2rem;
    width: 100%;
}
.tos__dark__content__one h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .tos__dark__content__one h1 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
.tos__dark__content__one p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .tos__dark__content__one p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.tos__dark__content__one div {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    max-width: 57.6rem;
}
.tos__dark__content__one div h1 {
    color: #d2d4d8;
    font-weight: 600;
}
@media (max-width: 768px) {
    .tos__dark__content__one div h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.tos__dark__content__one div p {
    color: #d2d4d8;
    font-weight: 400;
}
@media (max-width: 768px) {
    .tos__dark__content__one div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
.cta__two__button__blue,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.cta__two__supporting__text {
    font-size: 2rem;
    line-height: 3rem;
}
.cta__two__text {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .cta__two__text {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.cta__two__button__blue {
    background-color: #39aafb;
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 1.2rem 2rem;
}
.cta__two__container {
    background-color: #1199fa;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .cta__two__container {
        padding: 6.4rem 0;
    }
}
.cta__two__texts {
    grid-gap: 2rem;
    display: grid;
    gap: 2rem;
}
.cta__two__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 121.6rem;
    padding: 0 3.2rem;
    width: 100%;
}
@media (max-width: 768px) {
    .cta__two__wrapper {
        display: grid;
        max-width: none;
        padding: 0 1.6rem;
    }
}
.cta__two__text {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    .cta__two__text {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.cta__two__supporting__text {
    color: #eee;
    font-weight: 400;
}
.cta__two__buttons {
    display: flex;
    gap: 1.2rem;
    margin-top: 3.2rem;
}
@media (max-width: 768px) {
    .cta__two__buttons {
        display: grid;
    }
}
.cta__two__button__blue {
    height: -webkit-max-content;
    height: max-content;
}
.features__four__feature__link p,
.features__four__feature__text,
.features__four__top__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.features__four__feature__title,
.features__four__top__text {
    font-size: 2rem;
    line-height: 3rem;
}
.features__four__top__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .features__four__top__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.features__four__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .features__four__container {
        padding: 6.4rem 1.6rem;
    }
}
.features__four__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .features__four__wrapper {
        padding: 0;
    }
}
.features__four__top {
    grid-gap: 1.6rem;
    display: grid;
    gap: 1.6rem;
    max-width: 76.8rem;
    text-align: left;
    width: 100%;
}
@media (max-width: 768px) {
    .features__four__top {
        max-width: none;
        width: auto;
    }
}
.features__four__top__label {
    color: #1199fa;
    font-weight: 600;
    max-width: -webkit-max-content;
    max-width: max-content;
}
.features__four__top__title {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .features__four__top__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.features__four__top__text {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .features__four__top__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.features__four__bottom {
    display: flex;
    gap: 2.4rem;
}
@media (max-width: 768px) {
    .features__four__bottom {
        display: grid;
    }
}
.features__four__feature {
    background: #f9fafb;
    display: grid;
    max-width: 28.6rem;
    padding: 2.4rem;
}
@media (max-width: 768px) {
    .features__four__feature {
        max-width: none;
        padding: 2rem;
        width: 100%;
    }
}
.features__four__feature__icon {
    height: 4.8rem;
    width: 4.8rem;
}
.features__four__feature__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 6.4rem;
}
.features__four__feature__text {
    color: #444b5b;
    margin-top: 0.8rem;
}
@media (max-width: 768px) {
    .features__four__feature__text {
        width: 100%;
    }
}
.features__four__feature__link {
    display: flex;
    gap: 0.8rem;
    margin-top: 2rem;
}
.features__four__feature__link p {
    color: #1199fa;
    font-weight: 600;
}
.features__four__feature__link img {
    width: 1.16rem;
}
.features__one__top__label {
    font-size: 1.4rem;
    line-height: 2rem;
}
.features__one__feature__text,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.features__one__feature__title,
.features__one__top__text {
    font-size: 2rem;
    line-height: 3rem;
}
.features__one__top__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .features__one__top__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.features__one__wrapper {
    display: grid;
    justify-items: center;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .features__one__wrapper {
        padding: 0 1.6rem 6.4rem;
    }
}
.features__one__top {
    grid-gap: 1.6rem;
    display: grid;
    gap: 1.6rem;
    justify-items: center;
    max-width: 76.8rem;
    text-align: center;
    width: 100%;
}
.features__one__top__label {
    background-color: #cfebfe;
    border-radius: 1.6rem;
    color: #1199fa;
    font-weight: 500;
    max-width: -webkit-max-content;
    max-width: max-content;
    mix-blend-mode: multiply;
    padding: 0.4rem 1.2rem;
}
.features__one__top__title {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .features__one__top__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.features__one__top__text {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .features__one__top__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.features__one__mid {
    margin-top: 6.4rem;
}
.features__one__bottom {
    margin-top: 9.6rem;
}
.features__one__mid__figure__desktop {
    max-width: 121.6rem;
    width: 100%;
}
.features__one__mid__figure__desktop img {
    width: 100%;
}
@media (max-width: 768px) {
    .features__one__mid__figure__desktop {
        display: none;
    }
}
@-webkit-keyframes fade-in-img {
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fade-in-img {
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.features__one__mid__figure__mobile {
    -webkit-animation: fade-in-img 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s
        forwards;
    animation: fade-in-img 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
}
@media (max-width: 768px) {
    .features__one__mid__figure__mobile {
        display: grid;
        width: auto;
    }
}
.features__one__bottom {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .features__one__bottom {
        grid-gap: 4rem;
        display: grid;
        gap: 4rem;
    }
}
.features__one__feature {
    grid-gap: 0.8rem;
    display: grid;
    gap: 0.8rem;
    justify-items: center;
    max-width: 38.4rem;
    text-align: center;
}
.features__one__feature__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
.features__one__feature__text {
    color: #6a6f7c;
}
.features__three__feature__text,
.features__three__top__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.features__three__feature__title,
.features__three__top__text {
    font-size: 2rem;
    line-height: 3rem;
}
.features__three__top__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .features__three__top__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.features__three__container {
    display: grid;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .features__three__container {
        padding: 6.4rem 1.6rem;
    }
}
.features__three__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    justify-items: center;
}
.features__three__top {
    grid-gap: 1.6rem;
    display: grid;
    gap: 1.6rem;
    justify-items: center;
    max-width: 76.8rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .features__three__top {
        max-width: 34.3rem;
        width: auto;
    }
}
.features__three__top__label {
    color: #1199fa;
    font-weight: 600;
    max-width: -webkit-max-content;
    max-width: max-content;
}
.features__three__top__title {
    color: #1f273a;
    font-weight: 600;
}
@media (max-width: 768px) {
    .features__three__top__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.features__three__top__text {
    color: #6a6f7c;
    font-weight: 400;
}
@media (max-width: 768px) {
    .features__three__top__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.features__three__features {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
    grid-template-columns: 38.4rem 38.4rem 38.4rem;
    width: 100%;
}
@media (max-width: 768px) {
    .features__three__features {
        grid-template-columns: auto;
    }
}
.features__three__checkmark {
    height: 4.8rem;
    width: 4.8rem;
}
.features__three__feature {
    grid-gap: 0.8rem;
    display: grid;
    gap: 0.8rem;
    justify-items: center;
    max-width: 38.4rem;
    text-align: center;
}
.features__three__feature__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .features__three__feature__title {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.features__three__feature__text {
    color: #6a6f7c;
}
.features__two__feature__text,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.features__two__feature__title {
    font-size: 2rem;
    line-height: 3rem;
}
.features__two__container {
    background-color: #f9fafb;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .features__two__container {
        padding: 6.4rem 1.6rem;
    }
}
.features__two__wrapper {
    display: flex;
    gap: 3.2rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .features__two__wrapper {
        grid-gap: 4rem;
        display: grid;
        gap: 4rem;
        padding: 0;
    }
}
.features__two__feature {
    grid-gap: 0.8rem;
    display: grid;
    gap: 0.8rem;
    justify-items: center;
    max-width: 38.4rem;
    text-align: center;
}
.features__two__feature__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
.features__two__feature__text {
    color: #6a6f7c;
}
.extra__link__text,
.footer__five__brand__link,
.footer__five__brand__text,
.footer__five__disclaimer,
.footer__five__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__five__cta {
    background-color: #1a2130;
    display: none;
    height: 16.6rem;
    margin-top: 20.2rem;
    position: relative;
}
@media (max-width: 768px) {
    .footer__five__cta {
        margin-top: 22.9rem;
    }
}
.footer__five__cta__container {
    bottom: -1.3rem;
    position: absolute;
    width: 100%;
}
.footer__five__container {
    background-color: #fff;
    padding: 8rem 6.4rem;
}
@media (max-width: 768px) {
    .footer__five__container {
        padding: 2.2rem 0 4.8rem;
    }
}
.footer__five__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__five__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
    justify-items: center;
}
.footer__five__brand__text {
    color: #444b5b;
    display: none;
    font-weight: 400;
}
.footer__five__brand__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .footer__five__brand__links {
        grid-gap: 1.2rem;
        display: grid;
        gap: 1.2rem;
        grid-template-columns: auto auto;
    }
}
.footer__five__brand__link {
    color: #6a6f7c;
    font-weight: 600;
}
.footer__five__disclaimer {
    color: #444b5b;
    display: none;
    font-weight: 400;
}
.footer__five__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__five__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #eaecf0;
    width: 100%;
}
.footer__five__reserved {
    color: #6a6f7c;
    font-weight: 400;
}
.footer__five__reserved__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 768px) {
    .footer__five__reserved__wrapper {
        grid-gap: 1.6rem;
        display: grid;
        gap: 1.6rem;
    }
}
.footer__five__social__links {
    display: flex;
    gap: 2.4rem;
}
.footer__five__social__link {
    height: 2.4rem;
    width: 2.4rem;
}
.extra__link__text,
.footer__four__brand__link,
.footer__four__brand__text,
.footer__four__disclaimer,
.footer__four__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__four__cta {
    background-color: #1a2130;
    display: none;
    height: 16.6rem;
    margin-top: 20.2rem;
    position: relative;
}
@media (max-width: 768px) {
    .footer__four__cta {
        margin-top: 22.9rem;
    }
}
.footer__four__cta__container {
    bottom: -1.3rem;
    position: absolute;
    width: 100%;
}
.footer__four__container {
    background-color: #fff;
    padding: 8rem 6.4rem;
}
@media (max-width: 768px) {
    .footer__four__container {
        padding: 2.2rem 0 4.8rem;
    }
}
.footer__four__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__four__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__four__brand__text {
    color: #444b5b;
    font-weight: 400;
}
.footer__four__brand__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .footer__four__brand__links {
        grid-gap: 1.2rem;
        display: grid;
        gap: 1.2rem;
        grid-template-columns: auto auto;
    }
}
.footer__four__brand__link {
    color: #6a6f7c;
    font-weight: 600;
}
.footer__four__disclaimer {
    color: #444b5b;
    display: none;
    font-weight: 400;
}
.footer__four__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__four__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #eaecf0;
    width: 100%;
}
.footer__four__reserved {
    color: #6a6f7c;
    font-weight: 400;
}
.footer__four__reserved__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 768px) {
    .footer__four__reserved__wrapper {
        grid-gap: 1.6rem;
        display: grid;
        gap: 1.6rem;
    }
}
.footer__four__social__links {
    display: flex;
    gap: 2.4rem;
}
.footer__four__social__link {
    height: 2.4rem;
    width: 2.4rem;
}
.extra__link__text {
    color: #6a6f7c;
}
.extra__link__text,
.footer__six__brand__link,
.footer__six__brand__text,
.footer__six__disclaimer,
.footer__six__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__six__cta {
    background-color: #1a2130;
    display: none;
    height: 16.6rem;
    margin-top: 20.2rem;
    position: relative;
}
@media (max-width: 768px) {
    .footer__six__cta {
        margin-top: 22.9rem;
    }
}
.footer__six__cta__container {
    bottom: -1.3rem;
    position: absolute;
    width: 100%;
}
.footer__six__container {
    background-color: #1a2130;
    padding: 8rem 6.4rem;
}
@media (max-width: 768px) {
    .footer__six__container {
        padding: 2.2rem 0 4.8rem;
    }
}
.footer__six__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__six__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
    justify-items: center;
}
.footer__six__brand__text {
    color: #444b5b;
    display: none;
    font-weight: 400;
}
.footer__six__brand__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .footer__six__brand__links {
        grid-gap: 1.2rem;
        display: grid;
        gap: 1.2rem;
        grid-template-columns: auto auto;
    }
}
.footer__six__brand__link {
    color: #fff;
    font-weight: 600;
}
.footer__six__disclaimer {
    color: #b4b7bd;
    font-weight: 400;
}
.footer__six__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__six__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #475467;
    width: 100%;
}
.footer__six__reserved {
    color: #b4b7bd;
    font-weight: 400;
}
.footer__six__reserved__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 768px) {
    .footer__six__reserved__wrapper {
        grid-gap: 1.6rem;
        display: grid;
        gap: 1.6rem;
    }
}
.footer__six__social__links {
    display: flex;
    gap: 2.4rem;
}
.footer__six__social__link {
    height: 2.4rem;
    width: 2.4rem;
}
.extra__links {
    display: flex;
    gap: 1.6rem;
}
.extra__link__text {
    color: #b4b7bd;
}
.footer__two__brand__link,
.footer__two__disclaimer,
.footer__two__reserved,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.footer__two__cta {
    background-color: #1a2130;
    height: 16.6rem;
    margin-top: 20.2rem;
    position: relative;
}
@media (max-width: 768px) {
    .footer__two__cta {
        margin-top: 22.9rem;
    }
}
.footer__two__cta__container {
    bottom: -1.3rem;
    position: absolute;
    width: 100%;
}
.footer__two__container {
    background-color: #1a2130;
    padding: 8rem 6.4rem;
}
@media (max-width: 768px) {
    .footer__two__container {
        padding: 2.2rem 0 4.8rem;
    }
}
.footer__two__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    padding: 0 3.2rem;
}
.footer__two__brand {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__two__brand__links {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 768px) {
    .footer__two__brand__links {
        display: grid;
        grid-template-columns: auto auto;
    }
}
.footer__two__brand__link {
    color: #fff;
    font-weight: 600;
}
.footer__two__disclaimer {
    color: #d2d4d8;
    display: none;
    font-weight: 400;
}
.footer__two__bottom {
    grid-gap: 3.2rem;
    display: grid;
    gap: 3.2rem;
}
.footer__two__bottom hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #475467;
    width: 100%;
}
.footer__two__reserved {
    color: #d2d4d8;
    font-weight: 400;
}
.hero__eight__button__blue,
.hero__eight__button__white,
.hero__eight__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__eight__supporting__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__eight__text {
    font-size: 7.2rem;
    line-height: 9rem;
}
.hero__eight__button__blue {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    color: #fff;
}
.hero__eight__button__blue,
.hero__eight__button__white {
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__eight__button__white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.8rem;
    color: #1f273a;
}
.hero__eight__container {
    background-color: #fff;
    height: 84.1rem;
    overflow: hidden;
    padding: 9.6rem 8rem;
    position: relative;
}
@media (max-width: 768px) {
    .hero__eight__container {
        height: 50.6rem;
        padding: 6.4rem 0;
    }
}
.hero__eight__wrapper {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 76.8rem;
    padding: 9.6rem 3.2rem;
    text-align: center;
    z-index: 3;
}
@media (max-width: 768px) {
    .hero__eight__wrapper {
        justify-items: left;
        padding: 0 1.6rem;
        text-align: left;
    }
}
.hero__eight__tag {
    color: #6a6f7c;
    font-weight: 600;
}
@media (max-width: 768px) {
    .hero__eight__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.hero__eight__text {
    -webkit-animation: scale 1.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    animation: scale 1.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    color: #1f273a;
    font-weight: 600;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}
@media (max-width: 768px) {
    .hero__eight__text {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__eight__text span {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
}
.hero__eight__text span:first-child {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
}
.hero__eight__text span:nth-child(2) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s forwards;
}
.hero__eight__text span:nth-child(3) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.3s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.3s forwards;
}
.hero__eight__text span:nth-child(4) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards;
}
.hero__eight__text span:nth-child(5) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.5s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.5s forwards;
}
.hero__eight__text span:nth-child(6) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
}
.hero__eight__text span:nth-child(7) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
}
.hero__eight__supporting__text {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    color: #6a6f7c;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    font-weight: 400;
    margin-top: 2.4rem;
    opacity: 0;
}
@media (max-width: 768px) {
    .hero__eight__supporting__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__eight__buttons {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    display: flex;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    gap: 1.2rem;
    margin-top: 4.8rem;
    opacity: 0;
}
@media (max-width: 768px) {
    .hero__eight__buttons {
        display: grid;
        width: 100%;
    }
}
.hero__eight__button__blue {
    border: none;
    justify-self: center;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__eight__button__blue {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__eight__button__white {
    justify-self: center;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__eight__button__white {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__eight__rainbow__figure {
    left: 30rem;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    top: 10rem;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1;
}
@media (max-width: 768px) {
    .hero__eight__rainbow__figure {
        left: -20rem;
        opacity: 0.4;
    }
}
.hero__five__tag__label,
.hero__five__tag__text p {
    font-size: 1.4rem;
    line-height: 2rem;
}
.hero__five__button,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__five__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__five__title {
    font-size: 6rem;
    line-height: 7.2rem;
}
.hero__five__button {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__five__container {
    height: 70.4rem;
    overflow: hidden;
    padding: 9.6rem 8rem;
    position: relative;
}
@media (max-width: 768px) {
    .hero__five__container {
        height: 79.6rem;
        padding: 1.6rem 0 6.4rem;
    }
}
.hero__five__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .hero__five__wrapper {
        display: grid;
        padding: 0;
    }
}
.hero__five__top {
    max-width: 64rem;
    text-align: left;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__five__top {
        max-width: 41.3rem;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.hero__five__tag {
    align-items: center;
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    display: flex;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    gap: 1.2rem;
    margin-top: 2.4rem;
    opacity: 0;
    padding: 0.2rem 0;
    width: 10rem;
    width: -webkit-max-content;
    width: max-content;
}
.hero__five__tag,
.hero__five__tag__label {
    border: 0.15rem solid #1199fa;
    border-radius: 1.6rem;
}
.hero__five__tag__label {
    align-self: center;
    color: #1199fa;
    font-weight: 500;
    margin-left: 0.4rem;
    mix-blend-mode: normal;
    padding: 0.2rem 1rem;
}
@media (max-width: 768px) {
    .hero__five__tag__label {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}
.hero__five__tag__text {
    align-items: center;
    display: flex;
    gap: 0.4rem;
}
.hero__five__tag__text p {
    color: #1199fa;
    font-weight: 500;
}
.hero__five__tag__text img {
    padding: 0.333rem;
    width: 2rem;
}
.hero__five__title {
    -webkit-animation: scale 1.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    animation: scale 1.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.6rem;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}
@media (max-width: 768px) {
    .hero__five__title {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__five__title span {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
}
.hero__five__title span:first-child {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
}
.hero__five__title span:nth-child(2) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s forwards;
}
.hero__five__title span:nth-child(3) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.3s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.3s forwards;
}
.hero__five__title span:nth-child(4) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards;
}
.hero__five__title span:nth-child(5) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.5s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.5s forwards;
}
.hero__five__title span:nth-child(6) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
}
.hero__five__title span:nth-child(7) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
}
.hero__five__title span:nth-child(8) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.8s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.8s forwards;
}
.hero__five__text {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    color: #6a6f7c;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    font-weight: 400;
    margin-top: 2.4rem;
    opacity: 0;
}
@media (max-width: 768px) {
    .hero__five__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__five__button {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    border: none;
    box-shadow: none;
    justify-self: left;
    margin-top: 4.8rem;
}
@media (max-width: 768px) {
    .hero__five__button {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__five__desktop__figure {
    height: auto;
    max-width: 51.2rem;
}
.hero__five__desktop__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__five__desktop__figure {
        display: none;
    }
}
.hero__five__mobile__figure {
    display: none;
    justify-self: center;
    margin-top: 7rem;
}
.hero__five__mobile__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__five__mobile__figure {
        display: block;
        max-width: none;
        width: 100%;
    }
}
.hero__four__button,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__four__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__four__title {
    font-size: 6rem;
    line-height: 7.2rem;
}
.hero__four__button {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__four__container {
    background-color: #1a2130;
    height: 60.2rem;
    overflow-y: hidden;
    padding: 9.6rem 8rem;
    position: relative;
}
@media (max-width: 768px) {
    .hero__four__container {
        height: 70.6rem;
        padding: 6.4rem 0;
    }
}
.hero__four__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .hero__four__wrapper {
        display: grid;
        padding: 0;
    }
}
.hero__four__top {
    max-width: 59.2rem;
    text-align: left;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__four__top {
        padding: 0 1.6rem;
        width: 100%;
    }
}
.hero__four__title {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .hero__four__title {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__four__text {
    color: #d2d4d8;
    font-weight: 400;
    margin-top: 2.4rem;
}
@media (max-width: 768px) {
    .hero__four__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__four__button {
    border: none;
    box-shadow: none;
    justify-self: left;
    margin-top: 4.8rem;
}
@media (max-width: 768px) {
    .hero__four__button {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__four__desktop__figure {
    height: auto;
    max-width: 112.4rem;
    position: absolute;
    right: -50.6rem;
}
.hero__four__desktop__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__four__desktop__figure {
        display: none;
    }
}
.hero__four__mobile__figure {
    display: none;
    justify-self: center;
    margin-top: 7rem;
}
@media (max-width: 768px) {
    .hero__four__mobile__figure {
        display: block;
    }
}
.hero__one__button,
.hero__one__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__one__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__one__title {
    font-size: 7.2rem;
    line-height: 9rem;
}
.hero__one__button {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__one__container {
    background-color: #1a2130;
    max-height: 95.8rem;
    overflow-y: hidden;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .hero__one__container {
        max-height: 87.5rem;
        padding: 0;
    }
}
.hero__one__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    justify-items: center;
    text-align: center;
}
@media (max-width: 768px) {
    .hero__one__wrapper {
        text-align: left;
    }
}
.hero__one__top {
    display: grid;
    max-width: 76.8rem;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__one__top {
        margin: 6.4rem 0;
        max-width: none;
        padding: 0 1.6rem;
    }
}
.hero__one__label {
    color: #d2d4d8;
    font-weight: 600;
}
@media (max-width: 768px) {
    .hero__one__label {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.hero__one__title {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .hero__one__title {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__one__text {
    color: #d2d4d8;
    font-weight: 400;
    margin-top: 2.4rem;
}
@media (max-width: 768px) {
    .hero__one__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__one__button {
    justify-self: center;
    margin-top: 4.8rem;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__one__button {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__one__desktop__figure {
    max-width: 128rem;
    width: 100%;
}
.hero__one__desktop__figure img {
    width: 100%;
}
@media (max-width: 768px) {
    .hero__one__desktop__figure {
        display: none;
    }
}
.hero__one__mobile__figure {
    display: none;
    max-width: 28.4rem;
    width: 100%;
}
.hero__one__mobile__figure img {
    width: 100%;
}
@media (max-width: 768px) {
    .hero__one__mobile__figure {
        display: block;
    }
}
.hero__seven__button__blue,
.hero__seven__button__white,
.hero__seven__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__seven__supporting__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__seven__text {
    font-size: 7.2rem;
    line-height: 9rem;
}
.hero__seven__button__blue {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    color: #fff;
}
.hero__seven__button__blue,
.hero__seven__button__white {
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__seven__button__white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.8rem;
    color: #1f273a;
}
.hero__seven__container {
    background-color: #1a2130;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .hero__seven__container {
        padding: 6.4rem 0;
    }
}
.hero__seven__wrapper {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 76.8rem;
    padding: 0 3.2rem;
    text-align: center;
}
@media (max-width: 768px) {
    .hero__seven__wrapper {
        justify-items: left;
        padding: 0 1.6rem;
        text-align: left;
    }
}
.hero__seven__tag {
    color: #d2d4d8;
    font-weight: 600;
}
@media (max-width: 768px) {
    .hero__seven__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.hero__seven__text {
    color: #fff;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .hero__seven__text {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__seven__supporting__text {
    color: #d2d4d8;
    font-weight: 400;
    margin-top: 2.4rem;
}
@media (max-width: 768px) {
    .hero__seven__supporting__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__seven__buttons {
    display: flex;
    gap: 1.2rem;
    margin-top: 4.8rem;
}
@media (max-width: 768px) {
    .hero__seven__buttons {
        display: grid;
        width: 100%;
    }
}
.hero__seven__button__blue {
    height: -webkit-max-content;
    height: max-content;
    justify-self: center;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__seven__button__blue {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__seven__button__white {
    justify-self: center;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__seven__button__white {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__six__button__blue,
.hero__six__button__white,
.hero__six__tag,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__six__supporting__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__six__text {
    font-size: 7.2rem;
    line-height: 9rem;
}
.hero__six__button__blue {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    color: #fff;
}
.hero__six__button__blue,
.hero__six__button__white {
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__six__button__white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.8rem;
    color: #1f273a;
}
.hero__six__container {
    background-color: #1a2130;
    height: 84.1rem;
    overflow: hidden;
    padding: 9.6rem 8rem;
    position: relative;
}
@media (max-width: 768px) {
    .hero__six__container {
        height: 50.6rem;
        padding: 6.4rem 0;
    }
}
.hero__six__wrapper {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 76.8rem;
    padding: 9.6rem 3.2rem;
    text-align: center;
}
@media (max-width: 768px) {
    .hero__six__wrapper {
        justify-items: left;
        padding: 0 1.6rem;
        text-align: left;
    }
}
.hero__six__tag {
    color: #d2d4d8;
    font-weight: 600;
}
@media (max-width: 768px) {
    .hero__six__tag {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
@-webkit-keyframes scale {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes fade-in {
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes fade-in {
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
.hero__six__text {
    -webkit-animation: scale 1.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    animation: scale 1.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}
@media (max-width: 768px) {
    .hero__six__text {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__six__text span {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
}
.hero__six__text span:first-child {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.1s forwards;
}
.hero__six__text span:nth-child(2) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s forwards;
}
.hero__six__text span:nth-child(3) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.3s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.3s forwards;
}
.hero__six__text span:nth-child(4) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards;
}
.hero__six__text span:nth-child(5) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.5s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.5s forwards;
}
.hero__six__text span:nth-child(6) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
}
.hero__six__text span:nth-child(7) {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
}
.hero__six__supporting__text {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.6s forwards;
    color: #d2d4d8;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    font-weight: 400;
    margin-top: 2.4rem;
    opacity: 0;
}
@media (max-width: 768px) {
    .hero__six__supporting__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__six__buttons {
    -webkit-animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    animation: fade-in 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.7s forwards;
    display: flex;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    gap: 1.2rem;
    margin-top: 4.8rem;
    opacity: 0;
}
@media (max-width: 768px) {
    .hero__six__buttons {
        display: grid;
        width: 100%;
    }
}
.hero__six__button__blue {
    justify-self: center;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__six__button__blue {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__six__button__white {
    justify-self: center;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__six__button__white {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__six__rainbow__figure {
    left: -20rem;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
}
@media (max-width: 768px) {
    .hero__six__rainbow__figure {
        left: -50rem;
    }
}
.hero__three__button,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__three__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__three__title {
    font-size: 6rem;
    line-height: 7.2rem;
}
.hero__three__button {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__three__container {
    height: 60.2rem;
    overflow-y: hidden;
    padding: 9.6rem 8rem;
    position: relative;
}
@media (max-width: 768px) {
    .hero__three__container {
        height: 70.6rem;
        padding: 6.4rem 0;
    }
}
.hero__three__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .hero__three__wrapper {
        display: grid;
        padding: 0;
    }
}
.hero__three__top {
    max-width: 59.2rem;
    text-align: left;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__three__top {
        padding: 0 1.6rem;
        width: 100%;
    }
}
.hero__three__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .hero__three__title {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__three__text {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2.4rem;
}
@media (max-width: 768px) {
    .hero__three__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__three__button {
    border: none;
    box-shadow: none;
    justify-self: left;
    margin-top: 4.8rem;
}
@media (max-width: 768px) {
    .hero__three__button {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__three__desktop__figure {
    height: auto;
    max-width: 112.4rem;
    position: absolute;
    right: -50.6rem;
}
.hero__three__desktop__figure img {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__three__desktop__figure {
        display: none;
    }
}
.hero__three__mobile__figure {
    display: none;
    justify-self: center;
    margin-top: 7rem;
}
@media (max-width: 768px) {
    .hero__three__mobile__figure {
        display: block;
    }
}
.testimonials__one__user__title,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.testimonials__one__user__name {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.testimonials__one__greeting,
.testimonials__one__review {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.testimonials__one__container {
    padding: 0 8rem 9.6rem;
}
@media (max-width: 768px) {
    .testimonials__one__container {
        padding: 0 1.6rem 6.4rem;
    }
}
.testimonial__one__content {
    background-color: #1a2130;
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 768px) {
    .testimonial__one__content {
        display: grid;
        height: 100%;
        max-width: none;
        width: 100%;
    }
}
.testimonials__one__wrapper {
    background-color: #1a2130;
    max-width: 121.6rem;
    width: 100%;
}
.testimonials__one__greeting {
    color: #1199fa;
}
.testimonials__one__text {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding: 6.4rem;
    width: 60.8rem;
}
@media (max-width: 768px) {
    .testimonials__one__text {
        max-width: 34.3rem;
        padding: 4rem 2.4rem;
        width: 34.3rem;
    }
}
.testimonials__one__review {
    color: #fff;
    font-weight: 500;
}
.testimonials__one__user__name {
    color: #fff;
    font-weight: 600;
    margin-top: 3rem;
}
.testimonials__one__user__title {
    color: #d2d4d8;
    font-weight: 600;
}
.testimonials__one__figure {
    max-width: 48rem;
    position: absolute;
    width: 100%;
}
@media (max-width: 768px) {
    .testimonials__one__figure {
        height: 100%;
        max-width: none;
        width: 100%;
    }
}
.testimonials__one__figure img {
    border-bottom-right-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 768px) {
    .testimonials__one__figure img {
        border-bottom-left-radius: 2.4rem;
        border-bottom-right-radius: 0;
        border-bottom-right-radius: 2.4rem;
        border-top-right-radius: 0;
    }
}
.testimonials__one__icons {
    display: flex;
    gap: 1.6rem;
}
.testimonials__one__icon {
    background: #d2d4d8;
    border-radius: 0.6rem;
    height: 1rem;
    width: 1rem;
}
.testimonials__one__active {
    background: #fff;
    border-radius: 0.6rem;
    height: 1rem;
    width: 1rem;
}
.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}
.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff
        url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=)
        50% no-repeat;
}
@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix)
            format("embedded-opentype"),
        url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),
        url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),
        url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
}
.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.hero__two__button,
.hero__two__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.hero__two__text {
    font-size: 2rem;
    line-height: 3rem;
}
.hero__two__title {
    font-size: 7.2rem;
    line-height: 9rem;
}
.hero__two__button {
    background-color: #1199fa;
    border: 1px solid #0e80d0;
    border-radius: 0.8rem;
    box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    padding: 1.6rem 2.8rem;
}
.hero__two__container {
    background-color: #fff;
    max-height: 95.8rem;
    overflow-y: hidden;
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .hero__two__container {
        max-height: 87.5rem;
        padding: 0;
    }
}
.hero__two__wrapper {
    grid-gap: 6.4rem;
    display: grid;
    gap: 6.4rem;
    justify-items: center;
    text-align: center;
}
@media (max-width: 768px) {
    .hero__two__wrapper {
        text-align: left;
    }
}
.hero__two__top {
    display: grid;
    max-width: 76.8rem;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__two__top {
        margin: 6.4rem 0;
        max-width: none;
        padding: 0 1.6rem;
    }
}
.hero__two__label {
    color: #6a6f7c;
    font-weight: 600;
}
@media (max-width: 768px) {
    .hero__two__label {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.hero__two__title {
    color: #1f273a;
    font-weight: 600;
    margin-top: 1.2rem;
}
@media (max-width: 768px) {
    .hero__two__title {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}
.hero__two__text {
    color: #6a6f7c;
    font-weight: 400;
    margin-top: 2.4rem;
}
@media (max-width: 768px) {
    .hero__two__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.hero__two__button {
    border: none;
    box-shadow: none;
    justify-self: center;
    margin-top: 4.8rem;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 768px) {
    .hero__two__button {
        padding: 1.2rem 0;
        width: 100%;
    }
}
.hero__two__desktop__figure {
    max-width: 128rem;
    width: 100%;
}
.hero__two__desktop__figure img {
    width: 100%;
}
@media (max-width: 768px) {
    .hero__two__desktop__figure {
        display: none;
    }
}
.hero__two__mobile__figure {
    display: none;
    max-width: 28.4rem;
    width: 100%;
}
.hero__two__mobile__figure img {
    width: 100%;
}
@media (max-width: 768px) {
    .hero__two__mobile__figure {
        display: block;
    }
}
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.stats__one__stat p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.stats__one__stat h1 {
    font-size: 6rem;
    line-height: 7.2rem;
}
.stats__one__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .stats__one__container {
        padding: 6.4rem 0;
    }
}
.stats__one__wrapper {
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .stats__one__wrapper {
        padding: 0 1.6rem;
    }
}
.stats__one__stats {
    display: flex;
    gap: 1.6rem;
}
@media (max-width: 768px) {
    .stats__one__stats {
        grid-gap: 3.2rem;
        display: grid;
        gap: 3.2rem;
    }
}
.stats__one__stat {
    grid-gap: 1.2rem;
    display: grid;
    gap: 1.2rem;
    justify-items: center;
    max-width: 29.2rem;
    padding: 6.4rem 0;
    width: 100%;
}
@media (max-width: 768px) {
    .stats__one__stat {
        max-width: none;
        padding: 0;
        width: 100%;
    }
}
.stats__one__stat h1 {
    color: #1f273a;
    font-weight: 600;
}
.stats__one__stat p {
    color: #6a6f7c;
    font-weight: 500;
}
.pricing__one__card__button,
.pricing__one__feature__item p,
.pricing__one__section__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.pricing__one__section__supporting__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.pricing__one__card__name {
    font-size: 2rem;
    line-height: 3rem;
}
.pricing__one__section__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .pricing__one__section__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.pricing__one__card__price {
    font-size: 4.8rem;
    line-height: 6rem;
}
@media (max-width: 768px) {
    .pricing__one__card__price {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.pricing__one__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 1240px) {
    .pricing__one__container {
        padding: 3.2rem 0;
    }
}
@media (max-width: 768px) {
    .pricing__one__container {
        padding: 3.2rem 0;
    }
}
.pricing__one__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 128rem;
    padding: 0 3.2rem;
    width: 100%;
}
@media (max-width: 1240px) {
    .pricing__one__wrapper {
        grid-gap: 4.8rem;
        display: grid;
        gap: 4.8rem;
        padding: 0 1.6rem;
        place-content: center;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .pricing__one__wrapper {
        grid-gap: 4.8rem;
        display: grid;
        gap: 4.8rem;
        padding: 0 1.6rem;
        place-content: center;
        width: 100%;
    }
}
.pricing__one__text {
    grid-gap: 1.2rem;
    display: grid;
    gap: 1.2rem;
    height: -webkit-max-content;
    height: max-content;
    max-width: 44.8rem;
    width: 100%;
}
.pricing__one__section__label {
    color: #1199fa;
    font-size: 1.4rem;
    font-weight: 600;
}
.pricing__one__section__title {
    color: #1f273a;
    font-size: 3rem;
    font-weight: 600;
}
.pricing__one__section__supporting__text {
    color: #444b5b;
    font-weight: 400;
    margin-top: 0.8rem;
}
.pricing__one__cards {
    display: flex;
    gap: 3.2rem;
}
@media (max-width: 1240px) {
    .pricing__one__cards {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .pricing__one__cards {
        display: grid;
        width: 100%;
    }
}
.pricing__one__card {
    background: #fff;
    border: 0.1rem solid #d2d4d8;
    border-radius: 1.6rem;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
        0 4px 6px -2px rgba(16, 24, 40, 0.03);
    display: grid;
    width: 33.6rem;
}
@media (max-width: 1240px) {
    .pricing__one__card {
        min-width: 41.0256rem;
        width: auto;
    }
}
@media (max-width: 768px) {
    .pricing__one__card {
        width: auto;
    }
}
.pricing__one__card__bottom,
.pricing__one__card__mid {
    padding: 3.2rem;
}
.pricing__one__card__top {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3.2rem 3.2rem 0;
}
.pricing__one__card__top span {
    display: grid;
    justify-items: center;
}
.pricing__one__card__name {
    color: #1199fa;
    font-weight: 600;
}
.pricing__one__card__price {
    color: #1f273a;
    font-weight: 600;
    margin-top: 0.8rem;
}
.pricing__one__feature__list {
    grid-gap: 1.6rem;
    display: grid;
    gap: 1.6rem;
}
.pricing__one__feature__item {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}
.pricing__one__feature__item p {
    color: #6a6f7c;
}
.pricing__one__card__button {
    background: #1199fa;
    border: none;
    border-radius: 0.8rem;
    color: #fff;
    font-weight: 600;
    padding: 1.2rem 2rem;
    width: 100%;
}
.pricing__two__card__button,
.pricing__two__feature__item p,
.pricing__two__section__label,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.pricing__two__section__supporting__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.pricing__two__card__name {
    font-size: 2rem;
    line-height: 3rem;
}
.pricing__two__section__title {
    font-size: 3.6rem;
    font-style: normal;
    line-height: 4.4rem;
}
@media (max-width: 768px) {
    .pricing__two__section__title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
.pricing__two__card__price {
    font-size: 4.8rem;
    line-height: 6rem;
}
@media (max-width: 768px) {
    .pricing__two__card__price {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
.pricing__two__container {
    padding: 9.6rem 8rem;
}
@media (max-width: 768px) {
    .pricing__two__container {
        padding: 3.2rem 0;
    }
}
.pricing__two__wrapper {
    display: grid;
    justify-content: space-between;
    max-width: 128rem;
    padding: 0 3.2rem;
    place-content: center;
    width: 100%;
}
@media (max-width: 1240px) {
    .pricing__two__wrapper {
        gap: 4.8rem;
        padding: 0 1.6rem;
    }
}
@media (max-width: 768px) {
    .pricing__two__wrapper {
        grid-gap: 4.8rem;
        display: grid;
        gap: 4.8rem;
        padding: 0 1.6rem;
        place-content: center;
        width: 100%;
    }
}
.pricing__two__text {
    grid-gap: 1.2rem;
    display: grid;
    gap: 1.2rem;
    height: -webkit-max-content;
    height: max-content;
    max-width: 44.8rem;
    width: 100%;
}
.pricing__two__section__label {
    color: #1199fa;
    font-size: 1.4rem;
    font-weight: 600;
}
.pricing__two__section__title {
    color: #1f273a;
    font-size: 3rem;
    font-weight: 600;
}
.pricing__two__section__supporting__text {
    color: #444b5b;
    font-weight: 400;
    margin-top: 0.8rem;
}
.pricing__two__cards {
    display: flex;
    gap: 3.2rem;
    margin-top: 4.8rem;
}
@media (max-width: 1240px) {
    .pricing__two__cards {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .pricing__two__cards {
        display: grid;
        width: 100%;
    }
}
.pricing__two__card {
    background: #fff;
    border: 0.1rem solid #d2d4d8;
    border-radius: 1.6rem;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
        0 4px 6px -2px rgba(16, 24, 40, 0.03);
    display: grid;
    width: 33.6rem;
}
@media (max-width: 1240px) {
    .pricing__two__card {
        min-width: 41.0256rem;
        width: auto;
    }
}
@media (max-width: 768px) {
    .pricing__two__card {
        width: auto;
    }
}
.pricing__two__card__mid {
    padding: 3.2rem 3.2rem 4rem;
}
.pricing__two__card__bottom {
    padding: 0 3.2rem 3.2rem;
}
.pricing__two__card__top {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 3.2rem 0;
}
.pricing__two__card__top span {
    display: grid;
    justify-items: center;
}
.pricing__two__card__name,
.pricing__two__card__price {
    color: #1f273a;
    font-weight: 600;
}
.pricing__two__card__price {
    margin-top: 0.8rem;
}
.pricing__two__feature__list {
    grid-gap: 1.6rem;
    display: grid;
    gap: 1.6rem;
}
.pricing__two__feature__item {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}
.pricing__two__feature__item p {
    color: #6a6f7c;
}
.pricing__two__card__button {
    background: #1199fa;
    border: none;
    border-radius: 0.8rem;
    color: #fff;
    font-weight: 600;
    padding: 1.2rem 2rem;
    width: 100%;
}
.check {
    height: 2.4rem;
    width: 2.4rem;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.testimonials__two__user__title,
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.testimonials__two__user__name {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.testimonials__two__review {
    font-size: 4.8rem;
    line-height: 6rem;
}
@media (max-width: 768px) {
    .testimonials__two__review {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}
html {
    font-size: 0.6944444444vw;
}
@media (max-width: 768px) {
    html {
        font-size: 2.3529411765vw;
    }
}
body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}
a {
    color: #fff;
    text-decoration: none;
}
a,
a button {
    cursor: pointer;
}
.testimonials__two__container {
    padding: 9.6rem 0;
}
.testimonials__two__wrapper {
    grid-gap: 3.2rem;
    background-color: #fff;
    display: grid;
    gap: 3.2rem;
    justify-items: center;
    margin: auto;
    max-width: 121.6rem;
    padding: 0 3.2rem;
}
@media (max-width: 768px) {
    .testimonials__two__wrapper {
        max-width: none;
        padding: 0 1.6rem;
        width: 100%;
    }
}
.testimonials__two__review {
    color: #1f273a;
    font-weight: 600;
    text-align: center;
}
.testimonials__two__user__wrapper {
    grid-gap: 1.6rem;
    display: grid;
    gap: 1.6rem;
    justify-items: center;
}
.testimonials__two__user__name__wrapper {
    display: grid;
    justify-items: center;
}
.testimonials__two__user__name {
    color: #1f273a;
    font-weight: 600;
}
.testimonials__two__user__title {
    color: #6a6f7c;
    font-weight: 400;
    margin: 0;
    max-width: -webkit-max-content;
    max-width: max-content;
}
.testimonials__two__figure {
    height: 6.4rem;
    width: 6.4rem;
}
.testimonials__two__figure img {
    height: 100%;
    width: 100%;
}
/*# sourceMappingURL=main.8843f676.css.map*/
