<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{font-family:"Blauer Nue";font-weight:100;src:url("BlauerNue-Thin.woff2") format("woff2"),url("BlauerNue-Thin.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:200;src:url("BlauerNue-ExtraLight.woff2") format("woff2"),url("BlauerNue-ExtraLight.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:300;src:url("BlauerNue-Light.woff2") format("woff2"),url("BlauerNue-Light.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:500;src:url("BlauerNue-Medium.woff2") format("woff2"),url("BlauerNue-Medium.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:600;src:url("BlauerNue-SemiBold.woff2") format("woff2"),url("BlauerNue-SemiBold.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:900;src:url("BlauerNue-Heavy.woff2") format("woff2"),url("BlauerNue-Heavy.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:normal;src:url("BlauerNue-Regular.woff2") format("woff2"),url("BlauerNue-Regular.woff") format("woff");font-display:swap}@font-face{font-family:"Blauer Nue";font-weight:bold;src:url("BlauerNue-ExtraBold.woff2") format("woff2"),url("BlauerNue-ExtraBold.woff") format("woff");font-display:swap}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.Button{position:relative}.Button.--loading{color:rgba(0,0,0,0);pointer-events:none}.Button.--loading span{visibility:hidden;opacity:0}.Button.--loading::after{content:"";position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;width:2em;height:2em;border:4px solid #fff;border-radius:50%;border-top-color:rgba(0,0,0,0);-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.Form{width:100%}.Form__Item{position:relative;margin-bottom:25px}.Form__Input,.Form__Textarea,.spr-form-input-text,.spr-form-input-email,.spr-form-input-textarea{-webkit-appearance:none;display:block;padding:12px 14px;border-radius:0;border:1px solid var(--border-color);width:100%;line-height:normal;resize:none;-webkit-transition:border-color .1s ease-in-out;transition:border-color .1s ease-in-out;background:rgba(0,0,0,0);border:1.5px solid #000;border-radius:10px}.Form__Input[readonly],.Form__Input[disabled],.Form__Textarea[readonly],.Form__Textarea[disabled],.spr-form-input-text[readonly],.spr-form-input-text[disabled],.spr-form-input-email[readonly],.spr-form-input-email[disabled],.spr-form-input-textarea[readonly],.spr-form-input-textarea[disabled]{border:0px solid rgba(0,0,0,0);padding:10px 0}.Form__Input[readonly]+label,.Form__Input[disabled]+label,.Form__Textarea[readonly]+label,.Form__Textarea[disabled]+label,.spr-form-input-text[readonly]+label,.spr-form-input-text[disabled]+label,.spr-form-input-email[readonly]+label,.spr-form-input-email[disabled]+label,.spr-form-input-textarea[readonly]+label,.spr-form-input-textarea[disabled]+label{left:0;padding:0}.Form__Input:focus,.Form__Textarea:focus,.spr-form-input-text:focus,.spr-form-input-email:focus,.spr-form-input-textarea:focus{border-color:rgba(var(--text-color-rgb), 0.8);outline:none}.Form__Input::-moz-placeholder,.Form__Textarea::-moz-placeholder,.spr-form-input-text::-moz-placeholder,.spr-form-input-email::-moz-placeholder,.spr-form-input-textarea::-moz-placeholder{color:var(--text-color-light)}.Form__Input:-ms-input-placeholder,.Form__Textarea:-ms-input-placeholder,.spr-form-input-text:-ms-input-placeholder,.spr-form-input-email:-ms-input-placeholder,.spr-form-input-textarea:-ms-input-placeholder{color:var(--text-color-light)}.Form__Input::-webkit-input-placeholder, .Form__Textarea::-webkit-input-placeholder, .spr-form-input-text::-webkit-input-placeholder, .spr-form-input-email::-webkit-input-placeholder, .spr-form-input-textarea::-webkit-input-placeholder{color:var(--text-color-light)}.Form__Input::-moz-placeholder, .Form__Textarea::-moz-placeholder, .spr-form-input-text::-moz-placeholder, .spr-form-input-email::-moz-placeholder, .spr-form-input-textarea::-moz-placeholder{color:var(--text-color-light)}.Form__Input:-ms-input-placeholder, .Form__Textarea:-ms-input-placeholder, .spr-form-input-text:-ms-input-placeholder, .spr-form-input-email:-ms-input-placeholder, .spr-form-input-textarea:-ms-input-placeholder{color:var(--text-color-light)}.Form__Input::-ms-input-placeholder, .Form__Textarea::-ms-input-placeholder, .spr-form-input-text::-ms-input-placeholder, .spr-form-input-email::-ms-input-placeholder, .spr-form-input-textarea::-ms-input-placeholder{color:var(--text-color-light)}.Form__Input::placeholder,.Form__Textarea::placeholder,.spr-form-input-text::placeholder,.spr-form-input-email::placeholder,.spr-form-input-textarea::placeholder{color:var(--text-color-light)}.Form__FloatingLabel{position:absolute;bottom:calc(100% - 8px);left:10px;padding:0 5px;line-height:normal;color:#000;background-color:#fff;font-size:.7em;font-weight:bolder;pointer-events:none;-webkit-transform:translateY(3px);transform:translateY(3px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-transform:uppercase}.Form__Input:not(:-moz-placeholder-shown)~.Form__FloatingLabel,.Form__Textarea:not(:-moz-placeholder-shown)~.Form__FloatingLabel{opacity:1;background:#fff;transform:translateY(0)}.Form__Input:not(:-ms-input-placeholder)~.Form__FloatingLabel,.Form__Textarea:not(:-ms-input-placeholder)~.Form__FloatingLabel{opacity:1;background:#fff;transform:translateY(0)}.Form__Input:not(:-moz-placeholder-shown)~.Form__FloatingLabel, .Form__Textarea:not(:-moz-placeholder-shown)~.Form__FloatingLabel{opacity:1;background:#fff;transform:translateY(0)}.Form__Input:not(:-ms-input-placeholder)~.Form__FloatingLabel, .Form__Textarea:not(:-ms-input-placeholder)~.Form__FloatingLabel{opacity:1;background:#fff;transform:translateY(0)}.Form__Input:not(:placeholder-shown)~.Form__FloatingLabel,.Form__Textarea:not(:placeholder-shown)~.Form__FloatingLabel{opacity:1;background:#fff;-webkit-transform:translateY(0);transform:translateY(0)}.Form__Checkbox{position:absolute;opacity:0}.Form__Checkbox~label::before{display:inline-block;content:"";width:1em;height:1em;margin-right:10px;border:1px solid var(--border-color);vertical-align:-2px}.Form__Checkbox~svg{position:absolute;top:5px;left:1px;width:12px;height:12px;-webkit-transform:scale(0);transform:scale(0);-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;will-change:transform}.Form__Checkbox:checked~label::before{border-color:var(--text-color)}.Form__Checkbox:checked~svg{-webkit-transform:scale(1);transform:scale(1)}.Form__Alert,.spr-form-message{margin-bottom:20px}.Form__Submit{display:block;margin-top:10px}.Form__Label,.spr-form-label{display:block;padding-bottom:8px;font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));text-transform:uppercase;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:.2em;line-height:normal}.Form--small .Form__Input,.Form--small .Form__Textarea{font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));padding-top:10px;padding-bottom:10px}.Form--spacingTight .Form__Item{margin-bottom:15px}.Form--spacingTight .Form__Alert{margin-bottom:20px}@media screen and (min-width: 641px){.Form__Item,.Form__Alert{margin-bottom:30px}.Form__Group{display:-webkit-box;display:-ms-flexbox;display:flex}.Form__Group&gt;.Form__Item{-webkit-box-flex:1;-ms-flex:1;flex:1}.Form__Group&gt;:nth-child(2){margin-left:30px}.Form--spacingTight .Form__Group&gt;:nth-child(2){margin-left:15px}}.Form__Header{margin-bottom:24px;text-align:center}.Form__Hint{margin:24px 0 0 0}.Form__Hint:not(:last-child){margin-bottom:32px}.Form__Hint--center{text-align:center}.Form__ItemHelp{position:absolute;right:12px;top:50%;font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));color:var(--text-color-light);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Form__Row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1em}.Form__Row&gt;*{-webkit-box-flex:10;-ms-flex:10 0 0px;flex:10 0 0}.Form__Input__Label--Success,.Form__Input__Label--Error{line-height:1.15;padding:.5em;font-size:.6em}@media screen and (min-width: 1200px){.Form__Input__Label--Success,.Form__Input__Label--Error{font-size:.7em}}.Form__Item--MixedInput{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;padding:5px;border:1px solid #000;overflow:hidden}@media screen and (min-width: 641px){.Form__Item--MixedInput{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.Form__Item--MixedInput .Button{padding:.5em 1em;font-size:.75em;font-size:1em;white-space:nowrap;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:0}@media screen and (min-width: 641px){.Form__Item--MixedInput .Button{line-height:1}}.Form__Item--MixedInput .Form__Input{border:0px solid rgba(0,0,0,0)}.Form__Item--MixedInput--Rounded{border-radius:999px !important}.Form__Item--MixedInput--Rounded .Button{border-radius:999px !important}.text-uppercase{text-transform:uppercase}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(7,134,73,.7);box-shadow:0 0 0 0 rgba(7,134,73,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px rgba(7,134,73,0);box-shadow:0 0 0 10px rgba(7,134,73,0)}100%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(7,134,73,0);box-shadow:0 0 0 0 rgba(7,134,73,0)}}@keyframes pulse{0%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(7,134,73,.7);box-shadow:0 0 0 0 rgba(7,134,73,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px rgba(7,134,73,0);box-shadow:0 0 0 10px rgba(7,134,73,0)}100%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(7,134,73,0);box-shadow:0 0 0 0 rgba(7,134,73,0)}}@-webkit-keyframes fadeIn{from{opacity:0;-webkit-transform:translate(0, -15%);transform:translate(0, -15%)}to{opacity:1;-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}}@keyframes fadeIn{from{opacity:0;-webkit-transform:translate(0, -15%);transform:translate(0, -15%)}to{opacity:1;-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}}@-webkit-keyframes float{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}50%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes float{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}50%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}.text-uppercase{text-transform:uppercase}@keyframes pulse{0%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(7,134,73,.7);box-shadow:0 0 0 0 rgba(7,134,73,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px rgba(7,134,73,0);box-shadow:0 0 0 10px rgba(7,134,73,0)}100%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(7,134,73,0);box-shadow:0 0 0 0 rgba(7,134,73,0)}}@keyframes fadeIn{from{opacity:0;-webkit-transform:translate(0, -15%);transform:translate(0, -15%)}to{opacity:1;-webkit-transform:translate(0, 0%);transform:translate(0, 0%)}}@keyframes float{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}50%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}.container{padding:0 15px;max-width:1440px;margin:0 auto}@media screen and (min-width: 1280px){.container{padding:0 55px}}.container--fluid{max-width:none}.container--wide{max-width:1770px}.container--overflow-right{max-width:none;padding-right:0}@media screen and (min-width: 1280px){.container--overflow-right{padding-right:0;overflow:visible}.container--overflow-right .flickity-viewport{overflow:visible}}.container--overflow-left{max-width:none}@media screen and (min-width: 1280px){.container--overflow-left{overflow:visible}.container--overflow-left .flickity-viewport{overflow:visible}}.container&gt;.col{margin:0 -15px}body:after{-webkit-backdrop-filter:blur(10px) saturate(2);backdrop-filter:blur(10px) saturate(2)}[data-drawer=mobile-menu-drawer] .header--logo,[data-header-wrapper] .header--logo{line-height:0}@media screen and (min-width: 1023px){[data-drawer=mobile-menu-drawer] .header--logo,[data-header-wrapper] .header--logo{position:absolute;left:0;right:0;margin:auto;top:0;bottom:0}}[data-drawer=mobile-menu-drawer] .header--logo svg,[data-header-wrapper] .header--logo svg{width:100%}[data-drawer=mobile-menu-drawer] .header--menu-megamenu-image-content,[data-header-wrapper] .header--menu-megamenu-image-content{position:relative;top:0;left:0;-webkit-transform:none;transform:none;margin:auto;padding:10px 0}[data-drawer=mobile-menu-drawer] .header--menu-megamenu-image-content .image-overlay-heading,[data-header-wrapper] .header--menu-megamenu-image-content .image-overlay-heading{color:#d00019;font-weight:bold;text-transform:uppercase;letter-spacing:.5px}[data-drawer=mobile-menu-drawer] .header--menu-megamenu-img,[data-header-wrapper] .header--menu-megamenu-img{border-radius:1em}.site-footer .heading{text-transform:uppercase;font-weight:bold;color:#d00019}[data-native-carousel]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;gap:10px;padding:10px;-webkit-overflow-scrolling:touch}[data-native-carousel]&gt;*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;scroll-snap-align:start;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-native-carousel]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);border-radius:999px}.Modal{position:fixed !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;visibility:hidden;top:50%;left:50%;width:480px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);padding:15px 20px 20px 20px;z-index:20;opacity:0;overflow:auto;-webkit-overflow-scrolling:touch;background:var(--background);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out,background .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,background .3s ease-in-out}.Modal[aria-hidden=false]{visibility:visible;opacity:1}.Modal--dark[aria-hidden=false]{background:rgba(0,0,0,.5);color:var(--secondary-elements-text-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Modal--dark .Rte *:not(.Product) h1,.Modal--dark .Rte *:not(.Product) h2,.Modal--dark .Rte *:not(.Product) h3,.Modal--dark .Rte *:not(.Product) h4,.Modal--dark .Rte *:not(.Product) h5,.Modal--dark .Rte *:not(.Product) h6{color:var(--secondary-elements-text-color)}.Modal--fullScreen{max-width:none;max-height:none;width:100%;top:0;left:0;bottom:0;right:0;-webkit-transform:none;transform:none;margin:auto}.Modal--fullScreen[aria-hidden=false]{height:100%}.Modal--pageContent{padding:60px 0 50px 0}.Modal--pageContent .Modal__Body,.Modal--pageContent .Modal__Inner{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.Modal--videoContent{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#000;color:#fff}.Modal__Header{padding:0 0 1em 0;position:relative}.Modal__Header .Modal__Title{font-weight:bold;font-size:1.5em;line-height:1.15;margin:0;text-transform:uppercase;font-size:2em;margin-bottom:.25em}.Modal__Header .Modal__Title+span{line-height:1.15;display:-webkit-box;display:-ms-flexbox;display:flex}.Modal__Header .Modal__Close{position:absolute;top:0;right:0;margin:0}.Modal__Close{display:block;margin:25px auto 0 auto;-ms-flex-negative:0;flex-shrink:0}.Modal__Close--outside{position:absolute;margin-top:0;top:20px;right:20px;line-height:0;opacity:.5;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.Modal__Close--outside:hover{opacity:1}.Modal__Close--outside svg{height:16px;width:16px;stroke-width:1.25px}.Modal__Close--outside.Modal--fullScreen{right:40px;top:40px}.Modal__Body,.Modal__Inner{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:95%;max-height:95%;overflow:auto;margin:auto;top:auto;bottom:-30em;left:0;right:0;-webkit-transform:none;transform:none;background-color:#fff;padding:1.5em;border-radius:1.5em 1.5em 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media screen and (min-width: 780px){.Modal__Body,.Modal__Inner{border-radius:5px;top:0}}[aria-hidden=false] .Modal__Body,[aria-hidden=false] .Modal__Inner{bottom:0}@media screen and (min-width: 780px){[aria-hidden=false] .Modal__Body,[aria-hidden=false] .Modal__Inner{top:0}}.Modal__Body iframe,.Modal__Inner iframe{display:none}.Modal[aria-hidden=false] .Modal__Body iframe,.Modal[aria-hidden=false] .Modal__Inner iframe{display:block}.Modal__Body&gt;*,.Modal__Inner&gt;*{-webkit-box-flex:10;-ms-flex:10 0 0px;flex:10 0 0}.Modal__MainContent{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.Modal [aria-hidden=false] .Modal__Body iframe,.Modal [aria-hidden=false] .Modal__Inner iframe{display:block}.Modal th,.Modal td{border-color:var(--secondary-elements-border-color) !important}.Modal th:empty,.Modal td:empty{background:var(--secondary-elements-text-color) !important}@media screen and (min-width: 641px){.Modal:not(.Modal--pageContent){padding:35px 40px 40px 40px}}@media screen and (min-width: 1008px){.Modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Modal--pageContent{padding:100px 0 80px 0}.Modal__Close:not(.Modal--outside){-ms-flex-negative:0;flex-shrink:0}}.Modal{font-size:12px}@media(min-width: 1280px){.Modal{font-size:14px}}.Modal--UserAuth .Modal__Inner,.Modal--UserPreferences .Modal__Inner{max-width:600px}.so-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.so-row&gt;*{-webkit-box-flex:10;-ms-flex:10 0 0px;flex:10 0 0;padding:0 .5em}.so-row&gt;*[xs-span="24"]{width:100%;-webkit-box-flex:10;-ms-flex:10 0 100%;flex:10 0 100%}.so-row&gt;*[xs-span="12"]{width:50%;-webkit-box-flex:10;-ms-flex:10 0 50%;flex:10 0 50%}@media screen and (min-width: 1280px){.so-row&gt;*[span="24"]{width:100%;-webkit-box-flex:10;-ms-flex:10 0 100%;flex:10 0 100%}.so-row&gt;*[span="12"]{width:50%;-webkit-box-flex:10;-ms-flex:10 0 50%;flex:10 0 50%}}@media screen and (min-width: 1440px){.so-row&gt;*[lg-span="24"]{width:100%;-webkit-box-flex:10;-ms-flex:10 0 100%;flex:10 0 100%}.so-row&gt;*[lg-span="12"]{width:50%;-webkit-box-flex:10;-ms-flex:10 0 50%;flex:10 0 50%}.so-row&gt;*[lg-span="4"]{width:25%;-webkit-box-flex:10;-ms-flex:10 0 25%;flex:10 0 25%}}.so-card{border-radius:10px;padding:15px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 2px 6px 0px rgba(0,0,0,.05);box-shadow:0 2px 6px 0px rgba(0,0,0,.05);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:1em}.so-card&gt;*{-webkit-box-flex:10;-ms-flex:10 0 0px;flex:10 0 0}.so-card *{line-height:1.15}.so-card__Header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 10px 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:25px}@media screen and (min-width: 1280px){.so-card__Header{min-height:15px}}.so-card__Header h3{margin:0;padding:0 10px 0 0;text-transform:uppercase;font-weight:bold;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.so-card__Header__Aside{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}.so-card__Header__Aside label{padding:.5em .85em;font-size:.9em;line-height:.75 !important}.so-card__Footer{margin:5px 0 0 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.so-card__List{list-style-type:none;padding:0}.so-card__ListItem{padding:1em 0;border-bottom:1px solid #eee}.so-card__ListItem a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.so-card__ListItem a b{font-size:1.15em}.so-card__Header *{font-weight:bold;font-size:1.5em}.so-card__Header+*{margin-bottom:20px}.Icon{display:inline-block;height:1em;width:1em;fill:currentColor;vertical-align:middle;stroke-width:1px;background:none;pointer-events:none}.Alert,.spr-form-message{display:block;padding:10px 20px;white-space:normal;font-size:1rem;word-break:break-all;word-break:break-word;text-shadow:none}.Alert--large{padding:18px 20px}.Alert--error,.spr-form-message-error{background:#e4c4c4;color:#cb2b2b}.Alert--success,.spr-form-message-success{background:#d2e4c4;color:#307a07}.Alert__ErrorList{list-style:none}@media screen and (min-width: 641px){.Alert--large{padding:18px 30px}}.section-announcement-bar{z-index:5;position:sticky}@media screen and (min-width: 1023px){.section-header .header&gt;.container-fullwidth{padding-left:1.5rem;padding-right:1.5rem}}.section-header .header--right-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-header .header--right-inner .header--icons-list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 1200px){.section-header .header--right .header--icon-item.cart svg,.section-header .header--right .header--icon-item.account svg,.section-header .header--right .header--icon-item.wishlist svg{width:22px;height:22px}}.section-header .header--navigation .header--menu-item .header--menu-link strong{font-weight:500}@media screen and (max-width: 1023px){.section-pc-footer{display:grid}}.section-pc-footer .site-footer{position:relative;padding:20px 0 40px 0}@media screen and (max-width: 576px){.section-pc-footer .site-footer .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.section-pc-footer .site-footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px 0 0 0;list-style:none}.section-pc-footer .site-footer__social li{margin:0 6px}.section-pc-footer .site-footer__social li:first-of-type{margin-left:0}.section-pc-footer .site-footer__social li:last-of-type{margin-right:0}.section-pc-footer .site-footer__social svg{display:block;width:24px;height:auto}.section-pc-footer .site-footer__social a{display:block;padding:8px}.section-pc-footer .site-footer__menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:16px}.section-pc-footer .site-footer__menus{gap:20px;display:grid;margin-bottom:20px}@media screen and (min-width: 768px){.section-pc-footer .site-footer__menus{gap:16px;margin-bottom:0;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__menus{gap:24px}}.section-pc-footer .site-footer__menu{font-size:14px;letter-spacing:.5px}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__menu{font-size:16px}}.section-pc-footer .site-footer__menu .heading{font-size:inherit;font-weight:600;margin-bottom:20px;letter-spacing:inherit;text-transform:uppercase}.section-pc-footer .site-footer__menu ul{margin:0;list-style:none}.section-pc-footer .site-footer__menu ul li{margin-bottom:14px}.section-pc-footer .site-footer__menu ul li a{font-weight:300;font-size:inherit;letter-spacing:inherit}.section-pc-footer .site-footer__copyright{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;margin:26px 0 0;list-style:none}@media screen and (min-width: 768px){.section-pc-footer .site-footer__copyright{margin-top:32px}}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__copyright{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.section-pc-footer .site-footer__copyright li{margin-right:16px;margin-bottom:0}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__copyright li{margin-right:12px}}@media screen and (min-width: 1200px){.section-pc-footer .site-footer__copyright li{margin-right:24px}}.section-pc-footer .site-footer__copyright li:first-of-type{width:100%;margin-bottom:8px}@media screen and (min-width: 1200px){.section-pc-footer .site-footer__copyright li:first-of-type{width:auto;margin-bottom:0}}.section-pc-footer .site-footer__copyright li a{text-decoration:underline}.section-pc-footer .site-footer__disclaimer{margin:1em 0}.section-pc-footer .site-footer__disclaimer-content{width:100%;padding:10px;margin-top:auto;border:2px solid #000;border-radius:8px 8px 8px 8px !important;-moz-border-radius:8px 8px 8px 8px !important;-webkit-border-radius:8px 8px 8px 8px !important}.section-pc-footer .site-footer__disclaimer-content p{font-size:12px}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__disclaimer-content p{font-size:14px}}@media screen and (min-width: 576px)and (max-width: 1023px){.section-pc-footer .site-footer__newsletter{max-width:80%}}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__newsletter{max-width:50%}}.section-pc-footer .site-footer__newsletter .heading{line-height:1;font-size:32px;font-family:var(--accent_font_family)}@media screen and (min-width: 1023px){.section-pc-footer .site-footer__newsletter .heading{font-size:1.5em;max-width:11em}}.section-pc-footer .site-footer__newsletter .footer-newsletter-form{margin-top:30px}.section-pc-footer .site-footer__newsletter .footer-newsletter-form .footer-newsletter-form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #000;background:#fff;border-radius:8px 8px 8px 8px !important;-moz-border-radius:8px 8px 8px 8px !important;-webkit-border-radius:8px 8px 8px 8px !important}.section-pc-footer .site-footer__newsletter .footer-newsletter-form .footer-newsletter-form-box input{height:50px;min-height:auto;background:none;border:none}.section-pc-footer .site-footer__newsletter .footer-newsletter-form .footer-newsletter-form-box button{width:70px;height:50px;border:none;background:none;border-left:2px solid #000;border-radius:0 0 0 0 !important;-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important}.section-pc-footer .site-footer__copyright{font-size:13px;font-weight:300;letter-spacing:.5px}.section-pc-footer .site-footer__copyright a{font-size:inherit}.section-pc-footer .site-footer__copyright a:hover{text-decoration:none}.section-pc-footer .site-footer__hero-banner .hero-banner-inner{position:relative}.section-pc-footer .site-footer__hero-banner .hero-banner__media{position:relative}.section-pc-footer .site-footer__hero-banner .hero-banner__media::before{content:"";display:block}.section-pc-footer .site-footer__hero-banner .hero-banner__media img{top:0;width:100%;height:100%;position:absolute;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media screen and (max-width: 576px){.section-pc-footer .site-footer__hero-banner .hero-banner__media:not(.section-pc-footer .site-footer__hero-banner .hero-banner__media--portrait){display:none}}@media screen and (min-width: 576px){.section-pc-footer .site-footer__hero-banner .hero-banner__media--portrait{display:none}}.section-pc-footer .site-footer__hero-banner .hero-banner__content{top:0;gap:20px;bottom:0;margin:auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 576px){.section-pc-footer .site-footer__hero-banner .hero-banner__content{right:0;max-width:100%;padding:60px 30px;text-align:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (min-width: 576px){.section-pc-footer .site-footer__hero-banner .hero-banner__content{max-width:46vw;padding:4.5vw 0 6.8055vw 48px}}.section-pc-footer .site-footer__hero-banner .hero-banner__content .heading{margin-bottom:15px}.section-pc-footer .site-footer__hero-banner .hero-banner__content .heading *{font-size:6vw;line-height:6vw;letter-spacing:.5px}@media screen and (min-width: 576px){.section-pc-footer .site-footer__hero-banner .hero-banner__content .heading *{font-size:2.5vw;line-height:2.5vw;letter-spacing:1px}}.section-pc-footer .site-footer__hero-banner .hero-banner__content .description{font-size:16px;line-height:1}.section-pc-banner-product .banner-product__media{position:relative}.section-pc-banner-product .banner-product__media::before{content:"";width:100%;display:block}.section-pc-banner-product .banner-product__media img{top:0;width:100%;height:100%;position:absolute}.section-pc-banner-product .banner-product__content{height:100%}@media screen and (max-width: 768px){.section-pc-banner-product .banner-product__content{margin-top:30px}}.section-pc-banner-product .banner-product__content .wrapper-product{gap:30px;height:100%;display:grid;grid-template-columns:repeat(2, 1fr)}.ProductItem__Label{background:#000;color:#fff;margin:0 0 5px 0;border-radius:3px;font-size:.6em;padding:.125em .25em;font-weight:bold;white-space:nowrap;color:#d00019;background:#fbcbdc;-webkit-box-shadow:0 0 0 1px #d00019;box-shadow:0 0 0 1px #d00019;text-transform:uppercase;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;letter-spacing:.05em}@media screen and (min-width: 1280px){.ProductItem__Label{font-size:.7em}}.ProductItem__LabelList{position:absolute;top:5px;left:5px;z-index:2;width:100%;min-width:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7.5px}@media screen and (min-width: 1280px){.ProductItem__LabelList{top:10px;left:10px}}.ProductItem__Label--Best-Seller{color:#d00019;background:#fff}.ProductItem__Label--onSale{background:#d00019;color:#fff}.ProductItem__Label--savings{background:#ffecf2;color:#d00019}.ProductItem__Label--onSaleSpecial{background:#d00019;color:#fff}.ProductItem__Label--soldOut{background:#aaa;color:#f1f1f1}.ProductItem__Label--award{max-width:60px;display:block}@media screen and (min-width: 1280px){.ProductItem__Label--award{max-width:70px}}.product--card-inner{background-color:red}.product--card-inner .product--card-image{padding:2rem 1rem .8rem;padding:0}.product--card-inner .product--card-image--vector .product--card__icon{left:0;right:0;opacity:0;margin:auto;position:absolute;width:calc(100% + 20px);transition:1s !important;-moz-transition:1s !important;-webkit-transition:1s !important;padding-bottom:var(--image_ratio)}.product--card-inner .product--card-image--vector .product--card__icon svg .pc-cls-1{fill:var(--pc-color-vector)}.product--card-inner .product--card-image--vector .media{background:rgba(0,0,0,0)}.product--card-inner .product--card-image--vector .media img{background:rgba(0,0,0,0)}.product--card-inner .product--card-image--vector:hover .product--card__icon{opacity:1}.product--card-inner .product--card-image--vector:hover .media{-webkit-animation:float 1.5s ease-in-out infinite;animation:float 1.5s ease-in-out infinite}.product--card-inner.product-border-enabled{border:2px solid var(--product_card_border)}.product--card-inner .product--card-detail-inner{gap:10px;font-size:14px}@media screen and (min-width: 1023px){.product--card-inner .product--card-detail-inner{font-size:20px}}.product--card-inner .product--card-detail-inner .product--card-detail-content .product--title{font-size:inherit;font-weight:bolder;letter-spacing:.5px;text-transform:uppercase;line-height:1.5}.product--card-inner .product--card-detail-inner .product--card-detail-content .product--title small{display:block;font-size:50%;font-weight:500}.product--card-inner .product--card-detail-inner .product--card-detail-content .product-short-description{font-size:14px;line-height:1;margin-bottom:1em}@media screen and (max-width: 1023px){.product--card-inner .product--card-detail-inner .product--card-detail-content{min-height:3em}}.product--card-inner .product--card-detail-inner .product--card-detail-content .product--card-button .button{font-size:1.1em;min-height:30px;padding:6px 20px}.product--card-inner:not(.product--card-inner-secondary).product-border-enabled{--product_card_border: #f6f6f6}.product--card-inner:not(.product--card-inner-secondary) .product--card-image{background:var(--product_card_border)}.product--card-inner:not(.product--card-inner-secondary) .product--card-detail{padding:12px 12px 12px 15px}.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner .product--card-detail-content{font-size:18px}.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner .product--card-detail-content .product--title,.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner .product--card-detail-content .product-short-description{color:var(--heading_color)}@media screen and (max-width: 1023px){.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner .product--card-detail-content .product-short-description{min-height:2em}}.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner .product--card-button .product-checkout-buttons .product--icon{width:32px;height:32px}.product--card-inner:not(.product--card-inner-secondary) .product--card-detail-inner .product--card-button .product-checkout-buttons .product--icon .cart--icon{width:22px;height:auto}.product--card-inner.product--card-inner-secondary{height: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-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.product--card-inner.product--card-inner-secondary .product--card-image{background:var(--product_card_background)}.product--card-inner.product--card-inner-secondary .product--card-detail{text-align:center}.product--card-inner.product--card-inner-secondary .product--card-detail-inner{gap:10px;font-size:14px;grid-template-columns:auto}@media screen and (min-width: 1023px){.product--card-inner.product--card-inner-secondary .product--card-detail-inner{font-size:20px}}.product--card-inner.product--card-inner-secondary .product--card-detail-inner .product--card-detail-content .product--title{font-size:1.5em}.product--card-inner.product--card-inner-secondary .product--card-detail-inner .product--card-detail-content .product--title small{text-align:center}.product--card-inner.product--card-inner-secondary .product--card-detail-inner .product--card-detail-content .product-short-description{font-size:15px;color:#d00019;font-weight:400}.section-featured-collections-static .featured-collections-list--content .heading-font span{color:var(--heading_color)}.section-featured-collections-list .featured-collections-list--content .heading-font span{color:var(--heading_color)}.section-product-look-feel .wrapper-video{display:grid}@media screen and (max-width: 1023px){.section-product-look-feel .wrapper-video{gap:1rem}}@media screen and (min-width: 1023px){.section-product-look-feel .wrapper-video{grid-template-columns:1fr 2fr 1fr}}.section-product-look-feel .wrapper-video .video-column{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-product-look-feel .wrapper-video .video-column.video-heading{margin:auto}.section-product-look-feel .wrapper-video .video-column.video-heading strong{line-height:1;font-weight:500;color:var(--heading_color)}.section-product-look-feel .wrapper-video .video-column.video-heading strong *{color:inherit;font-size:inherit}@media screen and (max-width: 1023px){.section-product-look-feel .wrapper-video .video-column.video-heading strong br{display:none}}@media screen and (min-width: 1023px){.section-product-look-feel .wrapper-video .video-column.video-heading strong{font-size:55px}}@media screen and (min-width: 1200px){.section-product-look-feel .wrapper-video .video-column.video-heading strong{font-size:82px}}@media screen and (min-width: 1440px){.section-product-look-feel .wrapper-video .video-column.video-heading strong{font-size:6vw}}@media screen and (max-width: 576px){.section-product-look-feel .wrapper-video .video-column.video-play .media{--image_ratio: 100% !important}}.section-product-look-feel .wrapper-video .video-column.video-play .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}.section-product-look-feel .wrapper-video .video-column svg{position:relative}@media screen and (min-width: 1023px){.section-product-look-feel .wrapper-video .video-column svg{left:-25%;max-width:100%}}@media screen and (max-width: 1023px){.section-product-look-feel .wrapper-video .video-column svg{right:0;left:auto;max-width:100px;position:absolute;transform:translateY(-75%) !important;-moz-transform:translateY(-75%) !important;-webkit-transform:translateY(-75%) !important}}@media screen and (max-width: 576px){.section-product-look-feel .wrapper-video .video-column svg{max-width:20vw}}.jdgm-widget.jdgm-preview-badge .jdgm-star{font-size:14px}.jdgm-widget .jdgm-prev-badge__text{font-size:var(--text);color:var(--heading_color)}.product--pricing{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px 8px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.3rem}@media screen and (min-width: 1200px){.product--pricing{font-size:1.3rem}}.product--card--secondary .product--pricing{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product--pricing&gt;*{white-space:nowrap}.product--pricing .product--cut-price{font-size:.75em;line-height:1;opacity:.5;text-decoration:line-through;color:#000}.product--pricing .product--actual-price{font-size:1.15em;line-height:1;font-weight:600;color:#000}.product--pricing .price__parcel{font-size:.7em;line-height:1;font-weight:400;color:#d00019}@media screen and (min-width: 1200px){.product--pricing .price__parcel{font-size:1em}}@media screen and (min-width: 1200px){.sticky-buy-button-wrapper{display:none}}.sticky-buy-button-wrapper .sticky--product-image{width:40px;height:100%}.sticky-buy-button-wrapper .sticky--product-image .media{height:100%}.sticky-buy-button-wrapper .ProductItem__LabelList{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;top:0;left:0;font-size:.9em}.sticky-buy-button-wrapper .product--title{font-weight:bolder;letter-spacing:.5px;text-transform:uppercase;line-height:1.5;color:#d00019}.sticky-buy-button-wrapper .product--title small{display:block;font-size:50%;font-weight:500}.sticky-buy-button-wrapper .product--card-pricing .product--pricing{font-size:1rem}.sticky-buy-button-wrapper .product--card-pricing .product--pricing .price__parcel{font-size:.9rem}.sticky-buy-button-wrapper .product--card-button{padding-top:10px}.sticky-buy-button-wrapper .product--card-button .button{width:100%;padding:.5em;min-height:0;line-height:.8}.section-main-product .product--wrapper .main--product-content .heading{font-size:18px;font-weight:600;color:var(--heading_color)}.section-main-product .product--wrapper .main--product-content .ProductItem__LabelList{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;top:0;left:0;margin-bottom:.5em}.section-main-product .product--wrapper .main--product-content .product-title-heading{padding:0;line-height:1;max-width:430px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#d00019;font-size:1.15em}@media screen and (min-width: 768px){.section-main-product .product--wrapper .main--product-content .product-title-heading{font-size:1.5em}}.section-main-product .product--wrapper .main--product-content .extra-description{font-weight:500;line-height:1.5;letter-spacing:.5px;padding-bottom:10px;font-size:var(--text);color:var(--heading_color)}.section-main-product .product--wrapper .main--product-content .extra-description *{color:inherit;font-size:inherit}.section-main-product .product--wrapper .main--product-content .wrapper-principles{gap:18px;padding:0;width:100%;margin:2rem 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-main-product .product--wrapper .main--product-content .wrapper-principles .principles__content{padding:0;width:55px}.section-main-product .product--wrapper .main--product-content .wrapper-principles .principles__icon .media{--image_ratio: 100%;background:none}.section-main-product .product--wrapper .main--product-content .wrapper-principles .principles__text{word-wrap:break-word;font-size:14px;font-style:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:120%;padding:1rem 0 .25rem;word-break:break-word}.section-main-product .product--wrapper .main--product-content .product-app-block .shopify-app-block{--container-padding-x: 0}.section-main-product .product--wrapper .main--product-content .product--variants-options .product--options{padding-bottom:10px}.section-main-product .product--wrapper .main--product-content .product--variants-options .product--options .product--variants-box .product--variants-list.color-option .variant--item{padding:0}.section-main-product .product--wrapper .main--product-content .product--variants-options .product--options .product--variants-box .product--variants-list.color-option .variant--item label{background-repeat:no-repeat;background-position:center;background-size:cover}.section-main-product .product--wrapper .main--product-content .product--variants-options .product--options .product--variants-box .product--variants-list.color-option .variant--item a{width:34px;height:34px;min-width:34px}.section-main-product .product--wrapper .main--product-content .price-wrapper{padding-bottom:20px}.section-main-product .product--wrapper .main--product-content .price-wrapper .product--pricing .product--actual-price{font-size:var(--h5)}.section-main-product .product--wrapper .main--product-content .price-wrapper .price__parcel{font-size:var(--text)}.section-main-product .product--wrapper .main--product-content .wrapper-buy-button{gap:30px;display:grid;grid-template-columns:auto 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-main-product .product--wrapper .main--product-content .wrapper-buy-button .quantity .quantity--inner{min-height:52px;border:2px solid var(--button_background);border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}.section-main-product .product--wrapper .main--product-content .wrapper-buy-button .quantity .quantity--inner .quantity-button{min-width:34px}.section-main-product .product--wrapper .main--product-content .wrapper-buy-button .quantity .quantity--inner .quantity-button svg{color:var(--button_background)}.section-main-product .product--wrapper .main--product-content .wrapper-buy-button .quantity .quantity--inner .quantity-input{font-size:22px;font-weight:600;color:var(--button_background)}.section-main-product .product--wrapper .main--product-content .wrapper-buy-button .product-checkout-buttons .button{min-height:52px;border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}@media screen and (max-width: 1920px){.section-main-product .product--wrapper .main--product-content .wrapper-buy-button .product-checkout-buttons.dynamic-button-enable{grid-template-columns:1fr}}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products-heading .swiper-button{width:20px;height:20px;border:none;background:none;color:inherit}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products-heading .swiper-button .swiper-button:hover{color:inherit;background:none}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products-heading .swiper-button svg{left:0;width:16px;height:16px}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__item{gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;background:#efefef;padding:10px 30px;border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__media{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__media .media{background:none}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info .title{font-size:16px;letter-spacing:.5px;text-transform:uppercase;color:var(--heading_color)}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info__price .prices{color:var(--text_color)}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info__price .prices .info-price--regular{font-size:22px}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info__price .prices .price__parcel{font-size:var(--text)}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info .product--icon{width:34px;height:34px}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info .product--icon .cart--icon{width:65%;height:auto}.section-main-product .product--wrapper .main--product-content .wrapper-extra-products .extra-products__content .content-info .product--icon .cart--icon path{stroke:#fff}.section-main-product .product--wrapper .main--product-content .product-accordion .product-accordion--icon{color:var(--heading_color)}.section-main-product .product--wrapper .main--product-content .product-accordion .product-accordion--icon svg{width:19px;height:auto}.section-main-product .product--wrapper .main--product-content .product-accordion .product-accordion--content *{line-height:1.5;letter-spacing:.5px;font-size:var(--text)}@media screen and (min-width: 768px){.section-product-instructions .row{padding-bottom:30px}}.section-product-instructions .instructions-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;-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}@media screen and (max-width: 768px){.section-product-instructions .instructions-content{-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;text-align:left}}@media screen and (min-width: 768px){.section-product-instructions .instructions-content{padding:2.5rem}}.section-product-instructions .instructions-content h1,.section-product-instructions .instructions-content h2,.section-product-instructions .instructions-content h3,.section-product-instructions .instructions-content h4,.section-product-instructions .instructions-content h5,.section-product-instructions .instructions-content h6{margin-bottom:10px;font-size:18px;font-weight:600;color:var(--heading_color)}.section-product-instructions .instructions-content p{font-size:16px;line-height:1.5;letter-spacing:.5px;color:var(--text_color)}.section-product-instructions .media{overflow:hidden;border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}.section-guide-color .section-wrapper{padding:15px;overflow:hidden;border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}@media screen and (min-width: 1023px){.section-guide-color .section-wrapper{padding:30px}}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:22px;letter-spacing:1px;margin-bottom:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase}@media screen and (max-width: 576px){.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading&gt;strong{display:none}}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading ul{gap:2rem;display:-webkit-box;display:-ms-flexbox;display:flex}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading ul li:not(.active){cursor:pointer}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading ul li:hover,.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-heading ul li.active{text-decoration:underline}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-content__item{display:none;opacity:0;-webkit-animation:fadeIn .5s ease forwards;animation:fadeIn .5s ease forwards}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-content__item.active{display:block}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-content__item .color-item{overflow:hidden;border-radius:20px 20px 20px 20px !important;-moz-border-radius:20px 20px 20px 20px !important;-webkit-border-radius:20px 20px 20px 20px !important}.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-content__inner{gap:15px;display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.section-guide-color .section-wrapper .wrapper-guide-color .guide-color-content__inner{grid-template-columns:repeat(4, 1fr)}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-actions{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-rev-widg__title{color:#d00019;font-size:var(--h5);text-transform:uppercase}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars{line-height:0}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-text{font-size:16px;color:#d00019}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper{border:none;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link{margin:0;font-weight:500;border-radius:12px 12px 12px 12px !important;-moz-border-radius:12px 12px 12px 12px !important;-webkit-border-radius:12px 12px 12px 12px !important}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev{padding:10px;margin-top:10px;position:relative;border:2px solid #d00019}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev:first-child{margin:0}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__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}@media screen and (min-width: 768px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header{width:60%}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-rev__timestamp{color:#b6b6b6;font-size:13px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-row-rating{margin:0;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}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-row-rating .jdgm-rev__rating{line-height:0}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-row-rating .jdgm-rev__rating .jdgm-star{font-size:13px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon{display:none}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author{font-size:14px;color:var(--text_color);font-weight:600;letter-spacing:1px}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-extra,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-product,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__title,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__custom-form,#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__actions{display:none}@media screen and (min-width: 768px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__content .jdgm-rev__body{width:60%}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__content .jdgm-rev__pics{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px){#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__content .jdgm-rev__pics{top:10px;right:10px;width:36%;position:absolute;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev__content .jdgm-rev__pics .jdgm-rev__pic-link{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.shopify-section .shopify-app-block{padding-left:var(--container-padding-x);padding-right:var(--container-padding-x)}@media screen and (min-width: 768px){.shopify-section .shopify-app-block{--container-padding-x: 20px}}@media screen and (min-width: 1023px){.shopify-section .shopify-app-block{--container-padding-x: 2rem}}@media screen and (min-width: 1200px){.shopify-section .shopify-app-block{--container-padding-x: 4rem}}:root{--container-padding-x: 15px}body{font-size:20px;font-family:var(--body_font_family)}body *{font-family:var(--body_font_family)}.label{padding:5px;border-radius:999px;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.5) inset;box-shadow:0 0 3px 0 rgba(0,0,0,.5) inset;background-color:#ccc;color:rgba(0,0,0,.75);line-height:1;font-weight:900;padding:.35em .85em;font-size:1em;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.label--success{background-color:#00ffb2}.label--info{background-color:#0084ff;color:#fff}.label--danger{background-color:#ff4800;color:#fff}.label--warning{background-color:#ffb300}.label--muted{background-color:#dedede}.btn{padding:1em;border-radius:.125em;border-radius:5px;border-radius:.3em;font-size:1.05em;font-weight:bold;background-color:#000;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;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;line-height:1}@media screen and (min-width: 1280px){.btn{padding:.7em 1em}}.btn span{color:#fff;text-transform:uppercase;letter-spacing:.025em}.btn:hover{background-color:#333}.btn[block],.btn--block{width:100%}.button{text-transform:uppercase}.button--outline{background-color:rgba(0,0,0,0);border:2px solid #000;color:#000}.button--text{text-transform:uppercase;background-color:rgba(0,0,0,0);border:0px solid #000;color:#000}.wrapper-labels{top:2%;left:5%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrapper-labels .labels__item span{font-size:13px;font-weight:600;line-height:1;display:inline-block;padding:.25rem .6rem;letter-spacing:1px;color:var(--button_text);border:1px solid var(--button_border);background:var(--button_background);border-radius:4px 4px 4px 4px !important;-moz-border-radius:4px 4px 4px 4px !important;-webkit-border-radius:4px 4px 4px 4px !important}@media(min-width: 1200px){.page-sustentabilidade .collapsible-content--info{max-width:100%}}.page-sustentabilidade .section-image-with-text{margin-bottom:2em}@media screen and (min-width: 768px){.page-sustentabilidade .section-image-with-text{margin-bottom:3em}}.page-sustentabilidade .image-with-text--content{padding:1em 0 0 0 !important}@media screen and (min-width: 768px){.page-sustentabilidade .image-with-text--content{padding:0 0 0 40px !important}}.page-sustentabilidade .heading-font,.page-sustentabilidade .h2,.page-sustentabilidade h2{font-weight:500 !important}.page-sustentabilidade h2{font-weight:500 !important}@media(max-width: 767px){.page-sustentabilidade h2{text-align:center;max-width:12em;margin:auto}}.page-people-me-escolhe #MainContent{background:#fbcbdb;font-size:16px}@media(min-width: 768px){.page-people-me-escolhe #MainContent{font-size:20px}}.page-people-me-escolhe #MainContent .section-wrapper{background:rgba(0,0,0,0)}.page-people-me-escolhe #MainContent .section-spacing{padding-top:0;padding-bottom:0}@media(min-width: 768px){.page-people-me-escolhe #MainContent .section-spacing{padding-bottom:0}}.page-people-me-escolhe #MainContent h6,.page-people-me-escolhe #MainContent h5,.page-people-me-escolhe #MainContent h4,.page-people-me-escolhe #MainContent h3,.page-people-me-escolhe #MainContent h2,.page-people-me-escolhe #MainContent h1{color:#d20118}.page-people-me-escolhe #MainContent h5{padding-top:1em}@media(max-width: 768px){.page-people-me-escolhe #MainContent h5{font-size:1.2em}}.page-people-me-escolhe #MainContent p{font-size:1em;line-height:1.5}.page-people-me-escolhe #MainContent .container{max-width:980px}.page-people-me-escolhe #MainContent .container-xl,.page-people-me-escolhe #MainContent .container-lg,.page-people-me-escolhe #MainContent .container-md,.page-people-me-escolhe #MainContent .container-sm{padding:0 10px}.page-people-me-escolhe #MainContent .section-slideshow .media{padding-bottom:150%}@media screen and (min-width: 768px){.page-people-me-escolhe #MainContent .section-slideshow .media{padding-bottom:var(--image_ratio)}}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq,.page-people-me-escolhe #MainContent .promo-step{margin-bottom:2em}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq:last-child,.page-people-me-escolhe #MainContent .promo-step:last-child{margin:0}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq ul,.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq ol,.page-people-me-escolhe #MainContent .promo-step ul,.page-people-me-escolhe #MainContent .promo-step ol{padding:0}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq li,.page-people-me-escolhe #MainContent .promo-step li{counter-increment:li;list-style:none;margin-bottom:2em;padding-left:3.75em;padding-top:.5em;min-height:3em;position:relative}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq li:last-child,.page-people-me-escolhe #MainContent .promo-step li:last-child{margin-bottom:0}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHq li:before,.page-people-me-escolhe #MainContent .promo-step li:before{content:counter(li);position:absolute;left:0;top:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:1.75em;height:1.75em;border-radius:999px;border:2px solid #d20118;padding:.25em;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.75em;display:block;margin-bottom:.25em;line-height:1.15}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__rich_text_nkrEHqu,.page-people-me-escolhe #MainContent .promo-stepu{font-weight:bold;color:#d20118}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__slideshow_8erkAC{--top_spacing: 0px;--bottom_spacing: 0px}.page-people-me-escolhe #MainContent #slideshowItem-slide_grid_Wy9mWN{--image_overlay_opacity: 0}@media(min-width: 768px){.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__slideshow_8erkAC{--media_height: 750px}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__slideshow_8erkAC{--image_ratio: 56.25562556255626%}}@media(max-width: 767px){.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__slideshow_8erkAC{--top_spacing: 0px;--bottom_spacing: 0px}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__slideshow_8erkAC{--media_height: 800px}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__slideshow_8erkAC{--image_ratio: 100%}}.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__custom_liquid_DBjNya{--top_spacing: 0px;--bottom_spacing: 0px}@media only screen and (max-width: 767px){.page-people-me-escolhe #MainContent #shopify-section-template--18883656745211__custom_liquid_DBjNya{--top_spacing: 30px;--bottom_spacing: 30px}}.page-people-me-escolhe #MainContent #rd-form-m5o9d3m4 .bricks-form__field{margin-bottom:1em}.page-people-me-escolhe #MainContent #rd-form-m5o9d3m4 .bricks-form__label{font-size:.9em;font-weight:bold;text-transform:uppercase;color:#d20118;left:1em}.page-people-me-escolhe #MainContent #rd-form-m5o9d3m4 .bricks-form__input:not(textarea){border-radius:1em}.page-people-me-escolhe #MainContent #rd-form-m5o9d3m4 .bricks-form__label.always-visible,.page-people-me-escolhe #MainContent #rd-form-m5o9d3m4 .bricks-form__field__option .bricks-form__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1em}.page-people-me-escolhe #MainContent #rdstation-bricks-embeddable-form-bricks-component-0JYzLsg7i3_QG9kZjCN_mA .bricks-form__field__option .bricks-form__label input[type=checkbox],.page-people-me-escolhe #MainContent #rdstation-bricks-embeddable-form-bricks-component-0JYzLsg7i3_QG9kZjCN_mA .bricks-form__field__option .bricks-form__label input[type=radio]{width:auto;min-width:20px}.page-people-me-escolhe #MainContent #rd-section-m5o9d3lx{background-color:rgba(0,0,0,0) !important}.page-people-me-escolhe #MainContent .richtext--content.content-large{width:100%;max-width:none}.page-people-me-escolhe #MainContent #rd-column-m5o9d3m3&gt;div{padding:0}/*# sourceMappingURL=theme-custom.min.css.map */</pre></body></html>