body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    color: #1a1a1a;
    font-size: 1.375rem;
    font-weight: 400;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
p {
    margin-bottom: 2rem;
}
img {
    max-width: 100%;
}
a {
    color: #3a81d8;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 5rem 0;
}
strong {
    font-weight: 700;
}

.hero-wo-bg {
    padding: 1rem 0 14rem 0;
}
.hero {
    background: url("../img/bg-hero-fe.jpg") no-repeat;
    background-color: #fafafa;
    background-size: cover;
    background-position: center center;
    padding: 1rem 0 18rem 0;
}
.hero-badge {
    background-color: #fff;
    box-shadow: 0px 10px 109px 0px rgba(230, 230, 230, 0.75);
    border-radius: 100px;
    padding: 0.8rem 3rem;
    display: inline-block;
}
.hero-upsell {
    padding: 2rem 0 15rem 0;
}
.hero-oto2 {
    padding: 2rem 0 14rem 0;
}
.hero-ds {
    padding-bottom: 5rem;
}
.logo {
    width: 200px;
}
.alert-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 15px;
}
.alert-img {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #333;
    background-color: #fffaef;
    border-color: #ffd16d;
    min-height: 200px;
    display: flex;
    align-items: center;
    border-left: 0;
}
.alert-img h5 {
    line-height: 1.5;
}

.video-index-height {
    min-height: 100vh;
}

.video {
    margin-top: -16rem;
}
.vetical-video .mt-21 {
    margin-top: 62%;
}

