.page-bg {
    position: fixed;
    z-index: -1;
    width: 100vh;
}

.bg-1 {
    top: 0;
    right: 0;
    transform: translate(30vh, -30vh)
}

.bg-2 {
    bottom: 0;
    left: 0;
    transform: translate(-30vh, 30vh)
}

.hero-section {
    padding-top: 60px;
    padding-bottom: 70px;
}

/* .hero-section .left-side {
    row-gap: 40px;
} */

.hero-section .left-side h2.subtitle {
    font-family: 'OpenSans-Bold';
    font-size: 25px;
    color: #8247FF;
    margin-top: 40px;
}

.hero-section .left-side p {
    margin-top: 20px;
}

.hero-section .left-side .hero-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hero-section .dl-button {
    width: fit-content;
}

.hero-animation {
    position: relative;
    height: 100%;
}

.hero-animation img {
    width: auto;
    position: absolute;
    pointer-events: none;
}

.hero-animation img.hero-text-1 {
    transform: scale(0.10) translateX(-50%);
    top: calc(-1% + 10px);
    left: calc(50% + 30px);
    width: 50%;
}

.hero-animation img.hero-text-1 #clip-path {
    display: none;
}

.hero-animation img.hero-text-2 {
    top: 46%;
    left: 50%;
    transform: scale(0.10) translateY(-50%) translateX(-50%);
    width: 30%;
}

.hero-animation img.hero-text-3 {
    top: 50%;
    left: 0;
    transform: scale(0.10) translateY(-50%);
    width: calc(35% + 50px);
    z-index: -1;
}

.hero-animation img.hero-text-4 {
    right: 0;
    top: 50%;
    transform: scale(0.10) translateY(-50%);
    width: 30%;
}

.hero-animation img.hero-text-5 {
    top: 60%;
    left: 52%;
    transform: scale(0.10) translateX(-50%);
    width: 30%;
    height: auto;
}

.hero-text-1,
.hero-text-2,
.hero-text-3,
.hero-text-4,
.hero-text-5 {
    transition: all 400ms ease;
    opacity: 0;
}

.hero-text-1.active,
.hero-text-2.active,
.hero-text-3.active,
.hero-text-4.active,
.hero-text-5.active {
    opacity: 1;
}

.hero-animation img.hero-text-1.active {
    transform: scale(1) translateX(-50%);
}

.hero-animation img.hero-text-2.active {
    transform: scale(1) translateY(-50%) translateX(-50%);
}

.hero-animation img.hero-text-3.active {
    transform: scale(1) translateY(-50%);
}

.hero-animation img.hero-text-4.active {
    transform: scale(1) translateY(-50%);
}

.hero-animation img.hero-text-5.active {
    transform: scale(1) translateX(-50%);
}

.hero-desc.mobile {
    font-size: 18px;
    text-align: center;
    line-height: inherit;
}

.trusted-partners {
    column-gap: 20px;
    padding-bottom: 30px;
}

.trusted-partners .trusted-desc {
    width: 100%;
    max-width: 260px;
}

.partners-button {
    border: 2px solid #8247FF;
    background-color: transparent;
    color: #8247FF !important;
    margin-left: 30px;
}

.partners-button:hover {
    color: #fff !important;
    background-color: #8247FF;
}

.how-section {
    position: relative;
}

.how-section .how-top {
    row-gap: 15px;
    margin-top: 40px;
}

.how-section .process-tabs {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    position: relative;
}

.how-section .process-tabs a {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}

.how-section .process-tabs .background {
    position: absolute;
    background-color: #E8E9E9;
    border-radius: 20px;
    left: 10px;
    top: 10px;
    height: calc(100% - 20px);
    transition: all 300ms ease;
}

/* .how-section .process-tabs a.active {
    background-color: #E8E9E9;
} */

.how-section .demand-process {
    row-gap: 50px;
}

