:root{--primary-font: "SF Pro Text", sans-serif;--primary-color: #05326f;--secondary-color: #1f1f1f;--text-color: #1f1f1f;--accent-color: #40679b;--bg-color: #fdfdfd;--border-stroke: #8f8f8f;--border-stroke-light: #cfcfcf;--input-stroke: #d9d9d9;--bg-message-box: #e8eef7;--text-alert-box: #40679b;--white-color: #ffffff;--black-color: #000000;--question-color: #1f1f1f;--question-description-color: #4f5052;--placeholder-text: rgba(0, 0, 0, .25);--label-color: #1f1f1f;--progress-bar: #40679b;--progress-bar-text: #707070;--border-picture-stroke: #cbcbcb;--check-box-color: #374151;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #656a73;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #1f2937;--image-filter-not-selected: invert(56%) sepia(0%) saturate(0%) hue-rotate(0deg);--image-filter-selected: brightness(0) saturate(100%) invert(32%) sepia(58%) saturate(456%) hue-rotate(178deg) brightness(93%) contrast(89%);--light-blue: #e8eef7;--mid-blue: #40679B;--dark-blue: #05326F;--gray-600: #4F5052;--error-red: #e11d48;--gradient-card-border: linear-gradient(90deg, #05326F 0%, #40679B 50%, #e8eef7 100%);--gradient-progress: linear-gradient(90deg, #05326F 0%, #0a4a8f 100%);--flex-center: center;--flex-start: flex-start;--flex-end: flex-end;--flex-between: space-between;--flex-around: space-around;--flex-row: row;--flex-col: column;--grid-cols-1: repeat(1, 1fr);--grid-cols-2: repeat(2, 1fr);--grid-cols-3: repeat(3, 1fr);--grid-cols-4: repeat(4, 1fr);--grid-cols-5: repeat(5, 1fr);--grid-cols-6: repeat(6, 1fr);--gap-16: 16px;--gap-18: 18px;--gap-20: 20px;--gap-22: 22px;--gap-24: 24px;--gap-32: 32px;--gap-40: 40px;--gap-48: 48px;--gap-50: 50px;--gap-60: 60px;--p-4: 4px;--p-8: 8px;--p-12: 12px;--p-16: 16px;--p-20: 20px;--p-24: 24px;--p-32: 32px;--p-40: 40px;--p-48: 48px;--m-0: 0;--m-4: 4px;--m-8: 8px;--m-12: 12px;--m-16: 16px;--m-20: 20px;--m-24: 24px;--m-32: 32px;--m-40: 40px;--m-48: 48px;--m-auto: auto;--pos-0: 0;--pos-50: 50%;--pos-100: 100%;--z-0: 0;--z-10: 10;--z-20: 20;--z-50: 50;--z-100: 100;--z-999: 999;--border-none: none;--border-thin: 1px solid;--border-medium: 2px solid;--border-thick: 3px solid;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--border-radius-full: 9999px;--input-height: 44px;--input-padding: 12px 16px;--input-font-size: 14px;--input-border: 1px solid var(--input-stroke);--input-border-radius: var(--border-radius-md);--input-bg: var(--color-bg);--input-focus-border: var(--primary-color);--input-placeholder: var(--placeholder-text);--textarea-min-height: 120px;--textarea-resize: vertical;--checkbox-size: 18px;--checkbox-border-radius: 4px;--radio-border-radius: 50%;--select-arrow-size: 10px;--select-padding-right: 40px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--form-desktop-width: 640px;--border-stroke-header: #e5e5e5}body{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5em;font-weight:400;color:var(--primary-color)}*,*:before,*:after{font-family:var(--primary-font)}input,textarea,select,button{font-family:var(--primary-font)}[type=button]{cursor:pointer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-slide,.nexus-card-box{animation:fadeInUp .5s ease-out}.nexus-message-box{animation:fadeInUp .5s ease-out .1s both}.nexus-primary,.nexus-secondary{animation:fadeInUp .5s ease-out .2s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.input:focus,.input:focus-visible,input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{border:1px solid #05326e!important;outline:none!important;box-shadow:none!important}.input-error{border-color:oklch(var(--er))!important}.input-valid{border-color:oklch(var(--su))!important}.validation-error-container{display:none;background:#fef2f2;border-radius:8px;padding:13.5px 23.5px;width:100%}.validation-error-container.has-error{display:flex;align-items:flex-start;gap:7px}.validation-error-container .error-icon{width:14px;height:14px;flex-shrink:0;margin-top:3px}.validation-error-container .error-icon svg{width:100%;height:100%}.validation-error-container .error-text{color:#dc2626;font-size:clamp(.875rem,.831rem + .1408vw,1rem);font-weight:400;line-height:20px}.nexus-header{width:100%;border-bottom:1px solid var(--border-stroke-header);background-color:var(--white-color);position:fixed;top:0;left:0;z-index:50;padding:31.5px 43px}.nexus-header .header-container{display:flex;align-items:center;justify-content:left}.nexus-header .logo-wrapper{display:flex;align-items:center;gap:8px}.nexus-header .logo-image img{height:32px}.nexus-header .logo-text{font-size:20px;font-weight:600;color:var(--primary-color)}.nexus-main{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:122px 0 0;gap:var(--gap-50)}.nexus-main-inner{width:100%;max-width:var(--form-desktop-width);margin:0 auto}.nexus-tagline{text-align:center;font-size:24px;font-weight:600;color:#000000e0;margin-bottom:32px}.nexus-tagline .highlight{color:var(--primary-color)}.nexus-progress-section{width:100%;max-width:var(--form-desktop-width);display:flex;flex-direction:column;gap:var(--gap-16)}.nexus-progress-header{display:flex;justify-content:space-between;align-items:center}.nexus-form-title{font-size:20px;font-weight:500;line-height:1em;color:var(--gray-600);letter-spacing:.05em;text-transform:capitalize}.nexus-progress-percent{font-size:.875rem;font-weight:600;color:var(--secondary-color)}.nexus-progress-track{width:100%;height:4px;background-color:var(--light-blue);border-radius:100px;overflow:hidden}.nexus-progress-fill{height:100%;background:var(--gradient-progress);border-radius:9999px;transition:width .4s cubic-bezier(.4,0,.2,1)}.nexus-question-counter{text-align:center;font-size:16px;font-weight:400;line-height:1em;color:var(--accent-color)}.nexus-card-box{background:var(--white-color);border:1px solid var(--light-blue);border-radius:8px;width:100%;position:relative;overflow:visible}.nexus-card-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-card-border);z-index:1}.nexus-card-body{padding:2.5rem;position:relative}.inner-body-only{max-width:var(--form-desktop-width);margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:var(--gap-50)}.nexus-card-back-arrow{position:absolute;top:35.5px;left:36.75px;cursor:pointer}.prev-btn-arrow{cursor:pointer}.nexus-question-area{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:34px}.nexus-question{font-size:24px;line-height:130%;color:var(--primary-color);font-weight:600}.nexus-question-header{text-align:center;display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.nexus-question-title{font-size:30px;font-weight:600;color:#1f1f1fe0;line-height:38px}.nexus-question-description{font-size:18px;line-height:130%;color:var(--question-description-color);font-weight:400;white-space:pre-line}.nexus-message-box{background:var(--light-blue);border-radius:8px;padding:1rem 1.25rem;width:100%}.nexus-message-box .nexus-message-box_icon{width:14px;height:14px;flex-shrink:0;margin-top:var(--p-4)}.nexus-message-box .nexus-message-box_text{color:var(--primary-color);font-size:16px;font-weight:400;line-height:20px}.nexus-btn{padding:10px 16px;min-height:40px;max-height:40px;border-radius:6px;font-size:16px}.nexus-primary{background:var(--dark-blue);color:var(--white-color);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;border:none}.nexus-primary:hover{background:#063d85;transform:translateY(-1px)}.nexus-primary:active{transform:translateY(0)}.nexus-primary span,.nexus-secondary span{font-weight:600;line-height:1.5}.nexus-primary span{color:var(--white-color)}.nexus-primary.nexus-primary__next{display:flex;gap:.625rem}.nexus-primary.nexus-primary__next .icons_element-next{transition:transform .2s ease}.nexus-primary.nexus-primary__next:hover .icons_element-next{transform:translate(3px)}.nexus-primary.nexus-primary__next .icons_element-next img{width:16px;height:16px}.nexus-secondary{background:transparent;color:var(--dark-blue);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border:1px solid #ffffff}.nexus-secondary span{color:inherit}.nexus-secondary.nexus-secondary__prev{display:flex;gap:.5rem}.nexus-secondary.nexus-secondary__prev .icons_element-prev{transition:transform .2s ease}.nexus-secondary.nexus-secondary__prev:hover .icons_element-prev{transform:translate(-3px)}.nexus-secondary.nexus-secondary__prev .icons_element-prev img{width:16px;height:16px}.prev-btn.nexus-secondary.nexus-secondary__prev:focus,.prev-btn.nexus-secondary.nexus-secondary__prev:focus-visible,.prev-btn.nexus-secondary.nexus-secondary__prev:active{outline:none;border:none;box-shadow:none}.btn-ghost:hover{background-color:#e8eef7}.nexus-secondary:hover{border:1px solid #05326f;background-color:#e8eef7}.nexus-label{color:var(--label-color);font-size:clamp(.875rem,.831rem + .1408vw,1rem);font-weight:600;line-height:1em}.nexus-form-simple-input{border:1.5px solid var(--light-blue);color:var(--text-color);width:100%;border-radius:8px;font-size:1rem;line-height:1.5em;padding:1rem 1.25rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.nexus-form-simple-input:hover{border-color:var(--mid-blue)}.nexus-form-simple-input:focus{border-color:var(--primary-color);outline:none}.nexus-form-simple-input.input-valid,.nexus-form-simple-input:active{border-color:var(--light-blue)}.nexus-form-simple-textarea{resize:none;min-height:110px;border:1.5px solid var(--light-blue);color:var(--text-color);width:100%;border-radius:8px;font-size:1rem;line-height:1.5em;padding:1rem 1.25rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.nexus-form-simple-textarea:hover{border-color:var(--mid-blue)}.nexus-form-simple-textarea:focus{border-color:var(--primary-color);outline:none}input::placeholder,textarea::placeholder{color:var(--placeholder-text);font-size:16px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--placeholder-text)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--placeholder-text);opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--placeholder-text)}input.form-response,textarea.form-response,.nexus-form-simple-input{font-size:1rem}.nexus-choice-container{display:flex;flex-direction:column;gap:var(--gap-16);width:100%}.nexus-choice-btn{background-color:transparent;border:1.5px solid var(--light-blue);border-radius:8px;padding:1rem 1.125rem;display:flex;align-items:center;gap:var(--p-12);cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.nexus-choice-btn:hover{border-color:var(--mid-blue)}.nexus-choice-btn.selected{border-color:var(--dark-blue)!important;background-color:var(--light-blue)!important}.nexus-radio-indicator{width:22px;height:22px;min-width:22px;border:1.5px solid var(--light-blue);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:transparent;flex-shrink:0}.nexus-choice-btn.selected .nexus-radio-indicator{background-color:var(--primary-color);border-color:var(--primary-color)}.nexus-check-icon{width:14px;height:14px;color:var(--white-color);stroke-width:3}.nexus-choice-btn.selected .nexus-check-icon{display:block!important}.nexus-choice-label{font-size:18px;font-weight:400;color:var(--gray-700);line-height:24px}.nexus-choice-container[data-multiple=true] .nexus-radio-indicator,.nexus-choice-container[data-multiple=false] .nexus-radio-indicator{border-radius:6px}.option-btn.selected{border-color:var(--primary-color)!important;background-color:var(--bg-message-box)!important}.option-btn.selected .letter-icon{display:none}.option-btn.selected .check-icon{display:block!important}.nexus-dropdown-wrapper{position:relative;width:100%}.nexus-dropdown-trigger{width:100%;background-color:var(--white-color);border:1.5px solid var(--light-blue);border-radius:8px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.nexus-dropdown-trigger:hover{border-color:var(--mid-blue)}.nexus-dropdown-trigger.open{border-color:var(--dark-blue)}.nexus-dropdown-trigger.has-value{border-color:var(--dark-blue);background-color:var(--white-color)}.nexus-dropdown-text{font-size:16px;font-weight:500;color:var(--gray-400);line-height:1.4}.nexus-dropdown-trigger.has-value .nexus-dropdown-text{color:#374151}.nexus-dropdown-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.nexus-dropdown-arrow svg{width:20px;height:20px;color:var(--primary-color)}.nexus-dropdown-trigger.open .nexus-dropdown-arrow{transform:rotate(180deg)}.nexus-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;background-color:var(--white-color);border:1px solid var(--light-blue);border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:280px;overflow:hidden}.nexus-dropdown-search{padding:12px;border-bottom:1px solid var(--light-blue);position:sticky;top:0;background-color:var(--white-color)}.nexus-dropdown-search-input{width:100%;padding:.75rem 1rem;font-size:.875rem;border:1.5px solid var(--light-blue);border-radius:8px;outline:none;transition:border-color .2s ease}.nexus-dropdown-search-input:hover{border-color:var(--mid-blue)}.nexus-dropdown-search-input::placeholder{color:var(--gray-400);font-size:14px!important}.nexus-dropdown-options{overflow-y:auto;max-height:220px;padding:8px}.nexus-dropdown-option{padding:12px 14px;border-radius:8px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center}.nexus-dropdown-option:hover,.nexus-dropdown-option.selected{background-color:#e8eef7}.nexus-dropdown-option.selected .nexus-dropdown-option-label{color:#374151;font-weight:600}.nexus-dropdown-option-label{font-size:16px;font-weight:500;color:#374151;line-height:1.4}.dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:50}.dropdown-option.selected{background-color:#17807c1a}.nexus-picture-choice-container{display:flex;flex-wrap:wrap;gap:var(--gap-32);justify-content:center;width:100%}.nexus-picture-option{width:100%;max-width:289px;border:var(--border-thin) var(--border-picture-stroke);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;padding:0;justify-content:center;height:173px;max-height:173px;gap:23px}.nexus-picture-option.selected{border-color:var(--primary-color);border-width:1px;background-color:var(--bg-message-box)}.nexus-picture-image{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.nexus-picture-image img{max-width:80%;max-height:80%;object-fit:contain}.nexus-picture-placeholder-icon{width:56px;height:56px;color:var(--primary-color);stroke-width:1.5}.nexus-picture-footer{display:flex;align-items:center;gap:12px;justify-content:center}.nexus-picture-radio{width:22px;height:22px;min-width:22px;border:2px solid var(--gray-300);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;background-color:var(--white-color)}.nexus-picture-option:hover .nexus-picture-radio{border-color:var(--primary-color)}.nexus-picture-option.selected .nexus-picture-radio{background-color:var(--primary-color);border-color:var(--primary-color)}.nexus-picture-check{width:12px;height:12px;color:var(--white-color)}.nexus-picture-option.selected .nexus-picture-check{display:block!important}.nexus-picture-label{font-size:20px;font-weight:400;color:var(--gray-900);line-height:1.4}.nexus-statement-container{width:100%;display:flex;flex-direction:column;gap:var(--gap-32)}.welcome-tag{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--light-blue);padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;color:var(--heading-dark, #1f1f1f)}.welcome-tag svg{width:16px;height:16px}.statement-title{font-size:2rem;font-weight:600;line-height:1.2;color:var(--dark-blue);letter-spacing:-.02em}.statement-description{font-size:1.0625rem;line-height:1.7;color:var(--gray-600)}.nexus-statement-card{background-color:var(--white-color)}.nexus-statement-text{font-size:1.0625rem;font-weight:400;color:var(--gray-600);line-height:1.7;margin:0;white-space:pre-line}.nexus-measurement-wrapper{width:100%}.nexus-unit-toggle{display:flex;border-radius:8px;overflow:hidden;margin-bottom:32px;background-color:var(--white-color, #ffffff);border:none}.nexus-unit-btn{flex:1;padding:12px 24px;font-size:18px;font-weight:500;color:var(--gray-500, #6b7280);background-color:transparent;cursor:pointer;border:1px solid var(--border-stroke, #e5e7eb);box-sizing:border-box;margin-left:-1px;position:relative;z-index:0}.nexus-unit-btn:first-child{margin-left:0;border-radius:8px 0 0 8px}.nexus-unit-btn:last-child{border-radius:0 8px 8px 0}.nexus-unit-btn.active{color:var(--primary-color, #05326F);background-color:var(--white-color, #ffffff);border:2px solid var(--primary-color, #05326F);font-weight:600;z-index:1}.nexus-slider-section{margin-bottom:24px}.nexus-slider-section:last-of-type{margin-bottom:0}.nexus-slider-label{display:block;font-size:16px;font-weight:500;color:var(--gray-900, #111827);margin-bottom:20px}.nexus-slider-container{background-color:#e8eef7;border-radius:16px;padding:40px 24px}.nexus-slider-value-display{text-align:center;margin-bottom:32px;display:flex;align-items:baseline;justify-content:center;gap:8px}.nexus-slider-value{font-size:36px;font-weight:700;color:var(--primary-color, #05326F);line-height:1}.nexus-slider-unit{font-size:24px;font-weight:600;color:var(--primary-color, #05326F)}.nexus-slider-value.imperial-in,.nexus-slider-value.imperial-lb{margin-left:16px}.nexus-slider-track-wrapper{position:relative;height:8px}.nexus-slider-track{position:absolute;top:0;left:0;right:0;height:8px;background-color:#fff;border-radius:6px;pointer-events:none;overflow:hidden}.nexus-slider-fill{position:absolute;top:0;left:0;height:100%;background-color:#05326f;border-radius:6px;pointer-events:none}.nexus-slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;background:transparent;cursor:pointer;position:absolute;top:0;left:0;z-index:3;margin:0;padding:0}.nexus-slider::-webkit-slider-runnable-track{width:100%;height:12px;background:transparent;border-radius:6px;cursor:pointer}.nexus-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--primary-color);border-radius:50%;cursor:pointer;border:none;box-shadow:none;position:relative;z-index:4;transform:translateY(-5px)}.nexus-slider::-moz-range-track{width:100%;height:12px;background:transparent;border-radius:6px;cursor:pointer}.nexus-slider::-moz-range-thumb{width:13px;height:13px;background:var(--primary-color);border-radius:50%;cursor:pointer;border:none;box-shadow:none}.nexus-slider:focus{outline:none}.nexus-slider-labels{display:none}.nexus-legal-container{width:100%}.nexus-legal-content{margin-bottom:24px;padding:16px 20px;background-color:#f9fafb;border:1px solid var(--border-stroke);border-radius:12px;max-height:200px;overflow-y:auto}.nexus-legal-content p{font-size:14px;color:var(--gray-500);line-height:1.6;margin:0;white-space:pre-wrap}.nexus-legal-options{display:flex;flex-direction:column;gap:16px}.nexus-legal-option{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background-color:var(--white-color);border:1px solid var(--border-stroke);border-radius:12px;cursor:pointer;transition:all .2s ease}.nexus-legal-option.selected{border-color:var(--primary-color);background-color:#17807c05}.nexus-legal-checkbox{width:22px;height:22px;min-width:22px;border:2px solid var(--border-stroke);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:2px;flex-shrink:0}.nexus-legal-option.selected .nexus-legal-checkbox{background-color:var(--primary-color);border-color:var(--primary-color)}.nexus-legal-check{width:14px;height:14px;color:var(--white-color)}.nexus-legal-option.selected .nexus-legal-check{display:block}.nexus-legal-label{font-size:16px;font-weight:400;color:var(--check-box-color);line-height:24px;flex:1}.hidden{display:none!important}.mb-8{margin-bottom:2rem}.w-full{width:100%}.nexus-content-block-display{display:flex;flex-direction:var(--flex-col);justify-content:var(--flex-start);align-items:var(--flex-start);gap:var(--gap-48)}.nexus-content-block-display img{width:100%;height:100%;object-fit:contain;border-radius:var(--border-radius-lg)}.nexus-address-fields{display:flex;flex-direction:column;gap:var(--gap-16)}.file-upload-area{border:2px dashed var(--primary-color);padding:76.5px 32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--gap-16);border-radius:10px;cursor:pointer}.file-upload-area .upload-prompt{display:flex;flex-direction:column;align-items:center}.file-upload-area .upload-prompt .title{font-size:1rem;color:var(--primary-color);font-weight:400;line-height:1.2em}.file-upload-area .upload-prompt .filesize{font-size:.875rem;color:var(--border-stroke);font-weight:400;line-height:1.2em}.file-upload-example{margin-top:24px;padding:16px;border:1px solid var(--border-stroke, rgba(0, 0, 0, .1));border-radius:12px;background:#05326f08}.file-upload-example-title{font-size:.95rem;font-weight:600;color:var(--primary-color);margin-bottom:6px;line-height:1.3em}.file-upload-example-description{font-size:.85rem;color:#656a73;line-height:1.4em;margin-bottom:12px}.file-upload-example-image{display:block;max-width:100%;max-height:280px;width:auto;height:auto;object-fit:contain;border-radius:8px;background:#fff;border:1px solid var(--border-stroke, rgba(0, 0, 0, .08))}.nexus-products-container{width:100%;overflow:hidden}.nexus-products-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:4px}.nexus-products-scroll::-webkit-scrollbar{display:none}.nexus-product-card{flex:0 0 220px;min-width:220px;background:var(--white-color, #ffffff);overflow:hidden;cursor:pointer;transition:all .25s ease;position:relative;scroll-snap-align:start;border-radius:10px;border:1px solid var(--border-picture-stroke)}.nexus-product-card:hover,.nexus-product-card.selected{border-color:var(--primary-color, #17807c)}.nexus-product-image{width:100%;height:140px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.nexus-product-image img{width:100%;height:100%;object-fit:cover}.nexus-product-placeholder{display:flex;align-items:center;justify-content:center;color:#d1d5db}.nexus-product-content{padding:16px;display:flex;flex-direction:column;gap:16px}.nexus-product-name{font-size:16px;font-weight:700;font-style:bold;color:var(--gray-900, #1f2937);margin:0;line-height:1.3}.nexus-product-description{font-size:16px;color:var(--gray-500, #374151);line-height:21px;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.nexus-product-footer{display:flex;align-items:center;justify-content:space-between}.nexus-product-price{font-size:18px;font-weight:700;color:var(--primary-color, #05326f)}.nexus-product-select-btn{padding:8px 16px;font-size:16px;font-weight:400;color:var(--gray-900, #111827);background:#f3f4f6;border:1.5px solid #f3f4f6;border-radius:8px;cursor:pointer;transition:all .2s ease}.nexus-product-select-btn:hover{background:var(--gray-50, #f9fafb);border-color:var(--gray-300, #d1d5db)}.nexus-product-card.selected .nexus-product-select-btn{background:var(--primary-color, #17807c);border-color:var(--primary-color, #17807c);color:var(--white-color, #ffffff)}.nexus-product-selected-indicator{position:absolute;top:12px;right:12px;width:28px;height:28px;background:var(--primary-color, #17807c);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all .25s ease}.nexus-product-selected-indicator svg{color:#fff;stroke:#fff}.nexus-product-card.selected .nexus-product-selected-indicator{opacity:1;transform:scale(1)}.product-qty-stepper{display:flex;align-items:center;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.08)}.nexus-product-card:not(.selected) .product-qty-stepper{display:none}.product-qty-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--nexus-primary, #05326F);background:transparent;color:var(--nexus-primary, #05326F);font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.product-qty-btn:hover{background:var(--nexus-primary, #05326F);color:#fff}.product-qty-value{min-width:24px;text-align:center;font-size:14px;font-weight:600;color:#111}.prod-name-stripe{color:#1f1f1f;font-size:16px;font-weight:700}.stripe-text-and-amount{display:flex;align-items:center;justify-content:space-between}.stripe-prod-price{color:#05326f;font-weight:700;font-size:16px}.prod-name-and-price{display:flex;gap:4px;flex-direction:column}@media(max-width:768px){.nexus-main{padding:122px 1rem 2rem;justify-content:flex-start}.nexus-card-box{background-color:var(--white-color);border:1px solid var(--light-blue)}.nexus-main-inner{max-width:100%}.nexus-card-body{padding:2rem 1.5rem}.nexus-tagline{font-size:16px;font-weight:600;margin-bottom:24px;padding:0}.nexus-progress-track{height:4px;border-radius:100px}.nexus-form-title{font-size:.75rem}.nexus-progress-percent{font-size:.8125rem;font-weight:600}.nexus-question-counter{font-size:14px;font-weight:600}.nexus-card-back-arrow{top:20px;left:20px}.nexus-card-back-arrow svg{width:14px;height:12px}.nexus-question-header{gap:12px;margin-bottom:24px}.nexus-question-title{font-size:18px;font-weight:600;line-height:26px}.nexus-question-description{font-size:14px;font-weight:400;line-height:22px}input::placeholder,textarea::placeholder{font-size:14px!important}input.form-response,textarea.form-response{font-size:14px!important}.nexus-choice-btn{gap:var(--p-8)}.nexus-radio-indicator{width:12px;height:12px;min-width:12px;border-radius:3px!important}.nexus-check-icon{width:12px;height:12px}.nexus-choice-label{font-size:14px;font-weight:500}.nexus-header .logo-image img{height:28px}.nexus-header .logo-text{font-size:18px}.nexus-dropdown-trigger{padding:.875rem 1rem;border-radius:8px}.nexus-dropdown-text{font-size:.875rem}.nexus-dropdown-arrow{width:20px;height:20px}.nexus-dropdown-arrow svg{width:16px;height:16px}.nexus-dropdown-menu{border-radius:8px}.nexus-dropdown-option{padding:10px 12px}.nexus-dropdown-option-label{font-size:.875rem}.nexus-dropdown-search-input{padding:.625rem .875rem;font-size:.875rem}.nexus-picture-choice-container{gap:12px}.nexus-picture-option{max-width:calc(50% - 8px);height:136px;max-height:136px;gap:16px}.nexus-picture-placeholder-icon{width:40px;height:40px}.nexus-picture-radio{width:18px;height:18px;min-width:18px}.nexus-picture-check{width:10px;height:10px}.nexus-picture-label{font-size:16px}.statement-title{font-size:1.625rem}.statement-description{font-size:.9375rem;line-height:1.6}.nexus-statement-card{border-radius:10px}.nexus-statement-text{font-size:.9375rem;line-height:1.6}.welcome-tag{font-size:.75rem}.nexus-unit-toggle{margin-bottom:24px}.nexus-unit-btn{padding:14px 16px;font-size:14px}.nexus-measurement-label{font-size:14px;margin-bottom:10px}.nexus-measurement-field{padding:14px 16px;font-size:14px;border-radius:10px}.nexus-measurement-field::placeholder{font-size:14px}.nexus-input-row{gap:12px}.nexus-measurement-input{margin-bottom:20px}.nexus-legal-option{padding:16px 18px;gap:14px}.nexus-legal-checkbox{width:12px;height:12px;min-width:12px;border-radius:3px;margin-top:6px}.nexus-legal-check{width:12px;height:12px}.nexus-legal-label{font-size:14px}.nexus-legal-content{padding:14px 16px;margin-bottom:20px}.nexus-legal-content p{font-size:13px}.nexus-legal-options{gap:12px}.nexus-message-box{padding:10px}.nexus-message-box .nexus-message-box_text{font-size:14px}.required-error,.field-error{font-size:13px;margin-top:8px}.text-error{font-size:16px}.nexus-content-block-display img{width:344px;height:346px}.nexus-slider-track,.nexus-slider{height:8px}.nexus-products-scroll{padding-bottom:8px;margin:0 -16px;padding-left:16px;padding-right:16px}.nexus-product-card{min-width:266px}.nexus-product-image{height:164px}.nexus-product-content{padding:24px 16px}.nexus-product-name{font-size:15px}.nexus-product-description{font-size:12px;-webkit-line-clamp:5}.nexus-product-price{font-size:16px}.nexus-product-select-btn{padding:6px 16px;font-size:13px}}@media(max-width:375px){.nexus-header{padding-left:20px}.nexus-main{padding:110px 20px 50px}.nexus-choice-btn{padding:10px 12px;gap:10px}.nexus-picture-option{max-width:100%}.nexus-legal-option{padding:14px 16px;gap:12px;border-radius:10px}}.ending-screen .card-body{padding:2rem 3rem;text-align:center}@media(max-width:768px){.ending-screen .card-body{padding:1.5rem 1rem}}@media(min-width:768px){.nexus-products-scroll{overflow-x:visible;flex-wrap:nowrap;justify-content:flex-start}.nexus-product-card{flex:1 1 0;min-width:200px;max-width:280px}}@media(min-width:1024px){.nexus-product-card{min-width:220px;max-width:300px}.nexus-product-image{height:160px}}.stripe-payment-container{width:100%}.nexus-stripe-card{background:var(--white-color, #ffffff);border:1px solid var(--border-stroke-light, #e5e7eb);border-radius:10px;padding:24px;margin-bottom:24px}.nexus-stripe-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.nexus-stripe-logo{font-size:20px;font-weight:700;color:var(--gray-900, #111827);margin-left:-10px;margin-top:-10px}.nexus-stripe-secure{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--gray-500, #6b7280)}.nexus-stripe-secure-icon{width:18px;height:18px;color:#22c55e}.nexus-stripe-cart{margin-bottom:16px}.nexus-stripe-empty{text-align:center;padding:32px 16px;color:var(--gray-400, #656a73);font-size:14px}.nexus-stripe-items{display:flex;flex-direction:column;gap:0}.nexus-stripe-item{display:flex;align-items:center;gap:16px;padding:12px 0}.nexus-stripe-item-image{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f8f9fa}.nexus-stripe-item-image img{width:100%;height:100%;object-fit:cover}.nexus-stripe-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.nexus-stripe-item-placeholder svg{width:32px;height:32px;color:#d1d5db}.nexus-stripe-item-details{flex:1;min-width:0}.nexus-stripe-item-name{font-size:18px;font-weight:600;color:var(--gray-900, #111827);margin:0 0 8px}.nexus-stripe-item-total{display:flex;align-items:center;gap:12px}.nexus-stripe-item-label{font-size:14px;color:var(--gray-400, #656a73)}.nexus-stripe-item-price{font-size:20px;font-weight:700;color:var(--primary-color, #17807c)}.nexus-stripe-protected{display:flex;align-items:center;gap:8px;padding-top:16px;border-top:1px solid var(--border-stroke-light, #e5e7eb)}.nexus-stripe-lock-icon{width:18px;height:18px;color:var(--gray-400, #656a73)}.nexus-stripe-protected span{font-size:14px;color:var(--gray-400, #656a73)}.nexus-iperdecide-note{display:flex;align-items:flex-start;gap:8px;padding:12px 0 16px;border-top:1px solid var(--border-stroke-light, #e5e7eb)}.nexus-iperdecide-note.hidden{display:none}.nexus-iperdecide-note-icon{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--gray-400, #656a73)}.nexus-iperdecide-note p{font-size:13px;line-height:1.5;color:var(--gray-400, #656a73);margin:0}.nexus-coupon-section{padding:12px 0;border-top:1px solid var(--border-stroke-light, #e5e7eb)}.nexus-coupon-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:4px 0;font-size:14px;color:var(--primary-color, #17807c);font-weight:500;transition:color .2s;width:100%}.nexus-coupon-toggle:hover{color:var(--primary-hover, #05326f)}.nexus-coupon-toggle svg{flex-shrink:0;color:inherit}.nexus-coupon-input-wrapper{margin-top:10px}.nexus-coupon-input-row{display:flex;gap:8px}.nexus-coupon-input{flex:1;padding:10px 14px;border:1.5px solid var(--border-stroke-light, #e5e7eb);border-radius:8px;font-size:14px;font-family:var(--primary-font);letter-spacing:.5px;text-transform:uppercase;background:#fff;color:var(--gray-900, #111827);outline:none;transition:border-color .2s}.nexus-coupon-input::placeholder{text-transform:none;font-family:inherit;letter-spacing:normal;color:var(--gray-400, #656a73)}.nexus-coupon-input:focus{border-color:var(--primary-color, #17807c)}.nexus-coupon-input.nexus-coupon-error{border-color:var(--error-color, #ef4444)}.nexus-coupon-input.nexus-coupon-success{border-color:var(--success-color, #22c55e)}.nexus-coupon-apply-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;background:var(--primary-color, #17807c);color:#fff;transition:background .2s,opacity .2s;white-space:nowrap}.nexus-coupon-apply-btn:hover:not(:disabled){background:var(--primary-hover, #05326f)}.nexus-coupon-apply-btn:disabled{opacity:.5;cursor:not-allowed}.nexus-coupon-apply-btn.nexus-coupon-loading{pointer-events:none;opacity:.7}.nexus-coupon-message{margin-top:8px;font-size:13px;line-height:1.4}.nexus-coupon-message.nexus-coupon-error{color:var(--error-color, #ef4444)}.nexus-coupon-message.nexus-coupon-success{color:var(--success-color, #22c55e)}.nexus-coupon-applied{margin-top:10px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.nexus-coupon-applied-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#15803d;font-weight:500}.nexus-coupon-applied-info svg{color:#22c55e;flex-shrink:0}.nexus-coupon-applied-text{font-size:13px}.nexus-coupon-remove-btn{background:none;border:none;font-size:13px;color:var(--gray-400, #656a73);cursor:pointer;padding:4px 8px;border-radius:4px;transition:color .2s,background .2s}.nexus-coupon-remove-btn:hover{color:var(--error-color, #ef4444);background:#fef2f2}.nexus-stripe-discount-row{display:flex;align-items:center;justify-content:space-between;padding:8px 2px;border-top:1px dashed var(--border-stroke-light, #e5e7eb)}.nexus-stripe-discount-row .nexus-stripe-item-name{font-size:14px;font-weight:500}.nexus-stripe-discount-row .nexus-stripe-item-price{font-size:14px;font-weight:600}.nexus-coupon-cart-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:50%;background:transparent;color:var(--gray-400, #9ca3af);cursor:pointer;padding:0;transition:background .15s,color .15s}.nexus-coupon-cart-remove-btn:hover{background:#fee2e2;color:#ef4444}.nexus-stripe-pay-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.nexus-stripe-pay-btn:disabled{opacity:.5;cursor:not-allowed}.nexus-stripe-pay-btn:not(:disabled):hover{background:var(--primary-hover, #05326f)}.nexus-stripe-btn-icon{display:flex;align-items:center}.nexus-stripe-btn-icon svg{width:20px;height:20px}.nexus-stripe-error{text-align:center;font-size:14px;color:#ef4444;margin-top:12px}.nexus-stripe-success-btn{width:100%;padding:14px 24px;background:#22c55e;color:#fff;font-size:15px;font-weight:600;border-radius:12px;text-align:center;cursor:default;-webkit-user-select:none;user-select:none}@media(max-width:480px){.nexus-stripe-card{padding:20px 16px}.nexus-stripe-item-image{width:64px;height:64px}.nexus-stripe-item-name{font-size:16px}.nexus-stripe-item-price{font-size:18px}.nexus-question-area{gap:var(--gap-20)}.inner-body-only{gap:var(--gap-48)}.nexus-primary.nexus-primary__next,.nexus-secondary.nexus-secondary__prev{gap:.5rem}.nexus-primary{padding:1rem 1.5rem}.nexus-form-simple-input{font-size:1rem;padding:.875rem 1rem}.nexus-question{font-size:1.25rem;line-height:1.3}.nexus-primary span,.nexus-secondary span{font-size:.875rem}.nexus-primary.nexus-primary__next .icons_element-next img,.nexus-secondary.nexus-secondary__prev .icons_element-prev img{width:14px;height:14px}.nexus-products-container{padding:0 18px}}.gp-switch-manual{color:var(--primary-color)}.status-danger{color:#b91c1c;background-color:#fee2e2}.status-success{color:#047857;background-color:#d3fde8}.status-referred{color:#1a47b8;background-color:#e2ebff}.status-primary{color:#0369a1;background-color:#e0f6fe}.status-warning{color:#a16207;background-color:#fff4cf}.status-purple{color:#7e22ce;background-color:#f0e5ff}.status-pink{color:#be185d;background-color:#ffe6f4}.status-default{color:#525252;background-color:#dddcdb}.result-screen-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;max-width:480px;margin:0 auto;width:100%;text-align:center}.result-icon-container{position:relative;width:100px;height:100px;margin-bottom:2rem}.result-icon-success{width:100px;height:100px;background:var(--white-color);border:3px solid #16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center}.result-icon-success svg{width:48px;height:48px;color:#16a34a;stroke-width:2.5}.result-icon-error{width:100px;height:100px;background:var(--white-color);border:3px solid #dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center}.result-icon-error svg{width:48px;height:48px;color:#dc2626;stroke-width:2.5}.result-title{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;font-size:2rem;font-weight:700;color:var(--secondary-color);margin-bottom:.75rem;letter-spacing:-.02em;line-height:1}.result-message{font-size:1.0625rem;line-height:1.6;color:var(--gray-600);margin-bottom:2.5rem}.result-button-group{display:flex;align-items:center;gap:1rem}.result-btn-cancel{display:flex;align-items:center;gap:.5rem;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--dark-blue);background:none;border:none;cursor:pointer;padding:1rem 1.25rem;border-radius:8px;transition:background-color .2s ease;text-decoration:none}.result-btn-cancel:hover{background:var(--light-blue)}.result-btn-cancel svg{width:18px;height:18px}.result-btn-primary{display:flex;align-items:center;justify-content:center;gap:.625rem;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--white-color);background:var(--dark-blue);border:none;border-radius:8px;padding:1rem 2rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none}.result-btn-primary:hover{background:#063d85;transform:translateY(-1px)}.result-btn-primary:active{transform:translateY(0)}.result-btn-primary svg{width:18px;height:18px;transition:transform .2s ease}.result-btn-primary:hover svg{transform:translate(3px)}@keyframes resultFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes resultScaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes resultShake{0%,to{transform:translate(0) rotate(0)}20%{transform:translate(-4px) rotate(-2deg)}40%{transform:translate(4px) rotate(2deg)}60%{transform:translate(-4px) rotate(-2deg)}80%{transform:translate(4px) rotate(2deg)}}.result-screen-success .result-icon-container{animation:resultScaleIn .4s cubic-bezier(.34,1.56,.64,1)}.result-screen-success .result-title{animation:resultFadeInUp .5s ease-out .2s both}.result-screen-success .result-message{animation:resultFadeInUp .5s ease-out .3s both}.result-screen-success .result-btn-primary{animation:resultFadeInUp .5s ease-out .4s both}.result-screen-failure .result-icon-container{animation:resultFadeInUp .5s ease-out,resultShake .6s ease-in-out .5s}.result-screen-failure .result-title{animation:resultFadeInUp .5s ease-out .1s both}.result-screen-failure .result-message{animation:resultFadeInUp .5s ease-out .2s both}.result-screen-failure .result-button-group{animation:resultFadeInUp .5s ease-out .3s both}@media(max-width:480px){.result-screen-main{padding:2rem 1rem}.result-title{font-size:1.625rem}.result-button-group{flex-direction:column-reverse;width:100%}.result-btn-cancel,.result-btn-primary{width:100%;justify-content:center}}.phone-prefix{border:1.5px solid var(--light-blue);color:var(--text-color);border-radius:8px 0 0 8px/8px 0px 0px 8px;line-height:1.5em;padding:1rem 1.25rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;margin-right:-1px}.address-autocomplete-wrapper{position:relative}.address-autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:4px 0;list-style:none;background:#fff;border:1px solid var(--light-blue, #d6dde6);border-radius:8px;box-shadow:0 6px 20px #0f1a3014;max-height:260px;overflow-y:auto;z-index:40}.address-autocomplete-suggestions li{padding:.55rem .9rem;cursor:pointer;font-size:.9rem;color:var(--text-color, #2d3748);border-bottom:1px solid rgba(0,0,0,.04);line-height:1.35}.address-autocomplete-suggestions li:last-child{border-bottom:0}.address-autocomplete-suggestions li:hover,.address-autocomplete-suggestions li[aria-selected=true]{background:#f1f5fb}.address-autocomplete-suggestions li.address-autocomplete-empty{color:#97a0b3;cursor:default;font-style:italic}.address-autocomplete-suggestions li.address-autocomplete-empty:hover{background:transparent}
