@charset "UTF-8";

/* node_modules/@splidejs/splide/dist/css/splide.min.css */
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.splide__arrow:disabled {
  opacity: .3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

/* assets/scss/style.scss */
:root {
  --primary-button-color: #0118D8;
  --hover-button-color: #0013ba;
  --checkout-button-color: #0118D8;
  --checkout-hover-button-color: #0013ba;
}
:root {
  --color-primary: #00B2FF;
  --color-secondary: #3CE6CA;
  --color-accent: #F78DC5;
  --color-lavender: #CFD1FF;
  --color-mint: #83FFCB;
  --color-label: #5A63FF;
  --color-white: #FFF;
  --color-black: #000;
  --color-dark: #000000;
  --color-gray: #D9D9D9;
  --color-grey-500: #64748B;
  --color-grey-600: #667085;
  --color-grey-50: #F9F9F9;
  --color-success: #3CE6CA;
  --color-warning: #F78DC5;
  --color-error: #F78DC5;
  --color-info: #00B2FF;
  --color-bg-primary: #FFF;
  --color-bg-secondary: #CFD1FF;
  --color-bg-dark: #1D2939;
  --color-bg-light: #F8F9FA;
  --color-bg-card: var(--color-grey-50);
  --color-text-primary: #000000;
  --color-text-secondary: #6B7280;
  --color-text-light: #9CA3AF;
  --color-text-inverse: #FFF;
  --color-btn-primary: #00B2FF;
  --color-btn-primary-hover: #0096DB;
  --color-btn-secondary: #3CE6CA;
  --color-btn-secondary-hover: #32C9A8;
  --color-btn-accent: #F78DC5;
  --color-btn-accent-hover: #F570B7;
  --color-border-light: #E5E7EB;
  --color-border-medium: #D1D5DB;
  --color-border-dark: #6B7280;
  --gradient-primary:
    linear-gradient(
      135deg,
      #00B2FF 0%,
      #3CE6CA 100%);
  --gradient-secondary:
    linear-gradient(
      135deg,
      #F78DC5 0%,
      #CFD1FF 100%);
  --gradient-accent:
    linear-gradient(
      135deg,
      #83FFCB 0%,
      #3CE6CA 100%);
  --theme-ui-colors-text: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-background: #fff;
  --theme-ui-colors-backgroundPrimary: #fff;
  --theme-ui-colors-backgroundSecondary: #131916;
  --theme-ui-colors-backgroundTertiary: #0E1310;
  --theme-ui-colors-lightDark: #0E1310;
  --theme-ui-colors-brandPrimary1: var(--primary-button-color);
  --theme-ui-colors-brandPrimary2: #1B8489;
  --theme-ui-colors-brandSecondary1: #E5EBDF;
  --theme-ui-colors-hoverPrimary1: var(--hover-button-color);
  --theme-ui-colors-primary2500: #1B8489;
  --theme-ui-colors-logoTextHeader: #A7A7A7;
  --theme-ui-colors-grey300: #C6CED9;
  --theme-ui-colors-grey400: #A0AEC0;
  --theme-ui-colors-grey500: #A0AEC0;
  --theme-ui-colors-grey600: #8491A0;
  --theme-ui-colors-alert300: #F2827C;
  --theme-ui-colors-alert500: #E92E25;
  --theme-ui-colors-alert1000: #E91010;
  --theme-ui-colors-appPlanBackground: #fff;
  --theme-ui-colors-appPlanBorder: #ECEFF2;
  --theme-ui-colors-appCardPlanBg: #131916;
  --theme-ui-colors-appRadioUncheckedBg: #FFF;
  --theme-ui-colors-appPlanHeaderColor: #A7A7A7;
  --theme-ui-colors-inputColor: #E9E9E9;
  --theme-ui-colors-grey10: #E9E9E9;
  --theme-ui-colors-bestValueContainerBg: #0E1310;
  --theme-ui-colors-bestValueTagBg: #1B8489;
  --theme-ui-colors-bestValueTagText: #FFF;
  --theme-ui-colors-whiteOrBlack: #fff;
}
:root {
  --font-primary:
    "Poppins",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    sans-serif;
  --font-secondary:
    "Poppins",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "Fira Code",
    "Source Code Pro",
    monaco,
    consolas,
    "Courier New",
    monospace;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --font-size-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --font-size-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --font-size-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --font-size-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --font-size-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --font-size-3xl: clamp(2rem, 1.625rem + 1.875vw, 3rem);
  --font-size-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --font-size-5xl: clamp(3rem, 2.5rem + 2.5vw, 4rem);
  --font-size-6xl: clamp(3.75rem, 3rem + 3.75vw, 5rem);
  --line-height-tight: 1.1;
  --line-height-snug: 1.2;
  --line-height-normal: 1.4;
  --line-height-relaxed: 1.6;
  --line-height-loose: 1.8;
  --letter-spacing-tight: -0.05em;
  --letter-spacing-normal: 0em;
  --letter-spacing-wide: 0.05em;
  --letter-spacing-wider: 0.1em;
  --header-nav-font-weight: var(--font-weight-regular);
  --header-nav-font-size: 0.9375rem;
  --header-nav-line-height: 1.5;
  --header-nav-letter-spacing: 0.01em;
  --mobile-nav-font-weight: var(--font-weight-regular);
  --mobile-nav-font-size: 1rem;
  --mobile-nav-line-height: 1.5;
  --mobile-nav-letter-spacing: 0.01em;
}
:root {
  --h1-size: var(--font-size-4xl);
  --h1-weight: var(--font-weight-bold);
  --h1-line-height: var(--line-height-tight);
  --h1-letter-spacing: var(--letter-spacing-tight);
  --h2-size: var(--font-size-3xl);
  --h2-weight: var(--font-weight-semibold);
  --h2-line-height: var(--line-height-snug);
  --h2-letter-spacing: var(--letter-spacing-tight);
  --h3-size: var(--font-size-2xl);
  --h3-weight: var(--font-weight-semibold);
  --h3-line-height: var(--line-height-snug);
  --h3-letter-spacing: var(--letter-spacing-normal);
  --h4-size: var(--font-size-xl);
  --h4-weight: var(--font-weight-medium);
  --h4-line-height: var(--line-height-normal);
  --h4-letter-spacing: var(--letter-spacing-normal);
  --h5-size: var(--font-size-lg);
  --h5-weight: var(--font-weight-medium);
  --h5-line-height: var(--line-height-normal);
  --h5-letter-spacing: var(--letter-spacing-normal);
  --h6-size: var(--font-size-base);
  --h6-weight: var(--font-weight-semibold);
  --h6-line-height: var(--line-height-normal);
  --h6-letter-spacing: var(--letter-spacing-wide);
}
.font-light {
  font-weight: var(--font-weight-light);
}
.font-regular {
  font-weight: var(--font-weight-regular);
}
.font-medium {
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  font-weight: var(--font-weight-semibold);
}
.font-bold {
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.is-style-header1,
.is-style-header2,
.is-style-header3,
.is-style-header4,
.is-style-header5,
.is-style-header6 {
  color: #203E5A;
  clear: both;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}
h1,
.is-style-header1 {
  font-size: calc(1.43125rem + 1.6730769231vw);
}
@media (min-width: 1560px) {
  h1,
  .is-style-header1 {
    font-size: 3.0625rem;
  }
}
h2,
.is-style-header2 {
  font-size: calc(1.36875rem + 1.0961538462vw);
}
@media (min-width: 1560px) {
  h2,
  .is-style-header2 {
    font-size: 2.4375rem;
  }
}
h3,
.is-style-header3 {
  font-size: calc(1.31875rem + 0.6346153846vw);
}
@media (min-width: 1560px) {
  h3,
  .is-style-header3 {
    font-size: 1.9375rem;
  }
}
h4,
.is-style-header4 {
  font-size: calc(1.275rem + 0.2307692308vw);
}
@media (min-width: 1560px) {
  h4,
  .is-style-header4 {
    font-size: 1.5rem;
  }
}
h5,
.is-style-header5 {
  font-size: calc(1.2625rem + 0.1153846154vw);
}
@media (min-width: 1560px) {
  h5,
  .is-style-header5 {
    font-size: 1.375rem;
  }
}
h6,
.is-style-header6 {
  font-size: 1.25rem;
}
:root {
  --primary-button-color: #0118D8;
  --hover-button-color: #0013ba;
  --checkout-button-color: #0118D8;
  --checkout-hover-button-color: #0013ba;
}
:root {
  --color-primary: #00B2FF;
  --color-secondary: #3CE6CA;
  --color-accent: #F78DC5;
  --color-lavender: #CFD1FF;
  --color-mint: #83FFCB;
  --color-label: #5A63FF;
  --color-white: #FFF;
  --color-black: #000;
  --color-dark: #000000;
  --color-gray: #D9D9D9;
  --color-grey-500: #64748B;
  --color-grey-600: #667085;
  --color-grey-50: #F9F9F9;
  --color-success: #3CE6CA;
  --color-warning: #F78DC5;
  --color-error: #F78DC5;
  --color-info: #00B2FF;
  --color-bg-primary: #FFF;
  --color-bg-secondary: #CFD1FF;
  --color-bg-dark: #1D2939;
  --color-bg-light: #F8F9FA;
  --color-bg-card: var(--color-grey-50);
  --color-text-primary: #000000;
  --color-text-secondary: #6B7280;
  --color-text-light: #9CA3AF;
  --color-text-inverse: #FFF;
  --color-btn-primary: #00B2FF;
  --color-btn-primary-hover: #0096DB;
  --color-btn-secondary: #3CE6CA;
  --color-btn-secondary-hover: #32C9A8;
  --color-btn-accent: #F78DC5;
  --color-btn-accent-hover: #F570B7;
  --color-border-light: #E5E7EB;
  --color-border-medium: #D1D5DB;
  --color-border-dark: #6B7280;
  --gradient-primary:
    linear-gradient(
      135deg,
      #00B2FF 0%,
      #3CE6CA 100%);
  --gradient-secondary:
    linear-gradient(
      135deg,
      #F78DC5 0%,
      #CFD1FF 100%);
  --gradient-accent:
    linear-gradient(
      135deg,
      #83FFCB 0%,
      #3CE6CA 100%);
  --theme-ui-colors-text: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-background: #fff;
  --theme-ui-colors-backgroundPrimary: #fff;
  --theme-ui-colors-backgroundSecondary: #131916;
  --theme-ui-colors-backgroundTertiary: #0E1310;
  --theme-ui-colors-lightDark: #0E1310;
  --theme-ui-colors-brandPrimary1: var(--primary-button-color);
  --theme-ui-colors-brandPrimary2: #1B8489;
  --theme-ui-colors-brandSecondary1: #E5EBDF;
  --theme-ui-colors-hoverPrimary1: var(--hover-button-color);
  --theme-ui-colors-primary2500: #1B8489;
  --theme-ui-colors-logoTextHeader: #A7A7A7;
  --theme-ui-colors-grey300: #C6CED9;
  --theme-ui-colors-grey400: #A0AEC0;
  --theme-ui-colors-grey500: #A0AEC0;
  --theme-ui-colors-grey600: #8491A0;
  --theme-ui-colors-alert300: #F2827C;
  --theme-ui-colors-alert500: #E92E25;
  --theme-ui-colors-alert1000: #E91010;
  --theme-ui-colors-appPlanBackground: #fff;
  --theme-ui-colors-appPlanBorder: #ECEFF2;
  --theme-ui-colors-appCardPlanBg: #131916;
  --theme-ui-colors-appRadioUncheckedBg: #FFF;
  --theme-ui-colors-appPlanHeaderColor: #A7A7A7;
  --theme-ui-colors-inputColor: #E9E9E9;
  --theme-ui-colors-grey10: #E9E9E9;
  --theme-ui-colors-bestValueContainerBg: #0E1310;
  --theme-ui-colors-bestValueTagBg: #1B8489;
  --theme-ui-colors-bestValueTagText: #FFF;
  --theme-ui-colors-whiteOrBlack: #fff;
}
:root {
  --font-primary:
    "Poppins",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    sans-serif;
  --font-secondary:
    "Poppins",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "Fira Code",
    "Source Code Pro",
    monaco,
    consolas,
    "Courier New",
    monospace;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --font-size-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --font-size-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --font-size-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --font-size-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --font-size-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --font-size-3xl: clamp(2rem, 1.625rem + 1.875vw, 3rem);
  --font-size-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --font-size-5xl: clamp(3rem, 2.5rem + 2.5vw, 4rem);
  --font-size-6xl: clamp(3.75rem, 3rem + 3.75vw, 5rem);
  --line-height-tight: 1.1;
  --line-height-snug: 1.2;
  --line-height-normal: 1.4;
  --line-height-relaxed: 1.6;
  --line-height-loose: 1.8;
  --letter-spacing-tight: -0.05em;
  --letter-spacing-normal: 0em;
  --letter-spacing-wide: 0.05em;
  --letter-spacing-wider: 0.1em;
  --header-nav-font-weight: var(--font-weight-regular);
  --header-nav-font-size: 0.9375rem;
  --header-nav-line-height: 1.5;
  --header-nav-letter-spacing: 0.01em;
  --mobile-nav-font-weight: var(--font-weight-regular);
  --mobile-nav-font-size: 1rem;
  --mobile-nav-line-height: 1.5;
  --mobile-nav-letter-spacing: 0.01em;
}
:root {
  --h1-size: var(--font-size-4xl);
  --h1-weight: var(--font-weight-bold);
  --h1-line-height: var(--line-height-tight);
  --h1-letter-spacing: var(--letter-spacing-tight);
  --h2-size: var(--font-size-3xl);
  --h2-weight: var(--font-weight-semibold);
  --h2-line-height: var(--line-height-snug);
  --h2-letter-spacing: var(--letter-spacing-tight);
  --h3-size: var(--font-size-2xl);
  --h3-weight: var(--font-weight-semibold);
  --h3-line-height: var(--line-height-snug);
  --h3-letter-spacing: var(--letter-spacing-normal);
  --h4-size: var(--font-size-xl);
  --h4-weight: var(--font-weight-medium);
  --h4-line-height: var(--line-height-normal);
  --h4-letter-spacing: var(--letter-spacing-normal);
  --h5-size: var(--font-size-lg);
  --h5-weight: var(--font-weight-medium);
  --h5-line-height: var(--line-height-normal);
  --h5-letter-spacing: var(--letter-spacing-normal);
  --h6-size: var(--font-size-base);
  --h6-weight: var(--font-weight-semibold);
  --h6-line-height: var(--line-height-normal);
  --h6-letter-spacing: var(--letter-spacing-wide);
}
.font-light {
  font-weight: var(--font-weight-light);
}
.font-regular {
  font-weight: var(--font-weight-regular);
}
.font-medium {
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  font-weight: var(--font-weight-semibold);
}
.font-bold {
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}
p {
  font-weight: 400;
  line-height: 1.44;
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: calc(1.325rem + 0.6923076923vw);
}
@media (min-width: 1560px) {
  p {
    margin-bottom: 2rem;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f8f9fa;
  font-family: var(--font-mono);
  line-height: var(--line-height-relaxed);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: var(--font-mono);
}
abbr,
acronym {
  border-bottom: 1px dotted #1D2939;
  cursor: help;
}
mark,
ins {
  background: #CFD1FF;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #494D50;
  line-height: var(--line-height-normal);
}
.label {
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-label);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 100%;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ul,
.entry-content ol {
  margin: 0;
  padding: 0 30px;
}
.entry-content ul li,
.entry-content ol li {
  font-weight: 300;
  line-height: 1.44;
  font-size: 1.125rem;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
:root {
  --primary-button-color: #0118D8;
  --hover-button-color: #0013ba;
  --checkout-button-color: #0118D8;
  --checkout-hover-button-color: #0013ba;
}
:root {
  --color-primary: #00B2FF;
  --color-secondary: #3CE6CA;
  --color-accent: #F78DC5;
  --color-lavender: #CFD1FF;
  --color-mint: #83FFCB;
  --color-label: #5A63FF;
  --color-white: #FFF;
  --color-black: #000;
  --color-dark: #000000;
  --color-gray: #D9D9D9;
  --color-grey-500: #64748B;
  --color-grey-600: #667085;
  --color-grey-50: #F9F9F9;
  --color-success: #3CE6CA;
  --color-warning: #F78DC5;
  --color-error: #F78DC5;
  --color-info: #00B2FF;
  --color-bg-primary: #FFF;
  --color-bg-secondary: #CFD1FF;
  --color-bg-dark: #1D2939;
  --color-bg-light: #F8F9FA;
  --color-bg-card: var(--color-grey-50);
  --color-text-primary: #000000;
  --color-text-secondary: #6B7280;
  --color-text-light: #9CA3AF;
  --color-text-inverse: #FFF;
  --color-btn-primary: #00B2FF;
  --color-btn-primary-hover: #0096DB;
  --color-btn-secondary: #3CE6CA;
  --color-btn-secondary-hover: #32C9A8;
  --color-btn-accent: #F78DC5;
  --color-btn-accent-hover: #F570B7;
  --color-border-light: #E5E7EB;
  --color-border-medium: #D1D5DB;
  --color-border-dark: #6B7280;
  --gradient-primary:
    linear-gradient(
      135deg,
      #00B2FF 0%,
      #3CE6CA 100%);
  --gradient-secondary:
    linear-gradient(
      135deg,
      #F78DC5 0%,
      #CFD1FF 100%);
  --gradient-accent:
    linear-gradient(
      135deg,
      #83FFCB 0%,
      #3CE6CA 100%);
  --theme-ui-colors-text: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-background: #fff;
  --theme-ui-colors-backgroundPrimary: #fff;
  --theme-ui-colors-backgroundSecondary: #131916;
  --theme-ui-colors-backgroundTertiary: #0E1310;
  --theme-ui-colors-lightDark: #0E1310;
  --theme-ui-colors-brandPrimary1: var(--primary-button-color);
  --theme-ui-colors-brandPrimary2: #1B8489;
  --theme-ui-colors-brandSecondary1: #E5EBDF;
  --theme-ui-colors-hoverPrimary1: var(--hover-button-color);
  --theme-ui-colors-primary2500: #1B8489;
  --theme-ui-colors-logoTextHeader: #A7A7A7;
  --theme-ui-colors-grey300: #C6CED9;
  --theme-ui-colors-grey400: #A0AEC0;
  --theme-ui-colors-grey500: #A0AEC0;
  --theme-ui-colors-grey600: #8491A0;
  --theme-ui-colors-alert300: #F2827C;
  --theme-ui-colors-alert500: #E92E25;
  --theme-ui-colors-alert1000: #E91010;
  --theme-ui-colors-appPlanBackground: #fff;
  --theme-ui-colors-appPlanBorder: #ECEFF2;
  --theme-ui-colors-appCardPlanBg: #131916;
  --theme-ui-colors-appRadioUncheckedBg: #FFF;
  --theme-ui-colors-appPlanHeaderColor: #A7A7A7;
  --theme-ui-colors-inputColor: #E9E9E9;
  --theme-ui-colors-grey10: #E9E9E9;
  --theme-ui-colors-bestValueContainerBg: #0E1310;
  --theme-ui-colors-bestValueTagBg: #1B8489;
  --theme-ui-colors-bestValueTagText: #FFF;
  --theme-ui-colors-whiteOrBlack: #fff;
}
a {
  color: #00B2FF;
  outline: none !important;
}
a:hover,
a:focus,
a:active {
  color: #0096DB;
}
a:hover,
a:focus,
a:active {
  outline: 0;
}
:root {
  --primary-button-color: #0118D8;
  --hover-button-color: #0013ba;
  --checkout-button-color: #0118D8;
  --checkout-hover-button-color: #0013ba;
}
:root {
  --color-primary: #00B2FF;
  --color-secondary: #3CE6CA;
  --color-accent: #F78DC5;
  --color-lavender: #CFD1FF;
  --color-mint: #83FFCB;
  --color-label: #5A63FF;
  --color-white: #FFF;
  --color-black: #000;
  --color-dark: #000000;
  --color-gray: #D9D9D9;
  --color-grey-500: #64748B;
  --color-grey-600: #667085;
  --color-grey-50: #F9F9F9;
  --color-success: #3CE6CA;
  --color-warning: #F78DC5;
  --color-error: #F78DC5;
  --color-info: #00B2FF;
  --color-bg-primary: #FFF;
  --color-bg-secondary: #CFD1FF;
  --color-bg-dark: #1D2939;
  --color-bg-light: #F8F9FA;
  --color-bg-card: var(--color-grey-50);
  --color-text-primary: #000000;
  --color-text-secondary: #6B7280;
  --color-text-light: #9CA3AF;
  --color-text-inverse: #FFF;
  --color-btn-primary: #00B2FF;
  --color-btn-primary-hover: #0096DB;
  --color-btn-secondary: #3CE6CA;
  --color-btn-secondary-hover: #32C9A8;
  --color-btn-accent: #F78DC5;
  --color-btn-accent-hover: #F570B7;
  --color-border-light: #E5E7EB;
  --color-border-medium: #D1D5DB;
  --color-border-dark: #6B7280;
  --gradient-primary:
    linear-gradient(
      135deg,
      #00B2FF 0%,
      #3CE6CA 100%);
  --gradient-secondary:
    linear-gradient(
      135deg,
      #F78DC5 0%,
      #CFD1FF 100%);
  --gradient-accent:
    linear-gradient(
      135deg,
      #83FFCB 0%,
      #3CE6CA 100%);
  --theme-ui-colors-text: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-background: #fff;
  --theme-ui-colors-backgroundPrimary: #fff;
  --theme-ui-colors-backgroundSecondary: #131916;
  --theme-ui-colors-backgroundTertiary: #0E1310;
  --theme-ui-colors-lightDark: #0E1310;
  --theme-ui-colors-brandPrimary1: var(--primary-button-color);
  --theme-ui-colors-brandPrimary2: #1B8489;
  --theme-ui-colors-brandSecondary1: #E5EBDF;
  --theme-ui-colors-hoverPrimary1: var(--hover-button-color);
  --theme-ui-colors-primary2500: #1B8489;
  --theme-ui-colors-logoTextHeader: #A7A7A7;
  --theme-ui-colors-grey300: #C6CED9;
  --theme-ui-colors-grey400: #A0AEC0;
  --theme-ui-colors-grey500: #A0AEC0;
  --theme-ui-colors-grey600: #8491A0;
  --theme-ui-colors-alert300: #F2827C;
  --theme-ui-colors-alert500: #E92E25;
  --theme-ui-colors-alert1000: #E91010;
  --theme-ui-colors-appPlanBackground: #fff;
  --theme-ui-colors-appPlanBorder: #ECEFF2;
  --theme-ui-colors-appCardPlanBg: #131916;
  --theme-ui-colors-appRadioUncheckedBg: #FFF;
  --theme-ui-colors-appPlanHeaderColor: #A7A7A7;
  --theme-ui-colors-inputColor: #E9E9E9;
  --theme-ui-colors-grey10: #E9E9E9;
  --theme-ui-colors-bestValueContainerBg: #0E1310;
  --theme-ui-colors-bestValueTagBg: #1B8489;
  --theme-ui-colors-bestValueTagText: #FFF;
  --theme-ui-colors-whiteOrBlack: #fff;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #00B2FF;
  border-radius: 3px;
  background: #00B2FF;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: none !important;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #0096DB;
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #3CE6CA;
}
:root {
  --primary-button-color: #0118D8;
  --hover-button-color: #0013ba;
  --checkout-button-color: #0118D8;
  --checkout-hover-button-color: #0013ba;
}
:root {
  --color-primary: #00B2FF;
  --color-secondary: #3CE6CA;
  --color-accent: #F78DC5;
  --color-lavender: #CFD1FF;
  --color-mint: #83FFCB;
  --color-label: #5A63FF;
  --color-white: #FFF;
  --color-black: #000;
  --color-dark: #000000;
  --color-gray: #D9D9D9;
  --color-grey-500: #64748B;
  --color-grey-600: #667085;
  --color-grey-50: #F9F9F9;
  --color-success: #3CE6CA;
  --color-warning: #F78DC5;
  --color-error: #F78DC5;
  --color-info: #00B2FF;
  --color-bg-primary: #FFF;
  --color-bg-secondary: #CFD1FF;
  --color-bg-dark: #1D2939;
  --color-bg-light: #F8F9FA;
  --color-bg-card: var(--color-grey-50);
  --color-text-primary: #000000;
  --color-text-secondary: #6B7280;
  --color-text-light: #9CA3AF;
  --color-text-inverse: #FFF;
  --color-btn-primary: #00B2FF;
  --color-btn-primary-hover: #0096DB;
  --color-btn-secondary: #3CE6CA;
  --color-btn-secondary-hover: #32C9A8;
  --color-btn-accent: #F78DC5;
  --color-btn-accent-hover: #F570B7;
  --color-border-light: #E5E7EB;
  --color-border-medium: #D1D5DB;
  --color-border-dark: #6B7280;
  --gradient-primary:
    linear-gradient(
      135deg,
      #00B2FF 0%,
      #3CE6CA 100%);
  --gradient-secondary:
    linear-gradient(
      135deg,
      #F78DC5 0%,
      #CFD1FF 100%);
  --gradient-accent:
    linear-gradient(
      135deg,
      #83FFCB 0%,
      #3CE6CA 100%);
  --theme-ui-colors-text: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-background: #fff;
  --theme-ui-colors-backgroundPrimary: #fff;
  --theme-ui-colors-backgroundSecondary: #131916;
  --theme-ui-colors-backgroundTertiary: #0E1310;
  --theme-ui-colors-lightDark: #0E1310;
  --theme-ui-colors-brandPrimary1: var(--primary-button-color);
  --theme-ui-colors-brandPrimary2: #1B8489;
  --theme-ui-colors-brandSecondary1: #E5EBDF;
  --theme-ui-colors-hoverPrimary1: var(--hover-button-color);
  --theme-ui-colors-primary2500: #1B8489;
  --theme-ui-colors-logoTextHeader: #A7A7A7;
  --theme-ui-colors-grey300: #C6CED9;
  --theme-ui-colors-grey400: #A0AEC0;
  --theme-ui-colors-grey500: #A0AEC0;
  --theme-ui-colors-grey600: #8491A0;
  --theme-ui-colors-alert300: #F2827C;
  --theme-ui-colors-alert500: #E92E25;
  --theme-ui-colors-alert1000: #E91010;
  --theme-ui-colors-appPlanBackground: #fff;
  --theme-ui-colors-appPlanBorder: #ECEFF2;
  --theme-ui-colors-appCardPlanBg: #131916;
  --theme-ui-colors-appRadioUncheckedBg: #FFF;
  --theme-ui-colors-appPlanHeaderColor: #A7A7A7;
  --theme-ui-colors-inputColor: #E9E9E9;
  --theme-ui-colors-grey10: #E9E9E9;
  --theme-ui-colors-bestValueContainerBg: #0E1310;
  --theme-ui-colors-bestValueTagBg: #1B8489;
  --theme-ui-colors-bestValueTagText: #FFF;
  --theme-ui-colors-whiteOrBlack: #fff;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #1D2939;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 3px;
  outline: none !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}
select {
  border: 1px solid #D9D9D9;
}
textarea {
  width: 100%;
}
.updated:not(.published) {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
  margin: 0 0 1.5rem;
  line-height: var(--line-height-snug);
}
h1 {
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
}
h2 {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
}
h3 {
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
}
h4 {
  font-size: var(--h4-size);
  font-weight: var(--h4-weight);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
}
h5 {
  font-size: var(--h5-size);
  font-weight: var(--h5-weight);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
}
h6 {
  font-size: var(--h6-size);
  font-weight: var(--h6-weight);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-letter-spacing);
}
p {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
}
.lead {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-secondary);
}
small,
.small {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
}
a {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration-thickness: 2px;
}
a:visited {
  color: inherit;
}
a:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
ul,
ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
li {
  margin-bottom: 0.5rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}
dt {
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0.5rem;
}
dd {
  margin: 0 0 1.5rem 1.5rem;
}
code,
kbd,
tt,
var {
  font-family: var(--font-mono);
  font-size: 0.875em;
  background-color: var(--color-bg-light);
  color: var(--color-text-primary);
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
}
pre {
  font-family: var(--font-mono);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-relaxed);
  background-color: var(--color-bg-dark);
  color: var(--color-text-inverse);
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 0 0 1.5rem;
}
pre code {
  background: none;
  padding: 0;
  color: inherit;
}
input[type=submit] {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-wide);
  color: var(--color-text-inverse);
  background-color: var(--color-btn-primary);
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
input[type=submit]:hover {
  background-color: var(--color-btn-primary-hover);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
input[type=submit]:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
input[type=submit]:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
input[type=submit].btn-secondary {
  background-color: var(--color-btn-secondary);
}
input[type=submit].btn-secondary:hover {
  background-color: var(--color-btn-secondary-hover);
}
input[type=submit].btn-accent {
  background-color: var(--color-btn-accent);
}
input[type=submit].btn-accent:hover {
  background-color: var(--color-btn-accent-hover);
}
input[type=submit].btn-outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
input[type=submit].btn-outline:hover {
  background-color: var(--color-primary);
  color: var(--color-text-inverse);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  border: 2px solid var(--color-border-light);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 3px var(--color-primary-10);
  box-shadow: 0 0 0 3px var(--color-primary-10);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-text-light);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-text-light);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-text-light);
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--color-text-light);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--color-text-light);
}
blockquote {
  margin: 0 0 1.5rem;
  padding: 1.5rem 2rem;
  background-color: var(--color-bg-light);
  border-left: 4px solid var(--color-primary);
  font-size: var(--font-size-lg);
  font-style: italic;
  line-height: var(--line-height-relaxed);
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: var(--font-size-sm);
  font-style: normal;
  color: var(--color-text-secondary);
}
blockquote cite::before {
  content: "\2014  ";
}
table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
  font-size: var(--font-size-sm);
}
th,
td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border-light);
}
th {
  font-weight: var(--font-weight-semibold);
  background-color: var(--color-bg-light);
  color: var(--color-text-primary);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-accent {
  color: var(--color-accent);
}
.text-dark {
  color: var(--color-dark);
}
.text-light {
  color: var(--color-text-light);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-dark {
  background-color: var(--color-dark);
}
.bg-light {
  background-color: var(--color-bg-light);
}
.gradient-primary {
  background: var(--gradient-primary);
}
.gradient-secondary {
  background: var(--gradient-secondary);
}
.gradient-accent {
  background: var(--gradient-accent);
}
.sale-banner {
  display: none;
}
.home .sale-banner {
  display: block;
}
.header {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.header .container {
  max-width: 1088px;
  margin: 0 auto;
  padding: 17px 16px;
}
.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-logo a {
  display: block;
  line-height: 0;
}
.header-logo img {
  height: auto;
  max-width: 100%;
}
.header-logo .logo-main {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 180px;
  display: block;
}
.header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  display: none !important;
}
.header-nav {
  display: none;
}
@media (min-width: 768px) {
  .header-nav {
    display: block;
  }
}
.header-nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.header-nav .nav-menu li {
  margin: 0;
}
.header-nav .nav-menu li a {
  display: block;
  padding: 4px 10px;
  color: #000000;
  text-decoration: none;
  font-weight: var(--header-nav-font-weight);
  font-size: var(--header-nav-font-size);
  line-height: var(--header-nav-line-height);
  letter-spacing: var(--header-nav-letter-spacing);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.header-nav .nav-menu li a:hover,
.header-nav .nav-menu li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-nav .nav-menu li.current-menu-item a,
.header-nav .nav-menu li.current-page-ancestor a {
  background-color: rgba(255, 255, 255, 0.15);
}
.mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-menu-toggle .hamburger-line {
  width: 16px;
  height: 2px;
  background-color: #6b7280;
  margin: 2px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.mobile-menu-toggle .hamburger-line:first-child {
  margin-top: 0;
}
.mobile-menu-toggle .hamburger-line:last-child {
  margin-bottom: 0;
}
.mobile-menu-toggle:hover .hamburger-line {
  background-color: #6b7280;
}
.mobile-menu-toggle.is-open .hamburger-line:first-child {
  -webkit-transform: rotate(45deg) translate(0.22rem, 0.22rem);
  transform: rotate(45deg) translate(0.22rem, 0.22rem);
}
.mobile-menu-toggle.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.is-open .hamburger-line:last-child {
  -webkit-transform: rotate(-45deg) translate(0.31rem, -0.31rem);
  transform: rotate(-45deg) translate(0.31rem, -0.31rem);
}
.mobile-nav {
  display: none;
  background-color: #6870FA;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav.is-open {
  display: block;
}
.mobile-nav .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 20px 16px;
}
.mobile-nav .mobile-nav-menu li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav .mobile-nav-menu li:last-child {
  border-bottom: none;
}
.mobile-nav .mobile-nav-menu li a {
  display: block;
  padding: 15px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: var(--mobile-nav-font-weight);
  font-size: var(--mobile-nav-font-size);
  line-height: var(--mobile-nav-line-height);
  letter-spacing: var(--mobile-nav-letter-spacing);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mobile-nav .mobile-nav-menu li a:hover,
.mobile-nav .mobile-nav-menu li a:focus {
  color: #EBEBFF;
}
.mobile-nav .mobile-nav-menu li.current-menu-item a,
.mobile-nav .mobile-nav-menu li.current-page-ancestor a {
  color: #EBEBFF;
  font-weight: 500;
}
html {
  scroll-behavior: smooth;
}
.header a:focus,
.header button:focus {
  outline: 2px solid #EBEBFF;
  outline-offset: 2px;
}
.quiz-template-results-page-2 {
  padding-top: 80px !important;
}
.quiz-template-results-page-2 .quiz-header {
  display: none !important;
}
.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}
.updated:not(.published) {
  display: none;
}
.sale-banner {
  background: #000;
  color: #fff;
  padding: 0.5rem 0;
  overflow: hidden;
  height: 2.5rem;
  position: sticky;
  top: 0;
  z-index: 101;
}
.sale-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 25s linear infinite;
  animation: scroll-left 25s linear infinite;
  will-change: transform;
}
.sale-banner-content p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.hero-section {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 47.9375rem) {
  .hero-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 991.5px) {
  .hero-section--static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .hero-section--static .hero-background {
    height: auto;
    width: 100%;
    max-width: 85%;
    margin: auto;
    aspect-ratio: 1/0.6;
  }
  .hero-section--static .hero-title {
    margin-top: 0 !important;
  }
}
.hero-background {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 47.9375rem) {
  .hero-background {
    width: 50%;
    height: 100vh;
  }
}
.hero-background-image--desktop {
  height: 100%;
  width: initial;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  -webkit-animation: scroll-background 3500s linear infinite;
  animation: scroll-background 3500s linear infinite;
  display: none;
}
@media screen and (min-width: 47.9375rem) {
  .hero-background-image--desktop {
    display: block;
  }
}
.hero-background-image--mobile {
  height: 100%;
  width: initial;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  -webkit-animation: scroll-background-x 8000s linear infinite;
  animation: scroll-background-x 8000s linear infinite;
  display: block;
}
@media screen and (min-width: 47.9375rem) {
  .hero-background-image--mobile {
    display: none;
  }
}
@-webkit-keyframes scroll-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 24000%;
  }
}
@keyframes scroll-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 24000%;
  }
}
@-webkit-keyframes scroll-background-x {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 24000% 0;
  }
}
@keyframes scroll-background-x {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 24000% 0;
  }
}
.hero-background-image--static {
  -webkit-animation: none !important;
  animation: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media screen and (min-width: 992px) {
  .hero-background-image--static {
    margin-right: 2rem;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .hero-content {
    width: 50%;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767.5px) {
  .hero-content {
    margin-top: 0;
  }
}
.hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero-text {
    gap: 1rem;
  }
}
.hero-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 2.625rem;
  text-align: start;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: block;
  white-space: normal;
}
@media screen and (min-width: 47.9375rem) {
  .hero-title {
    font-size: 3rem;
    line-height: 3.9375rem;
    margin-top: 4rem;
  }
}
.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin: 1rem 0 0 0;
  width: 100%;
}
.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-icon {
  width: 24px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-icon svg {
  width: 100%;
  height: 100%;
}
.feature-text {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 145%;
  text-align: start;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: block;
  white-space: normal;
}
.age-selector {
  margin: 1rem 0 0 0;
  width: 100%;
}
@media screen and (min-width: 23.5rem) {
  .age-selector {
    margin: 1rem 0 0 0;
  }
}
@media screen and (min-width: 47.9375rem) {
  .age-selector {
    margin: 1rem 0 0 1rem;
  }
}
.age-selector-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 0 0 1rem 0;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: block;
  white-space: normal;
  line-height: 1.5rem;
}
.age-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
.age-buttons a {
  color: #fff !important;
}
.age-selector-description {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 1rem 0 2rem 0;
  line-height: 1.5;
  text-align: center;
}
.age-button {
  background: var(--primary-button-color);
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 0.02em;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}
.age-button:hover {
  background: var(--hover-button-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 40rem) {
  .age-button {
    width: calc(100vw - 2rem);
  }
}
.homepage-footer {
  width: 100%;
  background-color: #222;
  padding: 2rem 0 1rem 0;
}
@media screen and (min-width: 47.9375rem) {
  .homepage-footer {
    padding: 3rem 0 0;
  }
}
.footer-container {
  width: 100%;
  max-width: 73.75rem;
  margin: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 23.5rem) {
  .footer-container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 47.9375rem) {
  .footer-container {
    padding: 0 2rem 2rem 1rem;
  }
}
@media screen and (min-width: 90rem) {
  .footer-container {
    padding: 0 2rem 2rem 1rem;
  }
}
.footer-content {
  display: block;
  background-color: #222;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  position: relative;
  z-index: 9;
  visibility: visible;
}
@media screen and (min-width: 47.9375rem) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10rem;
  }
}
.footer-logo {
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  margin-bottom: 1rem;
  max-width: 180px;
}
@media screen and (min-width: 47.9375rem) {
  .footer-logo {
    margin-bottom: 0;
  }
}
.footer-links {
  display: block;
  background-color: #222;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 47.9375rem) {
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10rem;
  }
}
.footer-links-column {
  display: block;
  background-color: #222;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .footer-links-column {
    margin-bottom: 1rem;
  }
}
.footer-link {
  color: #fff !important;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 0.975rem;
  font-weight: 700;
  text-align: start;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  text-decoration: none;
  display: block;
}
.footer-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 47.9375rem) {
  .footer-link {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.footer-copyright {
  color: #a7a7a7;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 47.9375rem) {
  .footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .age-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .age-button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-content {
    padding: 1rem;
  }
  .hero-title {
    font-size: 1.75rem;
  }
  .feature-text {
    font-size: 1rem;
  }
}
.quiz-flow-body {
  margin: 0;
  padding: 0;
}
.quiz-flow-body .site {
  padding-top: 0;
  overflow: hidden;
}
.quiz-flow-body.quiz-informational-step .quiz-header__back {
  display: none !important;
}
.quiz-flow-body.quiz-informational-step .quiz-header__progress-text {
  display: none !important;
}
.quiz-flow-body.quiz-informational-step .quiz-header__progress-bar {
  display: none !important;
}
.quiz-header {
  background: white;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quiz-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .quiz-header__content {
    padding: 1.25rem 2rem;
  }
}
.quiz-header__back {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  min-width: 44px;
  height: 44px;
}
.quiz-header__back:hover {
  background-color: rgba(0, 178, 255, 0.1);
}
.quiz-header__back:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quiz-header__back svg {
  width: 24px;
  height: 24px;
}
.quiz-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quiz-header__logo .quiz-logo-main {
  max-height: 40px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .quiz-header__logo .quiz-logo-main {
    max-height: 45px;
  }
}
.quiz-header__progress-text {
  min-width: 44px;
  text-align: right;
  font-weight: 600;
  color: var(--color-dark);
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  .quiz-header__progress-text {
    font-size: 1rem;
  }
}
.quiz-header__progress-bar {
  height: 4px;
  background-color: rgba(0, 178, 255, 0.15);
  width: 100%;
}
.quiz-header__progress-fill {
  height: 100%;
  background-color: #0118D8;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  border-radius: 0;
}
.quiz-flow-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .quiz-flow-container {
    padding: 3rem 2rem;
  }
}
.quiz-flow-header {
  margin-bottom: 3rem;
  text-align: center;
}
.quiz-flow-progress {
  margin-bottom: 2rem;
}
.quiz-flow-progress__bar {
  width: 100%;
  height: 8px;
  background-color: var(--color-gray);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.quiz-flow-progress__fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), to(var(--color-secondary)));
  background:
    linear-gradient(
      90deg,
      var(--color-primary) 0%,
      var(--color-secondary) 100%);
  border-radius: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.quiz-flow-progress__text {
  font-size: 0.875rem;
  color: var(--color-dark);
  font-weight: 500;
}
.quiz-flow-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .quiz-flow-title {
    font-size: 2.5rem;
  }
}
.quiz-flow-description {
  font-size: 1.125rem;
  color: var(--color-dark);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}