.how-section .demand-steps {
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.how-section .demand-steps .step {
    row-gap: 10px;
    width: calc(33% - 20px);
}

.how-section .demand-steps .step h3 {
    text-align: center;
}

.how-section .demand-steps .step img {
    width: 100%;
    max-width: 300px;
}

.how-section .demand-steps .step p {
    text-align: center;
}

.how-section .demand-process h5 {
    text-align: center;
    font-size: 25px;
}

/* .how-section .competitors-process {
    display: none;
} */

.how-section .comparison-wrapper {
    overflow: auto;
}

.how-section .comparison-table {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #1F2933;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    min-width: 1000px;
}

.how-section .comparison-table th:not(:last-child),
.how-section .comparison-table td:not(:last-child) {
    border-right: 2px solid #707070;
}

.how-section .comparison-table th,
.how-section .comparison-table td {
    padding: 10px;
}

.how-section .comparison-table th {
    font-size: 30px;
    color: #ffffff;
    background-color: #1F2933;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    vertical-align: top;
}

.how-section .comparison-table tr td:first-child {
    font-size: 20px;
    color: #1F2933;
    background-color: #FFFFFF;
    font-family: 'Montserrat-Bold';
    text-align: center;
}

.how-section .comparison-table td:not(:first-child) {
    background-color: #F4F7FA;
}

.how-section .comparison-table td:not(:first-child) p {
    margin: 0;
    font-size: 20px;
    color: #1F2933;
}

.how-section .comparison-table>thead>tr>th,
.how-section .comparison-table>tbody>tr:not(:last-child)>th,
.how-section .comparison-table>tbody>tr:not(:last-child)>td,
.how-section .comparison-table>tr:not(:last-child)>td,
.how-section .comparison-table>tbody:not(:last-child) {
    border-bottom: 2px solid #707070;
}

.how-section .comparison-table img {
    width: 35px;
    height: auto;
}

.how-section .competitors-process ul {
    margin-top: 40px;
}

.how-section .competitors-process li {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    color: #1F2933;
    margin-top: 20px;
}

.how-section .competitors-process span {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
}

.how-section .competitors-process li b {
    font-family: 'Montserrat-Bold';
}

.how-section .competitors-process img {
    max-width: 100%;
}

.how-section h5 .dl-link {
    font-size: 25px;
}

.how-section svg * {
    transition: all 300ms ease;
}

.how-section .swiper-slide h2 {
    position: relative;
    width: fit-content;
}

.how-section .swiper-slide:first-child .left-side svg {
    position: absolute;
    left: 8px;
    bottom: -5px;
}

.how-section .swiper-slide:nth-child(2) .right-side svg {
    position: absolute;
    right: 50px;
    top: 50px;
}

.how-section .swiper-slide:last-child .left-side svg {
    position: absolute;
    right: 8px;
    bottom: -15px;
    width: 175px;
}

.how-section .how-hexagon {
    margin-bottom: 100px;
    column-gap: 20px;
}

.how-section .how-hexagon svg {
    width: 100%;
    height: 100%;
}

/* .how-section .how-title h3, */
.how-section .how-title h2 {
    text-align: center;
    margin-top: 30px;
}

.how-section .how-title {
    position: sticky;
    top: 100px;
    margin-bottom: 40px;
}

.how-section .who-swiper h2 {
    font-family: 'Yamosty';
    font-size: 100px;
    margin: 10px 0;
}

.how-section .who-swiper {
    position: sticky;
    top: 0;
    /* padding-top: var(--header-height); */
}

.how-section .who-swiper .swiper-slide {
    border-radius: 30px;
    padding: 40px;
    background-color: #C9D8FF;
    position: sticky;
    top: calc(var(--header-height) + 140px);
    transform: scale(0.8);
    transition: all 500ms ease;
    margin-top: 300px;
}

.how-section .who-swiper .swiper-slide:first-child {
    background-color: #DDD1F1;
    margin-top: 0;
    transform: scale(0.8) translate(0, -50%);
}

.how-section .who-swiper .swiper-slide:last-child {
    background-color: #DBCAC1;
    transform: scale(0.8) translate(0, calc(-50% + 40px));
}

.how-section .who-swiper .swiper-slide>.flex {
    column-gap: 20px;
    margin-left: 75px;
}

.how-section .who-swiper .left-side {
    row-gap: 20px;
    padding: 40px 0;
}

.how-section .who-swiper img {
    width: 100%;
}

.how-section .who-swiper .swiper-slide:first-child img {
    position: relative;
    top: -40px;
}

.how-section .who-swiper p strong {
    font-family: 'OpenSans-BoldItalic';
}

.how-section .who-swiper .swiper-slide {
    column-gap: 30px;
}

.how-section .who-swiper .who-pagination {
    margin: auto;
    position: sticky;
    height: 0;
    left: 0;
    top: 50vh;
    transform: translateX(calc(-50% + 50px)) translateY(-50%);
    z-index: 99;
}

.how-section .who-page-number {
    opacity: 0.3;
}

.how-section .who-page-number.active {
    opacity: 1;
}

.how-section .how-card {
    border-radius: 30px;
    background: #F4F7FA;
    box-shadow: 3px 3px 20px 0px rgba(31, 41, 51, 0.50);
    overflow: hidden;
}

.how-section .how-card .top-part {
    background-color: #8247FF;
    padding: 40px 40px 30px;
}

.how-section .how-card .how-card-title {
    color: #fff;
    text-align: center;
    font-family: 'Yamosty';
    font-size: 96px;
}

.how-section .how-card .bottom-part .how-card-subtitle {
    font-size: 30px;
    font-family: 'OpenSans-SemiBold';
    margin-bottom: 20px;
    color: #1F2933;
}

.how-section .how-card .bottom-part {
    padding: 30px;
}

.reviews-section {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.reviews-section .reviewer-position {
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: #8A9097;
}

.section-title {
    padding-left: 0;
    padding-right: 60px;
    padding-bottom: 40px;
}

.reviews-section .reviews {
    position: relative;
    padding: 30px;
}

.swiper-button-next {
    width: 41px;
    height: 41px;
    right: 0;
    transform: translateX(-10px);
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next svg {
    width: 41px;
    height: 41px;
}

.reviews-section .review {
    border-radius: 20px;
    row-gap: 10px;
    box-shadow: 10px 8px 17px -1px #a1a1a1;
    -webkit-box-shadow: 10px 8px 17px -1px #a1a1a1;
    -moz-box-shadow: 10px 8px 17px -1px #a1a1a1;
    background-color: #F4F7FA;
    width: 30%;
}

.reviews-section .review-date {
    margin-top: 20px;
}

.reviews-section .review img {
    height: 50px;
}

.reviews-section .details {
    column-gap: 20px;
}

.plans-section .plans {
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap-reverse;
}

.plans-section h3,
.plans-section h2 {
    text-align: left;
}

.plans-section .plans h3,
.plans-section .plans h2,
.plans-section .plans .dl-h3,
.plans-section .plans .dl-h2 {
    text-align: center;
}

.plans-section .payment-details h3 {
    position: absolute;
    left: -30px;
    top: -10px;
}

.plans-section .pricing {
    position: relative;
    width: fit-content;
    margin: 30px auto 0;
}

.plans-section .payment-reminder .payment-header {
    background-color: #E0E3E5;
}

.plans-section .payment-header {
    border-radius: 20px 20px 0 0;
}

.plans-section .payment-reminder {
    width: 35%;
    border-radius: 20px;
    row-gap: 10px;
    box-shadow: 10px 8px 17px -1px #a1a1a1;
    -webkit-box-shadow: 10px 8px 17px -1px #a1a1a1;
    -moz-box-shadow: 10px 8px 17px -1px #a1a1a1;
    padding: 10px 10px 40px;
    background-color: #F4F7FA;
}

.plans-section .dol-plan {
    width: 60%;
    border-radius: 20px;
    row-gap: 10px;
    box-shadow: 10px 8px 17px -1px #a1a1a1;
    -webkit-box-shadow: 10px 8px 17px -1px #a1a1a1;
    -moz-box-shadow: 10px 8px 17px -1px #a1a1a1;
    padding: 10px 10px 40px;
    background-color: #F4F7FA;
}

.plans-section .dol-plan .payment-header {
    background-image: linear-gradient(to right, #8247FF, #DBCAC1);
}

.plans-section .dol-plan .payment-header * {
    color: #F4F7FA;
}

.plans-section .plan-includes {
    row-gap: 30px;
}

.plans-section .plan-includes p {
    text-align: left;
}

.plans-section p {
    text-align: center;
}

.plans-section .plan-includes .flex {
    column-gap: 20px;
}

.plans-section .payment-details {
    row-gap: 30px;
    height: 100%;
}

.plans-section .payment-details .dl-para {
    text-align: center;
    max-width: 415px;
    margin: auto;
}

.plans-section #dol-more-info {
    background-color: transparent !important;
    color: #6D87CB !important;
    column-gap: 5px;
    border: none;
    cursor: pointer;
    font-family: 'OpenSans-SemiBold';
}

.plans-section .plan-includes>.flex {
    padding: 0 40px;
}

.plans-section .dl-button {
    border: 2px solid #1F2933;
    background-color: transparent;
    color: #1F2933 !important;
    text-align: center;
    margin-top: 40px;
    transition: all 500ms ease;
}

.plans-section .dl-button:hover {
    border-color: #F2E8FF;
    background-color: #F2E8FF;
    color: #8247FF !important;
}

.plans-section .range-adjuster {
    position: relative;
    margin: 30px 50px 0;
}

.plans-section .progressbar {
    border: 1px solid #4B90E2;
    border-radius: 30px;
    position: relative;
    height: 30px;
    width: 100%;
}

.plans-section #slider {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.plans-section .colored-bar,
#slider .ui-widget-header {
    background-image: linear-gradient(to right, #8247FF, #DBCAC1);
    width: 0;
    height: 24px;
    width: 0%;
    border-radius: 24px 0 0 24px;
    position: absolute;
    top: 50%;
    left: 2px !important;
    transform: translateY(-50%);
    transition: all 300ms ease;
}

#slider>span:nth-child(2) {
    /* display: none; */
}

#slider .ui-slider-handle {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    border: 2px solid white;
    box-shadow: 0px 0px 50px -6px #8248FF;
    -webkit-box-shadow: 0px 0px 50px -6px #8248FF;
    background-color: #8247FF !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 300ms ease;
    cursor: pointer;
    outline: none !important;
}

.plans-section .range {
    position: absolute;
    font-family: 'Montserrat-Bold';
    color: #BFC3C8;
    font-size: 18px;
    border-radius: 5px;
    transition: all 300ms ease;
    padding: 0 5px;
    white-space: nowrap;
    cursor: pointer;
}

.plans-section .range.active {
    background-color: black;
    color: #F4F7FA;
}

.plans-section .range-1 {
    left: 0;
    bottom: -10px;
    transform: translate(-30%, 100%);
}

.plans-section .range-2 {
    left: 20%;
    top: -10px;
    transform: translate(-50%, -100%);
}

.plans-section .range-3 {
    left: 40%;
    bottom: -10px;
    transform: translate(-50%, 100%);
}

.plans-section .range-4 {
    left: 60%;
    top: -10px;
    transform: translate(-50%, -100%);
}

.plans-section .range-5 {
    left: 80%;
    bottom: -10px;
    transform: translate(-50%, 100%);
}

.plans-section .range-6 {
    left: 100%;
    top: -10px;
    transform: translate(-80%, -100%);
}

.plans-section .circle {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    display: none;
}

.plans-section .circle label {
    border: 1px solid #BEBCCE;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin: 0;
    position: relative;
    top: -2px;
    transition: all 300ms ease;
}

.plans-section .circle.active label {
    border: transparent;
}

.plans-section .circle-1 {
    left: 20px;
}

.plans-section .circle-2 {
    left: 20%;
}

.plans-section .circle-3 {
    left: 40%;
}

.plans-section .circle-4 {
    left: 60%;
}

.plans-section .circle-5 {
    left: 80%;
}

.plans-section .circle-6 {
    left: calc(100% - 20px);
}

.faq-section>h2 {
    margin-top: 80px;
    margin-bottom: 20px;
}

.faq-section .faq-container {
    column-gap: 40px;
    row-gap: 20px;
}

.faq-section .faq-tabs {
    background-color: #C9D8FF;
    padding: 40px;
    border-radius: 20px;
    width: 480px;
    max-width: 50%;
    height: fit-content;
}

.faq-section .faq-tab {
    background-color: transparent;
    padding: 15px;
    border-radius: 10px;
    column-gap: 10px;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    transition: all 500ms ease;
}

.faq-section .faq-tab.active {
    background-color: #F4F7FA;
}

.faq-section .faq-tabs a {
    color: #1F2933 !important;
}

.faq-section .faq-wrapper {
    display: none;
    width: calc(100% - 600px);
    min-width: 50%;
}

.faq-section .faq-wrapper.active {
    display: block;
}

.faq-section .faq-question {
    padding: 20px 0 10px;
    border-bottom: 1px solid #707070;
    column-gap: 15px;
}

.faq-section .faq-question:nth-child(n + 4) {
    display: none;
}

.faq-section .faq-question>.flex {
    cursor: pointer;
}

.faq-section .faq-answer {
    display: none;
    padding-top: 10px;
}

.faq-section .faq-question .accordion-arrow {
    transition: all 500ms ease;
}

.faq-section .faq-question.active .accordion-arrow {
    transform: rotate(180deg);
}

.faq-section .see-more {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #8247FF !important;
    width: fit-content;
    padding: 20px 0 5px;
    position: relative;
}

.faq-section .see-more::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background-color: #8247FF;
    bottom: 0;
    left: 0;
    transition: 200ms ease;
}

