*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

h2,
h3,
h4 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

#sp-drop-content {
    display: none;
}

small {
    font-size: 80%
}

button {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

progress {
    vertical-align: baseline
}

h2,
h3,
h4,
p {
    margin: 0
}

button {
    cursor: pointer
}

iframe,
img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

:root {
    --color-primary: hsl(231, 55%, 21%);
    --color-primary-light: hsl(198, 80%, 43%);
    --color-secondary: hsl(355, 67%, 42%);
    --color-secondary-dark: hsl(353, 59%, 26%)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem
}

.color-red {
    color: #dc2626;
}

a {
    color: var(--c-blue-light)
}

a:hover {
    text-decoration-line: none
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

.min-height-block {
    min-height: 18rem;
}

.right-line {
    position: relative;
}

.right-line:after {
    content: "";
    display: block;
    height: 1px;
    color: #000000;
    background-color: #000000;
    position: absolute;
    left: 14rem;
    width: 68%;
    top: 16px;
}

.line {
    position: relative;
}

.line:after {
    content: "";
    display: block;
    height: 1px;
    color: #000000;
    background-color: #000000;
    position: absolute;
    left: 0;
    width: 32%;
    top: 13px;
}

.line:before {
    content: "";
    display: block;
    height: 1px;
    color: #000000;
    background-color: #000000;
    position: absolute;
    right: 0;
    width: 32%;
    top: 13px;
}


.plus {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: block;
}

.minus {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 10px;
    opacity: 0;
    display: none;
}

.faq__item.active .plus {
    opacity: 0;
    display: none;

}

.faq__item.active .minus {
    opacity: 1;
    display: block;
}

.faq__item {
    position: relative;
}

.light-bg {
    background-color: #ecf8fa;
}

@media (min-width: 640px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .hero_title {
        font-size: clamp(1.5rem, 1.8vw, 15rem);

    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 1280px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.container {
    max-width: 1140px
}

b,
strong {
    font-weight: 700
}

.hero_title {
    font-size: clamp(1.5rem, 2.7vw, 15rem);
    line-height: 1.15;
}

.hero_title_xl {
    font-size: clamp(3.2rem, 2.2vw, 3.2rem);
    line-height: 1.15;
    text-transform: uppercase;
}

.heading_2,
.section_title {
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 500
}

.heading_3 {
    font-size: clamp(1.7rem, 2.1vw, 2.25rem);
    line-height: 1.17;
    font-weight: 500
}

.heading_4 {
    font-size: clamp(1.6rem, 1.5vw, 1.75rem);
    line-height: 1.4
}

.faq__title {
    font-size: clamp(30px, 10vw, 48px);
    line-height: 1.1
}

.faq__answer {
    overflow: hidden;
    transition: .7s ease
}

.faq__item .arrow {
    transition: all ease .3s;
    rotate: 0deg
}

.faq__item.active .arrow {
    transition: all ease .3s;
    rotate: 180deg
}

.faq__answer div {
    opacity: 0;
    transition: .8s ease .3s;
    translate: 0 5%
}

.active .faq__answer div {
    opacity: 1;
    translate: 0 0
}

.product__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(to bottom, #ffd700, #ffc200);
    border: 2px solid #ffa500;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: #00214d;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-transform: uppercase;
}

.product__button {
    scale: 1;
    transition: .4s ease
}

.product__button:hover {
    scale: 1.1
}

img.product__img {
    height: 200px
}

.footer {
    background-color: #f7f7f7
}

*,
::after,
::before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1690px) {
    .container {
        max-width: 1536px
    }
}

#exit-popup {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 1000
}

#exit-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #ddd;
    border-bottom-color: #ff3d00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pointer-events-none {
    pointer-events: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-x-0 {
    left: 0;
    right: 0
}

.-bottom-1 {
    bottom: -.25rem
}

.bottom-0 {
    bottom: 0
}

.left-1\/2 {
    left: 50%
}

.top-1\/2 {
    top: 50%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.m-auto {
    margin: 0 auto;
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.-mt-32 {
    margin-top: -8rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-1 {
    margin-left: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-36 {
    margin-top: 9rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.size-10 {
    width: 2.5rem;
    height: 2.5rem
}

.size-16 {
    width: 4rem;
    height: 4rem
}

.size-20 {
    width: 5rem;
    height: 5rem
}

.size-48 {
    width: 12rem;
    height: 12rem
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem
}

.h-12 {
    height: 3rem
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-full {
    height: 100%
}

.w-1\/4 {
    width: 25%
}

.w-11\/12 {
    width: 91.666667%
}

.w-2\/3 {
    width: 66.666667%
}

.w-24 {
    width: 6rem
}

.w-5 {
    width: 1.25rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-48 {
    max-width: 12rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-lg {
    max-width: 32rem
}


.max-w-screen-lg {
    max-width: 1024px
}

.max-w-screen-sm {
    max-width: 640px
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-sm {
    max-width: 24rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-105 {
    --tw-scale-x: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.place-items-center {
    place-items: center
}

.content-center {
    align-content: center
}

.items-center {
    align-items: center
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center
}

.text-justify {
    text-align: justify;

}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-y-16 {
    row-gap: 4rem
}

.gap-y-5 {
    row-gap: 1rem;
}

.space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.text-balance {
    text-wrap: balance
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[50px\] {
    border-radius: 50px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-\[\#177193\] {
    --tw-border-opacity: 1;
    border-color: rgb(23 113 147 / var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity))
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(179 35 46 / var(--tw-border-opacity))
}

.border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity))
}

.bg-\[\#363636\] {
    --tw-bg-opacity: 1;
    background-color: rgb(54 54 54 / var(--tw-bg-opacity))
}

.bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity))
}

.bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-black\/70 {
    background-color: rgb(0 0 0 / .7)
}

.bg-blue-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity))
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(24 33 82 / var(--tw-bg-opacity))
}

.bg-green-500 {
    background-color: #629d51;
}

.fa {
    margin-right: 10px;
    color: #629d51;
    font-size: 20px;
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(179 35 46 / var(--tw-bg-opacity))
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity))
}

.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity))
}

.bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity))
}

.fill-current {
    fill: currentColor
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.p-1 {
    padding: .25rem
}

.p-10 {
    padding: 2.5rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-6 {
    padding-top: 1.5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
    text-wrap: initial;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-normal {
    line-height: 1.5
}

.tracking-tight {
    letter-spacing: -.025em
}

.text-\[\#f00\] {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity))
}

.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity))
}

.text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-current {
    color: currentColor
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(179 35 46 / var(--tw-text-opacity))
}

.text-transparent {
    color: transparent
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity))
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity))
}

.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.line-through {
    text-decoration-line: line-through
}

.decoration-2 {
    text-decoration-thickness: 2px
}

.opacity-90 {
    opacity: .9
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.duration-200 {
    transition-duration: .2s
}

.\*\:mt-6>* {
    margin-top: 1.5rem
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media not all and (min-width: 1024px) {
    .first\:max-lg\:order-1:first-child {
        order: 1
    }
}

@media (min-width: 640px) {
    .sm\:size-10 {
        width: 2.5rem;
        height: 2.5rem
    }

    .sm\:size-8 {
        width: 2rem;
        height: 2rem
    }

    .sm\:w-1\/3 {
        width: 33.333333%
    }

    .sm\:w-2\/3 {
        width: 66.666667%
    }

    .sm\:w-36 {
        width: 9rem
    }

    .sm\:w-72 {
        width: 18rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .sm\:gap-x-5 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 768px) {
    .md\:-mt-36 {
        margin-top: -9rem
    }

    .md\:mt-36 {
        margin-top: 9rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-80 {
        width: 20rem
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1024px) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-48 {
        margin-top: 12rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-11\/12 {
        width: 91.666667%
    }

    .lg\:w-44 {
        width: 11rem
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:justify-normal {
        justify-content: normal
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:gap-2 {
        gap: .5rem
    }

    .lg\:text-nowrap {
        text-wrap: nowrap
    }

    .lg\:p-10 {
        padding: 2.5rem
    }

    .lg\:p-16 {
        padding: 4rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pt-1 {
        padding-top: 0.5rem;
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-5 {
        padding-top: 1.25rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    @media not all and (min-width: 1280px) {
        .lg\:max-xl\:translate-x-1\/4 {
            --tw-translate-x: 25%;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
        }
    }
}

@media (min-width: 1280px) {
    .xl\:w-1\/3 {
        width: 33.333333%
    }

    .xl\:w-2\/3 {
        width: 66.666667%
    }

    .xl\:w-48 {
        width: 12rem
    }

    .xl\:w-5\/12 {
        width: 41.666667%
    }

    .xl\:w-7\/12 {
        width: 58.333333%
    }

    .xl\:gap-12 {
        gap: 3rem
    }

    .xl\:gap-y-20 {
        row-gap: 5rem
    }

    .xl\:text-nowrap {
        text-wrap: nowrap
    }

    .xl\:p-14 {
        padding: 3.5rem
    }

    .xl\:p-8 {
        padding: 2rem
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

/* POPUP STYLES */

.popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #f9f9ff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 20px;
    max-width: 360px;
    z-index: 1000;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
}

.popup.visible {
    transform: translateY(0);
    opacity: 1;
}

.popup.hidden {
    display: none;
}

.popup-content {
    display: flex;
    gap: 15px;
}

.location-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #bbb;
}

.popup-text {
    font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #444;
}

.popup-text p {
    margin: 4px 0;
}

.verified {
    color: #0044cc;
    font-size: 13px;
    font-weight: bold;
}

.verified-icon {
    font-size: 18px;
    color: #28a745;
}

#disclaimer .container {
    max-width: 100%;
    background: #000
}

#disclaimer .container>div {
    width: 100%;
    max-width: 56rem;
    padding: 10px 20px;
    margin: auto !important;
    display: flex;
    align-items: center
}

#disclaimer .container>div .bg-img-disclaimer {
    float: none !important
}

.ingredient {
    width: 30%;
}

@media only screen and (max-width: 640px) {
    #disclaimer .container>div {
        flex-direction: column
    }

    .ingredient {
        width: 100%;
    }

    #disclaimer .container>div .bg-img-disclaimer {
        margin-right: 0 !important;
        background-position: center !important
    }

    #disclaimer .container>div .bg-text-disclaimer {
        text-align: center !important
    }

    .line:after,
    .line:before {
        width: 16%;
    }

    .right-line:after {
        width: 40%;
    }
}

/* GLOBAL TIMER STYLES */

.timer-section {
    position: relative;
    background-color: #182152;
    padding: 30px;
    padding-bottom: 50px;

    .section_title {
        line-height: 120%;
    }

    .timer-box {
        border: 10px solid white;
        width: fit-content;
        padding: 30px 50px 40px;
    }

    .timer {
        position: absolute;
        background-color: #182152;
        bottom: 30px;
        padding: 0 20px;
    }

    .countdown-time-divider,
    .countdown-time-seconds,
    .countdown-time-minutes {
        padding: 0 !important;
        margin: 0 !important;
        width: fit-content !important;
        height: fit-content !important;
        background: transparent !important;
        color: rgb(251, 191, 36);
    }
}

@media (max-width: 767px) {
    .timer-section {
        padding-bottom: 40px;

        .timer-box {
            padding: 20px 10px 30px;
        }

        .section_title {
            font-size: 2rem;
        }

        .countdown-time-divider,
        .countdown-time-seconds,
        .countdown-time-minutes {
            font-size: 2rem;
        }

        .timer {
            bottom: 28px;
        }
    }
}

/*
.countdown-time {
    margin-bottom: 60px
}

.countdown-time #timer,
.countdown-time #timer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.countdown-time #timer .countdown-time__one-box,
.countdown-time #timer2 .countdown-time__one-box {
    text-align: center;
    font-size: 12px
}

.countdown-time .countdown-time-minutes,
.countdown-time .countdown-time-seconds {
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a324b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    text-align: center
}

*/

.struggling-list {
    list-style-type: none;
    padding: 0
}

.struggling-list li {
    padding: 0 12px;
    width: 33.3333%;
    margin-bottom: 16px;
    gap: 8px
}

.references-list ol {
    column-count: 2;
    column-gap: 60px;
    margin-top: 40px;
    font-size: 12px
}

.references-list ol li {
    margin-bottom: 5px
}

.references-list ol li a {
    word-break: break-word
}

.references-list ul {
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style-type: none
}

.references-list ul li img {
    display: block;
    width: auto;
    height: 60px;
    object-fit: contain;
    object-position: center
}

.testimonial-list .testimonial img {
    width: 164px;
    height: 164px;
    min-width: 164px;
    min-height: 164px;
    display: block;
    margin-left: 40px;
}

.testimonial-list .testimonial {
    gap: 88px;
}

.testimonial-block {
    background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.last-chance-message .last-chance-message__text {
    padding: 6rem 3rem
}

.appearance_mobile {
    display: none;
}

.appearance_desktop {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .testimonial-list .testimonial {
        gap: 30px;
    }

    .testimonial-list .testimonial img {
        margin-left: 0px;
    }

    .appearance_desktop {
        display: none;
    }

    .appearance_mobile {
        display: block;
    }
}

@media only screen and (max-width: 920px) {
    .references-list ol {
        column-count: 1
    }
}

@media only screen and (max-width: 768px) {

    .bonus-box-wrap>div:first-child,
    .bonus-box-wrap>div:last-child {
        width: 100% !important;
        padding: 0 !important
    }

    .struggling-list li {
        width: 50%
    }

    .bonus-box-wrap {
        flex-direction: column;
        padding: 30px !important
    }

    .bonus-box-wrap>div:first-child {
        margin-bottom: 40px
    }

    .references-list ol {
        padding-left: 20px
    }

    #testimonials .testimonials__images img {
        width: calc(50% - 10px);
        flex: auto;
    }
}

@media only screen and (max-width: 520px) {
    .struggling-list li {
        width: 50%;
        text-align: left;
    }

    .references-list ul {
        flex-wrap: wrap;
        gap: 0;
    }

    .references-list ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .references-list ul li img {
        width: 100%;
    }

    .mb-12 {
        margin-bottom: 1.5rem;
    }

    .countdown-time {
        margin-bottom: 20px;
    }

    .product__item {
        width: 100%;
    }

    .order-cta .container>div {
        padding: 30px;
    }

    .gap-12 {
        gap: 0.5rem;
    }

    .mt-36 {
        margin-top: 7rem;
    }

    .mt-12 {
        margin-top: 1rem;
    }

    #testimonials .testimonials__images {
        gap: 10px;
    }

    .downsell-vip-customers__image {
        width: 100%;
        max-width: 100%;
    }

    .downsell-vip-customers .downsell-vip-customers__image img {
        width: 100%;
        display: block;
        max-width: 80%;
    }

    .last-chance-message .last-chance-message__text {
        padding: 2rem 3rem;
    }

    .testimonial-list .testimonial img {
        width: 106px;
        height: 106px;
        min-width: 106px;
        min-height: 106px;
    }

    .hero_title_xl {
        font-size: clamp(1.4rem, 1.25vw, 1.4rem);
    }

    #video-section .heading_3 {
        font-size: clamp(1rem, 1.50vw, 1rem);
    }

    .heading_3 {
        font-size: clamp(1.4rem, 1.50vw, 1.75rem);
        line-height: 1.17;
        font-weight: 500
    }

    .heading_4 {
        font-size: clamp(1.1rem, 1.3vw, 1.5rem);
        line-height: 1.4
    }
}

.product__list {
    margin: auto;
    width: 100%;
    max-width: 260px;
    display: block;
    disc-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.product__list li {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    background: #000;
    color: #fff;
    /*padding: 5px 20px;*/
    /*border-radius: 8px;*/
    margin-bottom: 10px;
    font-weight: bold;
    gap: 4px;
    padding: 2px 6px !important;
    border-radius: 2px !important;
}

.buy-bottles-wrap .buy-bottles-wrap__one-box {
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-origin: center left;
    -webkit-transform-origin: center left;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
}

.buy-bottles-wrap .buy-bottles-wrap__one-box>div:nth-of-type(1) {
    position: relative;
    z-index: 2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.buy-bottles-wrap .buy-bottles-wrap__one-box>div:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    z-index: 1;
    height: 100% !important;
    transform: translate(0px, 0px) rotateY(-180deg) !important;
    transition: all 100ms;
    transition-delay: 200ms;
}

.buy-bottles-wrap .buy-bottles-wrap__one-box.active {
    -ms-transform: translateX(100%) rotateY(180deg);
    -webkit-transform: translateX(100%) rotateY(180deg);
    -moz-transform: translateX(100%) rotateY(180deg);
    -o-transform: translateX(100%) rotateY(180deg);
    transform: translateX(100%) rotateY(180deg);
    pointer-events: auto;
}

.buy-bottles-wrap .buy-bottles-wrap__one-box.active>div:nth-of-type(2) {
    z-index: 3;
    opacity: 1 !important;
}

/* Updated styles start*/
.buy-box {
    border: 5px solid #182152;

    h2 {
        color: #182152;
    }

    .product__price {
        align-items: baseline;
        color: #182152;

        small {
            font-size: 20px;
            font-weight: 500;
        }
    }
}

@media screen and (max-width: 1024px) {
    .buy-bottles-wrap {
        flex-direction: column;
        align-items: center;
    }

    .buy-bottles-wrap .product__item {
        width: 100%;
        flex: auto;
    }

    .buy-bottles-wrap .buy-bottles-wrap__one-box {
        width: 100%;
    }
}

@media only screen and (max-width: 1025px) {
    .product_card_grid {
        flex-direction: row !important;
        justify-content: center;
        gap: 5%;

        h3 {
            font-size: 2.3rem;
        }

        .product__button {
            font-size: 90%;
            padding: 12px 0;
            margin-top: 10px;
        }

        .product__price {
            font-size: 4rem;
        }

        img.product__img {
            height: unset !important;
            max-height: 200px;
            margin: 0 !important;
        }

        .price__total__desktop {
            display: none;
        }

        .price__total__mobile {
            display: block !important;
        }

        .product__list li {
            padding: 0px 8px !important;
            font-size: 10px !important;
        }

        .product__list img {
            width: 10px;
            height: 10px;
        }

        .you_save_desktop {
            display: none;
        }

        .you_save_mobile {
            display: block !important;
            font-size: 0.75rem;
        }

        .money_back_guarantee {
            font-size: 10px;
        }
    }

    .free-shipping-section {
        img {
            display: none;
        }
    }
}

@media only screen and (max-width: 455px) {
    .product_card_grid {
        h3 {
            font-size: 1.5rem;
        }

        .product__list li {
            padding: 0px 3px !important;
            font-size: 9px !important;
        }

        .product__button {
            font-size: 70%;
            padding: 5px 0;
            margin-top: 10px;
        }

        .product__button svg {
            max-width: 24px;
        }

        .product__price {
            font-size: 2.5rem;

            small {
                font-size: 14px;
            }
        }
    }
}

@media screen and (max-width: 380px) {
    .buy-bottles-wrap .product__item .product__list li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    #ingredients {
        .ingredients-mobile {
            display: block !important;
        }

        .ingredients-desktop {
            display: none;
        }
    }
}

#bonuses_section .min-height-block {
    min-height: 21rem;
}

.money-guarantee-sec {
    .container {
        padding: 60px 0;
        max-width: 1000px;
    }

    header {
        line-height: 120%;
    }

    .description {
        line-height: 160%;
    }

    .description-box {
        gap: 22px;
    }
}

@media screen and (max-width: 1124px) {
    .money-guarantee-sec {
        .narrow-container {
            max-width: 800px !important;
        }
    }
}

@media only screen and (max-width: 1020px) {
    .narrow-container {
        max-width: 720px !important;
    }
}

@media screen and (max-width: 991px) {
    .money-guarantee-sec {
        .narrow-container {
            max-width: 690px !important;
        }

        header {
            font-size: 44px;
        }
    }
}

@media screen and (max-width: 767px) {
    .money-guarantee-sec {
        .description-box {
            flex-direction: column;
            text-align: center;
            padding: 0 30px;
        }

        .section_title {
            font-size: 1.7rem;
            padding: 0 12px;
        }

        .money-guarantee-sec-image-desktop {
            display: none;
        }

        .money-guarantee-sec-image-mobile {
            display: block;
        }

        .seal-image-desktop {
            display: none;
        }

        .seal-image-mobile {
            display: block;
        }
    }
}

#testimonials {
    .container {
        max-width: 900px;
    }

    .testimonial {
        position: relative;
        margin: 40px 0;
        padding: 0 0 24px 0;
        border-bottom: 1px solid #cecece;
    }

    .testimonial-img,
    .testimonial-img-mobile {
        width: 100%;
        max-height: 124px;
        max-width: 80px;
        object-fit: cover;
        border-radius: 50px;
        margin-right: 24px;
    }

    .testimonial-text {
        font-size: 18px;
        line-height: 29px;
        text-align: left;
        font-weight: 400;
    }
}

