@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}button,.button{font-family:Poppins,serif,sans-serif;font-size:.875rem;line-height:100%;background:transparent;align-items:center;border:0;cursor:pointer;box-sizing:content-box;outline:none;border-radius:2rem;padding:.75rem 1.75rem}button[disabled],.button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.5}button:hover,.button:hover{opacity:.9}button--primary,.button--primary{background-color:#000;color:#fff}.input-text,.input-number{width:100%;border-radius:.5rem;border:0;background-color:#ececec;border:1px solid #ECECEC;padding:1rem .625rem;font-size:1rem;color:#363636;outline:none}.input-wrapper{width:100%;position:relative}.input-wrapper--error .input-text,.input-wrapper--error .input-number{border-color:#ff4b31}.input-checkbox{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input-checkbox input{display:none}.input-checkbox__display{width:20px;height:20px;border:1px solid #363636;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:#fff;position:relative}.input-checkbox__display:after{content:"";top:5px;width:8px;height:4px;border-left:2px solid #FFF;border-bottom:2px solid #FFF;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease;position:absolute}.input-checkbox__label{flex:1;margin-left:.5rem}.input-checkbox input:checked+.input-checkbox__display{background-color:#000;border-color:#000}.input-checkbox input:checked+.input-checkbox__display:after{opacity:1}.input-checkbox--color .input-checkbox__display{border:0;width:1.875rem;height:1.875rem}.input-checkbox--color .input-checkbox__display:after{top:10px;width:10px;height:5px}.input-checkbox--vertical{flex-direction:column;gap:.5rem;min-width:7.5rem}.input-checkbox--vertical .input-checkbox__label{margin-left:0}.select{width:100%;padding:.625rem 3rem .625rem .625rem;font-size:1rem;color:#363636;border:0;border-radius:.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#ececec;background-image:url(/icons/chevron-down.svg);background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;cursor:pointer}.select:focus{outline:none;border-color:#666}.badge{display:inline-block;font-size:.875rem;color:#000;padding:.5rem;border:1px solid #000;border-radius:2rem}.card{background:#fff;border:1px solid #FFF;border-radius:1rem;padding:1rem}.card__label{display:inline-block;font-size:.875rem;color:#595959}.card--active{border-color:#595959}label.card{cursor:pointer}.progress-bar{display:flex;flex-direction:column;gap:1rem;position:absolute;left:auto;right:2rem;top:50%;transform:translateY(-50%)}@media screen and (max-width: 1279px){.progress-bar{right:1rem;display:none}}.progress-bar__dot{width:.25rem;height:2rem;max-height:.25rem;border-radius:2px;background:#0000004d;transition:all linear .3s}.progress-bar__dot--active{background:#fff;max-height:1rem;transition:all linear .3s}.Toastify .Toastify__toast-body{font-family:Poppins,serif,sans-serif;font-size:1rem;font-weight:400;margin:0;flex:1}.Toastify .Toastify__progress-bar{opacity:0!important}.Toastify .Toastify__close-button{display:flex;align-items:center;justify-content:center;align-self:center;border-radius:50%;background:#fff;width:1.5rem;height:1.5rem;margin-right:.25rem}.Toastify .Toastify__close-button>svg{fill:#ff4b31;width:.875rem;height:.875rem;margin-left:1px}.Toastify .Toastify__toast{min-height:2rem;border-radius:1rem}.Toastify .Toastify__toast--error{background:#ff4b31;color:#fff}.Toastify .Toastify__toast--error .Toastify__toast-icon svg{fill:#fff}.progress-full{position:fixed;width:100vw;height:100vh;background:#d9d9d9;left:0;top:0}.cookie-preferences-wrapper,.cookie-banner{color:#363636;font-size:.875rem}.cookie-preferences-wrapper label,.cookie-banner label{margin-bottom:5px;font-weight:700;display:block}.cookie-preferences-wrapper a,.cookie-banner a{color:#000;text-decoration:underline;background-color:#0000}.cookie-preferences-wrapper a:hover,.cookie-banner a:hover{background-color:#000;color:#fff}.cookie-preferences-wrapper .separator-line-privacy,.cookie-banner .separator-line-privacy{background-color:#bcbcbc;height:1px;margin-top:10px;margin-bottom:10px}.cookie-preferences-wrapper .div-block-7,.cookie-banner .div-block-7{justify-content:space-between;align-items:stretch;display:flex}.cookie-preferences-wrapper .w-checkbox,.cookie-banner .w-checkbox{margin-bottom:5px;padding-left:20px;display:block}.cookie-preferences-wrapper .w-checkbox-input,.cookie-banner .w-checkbox-input{float:left;margin:4px 0 0 -20px;line-height:normal}.cookie-preferences-wrapper .w-checkbox-input--inputType-custom,.cookie-banner .w-checkbox-input--inputType-custom{border:1px solid #ccc;border-radius:2px;width:12px;height:12px}.cookie-preferences-wrapper .w-checkbox:before,.cookie-banner .w-checkbox:before{content:" ";grid-area:1/1/2/2;display:table}.cookie-preferences-wrapper .checkbox,.cookie-banner .checkbox{background-color:#bcbcbc;border-radius:50%;width:26px;height:26px;margin-top:0;margin-left:0}.cookie-preferences-wrapper .checkbox-field,.cookie-banner .checkbox-field{margin-bottom:0;padding-left:0}.cookie-preferences-wrapper .checkbox-label,.cookie-preferences-wrapper .privacy-checkbox,.cookie-banner .checkbox-label,.cookie-banner .privacy-checkbox{display:none}.cookie-preferences-wrapper .w-checkbox-input--inputType-custom.w--redirected-checked,.cookie-banner .w-checkbox-input--inputType-custom.w--redirected-checked{background-color:#3898ec;background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-color:#3898ec}.cookie-preferences-wrapper .checkbox.w--redirected-checked,.cookie-banner .checkbox.w--redirected-checked{background-color:#000;background-image:url(https://cdn.prod.website-files.com/662b5f7e33aa7250451b0c65/665eea37d6e16530d6ce2910_checkmark.svg);background-size:auto;border-style:none;border-radius:50%;width:26px;height:26px;margin-top:0;margin-left:0;padding-left:0;padding-right:0}.cookie-preferences-wrapper .w-button,.cookie-banner .w-button{color:#fff;line-height:inherit;cursor:pointer;background-color:#3898ec;border:0;border-radius:0;padding:9px 15px;text-decoration:none;display:inline-block}.cookie-preferences-wrapper .w-form-done,.cookie-banner .w-form-done{text-align:center;background-color:#ddd;padding:20px;display:none}.cookie-preferences-wrapper .w-form-fail,.cookie-banner .w-form-fail{background-color:#ffdede;margin-top:10px;padding:10px;display:none}.cookie-preferences-wrapper .button-black,.cookie-banner .button-black{background-color:#000;color:#fff;border-radius:6rem;padding-top:14px;padding-bottom:14px;transition:color .3s,background-color .3s}.cookie-preferences-wrapper .button-outline,.cookie-banner .button-outline{color:#bcbcbc;background-color:#fff0;border:1px solid #bcbcbc;border-radius:6rem;padding-top:14px;padding-bottom:14px;transition:color .3s,background-color .3s}.cookie-banner{z-index:2000;background-color:#fff;border-radius:16px;flex-flow:column;max-width:420px;padding:32px;display:flex;position:fixed;bottom:30px;right:30px;overflow:hidden}.cookie-banner .cookie-banner-buttons-wrapper{grid-column-gap:30px;grid-row-gap:30px;flex-flow:wrap;justify-content:flex-start;align-items:center;margin-top:32px;display:flex}@media screen and (max-width: 767px){.cookie-banner{max-width:none;bottom:10px;left:10px;right:10px}.cookie-banner .cookie-preferences-wrapper{min-width:auto}.cookie-banner .cookie-preferences-small-text{max-width:100%;margin-top:12px}}.cookie-banner.hidden{display:none}.cookie-preferences-wrapper{z-index:2000;grid-column-gap:32px;grid-row-gap:32px;background-color:#fff;border-radius:16px;flex-flow:column;align-items:flex-start;min-width:600px;max-width:50%;max-height:90vh;padding:32px;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;overflow-y:auto}@media screen and (max-width: 991px){.cookie-preferences-wrapper{min-width:auto;max-width:100%;left:20px}}@media screen and (max-width: 767px){.cookie-preferences-wrapper{min-width:auto}}@media screen and (max-width: 479px){.cookie-preferences-wrapper{top:20px;overflow:scroll}}.cookie-preferences-wrapper .cookie-preferences-field-label{color:#363636;font-size:16px;font-weight:400}.cookie-preferences-wrapper .cookie-preferences-field-label.light-text{color:#bcbcbc}.cookie-preferences-wrapper .cookie-preferences-small-text{color:#bcbcbc;max-width:80%;font-size:12px;line-height:140%}.cookie-preferences-wrapper .cookie-preferences-small-text.full-width{max-width:100%;margin-top:-20px}.cookie-preferences-overlay{z-index:2000;background-color:#0003;display:none;position:fixed;top:0%;right:0%;bottom:0%;left:0%}.privacy-preferences-buttons{grid-column-gap:30px;grid-row-gap:30px;align-items:stretch;min-width:100%;display:flex}@media screen and (max-width: 479px){.privacy-preferences-buttons{flex-flow:column}.privacy-preferences-buttons .button{width:100%}}@keyframes slide-from-bottom{0%{transform:translateY(100%);-webkit-transform:translate(0,100%)}to{transform:translate(0);-webkit-transform:translate(0,0)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.relative{position:relative}.\!my-4{margin-top:1rem!important;margin-bottom:1rem!important}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.hidden{display:none}.h-14{height:3.5rem}.h-dvh{height:100dvh}.h-screen{height:100vh}.min-h-12{min-height:3rem}.w-11{width:2.75rem}.w-9\/12{width:75%}.w-full{width:100%}.min-w-36{min-width:9rem}.max-w-12{max-width:3rem}.max-w-28{max-width:7rem}.max-w-36{max-width:9rem}.max-w-40{max-width:10rem}.flex-1{flex:1 1 0%}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.underline{text-decoration-line:underline}*{box-sizing:border-box}#app{width:100%;max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden}html{font-family:Poppins,serif,sans-serif;font-size:16px;background:#d9d9d9;color:#363636}body{margin:0;overflow-x:hidden}h1{color:#1f1f1f;font-size:3rem;font-weight:400;line-height:1.3;margin:0}p{margin:0}hr{background:#ececec;height:1px;border:0;margin:1.25rem 0}.text-md{font-size:.875rem}.text-black{color:#000}.text-gray{color:#595959}.text-warning{color:#ff4b31}.navbar{position:fixed;width:100%;z-index:50}.page-home{position:relative;width:100vw;height:100vh}.page-home--verification select.select,.page-home--verification .product-item,.page-home--verification .input-checkbox{pointer-events:none;cursor:not-allowed}.page-verify p{max-width:35rem}.product-preview{display:flex;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:320px;max-height:70vh;max-height:70dvh}.product-preview img{max-width:100%;-o-object-fit:contain;object-fit:contain}.product-item{position:relative;display:flex;align-items:center;padding:1rem;gap:1.25rem;cursor:pointer}.product-item__checkbox{display:flex;justify-content:center;width:1.25rem}@media screen and (max-width: 1023px){.product-item__checkbox{position:absolute;left:1rem;top:1rem}}.product-item__extra{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 100%;padding:1rem}.product-item__main{display:flex;flex-wrap:wrap;width:100%}.product-item__body{display:flex;flex:1;flex-direction:column;padding-right:1rem}.product-item__title{display:flex;flex:1}.product-item__description{font-size:.875rem;color:#595959}.product-item__price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1;gap:.5rem;margin-left:auto;margin-right:0}.product-item__price__active{color:#1f1f1f;font-size:1.625rem}.product-item__price__base{text-decoration:line-through}.checkout__header__title{font-size:1.375rem;font-weight:500}.subtotal{position:sticky;bottom:2rem;left:0;width:100%}@media screen and (max-width: 1023px){.subtotal{bottom:1rem}}@media screen and (min-width: 1023px) and (max-height: 650px){.subtotal{bottom:1rem}}.subtotal__amount{color:#1f1f1f;font-size:2rem}.configurator{position:relative;width:29.1875rem;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width: 1023px){.configurator{width:100%;padding:0 .5rem}}.configurator::-webkit-scrollbar{display:none}.configurator__padding{display:flex;width:100%;max-height:20vh;max-height:20dvh;min-height:10rem}@media screen and (min-width: 1023px) and (max-height: 650px){.configurator__padding{max-height:10vh;max-height:10dvh;min-height:2rem}}@media screen and (max-width: 1023px){.configurator__padding{min-height:5rem}}.footer{background-color:#121212;padding-bottom:1.25rem}@media screen and (max-width: 1023px){.footer{padding-left:10px;padding-right:10px}}.footer .footer-links-wrapper{justify-content:space-between;display:flex;padding:2.5rem 0;border-bottom:1px solid rgba(188,188,188,.2);margin-bottom:.5rem}@media screen and (max-width: 991px){.footer .footer-links-wrapper{grid-column-gap:32px;grid-row-gap:32px;flex-flow:wrap}}.footer .footer-links{grid-column-gap:20px;grid-row-gap:20px;display:flex}@media screen and (max-width: 991px){.footer .footer-links{flex-flow:wrap}}@media screen and (max-width: 767px){.footer .footer-links{flex-flow:wrap}}.footer .footer-link{font-size:.75rem;color:#bcbcbc;line-height:100%;text-decoration:none}.footer .footer-link:hover{color:#fff;text-decoration:underline}.footer .footer-text{color:#707070;margin-bottom:0;font-size:.75rem;line-height:140%;padding:.5rem 0}.footer .footer-text.light{color:#bcbcbc}.slide-from-bottom-enter-active{animation:slide-from-bottom .5s}.slide-from-bottom-leave-active{animation:slide-from-bottom .5s reverse}@media (min-width: 640px){.sm\:max-w-24{max-width:6rem}}@media (min-width: 1024px){.lg\:mb-12{margin-bottom:3rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-6{margin-top:1.5rem}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:min-h-56{min-height:14rem}.lg\:w-1\/2{width:50%}.lg\:flex-none{flex:none}.lg\:flex-row{flex-direction:row}.lg\:text-5xl{font-size:3rem;line-height:1}}