.quiz-item.quiz-item--hidden {
  display: none !important;
}
.quiz-item.quiz-item--visible {
  display: block !important;
}
.quiz-item__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .quiz-item__title {
    font-size: 1.75rem;
  }
}
.quiz-item__body {
  font-size: 1rem;
  color: var(--color-dark);
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: center;
}
.quiz-item__body p {
  margin-bottom: 1rem;
}
.quiz-navigation {
  text-align: center;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quiz-btn {
  display: inline-block;
  background:
    linear-gradient(
      135deg,
      var(--color-primary) 0%,
      var(--color-secondary) 100%);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 200px;
}
.quiz-btn:hover:not(:disabled) {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 178, 255, 0.3);
  box-shadow: 0 8px 25px rgba(0, 178, 255, 0.3);
}
.quiz-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quiz-btn--finish {
  background:
    linear-gradient(
      135deg,
      var(--color-accent) 0%,
      var(--color-lavender) 100%);
}
.quiz-btn--back {
  background:
    linear-gradient(
      135deg,
      var(--color-gray) 0%,
      #b0b0b0 100%);
  color: var(--color-dark);
}
.quiz-flow-error {
  text-align: center;
  padding: 3rem 2rem;
}
.quiz-flow-error h1,
.quiz-flow-error h2 {
  color: var(--color-dark);
  margin-bottom: 1rem;
}
.quiz-flow-error p {
  color: var(--color-dark);
  opacity: 0.8;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.5px) {
  .quiz-flow-container {
    padding: 1rem 0.5rem;
  }
  .quiz-item__content {
    padding: 1.5rem;
  }
  .quiz-flow-title {
    font-size: 1.5rem;
  }
  .quiz-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quiz-btn {
    min-width: 160px;
  }
}
.quiz-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.quiz-template__header {
  padding: 0rem 1rem 0rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .quiz-template__header {
    padding: 1rem 2rem 0rem;
  }
}
.quiz-template__main-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .quiz-template__main-title {
    font-size: 2.25rem;
  }
}
.quiz-template__subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.quiz-template__subtitle strong,
.quiz-template__subtitle b {
  font-weight: 700;
}
.quiz-template__timer {
  font-size: 0.75rem;
  color: var(--color-dark);
  margin: 0;
}
.quiz-template__timer strong {
  font-weight: 700;
}
.quiz-template__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
.quiz-template__footer {
  padding: 1.5rem 1rem 1rem;
}
@media screen and (min-width: 992px) {
  .quiz-template__footer {
    padding: 2rem 1rem 1rem;
  }
}
.quiz-template__legal {
  max-width: 312px;
  margin: 0 auto 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
  line-height: 1.4;
}
.quiz-template__legal a {
  color: #0050b2;
  text-decoration: underline;
  font-weight: 600;
}
.quiz-template__legal a:hover {
  text-decoration: none;
}
.quiz-template__copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.4;
  min-height: 24px;
}
.quiz-option-card,
.age-option,
.gender-option {
  position: relative;
  width: 148px;
  height: 160px;
  border: 2px solid var(--primary-button-color);
  border-radius: 12px;
  cursor: pointer;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quiz-option-card__image-container {
  position: relative;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quiz-option-card__image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 136px;
  height: 176px;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
}
.quiz-option-card__button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: var(--primary-button-color);
  border-top: 1px solid rgba(0, 178, 255, 0.2);
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.75rem;
  pointer-events: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.quiz-option-card__text {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.25rem;
}
@media (max-width: 350px) {
  .quiz-option-card__text {
    font-size: 0.875rem;
  }
}
.quiz-option-card__arrow {
  fill: rgba(255, 255, 255, 0.8);
  width: 21px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gender-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.age-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .age-options {
    max-width: 800px;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 0;
  }
}
.age-options .quiz-option-card,
.age-options .age-option,
.age-options .gender-option {
  justify-self: center;
}
@media screen and (max-width: 991.5px) {
  .quiz-template__header {
    padding: 1rem 1rem 0rem;
  }
  .quiz-template__main-title {
    font-size: 1.5rem;
  }
  .quiz-template__options {
    padding: 0.5rem;
  }
  .gender-options {
    gap: 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .age-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 320px;
    padding: 0 1rem;
  }
  .quiz-option-card,
  .gender-option,
  .age-option {
    width: 130px;
    height: 140px;
  }
  .quiz-option-card__image {
    width: 120px;
    height: 150px;
  }
  .quiz-option-card__button {
    height: 36px;
  }
  .quiz-option-card__text {
    font-size: 0.875rem;
  }
}
.testimonials-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #eeeeff;
  padding: 1rem 1.5rem 0;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-template__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
}
.testimonials-template__stats {
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials-template__statistic {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-button-color);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.testimonials-template__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--main-text);
  line-height: 1.4;
}
.testimonials-template__quote-section {
  background: white;
  border-radius: 8px;
  padding: 1.5rem 0.75rem 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.testimonials-template__quote {
  position: relative;
  padding: 0 1.25rem;
  text-align: center;
}
.testimonials-template__quote-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  fill: var(--main-text);
}
.testimonials-template__quote-icon--opening {
  top: -8px;
  left: 0;
}
.testimonials-template__quote-icon--closing {
  bottom: -8px;
  right: 0;
}
.testimonials-template__quote-text {
  font-size: 16px;
  font-weight: 800;
  color: var(--main-text);
  line-height: 1.5;
  text-align: center;
}
.testimonials-template__quote-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.testimonials-template__quote-source-logo {
  height: auto;
  min-height: 38px;
  width: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}
