/* -------------------*/
/*MAIN*/
/*--------------------*/
:root {
    --space-sm: 0.5rem;
    --space: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
}
@media (max-width: 1023px) {
    :root {
        /*--space-sm: 0.5rem;*/
        /*--space: 0.875rem;*/
        /*--space-md: 1.25rem;*/
        /*--space-lg: 1.75rem;*/
        /*--space-xl: 2.5rem;*/
    }
}
@media (max-width: 767px) {
    :root {
        --space-sm: 0.375rem;
        --space: 0.75rem;
        --space-md: 1rem;
        --space-lg: 1.5rem;
        --space-xl: 2rem;
    }
}
body {
    overflow-x: hidden;
}

/* -------------------*/
/*HElPERS*/
/*--------------------*/
.mb-0 {
    margin-bottom: 0;
}
.no-decor a {
    text-decoration: none;
}
.only-sm-br br {
    display: none;
}
@media screen and (max-width: 767px) {
    .only-sm-br br {
        display: block;
    }
}
/* -------------------*/
/*HEADER*/
/*--------------------*/
.header__phone a {
    text-decoration: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}
@media print, screen and (min-width: 1000px) {
    .admin-bar .header {
        top: 32px;
    }
}

.header .wp-block-navigation > li > a.wp-block-navigation-item__content {
    padding: 2rem 0;
}
.wp-block-navigation .wp-block-navigation-item__label {
    font-weight: 500;
    line-height: 1.5;
}

.header .wp-block-navigation .wp-block-navigation-submenu__toggle {
    width: 1.5rem;
    height: 1.5rem;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cg%20opacity%3D%220.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3977%2015.6629C12.178%2015.8826%2011.8219%2015.8826%2011.6022%2015.6629L5.86739%209.92804C5.64772%209.70837%205.64772%209.35227%205.86739%209.13259L6.13256%208.86739C6.35222%208.64772%206.70838%208.64772%206.92805%208.86739L12%2013.9393L17.0719%208.86739C17.2916%208.64772%2017.6477%208.64772%2017.8674%208.86739L18.1326%209.13259C18.3522%209.35227%2018.3522%209.70837%2018.1326%209.92804L12.3977%2015.6629Z%22%20fill%3D%22white%22/%3E%3C/g%3E%3C/svg%3E") no-repeat center/100% 100%;
}

.header .wp-block-navigation .wp-block-navigation-submenu__toggle svg {
    display: none;
}

@media (min-width: 1025px) and (max-width: 1216px) {
    .gb-grid-wrapper > .gb-grid-column.gb-grid-column-b9b6e874 {
        width: 60%;
    }
    .gb-grid-wrapper > .gb-grid-column.gb-grid-column-e2e70d80 {
        width: 40%;
    }
    .header .wp-block-navigation .wp-block-navigation-item {
        margin-right: 1rem;
    }
}
@media screen and (min-width: 1217px) {
    .header .wp-block-navigation .wp-block-navigation-item {
        margin-right: 3rem;
    }
}
@media screen and (max-width: 1024px) {
    .header-popup.popup-visible{
        display: block;
    }
}
.header-popup{
    display: none;
}
.header-popup * {
    text-decoration: none !important;
    font-weight: 500;
}
.popup-visible{
    position: fixed;
    z-index: 10;
    background: var(--bg-color);
    top: 0;
}

/* -------------------*/
/*FOOTER*/
/*--------------------*/
.footer a {
    text-decoration: none;
}
.footer__sub-link a, .footer__main-link a {
    color: inherit;
}
@media (min-width: 1025px) and (max-width: 1145px) {
    .footer .gb-container-32b84a6e {
        padding-left: 0;
    }
}

