html, body {
    padding: 0;
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: "Raleway", sans-serif
}

* {
    box-sizing: border-box
}

.cta-btn {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    padding: 18px 52px 14px;
    color: #000;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    border: none
}

@media (max-width: 750px) {
    .cta-btn {
        font-size: 16px;
        padding: 18px 20px 14px
    }
}

.cta-btn:hover {
    background-color: #6c01f6;
    color: #fff
}

.section-header {
    display: grid;
    justify-content: center;
    justify-items: center
}

.section-header__tag {
    margin-bottom: 22px;
    color: #ff8902;
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase
}

@media (max-width: 950px) {
    .section-header__tag {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media (max-width: 750px) {
    .section-header__tag {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.section-header__title {
    max-width: 750px;
    text-align: center;
    font-family: Raleway;
    font-size: 62px;
    font-weight: 800;
    line-height: 110%;
    text-transform: capitalize;
    margin: 0 0 16px
}

@media (max-width: 950px) {
    .section-header__title {
        font-size: 36px;
        max-width: 330px
    }
}

@media (max-width: 750px) {
    .section-header__title {
        font-size: 32px
    }
}

.section-header__subtitle {
    color: #8d8d8d;
    font-family: Biryani;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 86px;
    text-align: center
}

@media (max-width: 950px) {
    .section-header__subtitle {
        font-size: 16px;
        margin-bottom: 56px
    }
}

@media (max-width: 750px) {
    .section-header__subtitle {
        font-size: 14px;
        line-height: 160%
    }
}

.gradient-text {
    background: linear-gradient(269deg, #5E01D5 0%, #FF8902 30%, #5E01D5 40%, #5E01D5 100%);
    background-size: 300% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    animation: gradient-flash 10s ease-in-out infinite
}

@keyframes gradient-flash {
    0%, 60% {
        background-position: 100% 0
    }
    80% {
        background-position: 0% 0
    }
    100% {
        background-position: 100% 0
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .container {
        padding: 0 20px
    }
}

.health-hero {
    position: relative;
    overflow: hidden;
    min-height: 100svh
}

@media (max-width: 1100px) {
    .health-hero {
        min-height: -moz-max-content;
        min-height: max-content
    }
}

.health-hero .container {
    position: relative;
    display: grid;
    grid-auto-rows: max-content;
    justify-items: center;
    min-height: 100vh;
    padding-top: 110px;
    overflow: hidden;
    padding-bottom: 70px
}

@media (max-width: 1100px) {
    .health-hero .container {
        min-height: -moz-max-content;
        min-height: max-content
    }
}

@media (max-width: 750px) {
    .health-hero .container {
        padding-top: 86px
    }
}

.health-hero__video-filter {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1
}

.health-hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.health-hero__subtitle {
    position: relative;
    justify-self: center;
    font-size: 32px;
    font-weight: 200;
    line-height: 110%;
    text-transform: uppercase;
    z-index: 2
}

@media (max-width: 1600px) {
    .health-hero__subtitle {
        font-size: 24px
    }
}

@media (max-width: 750px) {
    .health-hero__subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.health-hero__info {
    position: relative;
    margin-bottom: 52px;
    text-align: center;
    font-family: "Biryani";
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    z-index: 2
}

@media (max-width: 1600px) {
    .health-hero__info {
        font-size: 16px
    }
}

@media (max-width: 750px) {
    .health-hero__info {
        font-size: 14px;
        margin-bottom: 48px
    }
}

.health-hero__title {
    position: relative;
    max-width: 650px;
    text-align: center;
    font-size: 68px;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 32px;
    z-index: 2
}

@media (max-width: 1600px) {
    .health-hero__title {
        font-size: 56px
    }
}

@media (max-width: 750px) {
    .health-hero__title {
        font-size: 42px
    }
}

.health-hero__block-wrap {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    padding-top: 120px;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

@media (max-width: 1600px) {
    .health-hero__block-wrap {
        padding-top: 40px
    }
}

@media (max-width: 750px) {
    .health-hero__block-wrap {
        grid-template-columns:1fr 1fr;
        gap: 16px;
        padding-top: 40px
    }
}

.health-hero .cta-btn {
    position: relative;
    z-index: 1
}

.health-hero-block {
    display: grid;
    justify-items: center;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 26px 58px;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, .0901960784);
    background: hsla(0, 0%, 100%, .04);
    backdrop-filter: blur(22px)
}

@media (max-width: 950px) {
    .health-hero-block {
        padding: 22px 28px;
        height: 100%
    }
}

.health-hero-block__icon {
    margin-bottom: 14px
}

@media (max-width: 950px) {
    .health-hero-block__icon {
        width: 24px;
        height: 24px
    }
}

.health-hero-block__value {
    color: #fff;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px
}

@media (max-width: 1600px) {
    .health-hero-block__value {
        font-size: 32px
    }
}

@media (max-width: 950px) {
    .health-hero-block__value {
        font-size: 28px
    }
}

.health-hero-block__text {
    color: #8d8d8d;
    text-align: center;
    font-size: 18px;
    font-weight: 275;
    line-height: 120%
}

@media (max-width: 950px) {
    .health-hero-block__text {
        font-size: 16px
    }
}

.problem {
    padding: 226px 0 120px
}

@media (max-width: 750px) {
    .problem {
        padding: 102px 0 80px
    }
}

.problem__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1100px) {
    .problem__inner {
        display: grid;
        grid-template-columns:1fr 392px;
        gap: 40px
    }
}

@media (max-width: 750px) {
    .problem__inner {
        grid-template-columns:1fr;
        gap: 32px
    }
}

.problem__title {
    max-width: 600px;
    color: #fff;
    font-family: Raleway;
    font-size: 62px;
    font-weight: 800;
    line-height: 110%;
    margin: 0
}

@media (max-width: 950px) {
    .problem__title {
        font-size: 36px
    }
}

@media (max-width: 750px) {
    .problem__title {
        text-align: center;
        max-width: 350px;
        margin: 0 auto
    }
}

.problem__card-wrap {
    padding: 2px;
    background: linear-gradient(180deg, #5E01D5 16.2%, #FF8902 135%);
    border-radius: 16px;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 690px
}

@media (max-width: 1100px) {
    .problem__card-wrap {
        width: 100%
    }
}

.problem-card {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    background: #000;
    overflow: hidden;
    width: 100%
}

.problem-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
}

@media (max-width: 750px) {
    .problem-card__header {
        gap: 8px
    }
}

.problem-card__avatar {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(141, 141, 141, .4)
}

@media (max-width: 750px) {
    .problem-card__avatar {
        width: 48px;
        height: 48px
    }
}

.problem-card__info {
    display: flex;
    gap: 12px;
    flex-direction: column
}

.problem-card__name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 370px) {
    .problem-card__name {
        max-width: 100px
    }
}

.problem-card__role {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 300;
    line-height: normal
}

.problem-card__quote-icon {
    position: absolute;
    top: 24px;
    right: 24px
}

@media (max-width: 750px) {
    .problem-card__quote-icon img {
        height: 15px
    }
}

.problem-card__text {
    font-family: Biryani;
    color: #8d8d8d;
    font-size: 18px;
    line-height: 160%;
    margin: 0
}

@media (max-width: 1100px) {
    .problem-card__text {
        font-size: 16px
    }
}

.problem-card__text strong {
    font-weight: 700;
    color: #fff
}

.recognize {
    position: relative;
    padding-bottom: 280px;
    overflow: hidden
}

@media (max-width: 750px) {
    .recognize {
        padding-bottom: 80px
    }
}

.recognize .cta-btn {
    display: block;
    margin: 0 auto
}

.recognize::before, .recognize::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(150px);
    pointer-events: none
}

.recognize::before {
    top: 15%;
    right: 15%;
    background: #ff8902;
    animation: glow-pulse-1 14s ease-in-out infinite
}

.recognize::after {
    top: 45%;
    right: 40%;
    background: #6c01f6;
    animation: glow-pulse-2 14s ease-in-out infinite
}

.recognize__title {
    text-align: center;
    font-family: "Raleway";
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0 22px
}

@media (max-width: 750px) {
    .recognize__title {
        font-size: 24px
    }
}

.recognize__subtitle {
    color: #8d8d8d;
    text-align: center;
    font-family: "Biryani";
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 56px
}

@media (max-width: 750px) {
    .recognize__subtitle {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 32px
    }
}

.recognize__card-wrap {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px
}

@media (max-width: 950px) {
    .recognize__card-wrap {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width: 750px) {
    .recognize__card-wrap {
        grid-template-columns:1fr;
        margin-bottom: 32px
    }
}

.recognize-card {
    display: grid;
    padding: 20px 32px 32px;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, .07);
    background: hsla(0, 0%, 100%, .04);
    backdrop-filter: blur(22px);
    transition: .3s
}

@media (max-width: 750px) {
    .recognize-card {
        padding: 16px 22px 22px 22px
    }
}

.recognize-card:hover, .recognize-card.active {
    border-color: #ff8902;
    background: rgba(255, 137, 2, .04);
    transform: rotate(-7deg)
}

.recognize-card:hover:nth-child(2), .recognize-card:hover:nth-child(4), .recognize-card:hover:nth-child(6), .recognize-card.active:nth-child(2), .recognize-card.active:nth-child(4), .recognize-card.active:nth-child(6) {
    transform: rotate(7deg)
}

.recognize-card__number {
    color: #8d8d8d;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px
}

@media (max-width: 750px) {
    .recognize-card__number {
        font-size: 16px
    }
}

.recognize-card__icon1 {
    margin-bottom: 12px;
    justify-self: flex-end
}

.recognize-card__text {
    max-width: 320px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px
}

@media (max-width: 750px) {
    .recognize-card__text {
        font-size: 16px
    }
}

.recognize-card__footer {
    position: relative;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(141, 141, 141, .4);
    color: #ff8902;
    font-family: "Biryani";
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    padding-left: 20px
}

.recognize-card__footer:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 23px;
    background-color: #ff8902;
    width: 4px;
    height: 4px;
    border-radius: 100%
}

@keyframes glow-pulse-1 {
    0% {
        opacity: .3;
        translate: 0 0
    }
    25% {
        opacity: .2;
        translate: 180px 140px
    }
    50% {
        opacity: 0;
        translate: 0 280px
    }
    75% {
        opacity: .2;
        translate: -180px 140px
    }
    100% {
        opacity: .3;
        translate: 0 0
    }
}

@keyframes glow-pulse-2 {
    0% {
        opacity: 0;
        translate: 0 0
    }
    25% {
        opacity: .2;
        translate: -180px -140px
    }
    50% {
        opacity: .3;
        translate: 0 -280px
    }
    75% {
        opacity: .2;
        translate: 180px -140px
    }
    100% {
        opacity: 0;
        translate: 0 0
    }
}

.deliver .container {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 60px;
    width: 100%;
    padding-bottom: 280px
}

@media (max-width: 1000px) {
    .deliver .container {
        grid-template-columns:1fr;
        gap: 56px;
        padding-bottom: 120px
    }
}

@media (max-width: 750px) {
    .deliver .container {
        padding-bottom: 80px
    }
}

.deliver__title {
    font-family: "Raleway";
    font-size: 48px;
    font-weight: 800;
    line-height: 110%;
    margin: 0 0 22px
}

@media (max-width: 1000px) {
    .deliver__title {
        text-align: center;
        font-size: 36px;
        margin-bottom: 16px
    }
}

.deliver__subtitle {
    display: block;
    margin-bottom: 82px;
    color: #8d8d8d;
    font-family: Biryani;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%
}

@media (max-width: 1000px) {
    .deliver__subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 56px
    }
}

.deliver__card-wrapper {
    display: grid;
    gap: 20px
}

.deliver__card {
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 100%, rgba(153, 153, 153, 0.09) 40%);
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    border-radius: 12px
}

.deliver__card-content {
    display: grid;
    grid-template-columns:56px 1fr;
    align-items: flex-start;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 6px;
    grid-template-rows:minmax(28px, auto);
    background: #0b0b0b;
    padding: 18px;
    border-radius: 11px;
    width: 100%
}

.deliver__card-title {
    grid-column: 2/2;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
    margin: 0
}

.deliver__card-subtitle {
    display: block;
    grid-column: 2/2;
    color: #8d8d8d;
    font-family: Biryani
}

.deliver__card-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: span 2;
    width: 56px;
    height: 56px;
    border-radius: 9px;
    background: hsla(0, 0%, 100%, .1)
}

