.c-section > .inner,
.flex-col {
    flex-direction: column;
}
.text-bold-italic,
.text-italic {
    font-style: italic;
}
.antialiased,
body {
    -webkit-font-smoothing: antialiased;
}
.overflow-hidden,
.progress-outer {
    overflow: hidden;
}
#overlay,
.v-enter-from,
.v-leave-to {
    opacity: 0;
}
:root {
    --primary: #ffd600;
    --secondary: #82b440;
    --white: #ffffff;
    --black: #000000;
    --gray: #cbd5e0;
    --headlinefont: "DM Sans";
    --montserrat: "Montserrat";
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-grow {
    flex-grow: 9999;
}
.align-center,
.items-center {
    align-items: center;
}
.h-100,
.h-full {
    height: 100%;
}
.max-w-400 {
    max-width: 400px;
}
.text-right {
    text-align: right;
}
.d-grid,
.grid {
    display: grid;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.c-column,
.c-element,
.c-row,
.c-wrapper,
.relative,
.v-spinner .v-moon1 {
    position: relative;
}
#overlay,
.fixed {
    position: fixed;
}
.gap-2 {
    gap: 0.625rem;
}
.mt-20 {
    margin-top: 20px;
}
.mt-8 {
    margin-top: 32px;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mr-10 {
    margin-right: 10px;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.award-image-wrap img,
.dividerContainer,
.progress100,
.w-100,
.w-full {
    width: 100%;
}
.progress50,
.w-50 {
    width: 50%;
}
.w-25 {
    width: 25%;
}
.mw-100 {
    max-width: 100%;
}
.noBorder {
    border: none !important;
}
.iti__flag {
    background-image: url(assets/images/flags.png);
}
#button,
.pointer {
    cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/flags@2x.png);
    }
}
.iti__country {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .hl_wrapper.nav-shrink .hl_wrapper--inner.page-creator,
    body {
        padding-top: 0;
    }
    .hl_page-creator--menu {
        left: 0;
        top: 0;
        z-index: 10;
    }
    .hl_wrapper {
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .hl_wrapper.nav-shrink {
        padding-left: 0 !important;
    }
}
html body .hl_wrapper {
    height: 100vh;
    overflow: hidden;
}
body {
    margin: 0;
}
img {
    border-style: none;
    vertical-align: middle;
}
.bg-fixed {
    z-index: -1;
}
.progress-outer {
    background-color: #f5f5f5;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}
.progress-inner {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    float: left;
    font-size: 14px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transition: width 0.6s;
    width: 0;
}
.progress0 {
    width: 0;
}
.progress10 {
    width: 10%;
}
.progress20 {
    width: 20%;
}
.progress30 {
    width: 30%;
}
.progress40 {
    width: 40%;
}
.progress60 {
    width: 60%;
}
.progress70 {
    width: 70%;
}
.progress80 {
    width: 80%;
}
.progress90 {
    width: 90%;
}
.progressbarOffsetWhite {
    background: #f5f5f5;
}
.progressbarOffsetTransparentWhite {
    background-color: hsla(0, 0%, 100%, 0.5);
}
.progressbarOffsetBlack {
    background: #333;
}
.progressbarOffsetTransparentBlack {
    background-color: hsla(0, 0%, 49%, 0.5);
}
.text-white {
    color: #fff;
}
.text-bold {
    font-weight: 700;
}
.text-bold-italic {
    font-weight: 700;
}
.progressbarSmall {
    font-size: 14px;
    height: 35px;
    line-height: 36px;
}
.progressbarMedium {
    font-size: 19px;
    height: 45px;
    line-height: 45px;
}
.progressbarLarge {
    font-size: 21px;
    height: 65px;
    line-height: 65px;
}
.recaptcha-container {
    margin-bottom: 1em;
}
.recaptcha-container p {
    color: red;
    margin-top: 1em;
}
.button-recaptcha-container div:first-child,
.popupcontent {
    height: auto !important;
    width: 100% !important;
}
.card-el-error-msg {
    align-items: center;
    color: #e25950;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    padding: 10px 0;
    text-align: center;
}
.card-el-error-msg svg {
    color: #f87171;
    margin-right: 2px;
}
.hl-faq-child-heading {
    border: none;
    cursor: pointer;
    justify-content: space-between;
    outline: 0;
    padding: 15px;
    width: 100%;
}
.hl-faq-child-head,
.hl-faq-child-heading {
    align-items: center;
    display: flex;
}
.v-enter-active,
.v-leave-active {
    transition: opacity 0.2s ease-out;
}
.faq-separated-child {
    margin-bottom: 10px;
}
.hl-faq-child-panel img {
    border-radius: 15px;
    cursor: pointer;
}
.hl-faq-child-heading-icon.left {
    margin-right: 1em;
}
.expand-collapse-all-button {
    background-color: transparent;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    color: #3b82f6;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 1em 0;
    padding: 5px 15px;
}
.hl-faq-child-panel {
    transition: padding 0.2s;
}
.v-spinner .v-moon1,
.v-spinner .v-moon2 {
    animation: 0.6s linear infinite forwards v-moonStretchDelay;
}
.v-spinner .v-moon2 {
    opacity: 0.8;
    position: absolute;
}
.v-spinner .v-moon3 {
    opacity: 0.1;
}
@keyframes v-moonStretchDelay {
    to {
        transform: rotate(1turn);
    }
}
.generic-error-message {
    color: red;
    font-weight: 500;
    margin-top: 0.5rem;
    text-align: center;
}
#faq-overlay {
    background: var(--overlay);
    height: 100vh;
    opacity: 0.8;
    width: 100vw;
}
#faq-overlay,
#faq-popup {
    position: fixed;
    z-index: 1000;
}
#faq-popup {
    background: #fff;
    height: auto;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    top: 50%;
    width: 500px;
}
#popupclose {
    cursor: pointer;
    float: right;
    padding: 10px;
}
.dark {
    background-color: #000;
}
.antialiased {
    -moz-osx-font-smoothing: grayscale;
}
.spotlight {
    background: linear-gradient(45deg, #00dc82, #36e4da 50%, #0047e1);
    bottom: -30vh;
    filter: blur(20vh);
    height: 40vh;
}
.z-10 {
    z-index: 10;
}
.right-0 {
    right: 0;
}
.left-0 {
    left: 0;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.min-h-screen {
    min-height: 100vh;
}
.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.place-content-center {
    place-content: center;
}
.z-20 {
    z-index: 20;
}
.max-w-520px {
    max-width: 520px;
}
.mb-8 {
    margin-bottom: 2rem;
}
.text-8xl {
    font-size: 6rem;
    line-height: 1;
}
.font-medium {
    font-weight: 500;
}
.mb-16 {
    margin-bottom: 4rem;
}
.leading-tight {
    line-height: 1.25;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-light {
    font-weight: 300;
}
@media (min-width: 640px) {
    .sm-text-10xl {
        font-size: 10rem;
        line-height: 1;
    }
    .sm-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm-px-0 {
        padding-left: 0;
        padding-right: 0;
    }
}
.full-center {
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
}
.fill-width {
    background-size: 100% auto !important;
}
.fill-width,
.fill-width-height,
.no-repeat {
    background-repeat: no-repeat !important;
}
.fill-width-height {
    background-size: 100% 100% !important;
}
.repeat-x {
    background-repeat: repeat-x !important;
}
.repeat-y {
    background-repeat: repeat-y !important;
}
.repeat-x-fix-top {
    background-position: top !important;
    background-repeat: repeat-x !important;
}
.repeat-x-fix-bottom {
    background-position: bottom !important;
    background-repeat: repeat-x !important;
}
#overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    right: 0;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
}
#overlay.show {
    opacity: 1;
}
.popup-body {
    background-color: #fff;
    height: auto;
    left: 50%;
    min-height: 180px;
    position: absolute;
    top: 10%;
    transform: translate(-50%, -100vh);
    transition: transform 0.25s ease-in-out;
    z-index: 20;
}
.popup-body.show {
    transform: translate(-50%);
}
.closeLPModal {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 21;
}
.settingsPModal {
    font-size: 18px;
    left: 40%;
    padding: 10px;
    position: absolute;
    top: -40px;
    width: 32px;
}
.c-section > .inner {
    display: flex;
    justify-content: center;
    margin: auto;
    z-index: 2;
}
.c-row > .inner {
    display: flex;
    width: 100%;
}
.c-column > .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: inherit;
    width: 100% !important;
}
.previewer {
    --vw: 100vh/100;
    height: calc(100vh - 170px);
    margin: auto;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
.c-column {
    flex: 1;
}
p + p {
    margin-top: auto;
}
.hl_page-creator--row.active {
    border-color: #188bf6;
}
.flip-list-move {
    transition: transform 0.5s;
}
.page-wrapper .sortable-ghost:before {
    background: #188bf6 !important;
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.header-section,
.result-section {
    background-color: var(--secondary);
}
.page-wrapper .sortable-ghost {
    border: none !important;
    position: relative;
}
.active-drop-area:before {
    color: grey;
    content: "";
    font-size: 12px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.active-drop-area {
    border: 1px dashed grey;
}
.active-drop-area.is-empty {
    min-height: 60px;
}
.empty-component {
    align-items: center;
    border: 1px dashed #d7dde9;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.empty-component,
.empty-component-min-height {
    min-height: 100px;
    pointer-events: none;
}
.font-semibold {
    font-weight: 600;
}
.text-2xl {
    font-size: 1.5rem;
}
.text-sm {
    font-size: 0.875rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.justify-between {
    justify-content: space-between;
}
.text-lg {
    font-size: 1.125rem;
}
.font-base {
    font-weight: 400;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center !important;
}
.text-center {
    text-align: center;
}
.centered {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.mx-auto {
    margin: 0 auto;
}
.figure span:hover .video-play-btn {
    background: red;
}
.my-bottom-head h1 {
    margin-bottom: 30px;
}




.header-section {
    padding: 20px 0;
    border-color: var(--secondary);
}
.banner-section .banner-content,
.header-section .header-content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.header-section .header-content p {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-family: "DM Sans";
    line-height: 1.3em;
}
.banner-section {
    padding: 30px 0;
}
.banner-section .banner-content .image-wrap {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.banner-section .banner-content .image-wrap img,
.call-section .inner-row .call-image img,
.clutch-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section .content-wrap {
    margin-top: 20px;
    text-align: center;
}
.banner-section .content-wrap h1 {
    font-size: 45px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: #000;
    margin-bottom: 20px;
}
.banner-section .content-wrap P {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--headlinefont);
    margin-bottom: 40px;
}
.banner-section .content-wrap .book-btn {
    font-family: var(--headlinefont);
    background-color: var(--secondary);
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}
.banner-section .content-wrap .book-btn h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-block;
}
.banner-section .content-wrap .book-btn h6 {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    opacity: 0.8;
    text-align: center;
}
.call-section,
.case-study-three-section {
    padding: 50px 0;
}
.call-section .inner-row {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.call-section .inner-row .col-lg-6 {
    padding: 0 5px;
}
.call-section .inner-row .call-image {
    width: 100%;
    display: block;
    padding: 10px;
}
.call-section .inner-row .call-content h2 {
    font-size: 23px;
    font-weight: 400;
    font-family: var(--headlinefont);
    color: #000;
    margin-bottom: 20px;
}
.call-section .inner-row .call-content ul {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 25px 0 0;
}
.call-section .inner-row .call-content ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--headlinefont);
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    overflow-wrap: anywhere;
}
.call-section .inner-row .call-content ul li:last-child {
    margin-bottom: 0;
}
.call-section .inner-row .call-content ul li i {
    color: var(--secondary);
}
.award-sec {
    padding: 50px 70px;
}
.js-award-image .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eddd53;
    transition: 0.3s ease-in-out;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}
.js-award-image::after,
.js-award-image::before {
    content: "";
    width: 200px;
    top: 0;
    position: absolute;
}
.js-award-image .slick-arrow:hover {
    background-color: #fff;
}
.js-award-image .slick-prev {
    left: 30px;
}
.js-award-image .slick-next {
    right: 30px;
}
.js-award-image .slick-prev::before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 15px;
}
.js-award-image .slick-next::after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 15px;
}
.js-award-image .slick-list {
    margin: 0 -20px;
}
.award-image-wrap {
    padding: 0 20px;
}
.js-award-image {
    position: relative;
    overflow: hidden;
}
.js-award-image::after {
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(237, 221, 83, 0) 100%);
    z-index: 1;
}
.js-award-image::before {
    right: 0;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
.award-image-wrap-inner {
    position: relative;
    padding: 45% 0 0;
    z-index: 1;
}
.award-image-wrap-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
ul.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.js-award-image ul li {
    margin: 0 4px;
    height: auto;
}
.js-award-image ul li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    transform: scale(0.5);
    padding: 0;
    opacity: 0.5;
}
.js-award-image ul li.slick-active button {
    transform: scale(1);
    opacity: 1;
}
.calendly-inline-widget {
    height: 810px !important;
}