.video-area {
    display: block;
    border: 10px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.video-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 29px #00000057;
    width: 100%;
    position: relative;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.unmute-label-wrapper {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.click-to-continue {
    display: none;
}
.click-for-sound svg {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 27%;
    height: 27%;
    transform: translateX(-50%);
}
@keyframes BLINK {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.blink_1 {
    animation: BLINK 2s infinite;
    opacity: 0;
}
.blink_2 {
    animation: BLINK 2s infinite 0.3s;
    opacity: 0;
}
.blink_3 {
    animation: BLINK 2s infinite 0.6s;
    opacity: 0;
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #fff;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 600;
    position: relative;
    padding: 0 0.625rem;
}
.price-strike span {
    font-size: 1.25rem;
    font-weight: 400;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 5px;
    right: 0;
    top: 45%;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    background-color: #ffffff20;
}
.new-price_light {
    background-color: #b6c5ec30;
}

.moneyback-overlay {
    background-color: #40d1c2cf;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
}
.product-overlay {
    position: relative;
}
.product-overlay-dc {
    background-color: #40d1c2cf;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    padding: 0.25rem 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
}

.disclaimer-wrap {
    background-color: #fff;
    border: 1px solid #18231e;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    position: relative;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.title-disclaimer {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 0 1rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -15px;
    width: 120px;
    text-align: center;
}

footer {
    background-color: #070a0f;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

/* OTO pages */
.card-wizard {
    background-color: #fff;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}
.wizard-item {
    flex: 1;
    text-align: center;
    font-size: 1rem;
    color: #010317;
    font-weight: 400;
    padding: 0.8rem 0;
    position: relative;
}
.wizard-item a {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    display: block;
}
.wizard-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.wizard-badge {
    border-radius: 50%;
    background-color: #010317;
    color: #fff;
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6rem;
    margin-right: 0.5rem;
}
.wizard-item.active {
    background-color: #3dd6c6;
    color: #fff;
}
.wizard-item.active .wizard-badge {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #1a1a1a;
}
.arrow:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #3dd6c6;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}
.arrow-alt:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #fff;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}

.separator {
    width: 200px;
    height: 1px;
    background-color: #146dc4;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.phase3-hook__header {
    margin-bottom: 1.75rem;
}
.phase3-hook__title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
    margin-bottom: 0;
}
.phase3-hook__body {
    max-width: 860px;
    margin: 0 auto;
}
.phase3-hook__body p {
    font-size: 1.25rem;
    line-height: 1.7;
}
.phase3-hook__lead {
    font-size: 1.45rem !important;
    font-weight: 600;
    color: #0f1b2f;
}
.phase3-hook__quote {
    margin: 2rem 0 1.5rem;
    padding: 1.4rem 1.5rem;
    border-left: 5px solid #fbcd2f;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.phase3-hook__outcome {
    padding: 1.2rem 1.35rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #13233b 0%, #21436c 100%);
    color: #fff;
    box-shadow: 0 16px 32px rgba(19, 35, 59, 0.2);
}
.phase3-hook__outcome strong {
    color: #fbcd2f;
}
.bonus-showcase {
    margin-top: 3rem;
    padding: 2.5rem 2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #0f1828 0%, #15233a 100%);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
    color: #fff;
}
.bonus-showcase__header {
    max-width: 760px;
    margin: 0 auto 2rem;
}
.bonus-showcase__eyebrow,
.bonus-showcase__label {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.bonus-showcase__eyebrow {
    margin-bottom: 1rem;
    background: rgba(251, 205, 47, 0.18);
    color: #ffd86e;
}
.bonus-showcase__title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 0.75rem;
}
.bonus-showcase__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
    line-height: 1.65;
}
.bonus-showcase__card {
    height: 100%;
    padding: 1.6rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.bonus-showcase__label {
    margin-bottom: 1rem;
    background: #fbcd2f;
    color: #16243a;
}
.bonus-showcase__card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bonus-showcase__card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}
.phase-quote {
    margin: 2rem 0;
    padding: 1.4rem 1.5rem;
    border-left: 5px solid #fbcd2f;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

/* Unmute btn */
button.click-for-sound-btn {
    display: none !important;
}
#unmute_btn.btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0.775rem 0.85rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
#unmute_btn.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#unmute_btn.btn:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
#unmute_btn.btn {
    background: #ffc107;
    color: #fff;
    box-shadow: 0 6px #e0a800;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.btn-unmuted {
    border-radius: 0 0 5px 5px;
}
.btn-unmuted:hover {
    box-shadow: 0 4px #e0a800;
    top: 2px;
    cursor: pointer;
}
.btn-unmuted:active {
    box-shadow: 0 0 #e0a800;
    top: 6px;
}

.btn-icon-horizontally {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bounce-right {
    animation: bounce-right 1s infinite;
}
@keyframes bounce-right {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
}

/* Recent Order Notification */
.notification-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.notification {
    width: 340px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    border-radius: 0.25rem;
    position: fixed;
    bottom: 70px;
    left: 10px;
}

.notification-header {
    background-color: #fff;
    align-items: center;
    padding: 0.75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notification-body {
    background-color: #fff;
    padding: 0.75rem;
}
#notification-product-img img {
    width: 120px;
}

.notification-container_xs #notification-product-img img {
    width: 70px;
}
.notification-container_xs .notification {
    width: 300px;
    padding: 0;
}
.notification-container_xs .close {
    margin-right: -3px;
}
.notification-container_xs .progress {
    border-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.notification-container_xs .notification-body {
    padding: 0.7rem 1rem;
}
.progress {
    height: 5px;
    position: relative;
}
.progress-bar {
    width: 100%;
    animation: progressAnimation 3s linear forwards;
}
@keyframes progressAnimation {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.notification-container:hover .progress-bar {
    /* Pause animation on hover */
    animation-play-state: paused;
}

/* Pitchplus classes */
.pitchplus p {
    margin-bottom: 2rem;
}
.btn-addtoorder {
    background: #ffc107;
    color: #232323;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 15px;
    border: 5px solid #f1782f;
    padding: 10px;
}
.btn-addtoorder:hover,
.btn-addtoorder:focus {
    background: #ffcc33 !important;
    border: 5px solid #f1782f !important;
    color: #232323;
}
.btn-addtoorder small {
    display: block;
    color: #232323;
    font-size: 1.2rem;
}

.btn-no-thankyou {
    background: #ffc107;
    color: #232323;
    font-size: 1.2rem;
    font-weight: 900;
    border-radius: 10px;
    border: 2px solid #f1782f;
    padding: 10px 35px;
}
.btn-no-thankyou:hover,
.btn-no-thankyou:focus {
    background: #ffcc33 !important;
    border: 2px solid #f1782f !important;
    color: #232323;
}

.alert-icon {
    width: 64px;
}
.check-icon {
    width: 36px;
}

.heading-bonus {
    position: relative;
    color: #28a745;
}
.heading-bonus::before,
.heading-bonus::after {
    content: "";
    background-color: #28a745;
    width: 70px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.card {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.6) inset;
    backdrop-filter: blur(6px);
}

.card-testimonial {
    position: relative;
    padding: 36px 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}
.card-testimonial::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 20%,
        rgba(91, 108, 255, 0.12),
        transparent 60%
    );
    pointer-events: none;
}
.quote-bg {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 180px;
    font-family: serif;
    line-height: 1;
    color: rgba(91, 108, 255, 0.12);
    pointer-events: none;
    user-select: none;
}
.faq-item {
    padding: 36px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.faq-question {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0b0f18;
    margin-bottom: 12px;
}
.faq-label {
    display: inline-block;
    margin-right: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5b6cff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.faq-answer p {
    font-size: 20px;
    margin-bottom: 15px;
}

.faq-answer p strong {
    font-weight: 600;
}

.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.section-reference .d-flex p:first-of-type {
    width: 34px;
}
.section-reference .d-flex p:last-of-type {
    flex: 1;
}

/* Helper classes */
.btn {
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    line-height: 1;
}
.btn-primary {
    background-color: #65a72b;
}
.btn-primary:hover {
    background-color: #599425;
}
.btn-secondary {
    background-color: #fbcd2f;
    color: #1b1e2e !important;
}
.btn-secondary:hover {
    background-color: #ecbf2c;
    color: #0c311d !important;
}
.btn-primary > span {
    text-transform: none;
    color: #fff;
}
.btn-secondary > span {
    text-transform: none;
    color: #1b1e2e;
}
.btn-primary .dollar,
.btn-secondary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}

.logo-default {
    width: 140px;
    max-width: 100%;
    height: 40px;
    background-color: #d7fffb29;
    border-radius: 4px;
    display: inline-block;
}
.product-default {
    filter: brightness(0) saturate(100%) invert(95%) sepia(2%) saturate(5925%)
        hue-rotate(169deg) brightness(91%) contrast(106%);
}

.text-primary {
    color: #3dd6c6 !important;
}
.text-secondary {
    color: #d4af37 !important;
}
.text-red {
    color: #ff0000;
}
.bg-alt {
    background-color: #f7f9fd;
    background-image: linear-gradient(
            rgba(11, 15, 24, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(90deg, rgba(11, 15, 24, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
}
.bg-cta {
    position: relative;
    background-color: #060a12;
    background-image: repeating-radial-gradient(
        circle at 50% 50%,
        rgba(91, 108, 255, 0.06) 0px,
        rgba(91, 108, 255, 0.06) 1px,
        transparent 2px,
        transparent 10px
    );
    color: #e6e9f0;
}
.bg-pattern {
    background-color: #fbfbfb;
    border-top: 1px solid #eac361;
    border-bottom: 1px solid #eac361;
}
.bg-pattern-primary {
    background: #fbece2;
    background-size: cover;
}
.bg-black {
    background-color: #000;
}
.bg-cream {
    background-color: #fdfaec;
}
.bg-ltcream {
    background-color: #fffdf8;
}
.bg-ltgray {
    background-color: #fbfbfb;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1.2 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem;
    line-height: 1.6;
}
.fs-22 {
    font-size: 1.375rem !important;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
}
.fs-32 {
    font-size: 2rem;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 2.825rem;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300;
}
.flex-1 {
    flex: 1;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.mt-16 {
    margin-top: 14rem !important;
}
.mt-21 {
    margin-top: 21%;
}

.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.exit-modal {
    cursor: pointer;
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.exit-modal .modal-footer {
    background-color: #f8f8f8;
}
b {
    font-weight: 700;
}
.hr-primary {
    border-color: #6d72c3;
}
.ff-lato {
    font-family: "Lato", sans-serif !important;
}

@media (max-width: 767px) {
    section {
        padding: 2.5rem 0;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .hero-wo-bg,
    .hero {
        padding: 1rem 0 9rem 0;
    }
    .hero-ds {
        padding: 1rem 0 2rem 0;
    }
    .hero-upsell {
        padding: 1rem 0 7.2rem 0;
    }
    .hero-oto2 {
        padding: 2rem 0 6.5rem 0;
    }
    .logo {
        width: 150px;
    }
    .video {
        margin-top: -8rem;
    }
    .alert-icon {
        width: 46px;
    }
    .arrow:after {
        content: none;
    }
    .arrow-alt:after {
        content: none;
    }
    .wizard-badge {
        font-size: 0.6rem;
        width: 18px;
        height: 18px;
        line-height: 1.125rem;
        margin-right: 2px;
    }
    .wizard-item {
        font-size: 0.6rem;
        padding: 0.5rem 0;
    }
    .price-strike img {
        top: 1rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-60 {
        width: 60% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .fs-14 {
        font-size: 0.75rem !important;
    }
    .fs-default {
        font-size: 0.875rem;
    }
    .fs-18 {
        font-size: 1rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-22 {
        font-size: 1.1rem !important;
    }
    .fs-24 {
        font-size: 1.125rem !important;
    }
    .fs-28 {
        font-size: 1.25rem !important;
    }
    .fs-30 {
        font-size: 1.6rem !important;
    }
    .fs-32 {
        font-size: 1.45rem;
    }
    .fs-40 {
        font-size: 1.75rem !important;
    }
    .fs-50,
    .fs-60 {
        font-size: 1.75rem !important;
    }
    .price-strike {
        font-size: 1.6rem;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .mb-7 {
        margin-bottom: 2.5rem !important;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    #unmute_btn.btn {
        font-size: 1rem;
        padding: 5px;
    }
    .heading-bonus::before,
    .heading-bonus::after {
        width: 15px;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .no-xs-br br {
        display: none;
    }
    .btn {
        padding: 0.75rem 1rem;
    }
    .btn.fs-30,
    .btn .fs-30 {
        font-size: 1.25rem !important;
    }
    .btn.fs-20,
    .btn .fs-20 {
        font-size: 0.9rem !important;
    }
    .notification {
        bottom: 0px;
        left: 9px;
    }
    .notification-container_xs .notification {
        width: 340px;
    }
    .orig-price {
        font-size: 1rem;
    }
    .phase3-hook {
        padding: 2rem 1.25rem;
        border-radius: 22px;
    }
    .phase3-hook__body p {
        font-size: 1.1rem;
    }
    .phase3-hook__lead {
        font-size: 1.25rem !important;
    }
    .bonus-showcase {
        padding: 2rem 1.25rem;
        border-radius: 22px;
    }
    .bonus-showcase__card {
        border-radius: 18px;
    }
    .bonus-showcase__lead,
    .bonus-showcase__card p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 320px) {
    #unmute_btn.btn {
        font-size: 0.8rem;
        padding: 5px;
    }
}

@-webkit-keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}

@-moz-keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}

@-o-keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}

@keyframes buttonEffect {
    0% {
        background: #438600;
        border: 1px solid #438600;
    }
    50% {
        background: #77b03d;
        border: 1px solid #77b03d;
    }
    100% {
        background: #438600;
        border: 1px solid #438600;
    }
}