.faq-section .see-more:hover::after {
    width: 100%;
}

.contact-section .contact-wrapper {
    row-gap: 15px;
}

.contact-section .contact-form p {
    font-family: 'Montserrat-Regular';
    font-size: 40px;
    color: #1F2933;
    line-height: 2;
}

.contact-section .submit-contact {
    background-color: #1F2933;
    border: 2px solid #1F2933;
    color: #F4F7FA !important;
    margin-top: 30px;
}

.contact-section .submit-contact:hover {
    background-color: transparent;
    color: #1F2933 !important;
}

.contact-section .social-links {
    column-gap: 10px;
}

.contact-section .contact-details {
    row-gap: 10px;
}

.contact-section .contact-form input,
.contact-section .contact-form select {
    border: none;
    border-bottom: 1px solid #1F2933;
    background-color: transparent;
    outline: none !important;
    color: #1F2933;
    font-family: 'OpenSans-SemiBold';
    font-size: 20px;
}

.contact-section .contact-form input::placeholder {
    font-family: 'OpenSans-SemiBold';
    font-size: 20px;
    color: #BEBCCE;
    text-align: center;
}

.contact-section .contact-form .checkbox-container {
    margin-top: 15px;
    position: relative;
}

.contact-section .contact-form .checkbox-container input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-section .checkbox-container label {
    font-family: 'OpenSans-Light';
    font-size: 20px;
    color: #1F2933;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.contact-section .checkbox-container label::before {
    content: '';
    border: 1px solid #1F2933;
    border-radius: 5px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
}

