/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* Custom Fonts */
@font-face {
    font-family: "Satoshi-Variable";
    src: url("../css/fonts/Satoshi-Variable.woff2") format("woff2"),
        url("../css/fonts/Satoshi-Variable.woff") format("woff");
    /* font-weight: 300 900; */
}

#pdfContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

canvas {
    width: 100% !important;
    border: 1px solid #ccc;
}

#controls {
    margin: 10px;
}

:root {
    --theme-color: #F27AA7;
    --blue-color: #4C60FF;
    --body-text-family: "Poppins", sans-serif;
    --heading-font-family: "Satoshi-Variable";
    --body-text: 1rem;
    --large-font: 1.75rem;
    --medium-font: 1.5rem;
    --small-font: 0.75rem;
    --small-font: 0.875rem;
    --xsmall-font: 0.75rem;
    --white-color: #ffffff;
    --black-color: #000000;
    --light-color: #fff4f0;
    --dark-color: #1A1A1A;
    --grey-color: #767676;
    --light-yellow-color: #FAF6E7;
    --gradient-01: linear-gradient(90deg, #DFA5D7 0%, #F27AA7 100%);
    --gradient-02: linear-gradient(90deg, #DEBBF1 0%, #BF82DF 100%);
    --gradient-03: linear-gradient(0deg, #F27AA7 -21.95%, #DFA5D7 119.51%);
    --td: all 0.5s ease-in-out;
    --size-24: 1.5rem;
    --size-32: 2rem;
    --size-40: 2.5rem;
    --size-50: 3.125rem;
    --size-80: 5rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    position: relative;
    width: 100%;
    border: 0;
    font-weight: 400;
    font-family: var(--body-text-family);
    font-size: var(--body-text);
    line-height: 1.625rem;
    color: var(--dark-color);
    background-color: var(--body-color);
}

/** GLOBLE STYLE  **/
/* 
H1 = 70px, 
H2 = 42px,
H3 = 30px,
H4 = 28px,
H5 = 25px,
*/
h1,
.h1 {
    font-size: 3.125rem;
    line-height: 4.188rem;
    font-family: var(--heading-font-family);
    font-weight: 900;
}

h2,
.h2 {
    font-size: 2.625rem;
    line-height: 3.125rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

h2+p {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-family: var(--heading-font-family);
    text-align: center;
    margin-bottom: 1rem;
}

h2+p span,
h2+p a {

    color: var(--blue-color);
    font-weight: 700;
}

h3,
.h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-family: var(--heading-font-family);
}

h4,
.h4 {
    font-size: 1.75rem;
    line-height: 2.45rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
}


h5,
.h5,
.large-text,
.large-text * {
    font-size: 1.5rem;
    line-height: 2.063rem;
    font-weight: 700;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1264px;
    }
}

a:focus,
button:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

b,
strong {
    font-weight: 700;
}

ul,
li {
    margin: 0;
    padding: 0;
}

section,
.section {
    position: relative;
    padding-top: var(--size-80);
}

section.bg-color,
section:has(+footer),
section:has(+.bg-color) {
    padding-bottom: var(--size-80);
}

.mt-40,
.my-40 {
    margin-top: var(--size-40);
}

.mb-40,
.my-40 {
    margin-bottom: var(--size-40);
}

.pt-40,
.py-40 {
    padding-top: var(--size-40);
}

.pb-40,
.py-40 {
    padding-bottom: var(--size-40);
}

.mt-24,
.my-24 {
    margin-top: var(--size-24) !important;
}

.mb-24,
.my-24 {
    margin-bottom: var(--size-24) !important;
}

hr {
    border-color: var(--dark-color);
    opacity: 1;
}

/* CUSTOM CLASS */
.text-theme {
    color: var(--theme-color) !important;
}

.text-blue {
    color: var(--blue-color) !important;
}

.btn,
button,
input[type="button"],
input[type="submit"] {
    position: relative;
    color: var(--black-color);
    font-size: var(--medium-font);
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 60px !important;
    background: var(--gradient-01);
    position: relative;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: var(--dark-color);
    background: var(--gradient-02);
}

.btn-dark {
    background: var(--dark-color);
    color: var(--white-color);
}

.btn-dark:hover {
    color: var(--white-color);
    background: var(--blue-color);
    border-color: var(--blue-color);
}

.larg-btn {
    font-size: 1.5rem;
    padding: 12px 50px;
}

.check-list,
.double-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list,
.double-check-list li,
.double-check-list p,
.double-check-list a {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: .55rem;
}


.double-check-list li::before,
.double-check-list p::before,
.double-check-list a::before {
    content: "";
    position: absolute;
    left: 2px;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/double-check.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    background-color: var(--blue-color);
}

.double-check-list li:last-child,
.double-check-list p:last-child,
.double-check-list a:last-child {
    margin-bottom: 0;
}

.double-check-list li span,
.double-check-list p span,
.double-check-list a span {
    font-weight: 600;
}

/* CUSTOM CLASS END */

/* HEADER */
header .container {
    position: relative;
    height: 50px;
}

.logo {
    text-align: center;
    align-content: center;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

/* HEADER END */

/* HERO SECTION */
.hero-sec {
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
    padding: 6.438rem 0;
    text-align: center;
    overflow: hidden;
}

.hero-sec .badge {
    font-size: 1.875rem;
    font-weight: 500;
    font-family: var(--heading-font-family);
    color: var(--dark-color);
    padding: 0.5rem 2rem;
    background-color: var(--light-color);
    border-radius: 8px;
    margin-bottom: 1rem;
    white-space: normal;
}

.hero-sec h1 {
    /* max-width: 800px;
    margin: 0 auto; */
    margin-bottom: 1rem;
}

.hero-sec p {
    font-size: 1.5rem;
    line-height: 2.063rem;
    font-family: var(--heading-font-family);
    font-weight: 400;
    margin-bottom: 0;
}

.hero-sec .lead {
    font-size: 1.75rem;
    line-height: 2.625rem;
}

.hero-sec .row {
    position: relative;
    padding: 2.5rem 3.813rem;
    background-color: var(--light-color);
    border-radius: 22px;
    margin: 2.5rem auto;
    row-gap: 2.313rem;
}

.hero-sec .h2 {
    font-size: 2.125rem;
    line-height: 115%;
    font-weight: 700;
}

.icon-box {
    position: relative;
    display: flex;
    text-align: left;
}

.icon-box img {
    width: 4.125rem;
    height: 4.125rem;
    object-fit: contain;
}

.icon-box p {
    flex: 1;
    padding-left: 12px;
}

.icon-box p span {
    font-weight: 700;
}

.hero-sec .icon-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 2.5rem 0;
}

.hero-sec .icon-list p {
    position: relative;
    padding-left: 2.25rem;
    text-align: left;
}

.hero-sec .icon-list img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: .3rem;
}

.hero-sec .icon-list p:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
}

