@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.back-link-a {
    text-decoration: none;
}
.back-link {
    display: flex;
    align-items: center;
    gap: 21px;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin: 66px 0;
}
.link-icon {
    width: 38px;
    height: 16px;
}
.link-text {
    font-size: 16px;
    color: #0D42FF;
    text-transform: uppercase;
    font-weight: 700;
}
.back-link:hover .link-icon {
    transform: translateX(-4px);
    transition: transform 0.2s ease;
}



.intro-container {
    margin-bottom: 80px;
}
.intro-title {
    font-family: "Goldman", sans-serif;
    color: #FFA800;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.intro-perex p {
    font-size: 25px;
    max-width: 785px;
    font-weight: 400;
    color: #C2C2C2;
    margin-bottom: 0;
}



.point-container {
    margin-bottom: 75px;
}
.point-li {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    padding-bottom: 20px;
}
ul .point-li::before {
    content: none !important;
}
.point-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}
.point-li-text {
    margin-bottom: 0;
}
.point-bullet {
    width: 25.37px;
    height: 8.5px;
}
.point-text p {
    font-size: 20px;
    font-weight: 400;
    color: #C2C2C2;
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 833px;
}



.cta-container {
    margin-bottom: 75px;
}
.cta-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}
.cta-text p {
    color: #C2C2C2;
    font-size: 20px;
    font-weight: 400;
    max-width: 833px;
    margin-bottom: 0;
}



.contact-container {
    display: flex;
    margin-bottom: 80px;
    cursor: pointer;
    align-items: center;
}
.contact-mobile,
.contact-email {
    color: #0D42FF;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.contact-mobile:hover,
.contact-email:hover {
    text-decoration: none;
}
.contact-mobile {
    padding-right: 10px;
}
.contact-email {
    padding-left: 10px;
}
.contact-delimiter  {
    color: #0D42FF;
}
.contact-a {
    text-decoration: none;
}


.ce_list .tags { 
    max-width: 360px;
}

.tags {
    max-width: unset;
}

.tags.long {
    max-width: unset;
}


.form-container {
    margin-bottom: 180px;
}
.form--submitted {
    background: #0d42ff;
    color: white;
    padding: 2rem;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.hidden {
    display: none;
}
.form__send {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.form__send-btn {
    margin-right: 2rem;
}
.form__send-text {
    color: white;
    margin: 1rem 0;
}
.form__row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem;
}
.form__row-item {
    width: 100%;
    margin-top: 2rem;
}
.form__label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text a {
    color: #FFA800;
}
.form__services {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    width: 100%;
    margin-top: 15px;
}
.form__services-title {
    color: #FFA800;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#contactForm .form-control {
    background: #000C38 !important;
        border: none !important;
}
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 42px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #001B79;
    transition: all ease .3s;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: #001B79;
    transition: all ease .3s;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #001B79;
    transition: all ease .3s;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.back {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #0d42ff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
}
.back-img {
    width: 40px;
    height: auto;
    display: block;
    margin-right: 20px;
}
@media (min-width: 768px) {
    .form__row-item--half {
        width: calc(50% - 2rem);
    }
}
@media (min-width: 1440px) and (max-width: 1560px)  {
    .faq-title {
        margin-left: 60px !important;
    }
}
@media (max-width: 1439px) {
    .faq-title {
        margin-bottom: 25px !important;
        margin-left: 0 !important;
    }

    .faq-subtitle {
        font-size: 24px !important;
    }
    .faq-wrapper {
        padding: 20px 0 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .intro-title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .intro-container {
        margin-bottom: 50px;
    }

    .point-container,
    .cta-container {
        margin-bottom: 50px;
    }

    .contact-container {
        margin-bottom: 50px;
    }

    .form-container {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .back-link {
        margin: 45px 0;
    }

    .intro-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .intro-perex p {
        font-size: 20px;
    }

    .point-title,
    .cta-title {
        margin-bottom: 15px;
    }

    .point-li {
        gap: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .back-link {
        margin: 30px 0;
    }

    .intro-title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .intro-perex p {
        font-size: 15px;
    }

    .point-title,
    .cta-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .point-text p,
    .cta-text p {
        font-size: 15px;
    }

    .point-li {
        gap: 15px;
        padding-bottom: 8px;
    }
    .point-text p {
        margin-top: 10px;
    }

    .contact-container {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-item {
        font-size: 16px;
    }
    .contact-mobile,
    .contact-email {
        padding: 0;
    }
    .contact-delimiter  {
        display: none;
    }

    .faq-subtitle {
        line-height: 1.2 !important;
    }
}

.faq-title {
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-left: 111px;
}
.faq-wrapper {
    border-bottom: 1px solid #C2C2C2;
    padding: 40px 111px 40px 111px; 
}

.faq-wrapper:first-of-type {
    border-top: 1px solid #C2C2C2;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    transition: margin-bottom 0.3s ease;
}
.faq-subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 15px;
}
.faq-toggle {
    background: unset;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-toggle-icon {
    width: 27px;
    height: 16px;
    transition: transform 0.3s ease;
}
.faq-wrapper.active .faq-toggle-icon {
    transform: rotate(180deg); 
}
.faq-header.active {
    margin-bottom: 20px;
}
.faq-text { 
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.3s ease;
}
.faq-text p {
    color: #C2C2C2;
    margin: 0;
    max-width: 1059px;
}
.faq-wrapper.active .faq-text {
    opacity: 1;
}
