.sticky-top.custom {
    background: #f8ede0 !important;
    border-top-left-radius: var(--rounded-larger) !important;
    border-top-right-radius: var(--rounded-larger) !important;
    border-bottom: 1px solid var(--border-secondary-lighter) !important;
}

.accordion-flush .accordion-item {
    border-bottom: 1px solid var(--border-gray);
}

.accordion-button:not(.collapsed):after,
.accordion-button:after {
    background-image: url(https://cdn.prod.website-files.com/65c370748c3357c24711957b/662cff866563932ba6598cf5_arrow.svg);
    width: 14px !important;
    height: 14px !important;
    background-size: 14px !important;
}

.accordion-button:not(.collapsed):after {
    filter: var(--filter-secondary) !important;
}

.accordion-flush .accordion-button {
    box-shadow: none !important;
    background: none !important;
    color: var(--text-primary) !important;
}

.accordion-flush .accordion-button:not(.collapsed) {
    color: var(--text-secondary) !important;
}

.custom-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-list ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 14px !important;
    margin-bottom: .75rem !important;
}

.custom-list ul li:last-child {
    margin-bottom: 0 !important;
}

.custom-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    filter: var(--filter-secondary);
    background-image: url('/images/icons/change-keywords-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.breadcrumb-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.form-control {
    background: #f8ede0 !important;
    color: #f8ede0;
    border: 0 !important;
    border-radius: 0 !important;
    height: 60px !important;
    border-bottom: 1px solid var(--border-secondary-lighter) !important;
    outline: none !important;
    box-shadow: none !important;
    border-top-left-radius: var(--rounded-larger) !important;
    border-top-right-radius: var(--rounded-larger) !important;
}

.form-control:focus,
.form-control:hover {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-color: var(--border-secondary) !important;
}

textarea.form-control {
    height: 120px !important;
}

.form-check {
    display: flex;
    align-items: center;
}


.form-check-input[type=checkbox]:checked {
    background-color: var(--secondary) !important;
}

.form-check-input[type=checkbox]:focus:after {
    background-color: var(--secondary-lighter)
}

.form-check-input[type=checkbox]:checked:focus:after {
    background-color: transparent !important;
}

.form-check-input[type=checkbox]:checked:after {
    border-color: var(--white) !important;
}

.form-check-input::before {
    box-shadow: none !important;
}

.form-check-input {
    position: relative;
    background: #f8ede0 !important;
    border: 1px solid var(--border-secondary-lighter) !important;
}

.form-check-label {
    padding: 0 !important;
    line-height: 1 !important;
    user-select: none !important;
}

.form-check-input[type=checkbox]:checked:after {
    margin-left: 5px;
    margin-top: 0px;
}

.sticky-top {
    top: calc(var(--margin-top-fixed) + 3rem) !important;
}

.fixed-call {
    position: fixed;
    bottom: 2.5rem;
    right: 4.5rem;
    z-index: 100;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lh-1px {
    line-height: 1px !important;
}

/****** HEADER START ******/
.header {
    transition: var(--transition-all);
    background-color: transparent;
    height: var(--margin-top) !important;
}

.header.fixed {
    box-shadow: var(--box-shadow-bottom);
}

.header.fixed.bg-s-dark {
    background-color: var(--secondary-lighter) !important;
}

/****** HEADER END ******/

/****** HEADER START ******/
.hero {
    height: calc(100svh - var(--margin-top));
}

/****** HEADER END ******/

/****** BUTTON START ******/
.button {
    min-width: fit-content;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--rounded-larger);
    outline: none !important;
    box-shadow: none !important;
}

.button.large {
    width: 230px !important;
    height: 60px !important;
}

.button-primary {
    color: var(--white);
    background-color: var(--primary);
    transition: var(--transition-all);
    border: 0 !important;
}

.button-primary:hover {
    color: var(--white);
    background-color: var(--secondary);
}

.button-secondary {
    color: var(--white);
    background-color: var(--secondary);
    transition: var(--transition-all);
    border: 0 !important;
}

.button-secondary:hover {
    color: var(--white);
    background-color: var(--primary);
}

.button-tertiary {
    color: var(--white);
    background-color: var(--tertiary);
    transition: var(--transition-all);
}

.button-tertiary:hover {
    color: var(--white);
    background-color: var(--secondary);
}

.button-tertiary-outline {
    color: var(--text-tertiary);
    background-color: transparent;
    border: 1px solid var(--border-tertiary);
    transition: var(--transition-all);
}

.button-tertiary-outline:hover {
    color: var(--white);
    background-color: var(--tertiary);
}

/****** BUTTON END ******/


/****** SWIPER START ******/
.swiper-buttons {
    display: flex;
    align-items: center;
}

.swiper-buttons .swiper-button {
    position: static !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: .5rem;
    border: 1px solid var(--primary);
    width: 55px !important;
    height: 55px !important;
}

.swiper-buttons .swiper-button::after,
.swiper-buttons .swiper-button::before {
    display: none !important;
}

/****** SWIPER END ******/


/****** CUSTOM START ******/
.dropdown-toggle:after {
    display: none;
}

/****** CUSTOM END ******/

/****** MEDIA QUERY START ******/
/* MIN WIDTH START */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 850px) {}

