@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{font-family:var(--font-heading);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: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;--font-secondary: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;--font-heading: "Montserrat", serif;--font-mono: "Montserrat", "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: normal;--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-normal);--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-normal);--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-normal)}.font-light{font-weight:var(--font-weight-light)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}p{font-weight:400;line-height:1.44;margin-top:0;font-size:1.125rem;margin-bottom:calc(1.325rem + .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:Montserrat,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:400;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:#1b6f4e;outline:none!important}a:hover,a:focus,a:active{color:#146344}a:hover,a:focus,a:active{outline:0}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#1b6f4e;border-radius:3px;background:#1b6f4e;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:#146344}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: #1B6F4E;--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: #1B6F4E;--color-btn-primary-hover: #146344;--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: #1b6f4e;--theme-ui-colors-brandPrimary2: #30AEC6;--theme-ui-colors-brandSecondary1: #F8F9FB;--theme-ui-colors-hoverPrimary1: #146344;--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;font-size:1rem!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;font-size:1rem!important}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-secondary);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,.page-template-page-offer .sale-banner,.page-template-page-offer-simple .sale-banner{display:block}.woocommerce-checkout:not(.woocommerce-order-received) .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,.quiz-template-results-page-3 .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}}@media screen and (max-width: 991.5px){.hero-section--static{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem}.hero-section--static .hero-background{height:auto;width:100%;max-width:85%;margin:auto;aspect-ratio:1/.6}.hero-section--static .hero-title{margin-top:0!important}}.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;position:relative}@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;position:relative}@media screen and (min-width: 47.9375rem){.hero-background-image--mobile{display:none}}.hero-background-image__img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;opacity:0;pointer-events: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-background-image--static{-webkit-animation:none!important;animation:none!important;background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important}@media screen and (min-width: 992px){.hero-background-image--static{margin-right:2rem}}.hero-content{position:relative;z-index:2;width:100%;max-width:500px;margin:auto;padding:2rem 1rem}@media screen and (min-width: 768px){.hero-content{width:50%;max-width:37.5rem}}@media screen and (max-width: 767.5px){.hero-content{margin-top:0}}.hero-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media screen and (min-width: 992px){.hero-text{gap:1rem}}.hero-title{font-size:2rem;font-weight:700;color:#222;margin:0;line-height:2.625rem;text-align:start;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:block;white-space:normal}@media screen and (min-width: 47.9375rem){.hero-title{font-size:3rem;line-height:3.9375rem;margin-top:0}}.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:1rem}.age-buttons a{color:#fff!important}.age-selector-description{font-size:14px;font-weight:400;color:#666;margin:1rem 0 2rem;line-height:1.5;text-align:center}.age-button{background:#1b6f4e;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:#146344;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}}.homepage-v2-main{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homepage-v2-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1.5rem 1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:1.5rem;max-width:1200px;margin:0 auto;width:100%}.homepage-v2-content .hero-title{margin-bottom:0;line-height:1.3}@media screen and (min-width: 992px){.homepage-v2-content .hero-title{text-align:center}}@media screen and (min-width: 1200px){.homepage-v2-content{padding:3rem 1rem;gap:3rem}}.homepage-v2-image{width:100%;max-width:100%;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}.homepage-v2-image .content-image{width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}@media screen and (min-width: 47.9375rem){.homepage-v2-image{max-width:800px}}.homepage-v2-text{width:100%;max-width:800px}.homepage-v2-text p{font-size:1rem;line-height:1.6;color:#222;margin:0 0 1rem}.homepage-v2-text p:last-child{margin-bottom:0}@media screen and (min-width: 47.9375rem){.homepage-v2-text p{font-size:1.125rem;line-height:1.75}}.homepage-v2-text *:first-child{margin-top:0}.homepage-v2-text *:last-child{margin-bottom:0}.homepage-v2-button{width:100%;max-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homepage-v2-button .age-button{border-radius:12px;font-size:1.25rem;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;color:#fff!important;background:-webkit-gradient(linear,left bottom,left top,from(#227504),color-stop(60%,#47c42b));background:linear-gradient(0deg,#227504,#47c42b 60%)}.homepage-v2-button .age-button:hover{-webkit-box-shadow:0px 0px 20px #047509;box-shadow:0 0 20px #047509;background:-webkit-gradient(linear,left bottom,left top,color-stop(60%,#047509),to(#7bf23f));background:linear-gradient(0deg,#047509 60%,#7bf23f)}.homepage-v2-button .age-button{max-width:100%}.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,.quiz-flow-body.quiz-summary-step .quiz-header__back,.quiz-flow-body.quiz-summary-step .quiz-header__progress-text,.quiz-flow-body.quiz-summary-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:#1b6f4e1a}.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:#1b6f4e26;width:100%}.quiz-header__progress-fill{height:100%;background-color:#1b6f4e;-webkit-transition:width .3s ease;transition:width .3s ease;border-radius:0}@media screen and (max-width: 767.5px){.quiz-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border:none!important}.quiz-header__content{padding-top:0;padding-bottom:0}.quiz-header .quiz-header__logo{display:none!important}}.quiz-flow-container{max-width:800px;margin:0 auto;padding:2rem 1rem}@media screen and (min-width: 992px){.quiz-flow-container{padding:3rem 2rem}}.single-quiz-container{max-width:800px;margin:0 auto;padding:2rem 1rem}@media screen and (min-width: 992px){.single-quiz-container{padding:3rem 2rem}}.single-quiz-main{padding-top:0}.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__loading{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;min-height:400px;padding:2rem}.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:1.5rem;line-height:1.6;text-align:center}.quiz-item__body p{margin-bottom:1rem}@media screen and (min-width: 992px){.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(27,111,78,.3);box-shadow:0 8px 25px #1b6f4e4d}.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:0}.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.7rem;font-weight:700;color:var(--color-dark);line-height:1.15;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;margin-bottom:1rem}}.quiz-template__subtitle{font-size:1.125rem;color:#000;margin-bottom:1.5rem;font-weight:400}.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:first-child{padding-top:1.5rem}>.quiz-template__footer:last-child{padding-bottom:1.5rem}@media screen and (min-width: 992px){.quiz-template__footer{padding-left:1rem;padding-right:1rem}>.quiz-template__footer:first-child{padding-top:2rem}>.quiz-template__footer:last-child{padding-bottom:2rem}}.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 #1B6F4E;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:#1b6f4e;border-top:1px solid rgba(27,111,78,.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__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:#1b6f4e;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:#1b6f4e;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:#146344;-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;font-family:var(--font-primary)}@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 #cccccc;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:#d6fced;border:2px solid #1B6F4E}.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 #cccccc;border-radius:3px;background:#fff;z-index:2}.multiple-choice-template--multiple .multiple-choice-option:hover:after{border-color:#1b6f4e}.multiple-choice-template--multiple .multiple-choice-option.selected{border-color:#1b6f4e;background:#d6fced}.multiple-choice-template--multiple .multiple-choice-option.selected:after{background:#1b6f4e;border-color:#1b6f4e;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:#1b6f4e;font-weight:600}.multiple-choice-next-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:12px;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(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.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:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66}.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:#1b6f4e;-webkit-box-shadow:0 0 0 3px rgba(27,111,78,.1);box-shadow:0 0 0 3px #1b6f4e1a}.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:#1b6f4e;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(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d;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:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66}.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 0}@media screen and (max-width: 767.5px){.quiz-template--multiple-choices .quiz-template__header{padding-top:0}}@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:first-child{padding-top:2.5rem}>.quiz-template--multiple-choices .quiz-template__footer:last-child{padding-bottom:1.5rem}@media screen and (min-width: 992px){>.quiz-template--multiple-choices .quiz-template__footer:first-child{padding-top:2rem}>.quiz-template--multiple-choices .quiz-template__footer:last-child{padding-bottom: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:.625rem;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:0}.quiz-template--book-selection .quiz-template__button-container{padding:1rem 1.5rem 0}.book-selection__name-input{width:100%;max-width:500px;margin-bottom:1rem;padding:0 1.5rem}@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:300px;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}.quiz-template--book-result .quiz-template__footer{padding:1rem 1.5rem}.book-result__spacer{margin-top:2rem}@media screen and (min-width: 992px){.book-result__spacer{margin-top:4rem}}.book-result-container{width:100%;max-width:600px;margin:0 auto;text-align:center}.book-result__congratulations{padding:1.5rem 1rem;margin-bottom:0;text-align:center}@media screen and (min-width: 992px){.book-result__congratulations{margin-top:2rem;padding:2rem 1.5rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}}.book-result__congratulations-title{font-weight:700;color:#000;font-size:1.5rem;line-height:1.3;margin:0 0 .5rem;padding:0}@media screen and (min-width: 992px){.book-result__congratulations-title{font-size:1.875rem;margin-bottom:.75rem}}.book-result__congratulations-subtitle{font-weight:700;color:#000;font-size:1.125rem;line-height:1.4;margin:0!important;padding:0}@media screen and (min-width: 992px){.book-result__congratulations-subtitle{font-size:1.25rem}}.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}@media screen and (min-width: 992px){.book-result__display{margin-bottom:1rem}}.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:calc(100% - 4rem);left:0;right:0;margin:auto;height:auto}@media screen and (min-width: 576px){.book-result__main-book{max-width:100%}}@media screen and (min-width: 1200px){.book-result__main-book img{max-width:320px}}@font-face{font-family:Capitolina Semibold;src:url(data:text/plain;base64,T1RUTwANAIAAAwBQQ0ZGIKeDmckAAAxMAAAuK0ZGVE1yIuhoAACTmAAAABxHREVGAI0ABAAAOngAAAAgR1BPU4YWOFsAADywAABW6EdTVUIpcTEUAAA6mAAAAhhPUy8yaGaHBgAAAUAAAABgY21hcJxhb6QAAAroAAABQmhlYWQJtVN0AAAA3AAAADZoaGVhBuICeQAAARQAAAAkaG10eMPbD1kAAJO0AAABem1heHAAYFAAAAABOAAAAAZuYW1lbw5tkgAAAaAAAAlFcG9zdP+4ADIAAAwsAAAAIAABAAAAAQAApm8Pv18PPPUACwPoAAAAANO2iGAAAAAA07aIYP/k/wUDRQLKAAAACAACAAAAAAAAAAEAAAO2/wYAAANR/+T/xANFAAEAAAAAAAAAAAAAAAAAAABdAABQAABgAAAAAwIbAZAABQAEAooCWAAAAEsCigJYAAABXgAyAQgAAAAABQAAAAAAAAAAAAAHAAAAAQAAAAAAAAAAVUtXTgBAACAAfgLu/wYAyAO2APogAACTAAAAAAG4ApQAIAAgAAMAAAAbAUoAAQAAAAAAAABvAAAAAQAAAAAAAQAcAG8AAQAAAAAAAgAHAIsAAQAAAAAAAwAtAJIAAQAAAAAABAAkAL8AAQAAAAAABQA8AOMAAQAAAAAABgAgAR8AAQAAAAAABwBkAT8AAQAAAAAACAAZAaMAAQAAAAAACQAZAbwAAQAAAAAACgCTAdUAAQAAAAAACwARAmgAAwABBAkAAADeAnkAAwABBAkAAQAqA1cAAwABBAkAAgAOA4EAAwABBAkAAwBaA48AAwABBAkABAA6A+kAAwABBAkABQB4BCMAAwABBAkABgBABJsAAwABBAkABwDIBNsAAwABBAkACAAyBaMAAwABBAkACQAyBdUAAwABBAkACgEmBgcAAwABBAkACwAiBy0AAwABBAkAEAA4B08AAwABBAkAEQAOB4cAAwABBAkD5wBmB5VDb3B5cmlnaHQgIDIwMTUgYnkgQ2hyaXN0b3BoZXIgSGFtbWVyc2NobWlkdCBhbmQgTWFyY29uaSBMaW1hIC8gVHlwZWZvbGlvIERpZ2l0YWwgRm91bmRyeS4gQWxsIHJpZ2h0cyByZXNlcnZlZC5GT05UU1BSSU5HIERFTU8gLSBDYXBpdG9saW5hUmVndWxhckZPTlRTUFJJTkcgREVNTzoxLjAwMDtVS1dOO0NhcGl0b2xpbmEtUmVndWxhckZPTlRTUFJJTkcgREVNTyAtIENhcGl0b2xpbmEgUmVndWxhclZlcnNpb24gMS4wMDA7UFMgMDAxLjAwMDtob3Rjb252IDEuMC43MDttYWtlb3RmLmxpYjIuNS41ODMyOUZPTlRTUFJJTkdERU1PLUNhcGl0b2xpbmFSZWd1bGFyQ2FwaXRvbGluYSBpcyBhIHRyYWRlbWFyayBvZiBDaHJpc3RvcGhlciBIYW1tZXJzY2htaWR0IGFuZCBNYXJjb25pIExpbWEgLyBUeXBlZm9saW8gRGlnaXRhbCBGb3VuZHJ5LlR5cGVmb2xpbyBEaWdpdGFsIEZvdW5kcnlDaHJpc3RvcGhlciBIYW1tZXJzY2htaWR0Q2FwaXRvbGluYSBUeXBlZmFtaWx5LiBWZXJzaW9uIDEuMC4gQ29weXJpZ2h0ICAyMDE1IGJ5IENocmlzdG9waGVyIEhhbW1lcnNjaG1pZHQgYW5kIE1hcmNvbmkgTGltYSAvIFR5cGVmb2xpbyBEaWdpdGFsIEZvdW5kcnkuIEFsbCByaWdodHMgcmVzZXJ2ZWQud3d3LnR5cGVmb2xpby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAgADIAMAAxADUAIABiAHkAIABDAGgAcgBpAHMAdABvAHAAaABlAHIAIABIAGEAbQBtAGUAcgBzAGMAaABtAGkAZAB0ACAAYQBuAGQAIABNAGEAcgBjAG8AbgBpACAATABpAG0AYQAgAC8AIABUAHkAcABlAGYAbwBsAGkAbwAgAEQAaQBnAGkAdABhAGwAIABGAG8AdQBuAGQAcgB5AC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4ARgBTAFAAIABEAEUATQBPACAALQAgAEMAYQBwAGkAdABvAGwAaQBuAGEAUgBlAGcAdQBsAGEAcgBGAE8ATgBUAFMAUABSAEkATgBHACAARABFAE0ATwA6ADEALgAwADAAMAA7AFUASwBXAE4AOwBDAGEAcABpAHQAbwBsAGkAbgBhAC0AUgBlAGcAdQBsAGEAcgBGAFMAUAAgAEQARQBNAE8AIAAtACAAQwBhAHAAaQB0AG8AbABpAG4AYQAgAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADEALgAwADAAMAA7AFAAUwAgADAAMAAxAC4AMAAwADAAOwBoAG8AdABjAG8AbgB2ACAAMQAuADAALgA3ADAAOwBtAGEAawBlAG8AdABmAC4AbABpAGIAMgAuADUALgA1ADgAMwAyADkARgBPAE4AVABTAFAAUgBJAE4ARwBEAEUATQBPAC0AQwBhAHAAaQB0AG8AbABpAG4AYQBSAGUAZwB1AGwAYQByAEMAYQBwAGkAdABvAGwAaQBuAGEAIABpAHMAIABhACAAdAByAGEAZABlAG0AYQByAGsAIABvAGYAIABDAGgAcgBpAHMAdABvAHAAaABlAHIAIABIAGEAbQBtAGUAcgBzAGMAaABtAGkAZAB0ACAAYQBuAGQAIABNAGEAcgBjAG8AbgBpACAATABpAG0AYQAgAC8AIABUAHkAcABlAGYAbwBsAGkAbwAgAEQAaQBnAGkAdABhAGwAIABGAG8AdQBuAGQAcgB5AC4AVAB5AHAAZQBmAG8AbABpAG8AIABEAGkAZwBpAHQAYQBsACAARgBvAHUAbgBkAHIAeQBDAGgAcgBpAHMAdABvAHAAaABlAHIAIABIAGEAbQBtAGUAcgBzAGMAaABtAGkAZAB0AEMAYQBwAGkAdABvAGwAaQBuAGEAIABUAHkAcABlAGYAYQBtAGkAbAB5AC4AIABWAGUAcgBzAGkAbwBuACAAMQAuADAALgAgAEMAbwBwAHkAcgBpAGcAaAB0ACAAIAAyADAAMQA1ACAAYgB5ACAAQwBoAHIAaQBzAHQAbwBwAGgAZQByACAASABhAG0AbQBlAHIAcwBjAGgAbQBpAGQAdAAgAGEAbgBkACAATQBhAHIAYwBvAG4AaQAgAEwAaQBtAGEAIAAvACAAVAB5AHAAZQBmAG8AbABpAG8AIABEAGkAZwBpAHQAYQBsACAARgBvAHUAbgBkAHIAeQAuACAAQQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAHcAdwB3AC4AdAB5AHAAZQBmAG8AbABpAG8ALgBjAG8AbQBGAE8ATgBUAFMAUABSAEkATgBHACAARABFAE0ATwAgAC0AIABDAGEAcABpAHQAbwBsAGkAbgBhAFIAZQBnAHUAbABhAHIARgBvAG4AdABzAHAAcgBpAG4AZwAgAEQAZQBtAG8AIABGAG8AbgB0ACAALQAgAEMAcgBlAGEAdABlAGQAOgAgADIAMAAxADYALQAwADcALQAyADEAIAAwADkAOgA0ADQAOgAzADIAAAAAAAADAAAAAwAAABwAAQAAAAAAPAADAAEAAAAcAAQAIAAAAAQABAABAAAAfv//AAAAIP///+EAAQAAAAAAAAEGAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAP+1ADIAAAAAAAAAAAAAAAAAAAAAAAAAAAEABAQAAQEBIUZPTlRTUFJJTkdERU1PLUNhcGl0b2xpbmFSZWd1bGFyAAECAAEANvgPAPgbAfgcAvgdA/gYBFkMA2/7j/nZ+V4FHQAAASQPHAAAEB0AAAHjER0AAAA7HQAALKESAAMCAAEAcwCXALNDb3B5cmlnaHQgKGMpIDIwMTUgYnkgQ2hyaXN0b3BoZXIgSGFtbWVyc2NobWlkdCBhbmQgTWFyY29uaSBMaW1hIC8gVHlwZWZvbGlvIERpZ2l0YWwgRm91bmRyeS4gQWxsIHJpZ2h0cyByZXNlcnZlZC5GT05UU1BSSU5HIERFTU8gLSBDYXBpdG9saW5hIFJlZ3VsYXJGT05UU1BSSU5HIERFTU8gLSBDYXBpdG9saW5hAAAAAAEAAgADAAQABQAGAAcAaAAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAfABCAEMARABFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AXwBgAgABAGkAbADUATwBpAIMAnQC3ANEA6wEFAR8BOQFFQV9BY4F9gZABosG6AdcB8QIMQidCOQJbAnWCfEKQQqpCxELeQvdDEUM7w12DcsOLA6qDyYPnRAvEHgQ0RGJEdMSfhMSE2cT0BRfFPEVYRWuFhoWmxdGGBoYuBkHGW8Z1xo/GqcbDxt3HAYcfhzKHWIdwR4uHxMfpCAMIHIhJyFwIhQifCK+I1MjySRCJKwk9yV/JgMmsSdvKAgoWijCKSopkin69KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg775A70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO+9Wo0QH3DdUD9w7uFWWLcG6KYrWLoniLaItpc2lkdgiWbQXbq7nBi8qLxW6vX4sIDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO+92E9wUBx/cJA/cM9RUrCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDlWBu/jDuwGu4veg4gP3l/kZFfsXLvsc+1T7Xd/7EvcZ9xjo9xv3VPddN/cT+xofjVsV2r37APtB+z9VIDU8Wvb3P/dBwfcA4B8O+2+LrGq5+OZ3Evcd3xOw98esFVCYBXaQhZaLowiL+LBimQVScV14VHcIlWzVmgWgj5WFi3cIE3D8VweLc4V/docIRn6NaveaiwUOPYvP+KW7Affq4wP4T/caFWaPBX5NdYNXiwj7bAbLvMK6vrv3A/a51Ivki+8/y/sNi1CLTXlPagiVI7CLBZXQu7HWi8+LtV2LRYtQdlQzLkdCUlE9QQilRvgOiwUOM4G796Gu95O7Evfh3FHiE/D3cPkZFU2LT3tScQiUJbCLBZLGvrDQi9WLuGOLTIs3KmAggQiSWQUT6Pcl1mUoO1VXMR9Di1esesUIZ4KYJQW+eL6Cw4sI9yfl1PcJ7zTJ+x8fE/D3BJfgxIvmCONBwvsMHg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDiSBu/fVwPcxzwHJ/wA6gAD/ANeAAOID93P4MBVpi2CCbnwIkvdSBaSFqoiriwj3RIuOz/vYi4H7q7JyBaubtZWpiwjewE4rJlFMMR9Pi12oe74IZ4KYKAWyf8KDuIsI9yLu5fcX9w892fsOHw5Jgbv3usX3Y7sBuOH3id8D99L5GRX7MvsH+zj7Y/tC1/sC9xr3Dt7i9xD3CErUIB9Ni1lxXlWS91fn59aLsIumbZVaCLCQgvQFbJdwkGyLCFj7zRXQs1EuNGFTRh87i1zehfcTssG2qcCLCA77BpZ2+NfPAf8AG4AA/wAigAAD+Cj5ERX8CouG+xSwiAWVuJmduIsI934GbVdxVkX7JAj7KfvJ43b3EPfJBbr3CLLlstoIDj2Bu/jDuxKz01na923TSt4T5PfA9+0VE9jju7XAi8YI3EDGKPsANUkzHotOs1neVAgT5C5YV1KLQggz3kn3APcS5tHtHovWXb0lyQgT2Psz9zEVwLu1yMy2ZE8ei1xrYUthCDHBbKuLvAgT5O/8ZBVBVLrKH4vAqbjdwfFMsmmLTghOVmBEHg5Fgbv3ZMX3ubsBs9/3h98D95T5GRX7EjEz+xD7A9Y/9wAfxIu+pK+4i/s/TCAli1qLZqaAtwhmgqAtBa6BsYWviwj3MOz3Ivd1901G8vsSH35bFd60OfsgH25eWnFViwhDZL7o3r/Nzh8O+92E9wX3Y/cFAcf3CQP3DPg+FSsK+9QEKwoO+9Wo0fdq9wUSyvcJUNUT4PcP+D4Va29ya2uic6ysp6OrH6t0pGkeE9CK+9sVZYtwbopitYuieItoi2lzaWR2CJZtBdurucGLygjFbq9fHg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg41hPX4orsB9zP3AePkA/d9+TUVRYtFdmB5CJf7DbCLBZLTwLPai9KLumCLSYtEVVD7GEYInPscvIsFj92Up8Wz2sHGvovai/MzwfsQiwh5/NIVbXFzbW2gdaqqpaGpqXajax8O9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg7wi6xqtPc5vffg02qsEpj/AIUR7P8AhxcK/wAp1wr/AKJ4Uv8AqIeuE6/5I6wVZZUFdJGAl4OhCPsW9/kFaehv2n27CPsji4lqrIIFpISQen9sCPtP/HcFgnR9gnCDCHGEjWr3WIuNrGeTBWuSiJiVpAi49wz3iIsFE2+1+wwFlHGDfm2FCBO3ZYONaveAiwX7eveUFftli8/3SgWix5a1kruRW5VhoE4IDrOLvfedvfeJvWqsEvcP4/du41foE+r4IvfyFRPs1KS5w4vTCO89xPsdHvuNiwUT2olquH8FoIWRgItzCPx8B4tzhX92hghdf41q95qLBfcs59H3Bx+L4U7IKJ0IE+yq9yQVP09WMR5H94nTBubCX0Mf+278UBX3ndkHE+r20FY4Ok5b+wEfDrx+zPjPvQG46gP4F/k1FftT+yv7Lftb+1j3E/se90cf8ovSvsLJCHSmBV1bRnBBiwj7GCv3Bfcz9z309xb3GR/ai7xekzMIsIuY9xwFX6dBnlCLCA73EIu9+MS9aqwS9w/j9+fqE9jC+SgVE7iJarZ/BaCFkYCLcwj8fAeLc4WAdoUIXX+NaveeiwX3VPcb9x73WB8T2Pdc+xP3EvteHiL89hX4xOcH9yzq+wP7Rvs6LSL7KR8Okou996K70nf3U71qrBL3D+P3P6wT9vik9ycVZpAFfTxxdESLCPs996L3Cwami5SFkXEIlV6sjYv3VGqNgWIFhXOChXCLCPsL94b3MQbLi6V0l0gIsJCA9xv8T4sFE+6Jarh/BaCFkYCLcwj8fAeLc4WAdoUIXX+NavhmiwUOcYus96y79429aqwS9w/j90esE+z4kvihFYD3G/xSiwUT3IlquH8FoIWRgItzCPx8B4tzhYB2hQhdf41q94SLjaxTlwV2kIWXi6MI93f3Ewemi5SFkXEIlV6sjYv3VGqNgWIFhXOChXCLCPsTBhPs9433NAfLi6V0l0gIDvF+wvd5tPfLvQG46vf42wP4IPk1Fftd+yr7Lvtd+1n3Fvsa91Qf0YvNmdSqCPdhB4uclpiojwiNtPuhi4li9w58BZyJlYSLewj7OgdrfWOCYYsI+yIn9wj3OPdC8/cT9yIf2ou/XpMzCLCLmPccBWCmP59PiwgO9z6LrPeyvfeWrAH3D+P3zuMD+UKsFV2XBXaRhZaLowj4fAeLo5GWoJEIuJeJrPuBi4lqvoAFoYaTgItxCPth+873YQeLpZOWoZAIvpaJrPuBi4lquH8FoIWRgItzCPx8B4tzhYB2hQhdf41q94SLjaxTlwV2kIWXi6MI9333zvt9B4tzhX92hghTf41q94SLBQ77fIus+OasAfcP4wPA+SgViWq4fwWghZGAi3MI/HwHi3OFgHaFCF1/jWr3eouNrF2XBXaRhZaLowj4fAeLo5GWoJEIuJeJrAUOIn67+OSsAf8AG4AA/wAqgAD3V+MD+D75BxWJrPuGi4lqwoAFoYeTf4txCPweBytrWkkeUItqsobWCGaLgPsUBbF3w325iwj3EszR9xof+BMHi6ORlqCRCA7Xi6z3rL//AQKAAP8AJIAAAfcP4/8A/Zwo/wCLY9cD+QysFXSRBXOReph6pAgr9yAFY8VnsmqiCPdD934Fm6CfnKSRCKKRiaz7XIuJarSEBaCHlH59eAj7N/tvBXKObIdvggj3bweLpZOWoZAIvpaJrPuBi4lquH8FoIWRgItzCPx8B4tzhYB2hQhdf41q94SLjaxTlwV2kIWXi6MI93QHk42TjJOLuYufeNb7A7BUtz+kVwj3KAYOcIu9+NWsAfcP4wP4hxaV9y1mkAV8OHJyRIsI+yr4oAaLpZOWoZAIvpaJrPuBi4lquH8FoIWRgItzCPx8B4tzhYB2hQhdf41qBQ73lIus+OasAfcPxPhD4wP5mKwVXZcFdpGFloujCPh8B4ujkZagkQi3l4ms+yqL+yf7vgVyWHljeFl2wHqxcb0I+y73vvsdi4lqt38FoIWRgItzCPx8B4tzhYB2hQhdf41q92WLjaxTlwV2kIWXi6MI954Hi+SGzIPBmlKgVKhTCPcZ+5bEi/cV95kFsNaetp28g1yFTYsmCPueB4tzhX92hghTf41q94SLBQ73GpZ2laz45qwS9w/E9/LEE3j5KPkHFYms+2GLiWq8gAWhhpOAi3EI+7QHizmOWZRbc8R2tWTDCPuq+CP7EouJard/BaCFkYCLcwj8fAeLc4WAdoUIXX+Navdli42sU5cFdpCFl4ujCPfFB4vaiL6EsplcoljCPQgTuPeo/B7CnQWG54rNi/c4CPeIB4ujkZagkQgO9z1+vfjevQG46vhb6gP4DPk1FftP+yT7LftZ+1n3Gvsf90/3S/ch9y33WfdZ+xb3H/tMH4ZZFfcS7fsU+zn7QC77DfsX+xYm9xT3OfdA6/cN9xsfDpCLrPd+vfe5vWqsEvcP4/d96BPswPkoFRPciWq4fwWghZGAi3MI/HwHi3OFgHaFCF1/jWr3hIuNrFOXBXaQhZeLowj3SeQH9yXn1vcUHxPs9wsv0vsmHjP76xX3udsH58hVMCpRWCYfDvc9SfJavF+3+N69Erjq+FvqE1z4xkEVXYtTtkye9zub9xL3J4v3Tgj3WfsW9x/7TPtP+yT7LftZHhM8i/tC8/sU9y1vCBOcXX5ha2ZvCJtuBbiku524i9WL0j7XgAgTXO/PfakFbH15h3CLCPw6+CgV90Dr9w33G/cS7fsU+zn7QC77DfsX+xYm9xT3OR4Ow4us95G796i9aqwS9w/j93foE+z4+KwVdJEFc5F6mHqkCED3AQVnwGesbZf2mtHTi/EI9wMz0fsfHvuPiwUT3IlquH8FoIWRgItzCPx8B4tzhYB2hQhdf41q94SLjaxTlwV2kIWXi6MI91wHzYa1ZtH7A6hdo2OhXAj3Jgb8I/fiFRPs96jVB+nGVjc0UFcnHw5Zfr343r0Bxdn3ktsD97T5NRX7HC1EJB+LN8JM9wBg9w5bumaLSItCUlwziyqLWb9+4ghkh5D7JgXGcs19xYv3NIvX3Iv3AYvpUMj7K8T7A7V+sou4i8e/u+SL2ovBW41BCLCLlPcZBU2lUphYiwgOm4us+NW9AfeL4wP4wficFYD3IPySi4D7ILCGBZbNqqjHiwje/KAGi3OFgHaFCF1/jWr3eouNrF2XBXaRhZaLowj4oN4Hx4uqbpZJCA73HH7J+NasAfcF4/fjxAP5LvkHFYms+2OLiWq+gAWhhpOAi3EI+9cH+xNLQPsAJU7R9wse9+QHi6WTlqGQCL6Wiaz7gouJarl/BaCFkYCLcwj72Qf7OeQq9yv3K+Ty90Ee98sHi6ORlqCRCA72mnb5DawBmP8AqxR7/wFX1Hz/AIQXCgP5KfkHFYms+1eLiWqvgwWrhI5+gXII+wb7ugV0UX5ndUR204Goc8sI+wD3uQWBpZSZqZEIsZOJrPuDi4lqsYEFoIWYf5N1CPcT+90Fry2pN6Q/CL8Gquao3bHqCPcR99EFk6Cal6aTCA73r4X3H/iCrAH5H/dNA/nZ+QcViaz7S4uJaq+DBaOGk4CFdQhI+4UFcS17ToBXgb9/yHDpc+Bx7XXkCFUGdTduI3M3cC19ToBXgb99x3LqCEz3ggWFopSZoY8IsZOJrPt1i4lqr4EFoIWWgJJ0CNz7tAWmK6UrpiQIwQam86v3Cqbqm8OYvJa/lVeXWaE+piulK6YkCMAGpvCs9wym6wjX96AFkKKZmKOQCA67i6xqtPjerBKV/wCIB67//4T4Uv8ArtcK/wDm49b/AK9FH///br1w/wCGQo8TpPjxrBVplQV6kHyXf50I+0X3pQWrs7C9qLQIE6rQ7QWbopqXn5AIpZKJrPtYi4lqr4MFpoSVfXx2CPsW+0v7C/dMBX+elJyjkAivk4ms+36LiWqtgQWchpp/l3kI9zn7kwVlXFxMbV8IE7BLLgV8dXt+d4YIcYSNavdYi42sZ5MFb5OFmpqhCPcg91gFE2T3FftbBZh2gntzhggTpGeDjWr3fosFDous+OasAZj/AK3XCv8ASyj24/8AZ9wo/wCDI9cD+N75BxWJrPtUi4lqr4MFpoSTfn51CFk1BXBccVxxVm/Eeq1rwghZ4wV/oJSao5AIr5OJrPt9i4lqrYEFnIaaf5Z5COH7IgWpWadYqFII+1gHi3OFgHaFCF9/jWr3douNrF+XBXaRhZaLowj3YQerzanDqL0Iz/cIBZaemJmmkwgOeIu9+MS9Aa74bgP4kfcmFWaPBXxBa3FJiwj7fwarsK24qLcI96z4QnnB/DeLhPsisIcFl9mrnciLCPdvBmtocWhqWgj7tvxMnFj4UIsFDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDjyBwW52i7CBdvdltPcytRK73/dU3RMv+GKqFWyUBXmQhJWLpQj3Uwf3ClDH+wgeXYtJe1FxCJslrosFlMq3sseLCMuuXjgfZgd1j2+OdosI+xA6UTEfE49KwlzWHtaLx7St2AgTT4FhhmqHZAgTH/cYkQUTj/uatxVicqW2xMKy3B+di6CJnYgINk9ASB4OU4G59/XI93V3n7GEd6Z3Etzd927kE+f3vPhWFVGLXW5kUJK3jr+LvgiL92AFE+v7LIQFE9OJbLh/BZ6Gk3+Lcwj85Qe7dsl5xYsI9x/d5/crH/cVReMjHl/8MhVni3GWcJ8I94gHqrmtq72LCMuySir7A2Y7Lx8O+waBxvf4uAGz5AP3oPhWFfsYKyb7Hvsa4DT3FB/Mi72lv8gIdqQFYmheeV6LCDhT0PP0xdnZH8SLqmuVSAiui5b3AwVcoVuWXYsIDmGBxml2i7CBdvglvPd1d5+xhHemdxKz4/dz3RMs4PiCqhVnlAV5j4SWi6UIi/kMBRONYPsshAUTimCJbLh/BZ6Gk3+Lcwj7VAdqmXORbosI+xkvJvsk+xXTNfcDH8mLu62uywgTTOCEboZsiGkIExzg9x+RBROM4PuUvBVHY8vw9wLG2N0fqIuohaN+CPuPB21baWlYiwgOJIHG9z+49yC4AbPk927bA/g/96AV9wNG0iP7Di8l+xv7HOA09xUeyovAo7zACHelBWJtYX1eiwg2Us30H/e5Bo6cjZ6Llwj7vIIVluS6xMqLwIu1XItPi3iFhHyKCA77lIuq9/2793m4i3cS7N33JbMT7PeV+V4VJ09J+wMfKlUHhlvGi4v7ygWLc4SAd4UIaYGNbPdii42qY5UFdpGFloujCPfK9wkHkLv7DouL8gXbp7m+HrGLo2+PWQitiwUT3JfwBWiYZJRkiwgOMPt+uPc502d29xa4913ZY7hir4Z3pHcSptdQ3U/P91bdaNIT2Bj3U74VY456louei5mVm52anoagiKGL9wGL2M+L64upg6d9owgTsiiPm5aUnZAIuJcFE7EoiaoFE7CoJ5AFE7QogmQFa6dgm1mLI4s5QYsvi0ypWb5wCBO0GGx3b22LaotsnnKofQgT1ERTcmxoi18IQdhc9w/3FeXL5h6L0FG6+wKTCBO0KFn3/BXJsVtDRGRbT0xju9If0La+xh4T1EST/OYVOFmqwB+LraOotp8I04cF5oa1dItdCFdQZjseDn+Lqvf4yvd1d5+xhHemdxLs3fdh3RPn+KOqFWmVBXeRhJaLowj3aQfrU8Y0HlCLUWNiS5S4kMaLxgiL92AFE+v7LIQFE9OJbLh/BZ6Gk3+Lcwj8sAeLc4SAd4UIaYGNbPdii42qY5UFdpGFloujCPdwB6y/vay2iwi8qWhLH/tiB4tzhYB2hQhjgY1s92KLBQ77souq+A6xhHemd/cD9wAS3/cCMt0TnPch+RoVa3Jya22idquqo6OpH6t1oWweE5r2/RoVjapnlQV3kYSWi6MIi/gBBROq+yyEBRPKiWy4fwWehpN/i3MI+6YHi3OEgHeFCGeBjWwFDvvH+3p2+SixhHemd/cD9wIS1vcEMN0TnPcZ+RwVa3Fxa22kdaqro6KrH6l0pGweE5q4+10VE6r7LIQFE8qJbLh/BZ6Gk3+Lcwj8PAc7dmJhHnuLeI57kAiBbN9kBeSyrMKL9wMIDl2LqvdRuf8Ai4AA/wAigAD3f3efsYR3pncS6t33FPdCE/OA+JSqFW6UBXiRfJt7owhfzQVqvXCqcpsI6/cHBZufnJijkQiikYmq+0CLiWyshAWZiIyAgX8IM/sCBXCLcId0hAiL+F4FE/WA+yyEBRPpgIlsuH8FnoaTf4tzCPywB4tzhIB3hQhpgY1s92KLjapjlQV2kYWWi6MI9xoHmI6XjJaLtIuiZbw8omafZpduCPcVBg77t4uq+Rh3n7GEd6Z3EurdE8z3hhaNqmOVBXaRhZaLowiL+QsFE9T7LIQFE6SJbLh/BZ6Gk3+Lcwj8sAeLc4SAd4UIaYGNbAUO95SLqvf4ymKxhHemdxLx3fdV3fdV3RPH+a+qFWmVBXeRhJaLowj3cAfkVMY7HlCLVmBnWHrFW69Ni1OLUWJjTAgTj5Otj6yLrQgTl/sqhAUTpywKE8f3cAervb+usYsIuKVrUR/7aweLc4SAd4UIaYGNbPdci42qaZUFd5GEloujCPdvB6u+vq6yiwi4pWtRH/trB4tzhYB2hQhjgY1s92KLBQ5/i6r3+MpisYR3pncS8d33XN0TxvijqhVplQV3kYSWi6MI92kH61jGMx5Ri1BjY0sIE46Tro+ri60IE5b7KoQFE6YsChPG93AHq73ArrOLCL2kaEsf+2IHi3OFgHaFCGOBjWz3YosFDkyBuPgGuAGz5PeJ5AP3l/hWFfsUMCj7IPsV4S/3DfcT5O73H/cWNuf7Cx+FXhXSvT37AiBaQEVBV9n3Ava+1tQfDmL7iKr3X7338chisYR3pncS6t33cOMT4/fM+FYVUYtdamBGCBPHkqeOqYu0CBPL+yqEBRPTiWy4fwWehpN/i3MI/JoHi3OEgHeFCGmBjWz3YouNqmOVBXaRhZaLowj3TAepd65/tosI9wvc7/cjH/cWROIlHmX8LhVni2eZcqMI93IHtcirp7eLCMuxSyT7BV5GPR8OR/uIqvdfxvf2ugGz4/dx3QP4gPtpFWmVBXeRhJaLowj40AdapFSaT4sI+xgsJPsi+xHUMfQfzYu5qqrCg3KHcYtlCPspB4tzhYB2hQhjgY1s92KLBfuT97kVSGPL8vcAw9rbH62LpoGjewj7jQdyWWJuW4sIDvtQi6r37dZhsYR3pncS8d0TxPfP+FcVTYtiZmMxCBOMka2Ptou5CBOU+yqEBROkiWy4fwWehpN/i3MI+6YHi3OEgHeFCGmBjWz3bYuNqliWBXaQhZeLowgTxPdaB6jGsK+yi6KLnIGSeAgTlKiLlegFd5J3j3eLCA77PYG5+AW4Ab/S9zfUA/d1+FYV+wBKWUMfi06tZONq2m2seYtgi2JqcFaLR4tfrn3JCGmHkPsFBbJ9xn++i++LzL6L14vVXbAmsUeldpqLr4uvr6XAi8CLtGqSWgiqi5LwBWWbX5VfiwgO+4aBw/fuuwHd3QP3wMwVc4Bsg3KLCGV5psAf9573EgeQu/sXi4v3EUd7gDsFiXl/gniJCG6Hhl/Li4v7ogUxr2HYHrKLt56poggOdYHKZXaLsIF2+C2xhHcS5933Wd0TK/iWqhVnlAV5j4SWi6UIi/gCBROH+yyEBROLiWy4fwWehpN/i3MI+3sHZVxhcmKLCFxuscsf9yUHi7qMuo/ACBOH+zGEBROLiWy4fwWehpN/i3MI+2UHKL9R5B7Ki76utc8IE0eBbYRthmQIExf3JZEFDkKG5f8BQIAA/wAigAABkv8Al5R7/wDYZmX/AG8FHwP4e/gtFYmq+zaLiWyuhAWdiJCBhHoIT/stBXtgfmZ7VXvBfq95uQhQ9ysFhZuQlp2OCK6Siar7X4uJbKyCBZyGlIOUdgjH+yUFqkCpP6dACMYGocql0K3gCMv3MwWRm5aXnI8IDvcChur30K0B/wIuI9j/AG7cKQP5MvgtFYmq+zSLiWythQWdiI6AhnoIYPslBX5ff16AW33Ee8Z7unnBfrV+uQhVBn9gfFl7WX1geEaAXIG6fbt+sghZ9yUFhpqQmJ2OCK6Riar7XouJbK2CBZyHlIGTdgjJ+zkFo0ulQaFICMMGnMWdxZu8mbWWspe8l1yYYplgnFmdU51RCMMGnMyf0KHSCMD3PwWQm5aXnI8IDkCL/wAigAD/AW+AALH//92AAP8AIoAAEpT4bfxs9xX7EPc49yH3Nf//fx64/wB24UgTsPe0930VE6H3AfcWBaCkmpaylQiJqvs0i4lsBRPFqoQFmoiOgH98CDclBROkP/EFgJqOlZyPCK6Siar7Z4uJbAW4g5yDm3UI9wb7MAUTqvsL+x4FdnN/f16BCI1s90OLjapnkgV8jomXlJcI5fcD2/sBBZZ8iIB6iAhohI1s92SLjaoFXJZ/lHqiCA5T+2p2/wKAgAD/ACKAAAGS/wCZlHv/AONmZf8AcwUfA/iM+C0Viar7OouJbK6EBZ2IkIKEeQhO+y0Fdld9YHtQfcN+tHbACE33MQWFmpCXnY4IrpKJqvthi4lsrYIFnIeVgJN4CNL7PAWpRKRLpEMIVvsXBYBwfn5wgghvgo1s9xSFBaz3DsH3Msf3JgjV90gFkpyVlpyPCA77NYu79+y7AbKr96OuA/gN9w8VaJAFg1VwcV2LCPspBrC1pq6qtQj3Ovd6frb70ouF+wmuhwWYxJ2bu4sI9yMGY2FuZ2FSCPsx+2uaYffXiwUO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg70o3P3JTijraT3AfcHEsqos6iiqM2n1KifqLyoE7XQ8PdZFSAK9yxnFSEKE5YAIgr7LksVIwr3T/cnFROxgCQKE0DAJQr3MfsnFSYK9xAEJwqB978VKAoTmLD74VcVKQr3Q/cpFSoKDvSjc/clOKOtpPcB9wcSyqizqKKozafUqJ+ovKgTtdDw91kVIAr3LGcVIQoTlgAiCvsuSxUjCvdP9ycVE7GAJAoTQMAlCvcx+ycVJgr3EAQnCoH3vxUoChOYsPvhVxUpCvdD9ykVKgoO9KNz9yU4o62k9wH3BxLKqLOooqjNp9Son6i8qBO10PD3WRUgCvcsZxUhChOWACIK+y5LFSMK90/3JxUTsYAkChNAwCUK9zH7JxUmCvcQBCcKgfe/FSgKE5iw++FXFSkK90P3KRUqCg746hT4yhV+mPhMlfdSkJqYs4sG+4iUBx4KA5Yl/wwJkgwKjAwLrAq4kAwMqAvdkQwNHgoG/wwSHAA7EwANAgABAB0AIwAtAEoAbQB+AJIApAC/ANgA9QEHATGLB6WQeWtshnhxH4iLh4uJjAjtB46MjouOiwgLY626pAYLP/sl16NcsbMGC4sHuJyivr17pF4fgYt9iX6JCPsjB5iJmouTiwgLiweIaIhMilwIpwaLrYyvjK0IjIufOaaLn90FjWmMZ4tpCAuoBom6icqJrghji3g7eNsFC4sHs5mivr59o2NjfnNYWJh0sx8LoI96amuHeXZ3h52rrI+cnx8Liwc4QvtPix+1tL+i05Ogjqqdi6oIoIG1Vx4LiwdidmxrbKp2qh/Ki793tFcIi033Ty0eC4sHbahmg3V1dnSTZ6F1uGCiV4RJi4vh90ZIzAgLa29ya2uic6ysp6Orq3SkaR8LiWy4fwWehpN/i3MI+6YHi3OEgHeFCGmBjWz3YouNqmOVBXaRhZaLowgLAAABAAAADgAAABgAAAAAAAIAAQABAF8AAQAEAAAAAgAAAAEAAAAKAHgAngADREZMVAAUZ3JlawAibGF0bgAwAAQAAAAA//8AAgAAAAIABAAAAAD//wACAAAAAgAoAAZDQVQgADJNT0wgAChOTEQgAChQTEsgAChST00gAChUUksgACgAAP//AAIAAAACAAD//wADAAAAAQACAANmcmFjABRsb2NsABpvcmRuACAAAAABAAEAAAABAAAAAAABAAIAAwAIABIAHAAGAAAAAgAqAEoABgAAAAIAYAB2AAYAAAAIAIIAogDCANwA9gEQASoBRAADAAAAAgAQABYAAQAaAAAAAQABAE0AAQAAAAEAAQBNAAMAAAACABAAFgABABoAAAABAAEALQABAAAAAQABAC0AAwABABIAAQAOAAAAAAABAAAAAQAAAAMAAQASAAEADgAAAAAAAQAAAAEAAAADAAEAFgABAA4AAAAAAAEAAgAiAEIAAgABABEAGgAAAAMAAQAWAAEADgAAAAAAAQACADAAUAACAAEAEQAaAAAAAwABABYAAQAOAAAAAAABAAIAIgBCAAEAAAADAAEAFgABAA4AAAAAAAEAAgAwAFAAAQAAAAMAAQAWAAEADgAAAAAAAQACACIAQgABAAAAAwABABYAAQAOAAAAAAABAAIAMABQAAEAAAADAAEAFgABAA4AAAAAAAEAAgAiAEIAAQAAAAMAAQAWAAEADgAAAAAAAQACADAAUAABAAAAAQAAAAoAbACGAANERkxUABRncmVrACJsYXRuADAABAAAAAD//wACAAAAAQAEAAAAAP//AAIAAAABACgABkNBVCAAKE1PTCAAKE5MRCAAKFBMSyAAKFJPTSAAKFRSSyAAKAAA//8AAgAAAAEAAmNwc3AADmtlcm4AFAAAAAEAAAAAAAEAAQACAAYADgABAAAAAQAWAAIAAAAEACIBFkWgVhwAAQAKAAUABQAKAAIAAQAiADsAAAABAM4ABAAAABEALABOAFQAWgBaAGAAZgBsAHIAfACGAJAAhgCqALQAvgDIAAgAEf/iABMADwAUABQAFgAUABf/3QAY/90AGf/6ABr/5wABAA3/3QABAA3/8QABAA3/7AABAA3/iAABAA3/9gABAA3/zgACABv/vAAc/7gAAgAN/84AN//kAAIAG//IABz/yAAGAA3/agAb/7gAHP+4AFL/pgBX/8gAWf/IAAIAV//AAFkADwACABv/uAAc/7gAAgAN/6sAVwAPAAEAWQAPAAEAEQANABEAFAAWABcAGAAZABoAJwAyADUANwA4ADkAOgBXAFkAAkR6AAQAAENAQ7oAVgBkAAD/xP/s/87/3f/E/+D/zv/i/8T/4P/s/9j/0//Y/87/0//O/87/0//O/+L/uv+SABT/xP/O/9P/sP/E/8T/4v/E/87/xP/O/93/yP/E/87/wP/n/+z/zv+w/5L/4P/O//QAGf/O/87/qP/E/+D/zv/O//T/zv/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7oAD//nAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/ugAAAAAAAAAAAAAAAP+/AAAAAAAA//EAAAAAAAAAFAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAP/2AAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAAAAD/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+cAAP/dAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAA/90AAAAAAAAAAAAAAAAAAAAAAAD/3QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7gAAAAAAAAAAP/sAAD/7gAA/+4AAP/uAAAAAP/xAAAAAAAA//YAAAAAAAD/uAAPAAAAAAAAAAAAAAAA/+4AAAAAAAAAAAAAAAAAAAAA//b/3f/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+mABT/7gAAAAAAAP/uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/6YAAAAAAAAAAAAAAAD/zgAAAAAAAAAAAAAAAAAAABkAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/4AAAAAAAAP/g//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/gAAD/9gAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAA//b/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/T//YAAAAAAAD/8QAAAAAAAAAAAAAAAAAA/9gAAAAA/7X/9gAA/8gAAP/2AAD/zgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/pgAAAAAAAAAAAAAAAAAAAAAAAAAA/5z/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/O/+AAAP/YAAD/zgAAAAD/0//O/+z/2AAAAAAAAAAAAAAAAAAAAAAAAAAA/5IAHv/TAAAAAP/O/9MAAAAAAAAAAP/O//b/7gAAAAAAAAAA/+f/7AAA/8T/kv/OAAD/7AAeAAAAAP+6/87/2AAAAAD/7AAA/9gAAAAAAAAAAAAAAAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5//2AAAAAAAAAAAAAAAAAAAAAAAAABQAAP/nAAAAAP/T//YAAP/2AAD/9gAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9MAAAAAABQAAAAAAAAAAAAAAAAAAP/2//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/x//QAAAAAAAAAAP/0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAP/nAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAD/8f/2//EAAP/xAAAAAAAA//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/3QBaAAAAAAAA//YAAP/2AAAAAAAA//YAAAAAAAAAAAAAAAAAAAAKAAAAAP/dAAAAAAAAAEsAAAAAAAD/9gAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAASwBAAEAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5wAA/9gAAP/gAAD/0//2AAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAA/5IAAAAAAAAAAAAAAAD/4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/0wAA//b/agAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAA/6wAAAAAAAAAAAAAAAAAAAAA/8j/oP+1/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//oAAP/uAAAAAAAA/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+4AAAAA/+wAAAAAAAAAAAAA//oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/E/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/Y/8QAAAAAAAD/9gAAAAD/4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+QAAAAAAAAAAAAAAAAAAAAA/+7/1P/uAAD/4P/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAP/nAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAA//QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+L/zgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/8AAA/+QAAP/iAAD/9gAA/93/9AAA//EAAAAAAAAAAAAAAAAAAP/2AAAAAP/YAAAAAP/sAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+IAAP/2/+IAAAAAABQAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAP/EAAAAAAAAAAAAAAAAAAAAAP/I/7j/3P/kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/+gAA/+4AAAAAAAD/7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/i/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//oAAAAAAAAAAAAAAAAAAAAA/9j/7gAAAAD/2AAAAAAAAAAA//b/9gAAAAAAAAAAAAAAAP/4//r/+gAAAAAAAP/6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/87/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+AAAP/iAAD/5//n/+L/8f/n/+cAAAAA/+wAAP/i/+z/4v/i/+f/4v/2/9j/sAAA/+f/4v/s/+D/5//k/+wAAP/i/+QAAP/s/+cAAP/iAAD/5P/n/+L/wP+w/+f/4AAAAAD/4P/i/8r/5P/n/+D/5wAA/+L/4AAAAAD/9P/s/+wAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+6AA//7gAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7oAAAAAAAAAAAAAAAD/wAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAZAAAAGQAAAAAAAAAZABkADwAAAAAAAAAAAAAAAAAAAAAAAAAA/7AAHgAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAgACAAAAAD/sAAZAAoAAAAUAAoAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAD/9v/2AAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAA//EAAAAAAAAAAAAAAAAAAP/2AAAAAAAA//YAAAAAAAD/9gAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+w/93/uP/IAAD/yP+4AAD/sP/I/9z/wP+4AAD/uP/E/7j/uAAA/7j/0/+w/2oAFP+w/7j/xP+m/7D/pv/T/6b/uP+m/8j/zv+sAAD/uP+r/+D/5/+4/5IAAAAA/8j/3AAZ/8j/uP+I/6YAAP/I/7D/3P+4/8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAP/sAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAA/+wAAAAAAAAAAAAA//QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAD/4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/87/yP/T/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/dAAAAAAAAAAAAAAAAAAAAAAAAAAD/5//xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9AAA/+cAAP/AAAD/xP/2/8D/5AAA/90AAAAAAAAAAAAAAAAAAP/OAAAAAP+I//YAAP/YAAD/9gAA/78AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8AAAP/k/4MAAAAAAB4AAAAA/+4AAP/kAAAAAAAAAAAAAAAAAAD/5P+SAAAAAAAAAAAAAAAAAAAAAP+4/5b/tf/IAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5AAA/8AAAAAA//H/wP/gAAAAAAAAAAAAAAAAAAAAAAAA/9gAAAAAABT/8QAAAAAAAP/xAAD/0wAAAAAAAP/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+AAAAAAAAAAFAAAAAAAAAAA/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//QAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAD/+gAA/9j/zgAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2AAAAAAAAP/iAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/yAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/IAAAAAAAAAAAAAAAA/9MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+f/tf+1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8T/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9z/xAAAAAAAAP/sAAAAAP/cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/4AAAAAAAAAAAAAAAAAAAAAD/9P/cAAAAAAAAAAAAAAAAAAAAAP/6//r/+v/6//r/+v/6//r/+v/6AAAAAAAAAAAAAAAAAAAAAAAA//YAAP/gAAAAAAAA/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/6AAAAAAAAAAAAAAAAAAAAAAAA/+AAAAAA/84AAAAAAAAAAAAA//AAAAAAAAAAAAAAAAD/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/yAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+I/+wAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/4gAAAAAAAD/5wAAAAD/zgAAAAAAAAAAAAAAAAAAAA8AFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAD/5wAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/1gAAAAAAAAAAAAAAAAAAAAD/3f/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//QAAP/nAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/zgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8QAAAAAAAAAAP/gAAAAAAAAAAAAAP/nAAAAAAAAAAAAAAAAAAAAAAAA/8D/xAAAAAAAAAAAAAAAAP/d/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/lwAP/+cAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7AAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/s//YAAAAAAAD/+AAAAAAAAAAAAAD/+AAAAAAAAAAAAAAAAAAAABkAAAAA/+wACgAAAAAAAAAAAAAAAP/4AAAAAAAAAAAAAAAAAAAAAAAA//T/9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/nAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAD/8P/2//AAAP/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/dAAAAAAAAAAAAAAAA//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2P/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABT/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAP/xAAAAAAAAAAAAAAAAAAD/2AAAAAD/tf/2AAD/yAAA//YAAP/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+mAAAAAAAAAAAAAAAAAAAAAAAAAAD/nP+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/nAAAAAAAAAAD/2AAAAAAAAAAAAAAAAAAAAAD/VgAK/+cAAAAA/+f/5//YAAD/2AAA/9gAAAAAAAD/2AAAAAAAAAAAAAD/vP9WAAAAAAAAAAAAAAAA/8D/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAAAAAAAAAAP/6AAD/8QAA/+cAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5wAAAAD/5wAAAAAAAAAAAAD/8AAAAAAAAAAAAAAAAP/6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/cAAD/9gAA/9oAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAD/4AAAAAAAAP/2AAAAAAAA//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/g/9oAAAAAAAAAAAAAAAAAAAAA//EAAAAAAAAAAAAAAAAAAP/xAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAA/+7/9P/4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/yAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAA//gAAP/Y/84AAAAA//YAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9gAAAAAAAAAAAAAAAD/7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/4AAD/7gAAAAAAAP/uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+L/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//oAAAAAAAD/2P/uAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAA//r/9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/yAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/IAAAAAAAAAAAAAAAA/8oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAAAAAAD/5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+s/8j/uP+4/7D/uP+4/87/pv+4/9T/pv+4/7r/uP+4/7j/uP+4/7j/zv+w/4gAFP+m/7j/uP+m/6b/oP/O/6D/uP+g/8D/3f+m/6D/uP+r/+f/8f+4/5z/iP+4/7j/2gAZ/7j/uP+N/7D/wP+4/7j/2v+4/7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/sAAA/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9v/YAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAA/84AAAAA//QAAAAAAAAAAAAAAAAAAP/x//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAP/xAAD/8QAAAAAAAAAAAAAAAAAAAAAAAAAA//YAAP/g/+cAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/s/+D/8QAAAAD/7AAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//AAAAAAAAAAAAAAAAAAAAAA//D/2AAA//QAAAAAAAAAAAAAAAD/9v/2AAD/9v/2AAD/9gAAAAAAAAAAAAD/9v/2AAAAAAAAAAAAAAAAAAAADwAAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/6sAAAAAAAAAAP/sAAD/7gAA/+4AAP/uAAAAAAAAAAAAAAAA//YAAAAAAAD/qwAPAAAAAAAAAAAAAAAA/+4AAAAAAAAAAAAAAAAAAAAA//b/3f/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAP/gAAD/9gAA/93/+wAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9wAAP/6AAAAAAAAAAAAAAAAAAAAAP/6AAAAAAAAAAAAAAAAAAAAAP/rAAAAAAAAAAAAAAAAAAAAAP/x//H/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/iAA//+wAAAAAAAP/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+IAAAAAAAAAAAAAAAD/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/4v/TAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/YAAAAAAAA/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/5wAAAAAAAP/YAAAAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+rABT/9gAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/6sAAAAAAAAAAAAAAAD/2AAAAAAAAAAAAAAAAAAAAA8AFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/nAAD/4AAA//YAAP/gAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAD/8P/2AAAAAP/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/gAAAAAAAAAAAAAAAA//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/+wAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/8QAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//H/8QAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/8f/xAAAAAP/iAAAAAAAAAAD/+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+cAAP+4AAD/0//2/7j/3AAAAAAAAAAAAAAAAAAAAAAAAP/TAAAAAAAA//YAAAAAAAD/9gAA/84AAAAAAAD/2AAAAAAAAAAAAAAAAAAAAAAAIwAA/7gAAP/cAAAAAAAAAB4AAAAAAAAAAP/cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9AAA/+AAAAAAAAD/4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/4AAAAAD/zgAAAAAAAAAAAAD/8AAAAAAAAAAAAAAAAP/6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/6sAAAAAAAAAAP/sAAD/7gAA/+4AAP/uAAAAAP/wAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+4AAAAAAAAAAAAAAAAAAAAA//b/3f/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/90AAAAAAAD/8f/sAAD/9gAAAAAAAAAAAAAAAAAAAAAAAP/xAAD/2AAA/+wAAAAA/+z/7AAA//EAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAD/5P/YAAAAAP/2AAAAAAAA/+f/5wAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAP/I//EAAAAAAAD/3QAAAAAAAAAAAAAAFAAA/9gAFAAA/6v/9gAA/9gAAP/xAAD/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/nAAAAAAAAAAAAAAAAAAAAAAAAAAA/7D/tQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/8AAAAAAAAP/w/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAD/9gAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAA//EAAAAAAAAAAAAAAAD/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//oAAP/xAAD/5wAAAAAAAP/nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/nAAAAAP/OAAAAAAAAAAAAAP/wAAAAAAAAAAAAAAAA//oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAA/7AAAP/O/6b/wP+w/87/xP/A/7D/7P/E/84AAP/O/8T/zv/O/87/zv/E/8j/iAAU/8D/zv/O/6b/wP+w/8T/sP/O/7D/0//cAAD/sP/OAAD/8f/x/87/tf+I/7D/sP/sABn/sP/O/7r/sP+4AAD/wP/s/87/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/0//2AAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAA/5IAAAAAAAAAAAAAAAD/4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//b/iAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8j/oP+1/+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAAAAAAAAAAAAAAAAAP/4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/8QAAAAAAAAAAAAAAAP/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABACIAOgAjAD8ABwAoAEEACgArAEYADQAuAEoADwAxAE0AEgA1ABkAFwA4AFMAGgAfAAAAJAA9AAMAAAAAAAAAAAAAAAAAKQBEAAwALABJAA4AMABLABEAMgBQABQANgBSABgAOgBDABwAPAACACAATAAEAE8AQAAIAAEAAgBdAEUAGAAAAAAAAAAAABgAAABJAEcAAAAtACMAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEoAAAAsAGIAMABeAFYAAAA5AFsAXQBUAFcAWABaAFwACwBVAEEAWQBTAE0ATgBCAEsATwBMAAAAAAAAAEgAAAAAAAAAHAA+AB4AIAAiACQAJQA/ACkAKgBEAEAALwAyADUANwAmADsAAQACAAQALgAGADYACgAMAAAAAABGAAIAAgAiADsAAABCAFsAGgACEFwABAAAD3APpgAYAFIAAP+W/6j/dP98AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/lwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/fv+w/34AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+g/7X/oAAUABT/sAAU/+wADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/84AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/iP+6/4gAFAAP/7UAD/+wAA//xP/n/4gAFP/2/9j/4AAK/3T/7P/n/87/iAAK/+z/zv/i/3QACgAK/+cACv/T/8T/iP/2/9j/zgAK/87/zgAK/+L/zv/s/37/zgAPAAoACv/nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+1/6sAAP+SAAD/qwAA/8AAAP+SAAAAAAAA/3QAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/1v/wAAAAAAAAAAAAAAAAP/nAAD/5//nAAAAAAAAAAAAFP/nAAD/gwAA/8D/5//O//H/q/+r/7X/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9MAAAAA/+D/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/yAAA/84AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/OAAAAAAAAAAAAAAAAAAAAAAAA/8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/3QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/lv+o/3T/fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/5cAD//n/+f/5//6AA//+gAK/+L/5//x/90AFP+s/+f/3QAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP9gAAD/YAAAAAAAAAAAAAAAAP+XAAAAAAAAAAAAAP/YAAAAAAAAAAD/q/+mAAAAAP+1AAAAAAAAAAAAAAAA/7UAAAAAAAAAAAAAAAAAAAAAAAAAAP+1AAAAAAAAAAAAAAAAAAD/3QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/T/9MAAQADABgACgAAAAAAAAAAAAoAAAAAAAEAAAAAAAwAEQAAAA0AAAAAAAIADgASABUAEAAHAAkAAQADAFgABAAAAAAAAAAAAAQAAAAAAD8AAAAHAAAABQAAAEgAAAAAAEAASQBMAE8ASwBEAEMAAAAAAAAAAAAAAAAAAAAaAAAAIgAAAAAAAAAPAAAAAAAxAAAAAAAAAAAANgAAABgAAAAAABEAPAAhADQAIwAVAC0AAAAAAAAAAAAAAAAAFAAqAB0ADgAkABcAMAAgABIAJwAbADUAUAAAAC8AAAAlAFEAGQA3ADkAOwA9AD4AOgABAA4AAwAIAAsADQAOAA8AEQAUABUAFgAXABgAGQAaAAIANAAEAAAAHAAkAAIAAwAA/9P/4gAAAAAAFAABAAAAAQAAAAIAAgADAAMAAgAIAAgAAgABAAAAAAABAAAAAMw9os8AAAAA0i69OAAAAADTtohgAlYAPwDmAAACVgA/AlYAPwJWAD8CVgA/AlYAPwJWAD8CVgA/AlYAPwJWAD8CVgA/AlYAPwD1ADgCVgA/AO0APAJWAD8CAAAjAVsAFgHoAB4B3gAjAlYAPwHPAB4B9AAtAcQAGQHoACgB8AAoAO0APAD1ADgCVgA/AlYAPwJWAD8B4AAyAlYAPwKbAAwCXgAyAmcALQKyADICPQAyAhwAMgKcAC0C4AAyAU4AMgHNABYCggAyAhsAMgM2ADICvAAyAt8ALQI7ADIC3wAtAm4AMgIEAC4CRgAZAr4AKAKhAAwDUQAMAmYACQJWAAwCIwAjAlYAPwJWAD8CVgA/AlYAPwJWAD8CVgA/AecAMAH+AAkBxAAoAgwAKAHPACgBNgAkAdsAGwIqABkBGAAhAQP/5AIIABcBEwAXAzYAHgIqAB4B9wAoAg0AFwHyACgBegAeAY0AKAFEABICIAAUAe0ABgKkAAYB6wAJAf4ABgGVABkCVgA/AD8APwA/AAA=) format("opentype");font-weight:500;font-style:normal;font-display:swap}.book-result__name-overlay{position:absolute;inset:19% 0 0;margin: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;z-index:2}.book-result__name-text{font-family:Capitolina Semibold,Montserrat,sans-serif;font-weight:500;font-size:4.5vw;white-space:nowrap;color:#fff!important;margin:0!important;padding:0;line-height:1;display:inline-block}@media screen and (min-width: 576px){.book-result__name-text{font-size:1.7rem}}@media screen and (min-width: 1200px){.book-result__name-text{font-size:1.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:#1b6f4e;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:#1b6f4e;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 20px rgba(27,111,78,.3);box-shadow:0 8px 20px #1b6f4e4d}.book-selection-continue-btn:active:not(:disabled){-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.2);box-shadow:0 4px 12px #1b6f4e33}.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:#1b6f4e;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;display:block;text-align:center;text-decoration:none}.book-result-continue-btn[href]{display:block;text-decoration:none;color:#fff}.book-result-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 20px rgba(27,111,78,.3);box-shadow:0 8px 20px #1b6f4e4d;color:#fff;text-decoration:none}.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 #cccccc;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:2.5rem}.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 #cccccc;border-radius:3px;background:#fff;z-index:2}@media screen and (min-width: 992px){.multiple-choices-options--multiple .multiple-choices-option{padding-right:3rem}}@media screen and (max-width: 991.5px){.multiple-choices-option{padding:1.25rem 1rem}.multiple-choices-option:focus{background:#f8f9fa;border-color:#1b6f4e;-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:focus:after{border-color:#1b6f4e}}@media screen and (min-width: 992px){.multiple-choices-option:hover{background:#f8f9fa;border-color:#1b6f4e;-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:#1b6f4e}}.multiple-choices-option.selected{background:#d6fced;border-color:#1b6f4e}.multiple-choices-options--multiple .multiple-choices-option.selected:after{background:#1b6f4e;border-color:#1b6f4e;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:#1b6f4e;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:14px;font-weight:500;line-height:1.4;color:var(--main-text)}@media screen and (min-width: 992px){.multiple-choices-option__label{font-size:16px}}.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:relative;bottom:0;padding:1rem 1.5rem;width:100%;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 992px){.quiz-template__next-button{padding:1rem 1rem 1.5rem}}.multiple-choices-next-btn{position:relative;width:100%;background:#1b6f4e;max-width:400px;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}.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:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.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;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.quiz-template--text-page .text-page-template__wysiwyg p:last-child{margin-bottom:0}.quiz-template--text-page .text-page-template__image{display:-webkit-box;display:-ms-flexbox;display:flex}.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: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:1rem}@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:auto;-o-object-fit:contain;object-fit:contain;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}}.quiz-template--text-page .text-page-template__text p{font-weight:400}@media screen and (min-width: 992px){.quiz-template--text-page .text-page-template__text{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 3.5rem;text-align:left}}.quiz-template--text-page .text-page-template__wysiwyg h1{font-size:1.5rem;font-weight:700;line-height:1.15;color:var(--main-text);margin-bottom:1rem}@media screen and (min-width: 992px){.quiz-template--text-page .text-page-template__wysiwyg h1{font-size:2rem;margin-bottom:1rem}}.quiz-template--text-page .text-page-template__wysiwyg p{font-size:1rem;line-height:1.4;color:#000}@media screen and (min-width: 992px){.quiz-template--text-page .text-page-template__wysiwyg p{font-size:1.25rem;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:relative;width:100%;max-width:400px;padding:0 1rem;z-index:100;margin:auto}@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:#1b6f4e;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}.text-page-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.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:86vh;background:#fff}.quiz-template--status-update .status-update-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-align:center;-ms-flex-align:center;align-items:center;max-width:400px;margin:0 auto;padding:1rem 1.5rem}@media screen and (max-width: 991.5px){.quiz-template--status-update .status-update-template__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 992px){.quiz-template--status-update .status-update-template__container{padding:2rem 1.5rem;max-width:620px;width:100%}}@media screen and (max-width: 991.5px){.quiz-template--status-update.quiz-template--status-update--full-status .status-update-template__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.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:0 0 1rem}.quiz-template--status-update .status-update-template__progress p:last-child{margin-bottom:0}@media screen and (min-width: 992px){.quiz-template--status-update .status-update-template__progress{margin-bottom:2rem}}.quiz-template--status-update .status-update-progress-circle{position:relative}.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-circle .progress-checkmark{position:absolute;top:0;left:0;width:100%;height:100%}.quiz-template--status-update .status-update-progress-circle .progress-checkmark circle{stroke-dasharray:365;stroke-dashoffset:0}.quiz-template--status-update .status-update-progress-circle .progress-checkmark path{opacity:1}.quiz-template--status-update .status-update-progress-text{text-align:center;color:var(--main-text);font-size:16px;font-weight:700}@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__progress-lines{width:100%;margin:1rem 0 0}@media screen and (min-width: 992px){.quiz-template--status-update .status-update-template__progress-lines{margin-top:2rem}}.quiz-template--status-update .status-update__progress-line{margin-bottom:1.5rem}.quiz-template--status-update .status-update__progress-line:last-child{margin-bottom:0}.quiz-template--status-update .status-update__progress-line-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;text-align:left}.quiz-template--status-update .status-update__progress-line-content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:90%}.quiz-template--status-update .status-update__progress-line-spinner{-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;margin-top:2px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;color:#05760a}.quiz-template--status-update .status-update__progress-line-spinner svg{width:100%;height:100%}.quiz-template--status-update .quiz-loading-spinner{width:40px;height:40px;border:4px solid rgba(27,111,78,.1);border-top-color:#1b6f4e;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.quiz-template--status-update .quiz-loading-error{text-align:center;padding:2rem;color:#dc2626;font-weight:500}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.quiz-template--status-update .status-update__progress-line-title{font-size:16px;font-weight:600;color:var(--main-text);margin:0 0 .25rem;line-height:1.4;font-family:Montserrat,sans-serif}@media screen and (min-width: 992px){.quiz-template--status-update .status-update__progress-line-title{font-size:16px}}.quiz-template--status-update .status-update__progress-line-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.4;font-weight:500}@media screen and (min-width: 992px){.quiz-template--status-update .status-update__progress-line-subtitle{font-size:16px}}.quiz-template--status-update .status-update__progress-line-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.quiz-template--status-update .status-update__progress-line-fill{height:100%;background:#05760a;border-radius:2px;width: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:700;color:#1b6f4e;margin-bottom:.5rem;line-height:1.2}.quiz-template--status-update .status-update-template__statistic .status-update-statistic-text{font-size:20px;font-weight:600;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:95vh;background:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 992px){.quiz-template--subscribe{min-height:70vh}}.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}@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);font-family:var(--font-primary)}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__heading{margin-bottom:2.5rem;padding-top:1rem;padding-bottom:0;font-size:1.5rem;line-height:1.4}}.quiz-template--subscribe .subscribe-template__heading .text-accent{color:#1b6f4e}.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 #1b6f4e;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 #1b6f4e;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__privacy-notice{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:400px;margin:0 auto;padding:1rem;font-size:.75rem;line-height:1.4;text-align:center;z-index:5}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__privacy-notice{position:absolute;padding:1.5rem 1rem 1rem;margin-top:1.5rem}}.quiz-template--subscribe .subscribe-template__privacy-notice a{text-decoration:underline}.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:#1b6f4e;border-color:#1b6f4e}.quiz-template--subscribe .subscribe-template__checkbox:focus{outline:none}.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:#1b6f4e}.quiz-template--subscribe .subscribe-template__button-container{position:static;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:0;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:#1b6f4e;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:#146344;-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;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{margin-top:auto}>.quiz-template--image-with-options .quiz-template__footer:first-child{padding-top:2.5rem}>.quiz-template--image-with-options .quiz-template__footer:last-child{padding-bottom:1.5rem}@media screen and (min-width: 992px){>.quiz-template--image-with-options .quiz-template__footer:first-child{padding-top:2rem}>.quiz-template--image-with-options .quiz-template__footer:last-child{padding-bottom: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 #cccccc;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:#1b6f4e;-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:#1b6f4e}.image-with-options-option.selected{background:#d6fced;border-color:#1b6f4e}.image-with-options-option.selected:after{background:#1b6f4e;border-color:#1b6f4e}.image-with-options-option.selected .image-with-options-option__label{color:#1b6f4e;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-answer-option{cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}@media screen and (max-width: 991.5px){.quiz-answer-option:focus,.quiz-answer-option:active{background:#f8f9fa;border-color:#1b6f4e;-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 .quiz-answer-option:focus:after,.multiple-choices-options--multiple .quiz-answer-option:active:after{border-color:#1b6f4e}}@media screen and (min-width: 992px){.quiz-answer-option:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}.quiz-item{-webkit-animation:fadeIn .1s ease-in-out;animation:fadeIn .1s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.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:first-child{padding-top:1rem}>.quiz-template--growth-profile .quiz-template__footer:last-child{padding-bottom:6rem}@media screen and (min-width: 992px){>.quiz-template--growth-profile .quiz-template__footer:last-child{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:#1b6f4e;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(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.growth-profile-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66}.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:#1b6f4e;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:#146344;-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}}.quiz-finish-btn{text-decoration:none!important}.results-page-2__chart-image-container{max-width:450px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.results-page-2__goal-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-2__goal-wrapper{max-width:580px;padding:0}}.results-page-2__goal-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;margin-bottom:12px}.results-page-2__goal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:56px;width:100%;padding:8px 0}.results-page-2__goal-header-text{font-size:16px;font-weight:700;color:var(--color-text-primary);margin:0}.results-page-2__goal-divider{height:32px;width:1px;background:#e5e7eb;border:none;margin:0}.results-page-2__goal-avatars{display:grid;grid-template-columns:1fr 1fr;height:225px;background-size:cover;background-position:center;background-repeat:no-repeat}.results-page-2__sticky-header{position:fixed;top:0;left:0;right:0;z-index:9999;height:64px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.results-page-2__sticky-content{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:400px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 16px;text-align:center}.results-page-2__sticky-content p{margin-bottom:0!important}@media (min-width: 768px){.results-page-2__sticky-content{margin:0 auto;max-width:580px}}@media (min-width: 1024px){.results-page-2__sticky-content{max-width:1128px}}.results-page-2__countdown-section{color:#1a1a1a}.results-page-2__countdown-label{font-size:9px;font-weight:500;margin:0 0 2px;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:#1b6f4e;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 #146344;box-shadow:0 4px 12px #146344}.results-page-2__sticky-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width: 360px){.results-page-2__sticky-button{padding:12px 24px}}.results-page-2__sticky-button-text{font-size:16px;font-weight:600;text-transform:uppercase;color:var(--color-tertiary, #ffffff)!important;white-space:nowrap;text-decoration:none}@media (max-width: 360px){.results-page-2__sticky-button-text{font-size:12px}}@-webkit-keyframes pulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(27,111,78,.4);box-shadow:0 0 #1b6f4e66}50%{-webkit-box-shadow:0 0 0 8px rgba(27,111,78,0);box-shadow:0 0 0 8px #1b6f4e00}}.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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.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:start;-ms-flex-align:start;align-items:flex-start;-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:#1b6f4e;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:#146344;text-decoration:none;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.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}}.results-page-3__completion-block{background:#fff;padding:0 20px;text-align:center;width:100%}.results-page-3__bottom-section{margin-top:1.5rem}.results-page-3__completion-container{max-width:800px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}@media screen and (min-width: 992px){.results-page-3__completion-container{gap:40px}}.results-page-3__completion-title{font-size:24px;font-weight:700;color:var(--color-text-primary);margin:0;line-height:1.3;text-align:center}@media screen and (min-width: 992px){.results-page-3__completion-title{font-size:28px}}@media screen and (min-width: 1200px){.results-page-3__completion-title{font-size:32px}}.results-page-3__completion-image{width:100%;max-width:600px;margin:0 auto;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}.results-page-3__completion-book-img{width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}.results-page-3__completion-button-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:8px}.results-page-3__completion-button-container .results-page-3__sticky-button{width:100%;max-width:370px;padding:16px 32px}@media screen and (max-width: 767.5px){.results-page-3__completion-button-container .results-page-3__sticky-button{padding:14px 28px}}@media screen and (max-width: 767.5px){.results-page-3__completion-button-container .results-page-3__sticky-button-text{font-size:14px}}.results-page-3__goal-block p{margin-bottom:0}.results-page-3__chart-image-container{max-width:450px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.results-page-3__goal-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-3__goal-wrapper{max-width:580px;padding:0}}.results-page-3__goal-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;margin-bottom:12px}.results-page-3__goal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0;height:56px;width:100%;padding:8px 0}.results-page-3__goal-header-block{-webkit-box-flex:1;-ms-flex:1;flex:1;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:100%}.results-page-3__goal-header-block--now .results-page-3__goal-header-text{color:#dc2626;background-color:#ffe5e5;border-radius:8px;padding:.5rem 1rem}.results-page-3__goal-header-block--goal .results-page-3__goal-header-text{color:#fff;border-radius:8px;padding:.5rem 1rem;background-color:#166534}.results-page-3__goal-header-text{font-size:16px;font-weight:700;margin:0}.results-page-3__goal-divider{height:32px;width:1px;background:#e5e7eb;border:none;margin:0 8px;-ms-flex-negative:0;flex-shrink:0}.results-page-3__goal-avatars{display:grid;grid-template-columns:1fr 1fr;height:225px;background-size:cover;background-position:center;background-repeat:no-repeat}.results-page-3__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-3__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-3__sticky-content p{margin-bottom:0!important}@media (min-width: 768px){.results-page-3__sticky-content{margin:0 auto;max-width:580px}}@media (min-width: 1024px){.results-page-3__sticky-content{max-width:1128px}}.results-page-3__countdown-section{color:#1a1a1a}.results-page-3__countdown-label{font-size:9px;font-weight:500;margin:0 0 2px;color:#1a1a1a}.results-page-3__countdown-time{min-width:82px;font-size:24px;font-weight:600;margin:0;color:#1a1a1a;line-height:1}.results-page-3__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-3__countdown-units p{margin:0;color:#1a1a1a}.results-page-3__countdown-units p:last-child{padding-left:20px}.results-page-3__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:#1b6f4e;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-3__sticky-button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px #146344;box-shadow:0 4px 12px #146344}.results-page-3__sticky-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width: 360px){.results-page-3__sticky-button{padding:12px 24px}}.results-page-3__sticky-button-text{font-size:16px;font-weight:600;text-transform:uppercase;color:var(--color-tertiary, #ffffff)!important;white-space:nowrap;text-decoration:none}@media (max-width: 360px){.results-page-3__sticky-button-text{font-size:12px}}@keyframes pulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(27,111,78,.4);box-shadow:0 0 #1b6f4e66}50%{-webkit-box-shadow:0 0 0 8px rgba(27,111,78,0);box-shadow:0 0 0 8px #1b6f4e00}}.results-page-3__goal-avatar{background-size:contain;background-position:bottom;background-repeat:no-repeat}.results-page-3__goal-avatar--goal{position:relative}.results-page-3__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-3__goal-content{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%;height:100%}.results-page-3__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 12px 0}.results-page-3__goal-vertical-divider{width:1px;background:#e5e7eb;border:none;margin:16px 0;height:65px}.results-page-3__goal-skill,.results-page-3__goal-income{margin-bottom:0}.results-page-3__goal-skill-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.results-page-3__goal-skill-title,.results-page-3__goal-income-title{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0 0 10px;padding-bottom:0}.results-page-3__goal-skill-image,.results-page-3__goal-income-image{width:100%;height:59px;max-width:180px;-o-object-fit:contain;object-fit:contain}.results-page-3__goal-skill-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.results-page-3__goal-income-label{font-size:14px;font-weight:500;color:var(--color-text-secondary);margin:0;padding:8px 0}.results-page-3__goal-disclaimer{font-size:12px;font-weight:400;color:var(--color-text-secondary);margin:0;text-align:center}.results-page-3__readiness-block{margin-bottom:20px;padding:20px}.results-page-3__readiness-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-3__readiness-wrapper{max-width:580px;padding:0}}.results-page-3__readiness-title{margin-bottom:12px;font-size:18px;font-weight:700;text-align:left}@media screen and (max-width: 767.5px){.results-page-3__readiness-title{font-size:16px}}.results-page-3__readiness-label{color:var(--color-text-primary)}.results-page-3__readiness-score{color:#1b6f4e}.results-page-3__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-3__readiness-text{font-weight:500;color:var(--color-text-secondary);margin:0!important}@media screen and (max-width: 767.5px){.results-page-3__readiness-text{font-size:14px}}.results-page-3__readiness-highlight{color:#1b6f4e}.results-page-3__readiness-icon{width:32px;height:37px;-ms-flex-negative:0;flex-shrink:0}.results-page-3__easier-section{background:#f3f4f6;padding:24px 24px 0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 1200px){.results-page-3__easier-section{padding-top:0}}.results-page-3__easier-container{margin:0 auto}@media screen and (min-width: 992px){.results-page-3__easier-container{max-width:580px}}@media screen and (min-width: 1200px){.results-page-3__easier-container{max-width:900px;padding:24px 0}}.results-page-3__easier-title{color:#24234c;text-align:center;font-size:24px;font-weight:600;margin:0 0 24px;font-family:var(--font-heading)}@media screen and (min-width: 992px){.results-page-3__easier-title{font-size:30px}}@media screen and (min-width: 1200px){.results-page-3__easier-title{font-size:36px}}.results-page-3__easier-content{margin:24px 0}@media screen and (min-width: 1200px){.results-page-3__easier-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}}.results-page-3__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-3__easier-images{gap:32px;margin-bottom:0}}.results-page-3__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-3__easier-person-image,.results-page-3__easier-workflow-image{width:150px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1200px){.results-page-3__easier-person-image,.results-page-3__easier-workflow-image{width:250px}}.results-page-3__easier-points{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 1200px){.results-page-3__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:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}}.results-page-3__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-3__easier-point{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}}.results-page-3__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}.results-page-3__easier-point-text p{margin-bottom:0}@media screen and (min-width: 1200px){.results-page-3__easier-point-text{font-size:18px}}.results-page-3__easier-point-icon{margin-right:16px;height:34px;width:24px;-o-object-fit:contain;object-fit:contain;-ms-flex-negative:0;flex-shrink:0}.results-page-3__book-section{background:#fff;padding:30px 20px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.results-page-3__book-section .results-page-3__book-button-container{margin-top:2rem}.results-page-3__book-container{max-width:1200px;margin:0 auto}.results-page-3__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-3__book-title{font-size:24px;margin-bottom:30px}}.results-page-3__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-3__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-3__book-item:hover{border-color:#ccc}.results-page-3__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-3__book-item-header{padding:2rem 1rem}}.results-page-3__book-item-number{-webkit-box-flex:1;-ms-flex:1;flex:1}.results-page-3__book-number-text{font-size:3.5rem;font-weight:700;color:#333;margin:0;text-align:left;display:block;line-height:1}.results-page-3__book-item-icon{-ms-flex-negative:0;flex-shrink:0}.results-page-3__book-item-icon svg{width:56px;height:56px}@media screen and (max-width: 767.5px){.results-page-3__book-item-icon svg{width:48px;height:48px}}.results-page-3__book-icon-image{width:56px;height:56px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 767.5px){.results-page-3__book-icon-image{width:48px;height:48px}}.results-page-3__book-item-content{border-top:1px solid #e5e5e5}.results-page-3__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-3__book-toggle-btn:hover{background-color:#0000000d}.results-page-3__book-toggle-btn[aria-expanded=true] .results-page-3__book-toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.results-page-3__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-3__book-item-title{font-weight:500;color:#333;margin:0!important;-webkit-box-flex:1;-ms-flex:1;flex:1}.results-page-3__book-item-title{font-size:16px}@media screen and (min-width: 450px){.results-page-3__book-item-title{font-size:calc(16px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.results-page-3__book-item-title{font-size:18px}}.results-page-3__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-3__book-toggle-icon path{fill:#666}.results-page-3__book-expandable{display:none;max-height:0;overflow:hidden}.results-page-3__book-expandable.expanded{display:block!important}.results-page-3__book-content-text{padding:0 24px 24px;color:#666;font-size:16px;line-height:1.6;text-align:left}.results-page-3__book-content-text p{padding-top:1rem;margin:0}.results-page-3__book-content-text p{font-size:14px}@media screen and (min-width: 450px){.results-page-3__book-content-text p{font-size:calc(14px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.results-page-3__book-content-text p{font-size:16px}}.results-page-3__bottom-section{background:#fff;text-align:center;padding:0 1rem}.results-page-3__bottom-container{max-width:800px;margin:0 auto}.results-page-3__bottom-content{margin-bottom:40px;text-align:left}.results-page-3__bottom-content h1,.results-page-3__bottom-content h2,.results-page-3__bottom-content h3,.results-page-3__bottom-content h4,.results-page-3__bottom-content h5,.results-page-3__bottom-content h6{color:#333;margin-bottom:16px}.results-page-3__bottom-content h1:first-child,.results-page-3__bottom-content h2:first-child,.results-page-3__bottom-content h3:first-child,.results-page-3__bottom-content h4:first-child,.results-page-3__bottom-content h5:first-child,.results-page-3__bottom-content h6:first-child{margin-top:0}.results-page-3__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-3__bottom-content p{font-size:14px}}.results-page-3__bottom-content p:last-child{margin-bottom:0}.results-page-3__bottom-content ul,.results-page-3__bottom-content ol{color:#666;font-size:16px;line-height:1.6}@media screen and (max-width: 767.5px){.results-page-3__bottom-content ul,.results-page-3__bottom-content ol{font-size:14px}}.results-page-3__bottom-content strong{color:#333}.results-page-3__bottom-button-container{margin-top:0}.results-page-3__bottom-button{display:inline-block;background:#1b6f4e;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-3__bottom-button:hover{background:#146344;text-decoration:none;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.results-page-3__bottom-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 767.5px){.results-page-3__bottom-button{padding:14px 28px;font-size:14px}}.results-page-3__container{max-width:1200px;margin:0 auto;padding:0!important;text-align:center}.results-page-3__chart-section{margin-bottom:60px}.results-page-3__chart-title{font-size:24px;font-weight:600;margin-bottom:40px;color:var(--color-text-primary)}@media screen and (min-width: 992px){.results-page-3__chart-title{font-size:28px}}@media screen and (min-width: 1200px){.results-page-3__chart-title{font-size:32px}}.results-page-3__chart-container{margin:0 auto;max-width:656px}.results-page-3__lottie-container{border-radius:12px;overflow:hidden;background:#ffffff0d;backdrop-filter:blur(10px);margin-bottom:20px}.results-page-3__lottie-iframe{width:100%;height:auto;max-width:656px;aspect-ratio:656/460;border:none;display:block}.results-page-3__disclaimer{font-size:12px;color:var(--color-text-secondary);opacity:.7;margin-top:10px}.results-page-3__bottom-section{text-align:center}.results-page-3__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-3__bottom-heading{font-size:28px}}@media screen and (min-width: 1200px){.results-page-3__bottom-heading{font-size:32px;margin-bottom:0}}@media screen and (min-width: 768px){.results-page-3__container{padding:30px 15px}.results-page-3__chart-title{font-size:20px;margin-bottom:30px}.results-page-3__bottom-heading{font-size:20px}.results-page-3__chart-section{margin-bottom:40px}.results-page-3.quiz-template--results-page-3{padding-top:64px}}.quiz-template--results-page-3{padding-top:4.5rem}.quiz-template--results-page-3 .summary-8__content{margin-top:2rem;margin-bottom:2rem}.justify-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.quiz-template--input .input-template__form-container{max-width:500px;margin:0 auto 2rem;padding:0 1.5rem}.quiz-template--input .input-template__label{display:block;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem;text-align:center}@media screen and (min-width: 992px){.quiz-template--input .input-template__label{font-size:1.2rem;margin-bottom:1rem}}.quiz-template--input .input-template__required{color:#dc3545;margin-left:.25rem}.quiz-template--input .input-template__input-container{position:relative;margin-bottom:1.5rem}.quiz-template--input .input-template__field{width:100%;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:500;background:#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}.quiz-template--input .input-template__field::-webkit-input-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field::-moz-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field:-ms-input-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field::-ms-input-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field::placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field:focus{outline:none;border-color:var(--color-primary, #007cba);-webkit-box-shadow:0 0 0 3px rgba(0,124,186,.1);box-shadow:0 0 0 3px #007cba1a}@media screen and (min-width: 992px){.quiz-template--input .input-template__field{padding:1.25rem 1.5rem;font-size:1.1rem}}.quiz-template--input .input-template__button{text-align:center;margin-top:2rem}.quiz-template--input .input-template__continue-btn{background:#e0e0e0;color:#999;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:not-allowed;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.quiz-template--input .input-template__continue-btn--enabled{background:#1b6f4e;color:#fff;cursor:pointer}.quiz-template--input .input-template__continue-btn--enabled:hover{background:#1b6f4e;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,124,186,.3);box-shadow:0 4px 12px #007cba4d}.quiz-template--input .input-template__continue-btn--enabled:active{-webkit-transform:translateY(0);transform:translateY(0)}.quiz-template--input .input-template__continue-btn:disabled{opacity:.6;cursor:not-allowed}@media screen and (min-width: 992px){.quiz-template--input .input-template__continue-btn{padding:1.25rem 2.5rem;font-size:1.1rem}}.quiz-template--input .input-template__footer{margin-top:3rem;text-align:center}@media screen and (max-width: 767.5px){.quiz-template-status-update .quiz-item__body{margin-bottom:0!important}.quiz-template-status-update .quiz-header{display:none!important}}.book-result-summary{padding-bottom:1rem;margin-top:2rem;padding-left:1rem;padding-right:1rem;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.book-result-summary{padding-bottom:2rem;margin-top:3rem}}.book-result-summary__container{max-width:42rem;margin:0 auto;color:#000;text-align:left}.book-result-summary__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#000;text-align:center}@media screen and (min-width: 992px){.book-result-summary__title{font-size:2rem}}.book-result-summary__card{margin-bottom:1rem;background:#ffffffb3;border-radius:.5rem;border:1px solid rgb(209,213,219);padding:1rem}@media screen and (min-width: 992px){.book-result-summary__card{padding:1.5rem}}.book-result-summary__section{margin-bottom:1.5rem}.book-result-summary__section:last-child{margin-bottom:0}.book-result-summary__section-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#000}.book-result-summary__divider{border-top:1px solid rgba(156,163,175,.2);margin:1.5rem 0}.book-result-summary__divider:first-child{margin-top:0}.book-result-summary__divider:last-child{margin-bottom:0}.book-result-summary__systems{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media screen and (min-width: 992px){.book-result-summary__systems{padding:0 1.5rem}}.book-result-summary__system{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-flex:1;-ms-flex:1;flex:1;min-width:80px}.book-result-summary__system-icon{width:2rem;height:2rem;margin-bottom:.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}.book-result-summary__system-icon img,.book-result-summary__system-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.book-result-summary__system-label{font-size:1rem;text-align:center;color:#000}.book-result-summary__symptoms{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.book-result-summary__symptom{background:#dce6e5;border-radius:9999px;padding:.375rem .75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.book-result-summary__symptom-icon{height:1rem;width:1rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result-summary__symptom-icon img,.book-result-summary__symptom-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.book-result-summary__symptom-label{font-size:1rem;color:#344f5e}.book-result-summary__root-causes{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}.book-result-summary__root-causes-icon{width:5rem;height:5rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result-summary__root-causes-icon img,.book-result-summary__root-causes-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.book-result-summary__root-causes-icon{width:5rem;height:5rem}}.book-result-summary__root-causes-list{-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}.book-result-summary__root-cause{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.book-result-summary__root-cause:last-child{margin-bottom:0}.book-result-summary__root-cause-indicator{width:1rem;height:1rem;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.book-result-summary__root-cause-label{font-size:1rem;color:#000}.book-result-summary__description{max-width:42rem;padding-bottom:2rem;font-size:1rem;color:#000;text-align:left;margin:auto}@media screen and (min-width: 992px){.book-result-summary__description{padding-bottom:3rem;font-size:1.25rem}}.book-result-summary__description p{margin-bottom:1rem}.book-result-summary__description p:last-child{margin-bottom:0}.book-result-summary__description strong,.book-result-summary__description .font-semibold{font-weight:600}.book-result-expect{padding-bottom:2rem}@media screen and (min-width: 992px){.book-result-expect{padding-bottom:3rem}}.book-result-expect__button{color:#fff!important}.book-result-expect__highlight-box{border-radius:.5rem;padding:1rem;margin-bottom:2rem;max-width:31.25rem;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.book-result-expect__highlight-box{margin-bottom:2rem}}.book-result-expect__highlight-text{color:#fff;font-size:1rem;line-height:1.5;margin:0;padding:0}.book-result-expect__highlight-text strong,.book-result-expect__highlight-text .font-bold{font-weight:700}.book-result-expect .truth-box-wrapper{padding:0 1rem}.book-result-expect__truth-box{background-color:#069393;border-radius:.5rem;padding:1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;text-align:left}@media screen and (min-width: 992px){.book-result-expect__truth-box{padding:1.5rem;margin-bottom:3rem}}.book-result-expect__truth-content{color:#fff;font-size:1rem;line-height:1.5}.book-result-expect__truth-content p{font-size:1rem}.book-result-expect__truth-content p{margin-bottom:.5rem}.book-result-expect__truth-content p:last-child{margin-bottom:0}.book-result-expect__truth-content strong,.book-result-expect__truth-content .font-bold{font-weight:700}.book-result-expect__header{padding-bottom:2rem}@media screen and (min-width: 992px){.book-result-expect__header{padding-bottom:3rem}}.book-result-expect__header-container{max-width:33.125rem;margin:0 auto;padding:0 .9375rem;text-align:center}.book-result-expect__header-title{font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem);color:#000;margin-bottom:1rem;font-weight:700;line-height:1.4}@media screen and (min-width: 992px){.book-result-expect__header-title{margin-bottom:1.5rem}}.book-result-expect__header-logo{margin-bottom:1.5rem;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}@media screen and (min-width: 992px){.book-result-expect__header-logo{margin-bottom:2rem}}.book-result-expect__header-logo img{height:1.75rem;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.book-result-expect__header-logo img{height:2.25rem}}.book-result-expect__header-image img{width:100%;height:auto;border-radius:1rem}.book-result-expect__items{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}.book-result-expect__item{margin:0 auto 3rem;max-width:100%}.book-result-expect__item--last{margin-bottom:0}@media screen and (min-width: 992px){.book-result-expect__item{margin-bottom:3rem}}.book-result-expect__item-header{background-color:#8b4513;padding:1.5rem 1rem;margin-bottom:1.5rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 992px){.book-result-expect__item-header{padding:1.5rem}}.book-result-expect__item-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;color:#fff;font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem);text-align:center;max-width:100%;margin:0 auto;padding:0 1rem}@media screen and (min-width: 992px){.book-result-expect__item-header-content{font-size:clamp(2rem,1.625rem + 1.875vw,3rem);max-width:80rem;padding:0 2rem}}.book-result-expect__item-page{font-weight:400;font-size:1.375rem;font-family:var(--font-primary)}@media screen and (min-width: 992px){.book-result-expect__item-page{font-size:calc(1.275rem + .2307692308vw)}}@media screen and (min-width: 992px) and (min-width: 1560px){.book-result-expect__item-page{font-size:1.5rem}}.book-result-expect__item-title{font-weight:700;font-size:1.375rem;font-family:var(--font-primary)}@media screen and (min-width: 992px){.book-result-expect__item-title{font-size:calc(1.275rem + .2307692308vw)}}@media screen and (min-width: 992px) and (min-width: 1560px){.book-result-expect__item-title{font-size:1.5rem}}.book-result-expect__item-subtitle{font-weight:400;font-size:1rem;display:block;width:100%}@media screen and (min-width: 992px){.book-result-expect__item-subtitle{font-size:1.125rem}}.book-result-expect__item-content{max-width:33.125rem;margin:0 auto;padding:0 .9375rem;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}@media screen and (min-width: 992px){.book-result-expect__item-content{gap:2rem}}.book-result-expect__item-image{width:100%}.book-result-expect__item-image img{width:100%;height:auto;border-radius:1rem;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.book-result-expect__item-text{font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:400;color:#000;line-height:1.625;text-align:left;width:100%}.book-result-expect__item-text p{margin-bottom:1rem}.book-result-expect__item-text p:last-child{margin-bottom:0}.book-result-expect__item-text ul{list-style-type:disc;list-style-position:outside;padding-left:1.5rem;margin:0}.book-result-expect__item-text ul li{font-size:1rem;color:#000;margin-bottom:.5rem}.book-result-expect__item-text ul li:last-child{margin-bottom:0}.book-result-expect__item-text ul li::marker{color:#000}.book-result-expect__item-text strong,.book-result-expect__item-text .font-semibold{font-weight:600}.book-result-expect__footer{max-width:42rem;margin:1rem auto 0;text-align:center}.book-result-expect__footer-text{font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem);font-weight:600;color:#000;margin:0}.book-result-expect__button{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.trusted-by{padding:1.5rem 0;margin-bottom:2rem}@media screen and (min-width: 992px){.trusted-by{padding:1.5rem 0;margin-bottom:3rem}}.trusted-by__container{max-width:33.125rem;margin:0 auto;padding:0 .9375rem;text-align:center}.trusted-by__title{font-weight:400;color:#000;margin-bottom:1.5rem;margin-top:0;line-height:1.5;font-size:1rem}@media screen and (min-width: 992px){.trusted-by__title{margin-bottom:2rem}}.trusted-by__logos{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;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 992px){.trusted-by__logos{gap:2rem}}.trusted-by__logo{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:1;flex:1;min-width:0}.trusted-by__logo-image{max-width:4rem;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.access-features-wrapper{max-width:31.25rem;margin-left:auto;margin-right:auto;text-align:left;padding:0 1rem}.access-features{border:1px solid rgba(22,152,135,.4);border-radius:.5rem;padding:.5rem;margin-bottom:2rem}@media screen and (min-width: 992px){.access-features{margin-bottom:3rem}}.access-features__title{font-size:1.25rem;color:#1b1b1f;font-weight:700;margin-bottom:1.5rem;margin-top:0;text-align:left;line-height:1.5}@media screen and (min-width: 992px){.access-features__title{text-align:center;font-size:1.25rem}}.access-features__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.access-features__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid rgba(22,152,135,.2)}.access-features__item--last{border-bottom:none}.access-features__item-icon{width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.access-features__icon-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.access-features__item-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1rem;color:#000;font-weight:700}@media screen and (min-width: 992px){.access-features__item-content{font-size:1.25rem}}.access-features__item-title{font-size:inherit;font-weight:700;color:#000;margin-bottom:.25rem;margin-top:0;line-height:1.4}.access-features__item-description{font-weight:400;color:#000;line-height:1.5}.access-features__item-description p{margin-bottom:.5rem}.access-features__item-description p:last-child{margin-bottom:0}.access-features__item-description strong,.access-features__item-description .font-semibold{font-weight:600}.quiz-template-book-result .quiz-flow-container{padding-top:0;padding-bottom:0;max-width:100%}.quiz-template-book-result .quiz-template__footer{max-width:900px;width:100%;margin:auto}.quiz-template-book-result .quiz-item__content{padding-bottom:0}.quiz-template-book-result .offer-testimonial{text-align:left}.quiz-template-book-result .quiz-finish-btn{color:#fff!important}.quiz-template--top-matches .top-matches-container{max-width:100%;margin:0 auto;padding:1rem}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches-container{padding:2rem}}.quiz-template--top-matches .top-matches__description{font-size:1.25rem;color:#000;margin:0 auto 1rem;max-width:500px;text-align:left}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__description{text-align:center}}.quiz-template--top-matches .top-matches__title{font-weight:700;color:#000;margin:0 0 2rem;text-align:center;line-height:1.2}.quiz-template--top-matches .top-matches__title *{margin:0;font-size:1.7rem;font-weight:700}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__title *{font-size:2.25rem}}.quiz-template--top-matches .top-matches__title span{color:#169898}.quiz-template--top-matches .top-matches__items{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.quiz-template--top-matches .top-matches__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 2rem) / 3);flex:0 0 calc((100% - 2rem) / 3);max-width:calc((100% - 2rem) / 3)}}.quiz-template--top-matches .top-matches__item-image{width:100%;overflow:hidden;border-top-left-radius:.5rem;border-top-right-radius:.5rem;aspect-ratio:4/3;position:relative}.quiz-template--top-matches .top-matches__item-image img,.quiz-template--top-matches .top-matches__item-image .top-matches__item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.quiz-template--top-matches .top-matches__item-card{background:#fff;padding:.5rem .5rem .75rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__item-card{padding:1rem}}.quiz-template--top-matches .top-matches__item-title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.4}.quiz-template--top-matches .top-matches__item-text{font-size:1.125rem;color:#000;line-height:1.5;margin:0}.top-matches-continue-btn{width:100%;background:#1b6f4e;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(27,111,78,.3);box-shadow:0 8px 24px #1b6f4e4d}.top-matches-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(27,111,78,.4);box-shadow:0 12px 32px #1b6f4e66}.top-matches-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.top-matches-continue-btn__text{display:block}.summary__progress{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%;max-width:34.625rem;gap:1rem;margin-bottom:1rem;padding:0;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary__progress{margin-bottom:2rem}}.summary__progress-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:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#1b6f4e4d;border-radius:.5rem;-webkit-box-shadow:none;box-shadow:none;height:.375rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.summary__progress-item--active{background-color:#1b6f4e}@media screen and (max-width: 767.5px){.quiz-template-summary .quiz-flow-container{padding:.5rem}}.summary__title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.3}@media screen and (min-width: 992px){.summary__title{font-size:1.75rem;margin-bottom:1.25rem}}.summary__text{font-size:1rem;color:#000;line-height:1.5;margin:0 0 1.5rem;font-weight:400}@media screen and (min-width: 992px){.summary__text{margin-bottom:2rem;font-size:1.125rem}}.summary-continue-btn{width:100%;background:#1b6f4e;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(27,111,78,.3);box-shadow:0 8px 24px #1b6f4e4d;margin-top:1.5rem}.summary-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(27,111,78,.4);box-shadow:0 12px 32px #1b6f4e66}.summary-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.summary-continue-btn__text{display:block}@media screen and (max-width: 767.5px){.quiz-summary-step .quiz-template__button{margin-top:1rem!important}.quiz-summary-step .quiz-template__button .summary-continue-btn{margin-top:0!important}}.summary-1__content .quiz-template__button,.summary-2__content .quiz-template__button,.summary-3__content .quiz-template__button,.summary-4__content .quiz-template__button,.summary-11__content .quiz-template__button{margin-top:1.5rem;margin-bottom:0}@media screen and (min-width: 992px){.summary-1__content .quiz-template__button,.summary-2__content .quiz-template__button,.summary-3__content .quiz-template__button,.summary-4__content .quiz-template__button,.summary-11__content .quiz-template__button{margin-top:2rem}}.quiz-template--summary-1{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-1{padding:2rem}}.summary-1__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-1__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-1__chart{margin-top:1rem;position:relative;max-width:536px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary-1__chart{margin-top:2rem}}.summary-1 .chart-label-left{position:absolute;top:6px;left:6px;text-align:center;height:9.6%;width:20.8%;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:1}.summary-1 .chart-label-left{font-size:9px}@media screen and (min-width: 450px){.summary-1 .chart-label-left{font-size:calc(9px + 5 * (100vw - 450px) / 126)}}@media screen and (min-width: 576px){.summary-1 .chart-label-left{font-size:14px}}@media screen and (min-width: 500px){.summary-1 .chart-label-left{top:8px;left:8px}}@media screen and (min-width: 576px){.summary-1 .chart-label-left{top:8px;left:8px}}.summary-1 .chart-label-right{position:absolute;top:6px;right:6px;text-align:center;height:9.6%;width:20.8%;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:1}.summary-1 .chart-label-right{font-size:9px}@media screen and (min-width: 450px){.summary-1 .chart-label-right{font-size:calc(9px + 5 * (100vw - 450px) / 126)}}@media screen and (min-width: 576px){.summary-1 .chart-label-right{font-size:14px}}@media screen and (min-width: 500px){.summary-1 .chart-label-right{top:8px;right:12px}}@media screen and (min-width: 576px){.summary-1 .chart-label-right{top:9px;right:13px}}.summary-1__chart-bottom-labels{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 8px}@media screen and (min-width: 768px){.summary-1__chart-bottom-labels{padding:0 14px}}.summary-1 .chart-label-bottom-left{font-weight:600;color:#000;line-height:1}.summary-1 .chart-label-bottom-left{font-size:9px}@media screen and (min-width: 450px){.summary-1 .chart-label-bottom-left{font-size:calc(9px + 5 * (100vw - 450px) / 126)}}@media screen and (min-width: 576px){.summary-1 .chart-label-bottom-left{font-size:14px}}.summary-1 .chart-label-bottom-right{font-weight:600;color:#000;line-height:1}.summary-1 .chart-label-bottom-right{font-size:9px}@media screen and (min-width: 450px){.summary-1 .chart-label-bottom-right{font-size:calc(9px + 5 * (100vw - 450px) / 126)}}@media screen and (min-width: 576px){.summary-1 .chart-label-bottom-right{font-size:14px}}.summary-1__chart-title{font-size:.875rem;font-weight:400;color:#000;margin:0 0 .5rem!important;text-align:center}@media screen and (min-width: 992px){.summary-1__chart-title{font-size:1rem;margin-bottom:1.25rem!important}}.summary-1__chart-image{width:100%;position:relative}.summary-1__chart-img{width:100%;height:auto;display:block}@media screen and (max-width: 767.5px){.summary-1.summary-1--lower-image-height-mobile .summary-1__chart-img{max-height:120px;-o-object-fit:contain;object-fit:contain}}.summary-1__chart-legend{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;margin-top:.5rem}.summary-1__legend-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.summary-1 .summary-continue-btn{margin-top:0!important}.summary-1 .quiz-template__button{margin-top:1rem}.summary-1__legend-line{width:1.5rem;height:.25rem;border-radius:.125rem;-ms-flex-negative:0;flex-shrink:0}.summary-1__legend-line--beyond-body{background-color:#5acd81}.summary-1__legend-line--dieting{background-color:#ff5c00}.summary-1__legend-text{font-size:.875rem;color:#000;margin:0;line-height:1.4;margin-bottom:0!important;text-align:left}@media screen and (min-width: 992px){.summary-1__legend-text{font-size:1rem}}.quiz-template--summary-2{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-2{padding:2rem}}.quiz-item[data-quiz-id="4398"] .summary-1__chart-bottom-labels{display:-webkit-box;display:-ms-flexbox;display:flex}.quiz-item[data-quiz-id="4398"] .summary-1__chart-image{padding-bottom:1rem}.summary-2 p{margin-bottom:0}.summary-2__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-2__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-2__section{margin-bottom:.75rem}.summary-2__section:last-child{margin-bottom:0}@media screen and (min-width: 992px){.summary-2__section{margin-bottom:2rem}.summary-2__section:last-child{margin-bottom:0}}.summary-2__section-title{font-size:.875rem;font-weight:500;color:#000;margin:1.5rem 0 .5rem;text-align:center}@media screen and (max-width: 767.5px){.summary-2__section-title{margin-top:.5rem!important}}@media screen and (min-width: 992px){.summary-2__section-title{font-size:1rem;margin-bottom:.75rem}}.summary-2 .summary-continue-btn{margin-top:0}.summary-2__section-value{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 1rem;line-height:1.2}@media screen and (max-width: 767.5px){.summary-2__section-value{margin-top:.5rem!important;margin-bottom:0rem!important}}@media screen and (min-width: 992px){.summary-2__section-value{font-size:2.5rem;margin-bottom:1.25rem}}.summary-2__section-description{font-size:.875rem;color:#000;line-height:1.5;margin:0 0 1rem}@media screen and (min-width: 992px){.summary-2__section-description{font-size:1rem;margin-bottom:1.25rem}}.summary-2__bmi-scale{margin-top:1rem}@media screen and (max-width: 767.5px){.summary-2__bmi-scale{margin-top:0rem!important}}.summary-2__bmi-scale-image{width:100%;margin-bottom:.75rem}.summary-2__bmi-scale-img{width:100%;height:auto;display:block}@media screen and (max-width: 767.5px){.summary-2__bmi-scale-img{-o-object-fit:contain;object-fit:contain}}.summary-2__bmi-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem}.summary-2__bmi-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.summary-2__bmi-label-indicator{width:.75rem;height:.25rem;border-radius:.125rem;-ms-flex-negative:0;flex-shrink:0}.summary-2__bmi-label-indicator--normal{background-color:#87ceeb}.summary-2__bmi-label-indicator--overweight{background-color:gold}.summary-2__bmi-label-indicator--obesity{background-color:#ff4500}.summary-2__bmi-label-text{font-size:.75rem;color:#000;margin:0;line-height:1.4}@media screen and (min-width: 992px){.summary-2__bmi-label-text{font-size:.875rem}}.summary-2__alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;background-color:#fe7677;border-radius:.5rem;padding:.5rem;margin-top:.5rem}@media screen and (min-width: 992px){.summary-2__alert{margin-top:1rem;padding:1rem}}.summary-2 .quiz-template__button{margin-top:1rem}.summary-2__alert-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.summary-2__alert-text{font-size:.875rem;font-weight:500;color:#fff;margin:0;line-height:1.4}@media screen and (min-width: 992px){.summary-2__alert-text{font-size:1rem}}.quiz-template--summary-3{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-3{padding:2rem}}.summary-3 p{margin-bottom:0}.summary-3 .summary-3__section-title,.summary-3 .summary-3__section-value,.summary-3 .summary-3__section-description{text-align:left!important}.summary-3 .summary-3__section-description{font-weight:400!important}.summary-3__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-3__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-3__section{margin-top:1rem}.summary-3__section-title{font-size:.875rem;font-weight:500;color:#000;margin:0 0 .5rem;text-align:center}@media screen and (min-width: 992px){.summary-3__section-title{font-size:1rem;margin-bottom:.75rem}}.summary-3__section-value{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 1rem;line-height:1.2;text-align:center}@media screen and (min-width: 992px){.summary-3__section-value{font-size:2.5rem;margin-bottom:1.25rem}}.summary-3__section-description{font-size:.875rem;color:#000;line-height:1.5;margin:0 0 1rem;text-align:center}@media screen and (min-width: 992px){.summary-3__section-description{font-size:1rem;margin-bottom:1.25rem}}.summary-3__scale{margin-top:.5rem}@media screen and (min-width: 992px){.summary-3__scale{margin-top:1rem}}.summary-3__scale-image{width:100%}.summary-3__scale-img{width:100%;height:auto;display:block}.quiz-template--summary-4{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-4{padding:2rem}}.summary-4 p{margin-bottom:0;text-align:left}.summary-4 .summary-4__text{text-align:center}.summary-4__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-4__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-4__book-image{width:100%;margin:1.5rem 0;position:relative;max-width:400px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary-4__book-image{margin:2rem auto;max-width:500px}}.summary-4__book-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.summary-4__timeline{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:0;position:relative;padding-left:1.5rem}@media screen and (min-width: 992px){.summary-4__timeline{margin-top:2.5rem;padding-left:2rem}}.summary-4__timeline-item{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;gap:.75rem;padding-bottom:1.5rem}.summary-4__timeline-item:not(:last-child):after{content:"";position:absolute;left:-1.32rem;top:.75rem;width:2px;height:calc(100% - .75rem);background-color:#87ceeb;z-index:1}.summary-4__timeline-item:last-child{padding-bottom:0}@media screen and (min-width: 992px){.summary-4__timeline-item{padding-bottom:2rem}.summary-4__timeline-item:last-child{padding-bottom:0}}.summary-4__timeline-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;position:relative}.summary-4__timeline-marker{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;background-color:#87ceeb;min-height:unset;height:1.5rem;width:1.5rem;max-height:unset;display:block;text-align:left;border-radius:6.25rem;cursor:initial;position:absolute;left:-2rem;top:0;-ms-flex-negative:0;flex-shrink:0;z-index:2}@media screen and (min-width: 992px){.summary-4__timeline-marker{left:-2rem}}.summary-4__timeline-week{font-size:.875rem;font-weight:600;margin:0;line-height:1.4}@media screen and (min-width: 992px){.summary-4__timeline-week{font-size:1rem}}.summary-4__timeline-week-number{color:#000}.summary-4__timeline-week-subtitle{color:#666}.summary-4__timeline-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;position:relative;padding-left:0}.summary-4__timeline-description{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:0}.summary-4__timeline-text{font-size:.875rem;color:#000;line-height:1.5;margin:0;font-weight:400}@media screen and (min-width: 992px){.summary-4__timeline-text{font-size:1rem}}.quiz-template--summary-5{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-5{padding:2rem}}.summary-5 p{margin-bottom:0;text-align:center}.summary-5__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-5__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-5__testimonials{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:1.5rem}@media screen and (min-width: 992px){.summary-5__testimonials{gap:1.5rem;margin-top:2rem}}.summary-5__testimonial{background-color:#fff;border-radius:.5rem;padding:1.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;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;gap:1rem}@media screen and (min-width: 992px){.summary-5__testimonial{padding:2rem;gap:1.25rem}}.summary-5__testimonial-logo{width:100%;max-width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 992px){.summary-5__testimonial-logo{max-width:250px}}.summary-5__testimonial-logo-img{width:100%;height:auto;display:block}.summary-5__testimonial-quote{font-size:.875rem;font-weight:500;color:#000;line-height:1.5;margin:0;text-align:center}@media screen and (min-width: 992px){.summary-5__testimonial-quote{font-size:1rem}}.quiz-template--summary-6{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-6{padding:2rem}}.summary-6 p{margin-bottom:0;text-align:center}.summary-6__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-6__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-6__before-after{width:100%;margin:1rem 0;position:relative;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary-6__before-after{max-width:480px}}.summary-6__before-after-image{width:100%;position:relative}.summary-6__before-after-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.summary-6__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;margin:0}.summary-6__star{width:26px;height:25px;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 992px){.summary-6__star{width:30px;height:29px}}.summary-6__review{margin:1rem 0;text-align:left}.summary-6__review p{font-size:.875rem;color:#000;line-height:1.5;margin:0 0 1rem;text-align:left;font-weight:600}.summary-6__review p:last-child{margin-bottom:0}@media screen and (min-width: 992px){.summary-6__review p{font-size:1rem;margin-bottom:1.25rem}.summary-6__review p:last-child{margin-bottom:0}}.summary-6__reviewer{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:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-top:1.5rem}@media screen and (min-width: 992px){.summary-6__reviewer{margin-top:2rem;gap:1.5rem}}.summary-6__reviewer-name{font-size:.875rem;font-weight:700;color:#000;margin:0;text-align:left;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (min-width: 992px){.summary-6__reviewer-name{font-size:1rem}}.summary-6__verified{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.summary-6__verified-icon{width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0}.summary-6__verified-text{font-size:.875rem;font-weight:500;color:#31c062;margin:0;text-align:left}@media screen and (min-width: 992px){.summary-6__verified-text{font-size:1rem}}.quiz-template--summary-7{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-7{padding:2rem}}.summary-7 p{margin-bottom:0;text-align:center}.summary-7 .offer-personalized-plan__wrapper{background:transparent!important}.summary-7 .offer-personalized-plan__benefit-text p{font-weight:400}.summary-7 .offer-personalized-plan__benefit-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.summary-7 .offer-personalized-plan__cta{display:none!important}.summary-7 .offer-personalized-plan__pages-title{display:inline-block!important}.summary-7 .offer-personalized-plan__pages-subtitle{display:inline}.summary-7__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-7__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-7 .offer-personalized-plan__wrapper{margin:0!important}.summary-7 .offer-personalized-plan{background:transparent;padding:0!important;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-7 .offer-personalized-plan__container{background:transparent;padding:0;display:block}.summary-7 .offer-personalized-plan__image-desktop{display:none!important}.summary-7 .offer-personalized-plan__benefit{margin-bottom:.5rem}.summary-7 .quiz-template__button{margin-top:1rem!important}.summary-7 .offer-personalized-plan__image-mobile{display:block!important;margin:1rem 0;width:100%;max-width:100%}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__image-mobile{margin:1.5rem 0}}.summary-7 .offer-personalized-plan__image-mobile img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-7 .offer-personalized-plan__title{display:block!important;margin-bottom:1rem;text-align:center}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__title{margin-bottom:1.5rem}}.summary-7 .offer-personalized-plan__content{display:block!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.summary-7 .offer-personalized-plan__benefits{width:100%}.summary-7 .offer-personalized-plan__benefits p{text-align:left}.summary-7 .offer-personalized-plan__pages{margin:0}.summary-7 .offer-personalized-plan__pages-title{text-align:center;margin-bottom:.5rem}.summary-7 .offer-personalized-plan__pages-subtitle{text-align:center}.summary-7 .offer-personalized-plan__benefit-list{margin-top:1rem}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__benefit-list{margin-top:1.5rem}}.summary-7 .quiz-template__button{margin-top:1.5rem}@media screen and (min-width: 992px){.summary-7 .quiz-template__button{margin-top:2rem}}.quiz-template--summary-8{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-8{padding:2rem}}.summary-8 p{margin-bottom:0;text-align:center}.summary-8__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-8__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-8 .quiz-template__button{margin-top:1.5rem}@media screen and (min-width: 992px){.summary-8 .quiz-template__button{margin-top:2rem}}.summary-8__info-block{background:#fff;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;margin:1.5rem 0;padding:1rem;border-radius:.5rem;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.summary-8__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;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:150px}@media screen and (min-width: 992px){.summary-8__list{gap:1.25rem}}.summary-8__list-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: 992px){.summary-8__list-item{gap:1rem;min-width:180px}}.summary-8__list-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;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}.summary-8__list-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-8__list-text{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;text-align:left}.summary-8__list-label{font-size:.75rem;color:#999;line-height:1.2}.summary-8__list-value{font-size:.875rem;font-weight:600;color:#000;line-height:1.3;text-transform:capitalize}@media screen and (min-width: 992px){.summary-8__list-value{font-size:1rem}}.summary-8__heading-wrapper{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}@media screen and (min-width: 992px){.summary-8__heading-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:1rem}}.summary-8__heading{font-size:1.125rem;font-weight:700;color:#000;margin:0;text-align:center}@media screen and (min-width: 992px){.summary-8__heading{font-size:1.25rem;text-align:right}}.summary-8__heading-image img{max-height:200px;-o-object-fit:contain;object-fit:contain}.summary-8__heading-text-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-8__heading-text-2 p{font-size:14px}@media screen and (min-width: 992px){.summary-8__heading-text-2 p{font-size:16px}}.summary-8__warning-section{margin:1.5rem 0;overflow:hidden;text-align:left}.summary-8__warning-title{font-size:1.125rem;font-weight:700;color:#000;margin:0 0 1rem;text-align:center}@media screen and (min-width: 992px){.summary-8__warning-title{font-size:1.25rem;margin-bottom:1.5rem}}.summary-8__warning-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.summary-8__warning-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;padding:.75rem;border-radius:.5rem;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;text-align:left}.summary-8__warning-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:.75rem;padding:.5rem;border-radius:9999px;background-color:#9c2b2b1a;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}.summary-8__warning-icon{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}.summary-8__warning-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-8__warning-content{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.summary-8__warning-item-title{font-size:.875rem;font-weight:700;color:#333;margin:0 0 .25rem;line-height:1.4;text-align:left}@media screen and (min-width: 992px){.summary-8__warning-item-title{font-size:1rem}}.summary-8__warning-item-subtitle{font-size:.75rem;color:#666;margin:0;line-height:1.5;text-align:left!important}@media screen and (min-width: 992px){.summary-8__warning-item-subtitle{font-size:.875rem}}.quiz-template--summary-9{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-9{padding:2rem}}.summary-9 p{margin-bottom:0;text-align:center}.summary-9__content{background-color:#f7f7f7;border-radius:.5rem;padding:0;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-9__content{max-width:600px;margin-left:auto;margin-right:auto}}.summary-9 .book-result-expect__header{padding:1.5rem 1.5rem 0}.summary-9 .book-result-expect__item-header{width:100%;max-width:100%;left:0;right:0;margin-left:auto;margin-right:auto;padding:1rem}.summary-9 .book-result-expect{margin:0;padding-bottom:0}.summary-9 .quiz-template__button{margin-top:0;padding-bottom:2rem;max-width:calc(100% - 3rem);margin-left:auto;margin-right:auto}.quiz-template--summary-11{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-11{padding:2rem}}.summary-11__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-11__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-11__sections{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:1rem}@media screen and (min-width: 992px){.summary-11__sections{gap:1.5rem;margin-bottom:2rem}}.summary-11__section{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}@media screen and (min-width: 992px){.summary-11__section{gap:.75rem}}.summary-11__section-title{font-size:1.125rem;font-weight:600;color:#000;margin:0;text-align:left;line-height:1.4}@media screen and (min-width: 992px){.summary-11__section-title{font-size:1.25rem}}.summary-11__items{list-style:none;padding:0;margin:0;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: 992px){.summary-11__items{gap:.5rem}}.summary-11__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem}.summary-11__item-icon{-ms-flex-negative:0;flex-shrink: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}.summary-11__item-icon img{width:100%;height:auto;display:block}@media screen and (min-width: 992px){.summary-11__item-icon{width:24px;height:24px}}.summary-11__item-text{font-size:.9375rem;color:#000;line-height:1.5;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}@media screen and (min-width: 992px){.summary-11__item-text{font-size:1rem}}.summary-11__warning-section{margin:0;overflow:hidden;text-align:left}.summary-11__warning-title{font-size:1.125rem;font-weight:700;color:#000;margin:0 0 1rem;text-align:center}@media screen and (min-width: 992px){.summary-11__warning-title{font-size:1.25rem;margin-bottom:1.5rem}}.summary-11__warning-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.summary-11__warning-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;padding:.75rem;border-radius:.5rem;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;text-align:left}.summary-11__warning-item p{margin-bottom:0}.summary-11__warning-item:last-child{margin-bottom:0}.summary-11__warning-item--no-description{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summary-11__warning-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:.75rem;padding:.5rem;border-radius:9999px;background-color:#9c2b2b1a;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}.summary-11__warning-icon{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}.summary-11__warning-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-11__warning-content{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.summary-11__warning-item-title{font-size:.875rem;font-weight:700;color:#333;margin:0 0 .25rem;line-height:1.4;text-align:left}@media screen and (min-width: 992px){.summary-11__warning-item-title{font-size:1rem}}.summary-11__warning-item--no-description .summary-11__warning-item-title{margin-bottom:0}.summary-11__warning-item-description{font-size:.75rem;color:#666;margin:0;line-height:1.5;text-align:left!important}@media screen and (min-width: 992px){.summary-11__warning-item-description{font-size:.875rem}}.summary-11 .quiz-template__button{margin-top:0;margin-bottom:0}.quiz-template--multi-quiz{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;text-align:center}.quiz-template--multi-quiz p.quiz-template__subtitle{margin-bottom:0}.quiz-template--multi-quiz .quiz-template__header{padding:2rem 1.5rem 1rem}>.quiz-template--multi-quiz .quiz-template__footer:first-child{padding-top:1.5rem}>.quiz-template--multi-quiz .quiz-template__footer:last-child{padding-bottom:1.5rem}@media screen and (min-width: 992px){.quiz-template--multi-quiz .quiz-template__header{padding:3rem 2rem 1.5rem}}.multi-quiz-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:.35rem;font-weight:600;color:#6b7280;margin-bottom:1rem}.multi-quiz-items{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}.multi-quiz-item{display:none;width:100%;max-width:380px;border-radius:28px;background:#f6f6f6;overflow:hidden;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.08);box-shadow:0 10px 25px #00000014}.multi-quiz-item.is-active{display:block}.multi-quiz-item__image{width:100%}.multi-quiz-item__img{display:block;width:100%;height:auto;max-height:350px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.multi-quiz-item__img{max-height:450px}}.multi-quiz-item__title{padding:1rem 1.25rem;font-size:1.25rem;font-weight:600;color:#1f2937}.multi-quiz-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 992px){.multi-quiz-answers{gap:1rem}}.multi-quiz-answer-btn{border:none;border-radius:999px;padding:.85rem 1.25rem;font-size:1.05rem;font-weight:700;letter-spacing:.02em;color:#fff;cursor:pointer;-webkit-transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease,-webkit-box-shadow .15s ease}.multi-quiz-answer-btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 18px rgba(0,0,0,.15);box-shadow:0 8px 18px #00000026}.multi-quiz-answer-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.multi-quiz-answer-btn--hate{background:#ff7a7a}.multi-quiz-answer-btn--neutral{background:#35b0c9}.multi-quiz-answer-btn--love{background:#36c26a}.multi-quiz-answer-btn--selected{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.08);box-shadow:0 0 0 3px #00000014}@media screen and (min-width: 992px){.multi-quiz-answer-btn{padding:.85rem 1.5rem}}.quiz-template--summary-10{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;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-10{padding:2rem}}.quiz-template--summary-10 .summary-10__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;max-width:600px;margin:0 auto;width:100%;background:#f7f7f7;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__content{padding:2rem}}.quiz-template--summary-10 .summary-10__title{font-size:1.25rem;font-weight:700;color:#222;text-align:center;margin:0 0 1rem;line-height:1.3}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__title{font-size:2rem;margin-bottom:2.5rem}}.quiz-template--summary-10 .summary-10__zones-container{width:100%;background:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--left-zone-color, #FE7677)),color-stop(50%,var(--right-zone-color, #5ACD81)));background:linear-gradient(to right,var(--left-zone-color, #FE7677) 50%,var(--right-zone-color, #5ACD81) 50%);border-radius:1rem;padding:1rem 0 0;overflow:hidden}.quiz-template--summary-10 .summary-10__meter{width:100%;margin-bottom:1.5rem}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__meter{margin-bottom:2rem}}.quiz-template--summary-10 .summary-10__meter-wrapper{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;position:relative}.quiz-template--summary-10 .summary-10__meter-indicator-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:239px;position:relative;z-index:2;margin-bottom:.5rem}.quiz-template--summary-10 .summary-10__meter-indicator{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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-8px}.quiz-template--summary-10 .summary-10__meter-logo-label,.quiz-template--summary-10 .summary-10__meter-label,.quiz-template--summary-10 .summary-10__meter-percentage{font-size:.875rem;font-weight:500;color:#222;margin:0;line-height:1.2;white-space:nowrap;font-size:18px;width:100%}.quiz-template--summary-10 .summary-10__meter-percentage{text-align:center}.quiz-template--summary-10 .summary-10__meter-logo-wrapper{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;gap:.25rem;margin-right:-10%}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__meter-logo-wrapper{margin-right:-15%}}.quiz-template--summary-10 .summary-10__meter-logo{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}.quiz-template--summary-10 .summary-10__meter-logo-img{height:32px;width:auto;max-width:112px;display:block}.quiz-template--summary-10 .summary-10__meter-image{width:100%;max-width:219px;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-top:-.5rem}.quiz-template--summary-10 .summary-10__meter-svg{width:100%;height:auto;max-width:160px;display:block}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__meter-svg{max-width:219px}}.quiz-template--summary-10 .summary-10__zone-headers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.quiz-template--summary-10 .summary-10__zone-header{font-size:.875rem;font-weight:600;margin:0;line-height:1.2;color:#222;text-align:left;width:50%;padding:0 .5rem}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__zone-header{font-size:1rem}}.quiz-template--summary-10 .summary-10__comparison{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}.quiz-template--summary-10 .summary-10__comparison-row{display:grid;grid-template-columns:1fr 1fr;width:100%;border-radius:0}.quiz-template--summary-10 .summary-10__comparison-item{padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:48px}.quiz-template--summary-10 .summary-10__comparison-item--left{background-color:var(--left-zone-color, #F2827C);border-bottom:.0625rem solid #F6ABA8}.quiz-template--summary-10 .summary-10__comparison-item--right{background-color:var(--right-zone-color, #83D9A1);border-bottom:.0625rem solid #5ACD81}.quiz-template--summary-10 .summary-10__comparison-text{font-size:.875rem;font-weight:400;color:0;margin:0;line-height:1.4;text-align:left}.quiz-template--summary-10 .summary-10__content-text{width:100%;margin-top:1rem;margin-bottom:0}@media screen and (min-width: 992px){.quiz-template--summary-10 .summary-10__content-text{margin-top:2rem}}.quiz-template--summary-10 .summary-10__content-text p{margin-bottom:1rem}.quiz-template--summary-10 .summary-10__content-text p:last-child{margin-bottom:0}.quiz-template--summary-10 .quiz-template__button{width:100%;max-width:340px}@media screen and (max-width: 575.5px){.quiz-item[data-quiz-id="4337"] .quiz-template__main-title{font-size:1.5rem}.quiz-item[data-quiz-id="4337"] .multiple-choices-option{padding:.75rem 1rem}.quiz-item[data-quiz-id="4337"] .multiple-choices-option{min-height:50px}.quiz-item[data-quiz-id="4337"] .quiz-template__main-title{margin-bottom:.5rem}.quiz-item[data-quiz-id="4337"] .quiz-item__body p{margin-bottom:.75rem}.quiz-item[data-quiz-id="4341"] .quiz-template__main-title{font-size:1.5rem}.quiz-item[data-quiz-id="4341"] .quiz-template__main-title{margin-bottom:.5rem}.quiz-item[data-quiz-id="4359"] .quiz-template--text-page .text-page-template__wysiwyg p{font-size:14px}.quiz-item[data-quiz-id="4359"] .quiz-template--text-page .text-page-template__wysiwyg h1{font-size:1.375rem}.quiz-item[data-quiz-id="4359"] .quiz-item__body p{margin-bottom:.75rem}.quiz-item[data-quiz-id="4401"] .summary-3 p{font-size:15px}}.css-1mh8jss{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%}.css-ard03h{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;background-color:#fff;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:left;border-radius:.625rem;border:.125rem solid #1B6F4E;cursor:pointer;position:relative;overflow:hidden}.css-ard03h.kGopyv--inactive{opacity:1!important;border-color:#b8bec8}.css-vf250p{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;opacity:1!important;background-color:#fff;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:left;border-radius:.625rem;border:.125rem solid #1B6F4E;cursor:pointer;position:relative;overflow:hidden}.css-vf250p .css-147p8e3,.css-vf250p .css-1d5gfvd{color:#000}.css-vf250p .css-19zglkx{border-color:#1b6f4e}.css-vf250p.kGopyv--inactive{border-color:#b8bec8}.css-15z9srn{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.3125rem;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:center;background:#1b6f4e;cursor:initial}.css-1u743bc{-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: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}.css-6dlluo{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#fff;font-size:1.125rem;font-weight:700;max-width:unset;text-transform:uppercase;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-2sue0c{-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;gap:.625rem;visibility:visible}.css-sorqlg{-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: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:.125rem;visibility:visible}.css-inyqnb{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:1rem;font-weight:700;max-width:unset;text-transform:capitalize;text-decoration:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 23.5rem){.css-inyqnb{font-size:1rem}}@media screen and (min-width: 47.9375rem){.css-inyqnb{font-size:1.125rem}}.css-z1px1p{-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;gap:.125rem;visibility:visible}.css-izglxk{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#b8bec8;font-size:.875rem;font-weight:500;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-wcsu7n{-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}.css-1750uez{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#28c966;font-size:1.25rem;font-weight:700;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:nowrap}@media screen and (min-width: 992px){.css-1750uez{font-size:1.25rem}}@media screen and (min-width: 1200px){.css-1750uez{font-size:1.5rem}}.css-147p8e3{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#58595b;font-size:.75rem;font-weight:500;max-width:unset;text-transform:none;text-decoration:line-through;cursor:initial;display:inline;white-space:nowrap}@media screen and (min-width: 23.5rem){.css-147p8e3{font-size:.75rem}}@media screen and (min-width: 47.9375rem){.css-147p8e3{font-size:.875rem}}.css-1d5gfvd{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:.3125rem;color:#222;font-size:.875rem;font-weight:500;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 23.5rem){.css-1d5gfvd{font-size:.875rem}}@media screen and (min-width: 47.9375rem){.css-1d5gfvd{font-size:1rem}}.css-fvsq30{-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;min-width:24px}.css-19zglkx{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}.css-1lwy8cv{border:0px;clip:rect(0px,0px,0px,0px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.css-19zglkx{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;width:24px;height:24px}.css-1ydisxb{visibility:hidden;width:24px;height:24px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#1b6f4e}.css-19zglkx .css-1lwy8cv:checked~.css-1ydisxb,.css-19zglkx .css-1lwy8cv[checked]~.css-1ydisxb{visibility:visible}.css-wmp0iv{visibility:visible;width:24px;height:24px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#1b6f4e}.kGopyv--inactive .css-wmp0iv{fill:#b8bec8}.css-19zglkx .css-1lwy8cv:checked~.css-wmp0iv,.css-19zglkx .css-1lwy8cv[checked]~.css-wmp0iv{visibility:hidden}.css-1gwdhzi{min-width:60px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.css-1gwdhzi img{width:60px;height:74px;-o-object-fit:contain;object-fit:contain}.css-m422o0{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:1rem;font-weight:700;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:nowrap;color:#000}.css-17n2epk{-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;gap:.625rem;visibility:visible}.css-4pbnrr{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;background-color:#fff;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:left;border-radius:.625rem;border:.125rem solid #1B6F4E;cursor:initial;position:relative;overflow:hidden}.css-4pbnrr.kGopyv--inactive,.kGopyv--inactive .css-4pbnrr{border-color:#b8bec8}.css-1xmyriv{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:1rem 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: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:.5rem;visibility:visible}.css-rmwjt6{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0}.css-rmwjt6 img{width:70px;height:60px;-o-object-fit:cover;object-fit:cover}.css-1gl86le{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0}.css-1gl86le img{width:36px;height:60px;-o-object-fit:cover;object-fit:cover}.css-2hsoyr{-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:relative}.css-2hsoyr img{width:37px;height:49px;-o-object-fit:cover;object-fit:cover}.css-19vegu6 svg circle{fill:#3fc07d}.css-19vegu6 svg path{fill:#fff}.css-lo3weo{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;margin:0;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:left;cursor:initial}.css-q9sj5d{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-bottom:.5rem;font-size:1rem;font-weight:700;max-width:16.75rem;text-transform:none;text-decoration:none;cursor:initial;display:inline-block;white-space:normal}@media screen and (min-width: 23.5rem){.css-q9sj5d{font-size:1rem}}@media screen and (min-width: 47.9375rem){.css-q9sj5d{font-size:1.125rem}}.css-78eaew{-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: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}.css-13yw01{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-bottom:-.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: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}.css-19vegu6{-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}.css-14u3807{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-left:.25rem;font-size:.875rem;font-weight:500;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 23.5rem){.css-14u3807{font-size:.875rem}}@media screen and (min-width: 47.9375rem){.css-14u3807{font-size:1rem}}.css-qc0qa7{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:.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;min-width:unset;visibility:visible}.css-5sfoxe{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:.75rem;font-weight:500;max-width:unset;text-transform:uppercase;text-decoration:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 23.5rem){.css-5sfoxe{font-size:.75rem}}@media screen and (min-width: 47.9375rem){.css-5sfoxe{font-size:.875rem}}.css-w66ehj{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.625rem 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;gap:.5rem;visibility:visible;background-color:#f8fbff;border-top:.125rem solid #e2e8f1}.css-1353bg4{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:1rem;font-weight:700;width:100%;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-1tqy621{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.625rem 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;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:.25rem;visibility:visible;background:#e2e8f1}.css-gq0adt{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#28c966;font-size:1.25rem;font-weight:600;max-width:unset;text-transform:none;-webkit-text-decoration:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 23.5rem){.css-gq0adt{font-size:1.25rem;font-weight:600}}@media screen and (min-width: 47.9375rem){.css-gq0adt{font-size:1.5rem;font-weight:700}}.css-kqvmo1{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;font-size:1.25rem;font-weight:700;text-align:center;width:80%;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;margin:0 auto;white-space:normal}@media screen and (min-width: 992px){.css-kqvmo1{width:100%}}.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}.checkout-container.checkout-container--v2{padding:0;max-width:100%}.checkout-container .checkout-progress-header,.checkout-container .checkout--v2,.checkout-container .notice-checkout{max-width:30rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media screen and (min-width: 768px){.checkout-container{padding:0}}.checkout-container .notice-checkout{margin-top:1rem}.checkout-container .notice-checkout p{font-size:12px!important}.checkout-progress-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:#fff;width:100%;padding-left:1rem;padding-right:1rem}@media screen and (min-width: 576px){.checkout-progress-header{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 768px){.checkout-progress-header{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 1560px){.checkout-progress-header{padding-left:0;padding-right:0}}.checkout-progress-container{margin:2.5rem auto 0;width:100%;max-width:73.75rem}.checkout-progress-header-image{width:100%;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;text-align:center;margin-bottom:1rem}.checkout-progress-header-image .checkout-progress-header-img{height:auto;max-width:100%;display:block}.checkout-progress-bar-image{width:100%;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;text-align:center}.checkout-progress-bar-image .checkout-progress-bar-img{height:auto;max-width:100%;display:block}.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}}.eyWzVq{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75rem 1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;width:100%;border:none;background:#e84848;position:relative;top:0;z-index:100;height:4.25rem;cursor:default;border-radius:0}.jogZWB{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:30rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hRdHVo{color:#fff;font-family:Open Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:600;line-height:3rem;margin:0}.hxYjha{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.75rem;margin:0}.checkout-container--v2 .customer_details{display:none!important}.checkout-container--v2 .css-1oz5wyi{margin-top:0}.checkout-container--v2 .checkout-back-button-container{display:none!important}.checkout-container--v2 .checkout-details-section--payment-title{text-align:center}.checkout-container--v2 .checkout-details-section--payment-text{border-top:1px solid #e5e7eb;padding-top:1rem}.checkout-container--v2 .checkout-payment-section .woocommerce-checkout-payment #place_order{font-size:1.125rem!important;background:#1b6f4e!important}.checkout-container--v2 .checkout-progress-container{margin-top:1rem}@media screen and (max-width: 767.5px){.checkout-v2 #header{display:none!important}}.checkout-v2-total-section{margin:1rem 0;width:100%}.checkout-v2-total-card{background:#f3f4f6;border-radius:8px;padding:.75rem;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.checkout-v2-total-card__product{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1rem}.checkout-v2-total-card__image{-ms-flex-negative:0;flex-shrink:0;max-width:80px;width:100%}.checkout-v2-total-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.checkout-v2-total-card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.checkout-v2-total-card__title{font-size:.875rem;font-weight:700;line-height:1.4;color:#222;margin:0 0 .5rem}.checkout-v2-total-card__bullets{list-style:disc;margin:0;padding-left:.75rem;color:#222;line-height:1.5;font-weight:400}.checkout-v2-total-card__bullets li{margin-bottom:.25rem;font-size:.75rem;font-weight:500}.checkout-v2-total-card__bullets li:last-child{margin-bottom:0}.checkout-v2-total-card__footer{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;font-weight:700}.checkout-v2-total-card__label{color:#222;font-size:1rem;font-weight:700;line-height:1.5}.checkout-v2-total-card__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;text-align:right}.checkout-v2-total-card__previous-price{color:#b90000;font-size:1rem;font-weight:700;line-height:1.5;text-decoration:line-through}.checkout-v2-total-card__previous-price bdi{display:inline}.checkout-v2-total-card__amount{color:#222;font-size:1rem;font-weight:700;line-height:1.5}.checkout-v2-total-card__amount bdi{display:inline}.checkout-v2-total-label{color:#4e4e4e;font-size:1rem;font-weight:700;line-height:1.5}.checkout-v2-total-amount{color:#4e4e4e;font-size:1rem;font-weight:700;line-height:1.5;text-align:right}.checkout-v2-total-amount bdi{display:inline}.checkout-v2-payment-cards{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:1.5rem auto;width:100%;max-width:300px}.checkout-v2-cards-image{max-width:100%;height:auto;display:block}.checkout-v2-subscription-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem;background:#fff;border:1px solid #3b82f6;border-radius:8px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.checkout-v2-subscription-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;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.checkout-v2-subscription-icon svg{width:24px;height:24px}.checkout-v2-subscription-text{color:#4e4e4e;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.checkout-v2-back-button{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:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem;background:none;border:none;padding:0;margin:1.5rem 0 2rem;cursor:pointer;font-family:inherit;text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.checkout-v2-back-button:hover{opacity:.8}.checkout-v2-back-button:active{opacity:.6}.checkout-v2-back-button:focus{outline:2px solid #1b6f4e;outline-offset:2px}.checkout-v2-back-arrow{display:inline-block;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px}.checkout-v2-back-arrow path{fill:#1b6f4e}.checkout-v2-back-text{color:#1b6f4e;font-size:1rem;font-weight:700;font-family:sans-serif;line-height:1;text-transform:none;letter-spacing:0}.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-container--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-error li{padding-left:1rem!important}.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:start;justify-content:flex-start;-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 .wc-payment-form{border:0;padding:0}.checkout-payment-section .payment_method_stripe{--fontSizeBase: 18px !important;font-size:18px!important}.checkout-payment-section .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .payment_method_stripe .StripeElement{font-size:18px!important;line-height:1.5!important}.checkout-payment-section .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .payment_method_stripe .StripeElement iframe,.checkout-payment-section .payment_method_stripe input,.checkout-payment-section .payment_method_stripe select,.checkout-payment-section .payment_method_stripe textarea{font-size:18px!important}.checkout-payment-section .payment_method_stripe>label,.checkout-payment-section .payment_method_stripe .payment_box{font-size:18px!important}.checkout-payment-section .checkout-payment-section .payment_method_stripe,.checkout-payment-section .woocommerce-checkout .payment_method_stripe,.checkout-payment-section .checkout-details-section .payment_method_stripe,.checkout-payment-section .checkout-payment-section .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .checkout-payment-section .payment_method_stripe .StripeElement,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .StripeElement,.checkout-payment-section .checkout-details-section .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .checkout-details-section .payment_method_stripe .StripeElement,.checkout-payment-section .checkout-payment-section .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .checkout-payment-section .payment_method_stripe .StripeElement iframe,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .StripeElement iframe,.checkout-payment-section .checkout-details-section .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .checkout-details-section .payment_method_stripe .StripeElement iframe,.checkout-payment-section .checkout-details-section #payment,.checkout-payment-section .checkout-details-section .payment_box,.checkout-payment-section .checkout-details-section .wc-payment-form{--fontSizeBase: 18px !important;font-size:18px!important}.checkout-payment-section .woocommerce-checkout input[type=text],.checkout-payment-section .woocommerce-checkout input[type=email],.checkout-payment-section .woocommerce-checkout input[type=tel],.checkout-payment-section .woocommerce-checkout input[type=number],.checkout-payment-section .woocommerce-checkout input[type=password],.checkout-payment-section .woocommerce-checkout select,.checkout-payment-section .woocommerce-checkout textarea{font-size:1rem!important}.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!important}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:last-child{margin-bottom:0!important}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-wrapper{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:.5rem;padding:0;position:relative;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-wrapper:hover,.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-wrapper.is-selected{border-color:#1b6f4e}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio]:checked+.payment-method-label .radio-custom{border-color:#1b6f4e}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method img{margin:0!important}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label{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:.75rem;font-weight:600;cursor:pointer;padding:1rem;margin:0;position:relative;width:100%;font-size:14px;font-weight:400;line-height:1}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .radio-custom{position:absolute;left:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;border:2px solid #1B6F4E;border-radius:50%;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .2s ease;transition:all .2s ease}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .radio-custom:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:#1b6f4e;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .payment-method-text{margin-left:2rem;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#333;font-size:14px}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .payment-method-icon{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .payment-method-icon img{height:auto;max-height:24px;max-width:70px;width:auto;display:block}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .payment-method-icon .stripe-cards-icon,.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-label .payment-method-icon .stripe-icon{max-height:24px;width:auto}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio]:checked+.payment-method-label .radio-custom:after{opacity:1}.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:#1b6f4e;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:#1b6f4e}.checkout-payment-section .woocommerce-checkout-payment #place_order:disabled{opacity:.6;cursor:not-allowed}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden{display:block!important;background-color:#ffc439!important;border-radius:4px!important;padding:.75rem 1rem;position:relative;color:transparent!important;font-size:0!important;line-height:0!important;text-indent:-9999px;overflow:hidden;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22101px%22%20height%3D%2232%22%20viewBox%3D%220%200%20101%2032%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23003087%22%20d%3D%22M%2012.237%202.8%20L%204.437%202.8%20C%203.937%202.8%203.437%203.2%203.337%203.7%20L%200.237%2023.7%20C%200.137%2024.1%200.437%2024.4%200.837%2024.4%20L%204.537%2024.4%20C%205.037%2024.4%205.537%2024%205.637%2023.5%20L%206.437%2018.1%20C%206.537%2017.6%206.937%2017.2%207.537%2017.2%20L%2010.037%2017.2%20C%2015.137%2017.2%2018.137%2014.7%2018.937%209.8%20C%2019.237%207.7%2018.937%206%2017.937%204.8%20C%2016.837%203.5%2014.837%202.8%2012.237%202.8%20Z%20M%2013.137%2010.1%20C%2012.737%2012.9%2010.537%2012.9%208.537%2012.9%20L%207.337%2012.9%20L%208.137%207.7%20C%208.137%207.4%208.437%207.2%208.737%207.2%20L%209.237%207.2%20C%2010.637%207.2%2011.937%207.2%2012.637%208%20C%2013.137%208.4%2013.337%209.1%2013.137%2010.1%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23003087%22%20d%3D%22M%2035.437%2010%20L%2031.737%2010%20C%2031.437%2010%2031.137%2010.2%2031.137%2010.5%20L%2030.937%2011.5%20L%2030.637%2011.1%20C%2029.837%209.9%2028.037%209.5%2026.237%209.5%20C%2022.137%209.5%2018.637%2012.6%2017.937%2017%20C%2017.537%2019.2%2018.037%2021.3%2019.337%2022.7%20C%2020.437%2024%2022.137%2024.6%2024.037%2024.6%20C%2027.337%2024.6%2029.237%2022.5%2029.237%2022.5%20L%2029.037%2023.5%20C%2028.937%2023.9%2029.237%2024.3%2029.637%2024.3%20L%2033.037%2024.3%20C%2033.537%2024.3%2034.037%2023.9%2034.137%2023.4%20L%2036.137%2010.6%20C%2036.237%2010.4%2035.837%2010%2035.437%2010%20Z%20M%2030.337%2017.2%20C%2029.937%2019.3%2028.337%2020.8%2026.137%2020.8%20C%2025.037%2020.8%2024.237%2020.5%2023.637%2019.8%20C%2023.037%2019.1%2022.837%2018.2%2023.037%2017.2%20C%2023.337%2015.1%2025.137%2013.6%2027.237%2013.6%20C%2028.337%2013.6%2029.137%2014%2029.737%2014.6%20C%2030.237%2015.3%2030.437%2016.2%2030.337%2017.2%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23003087%22%20d%3D%22M%2055.337%2010%20L%2051.637%2010%20C%2051.237%2010%2050.937%2010.2%2050.737%2010.5%20L%2045.537%2018.1%20L%2043.337%2010.8%20C%2043.237%2010.3%2042.737%2010%2042.337%2010%20L%2038.637%2010%20C%2038.237%2010%2037.837%2010.4%2038.037%2010.9%20L%2042.137%2023%20L%2038.237%2028.4%20C%2037.937%2028.8%2038.237%2029.4%2038.737%2029.4%20L%2042.437%2029.4%20C%2042.837%2029.4%2043.137%2029.2%2043.337%2028.9%20L%2055.837%2010.9%20C%2056.137%2010.6%2055.837%2010%2055.337%2010%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23009cde%22%20d%3D%22M%2067.737%202.8%20L%2059.937%202.8%20C%2059.437%202.8%2058.937%203.2%2058.837%203.7%20L%2055.737%2023.6%20C%2055.637%2024%2055.937%2024.3%2056.337%2024.3%20L%2060.337%2024.3%20C%2060.737%2024.3%2061.037%2024%2061.037%2023.7%20L%2061.937%2018%20C%2062.037%2017.5%2062.437%2017.1%2063.037%2017.1%20L%2065.537%2017.1%20C%2070.637%2017.1%2073.637%2014.6%2074.437%209.7%20C%2074.737%207.6%2074.437%205.9%2073.437%204.7%20C%2072.237%203.5%2070.337%202.8%2067.737%202.8%20Z%20M%2068.637%2010.1%20C%2068.237%2012.9%2066.037%2012.9%2064.037%2012.9%20L%2062.837%2012.9%20L%2063.637%207.7%20C%2063.637%207.4%2063.937%207.2%2064.237%207.2%20L%2064.737%207.2%20C%2066.137%207.2%2067.437%207.2%2068.137%208%20C%2068.637%208.4%2068.737%209.1%2068.637%2010.1%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23009cde%22%20d%3D%22M%2090.937%2010%20L%2087.237%2010%20C%2086.937%2010%2086.637%2010.2%2086.637%2010.5%20L%2086.437%2011.5%20L%2086.137%2011.1%20C%2085.337%209.9%2083.537%209.5%2081.737%209.5%20C%2077.637%209.5%2074.137%2012.6%2073.437%2017%20C%2073.037%2019.2%2073.537%2021.3%2074.837%2022.7%20C%2075.937%2024%2077.637%2024.6%2079.537%2024.6%20C%2082.837%2024.6%2084.737%2022.5%2084.737%2022.5%20L%2084.537%2023.5%20C%2084.437%2023.9%2084.737%2024.3%2085.137%2024.3%20L%2088.537%2024.3%20C%2089.037%2024.3%2089.537%2023.9%2089.637%2023.4%20L%2091.637%2010.6%20C%2091.637%2010.4%2091.337%2010%2090.937%2010%20Z%20M%2085.737%2017.2%20C%2085.337%2019.3%2083.737%2020.8%2081.537%2020.8%20C%2080.437%2020.8%2079.637%2020.5%2079.037%2019.8%20C%2078.437%2019.1%2078.237%2018.2%2078.437%2017.2%20C%2078.737%2015.1%2080.537%2013.6%2082.637%2013.6%20C%2083.737%2013.6%2084.537%2014%2085.137%2014.6%20C%2085.737%2015.3%2085.937%2016.2%2085.737%2017.2%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23009cde%22%20d%3D%22M%2095.337%203.3%20L%2092.137%2023.6%20C%2092.037%2024%2092.337%2024.3%2092.737%2024.3%20L%2095.937%2024.3%20C%2096.437%2024.3%2096.937%2023.9%2097.037%2023.4%20L%20100.237%203.5%20C%20100.337%203.1%20100.037%202.8%2099.637%202.8%20L%2096.037%202.8%20C%2095.637%202.8%2095.437%203%2095.337%203.3%20Z%22%3E%3C/path%3E%3C/svg%3E)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:auto 24px;min-height:48px;width:100%}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:before,.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:after{display:none!important}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:hover{background-color:#ffc439!important;opacity:.9}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden: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,.page-template-page-offer-simple-v2 #header,.page-template-page-offer-simple #header{display:none}@media screen and (max-width: 767.5px){.page-template-page-offer-simple .offer-accelerate-results__story-image-mobile,.page-template-page-offer-simple-v2 .offer-accelerate-results__story-image-mobile{margin:1.5rem 0 0;width:100%;max-width:100%}.page-template-page-offer-simple .offer-accelerate-results__story-content .offer-accelerate-results__cta,.page-template-page-offer-simple-v2 .offer-accelerate-results__story-content .offer-accelerate-results__cta{margin-top:0}}.offer-page{min-height:100vh;background-color:#fff;color:#000;position:relative}.offer-banner{width:100%;padding:2rem 1rem}@media screen and (min-width: 992px){.offer-banner{padding:3.75rem 0 0}}.offer-banner__container{width:100%;max-width:100%;margin:0 auto}.offer-banner__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:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:500px;margin:0 auto}@media screen and (min-width: 992px){.offer-banner__content{gap:1.5rem}}.offer-banner__title{font-weight:700;font-size:1.875rem;line-height:1.2;color:#000;text-align:center;margin:0}@media screen and (min-width: 992px){.offer-banner__title{font-size:2.5rem;line-height:1.2}}.offer-banner__text{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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;font-size:1rem;color:#000}@media screen and (min-width: 992px){.offer-banner__text{font-size:1.5rem}}.offer-banner__highlight{font-weight:700;margin:0;line-height:1.5}.offer-banner__disclaimer{font-weight:400;margin:0;line-height:1.5}.offer-main{background-color:#fff}.offer-access-includes{padding:2rem 1rem 0;position:relative;overflow:hidden;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.offer-access-includes{padding:2rem}}.offer-access-includes__container{max-width:100%;margin:0 auto}.offer-access-includes__title{font-size:1.5rem;font-weight:700;text-align:center;color:#1b1b1f;margin:0 0 1.5rem}@media screen and (min-width: 992px){.offer-access-includes__title{font-size:1.75rem;margin-bottom:2rem}}.offer-access-includes__content{max-width:100%;margin:0 auto;font-size:1rem;color:#000}.offer-access-includes__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.75rem 0}.offer-access-includes__item-icon{width:2rem;height:2rem;-ms-flex-negative:0;flex-shrink:0;border-radius:.375rem;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}@media screen and (min-width: 992px){.offer-access-includes__item-icon{width:2.5rem;height:2.5rem}}.offer-access-includes__item-icon img,.offer-access-includes__item-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.offer-access-includes__item-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.offer-access-includes__item-title{font-weight:700;margin:0 0 .25rem;line-height:1.4}.offer-access-includes__item-description{font-weight:400;margin:0;line-height:1.5;color:#000}.offer-access-includes__testimonial{margin-top:1.5rem;padding:.75rem 1rem;background:-webkit-gradient(linear,right top,left top,from(#1db798),to(#198f84));background:linear-gradient(270deg,#1db798,#198f84);color:#fff;border-radius:.5rem}@media screen and (min-width: 992px){.offer-access-includes__testimonial{margin-top:2rem;padding:1rem}}.offer-access-includes__testimonial-quote{font-style:italic;font-size:1rem;margin:0;line-height:1.5}@media screen and (min-width: 992px){.offer-access-includes__testimonial-quote{font-size:1.25rem}}.offer-access-includes__testimonial-text{font-weight:400;display:block;margin-bottom:.5rem}.offer-access-includes__testimonial-author{font-weight:400;display:block}.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;max-height:45px}.offer-header__logo a{display:block}.offer-header__logo a img{max-height:45px;width:100%;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%}.offerBottomCTA{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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:2rem;position:relative}@media screen and (max-width: 767.5px){.offerBottomCTA{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:1rem;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px #0000001a;z-index:1000;padding-bottom:max(1rem,env(safe-area-inset-bottom))}}.offerBottomCTA .offer-personalized-plan__cta{margin-top:0}.offer-testimonial__content img{width:100%;height:auto;border-radius:.5rem;max-height:340px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;aspect-ratio:1/1}.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+.trusted-by{margin-top:1.5rem}.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;padding-top:1rem}@media screen and (min-width: 992px){.offer-main__container{padding-top:3rem}}.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--selected{border-color:#5acd81}.offer-main__products label[data-testid=stay-ahead-app-box]{background:#d6f2e0}.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:.25rem .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:#30aec6;color:#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__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;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:1.25rem;line-height:1.625rem;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 992px){.offer-personalized-plan__title{display:none}}.offer-personalized-plan__image-mobile{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;min-height:unset;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-benefits-main-wrapper{margin-top:2rem}.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;font-family:var(--font-heading)}@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:1rem 0}}#checkout-personalized-plan .offer-personalized-plan__pages-subtitle h2,#checkout-personalized-plan .offer-personalized-plan__pages-subtitle h3,#checkout-personalized-plan .offer-personalized-plan__pages-subtitle h4,#checkout-personalized-plan .offer-personalized-plan__pages-subtitle h5,#checkout-personalized-plan .offer-personalized-plan__pages-subtitle h6{font-size:20px;margin:0}#checkout-personalized-plan .offer-personalized-plan__pages-subtitle p{font-size:1rem;font-family:Montserrat,sans-serif;font-weight:400}.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;font-weight:700;max-width:unset;text-transform:none;cursor:initial;white-space:normal;display:none}@media screen and (min-width: 992px){.offer-personalized-plan__pages-title{display:block;margin-bottom:1.5rem}}.quiz-item__content .offer-personalized-plan__pages-title{font-weight:700;line-height:1.2;font-size:calc(1.3125rem + .5769230769vw)}@media (min-width: 1560px){.quiz-item__content .offer-personalized-plan__pages-title{font-size:1.875rem}}@media screen and (max-width: 767.5px){.quiz-item__content .offer-personalized-plan__title{font-size:1.5rem}}.page-template-page-offer-simple #checkout-personalized-plan h2,.page-template-page-offer-simple #checkout-personalized-plan h3,.page-template-page-offer-simple #checkout-personalized-plan h4,.page-template-page-offer-simple #checkout-personalized-plan h5,.page-template-page-offer-simple #checkout-personalized-plan h6{font-size:1.25rem;margin:0;font-weight:700;line-height:1.6875rem}@media screen and (min-width: 992px){.page-template-page-offer-simple #checkout-personalized-plan h2,.page-template-page-offer-simple #checkout-personalized-plan h3,.page-template-page-offer-simple #checkout-personalized-plan h4,.page-template-page-offer-simple #checkout-personalized-plan h5,.page-template-page-offer-simple #checkout-personalized-plan h6{font-size:1.5rem;margin:0}}.offer-personalized-plan__pages-subtitle{font-family:var(--font-heading);color:#000;font-size:1.5rem;font-weight:700;line-height:2rem;text-align:left;margin-bottom:0}@media screen and (max-width: 991.5px){.offer-personalized-plan__pages-subtitle{font-size:1.25rem;line-height:1.75rem}}.offer-personalized-plan__pages-subtitle p{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:inherit;font-weight:inherit;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--quiz-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;text-align:left}.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;font-family:var(--font-primary)}.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}@media screen and (max-width: 991.5px){.page-template-page-offer-simple .offer-personalized-plan__wrapper{padding-top:1.25rem}.page-template-page-offer-simple .offer-personalized-plan__wrapper .offer-personalized-plan__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.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;display:-webkit-box;display:-ms-flexbox;display:flex}.offer-accelerate-results__story-image-mobile img{max-width:100%;width:100%;-o-object-fit:contain;object-fit:contain;height:100%}@media screen and (min-width: 768px){.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-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}.offer-guarantee__text a{color:#475569}@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}.css-161w4a5{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding-bottom:.5rem;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:#f8f9fb;border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:1rem;visibility:visible;margin-bottom:1rem}@media screen and (min-width: 23.5rem){.css-161w4a5{width:100%}}@media screen and (min-width: 47.9375rem){.css-161w4a5{width:21.43rem}}.css-cl7pqe{-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: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;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(243,194,75,0)),to(#5acd81)),-webkit-gradient(linear,left top,right top,from(#f9e0a5),color-stop(30%,rgba(243,194,75,0))),-webkit-gradient(linear,left top,right top,color-stop(70%,rgba(243,194,75,0)),to(#f9e0a5)),-webkit-gradient(linear,left bottom,left top,color-stop(50%,#5acd81),color-stop(50%,#40b267));background:linear-gradient(180deg,#f3c24b00 50%,#5acd81),linear-gradient(90deg,#f9e0a5,#f3c24b00 30%),linear-gradient(90deg,#f3c24b00 70%,#f9e0a5),linear-gradient(0deg,#5acd81 50%,#40b267 50%);border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:.2rem;visibility:visible}.css-bkq50w{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;font-size:16px;line-height:1.5rem;color:#fff;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.css-1apf1ma{-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}.css-m27zr4{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;font-size:16px;line-height:1.5rem;margin-right:.3rem;color:#144d27;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.css-1c3fxuv{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;font-size:16px;line-height:1.5rem;color:#144d27;font-weight:700;width:3.1rem;max-width:unset;text-transform:none;cursor:initial;display:inline-block;white-space:normal}.css-165zl7e{-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;border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:.5rem;visibility:visible}.css-kl69rw{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:0 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%;min-width:unset;visibility:visible}.css-1g33prc{-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: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}.css-pa6l1m{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#ed5851;max-width:unset;text-transform:none;text-decoration:line-through;cursor:initial;display:inline;white-space:normal}.css-mkokp7{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:1.75rem;font-weight:700;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-lm73wq{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:.75rem;font-weight:600;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-9bueyf{-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;gap:.25rem;visibility:visible}.css-oiiypa{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:1.25rem;width:1.25rem;max-height:unset;display:block;text-align:left;cursor:initial}.css-oiiypa .fill{fill:#31c062}.css-16zm8hq{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:.75rem;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-185c0dn{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;line-height:130%;font-size:12px;margin-right:.25rem;color:#a7a7a7;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-bottom-verified{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;margin-top:1rem}.offer-bottom-verified__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;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.offer-bottom-verified__icon svg{width:100%;height:100%}.offer-bottom-verified__text{font-size:.875rem;font-weight:700;color:#31c062;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}@media screen and (min-width: 992px){.offer-bottom-verified__text{font-size:1rem}}.offer-main__trust--simple{margin-top:1.5rem}.offer-page .offer-testimonials{padding:0}.exRSKQ{font-size:1rem;font-weight:400;letter-spacing:0rem;color:#1c1c28;line-height:1.4rem;text-align:left}.offer-order-now-button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1rem}.offer-order-now-button .offer-accelerate-results__cta{width:100%;max-width:400px;text-transform:uppercase;margin:0}#checkout-personalized-plan{padding:1rem}.new-offer-page-faq{width:100%}.new-offer-page-faq .offer-faq__title{margin-top:0}.new-offer-page-faq .offer-faq{padding-top:2rem}.offer-benefits-wrapper{max-width:600px;margin-left:auto;margin-right:auto;padding-left:1rem;padding:1rem;text-align:left;margin-bottom:0}.offer-benefits-wrapper p{margin-bottom:1.5rem}.offer-benefits-wrapper .offer-features-list__section-title{margin-bottom:1rem;margin-top:2rem;font-family:var(--font-heading)}.offer-benefits-wrapper .offer-features-list p,.offer-personalized-plan__benefit-list p{margin-bottom:0}.offer-features-hero__button-wrapper{width:100%;text-align:center;margin:0 auto 1.5rem}.offer-features-hero__button-wrapper .offer-accelerate-results__cta{margin-top:0}.offer-features-hero{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;padding:2rem 1rem 0;margin-bottom:1.5rem;margin-top:1.5rem;width:100%;background:#f3f4f6}.offer-features-hero__title{color:#000;text-align:center;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.6875rem;max-width:28.75rem;width:100%;margin-bottom:1.5rem;font-family:var(--font-heading)}.offer-features-hero__image-wrapper{max-width:28.75rem;width:100%}.offer-features-hero__image{display:block;width:100%;height:auto;padding:0;max-height:none;max-width:none;margin:0;-o-object-fit:contain;object-fit:contain}.offer-features-list{border-radius:.5rem;border:1px solid rgba(22,152,135,.4);padding:.5rem;margin-bottom:2rem;text-align:left}@media screen and (min-width: 992px){.offer-features-list{margin-bottom:3rem}}.offer-features-list__section-title{font-size:1.25rem;color:#1b1b1f;font-weight:700;margin-bottom:1.5rem;text-align:left}@media screen and (min-width: 992px){.offer-features-list__section-title{text-align:center}}.offer-features-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(22,152,135,.2)}.offer-features-list__item:last-child{border-bottom:0}.offer-features-list__image-wrapper{width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}.offer-features-list__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.offer-features-list__content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.125rem;font-weight:700;color:#000}@media screen and (min-width: 992px){.offer-features-list__content{font-size:1.25rem}}.offer-features-list__title{margin-bottom:.25rem;font-size:inherit;font-weight:inherit;color:inherit;line-height:1.4}.offer-features-list__description{font-weight:400;font-size:inherit;color:inherit;line-height:1.4;margin:0}.offer-features-list__description strong{font-weight:600}.kBwelu{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;padding:2.25rem 1rem}.kBwelu p{margin:0}@media screen and (min-width: 992px){.kBwelu{padding:3rem 1rem}}.FmOvK{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;gap:2rem;padding:2.25rem 1rem;max-width:760px;border-radius:1rem;background:#f0faee;-webkit-box-shadow:rgba(0,0,0,.08) 0px 4px 16px 0px;box-shadow:#00000014 0 4px 16px;overflow:hidden}@media screen and (min-width: 992px){.FmOvK{padding:3rem 6.25rem}}.gckPFP{color:#000;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.6875rem;font-family:var(--font-heading)}@media screen and (min-width: 992px){.gckPFP{font-size:1.5rem;line-height:2rem}}.bWWpTz{color:#000;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5625rem;position:relative;z-index:2}.bWWpTz p{font-size:1rem;margin-bottom:1.5rem}.bWWpTz p:last-child{margin-bottom:0}@media screen and (min-width: 992px){.bWWpTz p{font-size:1.125rem}}.JbgWd{color:#000;font-size:1.125rem;font-style:normal;font-weight:700;line-height:140%}.JbgWd span{font-weight:700}@media screen and (min-width: 992px){.JbgWd{font-size:1.25rem}}.byDkJW{position:absolute;bottom:-3.5rem;right:.75rem}@media screen and (max-width: 991.5px){.byDkJW{bottom:-4.5rem;right:-1.25rem;max-width:9rem}}.hbDykl{width:100%;position:relative;max-width:251px;height:auto}.offer-benefits-main-wrapper{width:100%;background:#f7f7f7}.offer-benefits-main-wrapper+.offer-accelerate-results{padding-top:0}.idGDoN{display:-webkit-box;display:-ms-flexbox;display:flex;-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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.25rem 1rem;background-color:#f3f4f6;width:100%}.idGDoN p{margin:0}@media screen and (min-width: 992px){.idGDoN{padding:3rem 1rem 2.25rem}}.keyeDL{color:#000;text-align:center;font-size:1.5rem;font-style:normal;line-height:130%;font-weight:700;letter-spacing:-.054rem;margin-bottom:.75rem!important;font-family:var(--font-heading)}@media screen and (min-width: 992px){.keyeDL{font-size:1.75rem;letter-spacing:-.063rem}}.jwSGvA{color:#000;text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;width:100%}@media screen and (min-width: 992px){.jwSGvA{font-size:1rem;line-height:2rem}}.fPVGpx{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:28.75rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1.5rem 0px}.dvHaWf{color:#000;text-align:center;font-size:.812rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.00894rem}@media screen and (min-width: 992px){.dvHaWf{font-size:.875rem;letter-spacing:-.00963rem}}.JfEFd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fCaXyi{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;width:11rem;max-width:328.44px;height:13.75rem;min-width:auto}@media screen and (max-width: 991.5px){.fCaXyi .book-result__name-text{font-size:12px!important}.fCaXyi .book-result__name-overlay{top:23%!important}}@media screen and (min-width: 992px){.fCaXyi{height:26.5rem;width:100%}}.fCaXyi .book-result__display,.fCaXyi .book-result__books{width:100%;height:100%;position:relative}.fCaXyi .book-result__main-book{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fCaXyi .book-result__main-book img{max-width:100%;width:100%;max-width:328.44px;height:auto;position:relative;opacity:1}.fCaXyi .book-result__name-overlay{position:absolute;inset:19% 0 0;margin: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;z-index:2}.kbtCNN{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.kzCZFL{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;width:100%;max-width:328.44px;position:absolute;opacity:1}.fswEcZ{position:absolute;top:-179px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);padding:0 5px;text-transform:uppercase;width:100%}.fZnTUe{overflow-wrap:break-word;text-align:center;font-weight:800;color:#d5e7d5;font-size:20px}.hsaHOj{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;width:100%;max-width:328.44px;position:absolute;opacity:.7}.OoIus{display:block;width:100%;height:auto;padding:0;max-height:none;max-width:none;margin:0}.gatsby-image-wrapper{position:relative;overflow:hidden}.gatsby-image-wrapper img{height:100%;inset:0;margin:0;max-width:none;padding:0;position:absolute;width:100%;-o-object-fit:cover;object-fit:cover}.gatsby-image-wrapper [data-main-image]{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .25s linear;transition:opacity .25s linear;-o-object-fit:cover;object-fit:cover;will-change:opacity}.bvwKDd{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1.5rem}.dyxDFx{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;max-width:492px;padding-left:1rem;padding-right:1rem;width:100%}.kGopyv{position:relative}.kGopyv.kGopyv--inactive{opacity:.6}.kGopyv.kGopyv--inactive .foOgkU{display:inline-block;width:18px;height:18px;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-transition:.15s;transition:.15s}.kGopyv.kGopyv--inactive .heyHwz{border:2px solid rgb(242,242,242)}.kGopyv.app-variation-card--most-popular .heyHwz{border-color:#eb001b}.kGopyv.app-variation-card--most-popular .foOgkU{background:#eb001b;border-color:#eb001b}.kGopyv.app-variation-card--most-popular .kBhYuc:checked+.foOgkU{background:#eb001b;border-color:#eb001b}.kGopyv.app-variation-card:not(.app-variation-card--most-popular) .heyHwz{border-color:#f2f2f2}.app-variation-card__most-popular-banner{position:relative;top:0;left:0;right:0;background:#eb001b;color:#fff;text-align:center;font-size:.9375rem;font-style:normal;font-weight:600;line-height:1.375rem;text-transform:uppercase;padding:6.5px 0;z-index:2;border-radius:1rem 1rem 0rem 0rem}.app-variation-card--most-popular .heyHwz{padding-top:42px}.kTLUTZ{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:12px;-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;background:#1b6f4e;color:#fff;text-align:right;font-size:.9375rem;font-style:normal;font-weight:600;line-height:1.375rem;text-transform:uppercase;padding:6.5px 0;position:absolute;z-index:2;border-radius:1rem 1rem 0rem 0rem;opacity:1}.heyHwz{background:#fff;border-radius:1rem;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;overflow:hidden;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #1b6f4e;opacity:1;padding:42px 0 0}.heyHwz p{margin:0}.kGopyv:not(:has(.kTLUTZ)):not(:has(.app-variation-card__most-popular-banner)) .heyHwz{padding-top:12px}.hiCozf{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%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.eTbXwK{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.edHanj{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;background:#f3f3f8;margin-top:.75rem;gap:.375rem;width:100%;height:38px;padding:8px 0}.edHanj p{margin:0}.app-variation-card .edHanj{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;gap:.5rem;padding:16px 0}.app-variation-card__total-price{color:#000;font-weight:700;font-size:1.0625rem;line-height:100%;text-transform:none}.app-variation-card__total-price-old{color:#73899c;font-size:.875rem;line-height:130%;text-decoration:line-through;font-weight:400}.app-variation-card__billing-period{color:#6a6a6a;font-size:.75rem;line-height:140%;margin-top:.25rem}.app-variation-card__daily-price-wrapper{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:.125rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1);width:100%}.app-variation-card__daily-price{color:#1b6f4e;font-weight:700;font-size:1rem;line-height:100%}.app-variation-card__daily-price-old{color:#73899c;font-size:.875rem;line-height:130%;text-decoration:line-through;font-weight:400}.app-variation-card__daily-label{color:#000;font-size:.75rem;line-height:140%;margin-top:.125rem}.ghHsMj{vertical-align:middle;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}.kBhYuc{border:0px;clip:rect(0px,0px,0px,0px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.foOgkU{display:inline-block;width:18px;height:18px;background:#1b6f4e;border:1px solid #1b6f4e;border-radius:4px;-webkit-transition:.15s;transition:.15s;position:relative}.foOgkU .dfFasS{visibility:hidden;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.kBhYuc:checked+.foOgkU .dfFasS{visibility:visible}.dfFasS{fill:none;stroke:#fff;stroke-width:4px;margin-bottom:1px}.kYRITp{width:4.125rem;height:5.75rem;margin-left:.5rem;position:relative}.dViumK{width:4.125rem;height:5.75rem;background-size:contain;-o-object-fit:contain;object-fit:contain}.hYbxBU{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;margin-left:.75rem}@media screen and (min-width: 992px){.hYbxBU{margin-left:1rem}}.bcLpdi{color:#000;font-style:normal;font-weight:700;font-size:.9375rem;line-height:1.375rem}@media screen and (min-width: 992px){.bcLpdi{line-height:1.375rem;font-size:1.25rem}}.dXXgeN{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.375rem}.gKNjih{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.31125rem;color:#000;font-size:.625rem;font-style:normal;font-weight:400;line-height:.875rem}@media screen and (min-width: 992px){.gKNjih{font-size:.75rem}}.qHDCb{width:.375rem;height:.375rem;padding:.1875rem;border-radius:2.25rem;background:#000;-ms-flex-negative:0;flex-shrink:0}.ehYzMi{color:#1b6f4e;-webkit-font-feature-settings:"clig" 0,"liga" 0;font-feature-settings:"clig" 0,"liga" 0;font-size:1.0625rem;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}@media screen and (min-width: 992px){.ehYzMi{font-size:1rem}}.bEyVty{color:#6a6a6a;text-align:center;font-size:.75rem;font-style:normal;line-height:140%;max-width:28.75rem;width:100%;margin-top:1.5rem;font-weight:400!important;padding:0 1rem}.frHWMA{color:#73899c;text-align:center;font-size:1.0625rem;font-style:normal;line-height:130%;text-decoration:line-through;font-weight:400!important}@media screen and (min-width: 992px){.frHWMA{font-size:1.125rem}}.offer-simple__selection-title{color:#000;text-align:center;font-size:1.75rem;font-style:normal;font-weight:700;line-height:2rem;margin-bottom:0;font-family:var(--font-heading)}@media screen and (max-width: 991.5px){.offer-simple__selection-title{font-size:1.5rem;line-height:2rem}}.offer-simple__promo-banner{position:relative;overflow:hidden;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;border-radius:1rem;height:5.375rem;padding:0 1rem;width:100%;max-width:28.75rem;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center}.offer-simple__promo-banner-title{color:#fff;font-family:Open Sans,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.5rem;margin:0}.offer-simple__promo-banner-bubble{position:relative;width:7.375rem;height:7.375rem;background-size:cover;background-repeat:no-repeat;background-position:center center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-family:Open Sans,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.5rem}.offer-simple__promo-banner-save-text{color:#fff;font-family:Open Sans,sans-serif;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem}.offer-simple__promo-banner-discount{color:#fff;font-family:Open Sans,sans-serif;font-size:2rem;font-style:normal;font-weight:700;line-height:2.625rem}.offer-simple__terms-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;margin-top:1.5rem;gap:.5rem;max-width:28.75rem;width:100%}.offer-simple__terms-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.offer-simple__terms-checkbox.foOgkU{background:#fff!important;border-color:#00000026!important}.offer-simple__terms-checkbox{display:inline-block;width:18px;height:18px;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-transition:.15s;transition:.15s;position:relative}.offer-simple__terms-checkbox .dfFasS{visibility:hidden;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#offer-terms-checkbox.kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox,#offer-terms-checkbox.kBhYuc:checked+.offer-simple__terms-checkbox,.offer-simple__terms-container .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox,.offer-simple__terms-container .kBhYuc:checked+.offer-simple__terms-checkbox,.offer-simple__terms-label .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox,.offer-simple__terms-label .kBhYuc:checked+.offer-simple__terms-checkbox{background:#1b6f4e!important;border-color:#1b6f4e!important}#offer-terms-checkbox.kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox .dfFasS,#offer-terms-checkbox.kBhYuc:checked+.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-container .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-container .kBhYuc:checked+.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-label .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-label .kBhYuc:checked+.offer-simple__terms-checkbox .dfFasS{visibility:visible!important}.offer-simple__terms-text{padding-left:.5rem;margin:0}.offer-simple__terms-text p{font-weight:400!important;color:#000;font-size:.75rem;font-style:normal;line-height:130%}.offer-simple__terms-text a{cursor:pointer;text-decoration:underline!important;color:inherit}.offer-simple__terms-text a:hover{text-decoration:underline!important}.offer-simple__terms-text p{margin:0}.offer-simple__terms-error{color:#e41515;text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:140%;margin-top:1.5rem;display:none}.offer-simple__terms-error.show{display:block}.woocommerce-checkout #payment ul.payment_methods li{border:none!important}.payment_method_ppcp-gateway .payment_box{display:none!important}.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:#1b6f4e;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:#1b6f4e;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 #1B6F4E;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:#1b6f4e;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:#1b6f4e;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:#1b6f4e;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:#1b6f4e;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:#1b6f4e;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:#1b6f4e;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,#146344,#1b6f4e);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:#1b6f4e;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:#1b6f4e;background:#ffffff26;-webkit-box-shadow:0 0 0 3px rgba(27,111,78,.2);box-shadow:0 0 0 3px #1b6f4e33}.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:#1b6f4e}.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:400}.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}.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=tel],.woocommerce input[type=number],.woocommerce input[type=password],.woocommerce input[type=search],.woocommerce input[type=url],.woocommerce select,.woocommerce textarea{font-size:1rem!important}.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,#1b6f4e,#2aad79)!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(27,111,78,.2)!important;box-shadow:0 2px 4px #1b6f4e33!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,#165a40,#1b6f4e)!important;-webkit-transform:translateY(-1px)!important;transform:translateY(-1px)!important;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3)!important;box-shadow:0 4px 12px #1b6f4e4d!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(27,111,78,.2)!important;box-shadow:0 2px 4px #1b6f4e33!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(27,111,78,.2)!important;box-shadow:0 2px 4px #1b6f4e33!important}.woocommerce-button.button--outline,.woocommerce .button.button--outline{background:transparent!important;color:#1b6f4e!important;border:2px solid #1B6F4E!important}.woocommerce-button.button--outline:hover,.woocommerce-button.button--outline:focus,.woocommerce .button.button--outline:hover,.woocommerce .button.button--outline:focus{background:#1b6f4e!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}#ppcp-recaptcha-v2-container{margin:0!important}.woocommerce .button.button--full{width:100%!important;display:block!important}.woocommerce .blockUI.blockOverlay:before{display:none!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:20px!important;height:20px!important;margin:-10px 0 0 -10px!important;border:3px 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;z-index:10!important}.woocommerce-checkout #place_order.loading:after{width:24px!important;height:24px!important;margin:-12px 0 0 -12px!important;border-width:3px!important}.woocommerce-checkout .blockUI.blockOverlay{position:fixed!important;inset:0!important;width:100%!important;height:100%!important;z-index:10000!important;background:#ffffff4d!important}.woocommerce-checkout .blockUI.blockMsg{display:none!important;visibility:hidden!important}.woocommerce-checkout .checkout-loading-overlay{display:none;position:fixed;bottom:2rem;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);background-color:#1b6f4ef2;color:#fff;padding:1rem 1.5rem;border-radius:.5rem;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.3);box-shadow:0 4px 12px #0000004d;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;font-weight:600;font-size:.875rem;backdrop-filter:blur(4px)}.woocommerce-checkout .checkout-loading-overlay.active{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce-checkout .checkout-loading-overlay .checkout-loading-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.woocommerce-checkout .checkout-loading-overlay{bottom:auto;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:1.5rem 2rem;font-size:1rem}}.woocommerce-checkout #billing_email_field.quiz-hidden-email-field,.woocommerce-checkout .form-row.quiz-hidden-email-field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .quiz-hidden-email-field{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;opacity:0!important;position:absolute!important;left:-9999px!important;width:0!important}.woocommerce-checkout #billing_email.quiz-hidden-email-field{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!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:#1b6f4e;background:#0118d80d}.quiz-login-tab--active{background:#fff;color:#1b6f4e;-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,#1b6f4e,#25986b);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:#1b6f4e;-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:#1b6f4e}.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:#1b6f4e;border-color:#1b6f4e}.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:#1b6f4e;text-decoration:none;font-weight:500;-webkit-transition:color .2s ease;transition:color .2s ease}.quiz-forgot-password:hover{color:#114631;text-decoration:underline}.quiz-login-btn{width:100%;background:linear-gradient(135deg,#1b6f4e,#20845c);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,#165a40,#1b6f4e);-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:#1b6f4e;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:#114631;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}.thankyou-container>p{display:none}.thankyou-container .woocommerce-order-details header,.thankyou-container .woocommerce-order-details .my_account_orders{display:none!important}.thankyou-container .thankyou-actions .thankyou-btn{display:none!important}.thankyou-container .thankyou-actions .upsell-upgrade-btn{display:inline-block!important}@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,#146344,#1b6f4e);-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:#1b6f4e;color:#fff;border:none;margin-bottom:0}.thankyou-btn.thankyou-btn--primary:hover{background:#146344;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:48px;min-height:48px}@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-checkout .payment_method_stripe,.woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout .payment_method_stripe .StripeElement,.woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout .payment_method_stripe .StripeElement iframe,.woocommerce-checkout .payment_method_stripe input,.woocommerce-checkout .payment_method_stripe select,.woocommerce-checkout .payment_method_stripe textarea{--fontSizeBase: 18px !important;font-size:18px!important}.woocommerce-checkout .payment_method_stripe>label,.woocommerce-checkout .payment_method_stripe .payment_box{--fontSizeBase: 18px !important;font-size:18px!important}.woocommerce-checkout #payment .payment_method_stripe,.woocommerce-checkout .checkout-details-section .payment_method_stripe,.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout #payment .payment_method_stripe .StripeElement,.woocommerce-checkout .checkout-details-section .payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout .checkout-details-section .payment_method_stripe .StripeElement,.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout #payment .payment_method_stripe .StripeElement iframe,.woocommerce-checkout .checkout-details-section .payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout .checkout-details-section .payment_method_stripe .StripeElement iframe,.woocommerce-checkout .payment_box .payment_method_stripe,.woocommerce-checkout .wc-payment-form .payment_method_stripe{--fontSizeBase: 18px !important;font-size:18px!important}.woocommerce-order-received .woocommerce-order-details{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:#1b6f4e;background-color:#f8f9fb}.woocommerce-MyAccount-navigation ul li a[aria-current=page]{color:#1b6f4e;background-color:#f0fdfa;border-bottom-color:#1b6f4e}@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:#1b6f4e;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:#1b6f4e;-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,#1b6f4e,#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:#1b6f4e;border:2px solid #1B6F4E}.woocommerce-button.button--outline:hover,.woocommerce-Button.button--outline:hover,.button.button--outline:hover,input[type=submit].button--outline:hover{background:#1b6f4e;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:#1b6f4e;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:#1b6f4e;-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,#1b6f4e,#146344)}.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 #1B6F4E;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:#1b6f4e;line-height:1;text-shadow:0 4px 8px rgba(27,111,78,.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,#1b6f4e,#2aad79);color:#fff;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.error-404__btn--primary:hover{background:linear-gradient(135deg,#165a40,#1b6f4e);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66;color:#fff;text-decoration:none}.error-404__btn--primary:active{-webkit-transform:translateY(0);transform:translateY(0)}.error-404__btn--secondary{background:#fff;color:#1b6f4e;border:2px solid #1B6F4E;-webkit-box-shadow:0 2px 8px rgba(27,111,78,.1);box-shadow:0 2px 8px #1b6f4e1a}.error-404__btn--secondary:hover{background:#1b6f4e;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.2);box-shadow:0 4px 12px #1b6f4e33}.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:#1b6f4e;-webkit-box-shadow:0 0 0 3px rgba(27,111,78,.1);box-shadow:0 0 0 3px #1b6f4e1a}.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:#1b6f4e;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:#114631}.error-404 .search-form .search-submit:focus{outline:none;-webkit-box-shadow:0 0 0 2px rgba(27,111,78,.3);box-shadow:0 0 0 2px #1b6f4e4d}@-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}body.woocommerce-checkout.checkout-v3-active #header,body.woocommerce-checkout.checkout-v3-active .header,body.woocommerce-checkout.checkout-v3-active .sale-banner,body.woocommerce-checkout:has(.checkout-v3-promo-bar) #header,body.woocommerce-checkout:has(.checkout-v3-promo-bar) .header,body.woocommerce-checkout:has(.checkout-v3-promo-bar) .sale-banner{display:none!important}.promo-bar{background-color:#000;color:#fff;text-align:center;font-weight:700;padding:10px;position:fixed;top:0;left:0;width:100%;z-index:1000;font-size: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}.promo-text{display:block;font-size:18px;margin-bottom:5px}.countdown-text{display:block;font-size:16px}.countdown-container{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:5px;margin-top:5px}.time-box{width:40px;height:30px;background-color:#fff;color:red;font-size:14px;font-weight:700;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:5px;border:2px solid red}.content{margin-top:70px;padding:20px}.checkout-container--v3{margin-top:160px;max-width:1080px}@media screen and (min-width: 992px){.checkout-container--v3{margin-top:120px}}.expired-message{font-size:18px;color:#ff0;margin-top:5px}.desktop-img-banner{display:block;width:100px}.mobile-img-banner{display:none}.countdown-section{text-align:right}.countdown-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width: 991.5px){.desktop-img-banner{display:none}.mobile-img-banner{display:block;max-width:100px;margin-bottom:5px}.promo-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px}.countdown-section{text-align:center}.countdown-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.ds-orderform-product-list{container-type:inline-size;color:#04253e;margin-top:2rem}.ds-orderform-product-list .table2{width:100%;border-collapse:separate;border-spacing:0 20px}.ds-orderform-product-list .table2 th{border-bottom:1px solid rgb(230,233,236);font-weight:400;font-size:12px;color:#04253e4d;text-align:left;vertical-align:top;padding:15px 10px}.ds-orderform-product-list .table2 th:first-child,.ds-orderform-product-list .table2 td:first-child{padding-left:0}.ds-orderform-product-list .table2 th:last-child,.ds-orderform-product-list .table2 td:last-child{padding-right:0}.ds-orderform-product-list .table2 td{text-align:left;vertical-align:top;padding:15px 10px}.ds-orderform-product-list .table2 h3{margin:0 0 15px;font-size:1.25em;line-height:1.5em;overflow:hidden;text-overflow:ellipsis;color:#04253e}.ds-orderform-product-list .table2 .col.col-product{width:1%}.ds-orderform-product-list .table2 .col.col-product img{max-width:100%;min-width:60px;width:60px;height:auto}.ds-orderform-product-list .table2 .col.col-details{width:100%;word-break:break-word}.ds-orderform-product-list .table2 .col.col-quantity{white-space:nowrap}.ds-orderform-product-list .table2 .col.col-price{text-align:right;vertical-align:middle}.ds-orderform-product-list .table2 .col.col-box{position:relative;vertical-align:middle}.ds-orderform-product-list .table2 tr.horizontal-presenation{border-top:1px solid rgb(230,233,236)}.ds-orderform-product-list .table2 tr.horizontal-presenation:hover{background-color:#f2fff9}.ds-orderform-product-list .table2 tr.horizontal-presenation:hover>td{border-color:#006837!important}.ds-orderform-product-list .table2 tr.horizontal-presenation>td{border-top:2px solid rgb(232,232,234);border-bottom:2px solid rgb(232,232,234)}.ds-orderform-product-list .table2 tr.horizontal-presenation>td:first-child{border-left:2px solid rgb(232,232,234);padding-left:10px!important;max-width:45px;display:table-cell!important}.ds-orderform-product-list .table2 tr.horizontal-presenation td:last-child{border-right:2px solid rgb(232,232,234);padding:0 15px!important;position:relative}.ds-orderform-product-list .table2 tr.horizontal-presenation:has(td[formgroupname=quantity] input:checked)>td,.ds-orderform-product-list .table2 tr.product-row-active>td{border-color:#006837!important;background-color:#f2fff9}.ds-orderform-product-list .product-headline{color:#04253e;font-size:125%;margin:0 0 15px}.ds-orderform-product-list .product-description{margin-top:.75rem}.ds-orderform-product-list .product-description p{margin:0 0 5px}.yellow-box-dynamic{background:#efd33d;-webkit-box-shadow:0px .731707px 1.46341px rgba(16,24,40,.05);box-shadow:0 .731707px 1.46341px #1018280d;border-radius:4px;padding:5px 8px;text-align:center;font-size:12px;margin:auto 10px;max-width:60px;font-weight:700;min-width:60px}.yellow-box-dynamic.yellow-box-mobile{display:none}.old-price-dynamic{color:#d92d20;text-decoration:line-through;font-weight:700;font-size:15px;margin-bottom:4px}.tr-top-card-dynamic{background:linear-gradient(183.77deg,#cc9200 -69.19%,#fff0c1 66.15%);color:#000;padding:5px 8px;border-radius:0 0 0 6px;-webkit-box-shadow:rgba(16,24,40,.05) 0px .73px 1.46px 0px;box-shadow:#1018280d 0 .73px 1.46px;font-size:10px;font-weight:600;pointer-events:none;position:absolute;margin-bottom:4px;width:94px;top:0;right:20px}.ds-orderform-product-list input[type=radio]{display:none;pointer-events:none}.ds-orderform-product-list input[type=radio]+.input-radio{position:relative;cursor:pointer;padding-left:1.875em;padding-top:.1875em;display:block;min-height:24px;font-size:1rem!important}.ds-orderform-product-list input[type=radio]+.input-radio:empty{padding-top:0;padding-left:24px}.ds-orderform-product-list input[type=radio]+.input-radio:before{position:absolute;top:0;left:0;border:2px solid #b4bec5;border-radius:50%;width:20px;height:20px;display:inline-block;content:"";vertical-align:bottom;text-align:center;background-color:#fff}.ds-orderform-product-list input[type=radio]:checked+.input-radio:before{background:#0070f3;border-color:#0070f3;-webkit-box-shadow:0 0 0 3px #fff inset;box-shadow:0 0 0 3px #fff inset}.ds-orderform-product-list input[type=radio]+.input-radio:hover:before{border-color:#0070f3}.ds-orderform-product-list .first{font-weight:700;font-size:1rem}.ds-orderform-product-list .table2 .display-on-small{display:none}.ds-orderform-product-list .table2 .hide-on-small{display:block}.ds-orderform-product-list .table2 tr.vertical-presenation{display:none}@media screen and (max-width: 991.5px){.ds-orderform-product-list .table2 .display-on-small{display:block}.ds-orderform-product-list .table2 .hide-on-small{display:none}.ds-orderform-product-list .table2 tr.vertical-presenation{display:table-row}.col.col-box{display:none}.ds-orderform-product-list .table2 td{vertical-align:middle}.tr-top-card-dynamic{background:linear-gradient(183.77deg,#cc9200 -69.19%,#fff0c1 66.15%);color:#000;padding:5px 8px;border-radius:0 0 0 6px;-webkit-box-shadow:rgba(16,24,40,.05) 0px .73px 1.46px 0px;box-shadow:#1018280d 0 .73px 1.46px;font-size:10px;font-weight:600;pointer-events:none;position:absolute;margin-bottom:4px;width:94px;top:0;right:20px}.ds-orderform-product-list .table2 .horizontal-presenation-item-0{display:table-row!important}.ds-orderform-product-list .table2 tr.horizontal-presenation>td:first-child{padding:0}.ds-orderform-product-list .table2 tr.horizontal-presenation td:last-child{padding:0 10px!important}.ds-orderform-product-list .table2 .col.col-product{padding-left:0}.product-headline{font-size:15px}.col.col-price .old-price-dynamic{font-size:16px;margin-bottom:4px}.col.col-price .yellow-box-mobile{display:inline-block!important}.col.col-price .tr-top-card-dynamic{margin-bottom:4px}.col.col-price .unit-price-opacity{opacity:1}.col.col-price .unit-price-opacity .first{font-size:1rem;font-weight:700}}.ds-orderform-product-list .table2 tr.horizontal-presenation+tr.checkout-v3-extra-product-row td{border-top:none!important;border-left:2px solid rgb(0,104,55)!important;border-right:2px solid rgb(0,104,55)!important;border-bottom:2px solid rgb(0,104,55)!important;padding:0!important;background-color:#f2fff9;position:relative;top:-20px;margin-bottom:-20px}.checkout-v3-extra-product-row{border-top:none!important}.checkout-v3-extra-product-row td{border-top:none!important;border-left:2px solid rgb(0,104,55)!important;border-right:2px solid rgb(0,104,55)!important;border-bottom:2px solid rgb(0,104,55)!important;padding:0!important;background-color:#f2fff9}.checkout-v3-extra-product-inner{padding:10px 10px 15px 60px}.checkout-v3-extra-product-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout-v3-extra-product-checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;gap:12px;font-size:1rem;color:#04253e;width:100%}.checkout-v3-extra-product-checkbox-label:hover .checkout-v3-extra-product-checkbox-icon{border-color:#006837}.checkout-v3-extra-product-checkbox{display:none}.checkout-v3-extra-product-checkbox-icon{width:24px;height:24px;min-width:24px;border:2px solid #b4bec5;border-radius:4px;background-color:#fff;position:relative;-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}.checkout-v3-extra-product-checkbox-icon:after{content:"";position:absolute;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.checkout-v3-extra-product-checkbox:checked+.checkout-v3-extra-product-checkbox-icon{background-color:#006837;border-color:#006837}.checkout-v3-extra-product-checkbox:checked+.checkout-v3-extra-product-checkbox-icon:after{opacity:1}.checkout-v3-extra-product-label-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:400}@media screen and (max-width: 991.5px){.checkout-v3-extra-product-label-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-v3-extra-product-label-text .yellow-box-dynamic{margin:4px 0 0!important}}@media screen and (min-width: 992px){.checkout-v3-extra-product-label-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.checkout-v3-extra-product-prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-left:auto}.checkout-v3-extra-product-old-price{color:#d92d20;text-decoration:line-through;font-weight:700;font-size:15px;display:inline-block}.checkout-v3-extra-product-free{color:#000;font-weight:700;text-transform:uppercase;font-size:.9rem}@media screen and (max-width: 991.5px){.checkout-v3-extra-product-row td{padding-left:10px!important;padding-right:10px!important}.checkout-v3-extra-product-inner{padding-left:10px}}.product-row-active+.checkout-v3-extra-product-row+.horizontal-presenation{position:relative;top:-20px}.product-row-active+.checkout-v3-extra-product-row+.horizontal-presenation+.checkout-v3-extra-product-row+.horizontal-presenation{position:relative;top:-20px}.ds-orderform-product-list .table2 tr.horizontal-presenation.product-row-active>td{border-bottom:none!important}.checkout-v3-coupon-text{margin-top:0!important;text-align:right;font-size:18px;color:#000;opacity:1;line-height:1.5em}.checkout-v3-coupon-text p{margin:0}.checkout-v3-coupon-text strong{font-weight:700}@media screen and (max-width: 991.5px){.checkout-v3-coupon-text{text-align:center}}.checkout-v3-order-summary{margin-top:0;font-size:1rem;color:#04253ecc}.checkout-v3-order-summary fieldset{border:none;padding:0!important}.checkout-v3-order-summary+.offer-personalized-plan__wrapper .offer-personalized-plan{padding:0!important}.checkout-v3-order-summary table{width:100%;border-collapse:collapse;margin-top:0}.checkout-v3-order-summary table tr.total-row{color:#04253ecc;border:none}.checkout-v3-order-summary table tr td{padding:8px 0;border:none;text-align:left}.checkout-v3-order-summary table tr td.value-label{text-align:left}.checkout-v3-order-summary table tr td.value{text-align:right;font-size:100%}.checkout-v3-order-summary table tr.total-row-final{border-top:1px solid rgb(230,233,236);padding-top:10px;margin-top:10px}.checkout-v3-order-summary table tr.total-row-final td{padding-top:10px}.checkout-v3-order-summary table tr .value-total{color:#1b6f4e;font-weight:700}.checkout-v3-order-summary .text-bold{font-weight:700}.checkout-v3-order-summary .text-muted{color:#04253e4d!important}.checkout-v3-order-summary .amount.wo_discount{color:#04253e4d!important;text-decoration:line-through}.checkout-v3-order-summary .amount.discounted{color:#1b6f4e}@media screen and (max-width: 991.5px){.checkout-v3-order-summary{font-size:1rem}}.checkout-v3-main-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;margin-top:2rem}@media screen and (min-width: 992px){.checkout-v3-main-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}.checkout-v3-main-layout .checkout-v3-content-wrapper{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.checkout-v3-main-layout .checkout-v3-form-wrapper{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}.checkout-v3-content-wrapper>*:not(:first-child){margin-top:2rem}.checkout-v3-accordion{max-width:700px;margin:2rem auto;font-family:sans-serif;border-radius:8px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.1);box-shadow:0 0 6px #0000001a;overflow:hidden}.checkout-v3-accordion-item{border-top:1px solid #ccc;background:#f9f9f9}.checkout-v3-accordion-item:first-child{border-top:none}.checkout-v3-accordion-header{width:100%;background:#f5f0e6;border:none;outline:none;text-align:left;padding:16px 20px;font-size:17px;font-weight:700;cursor:pointer;position:relative;-webkit-transition:background .3s ease,color .3s ease;transition:background .3s ease,color .3s ease;color:#000}.checkout-v3-accordion-header:after{content:"\2304";position:absolute;right:20px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;color:#000}.checkout-v3-accordion-header:hover{background:#efe7d6}.checkout-v3-accordion-header.active{background:#39090b;color:#fff}.checkout-v3-accordion-header.active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#fff}.checkout-v3-accordion-content{display:none;padding:0 20px 15px;background:#fff;border-top:1px solid #ddd;font-size:15px;line-height:1.6;text-align:justify}.checkout-v3-accordion-content p{margin:0 0 10px;font-size:1rem}.checkout-v3-accordion-content p:last-child{margin-bottom:0}.checkout-v3-accordion-content ul{list-style:none;padding-left:0;margin:0}.checkout-v3-accordion-content ul li{list-style:none;margin:0 0 10px;padding-left:0}.checkout-v3-accordion-content ul li:before{content:none}.checkout-v3-pulse-icon{display:inline-block;margin-right:6px;color:#444;-webkit-animation:none;animation:none}.checkout-v3-pulse-icon.active{-webkit-animation:pulseIcon .6s ease-out;animation:pulseIcon .6s ease-out}@-webkit-keyframes pulseIcon{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}50%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulseIcon{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}50%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@media screen and (max-width: 991.5px){.checkout-v3-accordion-header{font-size:15px;padding:14px 16px}.checkout-v3-accordion-content{font-size:14px;padding:0 16px 14px}}.checkout-v3-bonus-container{max-width:400px;font-family:Arial,sans-serif;border:1px solid #ddd;padding:15px;border-radius:8px;background-color:#fff;margin:2rem 0}.checkout-v3-limited-stock{background-color:#fff4f4;color:#d9534f;padding:10px;font-weight:700;border-radius:5px;text-align:center;margin-bottom:15px}.checkout-v3-limited-stock span{color:#000}.checkout-v3-bonus-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.checkout-v3-bonus-item:last-child{margin-bottom:0}.checkout-v3-bonus-item img{width:50px;height:auto;margin-right:10px;border-radius:5px;-ms-flex-negative:0;flex-shrink:0}.checkout-v3-bonus-item-details{-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer}.checkout-v3-bonus-item-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;font-weight:700;color:#000}.checkout-v3-bonus-item-title{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.checkout-v3-bonus-arrow{margin-left:5px;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.checkout-v3-bonus-item-description{display:none;font-size:12px;color:#555;margin-top:5px}.checkout-v3-bonus-item-price{font-size:14px;color:#555;text-align:right}.checkout-v3-bonus-old-price{text-decoration:line-through;color:red;font-weight:700;display:block}.checkout-v3-bonus-free{color:green;font-weight:700;display:block}@media screen and (max-width: 991.5px){.checkout-v3-bonus-container{margin:0;max-width:100%}}.checkout-v3-delivery-text{margin-top:30px;text-align:center;font-size:16px;color:#000;opacity:1;line-height:1.5em}.checkout-v3-delivery-text p{margin:0}.checkout-v3-delivery-text strong{font-weight:700}.checkout-v3-delivery-image{margin-top:0;text-align:center}.checkout-v3-delivery-image img{width:min(500px,100%);height:min(260px,100%);opacity:1;max-width:100%;height:auto;display:block;margin:0 auto}.checkout-v3-estimated-delivery{margin-top:24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center}.checkout-v3-delivery-banner{border:1px solid #ccc;padding:16px 20px;display:inline-block;background-color:#f9f9f9;color:#333;font-size:16px;border-radius:8px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px #0000000d}.checkout-v3-delivery-banner .note{font-size:14px;font-weight:400;color:#666;margin-top:6px}.checkout-v3-delivery-icon{font-size:18px;margin-right:6px;vertical-align:middle}.checkout-v3-highlight-date{font-weight:700;color:#222}@media screen and (max-width: 991.5px){.checkout-v3-delivery-banner{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}.checkout-v3-security-seals{margin-top:30px;text-align:center}.checkout-v3-security-seals .bg-container{border:none;padding:0;margin:0}.checkout-v3-security-seals .d-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.checkout-v3-security-seals .d-flex>div{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}.checkout-v3-security-seals .d-flex img{width:130px;height:auto;max-width:100%}#checkout-v3-review-tab{position:fixed;top:40%;right:0;background-color:#39090b;color:#fff;padding:12px 18px;border-radius:8px 0 0 8px;cursor:pointer;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;font-weight:700;z-index:1001;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px #0003;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#checkout-v3-review-close-tab{position:fixed;top:40%;right:350px;background-color:#39090b;color:#fff;padding:5px 8px;border-radius:5px 0 0 5px;cursor:pointer;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;font-weight:700;z-index:1001;display:none;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px #0003;font-size:13px;line-height:1.2;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#checkout-v3-review-panel{position:fixed;top:0;right:-400px;width:350px;height:100%;background:#fff;-webkit-box-shadow:-4px 0 12px rgba(0,0,0,.25);box-shadow:-4px 0 12px #00000040;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:right .3s ease;transition:right .3s ease;overflow-y:auto;z-index:1000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#checkout-v3-review-panel.open{right:0}#checkout-v3-review-panel .close-btn{position:absolute;top:10px;left:10px;cursor:pointer;font-size:18px;color:#555}#checkout-v3-review-panel .review{margin-bottom:25px;border-bottom:1px solid #ddd;padding-bottom:15px}#checkout-v3-review-panel .review:last-child{border-bottom:none}#checkout-v3-review-panel .review .name{font-weight:700;font-size:15px;display:block;margin-bottom:5px;color:#333}#checkout-v3-review-panel .review .user-photo{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:10px}#checkout-v3-review-panel .review .stars{color:gold;font-size:18px;margin-bottom:6px}#checkout-v3-review-panel .review p{font-size:14px;color:#444;line-height:1.4;margin:0}#checkout-v3-review-panel .review .review-photo{width:100%;max-width:300px;margin-top:10px;border-radius:10px}@media screen and (max-width: 991.5px){#checkout-v3-review-panel{width:100%;right:-100%}#checkout-v3-review-close-tab{right:0}}#checkout-v3-exit-popup{display:none;position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#checkout-v3-exit-popup-content{background:#fffef6;padding:30px 25px;border-radius:16px;max-width:420px;width:90%;text-align:center;font-family:Open Sans,sans-serif;color:#2e2b28;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.2);box-shadow:0 10px 30px #0003;position:relative;-webkit-animation:popupFade .3s ease-in-out;animation:popupFade .3s ease-in-out}#checkout-v3-exit-popup-content h2{font-size:24px;color:#03424f;margin-bottom:15px}#checkout-v3-exit-popup-content p{font-size:16px;margin-bottom:20px}#checkout-v3-exit-popup-content .buy-btn{background-color:#2f7c16;color:#fff;border:none;font-size:16px;padding:12px 24px;border-radius:8px;cursor:pointer;font-family:Open Sans,sans-serif;font-weight:700;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}#checkout-v3-exit-popup-content .buy-btn:hover{background-color:#256012}#checkout-v3-exit-popup-close{position:absolute;top:12px;right:14px;font-size:22px;color:#333;background:none;border:none;cursor:pointer;line-height:1;padding:0;width:24px;height:24px;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-keyframes popupFade{0%{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes popupFade{0%{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}#checkout-v3-stock-popup{position:fixed;bottom:30px;right:30px;background-color:#39090b;color:#fff;border:1px solid #ccc;border-radius:10px;padding:20px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px #0003;z-index:1000;width:250px;font-family:sans-serif}#checkout-v3-stock-popup p{font-size:15px;margin:0}#checkout-v3-stock-popup #checkout-v3-stock-close-btn{position:absolute;top:5px;right:10px;background:none;border:none;font-size:16px;color:#fff;cursor:pointer;line-height:1;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}@media screen and (max-width: 991.5px){#checkout-v3-stock-popup{bottom:20px;right:20px;left:20px;width:auto;max-width:250px}}.checkout-v3-legal-notice{margin-top:50px;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.checkout-v3-legal-notice h4{color:#04253ecc!important;margin-bottom:15px;font-size:18px}.checkout-v3-legal-notice .legal-container ul{color:#04253ecc;list-style:disc;padding-left:20px;margin:0}.checkout-v3-legal-notice .legal-container ul li{margin-bottom:10px;line-height:1.6}.checkout-v3-legal-notice .legal-container a{color:#1b6f4e;text-decoration:underline}.checkout-v3-legal-notice .legal-container a:hover{color:#1b6f4e;text-decoration:none}.checkout-v3-buy-button-section{margin-top:20px;max-width:500px}.checkout-v3-buy-button-section .pgb-style-outer-container{border:2px solid rgb(243,249,253);border:0;background:#f3f9fd;border-radius:5px;padding:15px}.checkout-v3-buy-button-section .d-flex--summary-container{margin:0 -7.5px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout-v3-buy-button-section .d-flex--summary-container>*{margin:0 7.5px;padding:15px}.checkout-v3-buy-button-section .divider{border-color:#e6e9ec;border-top:1px solid rgb(230,233,236);margin:15px 0}.checkout-v3-buy-button-section .total-row-final{border-top-color:#e6e9ec!important;border-top:1px solid rgb(230,233,236)}.checkout-v3-buy-button-section .pgb-style-inner-container{border:1px solid rgb(231,232,233);border:0;background:#fff;border-radius:5px;-webkit-box-shadow:0px 7px 10px -3px rgba(0,0,0,.1);box-shadow:0 7px 10px -3px #0000001a}.checkout-v3-buy-button-section fieldset legend,.checkout-v3-buy-button-section .container-product-list,.checkout-v3-buy-button-section .container-summary-button{font-size:1rem;color:#04253ecc}.checkout-v3-buy-button-section fieldset{border:none;margin:0;padding:0}.checkout-v3-buy-button-section fieldset legend{font-weight:700;margin-bottom:15px}.checkout-v3-buy-button-section .container-summary-button .total-row-final .value-total{color:#1b6f4e;font-weight:700}.checkout-v3-buy-button-section .product-list .product-list-item{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;margin-bottom:15px}.checkout-v3-buy-button-section .product-list .product-list-item:last-child{margin-bottom:0}.checkout-v3-buy-button-section .product-list .product-image-box{margin-right:15px;-ms-flex-negative:0;flex-shrink:0}.checkout-v3-buy-button-section .product-list .product-image-box .product-image-container{width:80px;height:80px;overflow:hidden;border-radius:5px}.checkout-v3-buy-button-section .product-list .product-image-box .product-image-container .product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.checkout-v3-buy-button-section .product-list .product-details{-webkit-box-flex:1;-ms-flex:1;flex:1}.checkout-v3-buy-button-section .product-list .product-details strong{display:block;margin-bottom:5px;font-size:14px}.checkout-v3-buy-button-section .product-list .product-details .delivery_desc{font-size:12px;color:#666;margin-top:5px}.checkout-v3-buy-button-section .product-list .price-col{text-align:right}.checkout-v3-buy-button-section .product-list .price-col .custom-price-info{margin-bottom:5px}.checkout-v3-buy-button-section .product-list .price-col .custom-price-info .custom-old-price{text-decoration:line-through;color:red;font-size:12px;font-weight:700}.checkout-v3-buy-button-section .product-list .price-col .custom-price-info .custom-discount-badge{display:inline-block;background:#f44;color:#fff;padding:2px 6px;border-radius:3px;font-size:11px;margin-left:5px}.checkout-v3-buy-button-section .product-list .price-col .product-price{font-size:18px;font-weight:700;color:#333}.checkout-v3-buy-button-section .buy-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin-top:20px}.checkout-v3-buy-button-section .buy-button-container .button-wrapper{width:auto;position:relative}.checkout-v3-buy-button-section .buy-button-container button{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0;font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;text-transform:uppercase;color:#fff;border-radius:5px;overflow:hidden;border:0;background:#409dff;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014;cursor:pointer;-webkit-transition:background .3s ease,-webkit-transform .1s ease;transition:background .3s ease,-webkit-transform .1s ease;transition:background .3s ease,transform .1s ease;transition:background .3s ease,transform .1s ease,-webkit-transform .1s ease}.checkout-v3-buy-button-section .buy-button-container button:hover{background:#3988e3;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 6px 8px rgba(50,50,93,.15),0 2px 4px rgba(0,0,0,.1);box-shadow:0 6px 8px #32325d26,0 2px 4px #0000001a}.checkout-v3-buy-button-section .buy-button-container button:active{-webkit-transform:translateY(0);transform:translateY(0)}.checkout-v3-buy-button-section .buy-button-container button .button-inner{font-size:1rem}.checkout-v3-buy-button-section .buy-button-legal-notice{margin-bottom:16px;color:#1f2529;font-size:12px;text-align:center}.checkout-v3-buy-button-section .buy-button-legal-notice a{color:#1b6f4e;text-decoration:underline}.checkout-v3-buy-button-section .buy-button-legal-notice a:hover{text-decoration:none}.checkout-v3-buy-button-section .order-summary-table{width:100%;border-collapse:collapse;margin-bottom:15px}.checkout-v3-buy-button-section .order-summary-table .total-row td{padding:8px 0;font-size:14px}.checkout-v3-buy-button-section .order-summary-table .total-row .value-label{text-align:left}.checkout-v3-buy-button-section .order-summary-table .total-row .value{text-align:right}.checkout-v3-buy-button-section .order-summary-table .total-row.total-row-final td{padding-top:12px;border-top:1px solid rgb(230,233,236)}@media screen and (max-width: 991.5px){.checkout-v3-buy-button-section .d-flex--summary-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-v3-buy-button-section .d-flex--summary-container>*{width:100%;margin:0;padding:15px}.checkout-v3-buy-button-section fieldset legend,.checkout-v3-buy-button-section .container-product-list,.checkout-v3-buy-button-section .container-summary-button{font-size:1rem}.checkout-v3-buy-button-section .buy-button-container button .button-inner{font-size:100%;line-height:1.5em}}.checkout-container--v3 .woocommerce-checkout-payment .form-row.place-order{display:none!important}.checkout-container--v3 .customer_details{max-width:500px!important}.checkout-container--v3 #payment .payment_method_stripe{margin-top:1rem!important}.checkout-container--v3 .woocommerce-billing-fields>h3{display:none!important}.checkout-container--v3 form .form-row .input-text{border:1px solid rgb(230,230,230);padding:1rem .75rem}.checkout-container--v3 form .form-row{gap:0!important;padding:0!important}.checkout-container--v3 .checkout-payment-section #payment div.payment_box,.checkout-container--v3 .checkout-payment-section .place-order{margin-top:0!important}.checkout-container--v3 .css-1oz5wyi{margin-top:0}.checkout-container--v3 .checkout-back-button-container{display:none!important}.checkout-container--v3 .checkout-details-section--payment-title{text-align:center}.checkout-container--v3 .checkout-details-section--payment-text{border-top:1px solid #e5e7eb;padding-top:1rem}.checkout-container--v3 .checkout-payment-section .woocommerce-checkout-payment #place_order{font-size:1.125rem!important;background:#1b6f4e!important}.checkout-container--v3 .woocommerce-checkout-payment{max-width:500px!important}.checkout-details-section{margin-top:1rem}.checkout-v3-total-section{margin:1rem 0;width:100%}.checkout-v3-total-box{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;background:#f3f4f6;padding:1rem;border-radius:8px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.checkout-v3-total-label{color:#4e4e4e;font-size:1rem;font-weight:700;line-height:1.5}.checkout-v3-total-amount{color:#4e4e4e;font-size:1rem;font-weight:700;line-height:1.5;text-align:right}.checkout-v3-payment-cards{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:1.5rem auto;width:100%;max-width:300px}.checkout-v3-cards-image{max-width:100%;height:auto;display:block}.checkout-v3-back-button{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:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem;background:none;border:none;padding:0;margin:1.5rem 0 2rem;cursor:pointer;font-family:inherit;text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.checkout-v3-back-button:hover{opacity:.8}.checkout-v3-back-button:active{opacity:.6}.checkout-v3-back-button:focus{outline:2px solid #1b6f4e;outline-offset:2px}.checkout-v3-back-arrow{display:inline-block;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px}.checkout-v3-back-arrow path{fill:#1b6f4e}.checkout-v3-back-text{color:#1b6f4e;font-size:1rem;font-weight:700;font-family:sans-serif;line-height:1;text-transform:none;letter-spacing:0}.checkout-v3-error-container{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important}.checkout-v3-error-container .woocommerce-error,.checkout-v3-error-container .woocommerce-notice--error{margin-bottom:15px;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;position:relative!important}.checkout-v3-error-container .woocommerce-error li,.checkout-v3-error-container .woocommerce-notice--error li{display:list-item!important;visibility:visible!important;opacity:1!important}.checkout-v3-error-container .woocommerce-error:last-child,.checkout-v3-error-container .woocommerce-notice--error:last-child{margin-bottom:0}.checkout--v3 .checkout-details-section .checkout-v3-error-container,.checkout-container--v3 .checkout-details-section .checkout-v3-error-container{display:block!important;width:100%!important}.checkout--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-error,.checkout--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-notice--error,.checkout-container--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-error,.checkout-container--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-notice--error{display:block!important;margin:0 0 15px!important;padding:1em 1.618em!important;background-color:#e2401c!important;color:#fff!important;border-left:3px solid #e2401c!important;list-style:none!important;width:100%!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.checkout--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-error li,.checkout--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-notice--error li,.checkout-container--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-error li,.checkout-container--v3 .checkout-details-section .checkout-v3-error-container .woocommerce-notice--error li{display:block!important;margin:0!important;padding:0 0 0 1.5rem!important;color:#fff!important;list-style:none!important}body.book-landing-page #header,body.book-landing-page .header{display:none!important}body.book-landing-page .sale-banner{display:block!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:1000!important}.checkout-v3-active .checkout-details-section fieldset{padding:0;border:none}.book-landing-countdown-header{background-color:#fff;position:fixed;top:0;left:0;width:100%;z-index:998;margin-top:0;display:none}@media screen and (min-width: 992px){.book-landing-countdown-header{display:block;top:40px}}.book-landing-countdown-header__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;padding:12px 16px;max-width:600px;margin-left:auto;margin-right:auto}@media screen and (max-width: 991.5px){.book-landing-countdown-header__container{padding:10px 12px}}.book-landing-countdown-header__label{color:#000;font-size:14px;font-weight:700;line-height:1.5}.book-landing-countdown-header__timer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.book-landing-countdown-header__time{color:red;font-size:20px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.book-landing-countdown-header.countdown-urgent .book-landing-countdown-header__time{-webkit-animation:pulse 1s ease-in-out infinite;animation:pulse 1s ease-in-out infinite}.book-landing-countdown-header.countdown-expired .book-landing-countdown-header__time{color:#999}.book-landing-countdown-header__separator{height:1px;background-color:#e5e7eb;width:100%}.book-landing-main{margin-top:6rem;padding:0;min-height:calc(100vh - 6.5rem)}@media screen and (max-width: 991.5px){.book-landing-main{margin-top:0rem;min-height:calc(100vh - 6rem)}}.admin-bar .book-landing-main{margin-top:2rem}@media screen and (min-width: 992px){.admin-bar .book-landing-main{margin-top:4.5rem}}.book-landing-container{max-width:1200px;margin:0 auto;padding:24px 16px}@media screen and (max-width: 991.5px){.book-landing-container{padding:12px}}.book-landing-title{font-weight:700;line-height:1.3;color:#000;margin:0;text-align:left;font-family:serif;text-align:center}.book-landing-title{font-size:24px}@media screen and (min-width: 450px){.book-landing-title{font-size:calc(24px + 4 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.book-landing-title{font-size:28px}}.book-landing-main-image-wrapper{position:relative;width:100%;max-height:220px;margin:0 auto 6px;text-align:center;max-width:200px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.book-landing-main-image-wrapper{margin-bottom:24px;max-height:unset;max-width:360px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.book-landing-main-image{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.book-landing-main-image{max-width:360px}}.book-landing-discount-badge{position:absolute;top:5px;right:5px;background-color:#c60909;color:#fff;font-weight:700;padding:8px 10px;border-radius:50%;max-width:58px;min-width:58px;min-height:58px;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;line-height:1;z-index:10;text-transform:uppercase;font-size:1rem}@media screen and (min-width: 992px){.book-landing-discount-badge{min-width:70px;min-height:70px;max-width:70px;top:10px;right:10px;padding:10px 12px;font-size:1.125rem}}@media screen and (max-width: 767.5px){.book-landing-page .site>.sale-banner{display:none!important}}.book-landing-selection-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-bottom:12px}@media screen and (min-width: 992px){.book-landing-selection-cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:32px}}.book-landing-card-wrapper{-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;cursor:pointer;background:#fff8d9;border-radius:15px}.book-landing-card-wrapper:last-child{background:#d5ebe2}.book-landing-card{background-color:#fff;border:2px solid #1B6F4E;border-radius:15px;overflow:visible;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.book-landing-card__title-outside{font-family:Roboto;font-weight:700;color:#000;margin:0;line-height:1.3;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding:6px 10px .75rem;text-align:center}.book-landing-card__title-outside{font-size:14px}@media screen and (min-width: 450px){.book-landing-card__title-outside{font-size:calc(14px + 4 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.book-landing-card__title-outside{font-size:18px}}@media screen and (min-width: 992px){.book-landing-card__title-outside{padding:9px 10px 1rem}}.book-landing-card__badge{position:absolute;top:-12px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);padding:6px 16px;font-size:12px;font-weight:700;text-transform:uppercase;text-align:center;z-index:10;line-height:1;white-space:nowrap}.book-landing-card__badge--yellow{background-color:#f6d019;color:#000}.book-landing-card__badge--green{background-color:#1b6f4e;color:#fff}.book-landing-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 9px 6px;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;border-radius:12px 12px 0 0}.book-landing-card__radio-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;cursor:pointer;position:relative;-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.book-landing-card__radio{position:absolute;opacity:0;pointer-events:none}.book-landing-card__radio-custom{display:block;width:24px;height:24px;border:2px solid #1B6F4E;border-radius:50%;background-color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease;-ms-flex-negative:0;flex-shrink:0;position:relative}.book-landing-card--selected .book-landing-card__radio-custom{border-color:#1b6f4e}.book-landing-card--selected .book-landing-card__radio-custom:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background-color:#fff;border:2px solid #1B6F4E;background:#1b6f4e}.book-landing-card--selected .book-landing-card__radio-custom:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background-color:#1b6f4e}.book-landing-card__thumbnail{-ms-flex-negative:0;flex-shrink:0;width:43px;margin-left:0;margin-right:12px}.book-landing-card__thumbnail img{width:100%;height:auto;display:block}@media screen and (min-width: 992px){.book-landing-card__thumbnail{width:80px}}.book-landing-card__details{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.book-landing-card__description{line-height:1;color:#000;margin:0 0 6px;font-weight:400}.book-landing-card__description{font-size:11px}@media screen and (min-width: 450px){.book-landing-card__description{font-size:calc(11px + 3 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.book-landing-card__description{font-size:14px}}.book-landing-card__bullets{list-style:none;padding:0;margin:0}.book-landing-card__bullets li{font-weight:400;line-height:1;color:#000;padding-left:8px;position:relative;margin-bottom:4px;white-space:nowrap}.book-landing-card__bullets li{font-size:10px}@media screen and (min-width: 450px){.book-landing-card__bullets li{font-size:calc(10px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.book-landing-card__bullets li{font-size:12px}}.book-landing-card__bullets li:last-child{margin-bottom:0}.book-landing-card__bullets li:before{content:"\2022";position:absolute;left:0;color:#000;font-weight:700}.book-landing-card__bullets li strong{font-weight:700}.book-landing-card__pricing-section{width:100%;padding:3px 20px;border-radius:0 0 12px 12px;text-align:center;margin-top:auto}.book-landing-card__pricing-section--yellow{background-color:#f6d019}.book-landing-card__pricing-section--yellow .book-landing-card__price-original{color:red}.book-landing-card__pricing-section--yellow .book-landing-card__price-discounted{color:#000}.book-landing-card__pricing-section--green{background-color:#1b6f4e}.book-landing-card__pricing-section--green .book-landing-card__price-original{color:red}.book-landing-card__pricing-section--green .book-landing-card__price-discounted{color:#fff}.book-landing-card__price-original{color:red;text-decoration:line-through;margin-right:8px;font-weight:700}.book-landing-card__price-original{font-size:13px}@media screen and (min-width: 450px){.book-landing-card__price-original{font-size:calc(13px + 3 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.book-landing-card__price-original{font-size:16px}}.book-landing-card__price-discounted{font-weight:700;color:#000}.book-landing-card__price-discounted{font-size:13px}@media screen and (min-width: 450px){.book-landing-card__price-discounted{font-size:calc(13px + 3 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.book-landing-card__price-discounted{font-size:16px}}.book-landing-cta-wrapper{width:100%;max-width:600px;margin:12px auto 32px;text-align:center}@media screen and (min-width: 992px){.book-landing-cta-wrapper{margin:40px auto}}.book-landing-cta-button{display:inline-block;background-color:#025713;color:#f6d019!important;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:16px 32px;border-radius:50px;text-decoration:none;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px #0003;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%;max-width:400px}.book-landing-cta-button:hover{background-color:#146344;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.3);box-shadow:0 6px 12px #0000004d;-webkit-transform:translateY(-2px);transform:translateY(-2px);color:#f6d019;text-decoration:none}.book-landing-cta-button:active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px #0003}@media screen and (min-width: 992px){.book-landing-cta-button{font-size:20px;padding:18px 40px;max-width:450px}}.book-landing-content{color:#000;line-height:1.6}.book-landing-content p{margin-bottom:16px}.book-landing-content p:last-child{margin-bottom:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