/* -------------------*/
/*CONTAINER*/
/*--------------------*/
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0;
}
.separate-containers .site-main {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.site-main .inside-article {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* -------------------*/
/*HOME PAGE*/
/*--------------------*/
@media (min-width: 1800px) {
    .page-hero.gb-container-ecb6a66b {
        background-position: right 0 center;
    }
}

/* Logos track */

@media screen and (max-width: 1024px) {
    .logos__wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding: 1.5rem 0;
    }
    .logos__wrapper > .g-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content;
    }
    .logos__track {
        display: flex;
        flex-wrap: nowrap;
        animation: scroll_left 40s linear infinite;
    }
    @keyframes scroll_left {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-90.3333%);
        }
    }
}

/* Testimonials */
@media (min-width: 1025px) and (max-width: 1099px) {
    .simple-slider .testimonial-container {
        width: 47%;
    }
}
@media (max-width: 1023px) {
    .testimonials-block .slick-dots li button {
        background: var(--gray-light);
    }
    .testimonials-block .slick-dots li.slick-active button {
        background: var(--bg-color);
    }
}
@media (max-width: 767px) {
    .testimonials-block .h4 {
        font-size: 1rem;
    }
    .testimonials-block .author-position {
        font-size: 0.75rem;
    }
}

/* Card with button */
.card-button.btn-outline:hover a {
    color: var(--bg-color);
}

.challenges .slick-list {
    margin-bottom: 3rem;
}

/*Accordion*/
button.gb-accordion__toggle {
    background: none;
    color: #fff !important;
    font-family: 'Brinnan', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}
button.gb-accordion__toggle .gb-icon {
    width: 1.875rem;
    height: 1.875rem;
    transition: all 0.3s ease-out;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%203C26.2785%203%2033%209.7215%2033%2018C33%2026.2785%2026.2785%2033%2018%2033C9.7215%2033%203%2026.2785%203%2018C3%209.7215%209.7215%203%2018%203ZM16.8%2025.593C17.0835%2025.9695%2017.5275%2026.193%2018%2026.193C18.4725%2026.193%2018.9165%2025.9695%2019.2%2025.593L26.469%2015.9C26.8095%2015.4455%2026.865%2014.838%2026.6115%2014.3295C26.3565%2013.821%2025.8375%2013.5%2025.269%2013.5L10.731%2013.5C10.1625%2013.5%209.6435%2013.821%209.3885%2014.3295C9.135%2014.838%209.1905%2015.4455%209.531%2015.9L16.8%2025.593Z%22%20fill%3D%22%238544E2%22/%3E%3C/svg%3E") no-repeat center/100% 100%;
    transform: rotate(0deg);
}
button.gb-accordion__toggle .gb-icon svg {
    display: none;
}
button.gb-accordion__toggle.gb-block-is-current .gb-icon {
    transform: rotate(-180deg);
}
.accordion__title:after {
    content: '';
    display: block;
    margin-left: auto;
    width: 1.875rem;
    height: 1.875rem;
    flex: 0 0 1.875rem;
    transition: all 0.3s ease-out;
    background: url("../images/icons/chevron-down-green.svg") no-repeat center/100% 100%;
    transform: rotate(0deg);
}
.gb-block-is-current .accordion__title:after {
    transform: rotate(-180deg);
}
button.gb-accordion__toggle .gb-button-text {
    color: #fff !important;
}

/* CTA */
.cta-btn a {
    color: var(--bg-color);
}
.btn:hover a {
    color: var(--accent);
}
.cta-btn-default a {
    color: var(--base-3);
}
.btn-default:hover a {
    color: var(--bg-color);
}

.full-sbs__img {
    max-width: none;
}

