.b-offer-hero-new {
    color: rgba(var(--clr-primary-975-rgb), 1);
    display: flex;
    flex-direction: column;
    margin-bottom: 12.8rem;
    position: relative
}

@media(min-width:992px) {
    .b-offer-hero-new {
        margin-bottom: clamp(16rem, 16vw, 32rem);
        min-height: calc(100vh - var(--header-height-placeholder));
        min-height: calc(100lvh - var(--header-height-placeholder))
    }
}

.b-offer-hero-new--light {
    color: rgba(var(--clr-white-rgb), 1)
}

.b-offer-hero-new__bg {
    min-height: 75%;
    z-index: -1
}

.b-offer-hero-new__bg,
.b-offer-hero-new__bg-image {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.b-offer-hero-new__bg-image {
    display: block;
    min-height: 100%;
    object-fit: cover;
    object-position: bottom center
}

.b-offer-hero-new .c-breadcrumbs {
    flex: 0 0 auto
}

.b-offer-hero-new__content {
    align-items: stretch;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-top: var(--header-height-placeholder);
    position: relative;
    z-index: 100
}

.c-breadcrumbs+.b-offer-hero-new__content {
    padding-top: 0
}

.b-offer-hero-new__content>.row {
    height: 100%;
    padding-top: 6.4rem
}

.b-offer-hero-new__text {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    justify-content: space-between
}

@media(min-width:768px) {
    .b-offer-hero-new__text {
        padding-top: 3.6rem
    }
}

.b-offer-hero-new__text .heading:not(.heading--small) {
    font-family: var(--font-family-heading);
    font-size: clamp(2.6rem, 7.1794871795vw, 3.6rem);
    font-weight: 300;
    letter-spacing: -.0435em;
    line-height: 1.2;
    margin: 0 0 2.8rem;
	margin-left: 15px;
    max-width: 36ch
}

@media(min-width:1200px) {
    .b-offer-hero-new__text .heading:not(.heading--small) {
        font-size: clamp(4rem, 3.3333333333vw, 6.4rem)
    }
}

@media(min-width:1600px) {
    .b-offer-hero-new__text .heading:not(.heading--small) {
        font-size: clamp(4rem, 3.8888888889vw, 6.4rem)
    }
}

.b-offer-hero-new__text .paragraph {
    font-size: clamp(1.6rem, 4.1025641026vw, 1.8rem);
    font-weight: 400;
    line-height: 1.6;
    max-width: 56ch
}

@media(min-width:1200px) {
    .b-offer-hero-new__text .paragraph {
        font-size: clamp(1.6rem, 1.25vw, 1.8rem)
    }
}

.b-offer-hero-new__text .listing {
    list-style-type: none;
    margin-top: 4rem;
    padding: 0
}

.b-offer-hero-new__text .listing:first-child {
    margin-top: 0
}

.b-offer-hero-new__text .listing__item {
    display: flex;
    font-family: var(--font-family-sans-serif);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    gap: 2.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1.6rem
}

@media(min-width:992px) {
    .b-offer-hero-new__text .listing__item {
        margin-top: 2.8rem
    }
}

.b-offer-hero-new__text .listing__item:first-child {
    margin-top: 0
}

.b-offer-hero-new__text .listing__item-icon {
    flex: 0 0 auto;
    height: 1em;
    min-width: 0;
    transform: translateY(.175em);
    width: auto
	margin-left: 25px;
}

.b-offer-hero-new__text .listing__item-text {
    flex: 1 1 auto;
    max-width: 56ch;
    min-width: 0
}

.b-offer-hero-new__form-wrapper {
    color: rgba(var(--clr-primary-975-rgb), 1);
    display: flex;
    flex-direction: column
}

@media(min-width:992px) {
    .b-offer-hero-new__form-wrapper {
        margin: 0 0 0 auto;
        max-width: 50rem;
        width: 100%
    }
}

.b-offer-hero-new__form-wrapper--bg-primary-light .b-offer-hero-new__form-header,
.b-offer-hero-new__form-wrapper--bg-primary-light .b-offer-hero-new__form-inner {
    background-color: rgba(var(--clr-primary-100-rgb), 1)
}

.b-offer-hero-new__form-wrapper--bg-primary .b-offer-hero-new__form-header,
.b-offer-hero-new__form-wrapper--bg-primary .b-offer-hero-new__form-inner {
    background-color: rgba(var(--clr-primary-500-rgb), 1);
    color: rgba(var(--clr-white-rgb), 1)
}

.b-offer-hero-new__form-wrapper--border-primary-light .b-offer-hero-new__form-header,
.b-offer-hero-new__form-wrapper--border-primary-light .b-offer-hero-new__form-inner {
    border-color: rgba(var(--clr-primary-100-rgb), 1)
}

.b-offer-hero-new__form-wrapper--border-primary .b-offer-hero-new__form-header,
.b-offer-hero-new__form-wrapper--border-primary .b-offer-hero-new__form-inner {
    border-color: rgba(var(--clr-primary-500-rgb), 1)
}

.b-offer-hero-new__form-header {
    align-items: center;
    background-color: rgba(var(--clr-white-rgb), 1);
    border-bottom-width: 1px;
    border-bottom: 0 solid rgba(var(--clr-white-rgb), 1);
    border-left-width: 1px;
    border-left: 0 solid rgba(var(--clr-white-rgb), 1);
    border-right: 1px solid rgba(var(--clr-white-rgb), 1);
    border-top: 1px solid rgba(var(--clr-white-rgb), 1);
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    display: flex;
    font-family: var(--font-family-heading);
    font-size: 1.8rem;
    font-weight: 500;
    gap: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: -3.6rem;
    margin-left: auto;
    padding: 2.4rem 3.2rem;
    position: relative;
    z-index: 2
}

@media(min-width:992px) {
    .b-offer-hero-new__form-header {
        border-top-left-radius: 3.5rem;
        border-top-right-radius: 3.5rem;
        padding: 2.4rem 4.8rem
    }
}

.b-offer-hero-new__form-header svg {
    display: block;
    height: 2.4rem;
    width: auto
}

.b-offer-hero-new__form-header span {
    display: flex;
    flex: 0 0 auto;
    min-width: 0
}

.b-offer-hero-new__form-header:before {
    border: inherit;
    border-radius: inherit;
    content: "";
    display: block;
    height: 2.5rem;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

@media(min-width:992px) {
    .b-offer-hero-new__form-header:before {
        height: 3.5rem
    }
}

.b-offer-hero-new__form-inner {
    background-color: rgba(var(--clr-white-rgb), 1);
    border: 1px solid rgba(var(--clr-white-rgb), 1);
    border-radius: 3.5rem;
    padding: 4rem 3.2rem;
    position: relative;
    z-index: 1
}

.b-offer-hero-new__form-header+.b-offer-hero-new__form-inner {
    border-top-right-radius: 0
}

@media(min-width:992px) {
    .b-offer-hero-new__form-inner {
        border-radius: 5.5rem;
        padding: 5.6rem 4.8rem
    }
}

@media(min-width:1400px) {
    .b-offer-hero-new__form-inner {
        border-radius: 7rem;
        padding: 7.2rem 6.4rem
    }
}

.b-offer-hero-new__form-desc {
    margin-bottom: 2.4rem
}

.b-offer-hero-new__bar {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 3.2rem
}

@media(min-width:992px) {
    .b-offer-hero-new__bar {
        margin: 0
    }
}

.b-offer-hero-new__scroll {
    align-items: center;
    background-color: #0000;
    color: rgba(var(--clr-primary-500-rgb), 1);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    transition: color .3s ease-in-out
}

.b-offer-hero-new__scroll svg {
    animation: mouse-scroll 3s linear infinite;
    margin-right: 1.4rem
}

.b-offer-hero-new__scroll svg path {
    fill: rgba(var(--clr-primary-500-rgb), 1);
    transition: fill .3s ease-in-out
}

.b-offer-hero-new__scroll:focus,
.b-offer-hero-new__scroll:focus-visible,
.b-offer-hero-new__scroll:hover {
    color: rgba(var(--clr-primary-600-rgb), 1)
}

.b-offer-hero-new__scroll:focus path,
.b-offer-hero-new__scroll:focus-visible path,
.b-offer-hero-new__scroll:hover path {
    fill: rgba(var(--clr-primary-600-rgb), 1)
}

@keyframes mouse-scroll {
    0% {
        transform: translateY(-.5rem)
    }
    50% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-.5rem)
    }
}

.b-offer-hero-new__logotypes {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:576px) {
    .b-offer-hero-new__logotypes {
        gap: 3.2rem;
        grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr))
    }
}

@media(min-width:768px) {
    .b-offer-hero-new__logotypes {
        padding-right: 2.4rem
    }
}

@media(min-width:1200px) {
    .b-offer-hero-new__logotypes {
        padding-right: 4rem
    }
}

.b-offer-hero-new__logotypes-label {
    margin-bottom: .8rem
}

.b-offer-hero-new__logotypes-item-link {
    display: block
}

.b-offer-hero-new__logotypes-item-image {
    aspect-ratio: 7/4;
    display: block;
    height: auto !important;
    object-fit: contain;
    object-position: center;
    width: 100% !important
}