.testimonials-template__mentions {
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials-template__mentions-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-text);
  margin-bottom: 1rem;
}
.testimonials-template__media-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials-template__media-logos-image {
  height: auto;
  min-height: 128px;
  width: 320px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.testimonials-template__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1rem;
  background: var(--main-text);
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .testimonials-template__footer {
    position: relative;
    max-width: 370px;
    margin: 2rem auto 0;
    padding: 0;
    background: transparent;
  }
}
.testimonials-template__continue-btn {
  width: 100%;
  padding: 1rem;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonials-template__continue-btn:hover {
  background: #0095d9;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.testimonials-template__continue-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 767.5px) {
  .testimonials-template {
    padding: 1rem;
  }
  .testimonials-template__content {
    padding-bottom: 104px;
  }
  .testimonials-template__statistic {
    font-size: 26px;
  }
  .testimonials-template__quote-section {
    margin-bottom: 1.5rem;
  }
  .testimonials-template__media-logos-image {
    width: 280px;
    min-height: 100px;
  }
}
.quiz-template--results-page-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
}
.results-page-1__container {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.results-page-1__chart-section {
  margin-bottom: 2rem;
}
.results-page-1__chart-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 992px) {
  .results-page-1__chart-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.results-page-1__chart-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.results-page-1__chart {
  position: relative;
  width: 100%;
}
.results-page-1__chart-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767.5px) {
  .results-page-1__chart-image {
    max-width: 100%;
    height: auto;
    min-height: 300px;
  }
}
.results-page-1__chart-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
  max-width: 656px;
  aspect-ratio: 656/460;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  margin: 0 auto;
}
.results-page-1__chart-placeholder p {
  color: #9ca3af;
  font-size: 0.875rem;
  margin: 0;
}
@media screen and (max-width: 767.5px) {
  .results-page-1__chart-placeholder {
    max-width: 100%;
    height: auto;
    min-height: 300px;
  }
}
.results-page-1__disclaimer {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #9ca3af;
}
@media screen and (min-width: 992px) {
  .results-page-1__disclaimer {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
.results-page-1__bottom-section {
  text-align: center;
}
.results-page-1__bottom-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.multiple-choice-options {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .multiple-choice-options {
    max-width: 580px;
    gap: 1.5rem;
    padding: 0;
  }
}
.multiple-choice-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  padding: 1.25rem 1.5rem;
  background: white;
  border: 1px solid #efefef;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  gap: 0.75rem;
}
.multiple-choice-option:hover {
  background: #f7f7f7;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.multiple-choice-option--selected {
  background: #e3f2fd;
  border: 2px solid var(--primary-button-color);
}
.multiple-choice-options--left .multiple-choice-option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.25rem 4rem 1.25rem 1.5rem;
}
@media (max-width: 375px) {
  .multiple-choice-options--left .multiple-choice-option {
    padding: 1.25rem 2rem 1.25rem 1.5rem;
  }
}
.multiple-choice-options--right .multiple-choice-option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 1.25rem 1.5rem 1.25rem 4rem;
}
@media (max-width: 375px) {
  .multiple-choice-options--right .multiple-choice-option {
    padding: 1.25rem 1.5rem 1.25rem 2rem;
  }
}
.multiple-choice-option__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiple-choice-option__image-element {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.multiple-choice-option__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left !important;
}
.multiple-choice-options--left .multiple-choice-option__text {
  padding-left: 0;
  margin-right: 1rem;
}
.multiple-choice-options--right .multiple-choice-option__text {
  padding-right: 0;
  margin-left: 1rem;
}
.multiple-choice-option__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--main-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}
@media screen and (min-width: 992px) {
  .multiple-choice-option__label {
    font-size: 18px;
  }
}
.multiple-choice-template--multiple .multiple-choice-option {
  position: relative;
}
.multiple-choice-template--multiple .multiple-choice-option:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background: white;
  z-index: 2;
}
.multiple-choice-template--multiple .multiple-choice-option:hover:after {
  border-color: var(--primary-button-color);
}
.multiple-choice-template--multiple .multiple-choice-option.selected {
  border-color: var(--primary-button-color);
  background: #e3f2fd;
}
.multiple-choice-template--multiple .multiple-choice-option.selected:after {
  background: var(--primary-button-color);
  border-color: var(--primary-button-color);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" style="position:relative; left:-1px;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="mr-4 flex-none text-accent"><path d="M14.6668 6.5L8.25016 12.9167L5.3335 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiple-choice-template--multiple .multiple-choice-option.selected .multiple-choice-option__label {
  color: var(--primary-button-color);
  font-weight: 600;
}
.multiple-choice-next-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 178, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 178, 255, 0.3);
}
.multiple-choice-next-btn:disabled {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiple-choice-next-btn:disabled:hover {
  -webkit-transform: none;
  transform: none;
}
.multiple-choice-next-btn:not(:disabled):hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 178, 255, 0.4);
  box-shadow: 0 6px 16px rgba(0, 178, 255, 0.4);
}
.multiple-choice-next-btn:not(:disabled):active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.multiple-choice-next-btn__text {
  display: block;
}
.multiple-choice-other-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #e2e8f0;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .multiple-choice-other-container {
    padding: 1.5rem 2rem;
  }
}
.multiple-choice-other-content {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .multiple-choice-other-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
  }
}
.multiple-choice-other-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--main-text);
  margin: 0;
}
@media screen and (min-width: 992px) {
  .multiple-choice-other-label {
    white-space: nowrap;
    font-size: 1.1rem;
  }
}
.multiple-choice-other-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: var(--main-text);
  background: white;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.multiple-choice-other-text:focus {
  outline: none;
  border-color: var(--primary-button-color);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 178, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 178, 255, 0.1);
}
.multiple-choice-other-text::-webkit-input-placeholder {
  color: #9ca3af;
}
.multiple-choice-other-text::-moz-placeholder {
  color: #9ca3af;
}
.multiple-choice-other-text:-ms-input-placeholder {
  color: #9ca3af;
}
.multiple-choice-other-text::-ms-input-placeholder {
  color: #9ca3af;
}
.multiple-choice-other-text::placeholder {
  color: #9ca3af;
}
@media screen and (min-width: 768px) {
  .multiple-choice-other-text {
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
  }
}
.multiple-choice-other-submit {
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 178, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 178, 255, 0.3);
  white-space: nowrap;
}
.multiple-choice-other-submit:disabled {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiple-choice-other-submit:disabled:hover {
  -webkit-transform: none;
  transform: none;
}
.multiple-choice-other-submit:not(:disabled):hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 178, 255, 0.4);
  box-shadow: 0 6px 16px rgba(0, 178, 255, 0.4);
}
.multiple-choice-other-submit:not(:disabled):active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.multiple-choice-other-submit__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .multiple-choice-other-submit {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.quiz-template--multiple-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  position: relative;
}
.quiz-template--multiple-choices .quiz-template__header {
  text-align: center;
  padding: 2rem 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--multiple-choices .quiz-template__header {
    padding: 3rem 2rem 1.5rem;
  }
}
.quiz-template--multiple-choices .quiz-template__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--multiple-choices .quiz-template__options {
    padding: 0 2rem;
  }
}
.quiz-template--multiple-choices .quiz-template__footer {
  padding: 2rem 1.5rem;
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .quiz-template--multiple-choices .quiz-template__footer {
    padding: 2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .quiz-template--multiple-choices-background .quiz-template__options {
    padding-right: 9rem;
  }
}
.multiple-choices-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 580px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .multiple-choices-container {
    max-width: 1200px;
  }
}
.multiple-choices-options {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .multiple-choices-options {
    max-width: 580px;
    gap: 1.25rem;
    width: 100%;
    margin: 0;
  }
}
.multiple-choices-background-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 400px;
  width: 100%;
  max-width: 400px;
  opacity: 0;
  -webkit-animation: fadeInBackground 0.3s ease-in-out 0.4s forwards;
  animation: fadeInBackground 0.3s ease-in-out 0.4s forwards;
}
@media screen and (min-width: 992px) {
  .multiple-choices-background-fixed {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .multiple-choices-background-fixed {
    height: 600px;
    max-width: 580px;
  }
}
.multiple-choices-background-fixed__image {
  z-index: -10;
  height: 400px;
  width: 100%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .multiple-choices-background-fixed__image {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .multiple-choices-background-fixed__image {
    height: 600px;
  }
}
@-webkit-keyframes fadeInBackground {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInBackground {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.quiz-template--book-selection .quiz-template__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--book-selection .quiz-template__content {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .quiz-template--book-selection .quiz-template__content {
    gap: 3rem;
  }
}
.book-selection__name-input {
  width: 100%;
  max-width: 500px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .book-selection__name-input {
    margin-bottom: 1.5rem;
  }
}
.book-selection__input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  background: white;
  color: #333;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.book-selection__input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.book-selection__input::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.book-selection__input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.book-selection__input::-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.book-selection__input::placeholder {
  color: #999;
  font-weight: 400;
}
.book-selection__input:focus {
  outline: none;
  border-color: var(--color-primary, #007cba);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.book-selection__input:invalid {
  border-color: #dc3545;
}
@media screen and (min-width: 992px) {
  .book-selection__input {
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
  }
}
.book-selection__book-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .book-selection__book-container {
    gap: 2.5rem;
  }
}
.book-selection__book-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .book-selection__book-display {
    gap: 1.5rem;
  }
}
.book-selection__book-main img {
  max-width: 200px;
  height: auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .book-selection__book-main img {
    max-width: 255px;
  }
}
.book-selection__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .book-selection__colors {
    gap: 1.5rem;
  }
}
.book-selection__color-btn {
  width: 2rem;
  height: 2rem;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #000;
  padding: 0;
}
.book-selection__color-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.book-selection__color-btn.selected {
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.book-selection__color-btn.selected .book-selection__color-checkmark {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width: 992px) {
  .book-selection__color-btn {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.book-selection__color-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.book-selection__color-checkmark {
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 1.5rem;
  height: 1.5rem;
}
.book-selection__color-checkmark .book-selection__checkmark-icon {
  width: 100%;
  height: 100%;
  fill: white;
}
.quiz-template--book-result .quiz-template__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60vh;
}
@media screen and (min-width: 992px) {
  .quiz-template--book-result .quiz-template__content {
    min-height: 70vh;
  }
}
.book-result-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.book-result__display {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .book-result__display {
    margin-bottom: 3rem;
  }
}
.book-result__books {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .book-result__books {
    gap: 1.5rem;
  }
}
.book-result__main-book {
  position: relative;
}
.book-result__main-book img {
  max-width: 280px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .book-result__main-book img {
    max-width: 320px;
  }
}
.book-result__name-overlay {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .book-result__name-overlay {
    top: 11.5%;
  }
}
.book-result__name-text {
  font-family: "Poppins";
  font-weight: 400;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .book-result__name-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .book-result__name-text {
    font-size: 2rem;
  }
}
.book-result__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .book-result__buttons {
    gap: 1.5rem;
    max-width: 500px;
  }
}
.quiz-template__button--primary {
  background: var(--color-primary, #7cb342);
  color: white;
}
.quiz-template__button--primary:hover {
  background: var(--color-primary-dark, #689f38);
}
.quiz-template__button--secondary {
  background: var(--color-secondary, #8bc34a);
  color: white;
}
.quiz-template__button--secondary:hover {
  background: var(--color-secondary-dark, #7cb342);
}
.book-selection-continue-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.book-selection-continue-btn:hover:not(:disabled) {
  background: #4845d6;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(86, 83, 254, 0.3);
  box-shadow: 0 8px 20px rgba(86, 83, 254, 0.3);
}
.book-selection-continue-btn:active:not(:disabled) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(86, 83, 254, 0.2);
  box-shadow: 0 4px 12px rgba(86, 83, 254, 0.2);
}
.book-selection-continue-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.book-selection-continue-btn__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .book-selection-continue-btn {
    font-size: 1.1rem;
    padding: 18px 32px;
  }
}
.book-result-continue-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.book-result-continue-btn:hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(86, 83, 254, 0.3);
  box-shadow: 0 8px 20px rgba(86, 83, 254, 0.3);
}
.book-result-continue-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(86, 83, 254, 0.2);
  box-shadow: 0 4px 12px rgba(86, 83, 254, 0.2);
}
.book-result-continue-btn__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .book-result-continue-btn {
    font-size: 1.1rem;
    padding: 18px 32px;
  }
}
.book-result-change-btn {
  width: 100%;
  background: transparent;
  color: #666;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.book-result-change-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.book-result-change-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.book-result-change-btn__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .book-result-change-btn {
    font-size: 1.1rem;
    padding: 18px 32px;
  }
}
.book-selection__no-data {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.book-selection__no-data p {
  margin: 0.5rem 0;
}
.book-selection__no-data p:first-child {
  margin-top: 0;
}
.book-selection__no-data p:last-child {
  margin-bottom: 0;
}
.book-selection__no-data a {
  color: #0073aa;
  text-decoration: underline;
}
.book-selection__no-data a:hover {
  color: #005177;
}
.multiple-choices-option {
  background: white;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.multiple-choices-options--multiple .multiple-choices-option {
  padding-right: 3rem;
}
.multiple-choices-options--multiple .multiple-choices-option:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background: white;
  z-index: 2;
}
.multiple-choices-option:hover {
  background: #f8f9fa;
  border-color: var(--primary-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.multiple-choices-options--multiple .multiple-choices-option:hover:after {
  border-color: var(--primary-button-color);
}
.multiple-choices-option.selected {
  background: #e3f2fd;
  border-color: var(--primary-button-color);
}
.multiple-choices-options--multiple .multiple-choices-option.selected:after {
  background: var(--primary-button-color);
  border-color: var(--primary-button-color);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" style="position:relative; left:-1px;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="mr-4 flex-none text-accent"><path d="M14.6668 6.5L8.25016 12.9167L5.3335 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiple-choices-options--multiple .multiple-choices-option.selected .multiple-choices-option__label {
  color: var(--primary-button-color);
  font-weight: 600;
}
.multiple-choices-option__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.multiple-choices-option__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--main-text);
}
.multiple-choices-option__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #6b7280;
  margin-top: 0.125rem;
}
@media screen and (min-width: 992px) {
  .multiple-choices-option {
    padding: 1.5rem 2rem;
    min-height: 70px;
  }
  .multiple-choices-option__label {
    font-size: 18px;
  }
  .multiple-choices-option__subtitle {
    font-size: 15px;
  }
}
.quiz-template__next-button {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  padding: 0 1rem;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .quiz-template__next-button {
    bottom: 2rem;
    padding: 0 2rem;
  }
}
.multiple-choices-next-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 178, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 178, 255, 0.3);
}
.multiple-choices-next-btn:disabled {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiple-choices-next-btn:disabled:hover {
  -webkit-transform: none;
  transform: none;
}
.multiple-choices-next-btn:not(:disabled):hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 178, 255, 0.4);
  box-shadow: 0 6px 16px rgba(0, 178, 255, 0.4);
}
.multiple-choices-next-btn:not(:disabled):active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.multiple-choices-next-btn__text {
  display: block;
}
.quiz-template--text-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: white;
  width: 98vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.quiz-template--text-page .text-page-template__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 1rem;
  width: 100%;
}
.quiz-template--text-page .text-page-template__content .text-page-template__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__content .text-page-template__container {
    padding: 0 2rem;
  }
}
.quiz-template--text-page .text-page-template__content .text-page-template__container--medium {
  max-width: 820px;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__content {
    padding: 3rem 0;
  }
}
.quiz-template--text-page .text-page-template__layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }
}
.quiz-template--text-page .text-page-template__image {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 500px;
  }
}
.quiz-template--text-page .text-page-template__main-image {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__main-image {
    height: auto;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 3.5rem;
  }
}
.quiz-template--text-page .text-page-template__wysiwyg h1 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main-text);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__wysiwyg h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.quiz-template--text-page .text-page-template__wysiwyg p {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #6b7280;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__wysiwyg p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.quiz-template--text-page .text-page-template__wysiwyg h2,
.quiz-template--text-page .text-page-template__wysiwyg h3,
.quiz-template--text-page .text-page-template__wysiwyg h4,
.quiz-template--text-page .text-page-template__wysiwyg h5,
.quiz-template--text-page .text-page-template__wysiwyg h6 {
  color: var(--main-text);
  margin-bottom: 0.5rem;
}
.quiz-template--text-page .text-page-template__wysiwyg ul,
.quiz-template--text-page .text-page-template__wysiwyg ol {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.quiz-template--text-page .text-page-template__wysiwyg ul {
  list-style: none;
  padding-left: 0;
}
.quiz-template--text-page .text-page-template__wysiwyg ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.quiz-template--text-page .text-page-template__wysiwyg ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="white"/><path d="M5 13.3636L8.03559 16.3204C8.42388 16.6986 9.04279 16.6986 9.43108 16.3204L19 7" stroke="%23228B22" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.quiz-template--text-page .text-page-template__wysiwyg strong,
.quiz-template--text-page .text-page-template__wysiwyg b {
  font-weight: 600;
}
.quiz-template--text-page .text-page-template__button {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  padding: 0 1rem;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__button {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 2rem;
    padding: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.quiz-template--text-page .text-page-template__footer {
  margin-top: auto;
  padding: 1rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--text-page .text-page-template__footer {
    padding-bottom: 1rem;
  }
}
.text-page-continue-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  max-width: 400px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 8px 24px rgba(0, 178, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 178, 255, 0.3);
}
.text-page-continue-btn:hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 178, 255, 0.4);
  box-shadow: 0 12px 32px rgba(0, 178, 255, 0.4);
}
.text-page-continue-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.text-page-continue-btn__text {
  display: block;
}
.status-update-statistic-number {
  font-size: 32px;
  font-weight: 800;
  color: #0118D8;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.status-update-statistic-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-text);
  line-height: 1.3;
}
.quiz-template--status-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: white;
}
.quiz-template--status-update .status-update-template__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--status-update .status-update-template__container {
    max-width: 620px;
    width: 100%;
    padding: 3rem 2rem;
  }
}
.quiz-template--status-update .status-update-template__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 1rem;
}
.quiz-template--status-update .status-update-template__progress p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .quiz-template--status-update .status-update-template__progress {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 767.5px) {
  .quiz-template--status-update .status-update-template__progress {
    margin-top: 0;
  }
}
.quiz-template--status-update .status-update-progress-circle .progress-circle-svg {
  width: 128px;
  height: 128px;
  fill: #fff;
}
.quiz-template--status-update .status-update-progress-circle .progress-circle-fill {
  -webkit-transition: stroke-dashoffset 6s ease-out;
  transition: stroke-dashoffset 6s ease-out;
}
.quiz-template--status-update .status-update-progress-circle .progress-percentage-text {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.quiz-template--status-update .status-update-progress-text {
  text-align: center;
  color: var(--main-text);
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .quiz-template--status-update .status-update-progress-text {
    font-size: 18px;
  }
}
.quiz-template--status-update .status-update-template__divider {
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin: 0;
}
.quiz-template--status-update .status-update-template__statistic {
  text-align: center;
  margin: 1rem 0 2rem;
}
.quiz-template--status-update .status-update-template__statistic p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.5px) {
  .quiz-template--status-update .status-update-template__statistic {
    margin-bottom: 0;
  }
}
.quiz-template--status-update .status-update-template__testimonials {
  width: 100%;
  position: relative;
  margin-top: 2rem;
}
.quiz-template--status-update .testimonial-carousel {
  position: relative;
  width: 100%;
  min-height: 200px;
}
.quiz-template--status-update .testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 8px;
  padding: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quiz-template--status-update .testimonial-slide.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.quiz-template--status-update .testimonial-slide:not(.active) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.quiz-template--status-update .testimonial-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.quiz-template--status-update .star {
  position: relative;
  width: 20px;
  height: 20px;
}
.quiz-template--status-update .star--full {
  background: #219653;
}
.quiz-template--status-update .star--half .star-background {
  width: 100%;
  height: 100%;
  background: #c5c4c4;
}
.quiz-template--status-update .star--half .star-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #219653;
}
.quiz-template--status-update .star--empty .star-background {
  width: 100%;
  height: 100%;
  background: #c5c4c4;
}
.quiz-template--status-update .star svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quiz-template--status-update .testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.quiz-template--status-update .testimonial-header .testimonial-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--main-text);
}
.quiz-template--status-update .testimonial-header .testimonial-author {
  font-size: 14px;
  color: #6b7280;
}
.quiz-template--status-update .testimonial-content {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}
.quiz-template--status-update .status-update-template__footer {
  margin-top: auto;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--status-update .status-update-template__footer {
    padding: 2rem;
  }
}
.quiz-template--status-update .status-update__progress-lines {
  width: 100%;
  margin: 0 0 2rem;
}
.quiz-template--status-update .status-update__progress-lines-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 28rem;
  margin: 0 auto;
}
.quiz-template--status-update .status-update__progress-line {
  width: 100%;
}
.quiz-template--status-update .status-update__progress-line-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  text-align: left;
}
.quiz-template--status-update .status-update__progress-line-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.quiz-template--status-update .status-update__progress-line-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-text);
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .quiz-template--status-update .status-update__progress-line-title {
    font-size: 18px;
  }
}
.quiz-template--status-update .status-update__progress-line-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .quiz-template--status-update .status-update__progress-line-subtitle {
    font-size: 15px;
  }
}
.quiz-template--status-update .status-update__progress-line-spinner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
}
.quiz-template--status-update .status-update__spinner-icon {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  color: var(--primary-button-color);
}
.quiz-template--status-update .status-update__progress-line-bar {
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  overflow: hidden;
  height: 10px;
  position: relative;
}
.quiz-template--status-update .status-update__progress-line-fill {
  height: 100%;
  background: var(--primary-button-color);
  width: 0%;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  border-radius: inherit;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.quiz-template--subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  background: white;
}
@media screen and (min-width: 992px) {
  .quiz-template--subscribe {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
  }
}
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .subscribe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3rem;
    padding: 2rem;
    margin-top: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .subscribe {
    gap: 4rem;
    padding: 2.5rem;
  }
}
.subscribe__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 992px) {
  .subscribe__content {
    max-width: none;
  }
}
.subscribe__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-text);
  margin-bottom: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .subscribe__heading {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .subscribe__heading {
    font-size: 2rem;
  }
}
.subscribe__heading-highlight {
  color: var(--main-text);
  font-weight: inherit;
}
.subscribe__description {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .subscribe__description {
    margin-bottom: 3rem;
  }
}
.subscribe__description strong {
  color: var(--main-text);
  font-weight: 600;
}
.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.subscribe__input-container {
  position: relative;
}
.subscribe__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe__input {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background: white;
  font-size: 1rem;
  color: var(--main-text);
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.subscribe__input::-webkit-input-placeholder {
  color: #9ca3af;
}
.subscribe__input::-moz-placeholder {
  color: #9ca3af;
}
.subscribe__input:-ms-input-placeholder {
  color: #9ca3af;
}
.subscribe__input::-ms-input-placeholder {
  color: #9ca3af;
}
.subscribe__input::placeholder {
  color: #9ca3af;
}
.subscribe__input:focus {
  border-color: var(--primary-button-color);
  -webkit-box-shadow: 0 0 0 2px rgba(1, 24, 216, 0.1);
  box-shadow: 0 0 0 2px rgba(1, 24, 216, 0.1);
}
@media screen and (min-width: 992px) {
  .subscribe__input {
    padding: 1rem 3.5rem 1rem 1.25rem;
  }
}
.subscribe__input-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #9ca3af;
}
.subscribe__input-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.subscribe__button-container {
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .subscribe__button-container {
    margin-top: 1rem;
  }
}
.subscribe__button {
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0.375rem;
  background-color: var(--primary-button-color);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subscribe__button:hover:not(:disabled) {
  background-color: var(--primary-button-color);
}
.subscribe__button:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.subscribe__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.subscribe__button.loading {
  pointer-events: none;
}
.subscribe__button-text {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.loading .subscribe__button-text {
  opacity: 0;
}
.subscribe__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subscribe__spinner {
  width: 1.5rem;
  height: 1.5rem;
  color: white;
}
.subscribe__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.subscribe__image-desktop {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (min-width: 992px) {
  .subscribe__image-desktop {
    display: block;
  }
}
.subscribe__image-mobile {
  width: 84%;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .subscribe__image-mobile {
    display: none;
  }
}
.subscribe__error,
.subscribe__success {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 0.375rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
}
.subscribe__error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
.subscribe__success {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}
.quiz-template--image-with-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: white;
}
.quiz-template--image-with-options .quiz-template__header {
  text-align: center;
  padding: 2rem 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--image-with-options .quiz-template__header {
    padding: 3rem 2rem 1.5rem;
  }
}
.quiz-template--image-with-options .quiz-template__main-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--image-with-options .quiz-template__main-image {
    padding: 0 2rem 3rem;
  }
}
.quiz-template--image-with-options .quiz-template__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--image-with-options .quiz-template__options {
    padding: 0 2rem;
  }
}
.quiz-template--image-with-options .quiz-template__footer {
  padding: 2rem 1.5rem;
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .quiz-template--image-with-options .quiz-template__footer {
    padding: 2rem;
  }
}
.image-with-options-template__main-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .image-with-options-template__main-image {
    max-width: 400px;
  }
}
.image-with-options-template__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .image-with-options-template__options {
    max-width: 500px;
    gap: 1.5rem;
  }
}
.image-with-options-option {
  background: white;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.image-with-options-option:hover {
  background: #f7f7f7;
  border-color: var(--primary-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.image-with-options-option:hover:after {
  border-color: var(--primary-button-color);
}
.image-with-options-option.selected {
  background: #e3f2fd;
  border-color: var(--primary-button-color);
}
.image-with-options-option.selected:after {
  background: var(--primary-button-color);
  border-color: var(--primary-button-color);
}
.image-with-options-option.selected .image-with-options-option__label {
  color: var(--primary-button-color);
  font-weight: 600;
}
.image-with-options-option:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .image-with-options-option {
    padding: 1.25rem;
    min-height: 70px;
  }
}
.image-with-options-option__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .image-with-options-option__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.5px) {
  .multiple-choice-options {
    padding: 0 1rem;
    gap: 1rem;
  }
  .multiple-choice-option {
    min-height: 70px;
  }
  .multiple-choice-option__image {
    width: 80px;
    height: 80px;
  }
  .multiple-choice-option__image-element {
    width: 80px;
    height: 80px;
  }
  .multiple-choice-option__label {
    font-size: 14px;
  }
  .multiple-choice-options--left .multiple-choice-option {
    padding: 1.25rem 2rem 1.25rem 1.5rem;
  }
  .multiple-choice-options--right .multiple-choice-option {
    padding: 1.25rem 1.5rem 1.25rem 2rem;
  }
}
.quiz-item__body .quiz-template {
  margin: -2rem;
}
@media screen and (min-width: 992px) {
  .quiz-item__body .quiz-template {
    margin: -2rem;
  }
}
.quiz-answer-option {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quiz-answer-option:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.quiz-item {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.quiz-template--growth-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  position: relative;
}
.quiz-template--growth-profile .quiz-template__header {
  text-align: center;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .quiz-template--growth-profile .quiz-template__header {
    padding: 2rem 2rem 0;
  }
}
.quiz-template--growth-profile .quiz-template__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .quiz-template--growth-profile .quiz-template__content {
    padding: 2rem;
  }
}
.quiz-template--growth-profile .quiz-template__button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
  background: white;
}
@media screen and (min-width: 992px) {
  .quiz-template--growth-profile .quiz-template__button {
    position: static;
    margin-top: 2rem;
    padding: 0;
    background: transparent;
  }
}
.quiz-template--growth-profile .quiz-template__footer {
  padding: 1rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .quiz-template--growth-profile .quiz-template__footer {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 575.5px) {
  .quiz-template--growth-profile .quiz-template__main-title {
    margin-bottom: 0 !important;
  }
}
.growth-profile-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.growth-profile-card {
  background: white;
  border-radius: 8px;
  padding: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.growth-profile-card .status-update-statistic-number {
  margin-bottom: 0.5rem;
  font-size: calc(1.2875rem + 0.3461538462vw);
}
@media (min-width: 1560px) {
  .growth-profile-card .status-update-statistic-number {
    font-size: 1.625rem;
  }
}
.growth-profile-card .status-update-statistic-text {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .growth-profile-card {
    padding: 1.5rem 1.5rem;
  }
  .growth-profile-card .status-update-statistic-number {
    margin-bottom: 1rem;
  }
}
.growth-profile-score {
  margin-bottom: 1rem;
}
.growth-profile-score__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.growth-profile-score__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-text);
}
.growth-profile-score__badge {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.125rem 0.375rem;
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
}
.growth-profile-progress {
  margin-bottom: 1rem;
}
.growth-profile-progress__bar {
  position: relative;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#fce615), to(#7abf4c));
  background:
    linear-gradient(
      90deg,
      #fce615 0%,
      #7abf4c 100%);
  border-radius: 12px;
  margin-bottom: 0.5rem;
}
.growth-profile-progress__fill {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  border: 3px solid #eee;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  z-index: 2;
}
.growth-profile-progress__fill.animate {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.growth-profile-progress__indicator {
  position: absolute;
  top: -55px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #404c4d;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  opacity: 0;
  -webkit-animation: indicatorSlide 2s ease-out 2s forwards;
  animation: indicatorSlide 2s ease-out 2s forwards;
}
.growth-profile-progress__indicator::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #404c4d;
}
.growth-profile-progress__label {
  color: white;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.growth-profile-progress__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-text);
  letter-spacing: 0.02em;
}
.growth-profile-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation: slideUp 0.6s ease-out 1s forwards;
  animation: slideUp 0.6s ease-out 1s forwards;
}
.growth-profile-success__icon {
  font-size: 20px;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.growth-profile-success__icon img {
  max-width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.growth-profile-success__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.growth-profile-success__title {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0.25rem;
}
.growth-profile-success__description {
  font-size: 10px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  margin-bottom: 0 !important;
}
.growth-profile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.growth-profile-metrics {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.growth-profile-metric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation: slideInLeft 0.5s ease-out forwards;
  animation: slideInLeft 0.5s ease-out forwards;
}
.growth-profile-metric:nth-child(1) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.growth-profile-metric:nth-child(2) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.growth-profile-metric:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.growth-profile-metric:nth-child(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.growth-profile-metric__icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #f1f5f9;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.growth-profile-metric__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.growth-profile-metric__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.125rem;
}
.growth-profile-metric__label {
  font-size: 10px;
  font-weight: 500;
  color: var(--main-text);
  line-height: 1.2;
}
.growth-profile-metric__value {
  font-size: 12px;
  font-weight: 700;
  color: var(--main-text);
  line-height: 1.2;
}
.growth-profile-character {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-animation: slideInRight 0.6s ease-out 1.1s forwards;
  animation: slideInRight 0.6s ease-out 1.1s forwards;
}
.growth-profile-character__image {
  width: 148px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767.5px) {
  .growth-profile-character__image {
    width: 120px;
  }
}
.growth-profile-background {
  position: absolute;
  bottom: 0;
  right: -1.75rem;
  z-index: -1;
  pointer-events: none;
}
.growth-profile-background__svg {
  height: 160px;
  width: auto;
}
.growth-profile-background__svg svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.growth-profile-svg-shape {
  opacity: 0;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.growth-profile-svg-shape--1 {
  -webkit-animation-name: svgShapePulse;
  animation-name: svgShapePulse;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.growth-profile-svg-shape--2 {
  -webkit-animation-name: svgShapePulse;
  animation-name: svgShapePulse;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.growth-profile-svg-shape--3 {
  -webkit-animation-name: svgShapePulse;
  animation-name: svgShapePulse;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.growth-profile-continue-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 12px rgba(86, 83, 254, 0.3);
  box-shadow: 0 4px 12px rgba(86, 83, 254, 0.3);
}
.growth-profile-continue-btn:hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(86, 83, 254, 0.4);
  box-shadow: 0 6px 16px rgba(86, 83, 254, 0.4);
}
.growth-profile-continue-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.growth-profile-continue-btn__text {
  display: block;
}
@-webkit-keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes indicatorSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes indicatorSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes svgShapePulse {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes svgShapePulse {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
}
.quiz-template--progress-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  position: relative;
}
.quiz-template--progress-chart .progress-chart-container {
  padding: 0 16px;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .quiz-template--progress-chart .progress-chart-container {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .quiz-template--progress-chart .progress-chart-container {
    padding: 48px 32px;
  }
}
.progress-chart-header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .progress-chart-header {
    margin-bottom: 32px;
  }
}
.progress-chart-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #404c4d;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 992px) {
  .progress-chart-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .progress-chart-title {
    font-size: 32px;
  }
}
.progress-chart-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.progress-chart-achievement {
  text-align: center;
  margin-bottom: 16px;
}
.progress-chart-achievement__text {
  font-size: 18px;
  font-weight: 700;
  color: #404c4d;
  text-decoration: underline;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .progress-chart-achievement__text {
    font-size: 20px;
  }
}
.progress-chart-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .progress-chart-goal {
    margin-bottom: 40px;
  }
}
.progress-chart-goal__badge {
  background: #e5e7eb;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #404c4d;
}
.progress-chart-goal__badge strong {
  font-weight: 700;
}
.progress-chart-visualization {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .progress-chart-visualization {
    margin-bottom: 40px;
  }
}
.progress-chart-chart {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 230px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px 20px 60px 60px;
}
@media screen and (min-width: 992px) {
  .progress-chart-chart {
    height: 250px;
    padding: 50px 30px 70px 70px;
  }
}
.progress-chart-background {
  position: absolute;
  top: 50px;
  left: 70px;
  right: 30px;
  bottom: 70px;
}
@media screen and (min-width: 992px) {
  .progress-chart-background {
    top: 50px;
    left: 70px;
    right: 30px;
    bottom: 70px;
  }
}
.progress-chart-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  top: -57px;
  left: -18px;
}
@media screen and (max-width: 991.5px) {
  .progress-chart-grid {
    top: -48px;
  }
}
@media screen and (max-width: 767.5px) {
  .progress-chart-grid {
    top: -67px;
  }
}
.progress-chart-y-axis {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 70px;
  width: 50px;
}
.progress-chart-y-axis .progress-chart-y-label {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #9ca3af;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.progress-chart-y-axis .progress-chart-y-label[data-value="0"] {
  bottom: 0;
}
.progress-chart-y-axis .progress-chart-y-label[data-value="50"] {
  top: 50%;
}
.progress-chart-y-axis .progress-chart-y-label[data-value="100"] {
  top: 0;
}
.progress-chart-columns {
  position: absolute;
  top: 50px;
  left: 70px;
  right: 30px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding: 0 1rem;
}
.progress-chart-column {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  cursor: pointer;
}
.progress-chart-column__bar {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.progress-chart-column__fill {
  width: 100%;
  border-radius: 8px 8px 0 0;
  -webkit-transition: height 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.progress-chart-column__fill:nth-child(1) {
  background: #dc2626;
}
.progress-chart-column:nth-child(2) .progress-chart-column__fill {
  background: #f59e0b;
}
.progress-chart-column:nth-child(3) .progress-chart-column__fill {
  background: #afdc85;
}
.progress-chart-column:nth-child(4) .progress-chart-column__fill {
  background: #7abf4c;
}
.progress-chart-column:nth-child(n+5) .progress-chart-column__fill {
  background: #6366f1;
}
.progress-chart-column__month {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .progress-chart-column__month {
    font-size: 14px;
    bottom: -45px;
  }
}
.progress-chart-column__label {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #40444d;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .progress-chart-column__label {
    font-size: 12px;
    top: -55px;
    padding: 6px 10px;
  }
}
.progress-chart-tooltip {
  position: absolute;
  background: #404c4d;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  pointer-events: none;
}
.progress-chart-tooltip__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.progress-chart-tooltip__percentage {
  font-weight: 700;
  font-size: 14px;
}
.progress-chart-tooltip__label {
  font-size: 11px;
  opacity: 0.9;
}
.progress-chart-tooltip__arrow {
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #404c4d;
}
.progress-chart-continue-btn {
  width: 100%;
  background: var(--primary-button-color);
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.progress-chart-continue-btn:hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.progress-chart-continue-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.progress-chart-continue-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
}
.progress-chart-continue-btn__text {
  display: block;
}
@media screen and (max-width: 767.5px) {
  .progress-chart-chart {
    height: 230px;
    padding: 30px 15px 50px 50px;
  }
  .progress-chart-columns {
    top: 30px;
    left: 50px;
    right: 15px;
    bottom: 50px;
    gap: 30px;
  }
  .progress-chart-y-axis {
    top: 30px;
    bottom: 50px;
    width: 40px;
  }
  .progress-chart-y-axis .progress-chart-y-label {
    font-size: 10px;
    right: 5px;
  }
  .progress-chart-background {
    top: 30px;
    left: 50px;
    right: 15px;
    bottom: 50px;
  }
}
.quiz-finish-btn {
  text-decoration: none !important;
}
.results-page-2__chart-image-container {
  max-width: 450px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.results-page-2__goal-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .results-page-2__goal-wrapper {
    max-width: 580px;
    padding: 0;
  }
}
.results-page-2__goal-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  margin-bottom: 12px;
}
.results-page-2__goal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 56px;
  width: 100%;
  padding: 8px 0;
}
.results-page-2__goal-header-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}
.results-page-2__goal-divider {
  height: 32px;
  width: 1px;
  background: #e5e7eb;
  border: none;
  margin: 0;
}
.results-page-2__goal-avatars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 225px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.results-page-2__sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 64px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.results-page-2__sticky-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 16px;
  text-align: center;
}
.results-page-2__sticky-content p {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .results-page-2__sticky-content {
    margin: 0 auto;
    max-width: 580px;
  }
}
@media (min-width: 1024px) {
  .results-page-2__sticky-content {
    max-width: 1128px;
  }
}
.results-page-2__countdown-section {
  color: #1a1a1a;
}
.results-page-2__countdown-label {
  font-size: 9px;
  font-weight: 500;
  margin: 0 0 2px 0;
  color: #1a1a1a;
}
.results-page-2__countdown-time {
  min-width: 82px;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
  line-height: 1;
}
.results-page-2__countdown-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-size: 9px;
  font-weight: 500;
  margin-top: 2px;
}
.results-page-2__countdown-units p {
  margin: 0;
  color: #1a1a1a;
}
.results-page-2__countdown-units p:last-child {
  padding-left: 20px;
}
.results-page-2__sticky-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--primary-button-color);
  padding: 12px 32px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.results-page-2__sticky-button:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px var(--hover-button-color);
  box-shadow: 0 4px 12px var(--hover-button-color);
}
.results-page-2__sticky-button:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 360px) {
  .results-page-2__sticky-button {
    padding: 12px 24px;
  }
}
.results-page-2__sticky-button-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-tertiary, #ffffff) !important;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 360px) {
  .results-page-2__sticky-button-text {
    font-size: 12px;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(53, 53, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(53, 53, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 0 8px rgba(53, 56, 255, 0);
    box-shadow: 0 0 0 8px rgba(53, 56, 255, 0);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(53, 53, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(53, 53, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 0 8px rgba(53, 56, 255, 0);
    box-shadow: 0 0 0 8px rgba(53, 56, 255, 0);
  }
}
.results-page-2__goal-avatar {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.results-page-2__goal-avatar--goal {
  position: relative;
}
.results-page-2__goal-avatar--goal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 70%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.results-page-2__goal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.results-page-2__goal-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 12px;
}
.results-page-2__goal-vertical-divider {
  width: 1px;
  background: #e5e7eb;
  border: none;
  margin: 16px 0;
  height: 192px;
}
.results-page-2__goal-skill,
.results-page-2__goal-income {
  margin-bottom: 16px;
}
.results-page-2__goal-skill-title,
.results-page-2__goal-income-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0 0 10px 0;
  padding-bottom: 10px;
}
.results-page-2__goal-skill-image,
.results-page-2__goal-income-image {
  width: 100%;
  height: 59px;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}
.results-page-2__goal-income-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin: 0;
  padding: 8px 0;
}
.results-page-2__goal-disclaimer {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-text-secondary);
  margin: 0;
  text-align: center;
}
.results-page-2__readiness-block {
  margin-bottom: 20px;
  padding: 20px;
}
.results-page-2__readiness-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .results-page-2__readiness-wrapper {
    max-width: 580px;
    padding: 0;
  }
}
.results-page-2__readiness-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__readiness-title {
    font-size: 16px;
  }
}
.results-page-2__readiness-label {
  color: var(--color-text-primary);
}
.results-page-2__readiness-score {
  color: #7abf4c;
}
.results-page-2__readiness-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  padding: 24px 16px;
  gap: 4px;
}
.results-page-2__readiness-text {
  font-weight: 500;
  color: var(--color-text-secondary);
  margin: 0 !important;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__readiness-text {
    font-size: 14px;
  }
}
.results-page-2__readiness-highlight {
  color: #7abf4c;
}
.results-page-2__readiness-icon {
  width: 32px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.results-page-2__easier-section {
  background: #f3f4f6;
  padding: 24px 24px 40px 24px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-section {
    padding-top: 40px;
  }
}
.results-page-2__easier-container {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .results-page-2__easier-container {
    max-width: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-container {
    max-width: 900px;
    padding: 24px 0;
  }
}
.results-page-2__easier-title {
  color: #24234c;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 992px) {
  .results-page-2__easier-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-title {
    font-size: 36px;
  }
}
.results-page-2__easier-content {
  margin: 24px 0;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
.results-page-2__easier-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-images {
    gap: 32px;
    margin-bottom: 0;
  }
}
.results-page-2__easier-person-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.results-page-2__easier-person-image,
.results-page-2__easier-workflow-image {
  height: 210px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-person-image,
  .results-page-2__easier-workflow-image {
    height: 280px;
    width: 200px;
  }
}
.results-page-2__easier-points {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}
.results-page-2__easier-point {
  margin: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-point {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.results-page-2__easier-point-text {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .results-page-2__easier-point-text {
    font-size: 18px;
  }
}
.results-page-2__easier-point-icon {
  margin-right: 16px;
  height: 34px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.results-page-2__book-section {
  background: white;
  padding: 60px 20px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.results-page-2__book-container {
  max-width: 1200px;
  margin: 0 auto;
}
.results-page-2__book-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px 0;
  color: #333333;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__book-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.results-page-2__book-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.results-page-2__book-item {
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 370px;
}
.results-page-2__book-item:hover {
  border-color: #cccccc;
}
.results-page-2__book-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__book-item-header {
    padding: 2rem 1rem;
  }
}
.results-page-2__book-item-number {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.results-page-2__book-number-text {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  text-align: left;
  display: block;
  line-height: 1;
}
.results-page-2__book-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.results-page-2__book-item-icon svg {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__book-item-icon svg {
    width: 48px;
    height: 48px;
  }
}
.results-page-2__book-icon-image {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__book-icon-image {
    width: 48px;
    height: 48px;
  }
}
.results-page-2__book-item-content {
  border-top: 1px solid #e5e5e5;
}
.results-page-2__book-toggle-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  color: #333333;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.results-page-2__book-toggle-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.results-page-2__book-toggle-btn[aria-expanded=true] .results-page-2__book-toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.results-page-2__book-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.results-page-2__book-item-title {
  font-weight: 500;
  color: #333333;
  margin: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.results-page-2__book-item-title {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .results-page-2__book-item-title {
    font-size: calc(16px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .results-page-2__book-item-title {
    font-size: 18px;
  }
}
.results-page-2__book-toggle-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.results-page-2__book-toggle-icon path {
  fill: #666666;
}
.results-page-2__book-expandable {
  display: none;
  max-height: 0;
  overflow: hidden;
}
.results-page-2__book-expandable.expanded {
  display: block !important;
}
.results-page-2__book-content-text {
  padding: 0 24px 24px 24px;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.results-page-2__book-content-text p {
  padding-top: 1rem;
  margin: 0;
}
.results-page-2__book-content-text p {
  font-size: 14px;
}
@media screen and (min-width: 450px) {
  .results-page-2__book-content-text p {
    font-size: calc(14px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .results-page-2__book-content-text p {
    font-size: 16px;
  }
}
.results-page-2__bottom-section {
  background: white;
  text-align: center;
  padding: 0 1rem;
}
.results-page-2__bottom-container {
  max-width: 800px;
  margin: 0 auto;
}
.results-page-2__bottom-content {
  margin-bottom: 40px;
  text-align: left;
}
.results-page-2__bottom-content h1,
.results-page-2__bottom-content h2,
.results-page-2__bottom-content h3,
.results-page-2__bottom-content h4,
.results-page-2__bottom-content h5,
.results-page-2__bottom-content h6 {
  color: #333333;
  margin-bottom: 16px;
}
.results-page-2__bottom-content h1:first-child,
.results-page-2__bottom-content h2:first-child,
.results-page-2__bottom-content h3:first-child,
.results-page-2__bottom-content h4:first-child,
.results-page-2__bottom-content h5:first-child,
.results-page-2__bottom-content h6:first-child {
  margin-top: 0;
}
.results-page-2__bottom-content p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__bottom-content p {
    font-size: 14px;
  }
}
.results-page-2__bottom-content p:last-child {
  margin-bottom: 0;
}
.results-page-2__bottom-content ul,
.results-page-2__bottom-content ol {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767.5px) {
  .results-page-2__bottom-content ul,
  .results-page-2__bottom-content ol {
    font-size: 14px;
  }
}
.results-page-2__bottom-content strong {
  color: #333333;
}
.results-page-2__bottom-button-container {
  margin-top: 32px;
}
.results-page-2__bottom-button {
  display: inline-block;
  background: var(--primary-button-color);
  color: white !important;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: 370px;
}
.results-page-2__bottom-button:hover {
  background: var(--hover-button-color);
  text-decoration: none;
  color: white;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(86, 83, 254, 0.3);
  box-shadow: 0 4px 12px rgba(86, 83, 254, 0.3);
}
.results-page-2__bottom-button:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 767.5px) {
  .results-page-2__bottom-button {
    padding: 14px 28px;
    font-size: 14px;
  }
}
.results-page-2__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
}
.results-page-2__chart-section {
  margin-bottom: 60px;
}
.results-page-2__chart-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: var(--color-text-primary);
}
@media screen and (min-width: 992px) {
  .results-page-2__chart-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .results-page-2__chart-title {
    font-size: 32px;
  }
}
.results-page-2__chart-container {
  margin: 0 auto;
  max-width: 656px;
}
.results-page-2__lottie-container {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  margin-bottom: 20px;
}
.results-page-2__lottie-iframe {
  width: 100%;
  height: auto;
  max-width: 656px;
  aspect-ratio: 656/460;
  border: none;
  display: block;
}
.results-page-2__disclaimer {
  font-size: 12px;
  color: var(--color-text-secondary);
  opacity: 0.7;
  margin-top: 10px;
}
.results-page-2__bottom-section {
  text-align: center;
}
.results-page-2__bottom-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0px;
  color: var(--color-text-primary);
}
@media screen and (min-width: 992px) {
  .results-page-2__bottom-heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .results-page-2__bottom-heading {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .results-page-2__container {
    padding: 30px 15px;
  }
  .results-page-2__chart-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .results-page-2__bottom-heading {
    font-size: 20px;
  }
  .results-page-2__chart-section {
    margin-bottom: 40px;
  }
  .results-page-2.quiz-template--results-page-2 {
    padding-top: 64px;
  }
}
.justify-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quiz-template--input .input-template__form-container {
  max-width: 500px;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
}
.quiz-template--input .input-template__label {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .quiz-template--input .input-template__label {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.quiz-template--input .input-template__required {
  color: #dc3545;
  margin-left: 0.25rem;
}
.quiz-template--input .input-template__input-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.quiz-template--input .input-template__field {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  background: white;
  color: #333;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.quiz-template--input .input-template__field::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.quiz-template--input .input-template__field::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.quiz-template--input .input-template__field:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.quiz-template--input .input-template__field::-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.quiz-template--input .input-template__field::placeholder {
  color: #999;
  font-weight: 400;
}
.quiz-template--input .input-template__field:focus {
  outline: none;
  border-color: var(--color-primary, #007cba);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
@media screen and (min-width: 992px) {
  .quiz-template--input .input-template__field {
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
  }
}
.quiz-template--input .input-template__button {
  text-align: center;
  margin-top: 2rem;
}
.quiz-template--input .input-template__continue-btn {
  background: #e0e0e0;
  color: #999;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: not-allowed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: 200px;
}
.quiz-template--input .input-template__continue-btn--enabled {
  background: var(--primary-button-color);
  color: white;
  cursor: pointer;
}
.quiz-template--input .input-template__continue-btn--enabled:hover {
  background: var(--primary-button-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}
.quiz-template--input .input-template__continue-btn--enabled:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.quiz-template--input .input-template__continue-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media screen and (min-width: 992px) {
  .quiz-template--input .input-template__continue-btn {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
  }
}
.quiz-template--input .input-template__footer {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767.5px) {
  .quiz-template-status-update .quiz-header {
    display: none !important;
  }
}
.offer-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
  padding: 16px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  -webkit-animation: slideInRight 0.3s ease-out;
  animation: slideInRight 0.3s ease-out;
}
.offer-notification--success {
  background-color: #10b981;
  color: white;
  border-left: 4px solid #059669;
}
.offer-notification--error {
  background-color: #ef4444;
  color: white;
  border-left: 4px solid #dc2626;
}
.offer-notification--warning {
  background-color: #f59e0b;
  color: white;
  border-left: 4px solid #d97706;
}
.offer-notification--info {
  background-color: #3b82f6;
  color: white;
  border-left: 4px solid #2563eb;
}
.offer-notification .notification-message {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.offer-notification .notification-close {
  background: none;
  border: none;
  color: currentColor;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.offer-notification .notification-close:hover {
  opacity: 1;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.checkout-container {
  max-width: 864px;
  margin: 0 auto;
  padding: 0 1rem;
}
.checkout-container form {
  display: none;
}
.checkout-container form .plan-selection__features {
  max-width: 432px;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .checkout-container {
    padding: 0;
  }
}
.checkout-offer-section--success-stories {
  margin-bottom: 0 !important;
}
.checkout-progress-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 576px) {
  .checkout-progress-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .checkout-progress-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1560px) {
  .checkout-progress-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-progress-container {
  margin: 2.5rem auto 0;
  width: 100%;
  max-width: 73.75rem;
}
.checkout-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.checkout-progress-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #F7F7F7;
}
.checkout-progress-dot--completed {
  background: var(--theme-ui-colors-brandPrimary2);
}
.checkout-progress-dot--active {
  background: var(--theme-ui-colors-brandPrimary2);
}
.checkout-progress-dot:first-child {
  margin-left: 0.5rem;
}
.checkout-progress-line {
  height: 0.125rem;
  width: calc(50% - 0.75rem);
  background: #F7F7F7;
}
.checkout-progress-line--completed {
  background: var(--theme-ui-colors-brandPrimary2);
}
.checkout-progress-line:last-of-type {
  width: calc(50% - 1.75rem);
}
.checkout-progress-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 1rem 0;
}
.checkout-progress-label {
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 130%;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.checkout-progress-label--left {
  text-align: left;
}
.checkout-progress-label--center {
  text-align: center;
}
.checkout-progress-label--right {
  text-align: right;
}
.checkout-trust-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 2rem;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.checkout-trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.checkout-trust-icon svg path {
  fill: var(--theme-ui-colors-primaryReversedSecurity, #222222);
}
.checkout-trust-icon svg path[stroke] {
  fill: #fff;
  stroke: var(--theme-ui-colors-primaryReversedSecurity, #222222);
}
.checkout-trust-text {
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 130%;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  max-width: 6.5rem;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0.625rem 0 0;
}
@media screen and (min-width: 576px) {
  .checkout-trust-text {
    margin: 0.625rem 0 0;
    max-width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .checkout-trust-text {
    margin: 0 0 0 0.3rem;
    max-width: 6.5rem;
  }
}
@media screen and (min-width: 1560px) {
  .checkout-trust-text {
    margin: 0 0 0 0.3rem;
    max-width: unset;
  }
}
.checkout-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.checkout-order-section {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .checkout-order-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 21.43rem;
  }
}
.form-row-first,
.form-row-last {
  width: 100% !important;
}
.checkout-details-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25rem;
  max-width: 400px;
}
.checkout-details-section--payment-title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 1rem;
  min-width: 0px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 145%;
  font-size: 20px;
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  white-space: normal;
}
.checkout-details-section--payment-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.checkout-details-section--payment-text p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .checkout-details-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
  }
}
.checkout-order-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--theme-ui-colors-text);
}
@media screen and (min-width: 576px) {
  .checkout-order-heading {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .checkout-order-heading {
    display: none;
  }
}
.checkout-order-review {
  width: 100%;
  display: block;
  text-align: left;
}
.checkout-order-summary {
  margin-bottom: 1rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 1rem;
  width: 100%;
  gap: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .checkout-order-summary {
    margin-bottom: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .checkout-order-summary {
    margin-bottom: 0;
    width: 21.43rem;
  }
}
@media screen and (min-width: 1560px) {
  .checkout-order-summary {
    margin-bottom: 0;
    width: 21.43rem;
  }
}
.checkout-order-title {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 145%;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.checkout-order-label {
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-order-value {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-order-discount {
  color: var(--theme-ui-colors-success500, #31c062);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-order-divider {
  margin: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--theme-ui-colors-borderSecondary, #eceff2);
  width: 100%;
}
.checkout-order-total-label {
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-order-total-value {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 145%;
  font-size: 20px;
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-order-info {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.checkout-order-info--desktop {
  display: none;
}
.checkout-order-info--mobile {
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .checkout-order-info {
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .checkout-order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 21.43rem;
  }
}
@media screen and (min-width: 992px) {
  .checkout-order-info--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout-order-info--mobile {
    display: none !important;
  }
}
.checkout-payment-section .woocommerce-checkout-payment .form-row.place-order {
  margin-top: 0 !important;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  line-height: 1.3;
}
.checkout-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
.checkout-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
}
.checkout-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 1.5rem;
  min-width: 1.5rem;
}
.checkout-info-text {
  color: var(--theme-ui-colors-text);
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5rem;
  color: var(--theme-ui-colors-contentSecondary, #4e4e4e);
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.5rem;
}
.checkout-info-links a {
  color: var(--color-primary) !important;
}
.checkout-info-link-text {
  color: var(--theme-ui-colors-contentSecondary, #4e4e4e);
  text-transform: none;
  text-decoration: none;
  display: inline;
  white-space: normal;
  margin: 0;
}
.checkout-payment-section {
  width: 100%;
}
.checkout-payment-section .woocommerce form .form-row {
  padding: 0 !important;
}
.checkout-payment-section .wc_payment_methods,
.checkout-payment-section .payment_box {
  padding: 0 !important;
  background-color: transparent !important;
}
.checkout-payment-section #payment div.payment_box::before,
.checkout-payment-section #payment div.payment_box::after {
  display: none !important;
}
.checkout-payment-section #payment div.payment_box,
.checkout-payment-section .place-order {
  padding: 0 !important;
}
.checkout-payment-section .woocommerce-privacy-policy-text,
.checkout-payment-section .woocommerce-terms-and-conditions-wrapper {
  margin-top: 0 !important;
}
.checkout-payment-section .woocommerce-SavedPaymentMethods-new,
.checkout-payment-section .woocommerce-SavedPaymentMethods-token {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-payment-section .payment_method_stripe label {
  padding: 0 !important;
}
.checkout-payment-section .wc-payment-form {
  border: 0;
  padding: 0;
}
.checkout-payment-section .woocommerce-checkout-payment {
  border-radius: 1rem;
  padding: 0;
  background-color: transparent !important;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods p {
  font-size: 14px;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  margin-bottom: 1rem;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:last-child {
  margin-bottom: 0;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio] {
  margin: 0;
}
.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  margin-top: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.checkout-payment-section .woocommerce-checkout-payment .form-row {
  margin-bottom: 1rem;
}
.checkout-payment-section .woocommerce-checkout-payment .form-row.place-order {
  margin-top: 2rem;
  margin-bottom: 0;
}
.checkout-payment-section .woocommerce-checkout-payment #place_order {
  width: 100%;
  background: var(--checkout-button-color) !important;
  color: white;
  border: none;
  border-radius: 0.25rem !important;
  padding: 1rem 2rem !important;
  font-size: 1rem !important;
  margin-bottom: 0 !important;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.checkout-payment-section .woocommerce-checkout-payment #place_order:hover {
  background: var(--checkout-hover-button-color) !important;
}
.checkout-payment-section .woocommerce-checkout-payment #place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin-top: 0.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkout-payment-section .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  color: var(--theme-ui-colors-contentSecondary, #4e4e4e);
  margin-top: 1rem;
}
@media screen and (max-width: 767.5px) {
  .woocommerce .form-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.css-1oz5wyi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: inherit;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--theme-ui-colors-white);
  background-color: primary;
  border: 0;
  border-radius: 4px;
  color: var(--theme-ui-colors-brandPrimary1);
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  font-weight: 700;
  margin-top: 2rem;
  display: block;
}
.css-1oz5wyi:hover {
  color: var(--theme-ui-colors-hoverPrimary1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.css-1oz5wyi:disabled {
  opacity: 0.38;
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .css-1oz5wyi {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .css-1oz5wyi {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1560px) {
  .css-1oz5wyi {
    margin-top: 4rem;
  }
}
.checkout-back-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .checkout-back-button-container {
    margin-top: 3rem;
  }
}
.page-template-page-offer #header {
  display: none;
}
.offer-page {
  min-height: 100vh;
  background-color: #fff;
  color: #000;
  position: relative;
}
.offer-main {
  background-color: #fff;
}
.enhanced-checkout #checkout-form {
  padding-top: 68px;
}
.logged-in.enhanced-checkout #checkout-form {
  padding-top: 30px;
}
.offer-header-sticky {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}
.offer-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: unset;
  height: 4.2rem;
  width: 100%;
  max-height: unset;
  display: block;
  text-align: left;
  border-bottom: 0.0625rem solid #0e1310;
  background: var(--theme-ui-colors-backgroundPrimary, #fff);
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  cursor: initial;
  position: sticky;
  top: 0;
  z-index: 10;
  overflow: auto;
}
@media screen and (min-width: 23.5rem) {
  .offer-header {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 4.25rem;
  }
}
@media screen and (min-width: 47.9375rem) {
  .offer-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 90rem) {
  .offer-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.offer-header__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--theme-ui-colors-backgroundPrimary, #fff);
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 73.75rem;
  min-width: unset;
  visibility: visible;
}
.offer-header__logo-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-header__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  max-width: 200px;
}
.offer-header__logo a {
  display: block;
}
.offer-header__logo a img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-header__timer-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: unset;
  min-width: unset;
  visibility: visible;
  gap: 1rem;
}
@media screen and (max-width: 47.9375rem) {
  .offer-header__timer-wrapper {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 23.5rem) {
  .offer-header__timer-wrapper {
    gap: 0.5rem;
  }
}
.offer-timer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-timer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.offer-timer__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  color: inherited;
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-timer__countdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-right: 0.5rem;
  color: var(--theme-ui-colors-brandPrimary2, #1b8489);
  font-size: 1.625rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.875rem;
  width: 6.3rem;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-header__cta {
  background-color: var(--theme-ui-colors-brandPrimary1, #7b9c5f);
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.offer-header__cta:hover {
  background-color: var(--theme-ui-colors-hoverPrimary1, #627d4c);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.offer-header__cta:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 991.5px) {
  .offer-header__cta {
    display: none;
  }
}
.offer-content {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .offer-content {
    padding: 4rem 1rem;
  }
}
.offer-container {
  max-width: 800px;
  margin: 0 auto;
}
.offer-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .offer-title {
    font-size: 2rem;
  }
}
.offer-subtitle {
  font-size: 1.25rem;
  text-align: center;
  color: var(--color-text-secondary, #a7a7a7);
  margin-bottom: 2rem;
}
.offer-products {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .offer-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.offer-products__container {
  max-width: 600px;
  margin: 0 auto;
}
.offer-progress {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 992px) {
  .offer-progress {
    font-size: 2rem;
  }
}
.offer-progress__bar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.offer-progress__fill {
  height: 100%;
  background-color: var(--color-success, #7b9c5f);
  width: 75%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.offer-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .offer-product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.offer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background-color: var(--color-background-secondary, #131916);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-product:hover {
  border-color: var(--color-primary, #fe7677);
}
.offer-product--selected {
  border-color: var(--color-success, #7b9c5f);
  background-color: var(--color-background-accent, rgba(123, 156, 95, 0.1));
}
.offer-product__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .offer-product__image {
    display: none;
  }
}
.offer-product__image img {
  width: 47px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-product__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1rem;
}
.offer-product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 992px) {
  .offer-product__header {
    font-size: 2rem;
  }
}
.offer-product__checkbox-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.offer-product__checkbox {
  position: relative;
}
.offer-product__checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.offer-product__checkmark {
  display: block;
  width: 24px;
  height: 24px;
}
.offer-product__checkmark .checkmark-unchecked {
  display: block;
}
.offer-product__checkmark .checkmark-checked {
  display: none;
}
.offer-product--selected .offer-product__checkmark .checkmark-unchecked {
  display: none;
}
.offer-product--selected .offer-product__checkmark .checkmark-checked {
  display: block;
  color: var(--color-success, #7b9c5f);
}
.offer-product__name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}
.offer-product__plans {
  margin-bottom: 1rem;
}
.offer-product__plans-label {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #a7a7a7);
  margin-bottom: 0.75rem;
}
.offer-product__plan-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .offer-product__plan-options {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.offer-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.offer-plan:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.offer-plan--selected {
  background-color: var(--color-background-accent, rgba(123, 156, 95, 0.1));
}
.offer-plan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.offer-plan__save {
  background-color: var(--color-primary, #fe7677);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.offer-plan__radio {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offer-plan--selected .offer-plan__radio {
  border-color: var(--color-success, #7b9c5f);
}
.offer-plan__name {
  font-weight: 600;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.offer-plan__dropdown {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.offer-plan__dropdown-icon {
  width: 100%;
  height: 100%;
  fill: var(--color-text-secondary, #a7a7a7);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.offer-plan--expanded .offer-plan__dropdown-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offer-product__pricing {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.offer-product__price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.offer-product__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.offer-product__price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.offer-product__old-price {
  font-size: 1.25rem;
  color: var(--color-text-secondary, #a7a7a7);
  text-decoration: line-through;
}
.offer-product__new-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-success, #7b9c5f);
}
.offer-product__best-value {
  background-color: var(--color-success, #7b9c5f);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.offer-product__billing {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-product__price-per-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.offer-product__old-price-month {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #a7a7a7);
  text-decoration: line-through;
}
.offer-product__new-price-month {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-success, #7b9c5f);
}
.offer-product__month-label {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-product__addon-pricing {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.offer-product__addon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.offer-product__addon-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.offer-product__addon-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.offer-product__addon-new-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-success, #7b9c5f);
}
.offer-product__addon-old-price {
  font-size: 1rem;
  color: var(--color-text-secondary, #a7a7a7);
  text-decoration: line-through;
}
.offer-product__addon-details {
  font-size: 0.75rem;
  color: var(--color-text-secondary, #a7a7a7);
  text-transform: uppercase;
}
.offer-checkout-actions {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.offer-checkout-submit {
  background-color: var(--color-primary, #fe7677);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.offer-checkout-submit:hover {
  background-color: var(--color-primary-hover, #e86667);
}
.offer-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.offer-coupon__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  background-color: var(--color-background-secondary, #131916);
  color: #ffffff;
}
.offer-coupon__input::-webkit-input-placeholder {
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-coupon__input::-moz-placeholder {
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-coupon__input:-ms-input-placeholder {
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-coupon__input::-ms-input-placeholder {
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-coupon__input::placeholder {
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-coupon__input:focus {
  outline: none;
  border-color: var(--color-primary, #fe7677);
}
.offer-coupon__submit {
  background-color: var(--color-background-tertiary, #4e4e4e);
  color: #ffffff;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.offer-coupon__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.offer-coupon__submit:not(:disabled):hover {
  background-color: var(--color-text-secondary, #a7a7a7);
}
.offer-trust-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offer-trust-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-text-secondary, #a7a7a7);
}
.offer-trust-indicator__icon svg {
  width: 24px;
  height: 24px;
}
.offer-payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
}
.offer-payment-methods svg {
  max-width: 100%;
  height: auto;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.offer-testimonials {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .offer-testimonials {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-testimonials {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-testimonials {
    padding: 4rem 0;
  }
}
.offer-testimonials__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 73.5rem;
}
.offer-testimonials__title {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .offer-testimonials__title {
    font-size: 2rem;
    line-height: 2.625rem;
    margin-bottom: 2rem;
  }
}
.offer-testimonials__slider {
  width: 100%;
}
.offer-testimonials__slider .splide__track {
  overflow: hidden;
  border-radius: 0.5rem;
}
.offer-testimonials__slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.offer-testimonials__slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .offer-testimonials__slider .splide__track {
    overflow: visible;
  }
  .offer-testimonials__slider .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 3rem;
  }
  .offer-testimonials__slider .splide__slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 992px) {
  .offer-testimonials__slider.splide .splide__track,
  .offer-testimonials__slider.splide .splide__list,
  .offer-testimonials__slider.splide .splide__slide {
    height: auto;
  }
}
.offer-testimonial {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F7F7F7;
  border: 0.0625rem solid #eceff2;
  border-radius: 1rem;
  width: 100%;
  max-width: 23.25rem;
}
@media screen and (min-width: 1200px) {
  .offer-testimonial {
    margin-bottom: 0;
  }
}
.offer-testimonial__content {
  width: 100%;
}
.offer-testimonial__content img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  max-height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.offer-testimonial__info {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.offer-testimonial__name {
  color: #000000;
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.offer-testimonial__text {
  color: #000000;
  line-height: 140%;
  font-size: 14px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.offer-testimonial__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid;
  border-color: var(--color-black-10, rgba(255, 255, 255, 0.1));
  height: 3.75rem;
  width: 100%;
}
.offer-testimonial__stats p {
  margin: 0;
}
.offer-testimonial__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.offer-testimonial__stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  line-height: 0.75rem;
  width: 100%;
}
.offer-testimonial__stat-label--after {
  color: var(--color-brand-primary-2, #7b9c5f);
  font-size: 0.875rem;
}
.offer-testimonial__stat-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #000000;
}
.offer-testimonial__weight {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.offer-testimonial__weight--after {
  color: var(--color-brand-primary-2, #7b9c5f);
}
.offer-testimonial__unit {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.offer-testimonial__unit--after {
  color: var(--color-brand-primary-2, #7b9c5f);
}
.offer-testimonial__arrow {
  margin-bottom: 0.5rem;
}
.offer-testimonials__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .offer-testimonials__navigation {
    display: none;
  }
}
.offer-testimonials__nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.offer-testimonials__nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.offer-testimonials__nav-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.offer-faq {
  width: 100%;
  padding: 2rem 1rem;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .offer-faq {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-faq {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-faq {
    padding: 4rem 0;
  }
}
.offer-faq__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.offer-faq__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 48.5rem;
}
.offer-faq__delivery-info {
  width: 100%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.offer-faq__delivery-info p {
  margin-bottom: 0;
}
.offer-faq__delivery-icon svg path {
  fill: var(--color-brand-secondary-1, #fe7677);
}
.offer-faq__delivery-text {
  color: #000000;
  line-height: 145%;
  font-size: 18px;
  margin-left: 1.31rem;
  text-align: left;
  max-width: calc(100% - 3.57rem);
}
@media screen and (min-width: 1200px) {
  .offer-faq__delivery-text {
    max-width: 36rem;
  }
}
.offer-faq__content {
  width: 100%;
}
.offer-faq__title {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 2rem 0 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .offer-faq__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-faq__title {
    margin-top: 0;
  }
}
.offer-faq__list {
  margin-top: 2rem;
}
.offer-faq__item {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: var(--color-background, #fff);
  border-radius: 0.5rem;
  border: 0.0625rem solid #eceff2;
}
.offer-faq__item p {
  margin-bottom: 0;
}
.offer-faq__question {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding: 0;
  width: 100%;
  border: none;
  cursor: pointer;
  color: inherit;
  background: none;
  display: block;
}
.offer-faq__question:focus:not(:focus-visible) {
  outline: none;
}
.offer-faq__question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
}
.offer-faq__question-content p {
  color: #000;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offer-faq__chevron {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offer-faq__chevron path {
  fill: #000;
}
.offer-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.offer-faq__answer p {
  color: #000;
  line-height: 140%;
  font-size: 14px;
  margin-top: 1rem;
  text-align: left;
  width: 100%;
}
.offer-faq__item--expanded .offer-faq__chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offer-faq__item--expanded .offer-faq__answer {
  max-height: 300px;
}
.offer-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: initial;
  max-width: 21.4375rem;
  gap: 1rem;
  visibility: visible;
}
.offer-product {
  background-color: var(--color-background-primary, #fff);
  width: 100%;
  max-width: 31.75rem;
  display: block;
  text-align: left;
  border-radius: 0.5rem;
  border: 0.125rem solid #eceff2;
  cursor: pointer;
  position: relative;
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-product:hover {
  border-color: #7b9c5f;
}
.offer-product--selected {
  border-color: #7b9c5f;
  background-color: rgba(123, 156, 95, 0.05);
}
.offer-product__image {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.offer-product__image img {
  width: 47px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  visibility: visible;
}
.offer-product__header {
  padding: 1rem 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  visibility: visible;
}
.offer-product__checkbox-container {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.offer-product__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.offer-product__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.offer-product__checkbox input[type=checkbox]:checked + .offer-product__checkmark .checkmark-checked {
  display: block;
}
.offer-product__checkbox input[type=checkbox]:checked + .offer-product__checkmark .checkmark-unchecked {
  display: none;
}
.offer-product__checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offer-product__checkmark .checkmark-checked {
  display: none;
  color: var(--color-brand-primary, #fe7677);
}
.offer-product__checkmark .checkmark-unchecked {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.offer-product__name {
  margin-left: 0.75rem;
}
.offer-product__name p {
  color: var(--color-text, #ffffff);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.offer-product__plans {
  margin-top: 2rem;
  padding: 0.5rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-product__plans {
    padding: 1rem;
  }
}
.offer-product__plans-label {
  color: var(--color-text, #ffffff);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
.offer-product__plan-options {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.offer-plan {
  background-color: var(--color-app-plan-background, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--color-app-plan-border, rgba(255, 255, 255, 0.1));
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-plan:hover {
  border-color: var(--color-brand-secondary, #30aec6);
}
.offer-plan--selected {
  border-color: var(--color-brand-secondary, #30aec6);
  background-color: rgba(48, 174, 198, 0.1);
}
.offer-plan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}
.offer-plan__save {
  background-color: rgba(255, 165, 23, 0.2);
  color: #ffa517;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.offer-plan__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.offer-plan__radio-button {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-color: transparent;
}
.offer-plan--selected .offer-plan__radio-button {
  display: none;
}
.offer-plan__name {
  color: var(--color-text, #ffffff);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.offer-plan__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.offer-plan__dropdown svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.offer-plan--selected .offer-plan__dropdown svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offer-product__pricing {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-app-plan-background, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--color-app-plan-border, rgba(255, 255, 255, 0.1));
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
  visibility: visible;
  overflow: hidden;
  padding: 1rem;
}
.offer-product__price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.offer-product__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.offer-product__price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.75rem;
}
.offer-product__old-price {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  text-decoration: line-through;
  margin: 0;
}
.offer-product__new-price {
  color: var(--color-text, #ffffff);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.offer-product__best-value {
  background-color: var(--color-brand-secondary, #30aec6);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.offer-product__billing {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0;
}
.offer-product__price-per-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.offer-product__old-price-month {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: line-through;
  margin: 0;
}
.offer-product__new-price-month {
  color: var(--color-text, #ffffff);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.offer-product__month-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0;
}
.offer-product__addon-info {
  padding-bottom: 1rem;
  width: 100%;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-product__addon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.offer-product__addon-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.offer-product__addon-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0;
}
.offer-product__addon-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.offer-product__addon-new-price {
  color: var(--color-text, #ffffff);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.offer-product__addon-old-price {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  text-decoration: line-through;
  margin: 0;
}
.offer-product__addon-features {
  margin-top: 0.5rem;
}
.offer-product__addon-feature-text {
  color: var(--color-brand-secondary, #30aec6);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.offer-checkout-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 21.4375rem;
  visibility: visible;
  margin-top: 2rem;
}
.offer-checkout-submit {
  background-color: var(--color-brand-primary, #fe7677);
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 1rem;
}
.offer-checkout-submit:hover {
  background-color: rgb(254.3695652174, 168.6304347826, 169.2608695652);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.offer-checkout-submit:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.offer-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.offer-coupon__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  padding: 0.75rem;
  color: var(--color-text, #ffffff);
  font-size: 0.875rem;
}
.offer-coupon__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.offer-coupon__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.offer-coupon__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.offer-coupon__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.offer-coupon__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.offer-coupon__input:focus {
  outline: none;
  border-color: var(--color-brand-secondary, #30aec6);
}
.offer-coupon__submit {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: not-allowed;
}
.offer-coupon__submit:not(:disabled) {
  background-color: var(--color-brand-secondary, #30aec6);
  color: #ffffff;
  cursor: pointer;
}
.offer-coupon__submit:not(:disabled):hover {
  background-color: rgb(83.5609756098, 192.6585365854, 213.4390243902);
}
.offer-trust-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .offer-trust-indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.offer-trust-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.offer-trust-indicator p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0;
}
.offer-trust-indicator__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.offer-trust-indicator__icon svg {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.offer-payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
.offer-payment-methods svg {
  max-width: 100%;
  height: auto;
}
.offer-checkout-flow {
  display: none;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: var(--color-background-primary, #fff);
  width: 100%;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-checkout-flow {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-checkout-flow {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-checkout-flow {
    padding: 4rem 0;
  }
}
.offer-checkout-flow__container {
  max-width: 1200px;
  margin: 0 auto;
}
.offer-checkout-flow__header {
  margin-bottom: 2rem;
}
.offer-checkout-flow__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .offer-checkout-flow__progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.offer-checkout-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
}
.offer-checkout-flow__step--completed,
.offer-checkout-flow__step--active {
  opacity: 1;
}
.offer-checkout-flow__step-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offer-checkout-flow__step--completed .offer-checkout-flow__step-icon {
  background-color: var(--color-success, #4caf50);
}
.offer-checkout-flow__step--active .offer-checkout-flow__step-icon {
  background-color: var(--color-brand-secondary, #30aec6);
}
.offer-checkout-flow__step-title {
  color: var(--color-text, #ffffff);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.offer-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3rem 0 2rem;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .offer-main__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.offer-main__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 43.875rem;
  min-width: unset;
  visibility: visible;
}
.offer-main__products {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  max-width: 21.4375rem;
  min-width: unset;
  gap: 1rem;
  visibility: visible;
}
.offer-main__product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: var(--theme-ui-colors-backgroundPrimary, #fff);
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 31.75rem;
  max-height: unset;
  display: block;
  text-align: left;
  border-radius: 0.5rem;
  border: 0.125rem solid #eceff2;
  cursor: initial;
  position: relative;
}
.offer-main__product-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: 55px;
}
.offer-main__product-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-main__product-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__product-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 1rem 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-main__checkbox-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.offer-main__checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.offer-main__checkbox-checked {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: none;
  margin-right: 8px;
  border-radius: 4px;
  color: gray;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--theme-ui-colors-grey300, #a7a7a7);
  border-radius: 1rem;
}
input:checked ~ .offer-main__checkbox-checked {
  display: block;
  color: #0118D8;
}
input:focus ~ .offer-main__checkbox-checked {
  color: primary;
  background-color: highlight;
}
input[type=checkbox]:focus ~ .offer-main__checkbox-checked {
  outline: 0;
  background: none;
}
.offer-main__checkbox-checked:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color all 0.1s;
  transition: background-color all 0.1s;
  border-radius: 0.1875rem;
}
.offer-main__checkbox-unchecked {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: block;
  margin-right: 8px;
  border-radius: 4px;
  color: gray;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--theme-ui-colors-grey300, #a7a7a7);
  border-radius: 1rem;
}
input:checked ~ .offer-main__checkbox-unchecked {
  display: none;
  color: #0118D8;
}
input:focus ~ .offer-main__checkbox-unchecked {
  color: primary;
  background-color: highlight;
}
input[type=checkbox]:focus ~ .offer-main__checkbox-unchecked {
  outline: 0;
  background: none;
}
.offer-main__checkbox-unchecked:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color all 0.1s;
  transition: background-color all 0.1s;
  border-radius: 0.1875rem;
}
.offer-main__product-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-main__product-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 700;
  max-width: 12.75rem;
  text-transform: none;
  cursor: initial;
  display: inline-block;
  white-space: normal;
}
.offer-main__app-plans {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  gap: 0.5rem;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-main__app-plans {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-main__app-plans {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.offer-main__plan-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 140%;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__plan-options {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  gap: 0.2rem;
  visibility: visible;
}
@media screen and (min-width: 23.5rem) {
  .offer-main__plan-options {
    gap: 0.61rem;
  }
}
@media screen and (min-width: 47.9375rem) {
  .offer-main__plan-options {
    gap: 0.61rem;
  }
}
.offer-main__plan {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  min-width: unset;
  position: relative;
  visibility: visible;
  cursor: pointer;
}
.offer-main__plan-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-ui-colors-appPlanBackground, #1f2a22);
  border: 1px solid;
  border-color: var(--theme-ui-colors-appPlanBorder, #4b5563);
  border-radius: 0.5rem;
  max-height: unset;
  min-height: unset;
  height: 100%;
  width: 100%;
  min-width: unset;
  visibility: visible;
  overflow: hidden;
}
.offer-main__plan-content--selected {
  background-color: var(--theme-ui-colors-appPlanBackground, #1f2a22);
  border: 2px solid;
  border-color: var(--theme-ui-colors-brandPrimary2, #30aec6);
  border-radius: 0.5rem;
}
.offer-main__plan-save {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 125%;
  font-size: 0.6875rem;
  background-color: var(--theme-ui-colors-brandSecondary1, #ff9517);
  border-radius: 0.35rem 0.35rem 0 0;
  padding: 0.125rem 0.375rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .offer-main__plan-save {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.offer-main__plan-save--selected {
  background-color: var(--theme-ui-colors-brandPrimary2, #30aec6);
  color: var(--theme-ui-colors-backgroundPrimary, #fff);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .offer-main__plan-save--selected {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.offer-main__plan-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin: 0.5rem 0.5rem 0 0.5rem;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: pointer;
}
.offer-main__plan-radio-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-bottom: 0.5rem;
  background-color: var(--theme-ui-colors-appRadioUncheckedBg, #374151);
  min-height: unset;
  height: 0.8438rem;
  width: 0.8438rem;
  max-height: unset;
  display: block;
  text-align: left;
  border-radius: 100%;
  border: 0.0938rem solid #c5ced9;
  cursor: initial;
}
.offer-main__plan-radio-button--checked {
  background: none;
  border: none;
}
.offer-main__plan-radio-button--checked svg {
  width: 18px;
  height: 18px;
}
.offer-main__plan-radio-button--checked svg rect {
  fill: var(--theme-ui-colors-brandPrimary2, #30aec6);
}
.offer-main__plan-radio-button--checked svg path {
  fill: white;
}
.offer-main__plan-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 140%;
  font-size: 14px;
  margin: 0 0.375rem 0.375rem 0.375rem;
  color: var(--theme-ui-colors-text, #ffffff);
  font-size: 0.75rem;
  font-weight: 600;
  max-width: unset;
  text-transform: none;
  cursor: pointer;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 23.5rem) {
  .offer-main__plan-name {
    font-size: 0.875rem;
  }
}
.offer-main__plan-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  position: absolute;
  bottom: -1rem;
}
.offer-main__plan-dropdown-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: 0.75rem;
  width: 0.75rem;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: pointer;
}
.offer-main__plan-dropdown-icon .fill {
  fill: var(--theme-ui-colors-brandPrimary2, #30aec6);
}
.offer-main__pricing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-ui-colors-appPlanBackground, #1f2a22);
  border: 1px solid;
  border-color: var(--theme-ui-colors-appPlanBorder, #4b5563);
  border-radius: 0.5rem;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  position: relative;
  visibility: visible;
  overflow: hidden;
}
.offer-main__pricing-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F7F7F7;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
.offer-main__pricing-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offer-main__pricing-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__old-price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  color: var(--theme-ui-colors-alert300, #f59e0b);
  max-width: unset;
  text-transform: none;
  text-decoration: line-through;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__new-price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  margin-left: 0.5rem;
  color: var(--theme-ui-colors-brandPrimary2, #30aec6);
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__best-value {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 150%;
  font-size: 10px;
  margin: 0 0 0 auto;
  padding: 0.375rem 0.625rem;
  color: var(--theme-ui-colors-bestValueTagText, #fff);
  background-color: var(--theme-ui-colors-bestValueTagBg, #fe7677);
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
  border-radius: 0.8125rem;
}
.offer-main__billing-cycle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  margin-top: 0.25rem;
  color: var(--theme-ui-colors-brandPrimary2, #30aec6);
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__pricing-monthly {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
.offer-main__old-price-monthly {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  color: var(--theme-ui-colors-grey500, #6b7280);
  max-width: unset;
  text-transform: none;
  text-decoration: line-through;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__new-price-monthly {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 145%;
  font-size: 20px;
  margin-left: 0.5rem;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__per-month {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  margin-top: 0.25rem;
  color: var(--theme-ui-colors-grey500, #6b7280);
  font-weight: 600;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__product--addon {
  border-color: var(--theme-ui-colors-grey600, #4b5563);
}
.offer-main__addon-pricing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-bottom: 1rem;
  min-height: unset;
  height: initial;
  width: 100%;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-main__addon-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin: 0.5rem 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__addon-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-main__addon-icon svg path {
  fill: #0118D8;
}
.offer-main__addon-icon svg circle {
  fill: var(--theme-ui-colors-brandSecondary1, #e5ebdf);
}
.offer-main__addon-description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 12px;
  margin-left: 0.25rem;
  color: #0118D8;
  font-weight: 700;
  max-width: 13rem;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__addon-prices {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin: 0.5rem 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__addon-price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__addon-old-price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  margin-left: 0.375rem;
  color: var(--theme-ui-colors-alert1000, #e91010);
  text-decoration: line-through;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__addon-details {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin: 1rem 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__addon-details-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 150%;
  font-size: 10px;
  margin-left: 0.25rem;
  color: var(--theme-ui-colors-primary2500, #1b8489);
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-main__addon-features {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
  margin: 1rem 0px 0px 2rem;
}
.offer-main__addon-feature-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 130%;
  font-size: 0.625rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
  text-align: left;
}
label[data-testid=stayahead-paperback-box] .offer-main__addon-pricing {
  padding-bottom: 0;
}
.offer-main__print-name-option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1rem 0 0 0;
  min-width: 0;
  display: block;
  width: 100%;
}
.offer-main__print-name-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.offer-main__print-name-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--theme-ui-colors-grey600, #4b5563);
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: #F7F7F7;
}
.offer-main__print-name-content:hover {
  background-color: rgba(123, 156, 95, 0.05);
}
.offer-main__print-name-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.offer-main__print-name-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.offer-main__print-name-icon svg {
  width: 40px;
  height: 40px;
}
.offer-main__print-name-checkbox:checked + .offer-main__checkbox-checked {
  display: block;
}
.offer-main__print-name-checkbox:checked ~ .offer-main__checkbox-unchecked {
  display: none;
}
.offer-main__print-name-checkbox:not(:checked) + .offer-main__checkbox-checked {
  display: none;
}
.offer-main__print-name-checkbox:not(:checked) ~ .offer-main__checkbox-unchecked {
  display: block;
}
.offer-main__print-name-checkbox:checked ~ .offer-main__print-name-content {
  border-color: #0118D8;
  background-color: rgba(123, 156, 95, 0.1);
}
.offer-main__print-name-checkbox[data-checked=true] + .offer-main__checkbox-checked {
  display: block;
}
.offer-main__print-name-checkbox[data-checked=true] ~ .offer-main__checkbox-unchecked {
  display: none;
}
.offer-main__print-name-checkbox[data-checked=false] + .offer-main__checkbox-checked {
  display: none;
}
.offer-main__print-name-checkbox[data-checked=false] ~ .offer-main__checkbox-unchecked {
  display: block;
}
.offer-main__checkout {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
  width: 100%;
}
.offer-main__submit-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--theme-ui-colors-white, #ffffff);
  background-color: primary;
  border: 0;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: var(--theme-ui-colors-backgroundPrimary, #fff);
  background-color: var(--theme-ui-colors-brandPrimary1, #fe7677);
  margin-top: 1rem;
  width: 100%;
  max-width: unset;
  font-size: 1rem;
  min-height: unset;
  height: initial;
  max-height: unset;
  text-transform: none;
  cursor: pointer;
  white-space: normal;
}
.offer-main__submit-button:disabled {
  opacity: 0.38;
  pointer-events: none;
}
@media (hover: hover) {
  .offer-main__submit-button:hover {
    background-color: var(--theme-ui-colors-hoverPrimary1, #e86667);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.offer-main__coupon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 31.75rem;
  min-width: unset;
  position: relative;
  visibility: visible;
}
@media screen and (min-width: 23.5rem) {
  .offer-main__coupon {
    max-width: 31.75rem;
  }
}
@media screen and (min-width: 47.9375rem) {
  .offer-main__coupon {
    max-width: 31.75rem;
  }
}
@media screen and (min-width: 90rem) {
  .offer-main__coupon {
    max-width: 21.44rem;
  }
}
.offer-main__coupon-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: block;
  width: 100%;
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid;
  border-radius: 4px;
  color: inherit;
  background-color: transparent;
  color: var(--theme-ui-colors-inputColor, #e9e9e9);
  background-color: var(--theme-ui-colors-background, #fff);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid;
  border-color: var(--theme-ui-colors-grey300, #c6ced9);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--theme-ui-colors-text, #ffffff);
  min-height: 3.5rem;
}
.offer-main__coupon-input:autofill,
.offer-main__coupon-input:autofill:hover,
.offer-main__coupon-input:autofill:focus {
  -webkit-box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
  box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
  font-size: inherit;
}
.offer-main__coupon-input::-webkit-input-placeholder {
  color: var(--theme-ui-colors-grey300, #c6ced9);
}
.offer-main__coupon-input::-moz-placeholder {
  color: var(--theme-ui-colors-grey300, #c6ced9);
}
.offer-main__coupon-input:-ms-input-placeholder {
  color: var(--theme-ui-colors-grey300, #c6ced9);
}
.offer-main__coupon-input::-ms-input-placeholder {
  color: var(--theme-ui-colors-grey300, #c6ced9);
}
.offer-main__coupon-input::placeholder {
  color: var(--theme-ui-colors-grey300, #c6ced9);
}
.offer-main__coupon-input:hover {
  border-color: var(--theme-ui-colors-grey400, #a0aec0);
}
.offer-main__coupon-input:focus {
  outline: none;
  border-color: var(--theme-ui-colors-brandPrimary2, #1b8489);
  -webkit-box-shadow: 0 0 0 3px rgba(27, 132, 137, 0.1);
  box-shadow: 0 0 0 3px rgba(27, 132, 137, 0.1);
}
.offer-main__coupon-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.offer-main__coupon-input::-webkit-outer-spin-button,
.offer-main__coupon-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.offer-main__coupon-input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.offer-main__coupon-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
  box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
}
.offer-main__coupon-input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
  box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
}
.offer-main__coupon-input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
  box-shadow: inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);
}
.offer-main__coupon-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--theme-ui-colors-white, #ffffff);
  background-color: primary;
  border: 0;
  border-radius: 4px;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  width: 8rem;
  height: 2.25rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  width: auto;
  top: unset;
  display: block;
  background-color: var(--theme-ui-colors-grey10, #e9e9e9);
  background-color: transparent;
  border: 2px solid;
  border-color: var(--theme-ui-colors-grey300, #c6ced9);
  color: var(--theme-ui-colors-grey300, #c6ced9);
  margin-left: 0.5rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.offer-main__coupon-button:active,
.offer-main__coupon-button:focus {
  outline: none;
}
.offer-main__coupon-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover) {
  .offer-main__coupon-button:hover:enabled {
    background-color: var(--theme-ui-colors-grey300, #c6ced9);
    color: var(--theme-ui-colors-background, #fff);
    border-color: var(--theme-ui-colors-grey300, #c6ced9);
  }
}
.offer-main__trust {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-main__trust-items {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  gap: 1rem;
  visibility: visible;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .offer-main__trust-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-main__trust-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
.offer-main__trust-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-main__trust-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-main__trust-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.offer-main__trust-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-main__trust-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 140%;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .offer-main__trust-text {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .offer-main__trust-text {
    text-align: left;
  }
}
.offer-complete-formula {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 0;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--theme-ui-colors-backgroundPrimary, #fff);
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula {
    padding: 4rem 0;
  }
}
.offer-complete-formula__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 2rem;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 73.5rem;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.offer-complete-formula__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.offer-complete-formula__items {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: initial;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  gap: 1rem;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
  }
}
.offer-complete-formula__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: initial;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula__item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula__item {
    width: 14.75rem;
  }
}
.offer-complete-formula__item img {
  max-width: 100%;
  height: auto;
  max-width: 110px;
}
.offer-complete-formula__item-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  max-width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula__item-content {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__item-content {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula__item-content {
    max-width: 100%;
  }
}
.offer-complete-formula__item-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 145%;
  font-size: 20px;
  margin-top: 0.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-complete-formula__item-description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 150%;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-complete-formula__separator {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: initial;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula__separator {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__separator {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula__separator {
    margin-top: 5.625rem;
    width: 3.25rem;
  }
}
.offer-complete-formula__separator svg {
  width: 50px;
  height: 50px;
}
.offer-complete-formula__separator-empty {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  max-width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-complete-formula__separator-empty {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .offer-complete-formula__separator-empty {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .offer-complete-formula__separator-empty {
    max-width: 100%;
  }
}
.offer-personalized-plan__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--theme-ui-colors-backgroundPrimary, #fff);
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-personalized-plan {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 0;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--theme-ui-colors-backgroundPrimary, #fff);
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 73.5rem;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan {
    padding: 4rem 0;
  }
}
.offer-personalized-plan__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-personalized-plan__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-right: auto;
  font-weight: 700;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline-block;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__title {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__title {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__title {
    width: 100%;
  }
}
.offer-personalized-plan__image-mobile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: unset;
  height: 285px;
  width: initial;
  max-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto;
  text-align: left;
  cursor: initial;
  position: relative;
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__image-mobile {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__image-mobile {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__image-mobile {
    display: none;
  }
}
.offer-personalized-plan__image-mobile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-personalized-plan__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.offer-personalized-plan__benefits {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 34rem;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__benefits {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__benefits {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__benefits {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.offer-personalized-plan__pages {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin: 0 0 1rem;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  color: #000000;
}
.offer-personalized-plan__pages p {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__pages {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__pages {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__pages {
    margin: 2rem 0;
  }
}
.offer-personalized-plan__pages-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.625rem;
  font-size: 1.25rem;
  color: var(--theme-ui-colors-brandPrimary2, #30aec6);
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-personalized-plan__pages-subtitle * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.625rem;
  font-size: 1.25rem;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-personalized-plan__benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
.offer-personalized-plan__benefit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
.offer-personalized-plan__benefit-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-personalized-plan__benefit-icon svg rect {
  fill: #0e1310;
}
.offer-personalized-plan__benefit-icon svg path {
  fill: #1b8489;
}
.offer-personalized-plan__benefit-icon svg circle {
  fill: #b7e0e2;
}
.offer-personalized-plan__benefit-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  max-width: calc(100% - 2rem);
  min-width: unset;
  visibility: visible;
}
.offer-personalized-plan__benefit-text p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-personalized-plan__cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--theme-ui-colors-white, #ffffff);
  background-color: primary;
  border: 0;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: var(--theme-ui-colors-backgroundPrimary, #fff);
  background-color: var(--theme-ui-colors-brandPrimary1, #fe7677);
  margin-top: 1rem;
  width: 100%;
  max-width: 23.25rem;
  display: block;
}
.offer-personalized-plan__cta:disabled {
  opacity: 0.38;
  pointer-events: none;
}
@media (hover: hover) {
  .offer-personalized-plan__cta:hover {
    background-color: var(--theme-ui-colors-hoverPrimary1, #e86667);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__cta {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__cta {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__cta {
    margin-top: 2rem;
  }
}
.offer-personalized-plan__image-desktop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-personalized-plan__image-desktop {
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .offer-personalized-plan__image-desktop {
    display: none;
    width: 44rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-personalized-plan__image-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44rem;
  }
}
.offer-personalized-plan__image-desktop img {
  max-width: 100%;
  height: auto;
  max-width: 350px;
}
.offer-accelerate-results {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #F7F7F7;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results {
    padding: 4rem 0;
  }
}
.offer-accelerate-results__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 73.5rem;
  min-width: unset;
  visibility: visible;
}
.offer-accelerate-results__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 73.5rem;
  min-width: unset;
  visibility: visible;
}
.offer-accelerate-results__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-accelerate-results__new-badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-right: 0.375rem;
  padding: 0.375rem 1.875rem;
  color: var(--theme-ui-colors-white, #ffffff);
  background-color: var(--theme-ui-colors-alert500, #ff4444);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__new-badge {
    margin-right: 0.375rem;
    padding: 0.375rem 1.875rem;
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__new-badge {
    margin-right: 0.5rem;
    padding: 0.375rem 2.75rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__new-badge {
    margin-right: 0.5rem;
    padding: 0.375rem 2.75rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.offer-accelerate-results__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.offer-accelerate-results__stats {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  gap: 1rem;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__stats {
    margin: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__stats {
    margin: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__stats {
    margin: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
.offer-accelerate-results__stat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-ui-colors-backgroundPrimary, #fff);
  border: 0.0625rem solid #eceff2;
  border-radius: 1rem;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
.offer-accelerate-results__stat-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
}
.offer-accelerate-results__stat-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-accelerate-results__stat-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: initial;
  min-width: unset;
  visibility: visible;
}
.offer-accelerate-results__stat-text p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__story {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.offer-accelerate-results__story-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: unset;
  min-height: unset;
  height: initial;
  width: 100%;
  max-width: 37.875rem;
  min-width: unset;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__story-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__story-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__story-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.offer-accelerate-results__story-intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 145%;
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #0118D8;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-headline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.625rem;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-quote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
  width: 100%;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-response {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-bottom: 1rem;
  text-align: left;
  width: 100%;
  max-width: unset;
  text-transform: none;
  text-decoration: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-response-intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-response-highlight {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-brandPrimary2, #30aec6);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-conclusion-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--theme-ui-colors-text, #ffffff);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 700;
  max-width: unset;
  text-transform: none;
  cursor: initial;
  display: inline;
  white-space: normal;
}
.offer-accelerate-results__story-image-mobile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-height: unset;
  height: 330px;
  width: initial;
  max-height: unset;
  display: block;
  text-align: left;
  cursor: initial;
  position: relative;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__story-image-mobile {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__story-image-mobile {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__story-image-mobile {
    display: none;
  }
}
.offer-accelerate-results__story-image-mobile img {
  max-width: 100%;
  height: auto;
}
.offer-accelerate-results__story-image-desktop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-top: 2rem;
  min-height: unset;
  height: initial;
  width: initial;
  max-height: unset;
  display: none;
  text-align: left;
  cursor: initial;
  max-width: 570px;
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__story-image-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__story-image-desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__story-image-desktop {
    display: block;
  }
}
.offer-accelerate-results__story-image-desktop img {
  max-width: 100%;
  height: auto;
}
.offer-accelerate-results__cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--theme-ui-colors-white, #ffffff);
  background-color: primary;
  border: 0;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: var(--theme-ui-colors-backgroundPrimary, #fff);
  background-color: var(--theme-ui-colors-brandPrimary1, #fe7677);
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 23.25rem;
  display: block;
}
.offer-accelerate-results__cta:disabled {
  opacity: 0.38;
  pointer-events: none;
}
@media (hover: hover) {
  .offer-accelerate-results__cta:hover {
    background-color: var(--theme-ui-colors-hoverPrimary1, #e86667);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .offer-accelerate-results__cta {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .offer-accelerate-results__cta {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .offer-accelerate-results__cta {
    margin-top: 2rem;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.offer-guarantee {
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 32px;
  margin: 40px 0;
}
@media screen and (max-width: 767.5px) {
  .offer-guarantee {
    padding: 24px;
    margin: 32px auto 12px;
    max-width: calc(100% - 2rem);
  }
}
.offer-guarantee__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767.5px) {
  .offer-guarantee__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}
.offer-guarantee__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.offer-guarantee__icon svg {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767.5px) {
  .offer-guarantee__icon svg {
    width: 48px;
    height: 48px;
  }
}
.offer-guarantee__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.offer-guarantee__title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
@media screen and (max-width: 767.5px) {
  .offer-guarantee__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.offer-guarantee__text {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767.5px) {
  .offer-guarantee__text {
    font-size: 14px;
  }
}
.offer-guarantee__details {
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
  margin: 0;
}
@media screen and (max-width: 767.5px) {
  .offer-guarantee__details {
    font-size: 13px;
  }
}
.offer-guarantee__link {
  color: #4f46e5;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.offer-guarantee__link:hover {
  color: #3730a3;
  text-decoration: none;
}
.plan-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 1.5rem 4%;
  background: #ffffff;
}
@media (min-width: 768px) {
  .plan-selection {
    padding: 3rem 4%;
  }
}
.plan-selection__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 54rem;
}
.plan-selection__title {
  font-size: calc(1.45rem + 1.8461538462vw);
  font-weight: 600;
  color: var(--token-wlQW22XL96u_, #2D3748);
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  margin-top: 2rem;
}
@media (min-width: 1560px) {
  .plan-selection__title {
    font-size: 3.25rem;
  }
}
.plan-selection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  gap: 32px;
}
@media (min-width: 768px) {
  .plan-selection__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
    gap: 54px;
  }
}
.plan-selection__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 405px;
}
@media (min-width: 768px) {
  .plan-selection__main {
    width: auto;
  }
}
.plan-selection__guarantees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
}
.plan-selection__secure-text {
  font-size: 14px;
  font-weight: 500;
  color: #4A5568;
  text-align: center;
  margin: 0;
}
.plan-selection__renewal-text {
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  max-width: 18rem;
}
.plan-selection__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .plan-selection__features {
    width: auto;
  }
}
.plan-selection__features-title {
  font-size: calc(1.3rem + 0.4615384615vw);
  font-weight: 700;
  color: var(--token-wlQW22XL96u_, #2D3748);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 1560px) {
  .plan-selection__features-title {
    font-size: 1.75rem;
  }
}
.plan-selection__techniques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.plan-selection__techniques-title {
  font-size: 14px;
  font-weight: 500;
  color: #4A5568;
  text-align: center;
  margin-bottom: 0.5rem;
}
.plan-card {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #0118D8;
}
.plan-card__badge-container {
  position: relative;
  width: 100%;
}
.plan-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgb(255, 212, 66);
  color: #000000;
  padding: 4px 1rem;
  border-radius: 4px;
  z-index: 2;
}
.plan-card__badge-text {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}
.plan-card__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem 1.5rem;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .plan-card__content-wrapper {
    padding: 1rem 1.5rem;
  }
}
.plan-card__icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.plan-card__icon-wrapper svg {
  width: 24px;
  height: 24px;
  display: block;
}
.plan-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.plan-card__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.plan-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.plan-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #2D3748;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
.plan-card__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #718096;
  margin: 0;
  line-height: 1.3;
}
.plan-card__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.plan-card__price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #0118D8;
  margin: 0;
}
.checkout-button-wrapper {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.checkout-button-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--checkout-button-color);
  -webkit-animation: pulse-shadow 2s infinite;
  animation: pulse-shadow 2s infinite;
  opacity: 0.2;
  border-radius: 6px;
  pointer-events: none;
}
.plan-selection__button {
  width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.plan-selection__button span {
  position: relative;
  display: block;
}
.plan-selection__button.btn--primary {
  background: var(--checkout-button-color);
  color: #FFFFFF;
}
.plan-selection__button.btn--primary:hover:not(:disabled) {
  background: var(--checkout-hover-button-color);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.plan-selection__button.btn--primary:active:not(:disabled) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.plan-selection__button.btn--primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-animation: none;
  animation: none;
}
.plan-selection__button[data-loading=true] {
  -webkit-animation: none;
  animation: none;
}
.plan-selection__button[data-loading=true]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@media screen and (min-width: 992px) {
  .plan-selection__button {
    padding: 1rem 1.5rem;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.guarantee-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.guarantee-badge__icon {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--primary-button-color);
}
.guarantee-badge__text {
  font-size: 14px;
  font-weight: 500;
  color: #4A5568;
}
.payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-logos__image {
  max-width: 18rem;
  width: 100%;
  height: auto;
}
.plan-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.plan-features-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
}
.plan-features-list__icon {
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--primary-button-color);
  fill: currentColor;
}
.plan-features-list__text {
  font-size: 14px;
  font-weight: 400;
  color: #2D3748;
  line-height: 1.4;
}
.techniques-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 48rem;
  gap: 16px;
  opacity: 0.5;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media (min-width: 768px) {
  .techniques-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.techniques-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.techniques-grid__item:first-child .techniques-grid__logo {
  max-width: 96px !important;
}
.techniques-grid__logo {
  max-width: 6rem;
  width: 100%;
  height: auto;
  max-width: 128px !important;
}
.techniques-grid__placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 6rem;
  height: 60px;
  background: #f7f7f7;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 12px;
  color: #a0aec0;
}
@media (min-width: 768px) {
  .techniques-grid__placeholder {
    max-width: 8rem;
    height: 80px;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: inherit;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:focus {
  outline: 2px solid var(--primary-button-color);
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn:disabled:hover {
  -webkit-transform: none;
  transform: none;
}
.results-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 1.5rem 4%;
}
@media (min-width: 768px) {
  .results-preview {
    padding: 3rem 4%;
  }
}
.results-preview__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 44rem;
}
.results-preview__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--token-wlQW22XL96u_, #2D3748);
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 768px) {
  .results-preview__title {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
.results-preview__image-wrapper {
  width: 100%;
  max-width: 28rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .results-preview__image-wrapper {
    margin-bottom: 2rem;
  }
}
.results-preview__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.results-preview__image-placeholder {
  width: 100%;
  height: 300px;
  background: #e2e8f0;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a0aec0;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .results-preview__image-placeholder {
    height: 400px;
    font-size: 18px;
  }
}
.results-preview__button {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .results-preview__button {
    max-width: 24rem;
    font-size: 16px;
    padding: 14px 28px;
  }
}
.results-preview__button.btn--secondary {
  background: #FFFFFF;
  color: var(--token-o8lVMrhNP1c-, #2D3748);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.results-preview__button.btn--secondary:hover {
  background: #f8f9fa;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.results-preview__button.btn--secondary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.results-preview__button:focus {
  outline: 2px solid var(--primary-button-color);
  outline-offset: 2px;
}
.results-preview__button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}
.results-preview__button-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.results-preview__button-text {
  font-weight: inherit;
  color: inherit;
}
[data-scroll-to] {
  cursor: pointer;
}
[data-scroll-to]:hover .results-preview__button-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.premium-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #f7f9f7;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  padding: 40px 6%;
}
@media (min-width: 768px) {
  .premium-report {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.premium-report__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 0;
  padding: 0;
}
.premium-report__title {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  color: var(--token-wlQW22XL96u_, #2D3748);
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
  min-width: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .premium-report__title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
}
.premium-report__description {
  max-width: 24rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #535353;
}
@media (min-width: 768px) {
  .premium-report__description {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
.premium-report__image-wrapper {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 44rem;
  width: 100%;
  min-width: auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .premium-report__image-wrapper {
    margin-bottom: 3rem;
  }
}
.premium-report__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.premium-report__image-placeholder {
  width: 100%;
  height: 400px;
  background: #e2e8f0;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a0aec0;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .premium-report__image-placeholder {
    height: 500px;
    font-size: 18px;
  }
}
.premium-report__button {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .premium-report__button {
    max-width: 24rem;
    font-size: 16px;
    padding: 14px 28px;
  }
}
.premium-report__button.btn--secondary {
  background: #FFFFFF;
  color: var(--token-o8lVMrhNP1c-, #2D3748);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.premium-report__button.btn--secondary:hover {
  background: #f8f9fa;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.premium-report__button.btn--secondary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.premium-report__button:focus {
  outline: 2px solid var(--primary-button-color);
  outline-offset: 2px;
}
.premium-report__button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 0;
  padding: 0;
}
.premium-report__button-icon {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.premium-report__button-text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  color: var(--token-o8lVMrhNP1c-, #2D3748);
  width: 100%;
  min-width: 0;
  font-weight: inherit;
}
[data-scroll-to] {
  cursor: pointer;
}
[data-scroll-to]:hover .premium-report__button-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.report-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  padding: 1.5rem 4%;
}
@media (min-width: 768px) {
  .report-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.report-features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 44rem;
  min-width: 0;
  padding: 0;
}
.report-features__title {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1rem;
  color: var(--token-wlQW22XL96u_, #2D3748);
  width: 100%;
  text-align: center;
  min-width: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .report-features__title {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
.report-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 32rem;
  row-gap: 6px;
  min-width: 0;
  padding: 0;
}
.report-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 0;
  padding: 0;
}
.report-features__icon {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  color: var(--token-mQ_0HXirvfZ2, #137a49);
  height: 1em;
  width: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.report-features__text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-size: 14px;
  line-height: 1.4;
  color: #2D3748;
  margin: 0;
}
@media (min-width: 768px) {
  .report-features__text {
    font-size: 16px;
  }
}
.report-features__text b,
.report-features__text strong {
  font-weight: 600;
  color: inherit;
}
.success-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #f7f9f7;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  padding: 40px 6%;
}
@media (min-width: 768px) {
  .success-stories {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.success-stories__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 0;
  padding: 0;
}
.success-stories__title {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1rem;
  color: var(--token-wlQW22XL96u_, #2D3748);
  width: 100%;
  text-align: center;
  min-width: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .success-stories__title {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
.success-stories__grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  height: auto;
  max-width: 54rem;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  margin-bottom: 1.5rem;
  min-width: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .success-stories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 2rem;
  }
}
.success-stories__button {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .success-stories__button {
    max-width: 24rem;
  }
}
.success-stories__button.btn--primary {
  background: var(--checkout-button-color);
  color: #FFFFFF;
}
.success-stories__button.btn--primary:hover {
  background: var(--checkout-hover-button-color);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.success-stories__button.btn--primary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.success-stories__button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 0;
  padding: 0;
}
.success-stories__button-icon {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.success-stories__button-text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  color: currentColor;
  width: 100%;
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  border-radius: 8px;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .testimonial-card {
    padding: 1rem;
  }
}
.testimonial-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 0.5rem;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  min-width: 0;
  padding: 0;
}
.testimonial-card__avatar {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonial-card__avatar-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-card__avatar-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonial-card__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 0;
  padding: 0;
}
.testimonial-card__rating {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 60px;
  height: 12px;
  color: var(--token-LkufLqRb0NJB, #f3cb41);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}
.testimonial-card__star {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonial-card__name-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 0;
  padding: 0;
}
.testimonial-card__name {
  width: auto;
  height: auto;
  max-width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: var(--token-wlQW22XL96u_, #2D3748);
  font-style: normal;
  text-align: left;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  white-space: pre-wrap;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  text-decoration-line: none;
  text-overflow: clip;
}
.testimonial-card__social-icon {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1em;
  fill: currentColor;
}
.testimonial-card__text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #2D3748;
  margin: 0;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:focus {
  outline: 2px solid var(--primary-button-color);
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.urgency-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  max-width: 100%;
  width: 100%;
  background: #ecf7fe;
  left: auto;
  top: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .urgency-bar {
    left: auto;
    top: auto;
  }
}
.urgency-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 1200px;
  background: none;
  row-gap: 8px;
  min-width: 0;
  padding: 12px 6%;
  margin: 0;
}
@media (min-width: 768px) {
  .urgency-bar__container {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 0px;
    padding: 16px 64px;
  }
}
.urgency-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  padding: 0;
}
@media (min-width: 768px) {
  .urgency-bar__content {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 0px;
  }
}
.urgency-bar__text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  color: var(--token-wlQW22XL96u_, #2D3748);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 768px) {
  .urgency-bar__text {
    font-size: 16px;
  }
}
.urgency-bar__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 64px;
  height: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .urgency-bar__timer {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.countdown-timer {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  color: var(--token-wlQW22XL96u_, #2D3748);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
@media (min-width: 768px) {
  .countdown-timer {
    font-size: 22px;
  }
}
.countdown-timer__minutes,
.countdown-timer__seconds {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  padding: 5px;
  border-radius: 4px;
  background: #cfeafc;
}
.countdown-timer__separator {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0 2px;
}
.benefits-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .benefits-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.benefits-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: 2;
  margin-bottom: 1rem;
  min-width: 0;
  padding: 0;
}
.benefits-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 64rem;
  margin-bottom: 1.5rem;
  min-width: 0;
  padding: 0 0%;
}
@media (min-width: 768px) {
  .benefits-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2.5rem;
    row-gap: 0px;
  }
}
.benefits-section__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 1.5rem;
  min-width: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .benefits-section__column {
    margin: 0px 0px 0rem;
  }
}
.benefits-section__column-title {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: var(--font-heading);
  text-transform: uppercase;
  min-width: 0;
  font-size: 16px;
  color: var(--token-wlQW22XL96u_, #2D3748);
  text-align: left;
}
@media (min-width: 768px) {
  .benefits-section__column-title {
    font-size: 18px;
  }
}
.benefits-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  row-gap: 6px;
  min-width: 0;
  padding: 0;
}
.benefits-section__button {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .benefits-section__button {
    max-width: 24rem;
  }
}
.benefits-section__button.btn--primary {
  background: var(--primary-button-color);
  color: #FFFFFF;
}
.benefits-section__button.btn--primary:hover {
  background: var(--hover-button-color);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.benefits-section__button.btn--primary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.benefits-section__button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 0;
  padding: 0;
}
.benefits-section__button-icon {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.benefits-section__button-text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  color: currentColor;
  width: 100%;
  min-width: 0;
  margin: 0;
}
.benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 0;
  padding: 0;
}
.benefit-item__icon {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  color: var(--token-mQ_0HXirvfZ2, #137a49);
  height: 1em;
  width: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.benefit-item__text {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-size: 14px;
  line-height: 1.4;
  color: #2D3748;
  margin: 0;
}
@media (min-width: 768px) {
  .benefit-item__text {
    font-size: 16px;
  }
}
.offer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 4%;
}
@media (min-width: 768px) {
  .offer-footer {
    padding: 1.5rem 4%;
  }
}
.offer-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  gap: 1rem;
}
@media (min-width: 768px) {
  .offer-footer__container {
    gap: 1.5rem;
  }
}
.offer-footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
.offer-footer__disclaimer {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0;
  line-height: 1.3;
  max-width: 60rem;
}
@media (min-width: 768px) {
  .offer-footer__disclaimer {
    font-size: 12px;
  }
}
.offer-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .offer-footer__links {
    gap: 24px;
  }
}
.offer-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.offer-footer__link:hover .offer-footer__link-text {
  color: var(--primary-button-color);
}
.offer-footer__link-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  margin: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .offer-footer__link-text {
    font-size: 13px;
  }
}
.offer-footer__help-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.offer-footer__help-link:hover .offer-footer__help-text {
  color: var(--primary-button-color);
}
.offer-footer__help-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  margin: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .offer-footer__help-text {
    font-size: 13px;
  }
}
.checkout-with-offers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.checkout-with-offers-container .checkout-offer-section {
  width: 100%;
}
.checkout-with-offers-container .checkout-offer-section .plan-selection,
.checkout-with-offers-container .checkout-offer-section .results-preview,
.checkout-with-offers-container .checkout-offer-section .premium-report,
.checkout-with-offers-container .checkout-offer-section .report-features,
.checkout-with-offers-container .checkout-offer-section .success-stories,
.checkout-with-offers-container .checkout-offer-section .urgency-bar,
.checkout-with-offers-container .checkout-offer-section .benefits-section,
.checkout-with-offers-container .checkout-offer-section .offer-footer {
  width: 100%;
}
.checkout-with-offers-container .checkout-offer-section .plan-selection {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .checkout-with-offers-container .checkout-offer-section .plan-selection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.checkout-with-offers-container .checkout-woocommerce-section {
  background:
    linear-gradient(
      135deg,
      #f8f9fa 0%,
      #e9ecef 100%);
  padding: 3rem 0;
  margin: 2rem 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .checkout-with-offers-container .checkout-woocommerce-section {
    padding: 4rem 0;
    margin: 3rem 0;
  }
}
.checkout-with-offers-container .checkout-woocommerce-section .checkout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .checkout-with-offers-container .checkout-woocommerce-section .checkout-container {
    padding: 0 2rem;
  }
}
.checkout-with-offers-container .checkout-woocommerce-section .checkout-progress-header {
  margin-bottom: 2rem;
}
.checkout-with-offers-container .checkout-woocommerce-section .checkout-progress-header .checkout-progress-container {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.checkout-with-offers-container .checkout-woocommerce-section .checkout-trust-indicators {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.checkout-with-offers-container .checkout-woocommerce-section .checkout.woocommerce-checkout {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .checkout-with-offers-container .checkout-woocommerce-section .checkout.woocommerce-checkout {
    padding: 3rem;
  }
}
.enhanced-checkout #header {
  display: none !important;
}
.enhanced-checkout.checkout-with-offers #footer {
  display: none;
}
.enhanced-checkout.checkout-with-offers .entry-header {
  display: none;
}
.enhanced-checkout.checkout-with-offers .site-main {
  padding-top: 0;
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .checkout-with-offers-container .checkout-offer-section {
    margin-bottom: 1rem;
  }
  .checkout-with-offers-container .checkout-woocommerce-section {
    margin: 1rem 0;
    padding: 2rem 0;
    border-radius: 8px;
  }
  .checkout-with-offers-container .checkout-woocommerce-section .checkout-container {
    padding: 0 0.5rem;
  }
  .checkout-with-offers-container .checkout-woocommerce-section .checkout.woocommerce-checkout {
    padding: 1rem;
    border-radius: 8px;
  }
}
#checkout-form {
  scroll-margin-top: 2rem;
}
.checkout-with-offers-container .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-with-offers-container .btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media print {
  .checkout-with-offers-container .checkout-offer-section {
    display: none;
  }
  .checkout-with-offers-container .checkout-woocommerce-section {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.checkout-with-offers .checkout-container form {
  display: none;
}
.checkout-with-offers.plan-selected .checkout-container form {
  display: block;
}
.checkout-with-offers.plan-selected .plan-selection__content {
  display: none;
}
.review-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1.25rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .review-order {
    padding: 1.5rem;
  }
}
.review-order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.review-order__row--product {
  border-bottom: none;
}
.review-order__row--discount {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}
.review-order__row--total {
  font-weight: 600;
}
.review-order__label {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.5;
  margin: 0;
}
.review-order__label--discount {
  color: #e53e3e;
}
.review-order__label--total {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
}
.review-order__price {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.5;
  margin: 0;
  text-align: right;
}
.review-order__price--discount {
  color: #e53e3e;
}
.review-order__price--total {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
}
@media (max-width: 767px) {
  .review-order {
    padding: 1rem;
    border-radius: 8px;
  }
  .review-order__row {
    padding: 0.5rem 0;
  }
  .review-order__row--discount {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .review-order__row--total {
    padding-top: 0.75rem;
  }
  .review-order__label {
    font-size: 14px;
  }
  .review-order__label--total {
    font-size: 16px;
  }
  .review-order__price {
    font-size: 14px;
  }
  .review-order__price--total {
    font-size: 16px;
  }
}
.page-template-page-upsell-1 #header,
.page-template-page-upsell-2 #header,
.page-template-page-upsell-3 #header,
.page-template-page-upsell-4 #header,
.page-template-page-upsell-5 #header,
.page-template-page-upsell-6 #header,
.page-template-page-upsell-7 #header {
  display: none;
}
.page-template-page-upsell-1 #footer,
.page-template-page-upsell-2 #footer,
.page-template-page-upsell-3 #footer,
.page-template-page-upsell-4 #footer,
.page-template-page-upsell-5 #footer,
.page-template-page-upsell-6 #footer,
.page-template-page-upsell-7 #footer {
  display: none;
}
.upsell-page {
  overflow: hidden;
}
.upsell-container {
  max-width: 54.375rem;
  margin: 0 auto;
  padding: 0;
}
.upsell-confirmation {
  text-align: center;
  margin-bottom: 0rem;
}
.upsell-confirmation--grey {
  background: #F7F7F7;
  padding: 2rem 1rem 2rem;
}
@media screen and (min-width: 992px) {
  .upsell-confirmation {
    margin-top: 1rem;
    -webkit-box-shadow: 0 8px 25px rgba(20, 9, 116, 0.15);
    box-shadow: 0 8px 25px rgba(20, 9, 116, 0.15);
    border: 0;
    border-radius: 0.5rem;
    padding: 2rem 0rem 2rem;
  }
  .upsell-confirmation--grey {
    background-color: transparent;
  }
}
.upsell-confirmation-icon {
  margin-bottom: 1.5rem;
}
.upsell-confirmation-icon img {
  width: 60px;
  height: 60px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}
.upsell-confirmation-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--primary-button-color);
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #0118D8;
}
@media screen and (min-width: 768px) {
  .upsell-confirmation-title {
    font-size: 1.125rem;
  }
}
.upsell-confirmation-subtitle {
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.upsell-confirmation-wait {
  margin-top: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .upsell-confirmation-wait {
    margin-top: 0;
  }
  .upsell-confirmation-wait * {
    text-align: center !important;
  }
}
.upsell-confirmation-wait-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.5;
}
.upsell-confirmation-wait-title .upsell-wait-highlight {
  color: #0118D8;
  font-weight: 700;
}
.upsell-confirmation-offer {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: left;
}
.upsell-confirmation-offer .upsell-countdown {
  color: #e53e3e;
  font-weight: 700;
  font-size: 1.125rem;
}
.upsell-confirmation-description {
  font-size: 1rem;
  color: #000;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.upsell-thank-you {
  text-align: center;
  padding: 2rem 0 1rem 0;
}
.upsell-thank-you .upsell-thank-you-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-thank-you .upsell-thank-you-title {
    font-size: 1.75rem;
  }
}
.upsell-thank-you .upsell-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.upsell-thank-you .upsell-order-info .upsell-order-label {
  font-size: 1rem;
  color: #000000;
}
.upsell-thank-you .upsell-order-info .upsell-order-number {
  background-color: var(--theme-ui-colors-success500, #31c062);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.upsell-offer {
  text-align: center;
  padding: 2rem 1rem;
}
.upsell-offer .upsell-offer-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .upsell-offer .upsell-offer-title {
    font-size: 1.75rem;
  }
}
.upsell-offer .upsell-offer-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .upsell-offer .upsell-offer-subtitle {
    font-size: 1.5rem;
  }
}
.upsell-product-toggle {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #9ca3af;
  border-radius: 2rem;
  padding: 0.25rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.upsell-product-toggle .upsell-toggle-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.875rem 2rem;
  border: none;
  background-color: transparent;
  color: white;
  border-radius: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  text-align: center;
  min-width: 120px;
}
.upsell-product-toggle .upsell-toggle-btn--active {
  background-color: #10b981;
  color: white;
  -webkit-box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.upsell-product-toggle .upsell-toggle-btn:not(.upsell-toggle-btn--active) {
  color: rgba(255, 255, 255, 0.8);
}
.upsell-product-toggle .upsell-toggle-btn:not(.upsell-toggle-btn--active):hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.upsell-product-toggle .upsell-toggle-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.upsell-product-image {
  margin-bottom: 2rem;
}
.upsell-product-image img {
  max-width: 350px;
  height: auto;
  border-radius: 8px;
}
.upgrade-extra-text {
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.upgrade-extra-text p {
  font-size: 1rem;
}
.wps_upsell_offer_product_price {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 1.5rem;
}
.upsell-product-description {
  margin-bottom: 2rem;
  padding: 0 1rem;
  text-align: left;
}
.upsell-product-description p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--theme-ui-colors-contentSecondary, #4e4e4e);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .upsell-product-description p {
    font-size: 1.125rem;
  }
}
.upsell-benefits {
  background-color: #F7F7F7;
  border-radius: 1rem;
  padding: 1.5rem;
  max-width: 400px;
  margin: 0 auto;
}
.upsell-benefits .upsell-benefits-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.upsell-benefits .upsell-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upsell-benefits .upsell-benefits-list .upsell-benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.upsell-benefits .upsell-benefits-list .upsell-benefit-item:last-child {
  margin-bottom: 0;
}
.upsell-benefits .upsell-benefits-list .upsell-benefit-item .upsell-benefit-check {
  color: var(--theme-ui-colors-success500, #31c062);
  font-weight: 700;
  font-size: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-benefits .upsell-benefits-list .upsell-benefit-item .upsell-benefit-text {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.upsell-reviews {
  text-align: center;
  margin-top: 2rem;
}
.upsell-reviews-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-reviews-title {
    font-size: 1.75rem;
  }
}
.upsell-reviews-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 2rem;
}
.upsell-reviews-subtitle svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-reviews-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.upsell-review-comment img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.upsell-reviews-product {
  margin-top: 2rem;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.upsell-reviews-product img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 1rem;
}
.upsell-upgrade {
  text-align: center;
  padding: 0 1rem;
  max-width: 400px;
  margin: 0 auto;
}
.upsell-upgrade-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .upsell-upgrade-title {
    font-size: 1.75rem;
  }
}
.upsell-upgrade-description {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.upsell-upgrade-subtitle {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.upsell-upgrade-subtitle2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0rem;
}
.upsell-upgrade-subtitle2 + span {
  margin-bottom: 1rem;
  display: block;
}
.upsell-upgrade-price {
  margin-bottom: 2rem;
}
.upsell-upgrade-discount {
  margin-bottom: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  background-color: #e53e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.upsell-upgrade-discount .upsell-upgrade-discount-badge {
  color: white;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  max-width: 25px;
}
.upsell-upgrade-price-box {
  position: relative;
  border: 2px solid var(--primary-button-color);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: white;
  display: inline-block;
  min-width: 200px;
}
.upsell-upgrade-price-box .upsell-upgrade-current-price {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.25rem;
}
.upsell-upgrade-price-box .upsell-upgrade-regular-price {
  font-size: 0.875rem;
  color: #e53e3e;
  text-decoration: line-through;
}
.upsell-upgrade-btn {
  background-color: var(--primary-button-color);
  color: white !important;
  border: none;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin-bottom: 1rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: block;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.upsell-upgrade-btn:hover {
  background-color: var(--primary-button-color);
  color: #fff !important;
}
.upsell-upgrade-actions {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.upsell-upgrade-actions .upsell-upgrade-decline {
  display: block;
  color: #666666;
  text-decoration: underline;
  font-size: 0.875rem;
  cursor: pointer;
}
.upsell-upgrade-actions .upsell-upgrade-decline:hover {
  color: #000000;
}
.upsell-reasons {
  text-align: left;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.upsell-reasons-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .upsell-reasons-title {
    font-size: 1.25rem;
  }
}
.upsell-reasons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.upsell-reason-item .upsell-reason-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.upsell-reason-item .upsell-reason-text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.upsell-delivery {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 540px;
  margin: 0 auto;
}
.upsell-delivery-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-delivery-title {
    font-size: 1.25rem;
  }
}
.upsell-delivery-comparison {
  margin-bottom: 2rem;
}
.upsell-delivery-comparison img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.upsell-delivery-description {
  margin-bottom: 2rem;
  text-align: left;
}
.upsell-delivery-description p,
.upsell-delivery-description ul,
.upsell-delivery-description li {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
.upsell-delivery-description p strong,
.upsell-delivery-description ul strong,
.upsell-delivery-description li strong {
  color: #000000;
  font-weight: 700;
}
.upsell-delivery-description ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.upsell-delivery-features {
  background-color: white;
  border-radius: 1rem;
  padding: 0;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.upsell-delivery-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  padding: 1rem;
}
.upsell-delivery-feature:not(:last-child) {
  border-bottom: 1px solid #f7fafc;
}
.upsell-delivery-feature--highlight {
  background-color: #48bb78;
  color: white;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  border-bottom: none;
}
.upsell-delivery-feature--highlight .upsell-delivery-feature-text {
  color: white;
  font-weight: 600;
}
.upsell-delivery-feature-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-delivery-feature-icon svg {
  width: 24px;
  height: 24px;
}
.upsell-delivery-feature-text {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.upsell-delivery-pricing-header {
  margin-bottom: 1.5rem;
}
.upsell-delivery-pricing-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.upsell-delivery-pricing-subtitle {
  font-size: 1rem;
  color: #000000;
  margin: 0;
  font-weight: 400;
}
.upsell-offer--enhanced .upsell-offer-main-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  text-align: center;
}
.upsell-offer--enhanced .upsell-offer-main-title .highlight {
  color: #48bb78;
}
@media screen and (min-width: 768px) {
  .upsell-offer--enhanced .upsell-offer-main-title {
    font-size: 1.25rem;
  }
}
.upsell-offer-subtitle-main {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.upsell-comparison {
  text-align: center;
  margin-bottom: 2rem;
}
.upsell-comparison img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.upsell-offer-cta {
  text-align: center;
  margin-top: 2rem;
}
.upsell-offer-cta-btn {
  background-color: #48bb78;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin-bottom: 1rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.upsell-offer-cta-btn:hover {
  background-color: #38a169;
}
@media screen and (min-width: 768px) {
  .upsell-offer-cta-btn {
    font-size: 0.875rem;
    padding: 0.875rem 1.5rem;
  }
}
.upsell-offer-decline {
  font-size: 0.75rem;
  color: #666666;
  margin: 0;
  text-align: center;
}
.upsell-text {
  padding: 0 1rem;
}
.upsell-text-3 {
  padding: 0 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.upsell-text-3 p {
  font-size: 1rem;
}
.upsell-text-3 .upsell-upgrade-actions {
  text-align: center;
}
.upsell-workout-plan {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
.upsell-workout-plan img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.upsell-workout-plan-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-workout-plan-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-workout-plan-title {
    font-size: 2rem;
    text-align: left;
  }
}
.upsell-workout-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 992px) {
  .upsell-workout-benefits {
    gap: 1.25rem;
  }
}
.upsell-workout-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
  background: #fff;
}
.upsell-workout-benefit-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 0.125rem;
}
.upsell-workout-benefit-icon .upsell-checkmark-icon {
  width: 100%;
  height: 100%;
  max-width: 1.5rem;
}
.upsell-workout-benefit-icon .upsell-checkmark-icon .fill {
  fill: #48bb78;
}
.upsell-checkmark-icon {
  width: 100%;
  height: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.upsell-checkmark-icon .fill {
  fill: #48bb78;
}
.upsell-workout-benefit-text {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .upsell-workout-benefit-text {
    font-size: 1rem;
  }
}
.upsell-workout-pricing {
  padding: 2rem 0;
  text-align: center;
}
.upsell-workout-image {
  margin-bottom: 1.5rem;
}
.upsell-workout-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.upsell-workout-description {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-workout-description {
    font-size: 1.125rem;
  }
}
.upsell-workout-card {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
.upsell-workout-pricing-content {
  text-align: center;
}
.upsell-workout-special-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}
.upsell-workout-price-main {
  font-size: 3rem;
  font-weight: 700;
  color: #4fd1c7;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-workout-price-main {
    font-size: 2.5rem;
  }
}
.upsell-workout-price-details {
  margin-bottom: 1.5rem;
}
.upsell-workout-regular-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.upsell-workout-regular-price .upsell-workout-price-label,
.upsell-workout-regular-price .upsell-workout-price-value {
  font-size: 0.875rem;
  color: #666666;
}
.upsell-workout-period .upsell-workout-period-text {
  font-size: 0.75rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.upsell-workout-trial {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}
.upsell-workout-limited {
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}
.upsell-workout-cta {
  display: block;
  margin-left: auto;
  text-decoration: none;
  margin-right: auto;
  background: var(--primary-button-color);
  color: white !important;
  border: none;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
  width: 100%;
  max-width: 320px;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.upsell-workout-cta:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(17, 4, 92, 0.3);
  box-shadow: 0 8px 25px rgba(17, 4, 92, 0.3);
}
.upsell-workout-cta-content {
  text-align: center;
}
.upsell-workout-cta-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  text-align: center !important;
}
.upsell-workout-cta-text span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.upsell-workout-cta-text .loading {
  text-align: center !important;
}
.upsell-workout-cta-price {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.9;
}
.upsell-workout-included {
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.upsell-workout-payment-methods {
  margin-bottom: 1.5rem;
}
.upsell-workout-payment-methods svg {
  width: 100%;
  max-width: 344px;
  height: auto;
}
.upsell-workout-decline {
  background: transparent;
  border: none;
  color: #666666;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.upsell-workout-decline:hover {
  color: #000000;
}
.upsell-workout-decline-text {
  margin: 0;
}
.upsell-workout-additional-info {
  padding: 0 1rem;
  margin-top: 1rem;
}
.upsell-workout-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}
.upsell-workout-info-content p {
  font-size: 0.875rem;
  font-weight: 400;
}
.upsell-workout-info-text {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.5;
}
.upsell-workout-info-text:first-child {
  font-weight: 600;
}
.upsell-sleep-section {
  padding: 2rem 1rem;
  text-align: center;
}
.upsell-sleep-section__button {
  margin-top: 1.5rem;
}
.upsell-sleep-main-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-button-color);
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #0118D8;
}
@media screen and (min-width: 768px) {
  .upsell-sleep-main-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-sleep-main-title {
    font-size: 2rem;
  }
}
.upsell-sleep-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .upsell-sleep-subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-sleep-subtitle {
    font-size: 1.375rem;
  }
}
.upsell-sleep-image {
  margin: 0 auto;
  max-width: 600px;
}
.upsell-sleep-image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.upsell-sleep-book-details {
  padding: 0;
}
.upsell-sleep-content {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.upsell-sleep-book-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .upsell-sleep-book-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-sleep-book-title {
    font-size: 1.5rem;
  }
}
.upsell-sleep-description {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.upsell-sleep-description:last-of-type {
  margin-bottom: 2rem;
}
.upsell-sleep-cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background: var(--primary-button-color);
  color: white !important;
  border: none;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
  width: 100%;
  max-width: 320px;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.upsell-sleep-cta:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(20, 9, 116, 0.3);
  box-shadow: 0 8px 25px rgba(20, 9, 116, 0.3);
}
.upsell-sleep-cta-content {
  text-align: center;
}
.upsell-sleep-cta-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}
.upsell-sleep-cta-price {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.9;
}
.upsell-sleep-book-preview {
  text-align: center;
  margin-bottom: 3rem;
}
.upsell-sleep-book-preview img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 1rem;
}
.upsell-sleep-benefits {
  margin-bottom: 3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 575.5px) {
  .upsell-sleep-benefits {
    margin-bottom: 0;
  }
}
.upsell-sleep-benefits-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .upsell-sleep-benefits-title {
    font-size: 1.375rem;
  }
}
.upsell-sleep-benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.upsell-sleep-benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upsell-sleep-benefit-icon {
  font-size: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upsell-sleep-benefit-title {
  font-size: 1rem;
  color: #000000;
}
.upsell-sleep-benefit-description {
  font-size: 1rem;
  color: #666666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
}
.upsell-sleep-testimonials {
  padding: 0 1rem;
  text-align: center;
}
.upsell-sleep-testimonials-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .upsell-sleep-testimonials-title {
    font-size: 1.375rem;
  }
}
.upsell-sleep-testimonials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .upsell-sleep-testimonials-list {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.upsell-sleep-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  background-color: #e6f3ff;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: left;
}
.upsell-sleep-testimonial-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-sleep-testimonial-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-sleep-testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.5rem 0;
}
.upsell-sleep-testimonial-text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.upsell-sleep-pricing-card {
  padding: 2rem 1rem;
  text-align: center;
}
.upsell-sleep-card-container {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.upsell-sleep-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.upsell-sleep-card-image {
  margin-bottom: 1.5rem;
}
.upsell-sleep-card-image img {
  width: 290px;
  height: 320px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.upsell-sleep-card-details {
  width: 100%;
}
.upsell-sleep-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.upsell-sleep-card-payment-type {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 1rem;
}
.upsell-sleep-card-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4fd1c7;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-sleep-card-price {
    font-size: 2rem;
  }
}
.upsell-sleep-card-additional {
  margin-bottom: 0;
}
.upsell-sleep-card-additional-text {
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}
.upsell-sleep-card-cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background: var(--primary-button-color);
  color: white !important;
  border: none;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
  width: 100%;
  max-width: 320px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.upsell-sleep-card-cta:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(20, 9, 116, 0.3);
  box-shadow: 0 8px 25px rgba(20, 9, 116, 0.3);
}
.upsell-sleep-card-cta-content {
  text-align: center;
}
.upsell-sleep-card-cta-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}
.upsell-sleep-card-cta-price {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.9;
}
.upsell-sleep-card-payment-methods {
  margin-bottom: 1.5rem;
}
.upsell-sleep-card-payment-methods svg {
  width: 100%;
  max-width: 344px;
  height: auto;
}
.upsell-sleep-card-decline {
  background: transparent;
  border: none;
  color: #666666;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}
.upsell-sleep-card-decline:hover {
  color: #000000;
}
.upsell-sleep-card-decline-text {
  margin: 0;
}
.upsell-glp-testimonials {
  padding: 3rem 0 2rem 0;
  background-color: #F7F7F7;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 2rem;
  margin-bottom: 0;
}
.upsell-glp-testimonials-container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-glp-testimonials-container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-glp-testimonials-container {
    padding: 0 2rem;
  }
}
.upsell-glp-testimonials-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .upsell-glp-testimonials-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-glp-testimonials-title {
    font-size: 2rem;
  }
}
.upsell-glp-testimonials-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .upsell-glp-testimonials-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.5rem;
  }
}
.upsell-glp-testimonial {
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-glp-testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.upsell-glp-testimonial-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-glp-testimonial-avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.upsell-glp-testimonial-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-glp-testimonial-name {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.5rem 0;
}
.upsell-glp-testimonial-stars svg {
  width: 86px;
  height: 15px;
}
.upsell-glp-testimonial-content {
  text-align: left;
}
.upsell-glp-testimonial-rating-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.75rem 0;
}
.upsell-glp-testimonial-text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
.upsell-addon-chapters {
  padding: 2rem 1rem;
  text-align: center;
}
.upsell-addon-header {
  margin-bottom: 3rem;
}
.upsell-addon-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-addon-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-addon-title {
    font-size: 2rem;
  }
}
.upsell-addon-description {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .upsell-addon-description {
    font-size: 1.125rem;
  }
}
.upsell-addon-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .upsell-addon-features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .upsell-addon-features {
    gap: 4rem;
  }
}
.upsell-addon-feature {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .upsell-addon-feature {
    margin: 0;
  }
}
.upsell-addon-feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.upsell-addon-feature-icon {
  width: 64px;
  height: 64px;
  background:
    linear-gradient(
      135deg,
      var(--hover-button-color),
      var(--primary-button-color));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 16px rgba(255, 107, 107, 0.3);
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.3);
}
.upsell-addon-feature-icon svg {
  width: 32px;
  height: 32px;
}
.upsell-addon-feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .upsell-addon-feature-title {
    font-size: 1.25rem;
  }
}
.upsell-product-selection {
  margin-top: 3rem;
  padding: 0 1rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 768px) {
  .upsell-product-selection {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-product-selection {
    padding: 0 2rem;
  }
}
.upsell-product-selection-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-width: 61.0625rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .upsell-product-selection-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3rem;
  }
}
.upsell-product-book-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .upsell-product-book-image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
  }
  .upsell-product-book-image .upsell-book-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .upsell-product-book-image {
    width: 400px;
  }
}
.upsell-product-book-image-mobile {
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .upsell-product-book-image-mobile {
    display: none;
  }
}
.upsell-product-book-image-mobile .upsell-book-img-mobile {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 1rem;
  background:
    linear-gradient(
      135deg,
      #ffe5e5,
      #fff0f0);
  padding: 1rem;
  margin: 0 auto;
  display: block;
}
.upsell-product-cards {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-product-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.upsell-product-card {
  border: 2px solid #4fd1c7;
  border-radius: 0.75rem;
  padding: 1rem;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.upsell-product-card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(79, 209, 199, 0.2);
  box-shadow: 0 4px 12px rgba(79, 209, 199, 0.2);
}
.upsell-product-card.upsell-product-card--unchecked {
  border-color: #e2e8f0;
  opacity: 0.7;
}
.upsell-product-card.upsell-product-card--unchecked:hover {
  border-color: #cbd5e0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.price-period-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upsell-product-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-product-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-product-card-checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-checkbox-wrapper {
  position: relative;
  display: inline-block;
}
.upsell-checkbox {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.upsell-checkbox-icon {
  width: 24px;
  height: 24px;
  color: #4fd1c7;
  position: relative;
}
.upsell-checkbox-icon .upsell-checkbox-checked,
.upsell-checkbox-icon .upsell-checkbox-unchecked {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.upsell-checkbox-icon .upsell-checkbox-checked {
  opacity: 1;
}
.upsell-checkbox-icon .upsell-checkbox-unchecked {
  opacity: 0;
  color: #cbd5e0;
}
.upsell-checkbox:not(:checked) + .upsell-checkbox-icon .upsell-checkbox-checked {
  opacity: 0;
}
.upsell-checkbox:not(:checked) + .upsell-checkbox-icon .upsell-checkbox-unchecked {
  opacity: 1;
}
.upsell-product-card-name {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .upsell-product-card-name {
    font-size: 1.125rem;
  }
}
.upsell-product-card-pricing {
  text-align: left;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .upsell-product-card-pricing {
    margin-right: 1.5rem;
  }
}
.upsell-product-card-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .upsell-product-card-price {
    font-size: 1.25rem;
  }
}
.upsell-product-card-period {
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}
.upsell-product-card-image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-product-card-image img {
  width: 80px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .upsell-product-card-image img {
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .upsell-product-card-image img {
    width: 128px;
  }
}
.upsell-product-card-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background:
    linear-gradient(
      135deg,
      #8b5cf6,
      #a78bfa);
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .upsell-product-card-badge {
    top: -10px;
    right: -10px;
    padding: 0.375rem 0.75rem;
  }
}
.upsell-product-card-badge-text {
  font-size: 0.625rem;
  font-weight: 700;
  color: white;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .upsell-product-card-badge-text {
    font-size: 0.75rem;
  }
}
.upsell-product-selection-cta {
  background: var(--primary-button-color);
  text-decoration: none;
  color: white !important;
  border: none;
  border-radius: 2rem;
  padding: 1.25rem 2rem;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1.5rem auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-transform 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  display: block;
}
.upsell-product-selection-cta:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(20, 9, 116, 0.3);
  box-shadow: 0 8px 25px rgba(20, 9, 116, 0.3);
}
.upsell-product-selection-cta-content {
  text-align: center;
}
.upsell-product-selection-cta-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .upsell-product-selection-cta-text {
    font-size: 1.25rem;
  }
}
.upsell-product-selection-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .upsell-product-selection-trust {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }
}
.upsell-trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.upsell-trust-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.upsell-trust-icon svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .upsell-trust-icon svg {
    width: 24px;
    height: 24px;
  }
}
.upsell-trust-text {
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .upsell-trust-text {
    font-size: 1rem;
  }
}
.upsell-product-selection-decline {
  background: transparent;
  border: none;
  color: #666666;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.upsell-product-selection-decline:hover {
  color: #000000;
}
.upsell-product-selection-decline-text {
  margin: 0;
  text-align: center;
  outline: none;
}
.upsell-product-selection--grey-bg {
  background-color: #F7F7F7;
  padding: 3rem 1rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 768px) {
  .upsell-product-selection--grey-bg {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-product-selection--grey-bg {
    padding: 4rem 2rem;
  }
}
.upsell-product-selection--grey-bg .upsell-product-selection-layout {
  max-width: 61.0625rem;
  margin: 0 auto;
}
.upsell-product-selection--centered .upsell-product-selection-layout {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.upsell-product-selection--centered .upsell-product-cards {
  max-width: 500px;
  margin: 0 auto;
}
.upsell-product-selection-header {
  text-align: center;
  margin-bottom: 2rem;
}
.upsell-product-selection--grey-bg .upsell-product-selection-header {
  max-width: 61.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.upsell-product-selection-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-product-selection-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-product-selection-title {
    font-size: 2rem;
  }
}
.upsell-chapter-benefits {
  margin-top: 4rem;
  padding: 3rem 1rem;
  background-color: #f8f9fb;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 768px) {
  .upsell-chapter-benefits {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefits {
    padding: 4rem 2rem;
  }
}
.upsell-chapter-benefits-container {
  max-width: 61.0625rem;
  margin: 0 auto;
}
.upsell-chapter-benefits-section {
  margin-bottom: 4rem;
}
.upsell-chapter-benefits-section:last-child {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0.25rem 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.25rem 1.25rem;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 0;
}
.upsell-chapter-benefits-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-chapter-benefits-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefits-title {
    font-size: 2rem;
  }
}
.upsell-chapter-benefits-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefits-topics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.upsell-chapter-benefit-topic {
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0.25rem 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.25rem 1.25rem;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefit-topic {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.upsell-chapter-benefit-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1.5rem auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefit-icon {
    margin: 0 auto 1.5rem auto;
    width: 48px;
    height: 48px;
  }
}
.upsell-chapter-benefit-icon svg {
  width: 100%;
  height: 100%;
  color: #000000;
}
.upsell-chapter-benefit-topic-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefit-topic-title {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.upsell-chapter-benefit-topic-description {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .upsell-chapter-benefit-topic-description {
    font-size: 1rem;
    text-align: center;
  }
}
.upsell-chapter-choose {
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
}
.upsell-chapter-choose-content {
  max-width: 500px;
  margin: 0 auto;
}
.upsell-chapter-choose-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-chapter-choose-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-chapter-choose-title {
    font-size: 2rem;
  }
}
.upsell-chapter-choose-subtitle {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .upsell-chapter-choose-subtitle {
    font-size: 1.125rem;
  }
}
.upsell-chapter-choose-divider {
  margin: 2rem 0;
  position: relative;
}
.upsell-chapter-choose-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e2e8f0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.upsell-chapter-choose-or {
  background-color: #4fd1c7;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.upsell-chapter-choose-description {
  font-size: 1rem;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .upsell-chapter-choose-description {
    font-size: 1.125rem;
  }
}
.upsell-additional-benefits {
  margin-top: 4rem;
  padding: 3rem 1rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 768px) {
  .upsell-additional-benefits {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-additional-benefits {
    padding: 3rem 2rem;
  }
}
.upsell-additional-benefits-container {
  max-width: 61.0625rem;
  margin: 0 auto;
}
.upsell-additional-benefits-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 992px) {
  .upsell-additional-benefits-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
  }
}
.upsell-additional-benefits-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .upsell-additional-benefits-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    text-align: left;
  }
}
.upsell-additional-benefits-image .upsell-additional-book-img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .upsell-additional-benefits-image .upsell-additional-book-img {
    max-width: 100%;
  }
}
.upsell-additional-benefits-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.upsell-additional-benefits-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .upsell-additional-benefits-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-additional-benefits-title {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.upsell-additional-benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.upsell-additional-benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .upsell-additional-benefit-item {
    gap: 1rem;
  }
}
.upsell-additional-benefit-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.upsell-additional-benefit-icon svg {
  width: 100%;
  height: 100%;
}
.upsell-additional-benefit-text {
  font-size: 0.875rem;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .upsell-additional-benefit-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .upsell-additional-benefit-text {
    font-size: 1.125rem;
  }
}
.additional_upsell_1_button {
  margin-bottom: 2rem;
  margin-top: 0;
}
.upsell-color-selection {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.upsell-color-selection .upsell-color-label {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 992px) {
  .upsell-color-selection .upsell-color-label {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.benefits-button .offer-accelerate-results__cta {
  margin: 2rem auto 0 !important;
}
.upsell-name-field {
  margin: 2rem auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 15rem;
  width: 100%;
  text-align: center;
}
.upsell-name-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}
.upsell-name-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upsell-name-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.upsell-name-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.upsell-name-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.upsell-name-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.upsell-name-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.upsell-name-input:focus {
  outline: none;
  border-color: var(--primary-button-color);
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}
.upsell-name-help {
  display: block;
  font-size: 0.875rem;
  color: #000;
  margin-top: 0.5rem;
}
.upsell-5-extra {
  padding: 0 1rem;
  max-width: 600px;
  margin: auto;
}
.upsell-5-extra ol {
  list-style-type: decimal;
}
.upsell-5-extra ul {
  list-style-type: disc;
}
.ai-tools-section {
  max-width: 600px;
  padding: 0 1rem;
  margin: auto;
  text-align: center;
}
.ai-tools-features {
  margin-top: 1.5rem;
  text-align: left;
  padding-left: 1rem;
}
.ai-tools-special-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background:
    linear-gradient(
      135deg,
      #f8f9ff 0%,
      #e8ecff 100%);
  border: 1px solid #d1d9ff;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.special-gift-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.special-gift-icon .gift-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.special-gift-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.special-gift-label {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  color: #6366f1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.special-gift-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
}
.ai-tools-pricing {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.pricing-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin: 0 0 1.5rem 0;
}
.pricing-items {
  margin-bottom: 1.5rem;
}
.pricing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.pricing-item:last-child {
  border-bottom: none;
}
.item-name {
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.item-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.current-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}
.original-price {
  font-size: 1rem;
  color: #9ca3af;
  text-decoration: line-through;
}
.free-badge {
  background:
    linear-gradient(
      135deg,
      #ef4444 0%,
      #dc2626 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.pricing-disclaimer {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.pricing-disclaimer p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.ai-tools-buy-btn {
  width: 100%;
  background: var(--primary-button-color);
  color: white !important;
  border: none;
  border-radius: 8px;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
  display: block;
  margin-bottom: 1.5rem;
}
.ai-tools-buy-btn:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
}
.ai-tools-buy-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ai-tools-special-gift {
    padding: 0.875rem 1rem;
    margin: 1.5rem 0;
  }
  .special-gift-icon {
    margin-right: 0.75rem;
  }
  .special-gift-icon .gift-icon {
    width: 40px;
    height: 40px;
  }
  .special-gift-label {
    font-size: 0.8125rem;
  }
  .special-gift-title {
    font-size: 1rem;
  }
  .ai-tools-pricing {
    padding: 1.5rem 1rem;
    margin: 1.5rem 0;
  }
  .pricing-heading {
    font-size: 1.25rem;
  }
  .pricing-item {
    gap: 0.5rem;
    padding: 0.75rem 0;
  }
  .item-pricing {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .ai-tools-buy-btn {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}
.why-choose-us__img2 {
  margin: 1rem 0;
}
.ai-tools-testimonials {
  margin: 3rem 0 2rem 0;
}
.ai-tools-testimonials .testimonial-header,
.ai-tools-testimonials .star-rating {
  width: 100%;
}
.testimonials-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin: 0 0 1rem 0;
}
.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
.testimonial-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.customer-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.verified-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #059669;
  font-weight: 500;
}
.verified-badge .checkmark {
  background: #059669;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}
.testimonial-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #374151;
  margin: 0 0 1rem 0;
  text-align: left;
}
.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.star-rating .star {
  font-size: 1.125rem;
  color: #fbbf24;
}
@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .ai-tools-testimonials {
    margin: 2rem 0 1.5rem 0;
  }
  .testimonials-heading {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .ai-tools-title {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .testimonial-card {
    padding: 1.25rem;
  }
  .testimonial-header {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .verified-badge {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .customer-name {
    font-size: 1rem;
  }
  .testimonial-text {
    font-size: 0.9375rem;
  }
}
.feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.feature-title img {
  margin-right: 0.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 4px;
}
.upsell-6-bottom .ai-tools-special-gift {
  display: none;
}
.ai-tools-section .upsell-sleep-card-decline-text {
  display: none;
}
.ai-tools-section .upsell-6-bottom .upsell-sleep-card-decline-text {
  display: block;
}
.upsell-cover-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 1.5rem;
}
.cover-content {
  text-align: center;
  width: 100%;
}
.cover-image-container {
  position: relative;
  display: inline-block;
}
.cover-title {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 90%;
  z-index: 2;
}
.ai-character-image {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .cover-title {
    font-size: 2.5rem;
    top: 3rem;
  }
}
@media (max-width: 767px) {
  .upsell-cover-section {
    padding: 0;
  }
  .cover-title {
    font-size: 2rem;
    top: 1.5rem;
  }
}
.upsell-7-text {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.upsell-7-text span {
  color: var(--primary-button-color);
}
.upsell-7-list {
  padding: 1rem;
  font-size: 1rem;
}
.upsell-7-list p {
  margin-bottom: 0;
}
.upsell-7-list ul {
  margin-top: 0.5rem;
  list-style-type: disc;
}
.upsell-7-extra-text {
  padding: 1rem;
}
.upsell-7-extra-text h4 {
  margin-bottom: 0.5rem;
}
.upsell-7 {
  padding-bottom: 2rem;
}
.upsell-7 .upsell-workout-card {
  margin-top: 1rem;
}
.upsell-7 .ai-tools-testimonials {
  padding: 0 1rem;
}
.upsell-7 .upsell-workout-payment-methods,
.upsell-7 .upsell-workout-decline {
  text-align: center;
}
.upsell-7 .upsell-workout-info-content {
  gap: 0;
}
.upsell-7 ul {
  list-style-type: disc;
}
@media screen and (min-width: 768px) {
  .upsell-7 {
    max-width: 600px;
    margin: auto;
  }
}
.nico-mockup {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.what-nico-can-do {
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.upsell-workout-info-content {
  margin-top: 1.5rem;
}
.upsell-workout-info-content h4 {
  margin-bottom: 0;
}
.upsell-workout-info-content li {
  list-style-type: disc;
}
.upsell-workout-info-content ul {
  margin-bottom: 0;
}
.upsell-workout-info-content p {
  font-size: 1rem;
}
.upsell-container--upsell-1 {
  max-width: 100%;
}
.upsell-container--upsell-1 .upsell-confirmation,
.upsell-container--upsell-1 .checkout-progress-header,
.upsell-container--upsell-1 .offer-guarantee {
  max-width: 54.375rem;
  margin-left: auto;
  margin-right: auto;
}
.thankyou-page {
  overflow: hidden;
}
.order-received-top {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  background: #fdf9ef;
  padding: 2rem 1rem;
}
.decline-upgrade-div {
  text-align: center;
  margin-top: 2rem;
}
.decline-upgrade-div a {
  color: #666666;
}
.custom-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  max-width: 400px;
  min-width: 300px;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  opacity: 0;
  border-left: 4px solid #ddd;
}
.custom-notification--show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.custom-notification--success {
  border-left-color: #28a745;
}
.custom-notification--error {
  border-left-color: #dc3545;
}
.custom-notification__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px;
  gap: 12px;
}
.custom-notification__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.custom-notification--success .custom-notification__icon {
  color: #28a745;
}
.custom-notification--error .custom-notification__icon {
  color: #dc3545;
}
.custom-notification__message {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin: 0;
}
.custom-notification__close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #666;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.custom-notification__close:hover {
  color: #333;
}
@media (max-width: 480px) {
  .custom-notification {
    left: 20px;
    right: 20px;
    max-width: none;
    min-width: auto;
  }
}
.woocommerce-button,
.woocommerce-Button,
.woocommerce input[type=submit],
.woocommerce button[type=submit],
.woocommerce .button,
.woocommerce-page .button,
.wc-proceed-to-checkout .checkout-button,
.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.woocommerce-account .button,
.woocommerce-MyAccount-navigation .button,
.woocommerce form .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      var(--primary-button-color-light)) !important;
  color: white !important;
  border: none !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  display: inline-block !important;
  text-align: center !important;
  min-width: 120px !important;
  line-height: 1.4 !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce-button:hover,
.woocommerce-button:focus,
.woocommerce-Button:hover,
.woocommerce-Button:focus,
.woocommerce input[type=submit]:hover,
.woocommerce input[type=submit]:focus,
.woocommerce button[type=submit]:hover,
.woocommerce button[type=submit]:focus,
.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce-page .button:hover,
.woocommerce-page .button:focus,
.wc-proceed-to-checkout .checkout-button:hover,
.wc-proceed-to-checkout .checkout-button:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus,
.woocommerce-account .button:hover,
.woocommerce-account .button:focus,
.woocommerce-MyAccount-navigation .button:hover,
.woocommerce-MyAccount-navigation .button:focus,
.woocommerce form .button:hover,
.woocommerce form .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color-dark),
      var(--primary-button-color)) !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  color: white !important;
  text-decoration: none !important;
}
.woocommerce-button:active,
.woocommerce-Button:active,
.woocommerce input[type=submit]:active,
.woocommerce button[type=submit]:active,
.woocommerce .button:active,
.woocommerce-page .button:active,
.wc-proceed-to-checkout .checkout-button:active,
.single_add_to_cart_button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-checkout #place_order:active,
.woocommerce-account .button:active,
.woocommerce-MyAccount-navigation .button:active,
.woocommerce form .button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce-button:disabled,
.woocommerce-button.disabled,
.woocommerce-Button:disabled,
.woocommerce-Button.disabled,
.woocommerce input[type=submit]:disabled,
.woocommerce input[type=submit].disabled,
.woocommerce button[type=submit]:disabled,
.woocommerce button[type=submit].disabled,
.woocommerce .button:disabled,
.woocommerce .button.disabled,
.woocommerce-page .button:disabled,
.woocommerce-page .button.disabled,
.wc-proceed-to-checkout .checkout-button:disabled,
.wc-proceed-to-checkout .checkout-button.disabled,
.single_add_to_cart_button:disabled,
.single_add_to_cart_button.disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled,
.woocommerce-checkout #place_order:disabled,
.woocommerce-checkout #place_order.disabled,
.woocommerce-account .button:disabled,
.woocommerce-account .button.disabled,
.woocommerce-MyAccount-navigation .button:disabled,
.woocommerce-MyAccount-navigation .button.disabled,
.woocommerce form .button:disabled,
.woocommerce form .button.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button.disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.woocommerce-button:disabled:hover,
.woocommerce-button.disabled:hover,
.woocommerce-Button:disabled:hover,
.woocommerce-Button.disabled:hover,
.woocommerce input[type=submit]:disabled:hover,
.woocommerce input[type=submit].disabled:hover,
.woocommerce button[type=submit]:disabled:hover,
.woocommerce button[type=submit].disabled:hover,
.woocommerce .button:disabled:hover,
.woocommerce .button.disabled:hover,
.woocommerce-page .button:disabled:hover,
.woocommerce-page .button.disabled:hover,
.wc-proceed-to-checkout .checkout-button:disabled:hover,
.wc-proceed-to-checkout .checkout-button.disabled:hover,
.single_add_to_cart_button:disabled:hover,
.single_add_to_cart_button.disabled:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled:hover,
.woocommerce-checkout #place_order:disabled:hover,
.woocommerce-checkout #place_order.disabled:hover,
.woocommerce-account .button:disabled:hover,
.woocommerce-account .button.disabled:hover,
.woocommerce-MyAccount-navigation .button:disabled:hover,
.woocommerce-MyAccount-navigation .button.disabled:hover,
.woocommerce form .button:disabled:hover,
.woocommerce form .button.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce-button.button--outline,
.woocommerce .button.button--outline {
  background: transparent !important;
  color: var(--primary-button-color) !important;
  border: 2px solid var(--primary-button-color) !important;
}
.woocommerce-button.button--outline:hover,
.woocommerce-button.button--outline:focus,
.woocommerce .button.button--outline:hover,
.woocommerce .button.button--outline:focus {
  background: var(--primary-button-color) !important;
  color: white !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}
.woocommerce .button.button--delete,
.woocommerce .button.remove {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #dc2626) !important;
}
.woocommerce .button.button--delete:hover,
.woocommerce .button.button--delete:focus,
.woocommerce .button.remove:hover,
.woocommerce .button.remove:focus {
  background:
    linear-gradient(
      135deg,
      #dc2626,
      #b91c1c) !important;
  -webkit-box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3) !important;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3) !important;
}
.woocommerce .button.button--small {
  padding: 0.5rem 1rem !important;
  font-size: 0.75rem !important;
  min-width: 80px !important;
}
.woocommerce .button.button--large {
  padding: 1.25rem 3rem !important;
  font-size: 1rem !important;
  min-width: 160px !important;
}
.woocommerce .button.button--full {
  width: 100% !important;
  display: block !important;
}
.woocommerce .button.loading {
  position: relative !important;
  color: transparent !important;
}
.woocommerce .button.loading::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 16px !important;
  height: 16px !important;
  margin: -8px 0 0 -8px !important;
  border: 2px solid transparent !important;
  border-top-color: white !important;
  border-radius: 50% !important;
  -webkit-animation: spin 1s linear infinite !important;
  animation: spin 1s linear infinite !important;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce-cart .button {
  margin: 0.25rem !important;
}
.woocommerce-checkout #place_order {
  width: 100% !important;
  margin-top: 1rem !important;
}
.woocommerce-account .button {
  margin-bottom: 0.5rem !important;
}
.woocommerce-thankyou-order-details .wc-item-meta,
.woocommerce-table .wc-item-meta {
  display: none !important;
}
.woocommerce-table__product-name a {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: inherit !important;
}
.woocommerce-table__product-name a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
#account-creation-modal .upsell-upgrade-btn {
  margin-top: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
}
#account-creation-modal .upsell-upgrade-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
#account-creation-modal .btn-loading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
#account-creation-modal .btn-loading svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.quiz-login-page {
  min-height: 100vh;
  background:
    linear-gradient(
      135deg,
      #f8f9fa 0%,
      #e9ecef 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 1rem;
  position: relative;
}
.quiz-login-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23f1f3f4" fill-opacity="0.1"><circle cx="30" cy="30" r="2"/></g></svg>') repeat;
  pointer-events: none;
}
.quiz-login-container {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.quiz-login-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 4px;
  margin: 2rem 2rem 0;
}
.quiz-login-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.quiz-login-tab svg {
  width: 16px;
  height: 16px;
}
.quiz-login-tab:hover {
  color: var(--primary-button-color);
  background: rgba(1, 24, 216, 0.05);
}
.quiz-login-tab--active {
  background: white;
  color: var(--primary-button-color);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.quiz-login-single {
  padding: 2rem;
}
.quiz-login-header {
  text-align: center;
  margin-bottom: 2rem;
}
.quiz-login-icon {
  width: 64px;
  height: 64px;
  background: #0118D8;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
}
.quiz-login-icon svg {
  width: 32px;
  height: 32px;
}
.quiz-login-icon--reset {
  background:
    linear-gradient(
      135deg,
      #f59e0b,
      #fbbf24);
}
.quiz-login-icon--new-password {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #34d399);
}
.quiz-login-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.quiz-login-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
.quiz-login-forms {
  padding: 0 2rem 2rem;
}
.quiz-login-form-container {
  display: none;
}
.quiz-login-form-container--active {
  display: block;
}
.quiz-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.quiz-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.quiz-form-label {
  font-weight: 500;
  font-size: 14px;
  color: #374151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.quiz-form-label svg {
  width: 16px;
  height: 16px;
  color: #6b7280;
}
.quiz-form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quiz-form-input:focus {
  outline: none;
  border-color: var(--primary-button-color);
  -webkit-box-shadow: 0 0 0 3px rgba(1, 24, 216, 0.1);
  box-shadow: 0 0 0 3px rgba(1, 24, 216, 0.1);
}
.quiz-form-input::-webkit-input-placeholder {
  color: #9ca3af;
}
.quiz-form-input::-moz-placeholder {
  color: #9ca3af;
}
.quiz-form-input:-ms-input-placeholder {
  color: #9ca3af;
}
.quiz-form-input::-ms-input-placeholder {
  color: #9ca3af;
}
.quiz-form-input::placeholder {
  color: #9ca3af;
}
.quiz-form-input--error {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-error {
  margin-bottom: 0 !important;
}
.woocommerce-error li:last-child {
  margin-bottom: 0;
}
.quiz-password-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quiz-password-toggle {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.quiz-password-toggle:hover {
  color: var(--primary-button-color);
}
.quiz-password-toggle svg {
  width: 16px;
  height: 16px;
}
.quiz-form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.quiz-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
}
.quiz-checkbox {
  display: none;
}
.quiz-checkbox-custom {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quiz-checkbox:checked + .quiz-checkbox-custom {
  background: var(--primary-button-color);
  border-color: var(--primary-button-color);
}
.quiz-checkbox:checked + .quiz-checkbox-custom::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 2L3 5.5L1.5 4" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}
.quiz-checkbox-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quiz-forgot-password {
  font-size: 14px;
  color: var(--primary-button-color);
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.quiz-forgot-password:hover {
  color: var(--primary-button-color-dark);
  text-decoration: underline;
}
.quiz-login-btn {
  width: 100%;
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      var(--primary-button-color-light));
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
}
.quiz-login-btn:hover {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color-dark),
      var(--primary-button-color));
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.quiz-login-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.quiz-login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quiz-btn-loading {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.quiz-btn-loading svg {
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.quiz-info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
}
.quiz-info-message svg {
  color: #0284c7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.quiz-info-message p {
  margin: 0;
  font-size: 14px;
  color: #0c4a6e;
  line-height: 1.4;
}
.quiz-info-message--large {
  padding: 20px;
  margin-bottom: 2rem;
}
.quiz-info-message--large p {
  font-size: 15px;
  line-height: 1.5;
}
.quiz-field-error {
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.quiz-field-error::before {
  content: "\26a0";
  font-size: 10px;
}
.quiz-form-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
.quiz-form-footer-text {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
.quiz-form-link {
  color: var(--primary-button-color);
  text-decoration: none;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.quiz-form-link:hover {
  color: var(--primary-button-color-dark);
  text-decoration: underline;
}
.quiz-form-link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .quiz-login-page {
    padding: 1rem;
  }
  .quiz-login-container {
    max-width: 100%;
  }
  .quiz-login-single {
    padding: 1.5rem;
  }
  .quiz-login-forms {
    padding: 0 1.5rem 1.5rem;
  }
  .quiz-login-tabs {
    margin: 1.5rem 1.5rem 0;
  }
  .quiz-form-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.thankyou-page {
  min-height: 80vh;
}
.thankyou-page .woocommerce-order-downloads {
  display: none !important;
}
.thankyou-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.thankyou-container > p {
  display: none;
}
.thankyou-container .woocommerce-order-details header,
.thankyou-container .woocommerce-order-details .my_account_orders {
  display: none !important;
}
.thankyou-container .thankyou-actions .thankyou-btn {
  display: none !important;
}
.thankyou-container .order-received-top .thankyou-actions .upsell-upgrade-btn {
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .thankyou-container {
    padding: 0 1.5rem;
  }
}
.thankyou-success {
  text-align: center;
}
.thankyou-failed {
  text-align: center;
}
.thankyou-no-order {
  text-align: center;
}
.thankyou-icon {
  width: 180px;
  height: 140px;
  margin: 0 auto 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thankyou-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .thankyou-title {
    font-size: 2.5rem;
  }
}
.thankyou-title.thankyou-title--error {
  color: #e53e3e;
}
.thankyou-message {
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.thankyou-message p {
  margin: 0;
}
.thankyou-order-details {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .thankyou-order-details {
    padding: 2.5rem;
  }
}
.thankyou-details-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thankyou-details-title {
    font-size: 1.75rem;
  }
}
.thankyou-details-grid {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .thankyou-details-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.thankyou-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.thankyou-detail-item.thankyou-detail-item--total {
  border-top: 2px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .thankyou-detail-item.thankyou-detail-item--total {
    grid-column: 1/-1;
  }
}
.thankyou-detail-label {
  font-size: 0.875rem;
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.thankyou-detail-value {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}
.thankyou-detail-value.thankyou-detail-value--total {
  font-size: 1.5rem;
  color: #4fd1c7;
  font-weight: 700;
}
.thankyou-page .woocommerce-customer-details {
  display: none !important;
}
.woocommerce-downloads .button.wc-forward {
  display: none !important;
}
.woocommerce-view-subscription .product-name a {
  pointer-events: none !important;
  color: #000;
  text-decoration: none;
}
.thankyou-next-steps {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .thankyou-next-steps {
    padding: 2.5rem;
  }
}
.thankyou-next-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thankyou-next-title {
    font-size: 1.5rem;
  }
}
.thankyou-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .thankyou-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3rem;
  }
}
.thankyou-step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .thankyou-step {
    text-align: left;
  }
}
.thankyou-step-number {
  width: 40px;
  height: 40px;
  background:
    linear-gradient(
      135deg,
      #4fd1c7,
      #38b2ac);
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 992px) {
  .thankyou-step-number {
    margin: 0 0 1rem 0;
  }
}
.thankyou-step-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .thankyou-step-content h4 {
    font-size: 1.125rem;
  }
}
.thankyou-step-content p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .thankyou-step-content p {
    font-size: 1rem;
  }
}
.thankyou-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.thankyou-actions p {
  margin-bottom: 1rem;
}
.thankyou-actions p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .thankyou-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.thankyou-actions-text {
  text-align: left;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .thankyou-actions-text {
    text-align: center;
  }
}
.thankyou-btn {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  min-width: 160px;
  line-height: 1;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .thankyou-btn {
    font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
  }
}
.thankyou-btn.thankyou-btn--primary {
  background: var(--primary-button-color);
  color: white;
  border: none;
  margin-bottom: 0;
}
.thankyou-btn.thankyou-btn--primary:hover {
  background: var(--hover-button-color);
  color: white;
}
.thankyou-btn.thankyou-btn--secondary {
  background: white;
  color: #000000;
  border: 2px solid #e2e8f0;
}
.thankyou-btn.thankyou-btn--secondary:hover {
  border-color: #4fd1c7;
  color: #4fd1c7;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(79, 209, 199, 0.2);
  box-shadow: 0 4px 15px rgba(79, 209, 199, 0.2);
}
@media screen and (max-width: 767.5px) {
  .thankyou-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
  }
  .thankyou-title {
    font-size: 1.5rem;
  }
  .thankyou-message {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .thankyou-order-details,
  .thankyou-next-steps {
    padding: 1.5rem;
    margin: 2rem 0;
  }
  .thankyou-details-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .thankyou-steps {
    gap: 1.5rem;
  }
}
#account-creation-modal {
  z-index: 999;
}
#address-completion-modal {
  z-index: 998;
}
.address-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 1rem;
  overflow-y: auto;
  width: 100vw;
}
.address-modal-content {
  background: white;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow: visible;
  position: relative;
}
.address-modal-header {
  padding: 2rem 2rem 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}
@media screen and (min-width: 768px) {
  .address-modal-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
.address-modal-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .address-modal-header h2 {
    font-size: 1.25rem;
  }
}
.address-modal-header p {
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .address-modal-header p {
    font-size: 0.8rem;
  }
}
.address-location-section {
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .address-location-section {
    padding: 1rem 1.5rem;
  }
}
.address-location-btn {
  width: 100%;
  background: #4fd1c7;
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.address-location-btn:hover {
  background: #38b2ac;
}
.address-location-btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.address-info-section {
  padding: 1.5rem 2rem 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .address-info-section {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
.address-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .address-info-item {
    font-size: 0.8rem;
  }
}
.address-info-item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #4fd1c7;
  margin-top: 0.1rem;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .address-info-item svg {
    width: 14px;
    height: 14px;
  }
}
.address-form {
  padding: 0 2rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .address-form {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.address-form-section {
  margin-bottom: 2rem;
}
.address-form-section:last-of-type {
  margin-bottom: 1rem;
}
.address-form-section h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .address-form-section h3 {
    font-size: 1rem;
  }
}
.address-warning {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #856404;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .address-warning {
    font-size: 0.8rem;
    padding: 0.625rem;
  }
}
.address-warning svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .address-warning svg {
    width: 14px;
    height: 14px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-group label {
    font-size: 0.8rem;
  }
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #000000;
  background: white;
  -webkit-transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .form-group input[type=text],
  .form-group input[type=tel],
  .form-group select {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.form-group input[type=text]:focus,
.form-group input[type=tel]:focus,
.form-group select:focus {
  outline: none;
  border-color: #4fd1c7;
  -webkit-box-shadow: 0 0 0 3px rgba(79, 209, 199, 0.1);
  box-shadow: 0 0 0 3px rgba(79, 209, 199, 0.1);
}
.form-group input[type=text]::-webkit-input-placeholder,
.form-group input[type=tel]::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
  color: #9ca3af;
}
.form-group input[type=text]::-moz-placeholder,
.form-group input[type=tel]::-moz-placeholder,
.form-group select::-moz-placeholder {
  color: #9ca3af;
}
.form-group input[type=text]:-ms-input-placeholder,
.form-group input[type=tel]:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
  color: #9ca3af;
}
.form-group input[type=text]::-ms-input-placeholder,
.form-group input[type=tel]::-ms-input-placeholder,
.form-group select::-ms-input-placeholder {
  color: #9ca3af;
}
.form-group input[type=text]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group select::placeholder {
  color: #9ca3af;
}
.form-group input[type=text]:disabled,
.form-group input[type=tel]:disabled,
.form-group select:disabled {
  background-color: #f8f9fa;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.7;
  border-color: #e5e7eb;
}
.form-group input[type=text]:disabled:focus,
.form-group input[type=tel]:disabled:focus,
.form-group select:disabled:focus {
  border-color: #e5e7eb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group input[type=checkbox] {
  margin-right: 0.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.address-notification {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 9999;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -webkit-animation: slideInRight 0.3s ease-out;
  animation: slideInRight 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .address-notification {
    top: 1rem;
    right: 1rem;
    left: 1rem;
    text-align: center;
  }
}
.address-notification--success {
  background: #10b981;
  color: white;
  border-left: 4px solid #059669;
}
.address-notification--error {
  background: #ef4444;
  color: white;
  border-left: 4px solid #dc2626;
}
.address-notification--info {
  background: #3b82f6;
  color: white;
  border-left: 4px solid #2563eb;
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.address-location-btn.spinner .spinner {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.address-location-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.phone-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.phone-input .phone-country-select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 200px;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #000000;
  background: white;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  max-width: 160px;
  position: relative;
  z-index: 10001;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 48px;
  min-height: 48px;
}
@media screen and (min-width: 768px) {
  .phone-input .phone-country-select {
    min-width: 160px;
    font-size: 0.8rem;
    padding: 0.625rem;
  }
}
.phone-input .phone-country-select:focus {
  outline: none;
  border-color: #4fd1c7;
  -webkit-box-shadow: 0 0 0 3px rgba(79, 209, 199, 0.1);
  box-shadow: 0 0 0 3px rgba(79, 209, 199, 0.1);
}
.phone-input .phone-country-select option {
  padding: 0.5rem;
  font-size: 0.875rem;
  pointer-events: auto;
  cursor: pointer;
}
.phone-input input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.75rem !important;
}
@media screen and (min-width: 768px) {
  .phone-input input {
    padding-left: 0.625rem !important;
  }
}
@media screen and (max-width: 575.5px) {
  .phone-input .phone-country-select {
    min-width: 100px;
    max-width: 100px;
  }
}
.address-form-actions {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .address-form-actions {
    margin-top: 1.5rem;
  }
}
.address-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.address-submit-btn .address-submit-loading {
  display: none;
}
.address-submit-btn.loading .address-submit-text {
  display: none;
}
.address-submit-btn.loading .address-submit-loading {
  display: inline;
}
.form-group.error input,
.form-group.error select {
  border-color: #ef4444;
}
.form-group.error input:focus,
.form-group.error select:focus {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.form-group.error .error-message {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}
.woocommerce-Addresses {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-Addresses:before,
.woocommerce-Addresses:after {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .woocommerce-Addresses {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.woocommerce-message:has-text("Coupon code applied successfully"),
.woocommerce-message:has-text("applied successfully"),
.woocommerce-notice--success:has-text("Coupon code applied successfully"),
.woocommerce-notice--success:has-text("applied successfully") {
  display: none !important;
}
.woocommerce-message[data-coupon-applied],
.woocommerce-notice--success[data-coupon-applied] {
  display: none !important;
}
.page-id-101 .woocommerce-message[class*=coupon],
.page-id-101 .woocommerce-message[id*=coupon],
.page-id-101 .woocommerce-notice--success[class*=coupon],
.page-id-101 .woocommerce-notice--success[id*=coupon],
.woocommerce-checkout .woocommerce-message[class*=coupon],
.woocommerce-checkout .woocommerce-message[id*=coupon],
.woocommerce-checkout .woocommerce-notice--success[class*=coupon],
.woocommerce-checkout .woocommerce-notice--success[id*=coupon],
.woocommerce-cart .woocommerce-message[class*=coupon],
.woocommerce-cart .woocommerce-message[id*=coupon],
.woocommerce-cart .woocommerce-notice--success[class*=coupon],
.woocommerce-cart .woocommerce-notice--success[id*=coupon] {
  display: none !important;
}
.woocommerce-customer-details address {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 !important;
}
.woocommerce-customer-details address * {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 !important;
}
.woocommerce-EditAccountForm fieldset {
  margin-bottom: 1.5rem;
}
#add_payment_method #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent !important;
}
#add_payment_method #payment div.payment_box::before {
  display: none !important;
}
.woocommerce-order-received .woocommerce-form {
  margin: auto;
}
.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
  margin: 80px auto 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin: 1rem 0 !important;
}
.woocommerce-checkout .woocommerce-thankyou-order-received + .woocommerce-info:before {
  display: none !important;
}
.woocommerce-checkout #billing_email_field {
  display: none !important;
}
.woocommerce-account {
  background-color: #f8f9fb;
  min-height: 80vh;
}
.page-id-109 .header {
  background-color: transparent;
}
.page-id-109 .woocommerce-orders-table {
  display: table;
}
.page-id-109 .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-id-109 .woocommerce > * {
  width: 100%;
  text-align: center;
}
.woocommerce-account > .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.woocommerce-MyAccount-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 0 1.5rem;
  }
}
.woocommerce-orders-table--subscriptions {
  display: table !important;
}
.woocommerce-MyAccount-navigation {
  background: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation ul li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1.25rem 1.5rem;
  color: #666666;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary-button-color);
  background-color: #f8f9fb;
}
.woocommerce-MyAccount-navigation ul li a[aria-current=page] {
  color: var(--primary-button-color);
  background-color: #f0fdfa;
  border-bottom-color: var(--primary-button-color);
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation ul li a[aria-current=page] {
    background-color: #f0fdfa;
  }
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
.woocommerce-MyAccount-content {
  background: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 1.5rem;
  }
}
.woocommerce-MyAccount-content > *:first-child {
  margin-top: 0;
}
.woocommerce-MyAccount-content > *:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content p strong {
  color: #000000;
  font-weight: 600;
}
.woocommerce-MyAccount-content p a {
  color: var(--primary-button-color);
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce-MyAccount-content p a:hover {
  color: #38b2ac;
  text-decoration: underline;
}
.woocommerce-form {
  max-width: 600px;
}
.woocommerce-form .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce-form .form-row label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
}
.woocommerce-form .form-row input[type=text],
.woocommerce-form .form-row input[type=email],
.woocommerce-form .form-row input[type=password],
.woocommerce-form .form-row input[type=tel],
.woocommerce-form .form-row input[type=url],
.woocommerce-form .form-row input[type=number],
.woocommerce-form .form-row select,
.woocommerce-form .form-row textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #000000;
  background: white;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .woocommerce-form .form-row input[type=text],
  .woocommerce-form .form-row input[type=email],
  .woocommerce-form .form-row input[type=password],
  .woocommerce-form .form-row input[type=tel],
  .woocommerce-form .form-row input[type=url],
  .woocommerce-form .form-row input[type=number],
  .woocommerce-form .form-row select,
  .woocommerce-form .form-row textarea {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.woocommerce-form .form-row input[type=text]:focus,
.woocommerce-form .form-row input[type=email]:focus,
.woocommerce-form .form-row input[type=password]:focus,
.woocommerce-form .form-row input[type=tel]:focus,
.woocommerce-form .form-row input[type=url]:focus,
.woocommerce-form .form-row input[type=number]:focus,
.woocommerce-form .form-row select:focus,
.woocommerce-form .form-row textarea:focus {
  outline: none;
  border-color: var(--primary-button-color);
  -webkit-box-shadow: 0 0 0 3px rgba(79, 209, 199, 0.1);
  box-shadow: 0 0 0 3px rgba(79, 209, 199, 0.1);
}
.woocommerce-form .form-row input[type=text]::-webkit-input-placeholder,
.woocommerce-form .form-row input[type=email]::-webkit-input-placeholder,
.woocommerce-form .form-row input[type=password]::-webkit-input-placeholder,
.woocommerce-form .form-row input[type=tel]::-webkit-input-placeholder,
.woocommerce-form .form-row input[type=url]::-webkit-input-placeholder,
.woocommerce-form .form-row input[type=number]::-webkit-input-placeholder,
.woocommerce-form .form-row select::-webkit-input-placeholder,
.woocommerce-form .form-row textarea::-webkit-input-placeholder {
  color: #9ca3af;
}
.woocommerce-form .form-row input[type=text]::-moz-placeholder,
.woocommerce-form .form-row input[type=email]::-moz-placeholder,
.woocommerce-form .form-row input[type=password]::-moz-placeholder,
.woocommerce-form .form-row input[type=tel]::-moz-placeholder,
.woocommerce-form .form-row input[type=url]::-moz-placeholder,
.woocommerce-form .form-row input[type=number]::-moz-placeholder,
.woocommerce-form .form-row select::-moz-placeholder,
.woocommerce-form .form-row textarea::-moz-placeholder {
  color: #9ca3af;
}
.woocommerce-form .form-row input[type=text]:-ms-input-placeholder,
.woocommerce-form .form-row input[type=email]:-ms-input-placeholder,
.woocommerce-form .form-row input[type=password]:-ms-input-placeholder,
.woocommerce-form .form-row input[type=tel]:-ms-input-placeholder,
.woocommerce-form .form-row input[type=url]:-ms-input-placeholder,
.woocommerce-form .form-row input[type=number]:-ms-input-placeholder,
.woocommerce-form .form-row select:-ms-input-placeholder,
.woocommerce-form .form-row textarea:-ms-input-placeholder {
  color: #9ca3af;
}
.woocommerce-form .form-row input[type=text]::-ms-input-placeholder,
.woocommerce-form .form-row input[type=email]::-ms-input-placeholder,
.woocommerce-form .form-row input[type=password]::-ms-input-placeholder,
.woocommerce-form .form-row input[type=tel]::-ms-input-placeholder,
.woocommerce-form .form-row input[type=url]::-ms-input-placeholder,
.woocommerce-form .form-row input[type=number]::-ms-input-placeholder,
.woocommerce-form .form-row select::-ms-input-placeholder,
.woocommerce-form .form-row textarea::-ms-input-placeholder {
  color: #9ca3af;
}
.woocommerce-form .form-row input[type=text]::placeholder,
.woocommerce-form .form-row input[type=email]::placeholder,
.woocommerce-form .form-row input[type=password]::placeholder,
.woocommerce-form .form-row input[type=tel]::placeholder,
.woocommerce-form .form-row input[type=url]::placeholder,
.woocommerce-form .form-row input[type=number]::placeholder,
.woocommerce-form .form-row select::placeholder,
.woocommerce-form .form-row textarea::placeholder {
  color: #9ca3af;
}
.woocommerce-form .form-row textarea {
  min-height: 100px;
  resize: vertical;
}
.woocommerce-form .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-form .form-row-wide {
  grid-column: 1/-1;
}
@media screen and (min-width: 992px) {
  .woocommerce-form .form-row-first {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-form .form-row-last {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-form .form-row-first,
  .woocommerce-form .form-row-last {
    grid-column: 1/-1;
  }
}
.woocommerce-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.woocommerce-button,
.woocommerce-Button,
.button,
input[type=submit] {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      #38b2ac);
  color: white;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  text-align: center;
  min-width: 120px;
}
.woocommerce-button:hover,
.woocommerce-Button:hover,
.button:hover,
input[type=submit]:hover {
  background:
    linear-gradient(
      135deg,
      #38b2ac,
      #319795);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(79, 209, 199, 0.3);
  box-shadow: 0 4px 12px rgba(79, 209, 199, 0.3);
}
.woocommerce-button:active,
.woocommerce-Button:active,
.button:active,
input[type=submit]:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.woocommerce-button.button--secondary,
.woocommerce-Button.button--secondary,
.button.button--secondary,
input[type=submit].button--secondary {
  background:
    linear-gradient(
      135deg,
      #f78dc5,
      #f570b7);
}
.woocommerce-button.button--secondary:hover,
.woocommerce-Button.button--secondary:hover,
.button.button--secondary:hover,
input[type=submit].button--secondary:hover {
  background:
    linear-gradient(
      135deg,
      #f570b7,
      #f06292);
  -webkit-box-shadow: 0 4px 12px rgba(247, 141, 197, 0.3);
  box-shadow: 0 4px 12px rgba(247, 141, 197, 0.3);
}
.woocommerce-button.button--outline,
.woocommerce-Button.button--outline,
.button.button--outline,
input[type=submit].button--outline {
  background: transparent;
  color: var(--primary-button-color);
  border: 2px solid var(--primary-button-color);
}
.woocommerce-button.button--outline:hover,
.woocommerce-Button.button--outline:hover,
.button.button--outline:hover,
input[type=submit].button--outline:hover {
  background: var(--primary-button-color);
  color: white;
}
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}
@media screen and (min-width: 768px) {
  .woocommerce-orders-table th,
  .woocommerce-orders-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }
}
.woocommerce-orders-table th {
  background-color: #f8f9fb;
  font-weight: 600;
  color: #000000;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.woocommerce-orders-table td {
  color: #666666;
}
.woocommerce-orders-table td a {
  color: var(--primary-button-color);
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-orders-table td a:hover {
  text-decoration: underline;
}
.woocommerce-orders-table .woocommerce-orders-table__row {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce-orders-table .woocommerce-orders-table__row:hover {
  background-color: #f8f9fb;
}
@media screen and (min-width: 768px) {
  .woocommerce-orders-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--processing {
  background-color: #fef3c7;
  color: #92400e;
}
.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--completed {
  background-color: #d1fae5;
  color: #065f46;
}
.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--on-hold {
  background-color: #fee2e2;
  color: #991b1b;
}
.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--cancelled {
  background-color: #f3f4f6;
  color: #374151;
}
.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--refunded {
  background-color: #dbeafe;
  color: #1e40af;
}
.woocommerce-order-details {
  background: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-details {
    padding: 1.5rem;
  }
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f1f5f9;
}
.woocommerce-order-details h2 {
  font-size: 2rem !important;
  margin-bottom: 0.5rem !important;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 2rem !important;
}
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}
@media screen and (min-width: 768px) {
  .woocommerce-table--order-details th,
  .woocommerce-table--order-details td {
    padding: 0.75rem 0.5rem;
  }
}
.woocommerce-table--order-details th {
  font-weight: 600;
  color: #000000;
  background-color: #f8f9fb;
}
.woocommerce-table--order-details td {
  color: #666666;
}
.woocommerce-table--order-details .woocommerce-table__product-name {
  font-weight: 500;
  color: #000000;
}
.woocommerce-table--order-details .woocommerce-table__product-total {
  font-weight: 600;
  color: #000000;
  text-align: right;
}
.woocommerce-order-details__totals {
  background: #f8f9fb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.woocommerce-order-details__totals .woocommerce-table__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}
.woocommerce-order-details__totals .woocommerce-table__total:last-child {
  border-bottom: none;
  font-weight: 600;
  font-size: 1.125rem;
  color: #000000;
}
.woocommerce-order-details__totals .woocommerce-table__total .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-Addresses {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.woocommerce-Address {
  background: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}
.woocommerce-Address .woocommerce-Address-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f1f5f9;
}
.woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 1rem;
}
.woocommerce-Address .woocommerce-Address-edit {
  margin-top: 1rem;
}
.woocommerce-Address .woocommerce-Address-edit .button {
  background:
    linear-gradient(
      135deg,
      #f78dc5,
      #f570b7);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.woocommerce-Address .woocommerce-Address-edit .button:hover {
  background:
    linear-gradient(
      135deg,
      #f570b7,
      #f06292);
}
.woocommerce-downloads .woocommerce-downloads__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f1f5f9;
}
.woocommerce-downloads .woocommerce-downloads__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-downloads .woocommerce-downloads__list li {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce-downloads .woocommerce-downloads__list li:hover {
  border-color: var(--primary-button-color);
  -webkit-box-shadow: 0 2px 8px rgba(79, 209, 199, 0.1);
  box-shadow: 0 2px 8px rgba(79, 209, 199, 0.1);
}
.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file .woocommerce-downloads__file-name {
  font-weight: 500;
  color: #000000;
}
.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file .woocommerce-downloads__file-remaining {
  font-size: 0.875rem;
  color: #666666;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f1f5f9;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li {
  background: white;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod .woocommerce-PaymentMethod__title {
  font-weight: 500;
  color: #000000;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod .woocommerce-PaymentMethod__description {
  font-size: 0.875rem;
  color: #666666;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button.button--delete {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      var(--hover-button-color));
}
.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button.button--delete:hover {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      var(--hover-button-color));
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 1rem 1.5rem 1rem 3rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.woocommerce-message.woocommerce-message,
.woocommerce-info.woocommerce-message,
.woocommerce-error.woocommerce-message {
  background-color: #d1fae5;
  color: #065f46;
  border-left: 4px solid #10b981;
}
.woocommerce-message.woocommerce-info,
.woocommerce-info.woocommerce-info,
.woocommerce-error.woocommerce-info {
  background-color: #dbeafe;
  color: #1e40af;
  border-left: 4px solid #3b82f6;
}
.woocommerce-message.woocommerce-error,
.woocommerce-info.woocommerce-error,
.woocommerce-error.woocommerce-error {
  background-color: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-table--order-details {
    font-size: 0.875rem;
  }
  .woocommerce-MyAccount-content .woocommerce-table--order-details th,
  .woocommerce-MyAccount-content .woocommerce-table--order-details td {
    padding: 0.5rem;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding: 1rem;
  }
  .woocommerce-MyAccount-content .woocommerce-downloads__list li {
    padding: 0.75rem;
  }
  .woocommerce-MyAccount-content .woocommerce-PaymentMethods__list li {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }
  .woocommerce-MyAccount-content .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.woocommerce-loading {
  opacity: 0.6;
  pointer-events: none;
}
.woocommerce-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid var(--primary-button-color);
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.discount-popup,
.klaviyo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: popupFadeIn 0.35s ease-out;
  animation: popupFadeIn 0.35s ease-out;
}
.discount-popup-overlay,
.klaviyo-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(2px);
}
.discount-popup-container,
.klaviyo-popup-container {
  position: relative;
  z-index: 2;
  max-width: 450px;
  min-width: 200px;
  max-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: popupScaleIn 0.35s ease-out;
  animation: popupScaleIn 0.35s ease-out;
}
.discount-popup-content,
.klaviyo-popup-content {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 24px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.discount-popup-close,
.klaviyo-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.discount-popup-close:hover,
.klaviyo-popup-close:hover {
  background: white;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.discount-popup-close svg,
.klaviyo-popup-close svg {
  width: 20px;
  height: 20px;
}
.discount-popup .discount-popup-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.discount-popup .discount-popup-logo {
  margin-bottom: 1rem;
}
.discount-popup .discount-popup-logo .logo-main {
  max-width: 120px;
  height: auto;
}
.discount-popup .discount-popup-icon {
  margin: 1rem 0;
}
.discount-popup .discount-popup-icon svg {
  -webkit-filter: drop-shadow(0 4px 8px rgba(254, 118, 119, 0.3));
  filter: drop-shadow(0 4px 8px rgba(254, 118, 119, 0.3));
}
.discount-popup .discount-popup-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.discount-popup .discount-popup-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0;
  font-family:
    "Red Hat Text",
    Helvetica,
    Arial,
    sans-serif;
}
.discount-popup .discount-popup-code {
  font-size: 48px;
  font-weight: bold;
  color: #FE7677;
  margin: 0;
  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  text-shadow: 0 2px 4px rgba(254, 118, 119, 0.2);
}
.discount-popup .discount-popup-description {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.klaviyo-popup .klaviyo-form-container {
  width: 100%;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.klaviyo-popup .klaviyo-form-placeholder {
  text-align: center;
  color: #666;
}
.klaviyo-popup .klaviyo-form-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.klaviyo-popup .klaviyo-form-loading p {
  margin: 0;
  font-size: 16px;
  color: #666;
}
.klaviyo-popup .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #FE7677;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.klaviyo-form-container .klaviyo-form {
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.klaviyo-form-container input[type=tel],
.klaviyo-form-container input[type=text],
.klaviyo-form-container input[type=email] {
  border: 1px solid #D0331F !important;
  border-radius: 8px !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-family:
    "Red Hat Text",
    Helvetica,
    Arial,
    sans-serif !important;
}
.klaviyo-form-container input[type=tel]:focus,
.klaviyo-form-container input[type=text]:focus,
.klaviyo-form-container input[type=email]:focus {
  outline: none !important;
  border-color: #FE7677 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(254, 118, 119, 0.1) !important;
  box-shadow: 0 0 0 3px rgba(254, 118, 119, 0.1) !important;
}
.klaviyo-form-container button[type=submit],
.klaviyo-form-container button[type=button] {
  background: #FE7677 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family:
    "Red Hat Text",
    Helvetica,
    Arial,
    sans-serif !important;
  cursor: pointer !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.klaviyo-form-container button[type=submit]:hover,
.klaviyo-form-container button[type=button]:hover {
  background: #FE5A5B !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}
.klaviyo-form-container .go2771253331 {
  border: 1px solid #D0331F !important;
  border-radius: 8px !important;
  background: white !important;
}
.klaviyo-form-container .go2771253331 img {
  width: 1em !important;
  height: 1em !important;
  border-radius: 3px !important;
}
.klaviyo-form-container input[type=checkbox] {
  accent-color: #FE7677 !important;
}
.klaviyo-form-container .go3298969293 {
  background: #FFF4F0 !important;
  border: 1px solid #D0331F !important;
  border-radius: 4px !important;
  color: #D0331F !important;
  font-size: 14px !important;
  padding: 8px !important;
  margin-top: 8px !important;
}
@media screen and (min-width: 768px) {
  .discount-popup-container,
  .klaviyo-popup-container {
    max-width: 90vw;
    margin: 0 20px;
  }
  .discount-popup-content,
  .klaviyo-popup-content {
    padding: 20px;
    min-height: 400px;
  }
  .discount-popup-code {
    font-size: 36px;
  }
  .discount-popup-title {
    font-size: 20px;
  }
  .discount-popup-description {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .discount-popup-container,
  .klaviyo-popup-container {
    max-width: 500px;
  }
}
@-webkit-keyframes popupFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes popupScaleIn {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popupScaleIn {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.popup-open {
  overflow: hidden;
}
.discount-popup:focus,
.klaviyo-popup:focus {
  outline: none;
}
@media (prefers-contrast: high) {
  .discount-popup-overlay,
  .klaviyo-popup-overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .discount-popup-close,
  .klaviyo-popup-close {
    border: 2px solid #000;
  }
}
@media (prefers-reduced-motion: reduce) {
  .discount-popup,
  .klaviyo-popup,
  .discount-popup-container,
  .klaviyo-popup-container {
    -webkit-animation: none;
    animation: none;
  }
  .discount-popup-close:hover,
  .klaviyo-popup-close:hover {
    -webkit-transform: none;
    transform: none;
  }
  .loading-spinner {
    -webkit-animation: none;
    animation: none;
  }
}
.blank-template-main {
  padding: 2rem 0;
  min-height: 50vh;
}
@media screen and (min-width: 992px) {
  .blank-template-main {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .blank-template-main {
    padding: 4rem 0;
  }
}
.blank-template-content {
  width: 100%;
}
.blank-template-header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .blank-template-header {
    margin-bottom: 3rem;
  }
}
.blank-template-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary, #333);
  margin: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .blank-template-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .blank-template-title {
    font-size: 3rem;
  }
}
.blank-template-body > *:first-child {
  margin-top: 0;
}
.blank-template-body > *:last-child {
  margin-bottom: 0;
}
.blank-template-body p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.blank-template-body h1,
.blank-template-body h2,
.blank-template-body h3,
.blank-template-body h4,
.blank-template-body h5,
.blank-template-body h6 {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.blank-template-body ul,
.blank-template-body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.blank-template-body img {
  max-width: 100%;
  height: auto;
}
.blank-template-body .wp-block-group,
.blank-template-body .wp-block-columns {
  margin-bottom: 2rem;
}
.blank-template-content.is-centered {
  text-align: center;
}
.blank-template-content.is-narrow {
  max-width: 40rem;
  margin: 0 auto;
}
.blank-template-content.is-wide {
  max-width: none;
}
.blank-template-title.is-hidden {
  display: none !important;
}
.error-404 {
  padding: 4rem 0 6rem;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .error-404 {
    padding: 3rem 0 4rem;
    min-height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .error-404 {
    padding: 2rem 0 3rem;
    min-height: 50vh;
  }
}
.error-404__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.error-404__icon {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .error-404__icon {
    margin-bottom: 1.5rem;
  }
}
.error-404__number {
  display: inline-block;
  font-size: 8rem;
  font-weight: 900;
  color: var(--primary-button-color);
  line-height: 1;
  text-shadow: 0 4px 8px rgba(var(--primary-button-color), 0.2);
}
@media screen and (min-width: 992px) {
  .error-404__number {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .error-404__number {
    font-size: 4rem;
  }
}
.error-404__text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .error-404__text {
    margin-bottom: 2rem;
  }
}
.error-404__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1D2939;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .error-404__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .error-404__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}
.error-404__description {
  font-size: 1.125rem;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .error-404__description {
    font-size: 1rem;
  }
}
.error-404__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .error-404__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
}
.error-404__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 140px;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .error-404__btn {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.error-404__btn--primary {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      var(--primary-button-color-light)) !important;
  color: white;
  -webkit-box-shadow: 0 4px 12px rgba(var(--primary-button-color), 0.3);
  box-shadow: 0 4px 12px rgba(var(--primary-button-color), 0.3);
}
.error-404__btn--primary:hover {
  background:
    linear-gradient(
      135deg,
      var(--primary-button-color),
      var(--primary-button-color-light)) !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(var(--primary-button-color), 0.4);
  box-shadow: 0 6px 16px rgba(var(--primary-button-color), 0.4);
  color: white;
  text-decoration: none;
}
.error-404__btn--primary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.error-404__btn--secondary {
  background: white;
  color: var(--primary-button-color);
  border: 2px solid var(--primary-button-color);
  -webkit-box-shadow: 0 2px 8px rgba(var(--primary-button-color), 0.1);
  box-shadow: 0 2px 8px rgba(var(--primary-button-color), 0.1);
}
.error-404__btn--secondary:hover {
  background: var(--primary-button-color);
  color: white;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(var(--primary-button-color), 0.2);
  box-shadow: 0 4px 12px rgba(var(--primary-button-color), 0.2);
}
.error-404__btn--secondary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.error-404__search {
  border-top: 1px solid #e5e5e5;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .error-404__search {
    padding-top: 1.5rem;
  }
}
.error-404__search-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1D2939;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .error-404__search-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.error-404 .search-form {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.error-404 .search-form .search-field {
  width: 100%;
  padding: 0.875rem 3rem 0.875rem 1rem;
  font-size: 1rem;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error-404 .search-form .search-field:focus {
  outline: none;
  border-color: var(--primary-button-color);
  -webkit-box-shadow: 0 0 0 3px rgba(var(--primary-button-color), 0.1);
  box-shadow: 0 0 0 3px rgba(var(--primary-button-color), 0.1);
}
.error-404 .search-form .search-field::-webkit-input-placeholder {
  color: #64748B;
}
.error-404 .search-form .search-field::-moz-placeholder {
  color: #64748B;
}
.error-404 .search-form .search-field:-ms-input-placeholder {
  color: #64748B;
}
.error-404 .search-form .search-field::-ms-input-placeholder {
  color: #64748B;
}
.error-404 .search-form .search-field::placeholder {
  color: #64748B;
}
.error-404 .search-form .search-submit {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--primary-button-color);
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error-404 .search-form .search-submit:hover {
  background: var(--primary-button-color) !important;
}
.error-404 .search-form .search-submit:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(var(--primary-button-color), 0.3);
  box-shadow: 0 0 0 2px rgba(var(--primary-button-color), 0.3);
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.error-404__number {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