.hero-sec .btn-dark {
    font-weight: 500;
    border-radius: 8px !important;
}

.hero-sec .btn-dark span {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

/* END HERO SECTION */

/* AUDIT REPORT SECTION*/
.audit-report-sec h2,
.audit-report-sec h2+p {
    text-align: left;
}

.audit-report-sec .Col:last-child {
    text-align: center;
    padding-top: 12px;
    overflow: hidden;
}

.audit-report-sec .Col img {
    max-width: 430px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.112);
}

.audit-report-sec .carousel {
    position: relative;
    padding-bottom: 3.5rem;
}

.audit-report-sec .carousel-inner {
    overflow: visible;
}

.custom-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.custom-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--black-color);
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 2.5px;
}

.custom-dots li.active {
    opacity: 1;
}

.audit-report-sec .btn-view {
    text-align: center;
    margin-top: var(--size-50);
}

.audit-report-sec .btn-view .btn,
.pdf-btn {
    display: block;
    max-width: 551px;
    margin: 0 auto;
    padding: 0.35rem 1rem;
}

.pdf-btn img {
    width: 33px;
    margin-right: 12px;
}

/* STRAP SECTION */
.strap-sec {
    position: relative;
    background-color: var(--light-color);
}

.strap-sec .content {
    text-align: center;
}

.strap-sec h2,
.strap-sec h3,
.strap-sec-rounded h2,
.strap-sec-rounded h3 {
    text-transform: capitalize;
    margin-bottom: var(--size-32);
}

