.hero.astro-kjthpxfw {
    --gradient-head-text: linear-gradient(90deg, #959597, #f0f0f0);
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 23px;
    padding-top: calc(70px + var(--header-nav-height))
}

@media screen and (min-width:768px) {
    .hero.astro-kjthpxfw {
        margin-bottom: 210px;
        padding-top: calc(110px + var(--header-nav-height))
    }
}

@media screen and (min-width:1240px) {
    .hero.astro-kjthpxfw {
        margin-bottom: 145px;
        padding-top: calc(120px + var(--header-nav-height))
    }
}

.container.astro-kjthpxfw {
    align-items: center;
    display: flex;
    flex-direction: column
}

.hero__title.astro-kjthpxfw {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -1.14px;
    line-height: 110%;
    margin: 0 0 34px;
    text-align: center
}

@media screen and (min-width:768px) {
    .hero__title.astro-kjthpxfw {
        font-size: 56px;
        letter-spacing: -1.12px;
        margin-bottom: 37px
    }
}

@media screen and (min-width:1240px) {
    .hero__title.astro-kjthpxfw {
        font-size: 70px;
        letter-spacing: -1.4px;
        margin-bottom: 43px
    }
}

.hero__caption.astro-kjthpxfw {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .018px;
    line-height: 130%;
    margin: 0 0 40px;
    text-align: center
}

@media screen and (min-width:768px) {
    .hero__caption.astro-kjthpxfw {
        font-size: 20px;
        letter-spacing: .02px;
        margin-bottom: 56px;
        width: 400px
    }
}

@media screen and (min-width:1240px) {
    .hero__caption.astro-kjthpxfw {
        font-size: 24px;
        letter-spacing: .024px;
        margin-bottom: 72px;
        width: auto
    }
}

.hero__buttons.astro-kjthpxfw .button.astro-kjthpxfw {
    border: none;
    outline: none
}

.hero__video-wrapper.astro-kjthpxfw {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1
}

@media screen and (min-width:768px) {
    .hero__video-wrapper.astro-kjthpxfw {
        max-height: 500px
    }
}

@media screen and (min-width:1240px) {
    .hero__video-wrapper.astro-kjthpxfw {
        max-height: 700px
    }
}

.hero__video.astro-kjthpxfw {
    height: auto;
    margin-top: 25px;
    max-width: 2250px;
    width: 100%
}

@media screen and (min-width:768px) {
    .hero__video.astro-kjthpxfw {
        margin-left: 0;
        margin-top: 55px
    }
}

@media screen and (min-width:1240px) {
    .hero__video.astro-kjthpxfw {
        margin-top: -40px
    }
}

.intro.astro-p6ig3m3a {
    display: grid;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .054px;
    line-height: 100%;
    position: relative;
    width: 100%
}

.intro.astro-p6ig3m3a:before {
    background: var(--gradient-border);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.intro.astro-p6ig3m3a:after {
    background: var(--gradient-border);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:768px) {
    .intro.astro-p6ig3m3a {
        display: flex;
        flex-direction: column;
        line-height: 120%;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media screen and (min-width:1240px) {
    .intro.astro-p6ig3m3a {
        display: grid;
        font-size: 21px;
        grid-template: auto/1.5fr 1fr;
        letter-spacing: .063px
    }
}

.intro__caption.astro-p6ig3m3a {
    font-size: 36px;
    letter-spacing: .072px;
    line-height: 105%
}

.intro__caption.astro-p6ig3m3a:nth-child(2) {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .intro__caption.astro-p6ig3m3a {
        font-size: 56px;
        letter-spacing: -1.2px
    }

    .intro__caption.astro-p6ig3m3a:nth-child(2) {
        margin-bottom: 35px
    }
}

@media screen and (min-width:1240px) {
    .intro__caption.astro-p6ig3m3a {
        width: auto
    }

    .intro__caption.astro-p6ig3m3a:nth-child(2) {
        margin-bottom: 90px
    }
}

.intro__smallest.astro-p6ig3m3a {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .intro__smallest.astro-p6ig3m3a {
        font-size: 20px
    }
}

@media screen and (min-width:1240px) {
    .intro__smallest.astro-p6ig3m3a {
        font-size: 20px
    }
}

.intro__column.astro-p6ig3m3a {
    display: flex;
    flex-direction: column;
    position: relative
}

@media screen and (min-width:768px) {
    .intro__column.astro-p6ig3m3a:nth-child(1):before {
        background: var(--gradient-border);
        content: "";
        display: block;
        height: 1px;
        left: calc(var(--page-padding-inline)*-1);
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .intro__column.astro-p6ig3m3a:nth-child(1) {
        display: grid;
        grid-template: auto/1fr 1fr
    }
}

@media screen and (min-width:1240px) {
    .intro__column.astro-p6ig3m3a:first-child {
        border-right: 1px solid #585858
    }

    .intro__column.astro-p6ig3m3a:first-child {
        background: var(--color-page-bg)
    }

    .intro__column.astro-p6ig3m3a:nth-child(1) {
        display: flex;
        flex-direction: column;
        position: static
    }

    .intro__column.astro-p6ig3m3a:nth-child(1):before {
        left: -200px;
        top: 315px;
        width: calc(100% - var(--page-padding-inline));
        z-index: -1
    }
}

.intro__cell.astro-p6ig3m3a {
    padding: 79px 0 82px;
    position: relative
}

.intro__cell.astro-p6ig3m3a.intro__cell--narrow:before {
    background: var(--gradient-border);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:768px) {
    .intro__cell.astro-p6ig3m3a {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        padding: 85px 0 100px var(--width-cell-1);
        text-align: left
    }

    .intro__cell.astro-p6ig3m3a.intro__cell--narrow:before {
        display: none
    }
}

@media screen and (min-width:1240px) {
    .intro__cell.astro-p6ig3m3a {
        text-align: right;
        justify-content: center;
        padding: 110px 0 120px var(--width-cell-1)
    }
}

.intro__cell.astro-p6ig3m3a.intro__cell--narrow .intro__value.astro-p6ig3m3a {
    font-size: 18px;
    text-align: center
}

@media screen and (min-width:768px) {
    .intro__cell.astro-p6ig3m3a.intro__cell--narrow {
        justify-content: center;
        padding: 100px 0 100px var(--width-cell-1)
    }

    .intro__cell.astro-p6ig3m3a.intro__cell--narrow:first-child {
        border-right: 1px solid #585858
    }

    .intro__cell.astro-p6ig3m3a.intro__cell--narrow .intro__value.astro-p6ig3m3a {
        text-align: left
    }
}

@media screen and (min-width:1240px) {
    .intro__cell.astro-p6ig3m3a.intro__cell--narrow {
        justify-content: flex-start;
        padding: 120px var(--width-cell-1) 125px 0;
        text-align: center
    }

    .intro__cell.astro-p6ig3m3a.intro__cell--narrow:first-child {
        border-right: none
    }

    .intro__cell.astro-p6ig3m3a.intro__cell--narrow .intro__value.astro-p6ig3m3a {
        text-align: center
    }
}

.intro__value.astro-p6ig3m3a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07px;
    line-height: 1.4;
    max-width: 600px
}

.intro__value.astro-p6ig3m3a:not(:last-child) {
    margin-bottom: 32px
}

.intro__value.astro-p6ig3m3a.intro__value--narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px
}

@media screen and (min-width:768px) {
    .intro__value.astro-p6ig3m3a {
        font-size: 18px;
        letter-spacing: .054px
    }

    .intro__value.astro-p6ig3m3a:not(:last-child) {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1240px) {
    .intro__value.astro-p6ig3m3a {
        font-size: 19px;
        letter-spacing: .001em;
    }

    .intro__value.astro-p6ig3m3a:not(:last-child) {
        margin-bottom: 40px
    }
}

.intro__subtitle.astro-p6ig3m3a {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .002em;
    line-height: 1.1;
    margin-bottom: 6px;
    text-align: center
}

@media screen and (min-width:768px) {
    .intro__subtitle.astro-p6ig3m3a {
        text-align: left
    }
}

@media screen and (min-width:1240px) {
    .intro__subtitle.astro-p6ig3m3a {
        font-size: 40px;
        letter-spacing: .002em;
        line-height: 110%;
        text-align: center
    }
}

.animated.astro-p6ig3m3a {
    opacity: 1;
    transform: translateY(0)
}

.features.astro-s72d3eza {
    overflow: hidden;
    padding-bottom: 44px;
    padding-top: 80px;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .features.astro-s72d3eza {
        padding-bottom: 90px;
        padding-top: 180px
    }
}

@media screen and (min-width:1240px) {
    .features.astro-s72d3eza {
        padding-bottom: 80px;
        padding-top: 140px
    }
}

.features__title.astro-s72d3eza {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -.88px;
    line-height: 105%;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    padding-left: var(--page-padding-inline);
    padding-right: var(--page-padding-inline);
    text-align: left
}

@media screen and (min-width:768px) {
    .features__title.astro-s72d3eza {
        font-size: 56px;
        letter-spacing: -1.12px;
        padding-bottom: 47px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

@media screen and (min-width:1240px) {
    .features__title.astro-s72d3eza {
        margin: 0 auto;
        max-width: var(--width-cell-8);
        padding-bottom: 80px
    }
}

.features__list.astro-s72d3eza {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
    grid-gap: 40px 24px
}

@media screen and (min-width:768px) {
    .features__list.astro-s72d3eza {
        margin: 0 auto;
        grid-gap: 72px var(--width-cell-2)
    }
}

@media screen and (min-width:1240px) {
    .features__list.astro-s72d3eza {
        grid-template: auto/repeat(3, 267px);
        width: var(--width-cell-10);
        grid-gap: 100px var(--width-cell-1);
        justify-content: space-between
    }
}

.feature.astro-s72d3eza {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07px;
    line-height: 140%;
    padding-top: 77px
}

@media screen and (min-width:768px) {
    .feature.astro-s72d3eza {
        font-size: 19px;
        letter-spacing: .4px;
        padding-top: 81px
    }
}

@media screen and (min-width:1240px) {
    .feature.astro-s72d3eza {
        font-size: 19px;
        letter-spacing: .057px;
        max-width: 267px;
        padding-top: 85px;
        text-align: center;
        background-position: top;
    }
}

.feature_buy.astro-s72d3eza {
    background-image: url(../img/buy.svg)
}

.feature_same.astro-s72d3eza {
    background-image: url(../img/same.svg)
}

.feature_multi.astro-s72d3eza {
    background-image: url(../img/multi.svg)
}

.feature_unmatched.astro-s72d3eza {
    background-image: url(../img/unmatched.svg)
}

.feature_convenient.astro-s72d3eza {
    background-image: url(../img/convenient.svg)
}

.feature_3minute.astro-s72d3eza {
    background-image: url(../img/3minute.svg)
}

.project.astro-uhg76vl4 {
    align-items: center;
    background: #223d4a;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 54px 0 24px
}

@media screen and (min-width:768px) {
    .project.astro-uhg76vl4 {
        padding: 70px 0 24px
    }
}

@media screen and (min-width:1240px) {
    .project.astro-uhg76vl4 {
        padding: 73px 0 24px
    }
}

.project__image.astro-uhg76vl4 {
    box-sizing: border-box;
    height: auto;
    margin-bottom: 62px;
    max-width: 100%;
    width: 91%
}

@media screen and (min-width:768px) {
    .project__image.astro-uhg76vl4 {
        margin-bottom: 77px;
        width: 82%
    }
}

@media screen and (min-width:1240px) {
    .project__image.astro-uhg76vl4 {
        width: 89%
    }
}

.project__caption.astro-uhg76vl4 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.project__title.astro-uhg76vl4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .003em;
    line-height: 120%;
    margin-bottom: 1px
}

@media screen and (min-width:768px) {
    .project__title.astro-uhg76vl4 {
        font-size: 21px;
        margin-bottom: 3px
    }
}

@media screen and (min-width:1240px) {
    .project__title.astro-uhg76vl4 {
        margin-bottom: 1px
    }
}

.project__description.astro-uhg76vl4 {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .003em;
    line-height: 140%;
    text-align: center
}

.projects.astro-yyvwfpr5 {
    overflow: hidden;
    padding-bottom: 16px;
    padding-top: 72px;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .projects.astro-yyvwfpr5 {
        padding-bottom: 15px;
        padding-top: 80px
    }
}

@media screen and (min-width:1240px) {
    .projects.astro-yyvwfpr5 {
        padding-bottom: 32px;
        padding-top: 105px
    }
}

.projects__title.astro-yyvwfpr5 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -.88px;
    line-height: 105%;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 33px;
    padding-left: var(--page-padding-inline);
    padding-right: var(--page-padding-inline);
    text-align: center
}

@media screen and (min-width:768px) {
    .projects__title.astro-yyvwfpr5 {
        font-size: 56px;
        letter-spacing: -1.12px;
        padding-bottom: 36px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

@media screen and (min-width:1240px) {
    .projects__title.astro-yyvwfpr5 {
        margin: 0 auto;
        max-width: var(--width-cell-7);
        padding-bottom: 40px
    }
}

.projects__caption.astro-yyvwfpr5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .018px;
    line-height: 130%;
    margin: 0 auto 49px;
    text-align: center
}

@media screen and (min-width:768px) {
    .projects__caption.astro-yyvwfpr5 {
        font-size: 20px;
        letter-spacing: .4px;
        margin-bottom: 80px
    }
}

@media screen and (min-width:1240px) {
    .projects__caption.astro-yyvwfpr5 {
        font-size: 21px;
        letter-spacing: .003em;
        line-height: 120%;
        margin-bottom: 97px
    }
}

.projects__list.astro-yyvwfpr5 {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 16px 24px
}

@media screen and (min-width:768px) {
    .projects__list.astro-yyvwfpr5 {
        grid-template: auto/repeat(2, 1fr);
        margin: 0 auto;
        grid-gap: 16px
    }
}

@media screen and (min-width:1240px) {
    .projects__list.astro-yyvwfpr5 {
        grid-template: auto/repeat(4, 1fr);
        grid-gap: 16px 28px
    }
}

.feature.astro-yyvwfpr5 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: 500;
    letter-spacing: .07px;
    line-height: 120%;
    padding-top: 76px
}

@media screen and (min-width:768px) {
    .feature.astro-yyvwfpr5 {
        font-size: 18px;
        letter-spacing: .09px
    }
}

@media screen and (min-width:1240px) {
    .feature.astro-yyvwfpr5 {
        font-size: 19px;
        letter-spacing: .057px
    }
}

.feature_buy.astro-yyvwfpr5 {
    background-image: url(../img/buy.svg)
}

.feature_same.astro-yyvwfpr5 {
    background-image: url(../img/same.svg)
}

.feature_multi.astro-yyvwfpr5 {
    background-image: url(../img/multi.svg)
}

.feature_unmatched.astro-yyvwfpr5 {
    background-image: url(../img/unmatched.svg)
}

.feature_convenient.astro-yyvwfpr5 {
    background-image: url(../img/convenient.svg)
}

.feature_3minute.astro-yyvwfpr5 {
    background-image: url(../img/3minute.svg)
}

.animated.astro-yyvwfpr5 {
    opacity: 1;
    transform: translateY(0)
}

.co-branding-form__form {
    max-width: 670px;
    position: relative
}

@media screen and (min-width:768px) {
    .co-branding-form__form {
        margin: 0 auto;
        width: var(--width-cell-12)
    }
}

@media screen and (min-width:1240px) {
    .co-branding-form__form {
        width: 100%
    }
}

.co-branding-form__fieldset {
    display: grid;
    grid-gap: 8px;
    border: none;
    justify-content: space-between;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .co-branding-form__fieldset {
        grid-gap: 10px;
        grid-template: auto/repeat(2, 1fr);
        margin-top: 40px
    }
}

@media screen and (min-width:1240px) {
    .co-branding-form__fieldset {
        margin-top: 0
    }
}

.co-branding-form__field {
    height: 56px;
    position: relative;
    width: 100%
}

.co-branding-form__field:focus-within .co-branding-form__arrow {
    color: var(--color-white)
}

.co-branding-form__field_big {
    height: 110px
}

@media screen and (min-width:768px) {
    .co-branding-form__field_big {
        grid-column: span 2;
        height: 120px
    }
}

.co-branding-form__field_cards {
    height: 180px
}

@media screen and (min-width:768px) {
    .co-branding-form__field_cards {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        height: 300px
    }
}

.co-branding-form__input {
    background-color: #1a3543;
    border: 1px solid transparent;
    border-radius: 14px;
    box-sizing: border-box;
    color: var(--color-white);
    height: 100%;
    outline: none;
    padding: 27px 24px 10px;
    resize: none;
    width: 100%
}

.co-branding-form__input:focus {
    background: linear-gradient(92deg, #262627 48.92%, #16161700 98.7%), #1c1c1d;
    border: 1px solid #656565;
    border-radius: 14px
}

.co-branding-form__input.co-branding-form__input--hidden {
    display: none
}

.co-branding-form__cards-label-caption {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 18px 0 18px 34px;
    position: relative;
    width: 100%
}

@media screen and (prefers-reduced-motion:reduce) {
    .co-branding-form__cards-label-caption:before {
        background-position: 50%;
        border: 1px solid #6c6c70;
        border-radius: 100%;
        box-sizing: border-box;
        content: "";
        height: 22px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: none;
        width: 22px
    }
}

.co-branding-form__cards-label-caption:before {
    background-position: 50%;
    border: 1px solid #6c6c70;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 22px
}

@media screen and (min-width:768px) {
    .co-branding-form__cards-label-caption {
        padding: 18px 0 18px 60px
    }
}

@media screen and (min-width:768px) and (prefers-reduced-motion:reduce) {
    .co-branding-form__cards-label-caption:before {
        left: 24px
    }
}

@media screen and (min-width:768px) {
    .co-branding-form__cards-label-caption:before {
        left: 24px
    }
}

.co-branding-form__cards-label {
    align-items: center;
    background-color: #0e1e27;
    border-radius: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    isolation: isolate;
    justify-content: space-between;
    overflow: hidden;
    padding: 12px 12px 3px 18px
}

.co-branding-form__cards-label:first-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.co-branding-form__cards-label:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 12px;
    padding-top: 3px
}

@media screen and (min-width:768px) {
    .co-branding-form__cards-label {
        flex-direction: column;
        height: 300px;
        max-width: 330px;
        padding: 0
    }

    .co-branding-form__cards-label:first-of-type {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px
    }

    .co-branding-form__cards-label:last-of-type {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        padding: 0
    }
}

.co-branding-form__input:checked+.co-branding-form__cards-label .co-branding-form__cards-label-caption:before {
    background-color: #09f;
    background-image: url(../img/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border-color: #09f
}

.co-branding-form__cards-label-img {
    align-items: center;
    background-color: #1a3543;
    border-radius: 12px;
    display: flex;
    height: 72px;
    justify-content: center;
    width: 72px
}

@media screen and (min-width:768px) {
    .co-branding-form__cards-label-img {
        border-radius: 0;
        height: 74.8%;
        width: 100%
    }
}

.co-branding-form__cards-label-img img {
    height: 100%;
    object-fit: cover;
    width: auto
}

.co-branding-form__cards-label-caption-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.co-branding-form__field_long .co-branding-form__input {
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .co-branding-form__field_long {
        grid-column: span 2
    }
}

.co-branding-form__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .08px;
    line-height: 120%;
    max-width: 100%;
    overflow: hidden;
    position: absolute
}

@media (prefers-reduced-motion:reduce) {
    .co-branding-form__label {
        animation: none;
        transition: none
    }
}

@media (prefers-reduced-motion:no-preference) {
    .co-branding-form__label {
        transform-origin: left;
        transition: transform .3s ease-in-out
    }
}

.co-branding-form__field_high {
    height: 78px
}

.co-branding-form__field_high .co-branding-form__input {
    height: 78px;
    padding-top: 37px
}

.co-branding-form__field_high .co-branding-form__label {
    max-width: 235px
}

@media screen and (min-width:768px) {
    .co-branding-form__field_high {
        height: 56px
    }

    .co-branding-form__field_high .co-branding-form__input {
        height: 56px;
        padding-top: 27px
    }

    .co-branding-form__field_high .co-branding-form__label {
        max-width: none
    }
}

.co-branding-form__label_invalid {
    background: var(--gradient-button, #09f);
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    max-width: calc(130% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-text-fill-color: transparent
}

.co-branding-form__input+.co-branding-form__label {
    left: 0;
    top: 0;
    transform: translate(24px, 18.5px)
}

.co-branding-form__field:focus-within .co-branding-form__label {
    max-width: calc(130% - 24px);
    transform: translate(24px, 10px) scale(.75)
}

.co-branding-form__input:not(:placeholder-shown)+.co-branding-form__label {
    max-width: calc(130% - 24px);
    transform: translate(24px, 10px) scale(.75)
}

.co-branding-form__field_high:focus-within .co-branding-form__label,
.co-branding-form__input_high:not(:placeholder-shown)+.co-branding-form__label,
.co-branding-form__input_high:required:invalid+.co-branding-form__label {
    max-width: 220px;
    transform: translate(24px, 10px) scale(.75)
}

@media screen and (min-width:768px) {

    .co-branding-form__field_high:focus-within .co-branding-form__label,
    .co-branding-form__input_high:not(:placeholder-shown)+.co-branding-form__label,
    .co-branding-form__input_high:required:invalid+.co-branding-form__label {
        max-width: calc(130% - 24px)
    }
}

.co-branding-form__input:required:invalid+.co-branding-form__label {
    max-width: calc(130% - 24px);
    transform: translate(24px, 10px) scale(.75)
}

.co-branding-form__input:invalid+.co-branding-form__label .co-branding-form__label_valid {
    display: none
}

.contact-form__input_invalid {
    border-color: #6cf
}

.co-branding-form__input:valid+.co-branding-form__label .co-branding-form__label_invalid {
    display: none
}

.co-branding-form__submit {
    border: none;
    width: 100%
}

@media screen and (min-width:768px) {
    .co-branding-form__submit {
        display: flex;
        flex-shrink: 1;
        height: auto;
        justify-content: flex-end;
        margin-left: auto;
        padding: 16px 26px;
        width: 100%ж
    }
}

@media screen and (min-width:1240px) {
    .co-branding-form__submit {
        align-self: flex-end
    }
}

.co-branding-form__submit:disabled {
    background: #ebebeb
}

.co-branding-form__submit.co-branding-form__loading {
    color: #000;
    position: relative
}

@media screen and (prefers-reduced-motion:reduce) {
    .co-branding-form__submit.co-branding-form__loading:after {
        animation: none;
        background: url(/../img/spinner.png);
        background-size: 20px;
        content: "";
        height: 20px;
        left: calc(50% - 10px);
        position: absolute;
        top: calc(50% - 10px);
        width: 20px;
        z-index: 522
    }
}

.co-branding-form__submit.co-branding-form__loading:after {
    animation: rotate 1s linear infinite;
    background: url(../img/spinner.png);
    background-size: 20px;
    content: "";
    height: 20px;
    left: calc(50% - 10px);
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    z-index: 522
}

.co-branding-form__captcha {
    height: 76px;
    margin-bottom: 25px;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width:768px) {
    .co-branding-form__captcha {
        flex-shrink: 0;
        margin-bottom: 0;
        width: auto
    }
}

.co-branding-form__loading {
    color: transparent
}

.co-branding-form__loading:before {
    background: rgb(var(--accent-color)/50%);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (prefers-reduced-motion:reduce) {
    .co-branding-form__loading:after {
        animation: none;
        border: 3px solid transparent;
        border-radius: 50%;
        border-top-color: #000;
        content: "";
        display: flex;
        height: 24px;
        left: calc(50% - 12px);
        position: absolute;
        top: calc(50% - 12px);
        width: 24px
    }
}

.co-branding-form__loading:after {
    animation: spin 2s linear infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #000;
    content: "";
    display: flex;
    height: 24px;
    left: calc(50% - 12px);
    position: absolute;
    top: calc(50% - 12px);
    width: 24px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.co-branding-form__apply {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .co-branding-form__apply {
        flex-flow: row wrap;
        grid-column: span 2;
        justify-content: space-between;
        margin-top: 0
    }
}

@media screen and (min-width:1240px) {
    .co-branding-form__apply {
        margin-top: 22px
    }
}

.co-branding-form__result {
    bottom: -48px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .07px;
    line-height: 120%;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%
}

@media screen and (min-width:768px) {
    .co-branding-form__result {
        justify-content: flex-start
    }
}

.co-branding-form__result_success {
    border: 1px solid #0df;
    border-radius: 14px
}

.co-branding-form__result_failure,
.co-branding-form__result_success {
    overflow: hidden;
    padding: 12px 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.co-branding-form__result_failure {
    background: #211c1b;
    border: 1px solid #ff5b37;
    border-radius: 14px;
    color: #ff5b37
}

.co-branding-form.astro-fayzbzlo {
    padding-bottom: 125px
}

@media screen and (min-width:768px) {
    .co-branding-form.astro-fayzbzlo {
        padding-bottom: 160px
    }
}

@media screen and (min-width:1240px) {
    .co-branding-form.astro-fayzbzlo {
        padding-bottom: 180px
    }
}

.wrapper.astro-fayzbzlo {
    box-sizing: border-box;
    padding-left: var(--page-padding-inline);
    padding-right: var(--page-padding-inline);
    width: 100%
}

.title.astro-fayzbzlo {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.76px;
    line-height: 105%;
    margin: 0;
    padding: 120px 0 40px;
    text-align: center
}

@media screen and (min-width:768px) {
    .title.astro-fayzbzlo {
        font-size: 56px;
        letter-spacing: -1.12px;
        padding: 160px var(--width-cell-1) 48px
    }
}

@media screen and (min-width:1240px) {
    .title.astro-fayzbzlo {
        padding: 220px 0 64px
    }
}

.caption.astro-fayzbzlo {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .018px;
    line-height: 130%;
    padding-bottom: 64px;
    text-align: center
}

@media screen and (min-width:768px) {
    .caption.astro-fayzbzlo {
        font-size: 20px;
        letter-spacing: .02px;
        padding: 0 var(--width-cell-1) 80px
    }
}

@media screen and (min-width:900px) {
    .caption.astro-fayzbzlo {
        padding: 0 var(--width-cell-2) 80px
    }
}

@media screen and (min-width:1240px) {
    .caption.astro-fayzbzlo {
        font-size: 24px;
        letter-spacing: .024px;
        padding: 0 var(--width-cell-2) 100px
    }
}

.form.astro-fayzbzlo {
    background: #223d4a;
    border-radius: 34px;
    padding: 57px 24px
}

@media screen and (min-width:768px) {
    .form.astro-fayzbzlo {
        padding: 73px 49px 75px
    }
}

@media screen and (min-width:1240px) {
    .form.astro-fayzbzlo {
        margin: 0 auto;
        padding: 108px 49px 129px;
        width: var(--width-cell-10)
    }
}

.form__title.astro-fayzbzlo {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .054px;
    line-height: 120%;
    padding-bottom: 25px;
    text-align: center
}

@media screen and (min-width:768px) {
    .form__title.astro-fayzbzlo {
        font-size: 32px;
        margin: 0 auto
    }
}

@media screen and (min-width:1240px) {
    .form__title.astro-fayzbzlo {
        font-size: 42px;
        letter-spacing: -.015em;
        padding-bottom: 22px
    }
}

.form__caption.astro-fayzbzlo {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .018px;
    line-height: 130%;
    margin: 0 auto 30px;
    max-width: 480px;
    text-align: center
}

@media screen and (min-width:768px) {
    .form__caption.astro-fayzbzlo {
        font-size: 21px;
        letter-spacing: -.5px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:1240px) {
    .form__caption.astro-fayzbzlo {
        font-size: 21px;
        letter-spacing: .024px;
        margin-bottom: 56px
    }
}

.animated.astro-fayzbzlo {
    opacity: 1;
    transform: translateY(0)
}

@media screen and (min-width:1240px) {
    .co-branding.astro-qzcbw452 {
        margin: 0 auto;
        max-width: var(--page-max-width)
    }
}