@font-face {
    font-family: 'Factor A';
    src: url('./fonts/Factor A-Light35-Web.woff2') format('woff2'),
    url('./fonts/Factor A-Light35-Web.woff') format('woff'),
    url('./fonts/Factor A-Light35-Web.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factor A';
    src: url('./fonts/Factor A-Regular35-Web.woff2') format('woff2'),
    url('./fonts/Factor A-Regular35-Web.woff') format('woff'),
    url('./fonts/Factor A-Regular35-Web.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factor A';
    src: url('./fonts/Factor A-Medium35-Web.woff2') format('woff2'),
    url('./fonts/Factor A-Medium35-Web.woff') format('woff'),
    url('./fonts/Factor A-Medium35-Web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factor A';
    src: url('./fonts/Factor A-Bold35-Web.woff2') format('woff2'),
    url('./fonts/Factor A-Bold35-Web.woff') format('woff'),
    url('./fonts/Factor A-Bold35-Web.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factor A';
    src: url('./fonts/Factor A-Extrabold100-Web.woff2') format('woff2'),
    url('./fonts/Factor A-Extrabold100-Web.woff') format('woff'),
    url('./fonts/Factor A-Extrabold100-Web.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factor A';
    src: url('./fonts/Factor A-Black100-Web.woff2') format('woff2'),
    url('./fonts/Factor A-Black100-Web.woff') format('woff'),
    url('./fonts/Factor A-Black100-Web.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

main {
    font-family: 'Factor A', sans-serif;
    font-weight: 400;
    background-color: #F2F2F2;
    padding-bottom: 60px;
    padding: 60px 0 60px 0px;
}

.banner-ai-container {
    max-width: 1260px;
    margin: 0 auto;
}

.banner-ai-top-wrapper {
    max-width: 1408px;
    margin: 0 auto;
}

.banner-ai-top {
    background-image: url(./img/Top-bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff;
    padding: 230px 0px 110px 20px;
    overflow: hidden;
    margin: 0 15px;
    border-radius: 16px;
}

.banner-ai-top__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.banner-ai-top__text {
    transform: translate(74px, -170px);
}

.banner-ai-top__title {
    font-size: 56px;
    font-weight: bold;
    color: #000;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.banner-ai-top__subtitle {
    font-size: 42px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.banner-ai-top__description {
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.banner-ai-top__button {
    background-color: #BD0C1E;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
}

.banner-ai-top__button:hover {
    color: white;
}

.banner-ai-top__image {
    position: absolute;
    right: -39px;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
}

.banner-ai-top__img {
    width: 100%;
    height: auto;
}

@media (max-width: 1370px) {
    .banner-ai-top {
        padding: 0;
    }

    .banner-ai-top__text {
        transform: translateX(74px) translateY(5px);
        max-width: 100%;
        margin-bottom: 30px;
    }

    .banner-ai-top__image {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        max-width: 500px;
        align-self: flex-end;
    }

    .banner-ai-top__title {
        font-size: 40px;
    }
    .banner-ai-top__subtitle {
        font-size: 32px;
    }
}

@media (max-width: 800px) {

    .banner-ai-top__text {
        align-self: flex-start;
        transform: unset;
        margin: 74px 0 0 15px;
    }

    .banner-ai-top__content {
        flex-direction: column;
    }
    .banner-ai-top__title {
        font-size: 32px;
    }
    .banner-ai-top__subtitle {
        font-size: 24px;
    }

    .banner-ai-top__description {
        font-size: 16px;
    }

    .banner-ai-top__button {
        max-width: 171px;
        font-size: 14px;
        padding: 12px;
        position: relative;
        z-index: 1;
    }
}

.capabilities-ai {
    max-width: 1260px;
    margin: 45px 15px 75px 15px;
}

.capabilities-ai__list {
    background-color: white;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    gap: 8px;
    padding: 50px 0 50px 0;
    border-radius: 24px;
}

.capabilities-ai__item {
    text-align: center;
}

.capabilities-ai__text {
    margin-top: 24px;
}

@media (max-width: 800px) {
    .capabilities-ai {
        height: auto;
    }

    .capabilities-ai__list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 4px;
        row-gap: 8px;
    }

    .capabilities-ai__item {
        flex: 0 1 30%;
    }
}

.feature-ai__section-1 {
    margin: 0 15px;
    background-color: white;
    max-width: 1260px;
    overflow: hidden;
    height: 510px;
    border-radius: 16px;
    position: relative;
    padding: 15px;
}

.feature-ai__section-1__text {
    padding: 40px 0 0 40px;
    position: relative;
    z-index: 1;
}

.feature-ai__section-1__title {
    margin-top: 40px;
}

.feature-ai__section-1__description {
    font-size: 20px;
}

.feature-ai__section-1__img {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.feature-ai__section-1__img-small {
    transform: translateX(29%) translateY(180px);
    margin-top: -240px;
    position: relative;
}

.feature-ai-chip {
    display: inline-block;
    border-radius: 15px;
    background-color: #BD0C1E;
    color: #ffffff;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 5px 9px;
}

@media (max-width: 1206px) {
    .feature-ai__section-1__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-ai__section-1__text {
        align-self: flex-start;
    }

    .feature-ai__section-1__img {
        transform: unset;
        position: static;
        display: block;
        height: 100%;
    }

    .feature-ai__section-1 {
        height: auto;
    }

    .feature-ai__section-1__image {
        align-self: flex-end;
        margin-bottom: -15px;
    }
}

@media (max-width: 992px) {
    .feature-ai__section-1__text {
        padding: 24px 0px 0 16px;
    }
}

.feature-ai__section-2 {
    margin: 45px 15px;
    border-radius: 16px;
    background-color: white;
    max-width: 1260px;
    padding: 15px;
}

.feature-ai__section-2__content {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.feature-ai__section-2__text {
    padding: 40px 0 0 40px;
    max-width: 565px;
    flex-shrink: 0;
}

.feature-ai__section-2__title {
    margin-top: 40px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.feature-ai__section-2__description {
    max-width: 565px;
    font-size: 20px;
    line-height: 1.5;
}

.feature-ai__section-2__image {
    margin-top: 76px;
    margin-right: 52px;
    margin-bottom: 77px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.feature-ai__section-2__img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 1206px) {
    .feature-ai__section-2__content {
        flex-direction: column;
    }

    .feature-ai__section-2__text {
        padding: 20px;
        max-width: 100%;
    }

    .feature-ai__section-2__title {
        margin-top: 20px;
        font-size: 28px;
    }

    .feature-ai__section-2__description {
        font-size: 18px;
    }

    .feature-ai__section-2__image {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding: 20px;
        min-width: unset;
    }
}

@media (max-width: 768px) {

    .feature-ai__section-2__title {
        font-size: 24px;
    }

    .feature-ai__section-2__description {
        font-size: 16px;
    }

    .feature-ai__section-2__image {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .feature-ai__section-2__text {
        padding: 15px;
    }

    .feature-ai__section-2__title {
        font-size: 20px;
    }

    .feature-ai__section-2__description {
        font-size: 14px;
    }

    .feature-ai-chip {
        font-size: 14px;
        padding: 3px 7px;
    }
}

.feature-ai__section-3 {
    max-width: 1260px;
    display: flex;
    margin: 45px auto;
    gap: 37px;
    align-items: center;
}

.feature-ai__section-3__quote-1,
.feature-ai__section-3__quote-2 {
    flex: 1;
    min-width: 0;
}

.feature-ai__section-3__quote-1 img,
.feature-ai__section-3__quote-2 img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .feature-ai__section-3 {
        flex-direction: column;
        height: auto;
        gap: 20px;
        margin: 30px 15px;
        flex-direction: column-reverse;
    }
}

.feature-ai__section-4 {
    margin: 45px 15px;
    background-color: white;
    max-width: 1260px;
    height: 510px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.feature-ai__section-4__text {
    padding: 40px 0 0 40px;
    position: relative;
    z-index: 1;
}

.feature-ai__section-4__title {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.feature-ai__section-4__description {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}

.feature-ai__section-4__image {
    position: absolute;
    top: 44px;
    right: -40%;
    width: 100%;
    height: 100%;
}

.feature-ai__section-4__img {
    position: relative;
    right: -113px;
    top: -45px;
}

@media (max-width: 992px) {
    .feature-ai__section-4 {
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .feature-ai__section-4__content {
        display: flex;
        flex-direction: column;
    }

    .feature-ai__section-4__text {
        padding: 24px 0px 0 16px;
        order: 1;
    }

    .feature-ai__section-4__image {
        position: static;
        transform: translateX(10px) translateY(30px);
        order: 2;
        margin-bottom: -50px;
        justify-content: flex-end;
        display: flex;
    }

    .feature-ai__section-4__img {
        /* width: 100%; */
        height: auto;
        transform: none;
        position: static;
        max-width: 90%;
    }

    .feature-ai__section-4__title {
        font-size: 28px;
    }

    .feature-ai__section-4__description {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .feature-ai__section-4__title {
        font-size: 24px;
    }
    .feature-ai__section-4__description {
        font-size: 16px;
    }
    .feature-ai__section-4__text {
        padding: 20px 15px;
    }

    .feature-ai__section-4__image {
        position: static;
        height: auto;
        order: 2;
        margin-bottom: -50px;
        transform: unset;
    }
}

.feature-ai__section-5 {
    background-color: white;
    margin: 45px 15px;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

.feature-ai__section-5__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.feature-ai__section-5__text {
    padding: 40px 0 0 40px;
    flex-basis: 45%;
    flex-shrink: 0;
    align-self: flex-start;
}

.feature-ai__section-5__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #121212;
}

.feature-ai__section-5__description {
    font-weight: lighter;
    font-size: 20px;
    line-height: 1.5;
    color: #4A4A4A;
}

.feature-ai__section-5__image {
    margin: 45px 0;
    flex-basis: 55%;
    line-height: 0;
}

.feature-ai__section-5__img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .feature-ai__section-5__content {
        flex-direction: column;
    }

    .feature-ai__section-5__text {
        max-width: 100%;
        padding: 30px;
        order: 1;
    }

    .feature-ai__section-5__image {
        width: 100%;
        order: 2;
    }

    .feature-ai__section-5__img {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .feature-ai__section-5__text {
        padding: 20px;
    }

    .feature-ai__section-5__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .feature-ai__section-5__description {
        font-size: 16px;
    }
}

.how-it-works-ai {
    margin: 45px 15px;
    background-color: white;
    border-radius: 15px;
    padding: 40px;
}

.how-it-works-ai h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 500;
}

.steps-wrapper {
    list-style-type: none;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.step {
    box-sizing: border-box;
}

.step-number {
    font-weight: 400;
    font-size: 32px;
    color: #ADADAD;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.step-number::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #e53935;
}

.step-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.step-description {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-weight: lighter;
}

@media (max-width: 600px) {
    .how-it-works-container {
        padding: 30px;
    }
    .how-it-works-container h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .step-number {
        font-size: 24px;
    }
    .step-title {
        font-size: 18px;
    }
    .step-description {
        font-size: 15px;
    }
}

.pre-release-form {
    margin: 45px 15px 75px 15px;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
}

.pre-release-form__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.pre-release-form__image-block {
    position: relative;
    text-align: center;
}

.pre-release-form__image {
    transform: translate(0px, 30px);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pre-release-form__content {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.pre-release-form__title {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    color: #333;
}

.pre-release-form__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pre-release-form__input {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
}

.pre-release-form__input::placeholder {
    color: #A0A0A0;
}

.pre-release-form__phone-input {
    display: flex;
    width: 100%;
}

.changellenge phonebox-element-career-assistant .pre-release-form__phone-input .dropdown.phonecode {
    width: 82px;
    border: 1px solid #E0E0E0;
    border-right:none;
    border-radius: 10px 0 0 10px;
}

.changellenge phonebox-element-career-assistant .bootstrap-select > .dropdown-toggle {
    background: none;
}

.bootstrap-select.ui-auth.phonecode > .dropdown-toggle {
    border: unset !important;
}

.pre-release-form__input--phone {
    flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pre-release-form__button {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background-color: #BD0C1E;
    color: white;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.pre-release-form__button:hover {
    background-color: #a30a1c;
}

@media (max-width: 1181px) {
    .pre-release-form__container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .pre-release-form__image-block,
    .pre-release-form__content {
        min-width: unset;
        width: 100%;
        max-width: 807px;
    }

    .pre-release-form__title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pre-release-form__image {
        max-height: 400px;
        object-fit: contain;
    }

    .pre-release-form__star--red {
        width: 40px;
        height: 40px;
        top: 50%;
        right: 10%;
    }

    .pre-release-form__star--outline {
        width: 60px;
        height: 60px;
        top: 10%;
        left: 60%;
    }

    .pre-release-form__stars::before {
        width: 150px;
        height: 80px;
        bottom: 0px;
    }
}

@media (max-width: 480px) {
    .pre-release-form {
        padding: 20px;
    }

    .pre-release-form__title {
        font-size: 22px;
    }

    .pre-release-form__input,
    .pre-release-form__phone-prefix,
    .pre-release-form__button {
        padding: 12px 15px;
        font-size: 15px;
    }

    .pre-release-form__image {
        transform: translate(0px, 20px);
    }
}

.faq-ai {
    background-color: white;
    padding: 97px 0 137px 0;
    text-align: center;
    border-radius: 24px;
    margin: 0 15px;
}

.faq-ai h2 {
    text-align: start;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #121212;
    margin: 0px 0 64px 90px;
}

.faq-accordion {
    width: 100%;
}

.faq-item {
    max-width: 1246px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.faq-header {
    background-color: #F2F2F2;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.faq-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 32px;
    font-size: 20px;
    font-weight: 500;
    color: #121212;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.faq-button:hover {
    background-color: #f9f9f9;
}

.faq-button.collapsed .faq-icon {
    transform: rotate(0deg);
}

.faq-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.faq-button:not(.collapsed) .faq-icon::before,
.faq-button:not(.collapsed) .faq-icon::after {
    background-color: #BD0C1E;
}

.faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #121212;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-icon::before {
    width: 16px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 16px;
}

.faq-button:not(.collapsed) {
    background-color: white;
    border: 1px solid #BD0C1E;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.faq-body {
    border: 1px solid #BD0C1E;
    border-top: none;
    padding: 0 32px 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #4A4A4A;
    text-align: left;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.faq-item:first-child .faq-button:not(.collapsed) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    border-bottom: 0;
}

.card {
    border: 0;
}

@media (max-width: 1306px) {
    .faq-ai {
        padding: 40px 20px;
    }
    .faq-ai h2 {
        font-size: 32px;
        margin-bottom: 30px;
        margin-left: 16px;
    }
    .faq-button {
        font-size: 18px;
        padding: 18px 20px;
    }
    .faq-body {
        padding: 0 20px 18px;
        font-size: 15px;
    }
}

.marquee-wrapper {
    width: 100%;
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.marquee-swiper .swiper-slide {
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #ADADAD;
    text-transform: uppercase;
    padding-right: 40px;
}

.has-error {
    border-color: #FF453A;
    outline-color: #FF453A;
}

.error-message {
    color: #FF453A;
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 0;
    text-align: left;
}

@media (max-width: 393px) {
    .banner-ai-top__description,
    .feature-ai__section-1__description,
    .feature-ai__section-2__description,
    .feature-ai__section-4__description,
    .feature-ai__section-5__description,
    .step-description {
        font-size: 12px;
    }
}

.ch-select .multiselect__tags {
    position: relative;
    min-height: 46px;
    padding: 12px 35px 11px 18px;
    border: 1px solid #cdcdcf;
}

.ch-select .multiselect__option {
    white-space: normal;
}

.ch-select .multiselect__option--highlight {
    color: #121217;
    background: #f2f2f2;
}

.ch-select .multiselect__option--selected.multiselect__option--highlight {
    background-color: #BD0C1E;
    color: white;
}

.ch-select  .multiselect__option--selected {
    background-color: #BD0C1E;
    color: white;
}

.ch-select .multiselect__option--selected::after {
    display: none;
}

.ch-select .multiselect__option--highlight.multiselect__option::after {
    display: none;
}

.ch-select .multiselect__placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
    opacity: 1;
    color: #CDCDCF;
}

.ch-select .multiselect__select {
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
}

.ch-select .multiselect__select::before {
    top: auto;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin: 0;
    border: none;
    background: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1L5.5 6L10.5 1" stroke="%23121217" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
}

.ch-select .multiselect__single {
    min-height: auto;
    margin: 0;
    padding: 0;
}

.form-field--error .ch-select .multiselect__tags {
    border-color: #ff453a;
}

.ch-select .multiselect__input, .ch-select .multiselect__single {
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ch-select .multiselect__input::placeholder, .ch-select .multiselect__single::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    color: #CDCDCF;
}