/* -------------------*/
/* ABOUT US PAGE*/
/*--------------------*/
.team-card ul {
    margin-bottom: 0;
}
.team-photo figure {
    height: 100%;
}
.team-photo img {
    height: auto;
}
.showcase-item:hover {
    cursor: pointer;
}
.team-card .wp-block-social-links .wp-social-link svg{
    width: 40px !important;
    height: 40px !important;
}
.team-card .wp-social-link svg:hover {
    color: var(--gray) !important;
    fill: var(--gray) !important;
}
@media (max-width: 1200px) {
    .card.team-card {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .read-more-mob {
        cursor: pointer;
    }
    .read-more-mob:hover {
        color: var(--base-3);
    }
    .gb-block-image-2403fc67 {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .team-card .team-photo {
        height: 26.25rem;
    }
}
@media (max-width: 480px) {
    .team-card .team-photo {
        height: 22.5rem;
    }
}
@media (max-width: 400px) {
    .team-card .team-photo {
        height: 19.5rem;
    }
}

.about-us__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grey-box {
    overflow: hidden;
}

.social-links a {
    text-decoration: none;
}

/* -------------------*/
/*CONTACT US*/
/*--------------------*/
.frm-fluent-form {
    .ff-el-input--label {
        margin-bottom: 8px;
        label {
            font-weight: 400;
        }
    }
    .ff-t-container {
        gap: 20px;
    }
    .ff-el-group {
        margin-bottom: var(--space-lg);
    }
    .ff-el-group:has(+ .ff_submit_btn_wrapper) {
        margin-bottom: 0;
    }
    .msg-container {
        margin-bottom: 12px;

        textarea {
            padding: 0.75rem;
            border-radius: 1.5rem;
        }
    }
    .ff_list_2col {
        .ff-el-input--content {
            margin-top: 10px;
        }
    }
    .dropdown-element {
        padding: 11px 8px;
        margin-bottom: 20px;
    }
    .terms-container {
        margin-bottom: 30px;
    }
    .ff-el-form-control {
        background-color: transparent;
        color: #fff;
        padding: 0.75rem 1.5rem;
        border-radius: 6.25rem;
        border-color: var(--gray);
        font-family: Poppins, sans-serif;
        &:focus {
            background-color: transparent;
            color: #fff;
            border-color: var(--accent);
        }
        &::placeholder {
            color: var(--gray);
            font-weight: 400;
            font-family: Poppins, sans-serif;
        }
        option {
            color: #fff;
            background-color: var(--black-light);
        }
        option:first-child {
            color: var(--gray);
        }
        option:active {
            background-color: var(--contrast);
            color: #fff;
        }
    }
    select.ff-el-form-control {
        min-height: 53px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 48px;
        background-image: url("../images/icons/chevron-down.svg");
        background-repeat: no-repeat;
        background-position: right 16px center;
    }
    #ff_1_dropdown:has(option:checked[value=""]) {
        color: var(--gray);
    }
    .ff_submit_btn_wrapper {
        margin-bottom: 0;
        .ff-btn-submit {
            width: 100%;
            height: 3.5rem;
            min-width: 14.375rem;
            padding: 1rem 1.5rem;
            margin-top: 4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--accent) !important;
            border-radius: 6.25rem;
            border: 2px solid var(--accent);
            color: var(--bg-color) !important;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.5;
            text-align: center;
        }
        .ff-btn-submit:hover {
            color: var(--accent);
            border: 2px solid var(--accent);
            background-color: transparent
        }
    }
    @media (max-width:1024px) {
        .ff-btn-submit {
            font-size: 1rem;
            line-height: 1.5;
            width: fit-content
        }
    }

    @media (max-width:767px) {
        .ff-btn-submit {
            width: 100%
        }
    }
    .ff-el-form-check-label {
        display: block;
        margin-bottom: 13px !important;

        input[type="checkbox"],
        input[type="radio"] {
            position: relative;
            width: 1.5rem;
            height: 1.5rem;

            &::before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: var(--accent);
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 0;
            }
            &::after {
                content: "";
                width: 1.3rem;
                height: 1.3rem;
                background-color: var(--bg-color);
                border: 3px solid var(--bg-color);
                border-radius: 50%;
                position: absolute;
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
                z-index: 2;
                cursor: pointer;
            }
            &:checked::after {
                background-color: var(--accent);
            }
            & + span {
                margin-left: 0.75rem;
            }
        }
        input[type="checkbox"] {
            &::after,
            &::before {
                border-radius: 0;
            }
        }
        .ff_t_c {
            display: block !important;
            margin-left: 14px;
        }
    }
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: var(--accent);
}
.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: #F30000;
}
.fluentform .frm-fluent-form .text-danger {
    color: #F30000;
}