.strap-sec h3 span,
.strap-sec-rounded h3 span {
    font-weight: 700;
}

.strap-sec p,
.strap-sec-rounded p {
    font-size: 1.5rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0;
}

.strap-sec.dark {
    color: var(--white-color);
    background-color: var(--dark-color);
}

.strap-sec p span,
.strap-sec-rounded p span {
    color: var(--blue-color);
}

.strap-sec-rounded {
    padding: 0;
}

.strap-sec-rounded .content {
    position: relative;
    text-align: center;
    color: var(--white-color);
    background-color: var(--dark-color);
    padding: var(--size-80) 1rem;
    border-radius: 16px;
}

.strap-sec-rounded .content h2,
.strap-sec-rounded .content h3 {
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
}


/* END STRAP SECTION */

/* TIMELINE SECTION */
.our-audit-sec h2+p,
.our-audit-sec h3 {
    max-width: 1070px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.our-audit-sec h3 {
    margin-bottom: 3.25rem;
}

.audit-table {
    border: 1px solid var(--dark-color);
}

@media (min-width:992px) {
    .audit-table {
        margin-top: 3.25rem;
    }
}

.audit-table .head {
    background-color: var(--theme-color);
    border-bottom: 1px solid var(--dark-color);
}

.audit-table .row {
    margin: auto;
    align-items: center;
}


.audit-table .col {
    position: relative;
}

.audit-table .col::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 55%;
    background-color: var(--dark-color);
}

.audit-table .Col {
    padding: 1rem;
}

.audit-table .Col:first-child {
    padding-left: 2rem;
}

.audit-table h5 {
    font-size: var(--medium-font);
    font-family: var(--heading-font-family);
    margin-bottom: 0;
}

.audit-table p {
    margin-bottom: 0;
}

/* OUR AUDIT SECTION END */

/* ABOUT SECTION */
.about-sec h2,
.about-sec h2+p {
    text-align: left;
}

.about-sec .row {
    margin-top: var(--size-40);
}

.about-sec .Col:last-child {
    text-align: right;
}

.about-sec .Col img {
    margin-left: auto;
    padding-right: 1.5rem;
}

.about-sec h3,
.about-sec h3+p {
    margin-bottom: 1rem;
}

.about-sec h3+p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: var(--heading-font-family);
    font-weight: 400;
}

.about-sec ul {
    margin-bottom: 1rem;
}

.scale-sec .content {
    padding: 4rem 6.5rem;
}

.scale-sec ul {
    text-align: left;
}

.scale-sec .content h2 {
    margin-bottom: 1rem;
}

/* END ABOUT SECTION */


/* CLIENT REVIEW SECTION  */
.review-sec h2,
.review-sec h2+p {
    margin-bottom: 32px;
}

.review-sec h2:has(+p) {
    margin-bottom: 1rem;
}

.review-sec .row {
    row-gap: 1rem;
    display: block;
    column-count: 2;
    margin: 0;
}

.review-sec .row .Col {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    break-inside: avoid;
}

.review-card {
    position: relative;
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: var(--small-font);
    break-inside: avoid;
}

.review-card .user-info {
    position: relative;
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}

.review-card .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-card .user-info .content {
    flex: 1;
}

.review-card .user-info h6 {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0;
}

.review-card .user-info h6 span {
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    color: var(--grey-color);
}

.review-card .user-info h6 span::before {
    content: "•";
    font-size: 100%;
    display: inline-block;
    margin: 0 5px;
}

.review-card .tag {
    display: inline-block;
    padding: 0 .65rem;
    border-radius: 5px;
    background-color: #e8e8e8;
    color: #414141;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.review-card .user-info p {
    color: var(--grey-color);
    line-height: normal;
    margin-bottom: 0;
}

.review-card .dropdown {
    margin-left: 20px;
    margin-bottom: auto;
}

.review-card .dropdown .d-btn img {
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 0.5;
}

.review-card .dropdown .d-btn.show img {
    opacity: 1;
}

.review-card .rating {
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--grey-color);
}

.review-card .rating span {
    font-size: 25px;
    color: #c37d16;
    letter-spacing: -3px;
}

.review-card .rating b {
    display: inline-block;
    margin-left: 10px;
}

