.-translate-x-1\/2, .-translate-y-1\/2, .hover\:scale-105:hover, .scale-75, .scale-x-105, .translate-y-1\/2 {
    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))
}

button, h2, h3, h4 {
    font-weight: inherit
}

a, button {
    color: inherit
}

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

#exit-popup, .hidden, [hidden] {
    display: none
}
        
#sp-drop-content {
    display: none;
}

.cursor-pointer, button {
    cursor: pointer
}

.faq__answer, .overflow-hidden {
    overflow: hidden
}

.border-\[\#177193\], .border-gray-200, .border-red-600, .border-red-700, .border-zinc-300 {
    --tw-border-opacity: 1
}

.bg-\[\#363636\], .bg-amber-300, .bg-black, .bg-blue-950, .bg-orange-500, .bg-red-800, .bg-red-900, .bg-sky-950, .bg-slate-200, .bg-white, .bg-yellow-400, .bg-zinc-100, .bg-zinc-200 {
    --tw-bg-opacity: 1
}

.text-\[\#f00\], .text-amber-400, .text-amber-500, .text-black, .text-orange-500, .text-red-600, .text-red-700, .text-red-900, .text-zinc-400, .text-zinc-500, .text-zinc-600 {
    --tw-text-opacity: 1
}

.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)
}

*, ::after, ::before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    --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
}

::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;
    scroll-behavior: smooth
}

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

a {
    text-decoration: inherit;
    color: var(--c-blue-light)
}

small {
    font-size: 80%
}

button {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    line-height: inherit;
    letter-spacing: inherit;
    padding: 0;
    text-transform: none;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

progress {
    vertical-align: baseline
}

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

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

:root {
    --color-primary: #085484;
    --color-primary-dark: hsl(203, 39%, 23%);
    --color-accent: #c74349
}

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

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

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

.font-bold, 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(4.6rem, 3.5vw, 4.6rem);
    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.5rem, 2.5vw, 2.75rem);
    line-height: 1.17;
    font-weight: 500
}
.heading_3.font-bold {
    font-weight: bold;
}

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

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

.faq__answer {
    transition: .7s
}

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

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

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

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

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

.product__button:hover {
    scale: 1.1
}

img.product__img {
    height: 200px
}

.footer {
    background-color: #f7f7f7
}

#exit-popup {
    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: 1s linear infinite rotation
}

@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-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.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
}

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

.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 > *, .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
}

.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-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%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.hover\:scale-105:hover, .scale-x-105 {
    --tw-scale-x: 1.05
}

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

.grid-cols-2 {
    grid-template-columns:repeat(2, 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
}

.text-justify {
    text-align: justify;

}

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

.items-center {
    align-items: center
}
.items-start {
    align-items: flex-start;
}
.justify-center {
    justify-content: center
}

.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))
}

.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\] {
    border-color: rgb(23 113 147 / var(--tw-border-opacity))
}

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

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

.border-red-700 {
    border-color: rgb(185 28 28 / var(--tw-border-opacity))
}

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

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

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

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

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

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

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

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

.bg-red-800 {
    background-color: rgb(153 27 27 / var(--tw-bg-opacity))
}

.bg-red-900 {
    background-color: rgb(127 29 29 / var(--tw-bg-opacity))
}

.bg-sky-950 {
    background-color: rgb(8 47 73 / var(--tw-bg-opacity))
}

.bg-slate-200 {
    background-color: rgb(243 243 243 / var(--tw-bg-opacity))
}

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

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

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

.bg-zinc-200 {
    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-8 {
    padding-top: 2rem
}

.pt-9 {
    padding-top: 2.25rem
}

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

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

.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-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\] {
    color: rgb(255 0 0 / var(--tw-text-opacity))
}

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

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

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

.text-current {
    color: currentColor
}

.text-orange-500 {
    color: rgb(249 115 22 / var(--tw-text-opacity))
}

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

.text-red-700 {
    color: rgb(185 28 28 / var(--tw-text-opacity))
}

.text-red-900 {
    color: rgb(127 29 29 / var(--tw-text-opacity))
}

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

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

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

.text-zinc-600 {
    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))
}

.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
}

.hover\:scale-105:hover {
    --tw-scale-y: 1.05
}

.flex-wrap {
    flex-wrap: wrap
}

#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
}

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

.appearance_mobile {
    display: none;
}
.appearance_desktop {
    display: block;
}

.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;
}

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

#smartplayer {
    border-radius: 10px!important;
}

.video-wrap {
    position: relative;
}

.video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

video.Tech__video {
    left: unset!important;
    top: 50%!important;
}

@media (max-width: 768px) {
    #smartplayer {
        border-radius: 0px!important;
    }    

    .player-fake-fs[data-fullscreen='true'] {
        height: fit-content!important;
    }

    .video-wrap video {
        min-width: 100vw;
        min-height: auto;
        width: 100%;
        height: auto;
    }
}

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

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

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

    .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(1rem, 1.50vw, 1.75rem);
        line-height: 1.17;
        font-weight: 500
    }
    .heading_4 {
        font-size: clamp(1.3rem, 1.3vw, 1.5rem);
        line-height: 1.4
    }
    .appearance_desktop {
        display: none;
    }
    .appearance_mobile {
        display: block;
    }
    .line:after, .line:before {
        width: 16%;
    }
    .right-line:after {
        width: 40%;
    }
}

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

@media only screen and (max-width: 1280px) {
    .real-customers-images {
        flex-wrap: wrap
    }
}

@media (min-width: 640px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
        max-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-auto {
        width: auto
    }

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

    .sm\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
    .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) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        max-width: 768px
    }

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

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

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

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

    .md\:gap-2 {
        gap: .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) {
    .container {
        max-width: 1024px
    }

    .lg\:scale-100, .lg\:scale-125 {
        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\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

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

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

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

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

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

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

    .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
    }

    .lg\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25
    }

    .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\: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-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) {
    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }

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

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

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

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

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

    .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
    }
}

.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-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);
}

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

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

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

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

@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
    }
}

@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: 20px;
    }

    .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;
    !important
    }

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

.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;
}

.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;
}

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

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

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

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

.buyBottleFlip {
    transition: transform 0.4s ease;
}

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

.countdown-time.dtc {
    margin-bottom: 30px;
}


.heading_5 {
    font-size: clamp(1rem, 1.2vw, 1.75rem);
    line-height: 1.3;
}

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