@media (max-width: 1710px) {
    .hero {
        padding: 63px 70px 10px 70px;
    }
}

.hero__content {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1536.98px) {
    .hero__content {
        margin-right: 50px;
        gap: 50px;
    }
}

@media (min-width: 1280.98px) {
    .hero__content {
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 1280.98px) {
    .hero__content {
        flex-direction: column-reverse;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .hero__content {
        align-items: center;
        gap: 24px;
    }
}

.hero__left {
    flex: 0 1 45.182927%;
    /* 741/1640 */
}

@media (max-width: 1280.98px) {
    .hero__left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .hero__left {
        margin-top: 0;
    }
}

.hero__right {
    flex: 0 1 45%;
    /* 738/1640 */
}

@media (max-width: 1280.98px) {
    .hero__right {
        margin: 0px auto;
    }
}

.hero-left__title {
    color: var(--White, #FFF);
    margin-bottom: 20px;
    /* Headings/H2 */
    font-family: "League Spartan";
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    /* 88.56px */
}

@media (max-width: 1325px) {
    .hero-left__title {
        font-size: 72px;
    }
}

@media (max-width: 767.98px) {
    .hero-left__title {
        color: var(--White, #FFF);
        /* Headings/H6 */
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 4px;
        line-height: 118%;
        /* 40.12px */
    }
}

.hero-left__text {
    color: var(--Gray-300, #DCDFEA);
    /* Paragraph/Body/Regular */
    font-family: "League Spartan";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 30.8px */
    margin-bottom: 36px;
}

@media (min-width: 1280.98px) {
    .hero-left__text {
        margin-bottom: 80px;
        max-width: 567px;
    }
}

@media (min-width: 767.98px) {
    .hero-left__text {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .hero-left__text {
        color: var(--Gray-300, #DCDFEA);
        /* Paragraph/Body/Regular */
        font-family: "League Spartan";
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 26.6px */
    }
}

.hero-left__button .button__arrow {
    background-color: var(--Main-Blue-900);
}

.hero-right {
    margin-top: -20px;
}

@media (max-width: 767.98px) {
    .hero-right {
        margin-top: -40px;
    }
}

.hero-right__video {
    max-width: 100%;
    height: auto;
    aspect-ratio: 738/745;
}

@media (max-width: 1280.98px) {
    .hero-right__video {
        width: 861px;
    }
}

/*****************************/
.how-it-works {
    padding: 90px 70px 160px 70px;
}

@media (max-width: 1280.98px) {
    .how-it-works {
        padding-top: 71px;
        padding-bottom: 120px;
    }
}

.how-it-works__label {
    margin-bottom: 14px;
}

.how-it-works__title {
    color: #FFF;
    /* Headings/H2 */
    font-family: "League Spartan";
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    /* 88.56px */
    margin-bottom: 56px;
}

@media (max-width: 767.98px) {
    .how-it-works__title {
        color: #FFF;
        /* Headings/H5 */
        font-family: "League Spartan";
        font-size: 48px;
        font-style: normal;
        margin-bottom: 27px;
        font-weight: 700;
        line-height: 118%;
        /* 56.64px */
    }
}

.how-it-works__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    grid-auto-rows: 1fr;
}

@media (max-width: 1280.98px) {
    .how-it-works__cards {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
}

.how-it-work-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--Middle, 24px);
}

@media (max-width: 767.98px) {
    .how-it-work-card {
        padding: 32px 0px 32px 20px;
        border-radius: var(--Small, 12px);
    }
}

.how-it-work-card:nth-child(1) {
    background: var(--Main-Blue-200, #E5F1FF);
}

.how-it-work-card:nth-child(2) {
    background: var(--Main-Blue-300, #C6E1FF);
}

.how-it-work-card:nth-child(3) {
    background: var(--Main-Blue-400, #99CAFF);
}

.how-it-work-card__label {
    margin-bottom: 24px;
}

.how-it-work-card__title {
    color: var(--Gray-900, #181F35);
    /* Headings/H6 */
    font-family: "League Spartan";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    /* 40.12px */
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .how-it-work-card__title {
        color: var(--Gray-900, #181F35);
        /* Headings/H9 */
        font-family: "League Spartan";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 30.8px */
        padding-right: 20px;
    }
}

.how-it-work-card__text {
    color: var(--Gray-800, #30374F);
    /* Paragraph/Body/Regular */
    font-family: "League Spartan";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 30.8px */
}

@media (max-width: 767.98px) {
    .how-it-work-card__text {
        color: var(--Gray-800, #30374F);
        /* Paragraph/Body/Regular */
        font-family: "League Spartan";
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 26.6px */
        padding-right: 20px;
    }
}

.how-it-work-card__bottom {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 14px;
    color: var(--Gray-800, #30374F);
    white-space: nowrap;
    /* Label */
    font-family: "League Spartan";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    flex-wrap: wrap;
}

.how-it-work-card__bottom p {
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (max-width: 767.98px) {
    .how-it-work-card__bottom {
        gap: 8px;
        padding-right: 3px;
    }
}

.how-it-works-bottom {
    display: flex;
    padding: 26px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 400px;
    margin-top: 100px;
    gap: 36px;
    background: var(--Main-Blue-600);
}

.how-it-works-bottom__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 767.98px) {
    .how-it-works-bottom__button-wrapper {
        width: 197px;
        min-width: 197px;
        height: 52px;
    }
}

@media (max-width: 1280.98px) {
    .how-it-works-bottom {
        margin-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .how-it-works-bottom {
        flex-direction: column;
        border-radius: var(--Middle);
        padding: 24px 16px;
        margin-top: 60px;
    }

    .how-it-works-bottom__button-wrapper {
        height: 40px;
    }
}

.how-it-works-bottom__left {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .how-it-works-bottom__left {
        flex-direction: column;
        gap: 14px;
    }

    .how-it-works-bottom__left img {
        width: 33px;
        height: 33px;
    }
}

.how-it-works-bottom__left p {
    color: var(--White);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;
}

@media (max-width: 1280.98px) {
    .how-it-works-bottom__left p {
        color: #FFF;
        /* Headings/H8 */
        font-family: "League Spartan";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 36.4px */
    }
}

@media (max-width: 767.98px) {
    .how-it-works-bottom__left p {
        text-align: center;
        font-size: 30px;
        line-height: 1.28;
    }

    .how-it-works-bottom__button {
        width: 311px;
    }

    .how-it-works-bottom__button:active {
        width: 307px !important;
    }
}

@media (max-width: 487.98px) {
    .how-it-works-bottom__button-wrapper {
        width: 100% !important;
    }

    .how-it-works-bottom__button {
        width: 100% !important;
    }
}

/**************************/
.tools {
    margin-bottom: 140px;
}

.tools__container {
    padding: 0px 70px;
    margin: 0;
}

@media (max-width: 1280.98px) {
    .tools {
        margin-bottom: 110px;
    }
    
    .tools__container {
        padding: 0px 70px;
        text-align: center;
    }

    .tools__swiper {
        max-width: 100%;
    }
}

@media (max-width: 888px) {
    .hero {
        padding: 43px 40px 0px 40px;
    }

    .how-it-works {
        padding: 37px 40px 80px 40px;
    }

    .tools__container {
        text-align: left;
        padding: 0px 40px;
    }
}

@media (max-width: 767.98px) {
    .tools {
        margin-bottom: 80px;
    }

    .tools__container {
        padding: 0px 36px;
    }
}

.tools__swiper-wrapper {
    box-sizing: border-box;
    height: auto;
}

.tools__label {
    margin-bottom: 14px;
}

.tools__label span:nth-child(1) {
    display: block;
}

.tools__label span:nth-child(2) {
    display: none;
}

@media (max-width: 1280.98px) {
    .tools__label span:nth-child(1) {
        display: none;
    }

    .tools__label span:nth-child(2) {
        display: block;
    }
}

.tools__title {
    margin-bottom: 56px;
    color: #FFF;
    /* Headings/H2 */
    font-family: "League Spartan";
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    /* 88.56px */
}

.tools__title span:nth-child(1) {
    display: block;
}

.tools__title span:nth-child(2) {
    display: none;
}

@media (max-width: 1280.98px) {
    .tools__title span:nth-child(1) {
        display: none;
    }

    .tools__title span:nth-child(2) {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .tools__title {
        margin-bottom: 36px;
        /* Headings/H5 */
        font-size: 48px;
        line-height: 118%;
        /* 56.64px */
    }
}

@media (max-width: 1280.98px) {
    .tools__swiper {
        padding: 0px 40px;
    }

    .tools__swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
}

.tools__slide {
    display: flex;
    max-width: 808px;
    height: auto;
    flex-direction: column;
    border-radius: var(--Middle, 24px);
    background: var(--White, #FFF);
    padding: 26px 40px 35px 40px;
}

.tools__slide:nth-child(4) {
    display: none;
}

@media (max-width: 1280.98px) {
    .tools__slide:nth-child(1) {
        order: 3;
    }

    .tools__slide:nth-child(2) {
        order: 1;
    }

    .tools__slide:nth-child(3) {
        order: 2;
    }
}

@media (min-width: 767.98px) {
    .tools__slide {
        max-height: 650px;
    }
}

@media (max-width: 767.98px) {
    .tools__slide {
        min-height: 580px;
        padding: 20px 16px 23px 16px;
    }

    .tools__slide:nth-child(4) {
        display: flex;
        order: 4;
    }

    .tools__slide:nth-child(4) .tools-slide__text {
        margin-bottom: 28px;
    }
}

.tools__swiper-buttons {
    margin-top: 70px;
    gap: 24px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1280.98px) {
    .tools__swiper-buttons {
        display: none;
    }
}

.tools__swiper-button {
    display: flex;
    height: 52px;
    width: 52px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Extra-large, 200px);
    transition: all 0.3s ease-in;
    outline: none;
}

.tools__swiper-button svg path {
    transition: all 0.3s ease-in;
}

.tools__swiper-button:nth-child(1) svg {
    transform: rotate(180deg);
}

.tools__swiper-button-prev {
    border: 2px solid var(--Main-Blue-900, #031D3D);
    background: var(--Main-Blue-900, #031D3D);
}

.tools__swiper-button-prev:disabled {
    border-radius: var(--Extra-large, 200px);
    border: 2px solid var(--Gray-300, #DCDFEA);
    background: var(--Gray-300, #DCDFEA);
}

.tools__swiper-button-prev:hover {
    border-radius: var(--Extra-large, 200px);
    border: 2px solid var(--White, #FFF);
    background: var(--White, #FFF);
}

.tools__swiper-button-prev:hover svg path {
    stroke: var(--Main-Blue-600, #077DFD);
}

.tools__swiper-button-prev:focus {
    border-radius: var(--Extra-large, 200px);
    border: 2px solid var(--Main-Blue-600, #077DFD);
    background: var(--White, #FFF);
}

.tools__swiper-button-prev:focus svg path {
    stroke: var(--Main-Blue-600, #077DFD);
}

.tools__swiper-button-next {
    border: 2px solid var(--Main-Blue-600, #077DFD);
    background: var(--Main-Blue-600, #077DFD);
}

.tools__swiper-button-next:disabled {
    border-radius: var(--Extra-large, 200px);
    border: 2px solid var(--Gray-300, #DCDFEA);
    background: var(--Gray-300, #DCDFEA);
}

.tools__swiper-button-next:hover {
    border-radius: var(--Extra-large, 200px);
    border: 2px solid var(--White, #FFF);
    background: var(--White, #FFF);
}

.tools__swiper-button-next:hover svg path {
    stroke: var(--Main-Blue-600, #077DFD);
}

.tools__swiper-button-next:focus {
    border-radius: var(--Extra-large, 200px);
    border: 2px solid var(--Main-Blue-600, #077DFD);
    background: var(--White, #FFF);
}

.tools__swiper-button-next:focus svg path {
    stroke: var(--Main-Blue-600, #077DFD);
}

@media (min-width: 1780.98px) {
    .tools-slide:first-child {
        margin-left: calc((100vw - 1655px) / 2);
    }

    .tools-slide:nth-child(3) {
        margin-right: calc((100vw - 1655px) / 2);
    }
}

@media (min-width: 1280.98px) and (max-width: 1780.98px) {
    .tools-slide:first-child {
        margin-left: 70px;
    }

    .tools-slide:nth-child(3) {
        margin-right: 70px;
    }
}

.tools-slide__content {
    height: 309px;
    min-height: 309px;
    flex: 0 1 309px;
    padding: 12px 14px;
    margin-bottom: 24px;
    border-radius: var(--Middle, 24px);
    background: var(--Main-Blue-300, #C6E1FF);
}

@media (max-width: 767.98px) {
    .tools-slide__content {
        padding: 10px;
    }
}

.tools-slide__title {
    color: var(--Gray-900, #181F35);
    /* Headings/H6 */
    font-family: "League Spartan";
    font-size: 34px;
    font-style: normal;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 118%;
    /* 40.12px */
}

@media (max-width: 767.98px) {
    .tools-slide__title {
        /* Headings/H9 */
        font-size: 22px;
        line-height: 140%;
        /* 30.8px */
    }
}

.tools-slide__text {
    color: var(--Gray-700, #4A5578);
    /* Paragraph/Body/Regular */
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 36px;
    /* 38.4px */
}

@media (max-width: 767.98px) {
    .tools-slide__text {
        margin-bottom: 25px;
        /* Paragraph/Body/Regular */
        font-size: 19px;
        line-height: 140%;
        /* 26.6px */
    }
}

.tools-slide__buttons {
    margin-top: auto;
    display: flex;
    justify-content: end;
}

.tools-slide__button-wrapper {
    height: 52px !important;
    min-height: 52px !important;
    width: 157px !important;
    max-width: 157px !important;
}

.tools-slide__button {
    padding: 10px 8px !important;
    height: 52px !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: 157px !important;
    color: var(--Main-Blue-900, #031D3D);
    /* 22px */
}

.tools-slide__button .button__text {
    font-size: 22px !important;
}

.tools-slide__button .button__arrow {
    display: flex !important;
}

.tools-slide__button:active {
    padding: 8px 6px !important;
    height: 48px !important;
}

/*************************/
.tools-anim__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 20px 16px 20px;
    border-radius: 16px;
    background: var(--Main-Blue-900, #031D3D);
}

@media (max-width: 510.98px) {
    .tools-anim__wrapper {
        padding: 12px 9px 6px 9px;
    }
}

.tools-anim__textarea {
    display: flex;
    padding: 13.544px;
    opacity: 1;
    gap: 3.386px;
    height: 213px;
    flex-shrink: 0;
    width: 100%;
    border-radius: 10.164px;
    background: var(--White, #FFF);
}

.tools-anim__textarea-text {
    color: var(--Gray-500, #7F88A2);
    font-family: "League Spartan";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
}

.tools-anim__img {
    margin-left: auto;
    margin-top: 12px;
}

@media (max-width: 510.98px) {
    .tools-anim__img {
        margin-top: 24px;
    }
}

.tools-anim__cursor {
    display: flex;
    position: absolute;
}

.tools-anim__cursor svg {
    display: flex;
    width: 37px;
    height: 37px;
    padding: 2.25px 4.523px 2.288px 4.583px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

.tools-anim__cursor span {
    display: flex;
    width: 43px;
    height: 26px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Extra-small, 8px);
    background-color: var(--Main-Blue-200, #E5F1FF);
    color: #000;
    text-align: center;
    font-family: "League Spartan";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.tools-anim.option-1 .tools-anim__wrapper {
    background: var(--Main-Blue-600, #077DFD);
}

.tools-anim.option-1 .animated-path {
    stroke: var(--White);
}

.tools-anim.option-2 .tools-anim__wrapper {
    background: var(--Main-Blue-900, #031D3D);
}

.tools-anim.option-3 .tools-anim__wrapper {
    background: var(--Main-Blue-700, #0E44B0);
}

.tools-anim.option-3 .animated-path {
    stroke: var(--White);
}

@media (min-width: 510.98px) {
    .tools-anim.option-1 .tools-anim-result-area__button {
        right: 14px;
        top: 12px;
    }

    .tools-anim.option-1 .tools-anim-result-area {
        padding: 66px 14px 10px 32px;
    }

    .tools-anim.option-1 .tools-anim-result-area__text {
        font-size: 16px !important;
    }

    .tools-anim.option-2 .tools-anim-result-area__button {
        right: 14px;
        top: 26px;
    }

    .tools-anim.option-2 .tools-anim-result-area {
        padding: 32px 14px 42px 32px;
    }

    .tools-anim.option-2 .tools-anim-result-area__text {
        margin-top: 54px;
    }

    .tools-anim.option-3 .tools-anim-result-area__button {
        right: 1px;
        top: 21px;
    }

    .tools-anim.option-3 .tools-anim-result-area {
        padding: 21px 14px 14px 32px;
    }

    .tools-anim.option-3 .tools-anim-result-area__text {
        font-size: 16px !important;
    }
}

@media (max-width: 510.98px) {
    .tools-anim.option-1 .tools-anim-result-area__button {
        margin-bottom: 0;
    }

    .tools-anim.option-1 .tools-anim-result-area__text .mobile-hidden {
        display: none;
    }

    .tools-anim.option-2 .tools-anim-result-area__button {
        margin-bottom: 20px;
    }

    .tools-anim.option-2 .tools-anim-result-area__text {
        color: var(--Gray-800, #30374F);
        font-family: "League Spartan";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .tools-anim.option-3 .tools-anim-result-area__button {
        margin-bottom: 10px;
    }

    .tools-anim.option-3 .tools-anim-result-area__text p:first-child {
        max-width: 240px;
    }

    .tools-anim.option-3 .tools-anim-result-area__text p:last-child {
        display: none;
    }
}

.tools-anim__loading {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 39%;
    top: 28%;
    border-radius: 50%;
    opacity: 0;
    rotate: 180deg;
    transition: opacity 0.4s ease-in-out;
}

@media (max-width: 510.98px) {
    .tools-anim__loading {
        left: 50%;
        transform: translate(50%, 50%);
        top: 50%;
    }
}

.animated-path {
    fill: none;
    stroke: var(--Main-Blue-600);
    stroke-width: 4;
    stroke-dasharray: 288;
    stroke-dashoffset: 280;
}

.tools-anim-result {
    display: flex;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    flex-direction: column;
}

.tools-anim-result__title {
    color: var(--White, #FFF);
    /* Headings/H10 */
    font-family: "League Spartan";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 140%;
    /* 28px */
}

@media (min-width: 510.98px) {
    .tools-anim-result__title {
        margin-left: -3px;
        margin-bottom: 14px;
    }
}

.tools-anim-result-area {
    display: flex;
    width: 100%;
    position: relative;
    height: 215px;
    flex-direction: column;
    border-radius: var(--Middle, 24px);
    background: var(--Main-Blue-200, #E5F1FF);
    flex-shrink: 0;
}

@media (max-width: 510.98px) {
    .tools-anim-result-area {
        padding: 12px 8px 12px 12px;
        border-radius: var(--Extra-small, 8px);
        height: 238px;
    }
}

.tools-anim-result-area__button {
    padding: 4px 10px;
    justify-content: center;
    height: 40px;
    width: 116px;
    display: flex;
    align-items: center;
}

@media (min-width: 510.98px) {
    .tools-anim-result-area__button {
        position: absolute;
    }
}

.tools-anim-result-area__button span {
    color: var(--Main-Blue-900, #031D3D);
    /* Button/ML */
    font-family: "League Spartan";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    padding: 4px 10px 0px 10px;
    line-height: 100%;
    /* 22px */
}

@media (max-width: 510.98px) {
    .tools-anim-result-area__button {
        margin-left: auto;
        width: 103px;
    }

    .tools-anim-result-area__button span {
        color: var(--Main-Blue-900, #031D3D);
        font-family: "League Spartan";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 18px */
    }
}

.tools-anim-result-area__text {
    color: var(--Gray-800, #30374F);
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    font-size: 15px;
}

.tools-anim-result-area__text span {
    font-weight: 700;
    font-size: 16px;
    /* 17.6px */
}

@media (max-width: 510.98px) {
    .hero {
        padding: 43px 20px 0px 20px;
    }

    .how-it-works {
        padding: 57px 20px 80px 20px;
    }

    .tools {
        padding: 0px 20px 0px 20px;
    }

    .tools__swiper {
        padding: 0px;
    }

    .tools__container {
        padding: 0px;
    }
}

/*# sourceMappingURL=style.css.map */