.flex{display:flex;gap:var(--gap, var(--grid-gutter))}.bd-grid{--cols: 1;display:grid;width:100%;gap:var(--gap, var(--grid-gutter));row-gap:var(--row-gap, var(--gap, var(--grid-gutter)));column-gap:var(--col-gap, var(--gap, var(--grid-gutter)));grid-template-columns:repeat(var(--cols, 1),minmax(0,1fr))}.bd-grid>*{grid-column-start:var(--col-start);grid-column-end:var(--col-end);grid-row-start:var(--row-start);grid-row-end:var(--row-end)}.bd-grid>*[style*=--span],.bd-grid>*[class*=span-]{grid-column:span var(--span)}.columns-1{--cols: 1}.columns-2{--cols: 2}.columns-3{--cols: 3}.columns-4{--cols: 4}.columns-5{--cols: 5}.columns-6{--cols: 6}.columns-12{--cols: 12}[class*=columns-]{grid-template-columns:repeat(var(--cols, 1),minmax(0,1fr))}@media(min-width:750px)and (max-width:989px){.tab--columns-1{--cols: 1}.tab--columns-2{--cols: 2}.tab--columns-3{--cols: 3}.tab--columns-4{--cols: 4}.tab--columns-6{--cols: 6}}@media(max-width:749px){.small--columns-1{--cols: 1}.small--columns-2{--cols: 2}.small--columns-3{--cols: 3}}.auto-columns-1{--auto-cols: 1}.auto-columns-2{--auto-cols: 2}.auto-columns-3{--auto-cols: 3}.auto-columns-4{--auto-cols: 4}.auto-columns-5{--auto-cols: 5}.auto-columns-6{--auto-cols: 6}@media(min-width:750px)and (max-width:989px){.tab--auto-columns-1{--auto-cols: 1}.tab--auto-columns-2{--auto-cols: 2}.tab--auto-columns-3{--auto-cols: 3}.tab--auto-columns-4{--auto-cols: 4}.tab--auto-columns-5{--auto-cols: 5}.tab--auto-columns-6{--auto-cols: 6}}@media(max-width:749px){.small--auto-columns-1{--auto-cols: 1}.small--auto-columns-2{--auto-cols: 2}.small--auto-columns-3{--auto-cols: 3}.small--auto-columns-4{--auto-cols: 4}.small--auto-columns-5{--auto-cols: 5}.small--auto-columns-6{--auto-cols: 6}}.bd-grid[class*=auto-columns]{grid-template-columns:repeat(var(--auto-cols, 1),auto)}.span-1{--span: 1}.span-2{--span: 2}.span-3{--span: 3}.span-4{--span: 4}.span-5{--span: 5}.span-6{--span: 6}.span-12{--span: 12}@media(max-width:749px){.small--span-1{--span: 1}.small--span-2{--span: 2}.small--span-3{--span: 3}}@media(min-width:750px){.medium-up--span-1{--span: 1}.medium-up--span-2{--span: 2}.medium-up--span-3{--span: 3}}.gap0{--gap: 0}.gap033{--gap: var(--grid-gutter-033)}.gap05{--gap: var(--grid-gutter-05)}.gap075{--gap: var(--grid-gutter-075)}.gap1{--gap: var(--grid-gutter-1)}.gap2{--gap: var(--grid-gutter-2)}.gap3{--gap: var(--grid-gutter-3)}[class*=gap]{gap:var(--gap)}.row-gap0{--row-gap: 0}.row-gap033{--row-gap: var(--grid-gutter-033)}.row-gap05{--row-gap: var(--grid-gutter-05)}.row-gap075{--row-gap: var(--grid-gutter-075)}.row-gap1{--row-gap: var(--grid-gutter-1)}.row-gap2{--row-gap: var(--grid-gutter-2)}.row-gap3{--row-gap: var(--grid-gutter-3)}[class*=row-gap]{row-gap:var(--row-gap)}.column-gap0{--col-gap: 0}.column-gap033{--col-gap: var(--grid-gutter-033)}.column-gap05{--col-gap: var(--grid-gutter-05)}.column-gap075{--col-gap: var(--grid-gutter-075)}.column-gap1{--col-gap: var(--grid-gutter-1)}.column-gap2{--col-gap: var(--grid-gutter-2)}.column-gap3{--col-gap: var(--grid-gutter-3)}[class*=column-gap]{column-gap:var(--col-gap)}:where(.col-start-1){--col-start: 1}:where(.col-start-2){--col-start: 2}:where(.col-start-3){--col-start: 3}:where(.col-start-4){--col-start: 4}:where(.col-start-5){--col-start: 5}:where(.col-start-6){--col-start: 6}:where(.col-start-12){--col-start: 12}:where(.col-end-1){--col-end: 1}:where(.col-end-2){--col-end: 2}:where(.col-end-3){--col-end: 3}:where(.col-end-4){--col-end: 4}:where(.col-end-5){--col-end: 5}:where(.col-end-6){--col-end: 6}:where(.col-end-12){--col-end: 12}:where(.row-start-1){--row-start: 1}:where(.row-start-2){--row-start: 2}:where(.row-start-3){--row-start: 3}:where(.row-start-4){--row-start: 4}:where(.row-start-5){--row-start: 5}:where(.row-start-6){--row-start: 6}:where(.row-end-1){--row-end: 1}:where(.row-end-2){--row-end: 2}:where(.row-end-3){--row-end: 3}:where(.row-end-4){--row-end: 4}:where(.row-end-5){--row-end: 5}:where(.row-end-6){--row-end: 6}@media(max-width:749px){:where(.small--col-start-1){--col-start: 1}:where(.small--col-start-2){--col-start: 2}:where(.small--col-start-3){--col-start: 3}}.inline-flex{display:inline-flex}.flex-wrap{flex-direction:wrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.just-center{justify-content:center}.just-end,.flex-end{justify-content:flex-end}.align-center{align-items:center}.align-bottom{align-items:flex-end}.spaced{justify-content:space-between}.order-1{--order: 1}.order-2{--order: 2}.order-3{--order: 3}.order-4{--order: 4}.order-5{--order: 5}.order-6{--order: 6}@media(min-width:750px)and (max-width:989px){.tab--order-1{--order: 1}.tab--order-2{--order: 2}.tab--order-3{--order: 3}.tab--order-4{--order: 4}.tab--order-5{--order: 5}.tab--order-6{--order: 6}}@media(max-width:749px){.small--order-1{--order: 1}.small--order-2{--order: 2}.small--order-3{--order: 3}.small--order-4{--order: 4}.small--order-5{--order: 5}.small--order-6{--order: 6}}[class*=order]{order:var(--order)}.relative{position:relative}.absolute{position:absolute;top:0;right:0;bottom:0;left:0}.self-center{align-self:center}.self-start{align-self:start}.self-end{align-self:end}.just-self-end{justify-self:end}@container (min-width: 750px){.desktop{--cols: var(--desktop-cols);--gap: var(--desktop-gap)}}@container (min-width: 600px) and (max-width: 1024px){.tablet{--cols: var(--tablet-cols);--gap: var(--tablet-gap);--row-gap: var(--tablet-row-gap);--col-gap: var(--tablet-col-gap)}}@container (min-width: 1440px){.xl{--cols: var(--xl-cols);--gap: var(--xl-gap)}}.flip-vert{transform:scale(-1)}.btn{position:relative;align-items:center;border-radius:var(--button-radius);border:1px solid transparent;cursor:pointer;display:inline-flex;font-family:var(--button-font-family);font-size:inherit;font-weight:var(--button_weight);gap:.5em;justify-content:center;min-height:2em;padding:.5em 1em;text-decoration:none;text-transform:var(--button-case);background-color:var(--button-background-color);color:var(--button-text-color);letter-spacing:var(--button-spacing);max-width:100%;line-height:1.1;transition:filter .33s ease;clip-path:polygon(var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%,0 var(--cut));@keyframes moveGradient{0%{background-position:0% 50%}to{background-position:200% 50%}}}.btn.slim{font-size:inherit;min-height:2em;min-width:auto;padding:.15em .75em;text-transform:inherit}.btn[disabled]{opacity:.5}.btn.outline{color:currentColor;border:1px solid;transition:background-color .25s ease-in-out}.btn.outline:not([class$=-back]){background-color:inherit}.btn:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;padding:2px;border-radius:inherit;background-image:repeating-linear-gradient(to right,hsl(var(--green-dark2)),hsl(var(--green-dark1)),hsl(var(--green-light1)),hsl(var(--green-light2)),hsl(var(--green-dark2)) 25%);background-size:600% 600%;clip-path:polygon(var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%,0 var(--cut));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.btn:hover:before,.btn:focus:before,.btn:focus-visible:before{opacity:1;animation:moveGradient 10s linear infinite}.short-btn{min-width:auto;width:auto}.text-btn{align-items:center;background:transparent;border:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;line-height:inherit;min-width:auto;padding:0;position:relative;text-decoration:none;text-transform:inherit;width:max-content}.text-btn:after{border-bottom:1px solid;bottom:-3px;content:"";height:1px;left:0;margin:auto;position:absolute;right:0;transition:width .5s ease-in-out;width:100%}.text-btn:hover:after,.text-btn.active:after{width:0%}.tab-btn{align-items:center;background:transparent;border:none;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;min-width:auto;padding:0;position:relative;text-decoration:none;text-transform:inherit}.tab-btn:after{border-bottom:1px solid;bottom:-.25em;content:"";height:1px;left:0;margin:auto;position:absolute;right:0;transition:width .5s ease-in-out;width:0}.tab-btn:hover:after,.tab-btn.active:after{width:100%}.simple-text-btn{border:none;display:flex;padding:0;text-transform:uppercase;font-weight:500;letter-spacing:var(--small-letter-space);background-color:transparent}.with-icon{align-items:center;display:inline-flex;line-height:1;gap:.5em;padding:1em}.with-icon .icon{height:1.33em;width:auto;display:flex}.button-icon{height:1em;width:1em;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:749px){.btn.small--slim{font-size:inherit;min-height:2.4em;min-width:auto;padding:.15em .5em;text-transform:inherit}}button{cursor:pointer}.btn .icon{line-height:0}.icon{height:1em;width:auto;display:block}.icon svg{width:100%;height:auto}svg.icon{width:20px;height:20px}summary svg.icon,.select svg.icon{width:.75em;height:.75em}.btn.angle-right{-webkit-mask:linear-gradient(135deg,#fff calc(100% - 1.99em),transparent 50%) top right;mask:linear-gradient(135deg,#fff calc(100% - 1.99em),transparent 50%) top right;padding:0;display:flex;line-height:1.15}.angle-right .button-inner{display:flex;min-height:calc(3em - 4px);align-items:center;-webkit-mask:linear-gradient(135deg,#fff calc(100% - 1.99em),transparent 50%) top right;mask:linear-gradient(135deg,#fff calc(100% - 1.99em),transparent 50%) top right;width:calc(100% - 4px);justify-content:center;padding:0 2em 0 .5em}.btn.angle-left{-webkit-mask:linear-gradient(315deg,#fff calc(100% - 1.99em),transparent 50%) top right;mask:linear-gradient(315deg,#fff calc(100% - 1.99em),transparent 50%) top right;padding:0;display:flex}.angle-left .button-inner{display:flex;min-height:calc(3em - 4px);align-items:center;-webkit-mask:linear-gradient(315deg,#fff calc(100% - 1.99em),transparent 50%) top right;mask:linear-gradient(315deg,#fff calc(100% - 1.99em),transparent 50%) top right;width:calc(100% - 4px);justify-content:center;padding:0 .5em 0 2em}.with-icon .button-inner{gap:.5em;display:flex}.button-inner .icon{width:1em;height:1em}.right .button-inner .icon{order:2}.no-style-btn{border:none;background:transparent;font-size:inherit}.text-left{text-align:left}.text-right{text-align:right}.margin-auto{margin:auto}.margin-left{margin-right:auto}.margin-right{margin-left:auto}@media only screen and (min-width:750px){.medium-up--hide{display:none!important}}@media only screen and (max-width:749px){.small--hide{display:none!important}.small--text-left{text-align:left}.small--text-right{text-align:right}.small--text-center{text-align:center}}.gpt0{padding-top:var(--grid-gutter-0)}.gpt025{padding-top:var(--grid-gutter-025)}.gpt033{padding-top:var(--grid-gutter-033)}.gpt05{padding-top:var(--grid-gutter-05)}.gpt075{padding-top:var(--grid-gutter-075)}.gpt1{padding-top:var(--grid-gutter-1)}.gpt2{padding-top:var(--grid-gutter-2)}.gpt3{padding-top:var(--grid-gutter-3)}.gpt4{padding-top:var(--grid-gutter-4)}.gpb0{padding-bottom:var(--grid-gutter-0)}.gpb025{padding-bottom:var(--grid-gutter-025)}.gpb033{padding-bottom:var(--grid-gutter-033)}.gpb05{padding-bottom:var(--grid-gutter-05)}.gpb075{padding-bottom:var(--grid-gutter-075)}.gpb1{padding-bottom:var(--grid-gutter-1)}.gpb2{padding-bottom:var(--grid-gutter-2)}.gpb3{padding-bottom:var(--grid-gutter-3)}.gpb4{padding-bottom:var(--grid-gutter-4)}.gpl0{padding-left:var(--grid-gutter-0)}.gpl025{padding-left:var(--grid-gutter-025)}.gpl033{padding-left:var(--grid-gutter-033)}.gpl05{padding-left:var(--grid-gutter-05)}.gpl075{padding-left:var(--grid-gutter-075)}.gpl1{padding-left:var(--grid-gutter-1)}.gpl2{padding-left:var(--grid-gutter-2)}.gpl3{padding-left:var(--grid-gutter-3)}.gpl4{padding-left:var(--grid-gutter-4)}.gpr0{padding-right:var(--grid-gutter-0)}.gpr025{padding-right:var(--grid-gutter-025)}.gpr033{padding-right:var(--grid-gutter-033)}.gpr05{padding-right:var(--grid-gutter-05)}.gpr075{padding-right:var(--grid-gutter-075)}.gpr1{padding-right:var(--grid-gutter-1)}.gpr2{padding-right:var(--grid-gutter-2)}.gpr3{padding-right:var(--grid-gutter-3)}.gpr4{padding-right:var(--grid-gutter-4)}.gpa0{padding:var(--grid-gutter-0)}.gpa025{padding:var(--grid-gutter-025)}.gpa033{padding:var(--grid-gutter-033)}.gpa05{padding:var(--grid-gutter-05)}.gpa075{padding:var(--grid-gutter-075)}.gpa1{padding:var(--grid-gutter-1)}.gpa2{padding:var(--grid-gutter-2)}.gpa3{padding:var(--grid-gutter-3)}.gpa4{padding:var(--grid-gutter-4)}.mt0{margin-top:var(--grid-gutter-0)}.mt025{margin-top:var(--grid-gutter-025)}.mt033{margin-top:var(--grid-gutter-033)}.mt05{margin-top:var(--grid-gutter-05)}.mt075{margin-top:var(--grid-gutter-075)}.mt1{margin-top:var(--grid-gutter-1)}.mt2{margin-top:var(--grid-gutter-2)}.mt3{margin-top:var(--grid-gutter-3)}.mt4{margin-top:var(--grid-gutter-4)}.mb0{margin-bottom:var(--grid-gutter-0)}.mb025{margin-bottom:var(--grid-gutter-025)}.mb033{margin-bottom:var(--grid-gutter-033)}.mb05{margin-bottom:var(--grid-gutter-05)}.mb075{margin-bottom:var(--grid-gutter-075)}.mb1{margin-bottom:var(--grid-gutter-1)}.mb2{margin-bottom:var(--grid-gutter-2)}.mb3{margin-bottom:var(--grid-gutter-3)}.mb4{margin-bottom:var(--grid-gutter-4)}.ml0{margin-left:var(--grid-gutter-0)}.ml025{margin-left:var(--grid-gutter-025)}.ml033{margin-left:var(--grid-gutter-033)}.ml05{margin-left:var(--grid-gutter-05)}.ml075{margin-left:var(--grid-gutter-075)}.ml1{margin-left:var(--grid-gutter-1)}.ml2{margin-left:var(--grid-gutter-2)}.ml3{margin-left:var(--grid-gutter-3)}.ml4{margin-left:var(--grid-gutter-4)}.mr0{margin-right:var(--grid-gutter-0)}.mr025{margin-right:var(--grid-gutter-025)}.mr033{margin-right:var(--grid-gutter-033)}.mr05{margin-right:var(--grid-gutter-05)}.mr075{margin-right:var(--grid-gutter-075)}.mr1{margin-right:var(--grid-gutter-1)}.mr2{margin-right:var(--grid-gutter-2)}.mr3{margin-right:var(--grid-gutter-3)}.mr4{margin-right:var(--grid-gutter-4)}.ma0{margin:var(--grid-gutter-0)}.ma025{margin:var(--grid-gutter-025)}.ma033{margin:var(--grid-gutter-033)}.ma05{margin:var(--grid-gutter-05)}.ma075{margin:var(--grid-gutter-075)}.ma1{margin:var(--grid-gutter-1)}.ma2{margin:var(--grid-gutter-2)}.ma3{margin:var(--grid-gutter-3)}.ma4{margin:var(--grid-gutter-4)}@media(max-width:749px){.small--gpt0{padding-top:var(--grid-gutter-0)}.small--gpt025{padding-top:var(--grid-gutter-025)}.small--gpt033{padding-top:var(--grid-gutter-033)}.small--gpt05{padding-top:var(--grid-gutter-05)}.small--gpt075{padding-top:var(--grid-gutter-075)}.small--gpt1{padding-top:var(--grid-gutter-1)}.small--gpt2{padding-top:var(--grid-gutter-2)}.small--gpt3{padding-top:var(--grid-gutter-3)}.small--gpt4{padding-top:var(--grid-gutter-4)}.small--gpb0{padding-bottom:var(--grid-gutter-0)}.small--gpb025{padding-bottom:var(--grid-gutter-025)}.small--gpb033{padding-bottom:var(--grid-gutter-033)}.small--gpb05{padding-bottom:var(--grid-gutter-05)}.small--gpb075{padding-bottom:var(--grid-gutter-075)}.small--gpb1{padding-bottom:var(--grid-gutter-1)}.small--gpb2{padding-bottom:var(--grid-gutter-2)}.small--gpb3{padding-bottom:var(--grid-gutter-3)}.small--gpb4{padding-bottom:var(--grid-gutter-4)}.small--gpr0{padding-right:var(--grid-gutter-0)}.small--gpr025{padding-right:var(--grid-gutter-025)}.small--gpr033{padding-right:var(--grid-gutter-033)}.small--gpr05{padding-right:var(--grid-gutter-05)}.small--gpr075{padding-right:var(--grid-gutter-075)}.small--gpr1{padding-right:var(--grid-gutter-1)}.small--gpr2{padding-right:var(--grid-gutter-2)}.small--gpr3{padding-right:var(--grid-gutter-3)}.small--gpr4{padding-right:var(--grid-gutter-4)}.small--gpl0{padding-left:var(--grid-gutter-0)}.small--gpl025{padding-left:var(--grid-gutter-025)}.small--gpl033{padding-left:var(--grid-gutter-033)}.small--gpl05{padding-left:var(--grid-gutter-05)}.small--gpl075{padding-left:var(--grid-gutter-075)}.small--gpl1{padding-left:var(--grid-gutter-1)}.small--gpl2{padding-left:var(--grid-gutter-2)}.small--gpl3{padding-left:var(--grid-gutter-3)}.small--gpl4{padding-left:var(--grid-gutter-4)}.small--gpa0{padding:var(--grid-gutter-0)}.small--gpa025{padding:var(--grid-gutter-025)}.small--gpa033{padding:var(--grid-gutter-033)}.small--gpa05{padding:var(--grid-gutter-05)}.small--gpa075{padding:var(--grid-gutter-075)}.small--gpa1{padding:var(--grid-gutter-1)}.small--gpa2{padding:var(--grid-gutter-2)}.small--gpa3{padding:var(--grid-gutter-3)}.small--gpa4{padding:var(--grid-gutter-4)}}.height-video-view{min-height:calc(var(--window-height) * .56)}.height-full-view{min-height:calc(var(--window-height) * 1)}.height-three-quarters-view{min-height:calc(var(--window-height) * .75)}.height-half-view{min-height:calc(var(--window-height) * .5)}.height-third-view{min-height:calc(var(--window-height) * .33)}body{color:hsl(var(--black));font-size:var(--base-size);font-family:var(--body-style);line-height:1.5;margin:0;padding:0}button{font-size:inherit;font-family:inherit;font-weight:inherit;color:inherit}a{color:inherit;text-decoration:none}p{margin-top:0}p:last-child{margin-bottom:0}img,video,svg,iframe{height:auto;max-width:100%;max-height:100%;width:auto}h1,h2,h3,h4,h5,h6{font-family:var(--header-style);font-weight:var(--header-weight);line-height:var(--header-line-height);text-transform:var(--header-case);margin:0 0 .5em;letter-spacing:var(--header-spacing)}h1,.h1{font-size:var(--h1);line-height:var(--header-line-height)}h2,.h2{font-size:var(--h2);line-height:var(--header-line-height)}h3,.h3{font-size:var(--h3);line-height:var(--header-line-height)}h4,.h4{font-size:var(--h4)}h5,.h5{font-size:var(--h5)}h6,.h6{font-size:var(--h6)}.hero-size{font-size:var(--hero)}.hero-size2{font-size:calc(var(--hero) * 2.75)}.fine-print{font-size:var(--fine-print)}.small-size{font-size:var(--small-size)}.body-size{font-size:var(--base-size)}.caps{text-transform:uppercase}.strong{font-weight:600}.italics{font-style:italic}.heavy{font-weight:800}.medium{font-weight:500}.normal{font-weight:400}.thin{font-weight:300}.body-style{font-family:var(--body-style)}.alt-style{font-family:var(--alt-style);letter-spacing:0}.header-style{font-family:var(--header-style)}.page-width{margin:0 auto;max-width:calc(var(--grid-gutter-2x) + var(--width-site));padding-left:var(--grid-gutter);padding-right:var(--grid-gutter);width:100%}.wide-width{margin:0 auto;max-width:calc(100% - var(--grid-gutter));width:100%}.extra-narrow-width{margin:0 auto;max-width:calc(var(--grid-gutter) + var(--extra-narrow-width));padding-left:var(--grid-gutter);padding-right:var(--grid-gutter);width:100%}.narrow-width{margin:0 auto;max-width:calc(var(--grid-gutter) + var(--narrow-width));padding-left:var(--grid-gutter);padding-right:var(--grid-gutter);width:100%}.edge-container{margin:0 auto;width:calc(100% - (var(--grid-gutter-half)));max-width:100%}.page-width-right{padding-right:var(--half-page-offset)}.page-width-left{padding-left:var(--half-page-offset)}.page-width-half{width:100%;max-width:calc(.5 * var(--width-site));margin:auto}@media only screen and (max-width:749px){.wide-width,.extra-narrow-width{max-width:calc(100% - (1 * var(--grid-gutter)))}.mobile-gutter{margin:auto;padding:0 var(--grid-gutter);width:100%}.small--h1{font-size:var(--h1)}.small--h2{font-size:var(--h2)}.small--h3{font-size:var(--h3)}.small--h4{font-size:var(--h4)}.small--h5{font-size:var(--h5)}.small--h6{font-size:var(--h6)}}legend{padding:0}.rounded-corners{border-radius:var(--border-radius);overflow:hidden;display:grid}.underlined{text-decoration:underline;text-underline-offset:.25em}.rte a:not(.btn){text-decoration:underline}.rte .p:not(:last-child){margin-bottom:1em}.rte p+ul{margin-top:0}.rte ul{list-style:none;margin:1em;padding:0;text-align:left}.rte ul li{position:relative;margin-bottom:.75em;padding-left:.5em}.rte ul li:before{content:"\2022   ";left:-1em;position:absolute;color:var(--bullet-color)}.text-center{text-align:center}.hide{display:none!important}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.overflow-hidden{overflow:hidden}[name=plus]:focus{border-radius:0 var(--button-radius) var(--button-radius) 0}[name=minus]:focus{border-radius:var(--button-radius) 0 0 var(--button-radius)}marquee-content{position:relative;overflow:hidden}[data-marque-pause]{position:absolute;height:100%;width:100%;background:transparent;border:none;z-index:2}.marquee{display:flex;flex-wrap:nowrap;min-width:100%;overflow:hidden;white-space:nowrap}.marquee-container{align-items:center;animation-delay:0s;animation-direction:normal;animation-fill-mode:none;animation-iteration-count:infinite;animation-name:marquee;animation-play-state:running;animation-timing-function:linear;display:flex;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.vert-marquee{display:flex;flex-flow:column;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-mask-image:linear-gradient(to bottom,hsl(0 0% 0% / 0) 0%,hsl(0 0% 0% / 1) 40%,hsl(0 0% 0% / 1) 60%,hsl(0 0% 0% / 0) 100%);mask-image:linear-gradient(to bottom,#0000,#000 40% 60%,#0000)}.marquee-group{flex-shrink:0;display:flex;min-width:100%;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:scroll-x}.vert-marquee .marquee-group.vertical{flex-flow:column}.vert-marquee .marquee-group{animation-name:scroll-y}.vert-marquee-container{align-items:center;animation-delay:0s;animation-direction:normal;animation-fill-mode:none;animation-iteration-count:infinite;animation-name:vertmarquee;animation-play-state:running;animation-timing-function:linear;animation-duration:15s}@media only screen and (max-width:749px){.vert-marquee{width:100%}}@keyframes scroll-y{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes vertmarquee{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.ratio-image{position:relative;overflow:hidden;width:100%}.ratio-image img,.ratio-image video{height:100%;object-fit:contain;width:100%}.ratio-image svg{height:100%;object-fit:contain;width:100%}.ratio-image.cover img,.ratio-image.cover video{object-fit:cover}.three-four-image{aspect-ratio:3/4}.four-three-image{aspect-ratio:4/3}.two-three-image{aspect-ratio:2/3}.three-two-image{aspect-ratio:3/2}.two-one-image{aspect-ratio:2/1}.one-two-image{aspect-ratio:1/2}.square-image{aspect-ratio:1}.circle-image{border-radius:100%;overflow:hidden;aspect-ratio:1}.with-shadow{box-shadow:var(--box-shadow)}.media-container video,.media-container img{width:100%}.background-video-container,.background-image{height:100%;left:0;position:absolute;top:0;width:100%}.background-video video,.background-image img{height:100%;object-fit:cover;position:absolute;width:100%}.icon{height:1em;width:1em;transition:transform .5s ease}@media only screen and (max-width:749px){responsive-table__row:after,responsive-table__row:first-child{margin-top:calc(var(--grid-gutter) * .25);padding-top:var(--grid-gutter);position:relative}td:before{content:attr(data-label);float:left;font-size:var(--base-size);font-weight:400;padding-right:10px;text-align:center}th:before,.responsive-table thead{display:none}.responsive-table th,.responsive-table td{border:0;clear:left;float:left;margin:0;padding:calc(var(--grid-gutter) * .5);text-align:right;width:100%}.responsive-table .responsive-table .responsive-table__row+.responsive-table__row,tfoot>.responsive-table__row+tfoot>.responsive-table__row:first-child:after{border-bottom:1px solid var(--color-border);content:"";display:block;left:calc(var(--grid-gutter) * .5);position:absolute;right:calc(var(--grid-gutter) * .5);top:0}}.drawer{visibility:hidden}.btn .spinner{display:none;width:16px;height:16px;border:2px solid hsl(var(--green2));border-top-color:hsl(var(--green));border-radius:50%;animation:spin .6s linear infinite}.btn[disabled] .spinner{display:inline-block}.btn[disabled] .icon,.btn[disabled] .text{opacity:0}@keyframes spin{to{transform:rotate(360deg)}}.btn:not([data-added=true])[disabled] .spinner{display:inline-block}.hidden{display:none!important}.spinner{width:1.5rem;height:1.5rem;line-height:0}.loading-overlay{position:absolute;z-index:1;width:1.8rem}@media screen and (max-width:749px){.loading-overlay{top:0;right:0}}@media screen and (min-width:750px){.loading-overlay{left:0}}.loading-overlay__spinner{width:1.8rem;display:inline-block}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:currentColor;animation:dash 1.4s ease-in-out infinite}@media screen and (forced-colors:active){.path{stroke:CanvasText}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.loading-overlay:not(.hidden)+.cart-item__price-wrapper,.loading-overlay:not(.hidden)~cart-remove-button{opacity:50%}.loading-overlay:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}@keyframes slideDown{0%{transform:translateY(-100%);opacity:.01}to{transform:translateY(0);opacity:1}}.border-top{border-top:var(--border-width) solid}.border-bottom{border-bottom:var(--border-width) solid}.with-border>*{border-right:var(--border-width) solid;border-bottom:var(--border-width) solid}.with-border{border-top:var(--border-width) solid;border-left:var(--border-width) solid;position:relative}.with-border:after{content:"";height:var(--border-width);width:100%;background:currentColor;position:absolute;bottom:0}.bd-grid-blocks{display:grid}.bd-grid-block.right>div{margin-left:auto}.flex-column.align-center{justify-content:center}[open] [data-animate-toggle]{animation:animateMenuOpen var(--duration-default) ease}[data-toggle-reset]{cursor:pointer}[data-toggle-reset]>*{pointer-events:none}[data-modal-target]{cursor:pointer}[data-modal-target]>*{pointer-events:none}[data-modal-content]{background:hsla(var(--black),.66);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s ease-in-out;width:100%;z-index:-1}[data-modal-content].active{opacity:1;pointer-events:all;z-index:9999;display:flex}[data-toggle-content].active{display:block;height:auto}[data-tab-content]:not(.active){display:none}[data-toggle-content]{transition:height .3s ease;height:0;overflow:hidden}[data-toggle-target] .close{display:none}[data-toggle-target].active .close{display:block}[data-toggle-target].active .open{display:none}[data-tab-target],[data-toggle-target]{cursor:pointer}[data-tab-target]>*,[data-toggle-target]>*{pointer-events:none}[data-close]{display:flex;flex-flow:column}[data-close]:after{position:fixed;width:100%;height:100%;z-index:-1;content:"";left:0;top:0}[data-toggle-close]>*{pointer-events:none}.svg-mask{width:100%;height:100%;mask-repeat:no-repeat;mask-size:contain;mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center}.svg-mask img{opacity:0}
/*# sourceMappingURL=/cdn/shop/t/78/assets/bd-layout.css.map */