.deliver__img {
    position: relative;
    min-height: 680px;
    border-radius: 18px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #0a0a0a;
    overflow: hidden
}

@media (max-width: 1000px) {
    .deliver__img {
        width: 550px;
        height: 550px;
        margin: auto
    }
}

@media (max-width: 750px) {
    .deliver__img {
        width: 100%;
        min-height: auto;
        height: 335px
    }
}

.deliver__gradient-box {
    position: absolute;
    width: 50%;
    height: 50%
}

.deliver__gradient-box:nth-child(1) {
    right: 0;
    top: 0;
    border-bottom-left-radius: 40px;
    background: linear-gradient(135deg, #472310, #251B18)
}

.deliver__gradient-box:nth-child(2) {
    left: 0;
    bottom: 0;
    border-top-right-radius: 40px;
    background: linear-gradient(135deg, #271736, #171317)
}

.deliver__img-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-bottom: 22px;
    border-radius: 9px;
    background: linear-gradient(135deg, #F97316 0%, #C084FC 50%, #A855F7 75%, #F97316 100%);
    background-size: 300% 300%;
    animation: gradient-shimmer 6s ease infinite
}

@media (max-width: 750px) {
    .deliver__img-number {
        width: 60px;
        height: 60px
    }

    .deliver__img-number svg {
        height: 18px
    }
}

.deliver__img-title {
    margin-bottom: 12px;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%
}

@media (max-width: 750px) {
    .deliver__img-title {
        font-size: 20px
    }
}

.deliver__img-subtitle {
    color: #8d8d8d;
    font-family: Biryani;
    font-weight: 600;
    max-width: 340px;
    text-align: center
}

@media (max-width: 750px) {
    .deliver__img-subtitle {
        font-size: 14px
    }
}

.deliver__img-content {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    height: 100%;
    z-index: 1
}

.deliver__mblock {
    display: grid;
    align-items: center;
    gap: 6px
}

.deliver__mblock svg {
    filter: hue-rotate(0deg);
    animation: pin-hue 4s ease-in-out infinite
}

.deliver__mblock:nth-child(2) svg {
    animation-delay: 1.3s
}

.deliver__mblock:nth-child(3) svg {
    animation-delay: 2.6s
}

@media (max-width: 750px) {
    .deliver__mblock svg {
        height: 38px
    }
}

.deliver__mblock-text {
    color: #8d8d8d;
    font-family: "Segoe UI"
}

.deliver__mblock-wrap {
    display: grid;
    grid-template-columns:repeat(3, max-content);
    gap: 16px;
    padding-top: 36px
}

@keyframes gradient-shimmer {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes pin-hue {
    0%, 100% {
        filter: hue-rotate(0deg) brightness(1)
    }
    50% {
        filter: hue-rotate(40deg) brightness(1.3)
    }
}

.process {
    padding-bottom: 260px
}

@media (max-width: 750px) {
    .process {
        padding-bottom: 80px
    }
}

.process .cta-btn {
    margin: auto
}

.process .section-header__title span:first-child span {
    font-family: "Montserrat"
}

@media (max-width: 1100px) {
    .process .section-header__title {
        max-width: 450px
    }
}

@media (max-width: 750px) {
    .process .section-header__title > span {
        display: block
    }
}

.process__block-header-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    grid-row: 1/-1;
    border-radius: 9px;
    border: 1px solid #000;
    background: linear-gradient(159deg, #5E01D5 -34.65%, #FF8902 111.74%);
    color: #000;
    font-family: Biryani;
    font-weight: 600
}

@media (max-width: 750px) {
    .process__block-header-img {
        width: 70px;
        height: 70px;
        font-size: 14px
    }
}

.process__block-header-img span {
    transform: translateY(2px)
}

.process__block-header {
    display: grid;
    grid-template-columns:90px 1fr;
    grid-template-rows:45px max-content;
    justify-content: flex-start;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 48px;
    text-align: left
}

@media (max-width: 750px) {
    .process__block-header {
        grid-template-columns:minmax(70px, auto) 1fr;
        grid-template-rows:minmax(35px, auto) minmax(35px, auto);
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 4px;
        margin-bottom: 32px
    }
}

.process__block-header-number, .process__block-header-description {
    grid-column: 2/2
}

.process__block {
    margin-bottom: 80px
}

@media (max-width: 750px) {
    .process__block {
        margin-bottom: 40px
    }
}

.process__block-header-description {
    color: #8d8d8d;
    font-family: Biryani;
    font-size: 20px
}

@media (max-width: 750px) {
    .process__block-header-description {
        font-size: 14px
    }
}

.process__block-header-title {
    align-self: flex-end;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%
}

@media (max-width: 750px) {
    .process__block-header-title {
        font-size: 20px
    }
}

.process__card {
    padding: 1px;
    border-radius: 18px;
    background: linear-gradient(180deg, #5E01D5 16.2%, #FF8902 135%)
}

.process__card-content {
    display: grid;
    grid-template-rows:max-content max-content 1fr max-content;
    height: 100%;
    padding: 24px;
    border-radius: 17px;
    background-color: #0d0d0d
}

.process__card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: #252525;
    border-radius: 9px
}

@media (max-width: 750px) {
    .process__card-img {
        width: 60px;
        height: 60px
    }
}

.process__card-header {
    display: grid;
    grid-template-columns:46px 1fr;
    grid-template-rows:23px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 20px
}

@media (max-width: 750px) {
    .process__card-header {
        grid-template-columns:60px 1fr;
        grid-template-rows:30px minmax(30px, auto)
    }
}

.process__card-number, .process__card-title {
    grid-column: 2/2
}

.process__card-number {
    color: #ff8902;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500
}

.process__card-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.process__card-goal {
    color: #8d8d8d;
    font-family: Biryani;
    line-height: 130%
}

.process__card-goal span {
    color: #fff
}

.process__card-list {
    display: grid;
    align-content: flex-start;
    gap: 16px;
    padding-left: 20px;
    margin: 16px 0 16px;
    color: #8d8d8d;
    font-family: Biryani;
    line-height: 160%;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(141, 141, 141, .4)
}

.process__card-list li::marker {
    color: #ff8902
}

.process__card-footer {
    font-family: Biryani;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.process__card-footer span {
    color: #ff8902
}

.process__card-wrap {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 28px
}

@media (max-width: 1000px) {
    .process__card-wrap {
        grid-template-columns:1fr;
        gap: 24px
    }
}

.growth {
    padding-bottom: 260px
}

@media (max-width: 750px) {
    .growth {
        padding-bottom: 80px
    }
}

.growth .container .cta-btn {
    margin: 0 auto
}

.growth__card {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 100%, rgba(153, 153, 153, 0.09) 40%);
    border-radius: 10px;
    padding: 1px;
    transition: .3s;
    overflow: hidden
}

.growth__card:hover, .growth__card.active {
    background: #ff8902
}

.growth__card-content {
    position: relative;
    display: grid;
    height: 100%;
    border-radius: 10px;
    background-color: #0a0a0a;
    padding: 28px;
    overflow: hidden;
    z-index: 0
}

.growth__card-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to top right, #0E0801, #0D0700);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: -1
}

.growth__card-content:hover::before, .growth__card.active .growth__card-content::before {
    opacity: 1
}

.growth__card-tag {
    margin-bottom: 10px;
    color: #ff8902;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
    text-transform: uppercase
}

.growth__card-title {
    margin: 0;
    font-family: Biryani;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%
}

.growth__card-value {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #F97316 0%, #C084FC 50%, #A855F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.growth__card-description {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(141, 141, 141, .4);
    color: #8d8d8d;
    font-family: Montserrat;
    font-size: 17px;
    line-height: 120%
}

.growth__card-total {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 130%
}

.growth__card-wrap {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 100px
}

@media (max-width: 1100px) {
    .growth__card-wrap {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 750px) {
    .growth__card-wrap {
        grid-template-columns:1fr
    }
}

.growth__clients-title {
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 300;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 64px
}

@media (max-width: 750px) {
    .growth__clients-title {
        font-size: 24px;
        margin: 0 0 24px
    }
}

.growth__client-card {
    background: linear-gradient(253deg, rgba(255, 255, 255, 0.7) 3.65%, rgba(153, 153, 153, 0.7) 100%);
    padding: 1px;
    border-radius: 10px;
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 1000px) {
    .growth__client-card {
        grid-column: 1/-1
    }
}

@media (max-width: 750px) {
    .growth__client-card {
        border-radius: 4px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(1) {
        order: 1;
        grid-column: span 3;
        justify-self: flex-end
    }
}

.growth__client-card:nth-child(1) img {
    display: block;
    width: auto;
    height: 42px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(1) img {
        height: 20px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(2) {
        order: 8;
        grid-column: span 2;
        justify-self: flex-start
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(2) {
        order: 3;
        justify-self: flex-end
    }
}

.growth__client-card:nth-child(2) img {
    height: 42px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(2) img {
        height: 18px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(3) {
        order: 3;
        grid-column: span 2;
        justify-self: flex-end
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(3) {
        order: 6;
        grid-column: span 2;
        justify-self: flex-end
    }
}

.growth__client-card:nth-child(3) img {
    height: 64px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(3) img {
        height: 28px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(4) {
        order: 2;
        grid-column: span 3;
        justify-self: flex-start
    }
}

.growth__client-card:nth-child(4) .growth__client-card-content {
    padding: 0 32px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(4) .growth__client-card-content {
        padding: 14px
    }
}

.growth__client-card:nth-child(4) img {
    height: 60px
}

@media (max-width: 1100px) {
    .growth__client-card:nth-child(4) img {
        height: 48px
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(4) img {
        height: 22px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(5) {
        order: 7;
        grid-column: span 2;
        justify-self: flex-end
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(5) {
        justify-self: flex-start
    }
}

.growth__client-card:nth-child(5) .growth__client-card-content {
    padding: 0 32px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(5) .growth__client-card-content {
        padding: 0 18px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(6) {
        order: 4;
        grid-column: span 2;
        width: 100%
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(6) {
        order: 6;
        grid-column: span 2;
        justify-self: flex-end
    }
}

.growth__client-card:nth-child(6) .growth__client-card-content {
    padding: 0 32px
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(6) .growth__client-card-content {
        width: 100%
    }
}

.growth__client-card:nth-child(6) img {
    height: 40px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(6) img {
        height: 18px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(7) {
        order: 7;
        grid-column: span 2;
        width: 100%
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(7) {
        order: 4
    }
}

.growth__client-card:nth-child(7) .growth__client-card-content {
    padding: 0 32px
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(7) .growth__client-card-content {
        width: 100%
    }
}

.growth__client-card:nth-child(7) img {
    height: 50px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(7) img {
        height: 28px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(8) {
        order: 10;
        grid-column: span 3;
        justify-self: flex-start
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(8) {
        order: 9;
        justify-self: flex-end
    }
}

.growth__client-card:nth-child(8) .growth__client-card-content {
    padding: 0 32px
}

.growth__client-card:nth-child(8) img {
    height: 48px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(8) img {
        height: 16px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(9) {
        order: 5;
        grid-column: span 2;
        justify-self: flex-start
    }
}

.growth__client-card:nth-child(9) .growth__client-card-content {
    padding: 0 32px
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(9) .growth__client-card-content {
        padding: 0 50px
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(9) .growth__client-card-content {
        padding: 0 16px
    }
}

.growth__client-card:nth-child(9) img {
    height: 112px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(9) img {
        height: 48px
    }
}

@media (max-width: 1000px) {
    .growth__client-card:nth-child(10) {
        order: 9;
        grid-column: span 3;
        justify-self: flex-end
    }
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(10) {
        justify-self: flex-start
    }
}

.growth__client-card:nth-child(10) .growth__client-card-content {
    padding: 0 51px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(10) .growth__client-card-content {
        padding: 0 25px
    }
}

.growth__client-card:nth-child(10) img {
    height: 48px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(10) img {
        height: 26px
    }
}

.growth__client-card:nth-child(5) img {
    height: 120px
}

@media (max-width: 750px) {
    .growth__client-card:nth-child(5) img {
        height: 60px
    }
}

.growth__client-card:nth-child(2) .growth__client-card-content, .growth__client-card:nth-child(9) .growth__client-card-content {
    background-color: #1d1d1d
}

.growth__client-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 64px
}

@media (max-width: 1000px) {
    .growth__client-wrap {
        display: grid;
        grid-template-columns:repeat(6, 1fr);
        justify-content: space-between;
        justify-content: center;
        justify-items: center;
        gap: 20px
    }
}

@media (max-width: 1000px)and (max-width: 750px) {
    .growth__client-wrap {
        grid-auto-rows: 75px;
        gap: 16px
    }
}

.growth__client-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border-radius: 9px;
    padding: 22px;
    height: 140px;
    width: -moz-max-content;
    width: max-content;
    transition: .3s
}

@media (max-width: 750px) {
    .growth__client-card-content {
        height: 100%;
        padding: 14px;
        border-radius: 4px
    }
}

.growth__client-card-content:hover {
    background-color: #6c01f6 !important
}

.ready .container {
    position: relative;
    display: grid;
    justify-content: flex-end;
    z-index: 1
}

.ready .container .cta-btn {
    margin: 0 auto 16px
}

.ready {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 100%, rgba(153, 153, 153, 0.09) 40%);
    padding: 1px 0
}

.ready__wrap {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: #0d0d0d
}

@media (max-width: 750px) {
    .ready__wrap {
        padding: 56px 0 183px
    }
}

.ready__decor-img {
    position: absolute
}

.ready__decor2 {
    width: 700px;
    left: -10%;
    bottom: -30%
}

@media (max-width: 1000px) {
    .ready__decor2 {
        bottom: -40%;
        left: -30%
    }
}

@media (max-width: 750px) {
    .ready__decor2 {
        width: 280px;
        left: auto;
        right: -20%;
        bottom: -10%
    }
}

.ready__decor1 {
    width: 700px;
    top: 0;
    left: 5%
}

@media (max-width: 1000px) {
    .ready__decor1 {
        transform: rotate(114deg);
        left: -20%
    }
}

@media (max-width: 750px) {
    .ready__decor1 {
        transform: rotate(-651deg);
        left: auto;
        height: 600px;
        right: -33%;
        bottom: -53%;
        top: auto
    }
}

.ready__subtitle {
    margin-bottom: 22px;
    text-align: center;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 300;
    line-height: 110%;
    text-transform: uppercase
}

@media (max-width: 750px) {
    .ready__subtitle {
        margin-bottom: 20px;
        font-size: 20px
    }
}

.ready__title {
    max-width: 650px;
    text-align: center;
    font-kerning: none;
    font-family: Raleway;
    font-size: 62px;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 42px
}

@media (max-width: 752px) {
    .ready__title {
        font-size: 32px;
        margin: 0 0 32px
    }
}

.ready__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #261b0d
}

.ready__check img {
    height: 16px
}

.ready__list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8d8d8d
}

.ready__list-wrap {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 64px
}

@media (max-width: 900px) {
    .ready__list-wrap {
        grid-template-columns:1fr
    }
}

.ready__info-text {
    text-align: center;
    font-family: Biryani;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #8d8d8d
}

/*# sourceMappingURL=styles.min.css.map */