.contact-section .checkbox-container input:checked~label::before {
    content: '\2713';
    font-size: 13px;
    text-align: center;
    color: #1F2933;
}

.contact-section #no-physical-location {
    cursor: pointer;
}

.contact-section #no-physical-location:hover {
    color: #8247FF;
}

.tippy-popper {
    width: 100%;
    max-width: 650px !important;
}

.tippy-tooltip {
    max-width: 650px !important;
}

.modal {
    backdrop-filter: blur(10px);
}

.modal-content {
    width: 90vw;
    max-width: 600px;
    border-radius: 19px;
    padding: 50px;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.6);
}

.modal ul {
    padding-left: 15px;
}

.modal p,
.modal li {
    margin-bottom: 5px;
    font-family: 'Montserrat-Bold';
}

.modal p.blue {
    color: #6D87CB;
}

.modal p.disclaimer {
    font-family: 'OpenSans-SemiBold';
    opacity: 0.7;
}

.modal .dl-h5 {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    color: #6D87CB;
    margin-bottom: 20px;
}

.modal .close-modal {
    border: 2px solid #1F2933;
    background-color: transparent;
    color: #1F2933 !important;
    text-align: center;
    margin-top: 40px;
    transition: all 500ms ease;
    width: fit-content;
    margin-left: auto;
    padding: 15px 30px;
}