@media only screen and (max-width: 1020px) {
    #testimonials {
        .container {
            padding: 0 12px;
            max-width: 640px;
        }

        .testimonial-img {
            display: none;
        }

        .testimonial-img-mobile {
            display: block !important;
            width: 70px;
            max-height: 70px;
            max-width: 70px;
        }

        .testimonial {
            flex-direction: column;
        }
    }
}

#faq_section {
    .container {
        max-width: 1000px;
    }

    .faq__item {
        background: #f0f0f0;
    }
}

#benefits-recap {
    .container {
        border-radius: 2px;
        overflow: hidden;
    }

    .benefit-box {
        border: solid 2px white;
        border-radius: 2px;
    }

    .number {
        font-size: 22px;
    }
}

/* Updated styles end*/

.blue-bg-conainer {
    background: linear-gradient(45deg, #123456, #2B547E);
    border-radius: 4px;
}

@media screen and (max-width: 1024px) {
    .header-row {
        padding: 20px 30px;
    }
}

.buyBottleFlip {
    transition: transform 0.4s ease;
}

.buyBottleFlip.active {
    transform: rotateY(180deg);
}

.rounded-l {
    border-radius: .25rem;
}

.central-container {
    max-width: 970px;
    border-radius: 12px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 72px;
    margin-bottom: 56px;

    .container {
        max-width: unset !important;
    }
}

.progress-bar-wrap {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    grid-auto-columns: auto;
    grid-column-gap: 10px;
    grid-row-gap: 6px;
    -ms-grid-columns: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;

    .progress-text {
        margin-right: -50px;
        margin-left: -50px;
        font-weight: 700;
    }

    .progress-sep {
        width: 1px;
        height: 1px;
    }

    .num-sep {
        width: 200px;
        height: 5px;
        border-radius: 4px;
        background-color: #4e8079;
    }

    .progress-num {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #4e8079;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .num-sep.light {
        background-color: rgba(78, 128, 121, .5);
    }

    .progress-num.light {
        background-color: rgba(78, 128, 121, .5);
    }
}

.price-tag {
    display: inline-block;
    background-color: #f4f9f8;
    color: #2d6c73;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 16px;
    position: relative;
    border-radius: 4px;
    margin-top: 12px;
}

.price-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    border-left: 24px solid #f4f9f8;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.section-inner-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 40% auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
    margin-top: 40px;

    .inner-grid-col {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .product-box {
        position: relative;
        z-index: 2;
        min-height: 40px;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border: 3px solid #182152;
        border-radius: 10px;
        text-align: center;
        padding: 0;
        padding-top: 30px;
    }

    .cta-button {
        width: 100%;
        font-size: 24px;
        line-height: 130%;
        padding: 20px;
        color: white;
        font-weight: 600;
        background: #182152;
        margin-top: auto;
    }

    .info-box {
        display: flex;
        width: 100%;
        padding: 20px 20px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 3px dashed #4e8079;
        border-radius: 10px;
        background-color: #ffffed;
        text-align: center;

        .cta-link {
            font-size: 1.25rem;
        }
    }

    .money-guarantee-sec {
        border-radius: 10px;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;

        .header-row {
            gap: 10px;

            img {
                width: 80px;
                height: auto;
                object-fit: contain;
            }
        }
    }
}

@media screen and (max-width: 991px) {
    .central-container {
        max-width: unset;
        border-radius: 0;

        .container {
            max-width: 770px !important;
        }

        .price-tag {
            font-size: 18px;
        }
    }

    .money-guarantee-sec-desktop h3 {
        font-size: 2rem;
    }
}


@media only screen and (max-width: 768px) {
    .central-container {
        padding-left: 40px;
        padding-right: 40px;
        gap: 50px;
    }

    .progress-bar-wrap {
        .num-sep {
            width: 120px;
        }

        .progress-num {
            height: 26px;
            width: 26px;
            font-size: 16px;
        }
    }

    .section-inner-grid {
        display: flex;
        flex-direction: column;

        .product-box {
            display: -ms-grid;
            display: grid;
            justify-content: center;
            justify-items: center;
            align-items: center;
            align-content: center;
            grid-template-columns: 1fr 1fr;
            position: relative;
            border-radius: 16px;
            background-color: #ecf8fa;
            border: none;
            padding: 24px 12px;
            gap: 0;
            column-gap: 18px;
            margin-bottom: 12px;

            * {
                z-index: 2;
            }

            .heading_2 {
                font-size: clamp(1.3rem, 6.4vw, 2.5rem);
                font-weight: bold;
            }

            .price-tag {
                background-color: transparent;
                font-size: clamp(1rem, 4vw, 2rem);
                padding: 0;
                margin: 0;
            }

            .price-tag::after {
                display: none;
            }

            img {
                margin: 0;
                padding: 0;
            }

            .arrow-down {
                position: absolute;
                z-index: 1;
                left: 0;
                top: auto;
                right: 0;
                bottom: 0;
                width: 100px;
                height: 100px;
                margin-right: auto;
                margin-left: auto;
                padding-right: 0;
                padding-bottom: 0;
                border-radius: 2px;
                background-color: #ecf8fa;
                transform: rotate(45deg);
            }
        }

        .cta-button {
            display: none;
        }

        .free-bonuses {
            display: none;
        }

        .money-guarantee-sec-desktop {
            display: none;
        }

        .money-guarantee-sec-mobile {
            display: flex !important;
        }

        .money-guarantee-sec-mobile .header-row img {
            width: 100px;
        }

        .money-guarantee-sec-mobile h3 {
            font-size: 7.6vw;
            margin-bottom: 8px;
        }
    }
}

@media only screen and (max-width:640px) {
    .central-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .money-guarantee-sec-mobile p {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:500px) {
    .progress-bar-wrap {
        .num-sep {
            width: 60px;
        }
    }
}