@charset "UTF-8";.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%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;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{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;inset:0 .5em 0 auto;padding:1em 0}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:.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:700}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:-.25em}sup{top:-.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:.35em .75em .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}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 + .6346153846vw)}@media (min-width: 1560px){h3,.is-style-header3{font-size:1.9375rem}}h4,.is-style-header4{font-size:calc(1.275rem + .2307692308vw)}@media (min-width: 1560px){h4,.is-style-header4{font-size:1.5rem}}h5,.is-style-header5{font-size:calc(1.2625rem + .1153846154vw)}@media (min-width: 1560px){h5,.is-style-header5{font-size:1.375rem}}h6,.is-style-header6{font-size:1.25rem}: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(.75rem, .7rem + .25vw, .875rem);--font-size-sm: clamp(.875rem, .8rem + .375vw, 1rem);--font-size-base: clamp(1rem, .9rem + .5vw, 1.125rem);--font-size-lg: clamp(1.125rem, 1rem + .625vw, 1.25rem);--font-size-xl: clamp(1.25rem, 1.1rem + .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: -.05em;--letter-spacing-normal: 0em;--letter-spacing-wide: .05em;--letter-spacing-wider: .1em;--header-nav-font-weight: var(--font-weight-regular);--header-nav-font-size: .9375rem;--header-nav-line-height: 1.5;--header-nav-letter-spacing: .01em;--mobile-nav-font-weight: var(--font-weight-regular);--mobile-nav-font-size: 1rem;--mobile-nav-line-height: 1.5;--mobile-nav-letter-spacing: .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:300;line-height:1.44;margin-top:0;font-size:1.125rem;margin-bottom:calc(1.325rem + .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,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}a{color:#00b2ff;outline:none!important}a:hover,a:focus,a:active{color:#0096db}a:hover,a:focus,a:active{outline:0}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#00b2ff;border-radius:3px;background:#00b2ff;color:#000c;line-height:1;padding:.6em 1em .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{--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: #0118D8;--theme-ui-colors-brandPrimary2: #1B8489;--theme-ui-colors-brandSecondary1: #E5EBDF;--theme-ui-colors-hoverPrimary1: #0013bb;--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%}.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,.6);box-shadow:0 0 2px 2px #0009;clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.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:.2em;-webkit-transition:all .2s ease-in-out;transition:all .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:.5rem}li>ul,li>ol{margin-bottom:0;margin-left:1.5rem}dt{font-weight:var(--font-weight-semibold);margin-bottom:.5rem}dd{margin:0 0 1.5rem 1.5rem}code,kbd,tt,var{font-family:var(--font-mono);font-size:.875em;background-color:var(--color-bg-light);color:var(--color-text-primary);padding:.2em .4em;border-radius:.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:.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:.5rem;padding:.75rem 1.5rem;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .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:.5rem;padding:.75rem 1rem;width:100%;-webkit-transition:border-color .2s ease-in-out;transition:border-color .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:.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:#000;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 .3s ease;transition:all .3s ease;border-radius:4px}.header-nav .nav-menu li a:hover,.header-nav .nav-menu li a:focus{background-color:#ffffff1a}.header-nav .nav-menu li.current-menu-item a,.header-nav .nav-menu li.current-page-ancestor a{background-color:#ffffff26}.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 .3s ease;transition:all .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(.22rem,.22rem);transform:rotate(45deg) translate(.22rem,.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(.31rem,-.31rem);transform:rotate(-45deg) translate(.31rem,-.31rem)}.mobile-nav{display:none;background-color:#6870fa;border-top:1px solid rgba(255,255,255,.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,.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:#fff;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 .3s ease;transition:color .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:.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:.5rem 1.5rem;white-space:nowrap}@-webkit-keyframes scroll-left{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@keyframes scroll-left{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-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}}.hero-background{position:relative;inset: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}to{background-position:0 24000%}}@keyframes scroll-background{0%{background-position:0 0}to{background-position:0 24000%}}@-webkit-keyframes scroll-background-x{0%{background-position:0 0}to{background-position:24000% 0}}@keyframes scroll-background-x{0%{background-position:0 0}to{background-position:24000% 0}}.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%;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;width:100%}.feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.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:.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;width:100%}@media screen and (min-width: 23.5rem){.age-selector{margin:1rem 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;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:.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:2rem}.age-buttons a{color:#fff!important}.age-button{background:#0118d8;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-transform:uppercase;line-height:150%;letter-spacing:.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:#0013ba;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media (max-width: 40rem){.age-button{width:calc(100vw - 2rem)}}.homepage-footer{width:100%;background-color:#222;padding:2rem 0 1rem}@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:.75rem;line-height:.975rem;font-weight:700;text-align:start;-webkit-transition:all ease-out .2s;transition:all ease-out .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,.quiz-flow-body.quiz-informational-step .quiz-header__progress-text,.quiz-flow-body.quiz-informational-step .quiz-header__progress-bar{display:none!important}.quiz-header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(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:.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 .2s ease;transition:background-color .2s ease;min-width:44px;height:44px}.quiz-header__back:hover{background-color:#00b2ff1a}.quiz-header__back:disabled{opacity:.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:.9rem}@media screen and (min-width: 992px){.quiz-header__progress-text{font-size:1rem}}.quiz-header__progress-bar{height:4px;background-color:#00b2ff26;width:100%}.quiz-header__progress-fill{height:100%;background-color:#0118d8;-webkit-transition:width .3s ease;transition:width .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:.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 .3s ease;transition:width .3s ease}.quiz-flow-progress__text{font-size:.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:.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:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .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,.3);box-shadow:0 8px 25px #00b2ff4d}.quiz-btn:disabled{opacity:.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:.8;margin-bottom:2rem;font-size:1.125rem}@media screen and (max-width: 767.5px){.quiz-flow-container{padding:1rem .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;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:.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 .5rem;font-size:.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:.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 #0118D8;border-radius:12px;cursor:pointer;background:#fff;-webkit-transition:all .2s ease;transition:all .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:translate(-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:#0118d8;border-top:1px solid rgba(0,178,255,.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 .75rem;pointer-events:none;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.quiz-option-card__text{color:#fff;font-size:1rem;font-weight:600;margin-right:.25rem}@media (max-width: 350px){.quiz-option-card__text{font-size:.875rem}}.quiz-option-card__arrow{fill:#fffc;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:.5rem}.gender-options{gap:.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:.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:#eef;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:#0118d8;line-height:1.2;margin-bottom:.5rem}.testimonials-template__subtitle{font-size:16px;font-weight:400;color:var(--main-text);line-height:1.4}.testimonials-template__quote-section{background:#fff;border-radius:8px;padding:1.5rem .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:.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:#0118d8;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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:.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:.75rem;color:#9ca3af}@media screen and (min-width: 992px){.results-page-1__disclaimer{margin-top:1.5rem;font-size:.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:#fff;border:1px solid #efefef;border-radius:8px;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;position:relative;overflow:hidden;gap:.75rem}.multiple-choice-option:hover{background:#f7f7f7;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.multiple-choice-option--selected{background:#e3f2fd;border:2px solid #0118D8}.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:#fff;z-index:2}.multiple-choice-template--multiple .multiple-choice-option:hover:after{border-color:#0118d8}.multiple-choice-template--multiple .multiple-choice-option.selected{border-color:#0118d8;background:#e3f2fd}.multiple-choice-template--multiple .multiple-choice-option.selected:after{background:#0118d8;border-color:#0118d8;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:#0118d8;font-weight:600}.multiple-choice-next-btn{width:100%;background:#0118d8;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(0,178,255,.3);box-shadow:0 4px 12px #00b2ff4d}.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:#0013ba;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(0,178,255,.4);box-shadow:0 6px 16px #00b2ff66}.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:#fff;border-top:1px solid #e2e8f0;-webkit-box-shadow:0 -4px 20px rgba(0,0,0,.1);box-shadow:0 -4px 20px #0000001a;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:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:var(--main-text);background:#fff;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.multiple-choice-other-text:focus{outline:none;border-color:#0118d8;-webkit-box-shadow:0 0 0 3px rgba(0,178,255,.1);box-shadow:0 0 0 3px #00b2ff1a}.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:.875rem;padding:.625rem .875rem}}.multiple-choice-other-submit{background:#0118d8;color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(0,178,255,.3);box-shadow:0 4px 12px #00b2ff4d;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:#0013ba;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(0,178,255,.4);box-shadow:0 6px 16px #00b2ff66}.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:#fff;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 .3s ease-in-out .4s forwards;animation:fadeInBackground .3s ease-in-out .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{0%{opacity:0}to{opacity:1}}@keyframes fadeInBackground{0%{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:#fff;color:#333;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .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,.1);box-shadow:0 0 0 3px #007cba1a}.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,.15);box-shadow:0 4px 12px #00000026;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .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 .2s ease;transition:all .2s ease;background:#000;padding:0}.book-selection__color-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);border-color:#ffffff4d}.book-selection__color-btn.selected{border-color:#fffc;-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 .2s ease;transition:all .2s ease;width:1.5rem;height:1.5rem}.book-selection__color-checkmark .book-selection__checkmark-icon{width:100%;height:100%;fill:#fff}.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:translate(-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:#fff}.quiz-template__button--primary:hover{background:var(--color-primary-dark, #689f38)}.quiz-template__button--secondary{background:var(--color-secondary, #8bc34a);color:#fff}.quiz-template__button--secondary:hover{background:var(--color-secondary-dark, #7cb342)}.book-selection-continue-btn{width:100%;background:#0118d8;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .3s ease;transition:all .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,.3);box-shadow:0 8px 20px #5653fe4d}.book-selection-continue-btn:active:not(:disabled){-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 12px rgba(86,83,254,.2);box-shadow:0 4px 12px #5653fe33}.book-selection-continue-btn:disabled{background:#ccc;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:#0118d8;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;overflow:hidden;margin-bottom:1rem}.book-result-continue-btn:hover{background:#0013ba;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 20px rgba(86,83,254,.3);box-shadow:0 8px 20px #5653fe4d}.book-result-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 12px rgba(86,83,254,.2);box-shadow:0 4px 12px #5653fe33}.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:.5px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .3s ease;transition:all .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,.1);box-shadow:0 4px 12px #0000001a}.book-result-change-btn:active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 6px #0000001a}.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:.9rem;line-height:1.4}.book-selection__no-data p{margin:.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:#fff;border:1px solid #efefef;border-radius:8px;padding:1.25rem 1.5rem;text-align:left;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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:#fff;z-index:2}.multiple-choices-option:hover{background:#f8f9fa;border-color:#0118d8;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.multiple-choices-options--multiple .multiple-choices-option:hover:after{border-color:#0118d8}.multiple-choices-option.selected{background:#e3f2fd;border-color:#0118d8}.multiple-choices-options--multiple .multiple-choices-option.selected:after{background:#0118d8;border-color:#0118d8;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:#0118d8;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:.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:.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:translate(-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:#0118d8;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(0,178,255,.3);box-shadow:0 4px 12px #00b2ff4d}.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:#0013ba;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(0,178,255,.4);box-shadow:0 6px 16px #00b2ff66}.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:#fff;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:700;line-height:1.5;color:var(--main-text);margin-bottom:.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:.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:.5rem}.quiz-template--text-page .text-page-template__wysiwyg ul,.quiz-template--text-page .text-page-template__wysiwyg ol{margin:.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:.5rem}.quiz-template--text-page .text-page-template__wysiwyg ul li:before{content:"";position:absolute;left:0;top:.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:translate(-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 1rem 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:#0118d8;color:#fff;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 .2s ease;transition:all .2s ease;-webkit-box-shadow:0 8px 24px rgba(0,178,255,.3);box-shadow:0 8px 24px #00b2ff4d}.text-page-continue-btn:hover{background:#0013ba;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(0,178,255,.4);box-shadow:0 12px 32px #00b2ff66}.text-page-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.text-page-continue-btn__text{display:block}.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:#fff}.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;max-width:400px;margin:0 auto;padding:2rem 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}.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 .3s ease-in-out;transition:opacity .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:2rem 0}.quiz-template--status-update .status-update-template__statistic p:last-child{margin-bottom:0}.quiz-template--status-update .status-update-template__statistic .status-update-statistic-number{font-size:32px;font-weight:800;color:#0118d8;margin-bottom:.5rem;line-height:1.2}.quiz-template--status-update .status-update-template__statistic .status-update-statistic-text{font-size:20px;font-weight:700;color:var(--main-text);line-height:1.3}@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:#fff;border-radius:8px;padding:1rem;-webkit-box-shadow:0 0 12px rgba(0,0,0,.12);box-shadow:0 0 12px #0000001f;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.quiz-template--status-update .testimonial-slide.active{opacity:1;-webkit-transform:translateX(0%);transform:translate(0)}.quiz-template--status-update .testimonial-slide:not(.active){opacity:0;-webkit-transform:translateX(-100%);transform:translate(-100%)}.quiz-template--status-update .testimonial-rating{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.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:.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--subscribe{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:#fff}.quiz-template--subscribe .subscribe-template__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-pack:center;-ms-flex-pack:center;justify-content:center;max-width:400px;margin:0 auto;padding:1.5rem 1rem}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__container{max-width:580px;padding:2rem}}.quiz-template--subscribe .subscribe-template__heading{margin-bottom:1.5rem;text-align:center;font-size:1.5rem;font-weight:700;line-height:1.25;color:var(--main-text)}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__heading{margin-bottom:2.5rem;padding-top:1rem;padding-bottom:2.5rem;font-size:1.5rem;line-height:1.4}}.quiz-template--subscribe .subscribe-template__heading .text-accent{color:#0118d8}.quiz-template--subscribe .subscribe-template__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:.75rem}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__form{gap:1rem}}@media screen and (min-width: 1200px){.quiz-template--subscribe .subscribe-template__form{gap:1.25rem}}.quiz-template--subscribe .subscribe-template__email-group{margin-bottom:.25rem}.quiz-template--subscribe .subscribe-template__email-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--subscribe .subscribe-template__email-input{width:100%;padding:.75rem 2.75rem;border:1px solid #0118d8;border-radius:.375rem;background:#fff;font-size:1rem;font-weight:400;color:var(--main-text);outline:none;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.quiz-template--subscribe .subscribe-template__email-input:focus{outline:2px solid #0118d8;outline-offset:2px}.quiz-template--subscribe .subscribe-template__email-input::-webkit-input-placeholder{color:#9ca3af}.quiz-template--subscribe .subscribe-template__email-input::-moz-placeholder{color:#9ca3af}.quiz-template--subscribe .subscribe-template__email-input:-ms-input-placeholder{color:#9ca3af}.quiz-template--subscribe .subscribe-template__email-input::-ms-input-placeholder{color:#9ca3af}.quiz-template--subscribe .subscribe-template__email-input::placeholder{color:#9ca3af}.quiz-template--subscribe .subscribe-template__email-icon{position:absolute;top:50%;left:.875rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.quiz-template--subscribe .subscribe-template__checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.25rem}.quiz-template--subscribe .subscribe-template__checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem;-ms-flex-negative:0;flex-shrink:0}.quiz-template--subscribe .subscribe-template__checkbox{width:1.375rem;height:1.375rem;border-radius:.375rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}.quiz-template--subscribe .subscribe-template__checkbox:checked{background-color:#0118d8;border-color:#0118d8}.quiz-template--subscribe .subscribe-template__checkbox:focus{outline:2px solid #0118d8;outline-offset:2px}.quiz-template--subscribe .subscribe-template__checkbox-label{font-size:.75rem;font-weight:500;color:var(--main-text);cursor:pointer;line-height:1.4;text-align:left}.quiz-template--subscribe .subscribe-template__checkbox-label a{text-decoration:underline;color:inherit}.quiz-template--subscribe .subscribe-template__checkbox-label a:hover{color:#0118d8}.quiz-template--subscribe .subscribe-template__button-container{position:fixed;bottom:0;left:0;right:0;z-index:10;width:100%;max-width:400px;margin:0 auto}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__button-container{position:static;margin-top:1.5rem}}.quiz-template--subscribe .subscribe-template__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.5rem 1rem;background:#fff}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__button-wrapper{padding:0;background:transparent}}.quiz-template--subscribe .subscribe-template__submit-btn{position:relative;width:100%;padding:1rem;border:none;border-radius:.5rem;background-color:#0118d8;color:#fff;font-weight:600;font-size:1rem;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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}.quiz-template--subscribe .subscribe-template__submit-btn:hover:not(:disabled){background-color:#0056d6;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.quiz-template--subscribe .subscribe-template__submit-btn:disabled{background-color:#9ca3af;cursor:not-allowed;-webkit-transform:none;transform:none}.quiz-template--subscribe .subscribe-template__submit-btn.loading{color:transparent}.quiz-template--subscribe .subscribe-template__button-text{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.loading .quiz-template--subscribe .subscribe-template__button-text{opacity:0}.quiz-template--subscribe .subscribe-template__loading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.quiz-template--subscribe .subscribe-template__spinner{width:1.5rem;height:1.5rem;color:#fff}.quiz-template--subscribe .subscribe-template__error,.quiz-template--subscribe .subscribe-template__success{margin-top:1rem;padding:.75rem;border-radius:.5rem;text-align:center;font-weight:500}.quiz-template--subscribe .subscribe-template__error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.quiz-template--subscribe .subscribe-template__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:#fff}.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,.1);box-shadow:0 4px 12px #0000001a}@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:#fff;border:1px solid #efefef;border-radius:8px;padding:1rem;text-align:left;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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:#0118d8;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.image-with-options-option:hover:after{border-color:#0118d8}.image-with-options-option.selected{background:#e3f2fd;border-color:#0118d8}.image-with-options-option.selected:after{background:#0118d8;border-color:#0118d8}.image-with-options-option.selected .image-with-options-option__label{color:#0118d8;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,.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 .2s ease;transition:all .2s ease}.quiz-answer-option:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quiz-item{-webkit-animation:fadeIn .3s ease-in-out;animation:fadeIn .3s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{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:#fff;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:1.5rem 1rem;background:#fff}@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 1rem 6rem}@media screen and (min-width: 992px){.quiz-template--growth-profile .quiz-template__footer{padding-bottom:1rem}}.growth-profile-container{position:relative;width:100%;max-width:400px;margin:0 auto}.growth-profile-card{background:#fff;border-radius:8px;padding:1rem;-webkit-box-shadow:0 0 12px rgba(0,0,0,.12);box-shadow:0 0 12px #0000001f;position:relative;z-index:2;overflow:hidden}@media screen and (min-width: 992px){.growth-profile-card{padding:1.5rem 1.5rem 0}}.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:1rem}.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:.125rem .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(#d43333),color-stop(25%,#e88d24),color-stop(50%,#fce615),color-stop(75%,#bbd230),to(#7abf4c));background:linear-gradient(90deg,#d43333,#e88d24,#fce615,#bbd230,#7abf4c);border-radius:12px;margin-bottom:.5rem}.growth-profile-progress__fill{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);width:22px;height:22px;background:#fff;border-radius:50%;border:3px solid #eee;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px #00000026;-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:translate(-50%);background:#404c4d;border-radius:8px;padding:.5rem .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:translate(-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:#fff;font-size:14px;font-weight:600;white-space:nowrap}.growth-profile-progress__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:10px;font-weight:700;text-transform:uppercase;color:var(--main-text);letter-spacing:.02em}.growth-profile-success{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;background:#f1f1f1;border-radius:8px;padding:.5rem;margin-bottom:1rem;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-animation:slideUp .6s ease-out 1s forwards;animation:slideUp .6s ease-out 1s forwards}.growth-profile-success__icon{font-size:20px;line-height:1;-ms-flex-negative:0;flex-shrink:0;margin-top:.125rem}.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:#000;margin-bottom:.25rem}.growth-profile-success__description{font-size:10px;line-height:1.5;color:#000;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:.5rem}.growth-profile-metric{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px);-webkit-animation:slideInLeft .5s ease-out forwards;animation:slideInLeft .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:.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:.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{-ms-flex-negative:0;flex-shrink:0;opacity:0;-webkit-transform:translateX(20px);transform:translate(20px);-webkit-animation:slideInRight .6s ease-out 1.1s forwards;animation:slideInRight .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:translateZ(0)}.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:#0118d8;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(86,83,254,.3);box-shadow:0 4px 12px #5653fe4d}.growth-profile-continue-btn:hover{background:#0013ba;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(86,83,254,.4);box-shadow:0 6px 16px #5653fe66}.growth-profile-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.growth-profile-continue-btn__text{display:block}@-webkit-keyframes progressFill{0%{width:0%}to{width:60%}}@keyframes progressFill{0%{width:0%}to{width:60%}}@-webkit-keyframes indicatorSlide{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(-10px);transform:translate(-50%) translateY(-10px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translate(-50%) translateY(0)}}@keyframes indicatorSlide{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(-10px);transform:translate(-50%) translateY(-10px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translate(-50%) translateY(0)}}@-webkit-keyframes slideUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes svgShapePulse{0%,to{opacity:0}50%{opacity:.3}}@keyframes svgShapePulse{0%,to{opacity:0}50%{opacity:.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:#fff;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}@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:#fff;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;inset:50px 30px 70px 70px}@media screen and (min-width: 992px){.progress-chart-background{inset:50px 30px 70px 70px}}.progress-chart-grid{position:absolute;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;inset:50px 30px 70px 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(.4,0,.2,1);transition:height 2s cubic-bezier(.4,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:translate(-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:translate(-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 .5s ease-out;transition:opacity .5s 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:#fff;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;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:.9}.progress-chart-tooltip__arrow{position:absolute;top:99%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);border:5px solid transparent;border-top-color:#404c4d}.progress-chart-continue-btn{width:100%;background:#0118d8;border:none;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.progress-chart-continue-btn:hover{background:#0013ba;-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{inset:30px 15px 50px 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{inset:30px 15px 50px 50px}}.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;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:#0118d8;padding:12px 32px;border:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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 #0013ba;box-shadow:0 4px 12px #0013ba}.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);white-space:nowrap}@media (max-width: 360px){.results-page-2__sticky-button-text{font-size:12px}}@-webkit-keyframes pulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(53,53,255,.4);box-shadow:0 0 #3535ff66}50%{-webkit-box-shadow:0 0 0 8px rgba(53,56,255,0);box-shadow:0 0 0 8px #3538ff00}}@keyframes pulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(53,53,255,.4);box-shadow:0 0 #3535ff66}50%{-webkit-box-shadow:0 0 0 8px rgba(53,56,255,0);box-shadow:0 0 0 8px #3538ff00}}.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:translate(-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;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;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}@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:#fff;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;color:#333}@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:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative;z-index:1;width:100%;max-width:370px}.results-page-2__book-item:hover{border-color:#ccc}.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:#333;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:#333;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.results-page-2__book-toggle-btn:hover{background-color:#0000000d}.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:#333;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 .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.results-page-2__book-toggle-icon path{fill:#666}.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;color:#666;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:#fff;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:#333;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:#666;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:#666;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:#333}.results-page-2__bottom-button-container{margin-top:32px}.results-page-2__bottom-button{display:inline-block;background:#0118d8;color:#fff!important;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;width:100%;max-width:370px}.results-page-2__bottom-button:hover{background:#0013ba;text-decoration:none;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(86,83,254,.3);box-shadow:0 4px 12px #5653fe4d}.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:#ffffff0d;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:.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:0;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:0}}@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}.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,.15);box-shadow:0 4px 12px #00000026;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 .3s ease-out;animation:slideInRight .3s ease-out}.offer-notification--success{background-color:#10b981;color:#fff;border-left:4px solid #059669}.offer-notification--error{background-color:#ef4444;color:#fff;border-left:4px solid #dc2626}.offer-notification--warning{background-color:#f59e0b;color:#fff;border-left:4px solid #d97706}.offer-notification--info{background-color:#3b82f6;color:#fff;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:700;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:.8;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.offer-notification .notification-close:hover{opacity:1}.woocommerce-form-coupon-toggle{display:none}.checkout-container{max-width:44.375rem;margin:0 auto;padding:0 1rem}@media screen and (min-width: 768px){.checkout-container{padding:0}}.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:.5rem;width:.5rem;border-radius:50%;background:#f7f7f7}.checkout-progress-dot--completed,.checkout-progress-dot--active{background:var(--theme-ui-colors-brandPrimary2)}.checkout-progress-dot:first-child{margin-left:.5rem}.checkout-progress-line{height:.125rem;width:calc(50% - .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:#000;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:#000;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:.625rem 0 0}@media screen and (min-width: 576px){.checkout-trust-text{margin:.625rem 0 0;max-width:6rem}}@media screen and (min-width: 768px){.checkout-trust-text{margin:0 0 0 .3rem;max-width:6.5rem}}@media screen and (min-width: 1560px){.checkout-trust-text{margin: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%}@media screen and (min-width: 768px){.checkout-order-section{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto;-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}.checkout-details-section--payment-title{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0px 0px 1rem;min-width:0px;color:#000;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:.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:.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:#000;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:#000;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:#000;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:#000;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:.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:.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:.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:.75rem;font-weight:600;cursor:pointer;padding:.75rem;border-radius:.5rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label:hover{background-color:#ffffff80}.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:#ffffffb3;border-radius:.5rem;font-size:.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-color:#0118d8;color:#fff;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.checkout-payment-section .woocommerce-checkout-payment #place_order:hover{background-color:#0118d8}.checkout-payment-section .woocommerce-checkout-payment #place_order:disabled{opacity:.6;cursor:not-allowed}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{display:none!important;margin-top:1rem;font-size:.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:.5rem}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox]{margin-top:.125rem;-ms-flex-negative:0;flex-shrink:0}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-privacy-policy-text{font-size:.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:8px 16px;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:.75rem 1rem;font-weight:700;margin-top:2rem;display:block}.css-1oz5wyi:hover{color:var(--theme-ui-colors-hoverPrimary1);cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.css-1oz5wyi:disabled{opacity:.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}.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:sticky;top:0;z-index:101}.offer-header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.625rem 1rem;min-height:unset;height:4.2rem;width:100%;max-height:unset;display:block;text-align:left;border-bottom:.0625rem solid #0e1310;background:var(--theme-ui-colors-backgroundPrimary, #fff);-webkit-box-shadow:0 .25rem 1.25rem rgba(0,0,0,.05);box-shadow:0 .25rem 1.25rem #0000000d;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:.75rem}}@media screen and (max-width: 23.5rem){.offer-header__timer-wrapper{gap:.5rem}}.offer-timer{-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: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:.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:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;letter-spacing:.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:#fff}@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}@media screen and (min-width: 992px){.offer-progress{font-size:2rem}}.offer-progress__bar{width:100%;height:4px;background-color:#fff3;border-radius:2px;overflow:hidden}.offer-progress__fill{height:100%;background-color:var(--color-success, #7b9c5f);width:75%;-webkit-transition:width .3s ease;transition:width .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,.1);border-radius:.75rem;background-color:var(--color-background-secondary, #131916);cursor:pointer;-webkit-transition:all .3s ease;transition:all .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, .1))}.offer-product__image{-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.offer-product__image{display:none}}.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:.75rem;margin:0 0 2rem}@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,.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:#fff}.offer-product__plans{margin-bottom:1rem}.offer-product__plans-label{font-size:.875rem;color:var(--color-text-secondary, #a7a7a7);margin-bottom:.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:.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:.75rem;border-radius:.5rem;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-plan:hover{background-color:#ffffff0d}.offer-plan--selected{background-color:var(--color-background-accent, rgba(123, 156, 95, .1))}.offer-plan__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;width:100%}.offer-plan__save{background-color:var(--color-primary, #fe7677);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem}.offer-plan__radio{width:18px;height:18px;border:2px solid rgba(255,255,255,.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:#fff;-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 .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .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,.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:.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:.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:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem}.offer-product__billing{font-size:.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:.25rem;margin-top:.5rem}.offer-product__old-price-month{font-size:.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:.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,.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:.5rem;margin-bottom:.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:.5rem;margin-bottom:.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:.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:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-checkout-submit:hover{background-color:var(--color-primary-hover, #e86667)}.offer-coupon{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.offer-coupon__input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.3);border-radius:.5rem;background-color:var(--color-background-secondary, #131916);color:#fff}.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:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-coupon__submit:disabled{opacity:.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:.5rem;font-size:.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}.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:#000;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:.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:.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:.5rem;max-height:140px;-o-object-fit:cover;object-fit:cover}.offer-testimonial__info{margin-top:.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:#000;font-size:16px;line-height:1.5rem;margin-bottom:.5rem;font-weight:700}.offer-testimonial__text{color:#000;line-height:140%;font-size:14px;margin-top:.5rem;margin-bottom:.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, .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:.75rem;font-weight:500;text-align:left;line-height:.75rem;width:100%}.offer-testimonial__stat-label--after{color:var(--color-brand-primary-2, #7b9c5f);font-size:.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:#000}.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:.25rem;font-size:.875rem;font-weight:700;line-height:1.375rem}.offer-testimonial__unit--after{color:var(--color-brand-primary-2, #7b9c5f)}.offer-testimonial__arrow{margin-bottom:.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:.5rem;border-radius:50%;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-testimonials__nav-btn:hover{background-color:#ffffff1a}.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{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:#000;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:#000;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;width:100%;overflow:hidden;margin-bottom:1rem;background-color:var(--color-background, #fff);border-radius:.5rem;border:.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 .3s ease-in-out;transition:all .3s ease-in-out}.offer-faq__chevron{height:1.5rem;width:1.5rem;cursor:pointer;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .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 .3s ease-in-out;transition:max-height .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:.5rem;border:.125rem solid #eceff2;cursor:pointer;position:relative;padding:1rem;-webkit-transition:all .3s ease;transition:all .3s ease}.offer-product:hover{border-color:#7b9c5f}.offer-product--selected{border-color:#7b9c5f;background-color:#7b9c5f0d}.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:#fff9}.offer-product__name{margin-left:.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:.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:.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:.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:.75rem}.offer-plan{background-color:var(--color-app-plan-background, rgba(255, 255, 255, .05));border:1px solid var(--color-app-plan-border, rgba(255, 255, 255, .1));border-radius:.5rem;width:100%;position:relative;overflow:hidden;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.offer-plan:hover{border-color:var(--color-brand-secondary, #30aec6)}.offer-plan--selected{border-color:var(--color-brand-secondary, #30aec6);background-color:#30aec61a}.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:#ffa51733;color:#ffa517;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.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,.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:.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:#fff9;-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .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, .05));border:1px solid var(--color-app-plan-border, rgba(255, 255, 255, .1));border-radius:.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:.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:.75rem}.offer-product__old-price{color:#fff9;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:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.5px;margin:0}.offer-product__billing{color:#fffc;font-size:.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:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.offer-product__old-price-month{color:#fff9;font-size:.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:#fffc;font-size:.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:.5rem;margin-bottom:.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:#fffc;font-size:.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:.75rem;margin-bottom:.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:#fff9;font-size:1rem;text-decoration:line-through;margin:0}.offer-product__addon-features{margin-top:.5rem}.offer-product__addon-feature-text{color:var(--color-brand-secondary, #30aec6);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.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:#fff;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%;margin-bottom:1rem}.offer-checkout-submit:hover{background-color:#fea9a9;-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:.5rem;width:100%}.offer-coupon__input{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;padding:.75rem;color:var(--color-text, #ffffff);font-size:.875rem}.offer-coupon__input::-webkit-input-placeholder{color:#ffffff80}.offer-coupon__input::-moz-placeholder{color:#ffffff80}.offer-coupon__input:-ms-input-placeholder{color:#ffffff80}.offer-coupon__input::-ms-input-placeholder{color:#ffffff80}.offer-coupon__input::placeholder{color:#ffffff80}.offer-coupon__input:focus{outline:none;border-color:var(--color-brand-secondary, #30aec6)}.offer-coupon__submit{background-color:#ffffff1a;color:#fff9;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:not-allowed}.offer-coupon__submit:not(:disabled){background-color:var(--color-brand-secondary, #30aec6);color:#fff;cursor:pointer}.offer-coupon__submit:not(:disabled):hover{background-color:#54c1d5}.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:.5rem}.offer-trust-indicator p{color:#fffc;font-size:.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:#fff9}.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:.5rem;opacity:.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:#fff3;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:.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.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-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:.5rem;border:.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 8px 0 0;min-width:0;display:none;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:var(--theme-ui-colors-brandPrimary1, #fe7677)}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:#0000001a;-webkit-transition:background-color all .1s;transition:background-color all .1s;border-radius:.1875rem}.offer-main__checkbox-unchecked{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 8px 0 0;min-width:0;display:block;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:var(--theme-ui-colors-brandPrimary1, #fe7677)}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:#0000001a;-webkit-transition:background-color all .1s;transition:background-color all .1s;border-radius:.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:1rem .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: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:.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:.2rem;visibility:visible}@media screen and (min-width: 23.5rem){.offer-main__plan-options{gap:.61rem}}@media screen and (min-width: 47.9375rem){.offer-main__plan-options{gap:.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:.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:.5rem}.offer-main__plan-save{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#000;font-weight:400;letter-spacing:0;text-decoration:none;line-height:125%;font-size:.6875rem;background-color:var(--theme-ui-colors-brandSecondary1, #ff9517);border-radius:.35rem .35rem 0 0;padding:.125rem .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:.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:.75rem;line-height:1rem}}.offer-main__plan-radio{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin:.5rem .5rem 0;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:.5rem;background-color:var(--theme-ui-colors-appRadioUncheckedBg, #374151);min-height:unset;height:.8438rem;width:.8438rem;max-height:unset;display:block;text-align:left;border-radius:100%;border:.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:#fff}.offer-main__plan-name{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-weight:400;letter-spacing:0;text-decoration:none;line-height:140%;font-size:14px;margin:0 .375rem .375rem;color:var(--theme-ui-colors-text, #ffffff);font-size:.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:.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:.75rem;width:.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:.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:.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:.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;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:.375rem .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:.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:.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:.25rem .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;font-weight:400;letter-spacing:0;text-decoration:none;line-height:145%;font-size:20px;margin-left:.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:.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:.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:var(--theme-ui-colors-brandPrimary1, #7b9c5f)}.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:.25rem;color:var(--theme-ui-colors-brandPrimary1, #7b9c5f);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:.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:.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:.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:.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;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:.75rem;padding:.75rem 1rem;border-top:1px solid var(--theme-ui-colors-grey600, #4b5563);border-radius:0;background-color:transparent;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:#F7F7F7}.offer-main__print-name-content:hover{background-color:#7b9c5f0d}.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:.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:var(--theme-ui-colors-brandPrimary1, #7b9c5f);background-color:#7b9c5f1a}.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:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;line-height:150%;letter-spacing:.02em;-webkit-transition:all .2s ease-in;transition:all .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:.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 .3s ease-out;transition:all .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:.5rem;border:2px solid;border-color:var(--theme-ui-colors-grey300, #c6ced9);-webkit-transition:all .3s ease-out;transition:all .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,.1);box-shadow:0 0 0 3px #1b84891a}.offer-main__coupon-input:disabled{opacity:.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:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;border-radius:.5rem;-webkit-transition:all .3s ease-out;outline:none;width:8rem;height:2.25rem;position:absolute;top:.5rem;right:.5rem;font-weight:700;font-size:.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:.5rem;transition:all .3s ease-out;cursor:pointer}.offer-main__coupon-button:active,.offer-main__coupon-button:focus{outline:none}.offer-main__coupon-button:disabled{opacity:.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:.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:.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:.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:2rem 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:#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:#000;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;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:#000;font-weight:400;letter-spacing:0;text-decoration:none;line-height:145%;font-size:20px;margin-top:.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:#000;font-weight:400;letter-spacing:0;text-decoration:none;line-height:150%;font-size:.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;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 auto 0 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;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:#000}.offer-personalized-plan__pages p{color:#000}@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:.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:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;line-height:150%;letter-spacing:.02em;-webkit-transition:all .2s ease-in;transition:all .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:.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 .3s ease-out;transition:all .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,.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:.375rem;padding:.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:.375rem;padding:.375rem 1.875rem;font-size:1rem;line-height:1rem}}@media screen and (min-width: 992px){.offer-accelerate-results__new-badge{margin-right:.5rem;padding:.375rem 2.75rem;font-size:1.875rem;line-height:1.875rem}}@media screen and (min-width: 1200px){.offer-accelerate-results__new-badge{margin-right:.5rem;padding:.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:.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:.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:.5rem;color:var(--theme-ui-colors-brandPrimary1, #fe7677);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:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;line-height:150%;letter-spacing:.02em;-webkit-transition:all .2s ease-in;transition:all .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:.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 .3s ease-out;transition:all .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;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}@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 .2s ease;transition:color .2s ease}.offer-guarantee__link:hover{color:#3730a3;text-decoration:none}.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,.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}@media screen and (min-width: 992px){.upsell-confirmation{margin-top:1rem;-webkit-box-shadow:0 8px 25px rgba(20,9,116,.15);box-shadow:0 8px 25px #14097426;border:0;border-radius:.5rem;padding:2rem 0rem}.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:#0118d8;margin-bottom:1rem;line-height:1.4}@media screen and (min-width: 768px){.upsell-confirmation-title{font-size:1.125rem}}.upsell-confirmation-subtitle{font-size:1.25rem;color:#000;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:#000;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:#000;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}.upsell-thank-you .upsell-thank-you-title{font-size:1.5rem;font-weight:700;color:#000;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:.5rem}.upsell-thank-you .upsell-order-info .upsell-order-label{font-size:1rem;color:#000}.upsell-thank-you .upsell-order-info .upsell-order-number{background-color:var(--theme-ui-colors-success500, #31c062);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-weight:600;font-size:.875rem}.upsell-offer{text-align:center;padding:2rem 1rem}.upsell-offer .upsell-offer-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.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:#000;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:.25rem;max-width:320px;margin-left:auto;margin-right:auto;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;padding:0}.upsell-product-toggle .upsell-toggle-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.875rem 2rem;border:none;background-color:transparent;color:#fff;border-radius:1.875rem;font-size:1rem;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:10;text-align:center;min-width:120px}.upsell-product-toggle .upsell-toggle-btn--active{background-color:#10b981;color:#fff;-webkit-box-shadow:0 4px 12px rgba(16,185,129,.3);box-shadow:0 4px 12px #10b9814d}.upsell-product-toggle .upsell-toggle-btn:not(.upsell-toggle-btn--active){color:#fffc}.upsell-product-toggle .upsell-toggle-btn:not(.upsell-toggle-btn--active):hover{color:#fff;background-color:#ffffff1a}.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:#000;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:.75rem;margin-bottom:.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:.875rem;color:#000;font-weight:500;text-align:left}.upsell-reviews{text-align:center;margin-top:2rem}.upsell-reviews-title{font-size:2rem;font-weight:700;color:#000;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:.5rem;font-size:1rem;color:#000;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:.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.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:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.upsell-upgrade-title{font-size:1.75rem}}.upsell-upgrade-description{font-size:1rem;color:#000;margin-bottom:1.5rem;font-weight:400;text-align:left}.upsell-upgrade-subtitle{font-size:1rem;color:#000;margin-bottom:1.5rem;font-weight:400}.upsell-upgrade-subtitle2{font-size:1.5rem;font-weight:700;color:#000;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:#fff;padding:0;font-size:.7rem;font-weight:700;line-height:1;text-align:center;max-width:25px}.upsell-upgrade-price-box{position:relative;border:2px solid #0118D8;border-radius:.5rem;padding:1rem;background-color:#fff;display:inline-block;min-width:200px}.upsell-upgrade-price-box .upsell-upgrade-current-price{display:block;font-size:2rem;font-weight:700;color:#000;margin-bottom:.25rem}.upsell-upgrade-price-box .upsell-upgrade-regular-price{font-size:.875rem;color:#e53e3e;text-decoration:line-through}.upsell-upgrade-btn{background-color:#0118d8;color:#fff!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 .2s ease;transition:background-color .2s ease;display:block;text-decoration:none;margin-left:auto;margin-right:auto}.upsell-upgrade-btn:hover{background-color:#0118d8;color:#fff!important}.upsell-upgrade-actions{margin-bottom:3rem;margin-top:2rem}.upsell-upgrade-actions .upsell-upgrade-decline{display:block;color:#666;text-decoration:underline;font-size:.875rem;cursor:pointer}.upsell-upgrade-actions .upsell-upgrade-decline:hover{color:#000}.upsell-reasons{text-align:left;margin-bottom:3rem;padding:0 1rem}.upsell-reasons-title{font-size:1.5rem;font-weight:700;color:#000;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:#000;margin-bottom:.5rem}.upsell-reason-item .upsell-reason-text{font-size:.875rem;color:#666;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:#000;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,.1);box-shadow:0 4px 12px #0000001a}.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:#666;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:#000;font-weight:700}.upsell-delivery-description ul{list-style:disc;padding-left:1rem;margin-bottom:.5rem}.upsell-delivery-features{background-color:#fff;border-radius:1rem;padding:0;margin-bottom:2rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.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:.75rem 0;padding:1rem}.upsell-delivery-feature:not(:last-child){border-bottom:1px solid #f7fafc}.upsell-delivery-feature--highlight{background-color:#48bb78;color:#fff;border-radius:.5rem;margin-top:.5rem;border-bottom:none}.upsell-delivery-feature--highlight .upsell-delivery-feature-text{color:#fff;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:.875rem;color:#000;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:#000;margin-bottom:.5rem}.upsell-delivery-pricing-subtitle{font-size:1rem;color:#000;margin:0;font-weight:400}.upsell-offer--enhanced .upsell-offer-main-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.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,.1);box-shadow:0 4px 12px #0000001a}.upsell-offer-cta{text-align:center;margin-top:2rem}.upsell-offer-cta-btn{background-color:#48bb78;color:#fff;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 .2s ease;transition:background-color .2s ease}.upsell-offer-cta-btn:hover{background-color:#38a169}@media screen and (min-width: 768px){.upsell-offer-cta-btn{font-size:.875rem;padding:.875rem 1.5rem}}.upsell-offer-decline{font-size:.75rem;color:#666;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:#000;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:.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:.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:.875rem;color:#000;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:#000;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:#fff;border-radius:1rem;padding:2rem 1.5rem;margin-bottom:1.5rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;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:#000;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:.5rem;margin-bottom:.5rem}.upsell-workout-regular-price .upsell-workout-price-label,.upsell-workout-regular-price .upsell-workout-price-value{font-size:.875rem;color:#666}.upsell-workout-period .upsell-workout-period-text{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.upsell-workout-trial{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem}.upsell-workout-limited{font-size:.875rem;color:#666;margin:0}.upsell-workout-cta{display:block;margin-left:auto;text-decoration:none;margin-right:auto;background:#0118d8;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:320px;margin-bottom:1rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.upsell-workout-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(17,4,92,.3);box-shadow:0 8px 25px #11045c4d}.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:.875rem;font-weight:500;margin:0;opacity:.9}.upsell-workout-included{font-size:.875rem;color:#000;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:#666;font-size:.875rem;text-decoration:underline;cursor:pointer;margin-bottom:1.5rem}.upsell-workout-decline:hover{color:#000}.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:.75rem;text-align:left}.upsell-workout-info-content p{font-size:.875rem;font-weight:400}.upsell-workout-info-text{font-size:.875rem;color:#000;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:#0118d8;margin-bottom:1rem;line-height:1.3}@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:#000;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:.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:#000;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:#666;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:#0118d8;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:320px;margin-bottom:2rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.upsell-sleep-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(20,9,116,.3);box-shadow:0 8px 25px #1409744d}.upsell-sleep-cta-content{text-align:center}.upsell-sleep-cta-text{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.upsell-sleep-cta-price{font-size:.875rem;font-weight:500;margin:0;opacity:.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:#000;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:.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:#000}.upsell-sleep-benefit-description{font-size:1rem;color:#666;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:.75rem}.upsell-sleep-testimonials{padding:0 1rem;text-align:center}.upsell-sleep-testimonials-title{font-size:1.25rem;font-weight:600;color:#000;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:.875rem;font-weight:600;color:#000;margin:0 0 .5rem}.upsell-sleep-testimonial-text{font-size:.875rem;color:#666;line-height:1.5;margin:0}.upsell-sleep-pricing-card{padding:2rem 1rem;text-align:center}.upsell-sleep-card-container{background-color:#fff;border-radius:1rem;padding:2rem 1.5rem;margin-bottom:1.5rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;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:#000;margin-bottom:.75rem;line-height:1.4}.upsell-sleep-card-payment-type{font-size:.875rem;color:#666;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:.875rem;color:#666;margin:0}.upsell-sleep-card-cta{display:block;margin-left:auto;margin-right:auto;text-decoration:none;background:#0118d8;color:#fff!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 .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.upsell-sleep-card-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(20,9,116,.3);box-shadow:0 8px 25px #1409744d}.upsell-sleep-card-cta-content{text-align:center}.upsell-sleep-card-cta-text{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.upsell-sleep-card-cta-price{font-size:.875rem;font-weight:500;margin:0;opacity:.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:#666;font-size:.875rem;text-decoration:underline;cursor:pointer}.upsell-sleep-card-decline:hover{color:#000}.upsell-sleep-card-decline-text{margin:0}.upsell-glp-testimonials{padding:3rem 0 2rem;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:#000;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:#fff;border-radius:1rem;padding:1.5rem;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.08);box-shadow:0 2px 12px #00000014;-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:#000;margin:0 0 .5rem}.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:#000;margin:0 0 .75rem}.upsell-glp-testimonial-text{font-size:.875rem;color:#666;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:#000;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:#666;line-height:1.6;max-width:800px;margin:0 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,#0013ba,#0118d8);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,.3);box-shadow:0 4px 16px #ff6b6b4d}.upsell-addon-feature-icon svg{width:32px;height:32px}.upsell-addon-feature-title{font-size:1.125rem;font-weight:600;color:#000;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:.75rem;padding:1rem;background:#fff;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 .2s ease;transition:all .2s ease;cursor:pointer}.upsell-product-card:hover{-webkit-box-shadow:0 4px 12px rgba(79,209,199,.2);box-shadow:0 4px 12px #4fd1c733}.upsell-product-card.upsell-product-card--unchecked{border-color:#e2e8f0;opacity:.7}.upsell-product-card.upsell-product-card--unchecked:hover{border-color:#cbd5e0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.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:.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 .2s ease;transition:opacity .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:#000;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:#000;margin:0 .5rem 0 0}@media screen and (min-width: 768px){.upsell-product-card-price{font-size:1.25rem}}.upsell-product-card-period{font-size:.875rem;color:#666;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:.25rem .5rem}@media screen and (min-width: 768px){.upsell-product-card-badge{top:-10px;right:-10px;padding:.375rem .75rem}}.upsell-product-card-badge-text{font-size:.625rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.5px}@media screen and (min-width: 768px){.upsell-product-card-badge-text{font-size:.75rem}}.upsell-product-selection-cta{background:#0118d8;text-decoration:none;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:400px;margin:0 auto 1.5rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .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,.3);box-shadow:0 8px 25px #1409744d}.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:.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:.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:.875rem;color:#666;margin:0}@media screen and (min-width: 768px){.upsell-trust-text{font-size:1rem}}.upsell-product-selection-decline{background:transparent;border:none;color:#666;font-size:.875rem;text-decoration:underline;cursor:pointer;display:block;margin:0 auto}.upsell-product-selection-decline:hover{color:#000}.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:#000;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,.05) 0px .25rem 1.25rem;box-shadow:#0000000d 0 .25rem 1.25rem;background:#fff;border-radius:8px;margin-bottom:0}.upsell-chapter-benefits-title{font-size:1.5rem;font-weight:700;color:#000;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,.05) 0px .25rem 1.25rem;box-shadow:#0000000d 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;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 992px){.upsell-chapter-benefit-icon{margin:0 auto 1.5rem;width:48px;height:48px}}.upsell-chapter-benefit-icon svg{width:100%;height:100%;color:#000}.upsell-chapter-benefit-topic-title{font-size:1.125rem;font-weight:700;color:#000;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:.875rem;color:#666;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:#000;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:#666;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:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;position:relative;z-index:1;text-transform:uppercase;letter-spacing:.5px}.upsell-chapter-choose-description{font-size:1rem;color:#666;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:#000;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:.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:.875rem;color:#000;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}}.upsell-color-selection{margin:0 auto;width:100%;text-align:center}.upsell-color-selection .upsell-color-label{display:block;font-size:1.1rem;font-weight:600;color:#000;margin-bottom:1rem}.upsell-name-field{margin:2rem auto;padding:0;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:15rem;width:100%}.upsell-name-label{display:block;font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.upsell-name-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.upsell-name-input::-webkit-input-placeholder{color:#fff9}.upsell-name-input::-moz-placeholder{color:#fff9}.upsell-name-input:-ms-input-placeholder{color:#fff9}.upsell-name-input::-ms-input-placeholder{color:#fff9}.upsell-name-input::placeholder{color:#fff9}.upsell-name-input:focus{outline:none;border-color:#0118d8;background:#ffffff26;-webkit-box-shadow:0 0 0 3px rgba(1,24,216,.2);box-shadow:0 0 0 3px #0118d833}.upsell-name-help{display:block;font-size:.875rem;color:#000;margin-top:.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,#e8ecff);border:1px solid #d1d9ff;border-radius:12px;padding:1rem 1.25rem;margin:2rem 0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;-webkit-transition:all .3s ease;transition:all .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 .25rem;font-size:.875rem;color:#6366f1;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.special-gift-title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.3}.ai-tools-pricing{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem 1.5rem;margin:2rem 0;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.pricing-heading{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 1.5rem}.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:.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,#dc2626);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.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:.25rem}.pricing-disclaimer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.pricing-disclaimer p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0;text-align:center}.ai-tools-buy-btn{width:100%;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff!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 .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 8px rgba(99,102,241,.3);box-shadow:0 2px 8px #6366f14d;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,.4);box-shadow:0 4px 16px #6366f166}.ai-tools-buy-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width: 768px){.ai-tools-special-gift{padding:.875rem 1rem;margin:1.5rem 0}.special-gift-icon{margin-right:.75rem}.special-gift-icon .gift-icon{width:40px;height:40px}.special-gift-label{font-size:.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:.5rem;padding:.75rem 0}.item-pricing{-ms-flex-item-align:end;align-self:flex-end}.ai-tools-buy-btn{font-size:1rem;padding:.875rem 1.5rem}}.why-choose-us__img2{margin:1rem 0}.ai-tools-testimonials{margin:3rem 0 2rem}.testimonials-heading{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 1rem}.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 .3s ease;transition:all .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:.375rem;font-size:.875rem;color:#059669;font-weight:500}.verified-badge .checkmark{background:#059669;color:#fff;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:.75rem;font-weight:700}.testimonial-text{font-size:.85rem;line-height:1.6;color:#374151;margin:0 0 1rem;text-align:left}.star-rating{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.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}.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:.5rem;margin-bottom:.75rem}.verified-badge{-ms-flex-item-align:end;align-self:flex-end}.customer-name{font-size:1rem}.testimonial-text{font-size:.9375rem}}.feature-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem;font-size:.875rem}.feature-title img{margin-right:.5rem;-o-object-fit:contain;object-fit:contain;width:1rem;height:1rem;position:relative;top:4px}.upsell-6-bottom .ai-tools-special-gift,.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:translate(-50%);color:#fff;font-size:1.75rem;font-weight:600;line-height:1.3;margin:0;text-shadow:0 2px 4px rgba(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:#0118d8}.upsell-7-list{padding:1rem;font-size:1rem}.upsell-7-list p{margin-bottom:0}.upsell-7-list ul{margin-top:.5rem;list-style-type:disc}.upsell-7-extra-text{padding:1rem}.upsell-7-extra-text h4{margin-bottom:.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}.custom-notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;min-width:300px;background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;opacity:0;border-left:4px solid #ddd}.custom-notification--show{-webkit-transform:translateX(0);transform:translate(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 .2s ease;transition:color .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,#0118d8,#273efe)!important;color:#fff!important;border:none!important;padding:.75rem 1.25rem!important;border-radius:.5rem!important;font-size:.75rem!important;font-weight:500!important;text-decoration:none!important;cursor:pointer!important;-webkit-transition:all .2s ease!important;transition:all .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(1,24,216,.2)!important;box-shadow:0 2px 4px #0118d833!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,#0115bf,#0118d8)!important;-webkit-transform:translateY(-1px)!important;transform:translateY(-1px)!important;-webkit-box-shadow:0 4px 12px rgba(1,24,216,.3)!important;box-shadow:0 4px 12px #0118d84d!important;color:#fff!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(1,24,216,.2)!important;box-shadow:0 2px 4px #0118d833!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:.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(1,24,216,.2)!important;box-shadow:0 2px 4px #0118d833!important}.woocommerce-button.button--outline,.woocommerce .button.button--outline{background:transparent!important;color:#0118d8!important;border:2px solid #0118D8!important}.woocommerce-button.button--outline:hover,.woocommerce-button.button--outline:focus,.woocommerce .button.button--outline:hover,.woocommerce .button.button--outline:focus{background:#0118d8!important;color:#fff!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,.3)!important;box-shadow:0 4px 12px #ef44444d!important}.woocommerce .button.button--small{padding:.5rem 1rem!important;font-size:.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:#fff!important;border-radius:50%!important;-webkit-animation:spin 1s linear infinite!important;animation:spin 1s linear infinite!important}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woocommerce-cart .button{margin:.25rem!important}.woocommerce-checkout #place_order{width:100%!important;margin-top:1rem!important}.woocommerce-account .button{margin-bottom:.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:.5rem;min-height:3rem}#account-creation-modal .upsell-upgrade-btn:disabled{opacity:.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:.5rem}#account-creation-modal .btn-loading svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.quiz-login-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);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;inset: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:#fff;border-radius:16px;-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;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 .2s ease;transition:all .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:#0118d8;background:#0118d80d}.quiz-login-tab--active{background:#fff;color:#0118d8;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a}.quiz-login-single{padding:2rem}.quiz-login-header{text-align:center;margin-bottom:2rem}.quiz-login-icon{width:64px;height:64px;background:linear-gradient(135deg,#0118d8,#0e28fe);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:#fff}.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 .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:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.quiz-form-input:focus{outline:none;border-color:#0118d8;-webkit-box-shadow:0 0 0 3px rgba(1,24,216,.1);box-shadow:0 0 0 3px #0118d81a}.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,.1);box-shadow:0 0 0 3px #ef44441a}.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 .2s ease;transition:color .2s ease}.quiz-password-toggle:hover{color:#0118d8}.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 .2s ease;transition:all .2s ease}.quiz-checkbox:checked+.quiz-checkbox-custom{background:#0118d8;border-color:#0118d8}.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:#0118d8;text-decoration:none;font-weight:500;-webkit-transition:color .2s ease;transition:color .2s ease}.quiz-forgot-password:hover{color:#0112a5;text-decoration:underline}.quiz-login-btn{width:100%;background:linear-gradient(135deg,#0118d8,#011bf1);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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,#0115bf,#0118d8);-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(1,24,216,.3);box-shadow:0 4px 12px #0118d84d}.quiz-login-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.quiz-login-btn:disabled{opacity:.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:#0118d8;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 .2s ease;transition:color .2s ease}.quiz-form-link:hover{color:#0112a5;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{padding:3rem 0;min-height:80vh}.thankyou-container{max-width:800px;margin:0 auto;padding:0 1rem}@media screen and (min-width: 768px){.thankyou-container{padding:0 1.5rem}}.thankyou-success,.thankyou-failed,.thankyou-no-order{text-align:center}.thankyou-icon{width:80px;height:80px;margin:0 auto 2rem;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%}.thankyou-icon.thankyou-icon--success{-webkit-box-shadow:0 8px 25px rgba(79,209,199,.3);box-shadow:0 8px 25px #4fd1c74d}.thankyou-icon.thankyou-icon--error{background:linear-gradient(135deg,#0013ba,#0118d8);-webkit-box-shadow:0 8px 25px rgba(255,107,107,.3);box-shadow:0 8px 25px #ff6b6b4d}.thankyou-icon.thankyou-icon--info{background:linear-gradient(135deg,#666,#888);-webkit-box-shadow:0 8px 25px rgba(102,102,102,.3);box-shadow:0 8px 25px #6666664d}.thankyou-icon svg{width:40px;height:40px}.thankyou-title{font-size:2rem;font-weight:700;color:#000;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:#666;margin-bottom:3rem;line-height:1.6}.thankyou-message p{margin:0}.thankyou-order-details{background:#fff;border-radius:1rem;padding:2rem;margin:3rem 0;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;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:#000;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:.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:.875rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.thankyou-detail-value{font-size:1rem;color:#000;font-weight:600}.thankyou-detail-value.thankyou-detail-value--total{font-size:1.5rem;color:#4fd1c7;font-weight:700}.thankyou-next-steps{background:#fff;border-radius:1rem;padding:2rem;margin:3rem 0;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014}@media screen and (min-width: 768px){.thankyou-next-steps{padding:2.5rem}}.thankyou-next-title{font-size:1.25rem;font-weight:700;color:#000;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:#fff;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}@media screen and (min-width: 992px){.thankyou-step-number{margin:0 0 1rem}}.thankyou-step-content h4{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.thankyou-step-content h4{font-size:1.125rem}}.thankyou-step-content p{font-size:.875rem;color:#666;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}@media screen and (min-width: 768px){.thankyou-actions{-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:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.thankyou-btn{padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;-webkit-transition:all .2s ease;transition:all .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:#0118d8;color:#fff;border:none;margin-bottom:0}.thankyou-btn.thankyou-btn--primary:hover{background:#0013ba;color:#fff}.thankyou-btn.thankyou-btn--secondary{background:#fff;color:#000;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,.2);box-shadow:0 4px 15px #4fd1c733}@media screen and (max-width: 767.5px){.thankyou-page{padding:2rem 0}.thankyou-icon{width:60px;height:60px;margin-bottom:1.5rem}.thankyou-icon svg{width:30px;height:30px}.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:#fff;width:100%;max-width:600px;max-height:90vh;overflow:visible;position:relative}.address-modal-header{padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid #e2e8f0}@media screen and (min-width: 768px){.address-modal-header{padding:1.5rem 1.5rem 1rem}}.address-modal-header h2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.address-modal-header h2{font-size:1.25rem}}.address-modal-header p{font-size:.875rem;color:#666;margin:0}@media screen and (min-width: 768px){.address-modal-header p{font-size:.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:#fff;border:none;border-radius:.5rem;padding:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.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:.5rem;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .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;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}}.address-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#666;line-height:1.4}@media screen and (min-width: 768px){.address-info-item{font-size:.8rem}}.address-info-item svg{-ms-flex-negative:0;flex-shrink:0;color:#4fd1c7;margin-top:.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}@media screen and (min-width: 768px){.address-form{padding:0 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:#000;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:.5rem;padding:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem;color:#856404;margin-bottom:1.5rem}@media screen and (min-width: 768px){.address-warning{font-size:.8rem;padding:.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:.875rem;font-weight:500;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.form-group label{font-size:.8rem}}.form-group input[type=text],.form-group input[type=tel],.form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#000;background:#fff;-webkit-transition:border-color .2s ease,background-color .2s ease,opacity .2s ease;transition:border-color .2s ease,background-color .2s ease,opacity .2s ease}@media screen and (min-width: 768px){.form-group input[type=text],.form-group input[type=tel],.form-group select{font-size:.875rem;padding:.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,.1);box-shadow:0 0 0 3px #4fd1c71a}.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:.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:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media screen and (min-width: 768px){.form-row{grid-template-columns:1fr;gap:.5rem}}.address-notification{position:fixed;top:2rem;right:2rem;z-index:9999;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.15);box-shadow:0 10px 25px #00000026;-webkit-animation:slideInRight .3s ease-out;animation:slideInRight .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:#fff;border-left:4px solid #059669}.address-notification--error{background:#ef4444;color:#fff;border-left:4px solid #dc2626}.address-notification--info{background:#3b82f6;color:#fff;border-left:4px solid #2563eb}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}.address-location-btn.spinner .spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.address-location-btn:disabled{opacity:.7;cursor:not-allowed}.phone-input{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.phone-input .phone-country-select{-ms-flex-negative:0;flex-shrink:0;min-width:200px;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#000;background:#fff;cursor:pointer;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;max-width:160px;position:relative;z-index:10001;pointer-events:auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}@media screen and (min-width: 768px){.phone-input .phone-country-select{min-width:160px;font-size:.8rem;padding:.625rem}}.phone-input .phone-country-select:focus{outline:none;border-color:#4fd1c7;-webkit-box-shadow:0 0 0 3px rgba(79,209,199,.1);box-shadow:0 0 0 3px #4fd1c71a}.phone-input .phone-country-select option{padding:.5rem;font-size:.875rem;pointer-events:auto;cursor:pointer}.phone-input input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:.75rem!important}@media screen and (min-width: 768px){.phone-input input{padding-left:.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:.7;cursor:not-allowed}.address-submit-btn .address-submit-loading,.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,.1);box-shadow:0 0 0 3px #ef44441a}.form-group.error .error-message{color:#ef4444;font-size:.75rem;margin-top:.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],.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,.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:auto!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-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:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;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:#666;text-decoration:none;font-weight:500;font-size:.875rem;text-align:center;-webkit-transition:all .2s ease;transition:all .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:#0118d8;background-color:#f8f9fb}.woocommerce-MyAccount-navigation ul li a[aria-current=page]{color:#0118d8;background-color:#f0fdfa;border-bottom-color:#0118d8}@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:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;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:#666;margin-bottom:1.5rem}.woocommerce-MyAccount-content p strong{color:#000;font-weight:600}.woocommerce-MyAccount-content p a{color:#0118d8;text-decoration:none;font-weight:500;-webkit-transition:color .2s ease;transition:color .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:.875rem;font-weight:500;color:#000;margin-bottom:.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:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#000;background:#fff;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .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:.875rem;padding:.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:#0118d8;-webkit-box-shadow:0 0 0 3px rgba(79,209,199,.1);box-shadow:0 0 0 3px #4fd1c71a}.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,#0118d8,#38b2ac);color:#fff;border:none;padding:.875rem 2rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .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,.3);box-shadow:0 4px 12px #4fd1c74d}.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,.3);box-shadow:0 4px 12px #f78dc54d}.woocommerce-button.button--outline,.woocommerce-Button.button--outline,.button.button--outline,input[type=submit].button--outline{background:transparent;color:#0118d8;border:2px solid #0118D8}.woocommerce-button.button--outline:hover,.woocommerce-Button.button--outline:hover,.button.button--outline:hover,input[type=submit].button--outline:hover{background:#0118d8;color:#fff}.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:.75rem .5rem;font-size:.875rem}}.woocommerce-orders-table th{background-color:#f8f9fb;font-weight:600;color:#000;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.woocommerce-orders-table td{color:#666}.woocommerce-orders-table td a{color:#0118d8;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 .2s ease;transition:background-color .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:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.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:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;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:#000;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.woocommerce-order-details h2{font-size:2rem!important;margin-bottom:.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:.75rem .5rem}}.woocommerce-table--order-details th{font-weight:600;color:#000;background-color:#f8f9fb}.woocommerce-table--order-details td{color:#666}.woocommerce-table--order-details .woocommerce-table__product-name{font-weight:500;color:#000}.woocommerce-table--order-details .woocommerce-table__product-total{font-weight:600;color:#000;text-align:right}.woocommerce-order-details__totals{background:#f8f9fb;border-radius:.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:.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:#000}.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:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;padding:1.5rem}.woocommerce-Address .woocommerce-Address-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.woocommerce-Address address{font-style:normal;line-height:1.6;color:#666;margin-bottom:1rem}.woocommerce-Address .woocommerce-Address-edit{margin-top:1rem}.woocommerce-Address .woocommerce-Address-edit .button{background:linear-gradient(135deg,#f78dc5,#f570b7);padding:.5rem 1rem;font-size:.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:#000;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:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1rem;border:1px solid #e2e8f0;-webkit-transition:all .2s ease;transition:all .2s ease}.woocommerce-downloads .woocommerce-downloads__list li:hover{border-color:#0118d8;-webkit-box-shadow:0 2px 8px rgba(79,209,199,.1);box-shadow:0 2px 8px #4fd1c71a}.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:#000}.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file .woocommerce-downloads__file-remaining{font-size:.875rem;color:#666}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__title{font-size:1.25rem;font-weight:600;color:#000;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:#fff;border-radius:.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:#000}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod .woocommerce-PaymentMethod__description{font-size:.875rem;color:#666}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button{padding:.5rem 1rem;font-size:.8rem}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button.button--delete,.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button.button--delete:hover{background:linear-gradient(135deg,#0118d8,#0013ba)}.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:1rem 1.5rem 1rem 3rem;border-radius:.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:.875rem}.woocommerce-MyAccount-content .woocommerce-table--order-details th,.woocommerce-MyAccount-content .woocommerce-table--order-details td{padding:.5rem}.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{padding:1rem}.woocommerce-MyAccount-content .woocommerce-downloads__list li{padding:.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:.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 #0118D8;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 .35s ease-out;animation:popupFadeIn .35s ease-out}.discount-popup-overlay,.klaviyo-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#14141499;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 .35s ease-out;animation:popupScaleIn .35s ease-out}.discount-popup-content,.klaviyo-popup-content{position:relative;background:#fff;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:#ffffffe6;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 .2s ease;transition:all .2s ease}.discount-popup-close:hover,.klaviyo-popup-close:hover{background:#fff;-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,.3));filter:drop-shadow(0 4px 8px rgba(254,118,119,.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:700;color:#000;margin:0;font-family:Red Hat Text,Helvetica,Arial,sans-serif}.discount-popup .discount-popup-code{font-size:48px;font-weight:700;color:#fe7677;margin:0;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-shadow:0 2px 4px rgba(254,118,119,.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,.1)!important;box-shadow:0 0 0 3px #fe76771a!important}.klaviyo-form-container button[type=submit],.klaviyo-form-container button[type=button]{background:#fe7677!important;color:#fff!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 .2s ease!important;transition:all .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:#fff!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{0%{opacity:0}to{opacity:1}}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes popupScaleIn{0%{-webkit-transform:scale(.9);transform:scale(.9);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popupScaleIn{0%{-webkit-transform:scale(.9);transform:scale(.9);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-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:#000c}.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:#0118d8;line-height:1;text-shadow:0 4px 8px rgba(1,24,216,.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:.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:.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:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;border:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .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,#0118d8,#273efe);color:#fff;-webkit-box-shadow:0 4px 12px rgba(1,24,216,.3);box-shadow:0 4px 12px #0118d84d}.error-404__btn--primary:hover{background:linear-gradient(135deg,#0115bf,#0118d8);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(1,24,216,.4);box-shadow:0 6px 16px #0118d866;color:#fff;text-decoration:none}.error-404__btn--primary:active{-webkit-transform:translateY(0);transform:translateY(0)}.error-404__btn--secondary{background:#fff;color:#0118d8;border:2px solid #0118D8;-webkit-box-shadow:0 2px 8px rgba(1,24,216,.1);box-shadow:0 2px 8px #0118d81a}.error-404__btn--secondary:hover{background:#0118d8;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(1,24,216,.2);box-shadow:0 4px 12px #0118d833}.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:.75rem}}.error-404 .search-form{max-width:400px;margin:0 auto;position:relative}.error-404 .search-form .search-field{width:100%;padding:.875rem 3rem .875rem 1rem;font-size:1rem;border:2px solid #e5e5e5;border-radius:8px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.error-404 .search-form .search-field:focus{outline:none;border-color:#0118d8;-webkit-box-shadow:0 0 0 3px rgba(1,24,216,.1);box-shadow:0 0 0 3px #0118d81a}.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:.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#0118d8;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.error-404 .search-form .search-submit:hover{background:#0112a5}.error-404 .search-form .search-submit:focus{outline:none;-webkit-box-shadow:0 0 0 2px rgba(1,24,216,.3);box-shadow:0 0 0 2px #0118d84d}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-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%,to{-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:.5s;animation-delay:.5s}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