@media (max-width: 1024px) {
    .frm-fluent-form .ff-el-input--label {
        margin-bottom: 6px;
    }
    .ff-default .ff-el-input--label label {
        font-weight: 400;
        line-height: 1.5;
        font-size: 16px;
    }
    input {
        font-size: 16px;
        line-height: 1.5;
    }
    .frm-fluent-form .ff-el-form-control {
        &::placeholder {
            font-size: 1rem;
            line-height: 1.5;
        }
    }
}
@media (max-width: 767px) {
    .gb-container-f9ea26f4 {
        background-color: transparent;
    }
}


@media only screen and (max-width: 768px) {
    .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.testimonials-single .wp-block-social-links {
    margin-bottom: 0;
}

.testimonials-single .wp-social-link {
    font-size: 48px;
}

@media print, screen and (min-width: 62.5em) {
    .testimonials-single .wp-social-link {
        font-size: 3rem;
    }
}

.toc--visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0
}


div.gb-grid-wrapper.gb-grid-wrapper-21bf2a9d {
    align-items: stretch;
}

/* -------------------*/
/*SERVICES*/
/*--------------------*/
.light-card-icon  figure {
    width: 4rem;
}

/* -------------------*/
/*CUSTOM*/
/*--------------------*/
.gb-image-538f38c1 {
    object-position: top;
}

/* -------------------*/
/*PHASE SLIDER*/
/*--------------------*/
#phase-slider .slick-dots {
    margin-top: var(--space-xl);
}
#phase-slider .slick-arrow{
    background: none no-repeat center / 100% 100%;
    width: 4rem;
    height: 4rem;
    mask-image: none;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    z-index: 100;
}
#phase-slider .slick-arrow.slick-prev{
    background-image: url('../images/icons/circle-chevron-left.svg');
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#phase-slider .slick-arrow.slick-disabled{
    opacity: 0.5;
}
#phase-slider .slick-arrow.slick-next{
    background-image: url('../images/icons/circle-chevron-right.svg');
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 1600px){
    #phase-slider .slick-arrow.slick-prev{
        right: calc(50% + 720px);
        left: auto;
    }
    #phase-slider .slick-arrow.slick-next{
        left: calc(50% + 720px);
        right: auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px){
    #phase-slider .slick-slide > .gb-container > .gb-container{
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* -------------------*/
/*ANIMATION*/
/*--------------------*/
[data-scroll] {
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1)
}
.fade-in, .ease-right, .ease-left, .ease-btm, .ease-top {
    opacity: 0;
}
.fade-in[data-scroll="in"], .ease-right[data-scroll="in"], .ease-left[data-scroll="in"], .ease-btm[data-scroll="in"], .ease-top[data-scroll="in"] {
    opacity: 1;
}
.fade-in {
    transition-duration: 1s;
}
[class*="ease-"][data-scroll="in"] {
    transform: none;
}
.ease-right {
    transform: translateX(100px);
}
.ease-left {
    transform: translateX(-100px);
}
.ease-top {
    transform: translateY(-100px);
}
.ease-btm {
    transform: translateY(100px);
}
.fade-in[data-scroll="in"].ease-delay-100 {
    transition-delay: 200ms;
}
.fade-in[data-scroll="in"].ease-delay-200 {
    transition-delay: 400ms;
}
.fade-in[data-scroll="in"].ease-delay-300 {
    transition-delay: 600ms;
}
.fade-in[data-scroll="in"].ease-delay-400 {
    transition-delay: 800ms;
}
.fade-in[data-scroll="in"].ease-delay-500 {
    transition-delay: 1000ms;
}