.review-card p {
    margin-bottom: 0;
    line-height: normal;
}

.review-card p a {
    text-decoration: none;
    color: var(--grey-color);
}

.review-card p a:hover {
    color: var(--theme-color);
}

/* CLIENT REVIEW SECTION END  */
.doted-text,
.doted-text span {
    line-height: normal;
}

.doted-text span:not(:first-child)::before {
    content: "•";
    font-size: 100%;
    display: inline-block;
    margin: 0 5px;
}

.doted-text span:not(:last-child)::after {
    content: ",";
}

.user-info h6 {
    position: relative;
}

.user-info h6.verified::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask-image: url(../images/linkedin-square.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background-color: #c37d16;
    margin-left: 3px;
    transform: translateY(3px);
}

.stories-sec .review-card .user-info h6 {
    margin-bottom: 0.2rem;
}

/* END STORIES SECTION */

/* WORTH AUDIT SECTION */
.worth-audit-sec {
    padding-bottom: var(--size-40);
}

.worth-audit-sec .row {
    row-gap: var(--size-32);
    margin-top: var(--size-50);
}

.worth-audit-card {
    position: relative;
    padding: 2.938rem;
    padding-right: 1rem;
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 8px;
    min-height: 100%;
}

.worth-audit-card img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.worth-audit-card h6 {
    font-size: 3.125rem;
    line-height: normal;
    font-family: var(--heading-font-family);
    font-weight: 900;
    color: var(--theme-color);
    margin-bottom: 0;
}

.worth-audit-card p {
    font-size: 1.5rem;
    font-family: var(--heading-font-family);
    font-weight: 400;
    margin-bottom: 0;
}

/* END WORTH AUDIT SECTION */

/* WHO AUDIT SECTION */
.who-audit-sec strong {
    display: block;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 600;
    margin: var(--size-32) 0;
}

.who-audit-sec .row {
    row-gap: calc(var(--bs-gutter-x) * 1);
    padding: 0 2.875rem;
}

.deliver-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: 100%;
    padding-left: 2rem;
    border-radius: 8px;
    border: 1px solid var(--theme-color)
}

.deliver-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.deliver-card p {
    flex: 1;
    font-size: 1.75rem;
    font-family: var(--heading-font-family);
    line-height: 2.625rem;
    padding-left: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}


/* END WHO AUDIT SECTION */

/* GET ALL AUDIT SECTION */
.strap-sec .bordered {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 1rem;
    border: 1px solid var(--theme-color);
}

.strap-sec .bordered p {
    position: relative;
    margin: 0;
    padding: 1rem;
    font-weight: 400;
}

.strap-sec .bordered p span {
    color: var(--theme-color);
    font-weight: 700;
}

.strap-sec .bordered p:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 29px;
    background-color: var(--theme-color);
}

.get-all-audit strong {
    display: block;
    font-size: 1.875rem;
    font-family: var(--heading-font-family);
    font-weight: 400;
    margin: var(--size-32) 0;
}

.get-all-audit strong span {
    font-weight: 600;
}

.get-all-audit .btn {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

section .strap-sec {
    background-color: transparent;
    padding-top: var(--size-40);
    text-align: center;
}

.mx-1000 {
    width: 100%;
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

/* END GET ALL AUDIT SECTION */
.book-sec .row {
    row-gap: var(--size-40);
    margin-top: var(--size-50);
}

.book-box {
    position: relative;
    border-radius: 6px;
    background-color: #C8DDF8;
    min-height: 100%;
    padding: 1.563rem;
    overflow: hidden;
}

.book-box .badge {
    display: flex;
    width: 226px;
    height: 80px;
    background-color: var(--theme-color);
    border-radius: 0;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: .5rem;
    color: var(--dark-color);
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--heading-font-family);
    position: absolute;
    top: -12px;
    left: -86px;
    transform: rotate(-45deg);
}

.book-box .book-img {
    position: relative;
    text-align: center;
}

.book-box .book-img .book-shadow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
}

.book-box .pdf-icon {
    display: block;
    max-width: 33px;
    height: auto;
    margin-top: -50px;
}

.book-box p {
    font-size: 1.438rem;
    font-family: var(--heading-font-family);
    font-weight: 500;
    line-height: normal;
    margin: .75rem 0 0;
}