@media (min-width: 920px) {}

@media (min-width: 992px) {}

@media (min-width: 1090px) {}

@media (min-width: 1200px) {
    .container.narrow {
        max-width: 1150px;
    }

    .container.narrow.extra {
        max-width: 950px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: unset;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}


@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
        padding: 0 !important;
    }
}

/* MIN WIDTH END */

/* MAX WIDTH START */

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .m-top {
        margin-top: var(--margin-top-mobile);
    }

    .m-top.fixed {
        margin-top: var(--margin-top-mobile-fixed);
    }

    .hero {
        height: calc(100svh - var(--margin-top-mobile));
    }

    .header {
        height: var(--margin-top-mobile) !important;
    }

    .navbar-collapse {
        background: var(--secondary-light);
        position: fixed;
        left: 30%;
        top: 0;
        height: 100% !important;
        width: 70%;
        z-index: 20;
        display: flex;
        align-items: center;
        transform: translateX(0);
        transition: var(--transition-all);
        flex-direction: column;
    }

    .navbar-collapse:not(.show) {
        transform: translateX(100%);
    }

    .navbar-toggler {
        width: 25px !important;
    }

    .navbar-toggler span,
    .navbar-toggler span:before,
    .navbar-toggler span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 1px;
        width: 25px;
        background: var(--text-primary);
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        content: "";
    }

    .navbar-toggler span,
    .navbar-toggler span:before,
    .navbar-toggler span:after,
    .navbar-toggler span,
    .navbar-toggler span:before,
    .navbar-toggler span:after {
        background: var(--text-primary);
    }

    .navbar-toggler span:before {
        top: -8px;
    }

    .navbar-toggler span:after {
        top: 8px;
    }

    .navbar-toggler span,
    .navbar-toggler span:before,
    .navbar-toggler span:after {
        transition: var(--transition-all);
    }

    .navbar-toggler:not(.collapsed) span {
        background-color: transparent !important;
    }

    .navbar-toggler:not(.collapsed) span:before,
    .navbar-toggler:not(.collapsed) span:after {
        top: 0;
    }

    .navbar-toggler:not(.collapsed) span:before {
        transform: rotate(135deg);
    }

    .navbar-toggler:not(.collapsed) span:after {
        transform: rotate(-135deg);
    }

    .icon-3xl {
        width: 60px;
    }

    .fs-5xl-m {
        font-size: 88px;
        line-height: 78px;
    }

    .fs-4xl-m {
        font-size: 65px;
        line-height: 65px;
    }

    .fs-3xl-m {
        font-size: 48px;
        line-height: 57px;
    }

    .fs-xxl-m {
        font-size: 40px;
        line-height: 55px;
    }

    .fs-xl-m {
        font-size: 28px;
        line-height: 34px;
    }

    .fs-lg-m {
        font-size: 24px;
        line-height: 36px;
    }

    .fs-md-m {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .fs-sm-m {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .fs-xxsm-m {
        font-size: 12px;
        line-height: 18px;
    }

    .fs-3xsm-m {
        font-size: 10px;
        line-height: 16px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: var(--font-text-mobile);
    }

    .m-top.fixed {
        margin-top: var(--margin-top-mobile-fixed);
        transition: var(--transition-margin);
    }

    .fs-m.fs-5xl.fs-larger {
        font-size: 40px !important;
        line-height: 47px !important;
    }

    .fs-m.fs-5xl {
        font-size: 34px !important;
        line-height: 41px !important;
    }

    .fs-m.fs-3xl {
        font-size: 30px !important;
        line-height: 37px !important;
    }

    .fs-m.fs-lg {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .fs-m.fs-md {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    .fs-m.fs-md {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    .button.large {
        width: 180px !important;
        height: 50px !important;
    }
}

@media (max-width: 768px) {
    .img-404 {
        height: 17rem !important;
    }
}

@media (max-width: 575px) {
    .row>* {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}



/* MAX WIDTH END */
/****** MEDIA QUERY END ******/
.toast {
    display: flex !important;
    justify-content: space-between;
    align-items: start;
    min-width: fit-content;
}


.toast-success .toast-icon-warning,
.toast-success .toast-close-warning,
.toast-success .toast-para-warning {
    display: none;
}

.toast-warning .toast-icon-success,
.toast-warning .toast-close-success,
.toast-warning .toast-para-success {
    display: none;
}

.toast.show {
    right: 30px !important;
    bottom: 30px !important;
}

.toast .btn-close {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.toast .toast-icon {
    width: 40px;
}

.toast .toast-close {
    width: 12px;
}

@media (max-width: 500px) {
    .toast.show {
        right: calc(1.5rem* 0.75) !important;
        bottom: calc(1.5rem* 0.75) !important;
        max-width: 320px;
        left: unset !important;
    }
}

html {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

html.loaded {
    opacity: 1;
}

.mask {
    display: none !important;
}

.cta {
    background-image: url('/images/icons/change-keywords-background.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.streamline-img {
    pointer-events: none;
    object-fit: cover;
    width: auto;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    height: calc(100svh - var(--margin-top) - 3rem);
    overflow-y: auto;
}

.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 60s linear infinite;
}

.logos-slider-container img {
    width: 200px;
    max-width: 200px;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}