.result-section {
    padding: 50px 0;
}
.result-section .result-content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.result-section .result-content h2 {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
}
.result-section .result-content .white-btn,
.white-btn {
    background-color: #fff !important;
    color: var(--black);
    padding: 25px 60px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}
.book-btn,
.case-study-three-section .case-study-inner .book-btn {
    font-family: var(--headlinefont);
    background-color: var(--secondary);
    padding: 25px 60px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}
.result-section .result-content .white-btn h5 {
    font-family: var(--headlinefont);
    font-weight: 700;
}
.case-study-three-section .case-study-inner {
    max-width: 1170px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 2;
}
.case-study-three-section .case-study-inner .col-lg-7 {
    width: 54.4%;
}
.case-study-three-section .case-study-inner .col-lg-5 {
    width: 45.6%;
}
.case-study-three-section .case-study-inner .content-wrap {
    font-family: var(--headlinefont);
}
.case-study-three-section .case-study-inner .content-wrap h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #5b5b5b;
    line-height: 1.3;
    margin-bottom: 20px;
}
.case-study-three-section .case-study-inner .content-wrap h2 {
    font-size: 45px;
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
    margin-bottom: 20px;
}
.case-study-three-section .case-study-inner .content-wrap h3 {
    font-size: 22px;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.case-study-three-section .case-study-inner .content-wrap p {
    font-size: 20px;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 1.5;
    margin-bottom: 30px;
}
.case-study-three-section .case-study-inner .content-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.case-study-three-section .case-study-inner .content-wrap li {
    font-size: 20px;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 1.5;
    padding: 0;
    list-style: disc;
    margin: 0 0 10px 20px;
}
.case-study-three-section .case-study-inner .book-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.case-study-three-section .case-study-inner .book-btn h5 {
    font-size: 22px;
    font-weight: 600;
}
.book-btn {
    color: #fff;
}
.book-btn h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.white-btn h5{
    color: #000;
}

.clutch-section {
    padding: 25px 0;
    background: linear-gradient(135deg, #87ceeb, #6a5acd, #1e90ff)
}

.clutch-section .row {
    justify-content: center;
    align-items: center;
    gap: 30px
}

.clutch-section .content-wrap h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5
}


/* Why Us Section Start */
.why-us-section .result-content ul{
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 0 0 1.5em;
    text-align: left;
    color: #fff;
}
.why-us-section .result-content ul li {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--headlinefont);
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.why-us-section .result-content ul li:last-child {
    margin-bottom: 0;
}
.why-us-section .result-content ul li i {
    color: var(--white);
}
/* Why Us Section End */