.book-box h6 {
    font-size: 2.375rem;
    font-family: var(--heading-font-family);
    font-weight: 900;
    margin-top: .5rem;
    margin-bottom: 0;
}

/* END BOOK SECTION */
.web-score-sec .list {
    max-width: 498px;
    margin: 1rem auto var(--size-40) auto;
}

.web-score-sec .content {
    position: relative;
    border: 1px solid var(--black-color);
    border-radius: 16px;
    padding: 4.188rem 1rem;
}

/* FAQ SECTION */
.faqs-sec .accordion {
    max-width: 819px;
    margin: 0 auto;
    margin-top: var(--size-40);
}

.accordion .accordion-item:first-child {

    border-top: 1px solid var(--dark-color);
}

.accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--dark-color);
    padding: 1rem 0;
    border-radius: 0;
}

.accordion .accordion-button {
    color: var(--dark-color) !important;
    background: none;
    border-radius: 0;
    font-size: var(--medium-font);
    font-family: var(--heading-font-family);
}

.accordion .accordion-button::after {
    background-image: url('../images/plus.svg');
    background-size: 30px;
    background-position: center center;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}

.accordion .accordion-button,
.accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.accordion .accordion-body {
    padding-top: 0;
}

/* END FAQ SECTION */

/* AUDIT REQUEST FORM */
.modal .btn-close {
    background-size: 18px;
}

.modal .modal-header {
    border: 0;
}

.audit-request-form .form-group:not(:last-child) {
    margin-bottom: 1rem;
}

.audit-request-form button[type="submit"],
.audit-request-form input[type="submit"] {
    font-size: 1.25rem;
}

.audit-request-form .form-control {
    height: 50px;
    margin-top: .25rem;
}

/* END AUDIT REQUEST FORM */

/* FOOTER */
footer {
    position: relative;
    text-align: center;
    color: var(--white-color);
    background-color: var(--blue-color);
    padding: var(--size-80) 0;
}

footer .strap-sec {
    background-color: transparent;
    margin-top: var(--size-32);
}

footer h4 {
    font-weight: 400;
}

footer h4 a {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 600;
}

footer h4 a:hover {
    color: var(--theme-color);
}

/* END FOOTER */

/* SITE PERFORMANCE SLIDER */
.performance-slider-sec .head {
    margin-bottom: 2rem;
    text-align: center;
}

.performance-slider {
    padding: 0 4.375rem;
}

.performance-slider .owl-stage-outer {
    padding-bottom: 2px;
}

.performance-slider .img-wrapper {
    border: 1px solid #F27AA7;
    border-radius: 8px;
    overflow: hidden;
}

.performance-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: var(--size-50);
    height: var(--size-50);
}

.performance-slider .owl-nav button+button {
    left: auto;
    right: 0;
}

.performance-slider .owl-nav button span {
    display: inline-block;
    width: 1.563rem;
    height: 1.563rem;
    -webkit-mask-image: url(../images/chevron-left.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    background-color: var(--blue-color);
}

.performance-slider .owl-nav button+button span {
    -webkit-mask-image: url(../images/chevron-right.svg);
}

.performance-slider .owl-nav button.disabled {
    pointer-events: none;
}

.performance-slider .owl-nav button.disabled span {
    background-color: var(--black-color);
}

/* END SITE PERFORMANCE SLIDER */
.question-mark-list,
.check-mark-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.question-mark-list li,
.check-mark-list li {
    position: relative;
    font-size: var(--medium-font);
    font-family: var(--heading-font-family);
    font-weight: 400;
    line-height: 140%;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.question-mark-list li:last-child,
.check-mark-list li:last-child {
    margin-bottom: 0;
}

.question-mark-list li::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../images/question-mark.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: .25rem;
    transform: translateY(0.375rem);
}

.question-mark-list li span,
.check-mark-list li span {
    color: var(--blue-color);
    font-weight: 700;
}

.check-mark-list li {
    padding-left: 2.5rem;
}

.check-mark-list li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    font-size: 1.35rem;
    /* transform: translateY(0.15rem); */
}

footer .mx {
    max-width: 968px;
    margin-left: auto;
    margin-right: auto;
}