.modal .close-modal:hover {
    background-color: #1F2933;
    color: #F4F7FA !important;
}

#dol-info-modal {
    padding: var(--padding);
}

#dol-info-modal .modal-dialog {
    width: 805px;
    max-width: 100%;
}

#dol-info-modal .modal-content {
    width: 100%;
    max-width: 100%;
    border: 5px solid #C9D8FF;
}

#dol-demo-modal {
    width: 100vw;
    height: 100vh;
    background: rgba(31, 41, 51, 0.70);
    backdrop-filter: blur(15px);
    z-index: 999999;
}

#dol-demo-modal .modal-dialog {
    max-width: unset;
}

#dol-demo-modal .modal-content {
    width: fit-content;
    max-width: 100%;
    background-color: transparent;
    padding: 70px;
    border: none;
}

#dol-demo-modal video {
    border-radius: 20px;
    max-height: 100%;
}

#dol-demo-modal .close-video {
    position: absolute;
    top: var(--padding);
    right: var(--padding);
    cursor: pointer;
}

.animation-element {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animation-element.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 1080px) {
    .hero-section {
        flex-direction: column;
    }

    .hero-animation {
        height: 90vw;
        margin-top: 30px;
    }

    .hero-section .left-side .hero-buttons {
        width: 50%;
        column-gap: 10px;
    }

    .hero-section .left-side .hero-buttons a:first-child {
        cursor: pointer;
        height: fit-content;
        padding: 10px;
        border-radius: 24px;
    }

    .hero-section .left-side .hero-buttons img {
        height: 47px;
    }

    .how-section .demand-steps .step img {
        max-width: 150px;
    }

    .how-section .demand-steps .step h2 {
        font-size: 12px;
    }

    .how-section .competitors-process li {
        font-size: 14px;
    }

    .how-section .competitors-process span {
        font-size: 14px;
    }


    .reviews-section .reviews .review {
        width: 100%;
    }

    .how-section .process-tabs svg {
        width: 100%;
        height: 14px;
    }

    .how-section .demand-process h5 {
        font-size: 12px;
    }

    .how-section h5 .dl-link {
        font-size: 12px;
    }

    .how-section .how-title {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: static;
    }

    .how-section .how-title h3,
    .how-section .how-title h4 {
        margin-top: 10px;
    }

    .how-section .how-dropdown.mobile {
        row-gap: 20px;
        display: flex;
    }

    .how-section .how-dropdown .dropdown-arrow {
        transition: all 300ms ease;
    }

    .how-section .how-dropdown .dropdown-item.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    .how-section .how-dropdown .dropdown-item {
        border-radius: 10px;
        background: rgba(31, 41, 51, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(31, 41, 51, 0.15);
        padding: 15px;
    }

    .how-section .how-dropdown .dropdown-item:nth-of-type(2) {
        background: rgba(31, 41, 51, 0.10);
    }

    .how-section .how-dropdown .dropdown-item:last-of-type {
        background: rgba(31, 41, 51, 0.05);
    }

    .how-section .how-dropdown .dropdown-content {
        display: none;
    }

    .how-section .how-dropdown .dropdown-desc {
        color: rgba(31, 41, 51, 0.75);
        font-family: "OpenSans-SemiBold";
        white-space: normal;
        font-size: 12px;
    }

    .how-section .how-dropdown .dropdown-subtitle {
        color: rgba(31, 41, 51, 0.75);
        font-family: "OpenSans-SemiBoldItalic";
        font-size: 12px;
        margin: 10px 0;
    }

    .how-section .who-swiper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .who-swiper .swiper-slide {
        padding: 0;
        overflow: hidden !important;
    }

    .how-swiper .swiper-slide .left-side,
    .how-swiper .swiper-slide .right-side {
        padding: 30px;
    }

    .who-swiper .right-side:not(.who-swiper .swiper-slide:nth-child(2) .right-side) {
        display: none;
    }

    .how-section .who-swiper .swiper-slide>.flex {
        margin-left: 0;
    }

    .how-section .who-swiper h2 {
        font-size: 30px;
    }

    .how-section .who-swiper p {
        font-size: 14px;
    }

    .who-swiper .swiper-slide:nth-child(2) .right-side {
        margin-left: 0;
    }

    .who-swiper .swiper-slide:nth-child(2) .left-side {
        display: none;
    }

    .who-swiper img.mobile {
        position: absolute !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
        opacity: 0.15;
        filter: grayscale(1);
        left: 0 !important;
        top: 0 !important;
    }

    .how-section .swiper-slide:first-child .left-side svg {
        width: 50px;
    }

    .how-section .swiper-slide:last-child .left-side svg {
        width: 85px;
        right: 0;
    }

    .how-section .who-swiper .swiper-slide {
        transform: none;
        top: calc(var(--header-height) + 60px);
        padding: 40px;
    }

    .how-section .who-swiper .swiper-slide:first-child {
        top: calc(var(--header-height) + 40px);
        transform: none;
    }

    .how-section .who-swiper .swiper-slide:last-child {
        top: calc(var(--header-height) + 80px);
        transform: none;
    }

    .plans-section .payment-reminder,
    .plans-section .dol-plan {
        width: 100%;
    }

    .plans-section .circle-1 {
        left: 10px;
    }

    .plans-section .circle-6 {
        left: calc(100% - 10px);
    }

    .plans-section .range-adjuster {
        padding: 0;
        margin: 30px 25px 0;
    }

    .plans-section .drag-price {
        width: 44px;
        height: 44px;
    }

    .plans-section .range {
        font-size: 13px;
        width: 73px;
        white-space: normal;
    }

    .faq-section .faq-container {
        flex-wrap: wrap;
    }

    .faq-section .faq-wrapper {
        width: 100%;
        margin-top: 15px;
    }

    .faq-section .faq-tabs {
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        display: flex;
        overflow: auto;
        padding: 15px;
        border-radius: 15px;
    }

    .faq-section .faq-tab {
        white-space: nowrap;
    }

    .faq-section .faq-questions {
        padding: 0;
    }

    .section-title {
        padding: 30px;
    }

    .contact-section .contact-form p,
    .contact-section .contact-form input,
    .contact-section .contact-form select {
        font-size: 20px;
    }

    .contact-section .checkbox-container label {
        font-size: 15px;
    }

    .contact-section .contact-form input::placeholder {
        font-size: 15px;
    }

    .contact-section .contact-wrapper>.flex {
        flex-direction: column;
        row-gap: 10px;
    }

    .reviews-section .review {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        padding: var(--padding);
    }

    .hero-section h1 {
        font-size: 40px;
        /* width: 50%; */
    }

    .hero-section .left-side {
        row-gap: 20px;
        /* flex-direction: row; */
    }

    .trusted-partners {
        display: none;
    }

    #dol-demo-modal .modal-content {
        padding: var(--padding);
    }

    #dol-demo-modal .close-video {
        width: 30px;
        height: 30px;
    }


    .how-section .demand-steps .step {
        width: 100%;
    }

    .reviews-section .reviews {
        padding: 20px 60px 20px 20px;
    }

    .swiper-button-next {
        transform: translateX(-40px);
    }

    .contact-section .contact-form p,
    .contact-section .contact-form input,
    .contact-section .contact-form select {
        font-size: 18px;
    }
}