.v-progressbar{position:fixed;z-index:9999;top:0;left:0;right:0;height:3px;background:#ff9b37;opacity:0;width:0;-webkit-transition:opacity .2s,width .1s;transition:opacity .2s,width .1s;pointer-events:none}@media screen and (min-width:1024px){.v-progressbar{background:#ff9b37}}@-webkit-keyframes addToCart{0%{-webkit-transform:translate(var(--x),var(--y)) scale(1);transform:translate(var(--x),var(--y)) scale(1);opacity:.6}75%{-webkit-transform:translate(0) scale(.1);transform:translate(0) scale(.1);opacity:.2}to{-webkit-transform:translate(0) scale(0);transform:translate(0) scale(0);opacity:0}}@keyframes addToCart{0%{-webkit-transform:translate(var(--x),var(--y)) scale(1);transform:translate(var(--x),var(--y)) scale(1);opacity:.6}75%{-webkit-transform:translate(0) scale(.1);transform:translate(0) scale(.1);opacity:.2}to{-webkit-transform:translate(0) scale(0);transform:translate(0) scale(0);opacity:0}}@-webkit-keyframes addToCartScale{0%{-webkit-transform:translate(var(--x),var(--y)) scale(1);transform:translate(var(--x),var(--y)) scale(1);opacity:.7}10%{-webkit-transform:translate(var(--x),var(--y)) scale(1.05);transform:translate(var(--x),var(--y)) scale(1.05);opacity:.6}85%{-webkit-transform:translate(0) scale(.2);transform:translate(0) scale(.2);opacity:.2}to{-webkit-transform:translate(0) scale(0);transform:translate(0) scale(0);opacity:0}}@keyframes addToCartScale{0%{-webkit-transform:translate(var(--x),var(--y)) scale(1);transform:translate(var(--x),var(--y)) scale(1);opacity:.7}10%{-webkit-transform:translate(var(--x),var(--y)) scale(1.05);transform:translate(var(--x),var(--y)) scale(1.05);opacity:.6}85%{-webkit-transform:translate(0) scale(.2);transform:translate(0) scale(.2);opacity:.2}to{-webkit-transform:translate(0) scale(0);transform:translate(0) scale(0);opacity:0}}.add-to-cart{pointer-events:none;position:fixed;background:#f7f7f7;z-index:9999;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation:addToCart .5s cubic-bezier(.71,.32,.56,.93);animation:addToCart .5s cubic-bezier(.71,.32,.56,.93)}.add-to-cart.scale{-webkit-animation:addToCartScale .7s cubic-bezier(.71,.32,.56,.93);animation:addToCartScale .7s cubic-bezier(.71,.32,.56,.93)}@font-face{font-family:PT Sans;src:url(/fonts/PTSans-Regular.eot);src:local("PT Sans"),local("PTSans-Regular"),url(/fonts/PTSans-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/PTSans-Regular.woff2) format("woff2"),url(/fonts/PTSans-Regular.woff) format("woff"),url(/fonts/PTSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PT Sans;src:url(/fonts/PTSans-Italic.eot);src:local("PT Sans Italic"),local("PTSans-Italic"),url(/fonts/PTSans-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/PTSans-Italic.woff2) format("woff2"),url(/fonts/PTSans-Italic.woff) format("woff"),url(/fonts/PTSans-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:PT Sans;src:url(/fonts/PTSans-BoldItalic.eot);src:local("PT Sans BoldItalic"),local("PTSans-BoldItalic"),url(/fonts/PTSans-BoldItalic.eot?#iefix) format("embedded-opentype"),url(/fonts/PTSans-BoldItalic.woff2) format("woff2"),url(/fonts/PTSans-BoldItalic.woff) format("woff"),url(/fonts/PTSans-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:PT Sans;src:url(/fonts/PTSans-Bold.eot);src:local("PT Sans Bold"),local("PTSans-Bold"),url(/fonts/PTSans-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/PTSans-Bold.woff2) format("woff2"),url(/fonts/PTSans-Bold.woff) format("woff"),url(/fonts/PTSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:TT Masters;src:url(/fonts/TTMasters-Black.eot);src:local("TTMasters"),local("TTMasters-Black"),url(/fonts/TTMasters-Black.eot?#iefix) format("embedded-opentype"),url(/fonts/TTMasters-Black.woff2) format("woff2"),url(/fonts/TTMasters-Black.woff) format("woff"),url(/fonts/TTMasters-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}.no-wrap{white-space:nowrap}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}:root{--color-app-background:#f7f7f7;--color-app-text:#666;--color-primary:#ff9b37;--color-secondary:#ff463c}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}*,body,html{margin:0}html{width:100%;min-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden;overflow-y:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.fixed{overflow:hidden!important}body{font:15px PT Sans,sans-serif;min-height:100%;overflow-x:hidden;background-color:var(--color-app-background);color:var(--color-app-text);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,a:active,a:focus,button,button:active,button:focus,input,input:active,input:focus,option,option:active,option:focus,select,select:active,select:focus{outline:none}button,input,optgroup,select,textarea{font:inherit}button,input,select,textarea{font:inherit;border-style:none}button::-moz-focus-inner,button::-moz-focus-outer,button:focus::-moz-focus-inner,button:focus::-moz-focus-outer,input::-moz-focus-inner,input::-moz-focus-outer,input:focus::-moz-focus-inner,input:focus::-moz-focus-outer,option::-moz-focus-inner,option::-moz-focus-outer,option:focus::-moz-focus-inner,option:focus::-moz-focus-outer,select::-moz-focus-inner,select::-moz-focus-outer,select:focus::-moz-focus-inner,select:focus::-moz-focus-outer{border:none;outline:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;background:transparent}[type=reset]:not(:disabled),[type=submit]:not(:disabled),a,button:not(:disabled),html [type=button]:not(:disabled){cursor:pointer}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}img,svg{max-width:100%}i{font-style:normal}pre{white-space:pre-wrap}.fill-height{height:100%}.fill-width{width:100%}.text-center{text-align:center}.text-left{text-align:left!important}.text-uppercase{text-transform:uppercase}.text-italic{font-style:italic}.shrink{-ms-flex-negative:0;flex-shrink:0}.grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.hidden{overflow:hidden}.events-none{pointer-events:none}.events-none-i{pointer-events:none!important}.d-inline-block{display:inline-block}.d-inline-block-i{display:inline-block!important}.d-inline{display:inline}.d-inline-i{display:inline!important}.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.d-inline-flex-i{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-flex-i{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-block{display:block}.d-block-i{display:block!important}.d-none{display:none}.d-none-i{display:none!important}.cursor--pointer{cursor:pointer}.cursor--pointer-i{cursor:pointer!important}.cursor--grab{cursor:-webkit-grab;cursor:grab}.cursor--grab-i{cursor:-webkit-grab!important;cursor:grab!important}.cursor--not-allowed{cursor:not-allowed}.cursor--not-allowed-i{cursor:not-allowed!important}.no-scroll{-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:transparent transparent;overflow:-moz-scrollbars-none;overflow-x:scroll;overflow-y:hidden}.no-scroll::-webkit-scrollbar{width:0!important;height:0;display:none!important;background:transparent}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-space-between{-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-space-around{-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around}.justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.pd-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.md-0{margin:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.g-0{gap:0!important}.gr-0{row-gap:0!important}.gc-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.pd-1{padding:.5rem!important}.px-1{padding-left:.5rem!important;padding-right:.5rem!important}.py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.md-1{margin:.5rem!important}.mx-1{margin-left:.5rem!important;margin-right:.5rem!important}.my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.g-1{gap:.5rem!important}.gr-1{row-gap:.5rem!important}.gc-1{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.mt-1{margin-top:.5rem!important}.pt-1{padding-top:.5rem!important}.mt-n1{margin-top:-.5rem!important}.mr-1{margin-right:.5rem!important}.pr-1{padding-right:.5rem!important}.mr-n1{margin-right:-.5rem!important}.mb-1{margin-bottom:.5rem!important}.pb-1{padding-bottom:.5rem!important}.mb-n1{margin-bottom:-.5rem!important}.ml-1{margin-left:.5rem!important}.pl-1{padding-left:.5rem!important}.ml-n1{margin-left:-.5rem!important}.pd-2{padding:1rem!important}.px-2{padding-left:1rem!important;padding-right:1rem!important}.py-2{padding-top:1rem!important;padding-bottom:1rem!important}.md-2{margin:1rem!important}.mx-2{margin-left:1rem!important;margin-right:1rem!important}.my-2{margin-top:1rem!important;margin-bottom:1rem!important}.g-2{gap:1rem!important}.gr-2{row-gap:1rem!important}.gc-2{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.mt-2{margin-top:1rem!important}.pt-2{padding-top:1rem!important}.mt-n2{margin-top:-1rem!important}.mr-2{margin-right:1rem!important}.pr-2{padding-right:1rem!important}.mr-n2{margin-right:-1rem!important}.mb-2{margin-bottom:1rem!important}.pb-2{padding-bottom:1rem!important}.mb-n2{margin-bottom:-1rem!important}.ml-2{margin-left:1rem!important}.pl-2{padding-left:1rem!important}.ml-n2{margin-left:-1rem!important}.pd-3{padding:1.5rem!important}.px-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md-3{margin:1.5rem!important}.mx-3{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.g-3{gap:1.5rem!important}.gr-3{row-gap:1.5rem!important}.gc-3{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.mt-3{margin-top:1.5rem!important}.pt-3{padding-top:1.5rem!important}.mt-n3{margin-top:-1.5rem!important}.mr-3{margin-right:1.5rem!important}.pr-3{padding-right:1.5rem!important}.mr-n3{margin-right:-1.5rem!important}.mb-3{margin-bottom:1.5rem!important}.pb-3{padding-bottom:1.5rem!important}.mb-n3{margin-bottom:-1.5rem!important}.ml-3{margin-left:1.5rem!important}.pl-3{padding-left:1.5rem!important}.ml-n3{margin-left:-1.5rem!important}.pd-4{padding:2rem!important}.px-4{padding-left:2rem!important;padding-right:2rem!important}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}.md-4{margin:2rem!important}.mx-4{margin-left:2rem!important;margin-right:2rem!important}.my-4{margin-top:2rem!important;margin-bottom:2rem!important}.g-4{gap:2rem!important}.gr-4{row-gap:2rem!important}.gc-4{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.mt-4{margin-top:2rem!important}.pt-4{padding-top:2rem!important}.mt-n4{margin-top:-2rem!important}.mr-4{margin-right:2rem!important}.pr-4{padding-right:2rem!important}.mr-n4{margin-right:-2rem!important}.mb-4{margin-bottom:2rem!important}.pb-4{padding-bottom:2rem!important}.mb-n4{margin-bottom:-2rem!important}.ml-4{margin-left:2rem!important}.pl-4{padding-left:2rem!important}.ml-n4{margin-left:-2rem!important}.pd-5{padding:2.5rem!important}.px-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md-5{margin:2.5rem!important}.mx-5{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.g-5{gap:2.5rem!important}.gr-5{row-gap:2.5rem!important}.gc-5{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.mt-5{margin-top:2.5rem!important}.pt-5{padding-top:2.5rem!important}.mt-n5{margin-top:-2.5rem!important}.mr-5{margin-right:2.5rem!important}.pr-5{padding-right:2.5rem!important}.mr-n5{margin-right:-2.5rem!important}.mb-5{margin-bottom:2.5rem!important}.pb-5{padding-bottom:2.5rem!important}.mb-n5{margin-bottom:-2.5rem!important}.ml-5{margin-left:2.5rem!important}.pl-5{padding-left:2.5rem!important}.ml-n5{margin-left:-2.5rem!important}.pd-6{padding:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.md-6{margin:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.g-6{gap:3rem!important}.gr-6{row-gap:3rem!important}.gc-6{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.mt-6{margin-top:3rem!important}.pt-6{padding-top:3rem!important}.mt-n6{margin-top:-3rem!important}.mr-6{margin-right:3rem!important}.pr-6{padding-right:3rem!important}.mr-n6{margin-right:-3rem!important}.mb-6{margin-bottom:3rem!important}.pb-6{padding-bottom:3rem!important}.mb-n6{margin-bottom:-3rem!important}.ml-6{margin-left:3rem!important}.pl-6{padding-left:3rem!important}.ml-n6{margin-left:-3rem!important}.pd-8{padding:4rem!important}.px-8{padding-left:4rem!important;padding-right:4rem!important}.py-8{padding-top:4rem!important;padding-bottom:4rem!important}.md-8{margin:4rem!important}.mx-8{margin-left:4rem!important;margin-right:4rem!important}.my-8{margin-top:4rem!important;margin-bottom:4rem!important}.g-8{gap:4rem!important}.gr-8{row-gap:4rem!important}.gc-8{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.mt-8{margin-top:4rem!important}.pt-8{padding-top:4rem!important}.mt-n8{margin-top:-4rem!important}.mr-8{margin-right:4rem!important}.pr-8{padding-right:4rem!important}.mr-n8{margin-right:-4rem!important}.mb-8{margin-bottom:4rem!important}.pb-8{padding-bottom:4rem!important}.mb-n8{margin-bottom:-4rem!important}.ml-8{margin-left:4rem!important}.pl-8{padding-left:4rem!important}.ml-n8{margin-left:-4rem!important}.pd-10{padding:5rem!important}.px-10{padding-left:5rem!important;padding-right:5rem!important}.py-10{padding-top:5rem!important;padding-bottom:5rem!important}.md-10{margin:5rem!important}.mx-10{margin-left:5rem!important;margin-right:5rem!important}.my-10{margin-top:5rem!important;margin-bottom:5rem!important}.g-10{gap:5rem!important}.gr-10{row-gap:5rem!important}.gc-10{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.mt-10{margin-top:5rem!important}.pt-10{padding-top:5rem!important}.mt-n10{margin-top:-5rem!important}.mr-10{margin-right:5rem!important}.pr-10{padding-right:5rem!important}.mr-n10{margin-right:-5rem!important}.mb-10{margin-bottom:5rem!important}.pb-10{padding-bottom:5rem!important}.mb-n10{margin-bottom:-5rem!important}.ml-10{margin-left:5rem!important}.pl-10{padding-left:5rem!important}.ml-n10{margin-left:-5rem!important}.pd-12{padding:6rem!important}.px-12{padding-left:6rem!important;padding-right:6rem!important}.py-12{padding-top:6rem!important;padding-bottom:6rem!important}.md-12{margin:6rem!important}.mx-12{margin-left:6rem!important;margin-right:6rem!important}.my-12{margin-top:6rem!important;margin-bottom:6rem!important}.g-12{gap:6rem!important}.gr-12{row-gap:6rem!important}.gc-12{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.mt-12{margin-top:6rem!important}.pt-12{padding-top:6rem!important}.mt-n12{margin-top:-6rem!important}.mr-12{margin-right:6rem!important}.pr-12{padding-right:6rem!important}.mr-n12{margin-right:-6rem!important}.mb-12{margin-bottom:6rem!important}.pb-12{padding-bottom:6rem!important}.mb-n12{margin-bottom:-6rem!important}.ml-12{margin-left:6rem!important}.pl-12{padding-left:6rem!important}.ml-n12{margin-left:-6rem!important}.pd-16{padding:8rem!important}.px-16{padding-left:8rem!important;padding-right:8rem!important}.py-16{padding-top:8rem!important;padding-bottom:8rem!important}.md-16{margin:8rem!important}.mx-16{margin-left:8rem!important;margin-right:8rem!important}.my-16{margin-top:8rem!important;margin-bottom:8rem!important}.g-16{gap:8rem!important}.gr-16{row-gap:8rem!important}.gc-16{-webkit-column-gap:8rem!important;-moz-column-gap:8rem!important;column-gap:8rem!important}.mt-16{margin-top:8rem!important}.pt-16{padding-top:8rem!important}.mt-n16{margin-top:-8rem!important}.mr-16{margin-right:8rem!important}.pr-16{padding-right:8rem!important}.mr-n16{margin-right:-8rem!important}.mb-16{margin-bottom:8rem!important}.pb-16{padding-bottom:8rem!important}.mb-n16{margin-bottom:-8rem!important}.ml-16{margin-left:8rem!important}.pl-16{padding-left:8rem!important}.ml-n16{margin-left:-8rem!important}.pd-20{padding:10rem!important}.px-20{padding-left:10rem!important;padding-right:10rem!important}.py-20{padding-top:10rem!important;padding-bottom:10rem!important}.md-20{margin:10rem!important}.mx-20{margin-left:10rem!important;margin-right:10rem!important}.my-20{margin-top:10rem!important;margin-bottom:10rem!important}.g-20{gap:10rem!important}.gr-20{row-gap:10rem!important}.gc-20{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.mt-20{margin-top:10rem!important}.pt-20{padding-top:10rem!important}.mt-n20{margin-top:-10rem!important}.mr-20{margin-right:10rem!important}.pr-20{padding-right:10rem!important}.mr-n20{margin-right:-10rem!important}.mb-20{margin-bottom:10rem!important}.pb-20{padding-bottom:10rem!important}.mb-n20{margin-bottom:-10rem!important}.ml-20{margin-left:10rem!important}.pl-20{padding-left:10rem!important}.ml-n20{margin-left:-10rem!important}.pd-35{padding:17.5rem!important}.px-35{padding-left:17.5rem!important;padding-right:17.5rem!important}.py-35{padding-top:17.5rem!important;padding-bottom:17.5rem!important}.md-35{margin:17.5rem!important}.mx-35{margin-left:17.5rem!important;margin-right:17.5rem!important}.my-35{margin-top:17.5rem!important;margin-bottom:17.5rem!important}.g-35{gap:17.5rem!important}.gr-35{row-gap:17.5rem!important}.gc-35{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.mt-35{margin-top:17.5rem!important}.pt-35{padding-top:17.5rem!important}.mt-n35{margin-top:-17.5rem!important}.mr-35{margin-right:17.5rem!important}.pr-35{padding-right:17.5rem!important}.mr-n35{margin-right:-17.5rem!important}.mb-35{margin-bottom:17.5rem!important}.pb-35{padding-bottom:17.5rem!important}.mb-n35{margin-bottom:-17.5rem!important}.ml-35{margin-left:17.5rem!important}.pl-35{padding-left:17.5rem!important}.ml-n35{margin-left:-17.5rem!important}.pos-relative{position:relative}.pos-relative-i{position:relative!important}.pos-absolute{position:absolute}.pos-absolute-i{position:absolute!important}.pos-fixed{position:fixed}.pos-fixed-i{position:fixed!important}.pos-sticky{position:sticky}.pos-sticky-i{position:sticky!important}@media screen and (min-width:375px){.flex-xs-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-xs-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-xs-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.d-xs-inline-block{display:inline-block!important}.d-xs-inline{display:inline!important}.d-xs-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xs-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xs-block{display:block!important}.d-xs-none{display:none!important}.align-xs-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.justify-xs-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-xs-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-xs-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-xs-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.justify-xs-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-xs-space-between{-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.justify-xs-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-xs-space-around{-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around}.justify-xs-space-around{-ms-flex-pack:distribute;justify-content:space-around}.g-xs-0{gap:0!important}.pd-xs-0{padding:0!important}.px-xs-0{padding-left:0!important;padding-right:0!important}.py-xs-0{padding-top:0!important;padding-bottom:0!important}.md-xs-0{margin:0!important}.mx-xs-0{margin-left:0!important;margin-right:0!important}.my-xs-0{margin-bottom:0!important}.mt-xs-0,.my-xs-0{margin-top:0!important}.pt-xs-0{padding-top:0!important}.mr-xs-0{margin-right:0!important}.pr-xs-0{padding-right:0!important}.mb-xs-0{margin-bottom:0!important}.pb-xs-0{padding-bottom:0!important}.ml-xs-0{margin-left:0!important}.pl-xs-0{padding-left:0!important}.g-xs-1{gap:.5rem!important}.pd-xs-1{padding:.5rem!important}.px-xs-1{padding-left:.5rem!important;padding-right:.5rem!important}.py-xs-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.md-xs-1{margin:.5rem!important}.mx-xs-1{margin-left:.5rem!important;margin-right:.5rem!important}.my-xs-1{margin-bottom:.5rem!important}.mt-xs-1,.my-xs-1{margin-top:.5rem!important}.pt-xs-1{padding-top:.5rem!important}.mr-xs-1{margin-right:.5rem!important}.pr-xs-1{padding-right:.5rem!important}.mb-xs-1{margin-bottom:.5rem!important}.pb-xs-1{padding-bottom:.5rem!important}.ml-xs-1{margin-left:.5rem!important}.pl-xs-1{padding-left:.5rem!important}.g-xs-2{gap:1rem!important}.pd-xs-2{padding:1rem!important}.px-xs-2{padding-left:1rem!important;padding-right:1rem!important}.py-xs-2{padding-top:1rem!important;padding-bottom:1rem!important}.md-xs-2{margin:1rem!important}.mx-xs-2{margin-left:1rem!important;margin-right:1rem!important}.my-xs-2{margin-bottom:1rem!important}.mt-xs-2,.my-xs-2{margin-top:1rem!important}.pt-xs-2{padding-top:1rem!important}.mr-xs-2{margin-right:1rem!important}.pr-xs-2{padding-right:1rem!important}.mb-xs-2{margin-bottom:1rem!important}.pb-xs-2{padding-bottom:1rem!important}.ml-xs-2{margin-left:1rem!important}.pl-xs-2{padding-left:1rem!important}.g-xs-3{gap:1.5rem!important}.pd-xs-3{padding:1.5rem!important}.px-xs-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-xs-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md-xs-3{margin:1.5rem!important}.mx-xs-3{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-xs-3{margin-bottom:1.5rem!important}.mt-xs-3,.my-xs-3{margin-top:1.5rem!important}.pt-xs-3{padding-top:1.5rem!important}.mr-xs-3{margin-right:1.5rem!important}.pr-xs-3{padding-right:1.5rem!important}.mb-xs-3{margin-bottom:1.5rem!important}.pb-xs-3{padding-bottom:1.5rem!important}.ml-xs-3{margin-left:1.5rem!important}.pl-xs-3{padding-left:1.5rem!important}.g-xs-4{gap:2rem!important}.pd-xs-4{padding:2rem!important}.px-xs-4{padding-left:2rem!important;padding-right:2rem!important}.py-xs-4{padding-top:2rem!important;padding-bottom:2rem!important}.md-xs-4{margin:2rem!important}.mx-xs-4{margin-left:2rem!important;margin-right:2rem!important}.my-xs-4{margin-bottom:2rem!important}.mt-xs-4,.my-xs-4{margin-top:2rem!important}.pt-xs-4{padding-top:2rem!important}.mr-xs-4{margin-right:2rem!important}.pr-xs-4{padding-right:2rem!important}.mb-xs-4{margin-bottom:2rem!important}.pb-xs-4{padding-bottom:2rem!important}.ml-xs-4{margin-left:2rem!important}.pl-xs-4{padding-left:2rem!important}.g-xs-5{gap:2.5rem!important}.pd-xs-5{padding:2.5rem!important}.px-xs-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-xs-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md-xs-5{margin:2.5rem!important}.mx-xs-5{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-xs-5{margin-bottom:2.5rem!important}.mt-xs-5,.my-xs-5{margin-top:2.5rem!important}.pt-xs-5{padding-top:2.5rem!important}.mr-xs-5{margin-right:2.5rem!important}.pr-xs-5{padding-right:2.5rem!important}.mb-xs-5{margin-bottom:2.5rem!important}.pb-xs-5{padding-bottom:2.5rem!important}.ml-xs-5{margin-left:2.5rem!important}.pl-xs-5{padding-left:2.5rem!important}.g-xs-6{gap:3rem!important}.pd-xs-6{padding:3rem!important}.px-xs-6{padding-left:3rem!important;padding-right:3rem!important}.py-xs-6{padding-top:3rem!important;padding-bottom:3rem!important}.md-xs-6{margin:3rem!important}.mx-xs-6{margin-left:3rem!important;margin-right:3rem!important}.my-xs-6{margin-bottom:3rem!important}.mt-xs-6,.my-xs-6{margin-top:3rem!important}.pt-xs-6{padding-top:3rem!important}.mr-xs-6{margin-right:3rem!important}.pr-xs-6{padding-right:3rem!important}.mb-xs-6{margin-bottom:3rem!important}.pb-xs-6{padding-bottom:3rem!important}.ml-xs-6{margin-left:3rem!important}.pl-xs-6{padding-left:3rem!important}.g-xs-8{gap:4rem!important}.pd-xs-8{padding:4rem!important}.px-xs-8{padding-left:4rem!important;padding-right:4rem!important}.py-xs-8{padding-top:4rem!important;padding-bottom:4rem!important}.md-xs-8{margin:4rem!important}.mx-xs-8{margin-left:4rem!important;margin-right:4rem!important}.my-xs-8{margin-bottom:4rem!important}.mt-xs-8,.my-xs-8{margin-top:4rem!important}.pt-xs-8{padding-top:4rem!important}.mr-xs-8{margin-right:4rem!important}.pr-xs-8{padding-right:4rem!important}.mb-xs-8{margin-bottom:4rem!important}.pb-xs-8{padding-bottom:4rem!important}.ml-xs-8{margin-left:4rem!important}.pl-xs-8{padding-left:4rem!important}.g-xs-10{gap:5rem!important}.pd-xs-10{padding:5rem!important}.px-xs-10{padding-left:5rem!important;padding-right:5rem!important}.py-xs-10{padding-top:5rem!important;padding-bottom:5rem!important}.md-xs-10{margin:5rem!important}.mx-xs-10{margin-left:5rem!important;margin-right:5rem!important}.my-xs-10{margin-bottom:5rem!important}.mt-xs-10,.my-xs-10{margin-top:5rem!important}.pt-xs-10{padding-top:5rem!important}.mr-xs-10{margin-right:5rem!important}.pr-xs-10{padding-right:5rem!important}.mb-xs-10{margin-bottom:5rem!important}.pb-xs-10{padding-bottom:5rem!important}.ml-xs-10{margin-left:5rem!important}.pl-xs-10{padding-left:5rem!important}.g-xs-12{gap:6rem!important}.pd-xs-12{padding:6rem!important}.px-xs-12{padding-left:6rem!important;padding-right:6rem!important}.py-xs-12{padding-top:6rem!important;padding-bottom:6rem!important}.md-xs-12{margin:6rem!important}.mx-xs-12{margin-left:6rem!important;margin-right:6rem!important}.my-xs-12{margin-bottom:6rem!important}.mt-xs-12,.my-xs-12{margin-top:6rem!important}.pt-xs-12{padding-top:6rem!important}.mr-xs-12{margin-right:6rem!important}.pr-xs-12{padding-right:6rem!important}.mb-xs-12{margin-bottom:6rem!important}.pb-xs-12{padding-bottom:6rem!important}.ml-xs-12{margin-left:6rem!important}.pl-xs-12{padding-left:6rem!important}.g-xs-16{gap:8rem!important}.pd-xs-16{padding:8rem!important}.px-xs-16{padding-left:8rem!important;padding-right:8rem!important}.py-xs-16{padding-top:8rem!important;padding-bottom:8rem!important}.md-xs-16{margin:8rem!important}.mx-xs-16{margin-left:8rem!important;margin-right:8rem!important}.my-xs-16{margin-bottom:8rem!important}.mt-xs-16,.my-xs-16{margin-top:8rem!important}.pt-xs-16{padding-top:8rem!important}.mr-xs-16{margin-right:8rem!important}.pr-xs-16{padding-right:8rem!important}.mb-xs-16{margin-bottom:8rem!important}.pb-xs-16{padding-bottom:8rem!important}.ml-xs-16{margin-left:8rem!important}.pl-xs-16{padding-left:8rem!important}.g-xs-20{gap:10rem!important}.pd-xs-20{padding:10rem!important}.px-xs-20{padding-left:10rem!important;padding-right:10rem!important}.py-xs-20{padding-top:10rem!important;padding-bottom:10rem!important}.md-xs-20{margin:10rem!important}.mx-xs-20{margin-left:10rem!important;margin-right:10rem!important}.my-xs-20{margin-bottom:10rem!important}.mt-xs-20,.my-xs-20{margin-top:10rem!important}.pt-xs-20{padding-top:10rem!important}.mr-xs-20{margin-right:10rem!important}.pr-xs-20{padding-right:10rem!important}.mb-xs-20{margin-bottom:10rem!important}.pb-xs-20{padding-bottom:10rem!important}.ml-xs-20{margin-left:10rem!important}.pl-xs-20{padding-left:10rem!important}.g-xs-35{gap:17.5rem!important}.pd-xs-35{padding:17.5rem!important}.px-xs-35{padding-left:17.5rem!important;padding-right:17.5rem!important}.py-xs-35{padding-top:17.5rem!important;padding-bottom:17.5rem!important}.md-xs-35{margin:17.5rem!important}.mx-xs-35{margin-left:17.5rem!important;margin-right:17.5rem!important}.my-xs-35{margin-bottom:17.5rem!important}.mt-xs-35,.my-xs-35{margin-top:17.5rem!important}.pt-xs-35{padding-top:17.5rem!important}.mr-xs-35{margin-right:17.5rem!important}.pr-xs-35{padding-right:17.5rem!important}.mb-xs-35{margin-bottom:17.5rem!important}.pb-xs-35{padding-bottom:17.5rem!important}.ml-xs-35{margin-left:17.5rem!important}.pl-xs-35{padding-left:17.5rem!important}.pos-xs-relative{position:relative}.pos-xs-relative-i{position:relative!important}.pos-xs-absolute{position:absolute}.pos-xs-absolute-i{position:absolute!important}.pos-xs-fixed{position:fixed}.pos-xs-fixed-i{position:fixed!important}.pos-xs-sticky{position:sticky}.pos-xs-sticky-i{position:sticky!important}}@media screen and (min-width:768px){.flex-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-sm-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.g-sm-0{gap:0!important}.gr-sm-0{row-gap:0!important}.gc-sm-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.pd-sm-0{padding:0!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.md-sm-0{margin:0!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.my-sm-0{margin-bottom:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.pt-sm-0{padding-top:0!important}.mr-sm-0{margin-right:0!important}.pr-sm-0{padding-right:0!important}.mb-sm-0{margin-bottom:0!important}.pb-sm-0{padding-bottom:0!important}.ml-sm-0{margin-left:0!important}.pl-sm-0{padding-left:0!important}.g-sm-1{gap:.5rem!important}.gr-sm-1{row-gap:.5rem!important}.gc-sm-1{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.pd-sm-1{padding:.5rem!important}.px-sm-1{padding-left:.5rem!important;padding-right:.5rem!important}.py-sm-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.md-sm-1{margin:.5rem!important}.mx-sm-1{margin-left:.5rem!important;margin-right:.5rem!important}.my-sm-1{margin-bottom:.5rem!important}.mt-sm-1,.my-sm-1{margin-top:.5rem!important}.pt-sm-1{padding-top:.5rem!important}.mt-sm-n1{margin-top:-.5rem!important}.mr-sm-1{margin-right:.5rem!important}.pr-sm-1{padding-right:.5rem!important}.mr-sm-n1{margin-right:-.5rem!important}.mb-sm-1{margin-bottom:.5rem!important}.pb-sm-1{padding-bottom:.5rem!important}.mb-sm-n1{margin-bottom:-.5rem!important}.ml-sm-1{margin-left:.5rem!important}.pl-sm-1{padding-left:.5rem!important}.ml-sm-n1{margin-left:-.5rem!important}.g-sm-2{gap:1rem!important}.gr-sm-2{row-gap:1rem!important}.gc-sm-2{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.pd-sm-2{padding:1rem!important}.px-sm-2{padding-left:1rem!important;padding-right:1rem!important}.py-sm-2{padding-top:1rem!important;padding-bottom:1rem!important}.md-sm-2{margin:1rem!important}.mx-sm-2{margin-left:1rem!important;margin-right:1rem!important}.my-sm-2{margin-bottom:1rem!important}.mt-sm-2,.my-sm-2{margin-top:1rem!important}.pt-sm-2{padding-top:1rem!important}.mt-sm-n2{margin-top:-1rem!important}.mr-sm-2{margin-right:1rem!important}.pr-sm-2{padding-right:1rem!important}.mr-sm-n2{margin-right:-1rem!important}.mb-sm-2{margin-bottom:1rem!important}.pb-sm-2{padding-bottom:1rem!important}.mb-sm-n2{margin-bottom:-1rem!important}.ml-sm-2{margin-left:1rem!important}.pl-sm-2{padding-left:1rem!important}.ml-sm-n2{margin-left:-1rem!important}.g-sm-3{gap:1.5rem!important}.gr-sm-3{row-gap:1.5rem!important}.gc-sm-3{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.pd-sm-3{padding:1.5rem!important}.px-sm-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-sm-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md-sm-3{margin:1.5rem!important}.mx-sm-3{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-sm-3{margin-bottom:1.5rem!important}.mt-sm-3,.my-sm-3{margin-top:1.5rem!important}.pt-sm-3{padding-top:1.5rem!important}.mt-sm-n3{margin-top:-1.5rem!important}.mr-sm-3{margin-right:1.5rem!important}.pr-sm-3{padding-right:1.5rem!important}.mr-sm-n3{margin-right:-1.5rem!important}.mb-sm-3{margin-bottom:1.5rem!important}.pb-sm-3{padding-bottom:1.5rem!important}.mb-sm-n3{margin-bottom:-1.5rem!important}.ml-sm-3{margin-left:1.5rem!important}.pl-sm-3{padding-left:1.5rem!important}.ml-sm-n3{margin-left:-1.5rem!important}.g-sm-4{gap:2rem!important}.gr-sm-4{row-gap:2rem!important}.gc-sm-4{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.pd-sm-4{padding:2rem!important}.px-sm-4{padding-left:2rem!important;padding-right:2rem!important}.py-sm-4{padding-top:2rem!important;padding-bottom:2rem!important}.md-sm-4{margin:2rem!important}.mx-sm-4{margin-left:2rem!important;margin-right:2rem!important}.my-sm-4{margin-bottom:2rem!important}.mt-sm-4,.my-sm-4{margin-top:2rem!important}.pt-sm-4{padding-top:2rem!important}.mt-sm-n4{margin-top:-2rem!important}.mr-sm-4{margin-right:2rem!important}.pr-sm-4{padding-right:2rem!important}.mr-sm-n4{margin-right:-2rem!important}.mb-sm-4{margin-bottom:2rem!important}.pb-sm-4{padding-bottom:2rem!important}.mb-sm-n4{margin-bottom:-2rem!important}.ml-sm-4{margin-left:2rem!important}.pl-sm-4{padding-left:2rem!important}.ml-sm-n4{margin-left:-2rem!important}.g-sm-5{gap:2.5rem!important}.gr-sm-5{row-gap:2.5rem!important}.gc-sm-5{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.pd-sm-5{padding:2.5rem!important}.px-sm-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-sm-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md-sm-5{margin:2.5rem!important}.mx-sm-5{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-sm-5{margin-bottom:2.5rem!important}.mt-sm-5,.my-sm-5{margin-top:2.5rem!important}.pt-sm-5{padding-top:2.5rem!important}.mt-sm-n5{margin-top:-2.5rem!important}.mr-sm-5{margin-right:2.5rem!important}.pr-sm-5{padding-right:2.5rem!important}.mr-sm-n5{margin-right:-2.5rem!important}.mb-sm-5{margin-bottom:2.5rem!important}.pb-sm-5{padding-bottom:2.5rem!important}.mb-sm-n5{margin-bottom:-2.5rem!important}.ml-sm-5{margin-left:2.5rem!important}.pl-sm-5{padding-left:2.5rem!important}.ml-sm-n5{margin-left:-2.5rem!important}.g-sm-6{gap:3rem!important}.gr-sm-6{row-gap:3rem!important}.gc-sm-6{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.pd-sm-6{padding:3rem!important}.px-sm-6{padding-left:3rem!important;padding-right:3rem!important}.py-sm-6{padding-top:3rem!important;padding-bottom:3rem!important}.md-sm-6{margin:3rem!important}.mx-sm-6{margin-left:3rem!important;margin-right:3rem!important}.my-sm-6{margin-bottom:3rem!important}.mt-sm-6,.my-sm-6{margin-top:3rem!important}.pt-sm-6{padding-top:3rem!important}.mt-sm-n6{margin-top:-3rem!important}.mr-sm-6{margin-right:3rem!important}.pr-sm-6{padding-right:3rem!important}.mr-sm-n6{margin-right:-3rem!important}.mb-sm-6{margin-bottom:3rem!important}.pb-sm-6{padding-bottom:3rem!important}.mb-sm-n6{margin-bottom:-3rem!important}.ml-sm-6{margin-left:3rem!important}.pl-sm-6{padding-left:3rem!important}.ml-sm-n6{margin-left:-3rem!important}.g-sm-8{gap:4rem!important}.gr-sm-8{row-gap:4rem!important}.gc-sm-8{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.pd-sm-8{padding:4rem!important}.px-sm-8{padding-left:4rem!important;padding-right:4rem!important}.py-sm-8{padding-top:4rem!important;padding-bottom:4rem!important}.md-sm-8{margin:4rem!important}.mx-sm-8{margin-left:4rem!important;margin-right:4rem!important}.my-sm-8{margin-bottom:4rem!important}.mt-sm-8,.my-sm-8{margin-top:4rem!important}.pt-sm-8{padding-top:4rem!important}.mt-sm-n8{margin-top:-4rem!important}.mr-sm-8{margin-right:4rem!important}.pr-sm-8{padding-right:4rem!important}.mr-sm-n8{margin-right:-4rem!important}.mb-sm-8{margin-bottom:4rem!important}.pb-sm-8{padding-bottom:4rem!important}.mb-sm-n8{margin-bottom:-4rem!important}.ml-sm-8{margin-left:4rem!important}.pl-sm-8{padding-left:4rem!important}.ml-sm-n8{margin-left:-4rem!important}.g-sm-10{gap:5rem!important}.gr-sm-10{row-gap:5rem!important}.gc-sm-10{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.pd-sm-10{padding:5rem!important}.px-sm-10{padding-left:5rem!important;padding-right:5rem!important}.py-sm-10{padding-top:5rem!important;padding-bottom:5rem!important}.md-sm-10{margin:5rem!important}.mx-sm-10{margin-left:5rem!important;margin-right:5rem!important}.my-sm-10{margin-bottom:5rem!important}.mt-sm-10,.my-sm-10{margin-top:5rem!important}.pt-sm-10{padding-top:5rem!important}.mt-sm-n10{margin-top:-5rem!important}.mr-sm-10{margin-right:5rem!important}.pr-sm-10{padding-right:5rem!important}.mr-sm-n10{margin-right:-5rem!important}.mb-sm-10{margin-bottom:5rem!important}.pb-sm-10{padding-bottom:5rem!important}.mb-sm-n10{margin-bottom:-5rem!important}.ml-sm-10{margin-left:5rem!important}.pl-sm-10{padding-left:5rem!important}.ml-sm-n10{margin-left:-5rem!important}.g-sm-12{gap:6rem!important}.gr-sm-12{row-gap:6rem!important}.gc-sm-12{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.pd-sm-12{padding:6rem!important}.px-sm-12{padding-left:6rem!important;padding-right:6rem!important}.py-sm-12{padding-top:6rem!important;padding-bottom:6rem!important}.md-sm-12{margin:6rem!important}.mx-sm-12{margin-left:6rem!important;margin-right:6rem!important}.my-sm-12{margin-bottom:6rem!important}.mt-sm-12,.my-sm-12{margin-top:6rem!important}.pt-sm-12{padding-top:6rem!important}.mt-sm-n12{margin-top:-6rem!important}.mr-sm-12{margin-right:6rem!important}.pr-sm-12{padding-right:6rem!important}.mr-sm-n12{margin-right:-6rem!important}.mb-sm-12{margin-bottom:6rem!important}.pb-sm-12{padding-bottom:6rem!important}.mb-sm-n12{margin-bottom:-6rem!important}.ml-sm-12{margin-left:6rem!important}.pl-sm-12{padding-left:6rem!important}.ml-sm-n12{margin-left:-6rem!important}.g-sm-16{gap:8rem!important}.gr-sm-16{row-gap:8rem!important}.gc-sm-16{-webkit-column-gap:8rem!important;-moz-column-gap:8rem!important;column-gap:8rem!important}.pd-sm-16{padding:8rem!important}.px-sm-16{padding-left:8rem!important;padding-right:8rem!important}.py-sm-16{padding-top:8rem!important;padding-bottom:8rem!important}.md-sm-16{margin:8rem!important}.mx-sm-16{margin-left:8rem!important;margin-right:8rem!important}.my-sm-16{margin-bottom:8rem!important}.mt-sm-16,.my-sm-16{margin-top:8rem!important}.pt-sm-16{padding-top:8rem!important}.mt-sm-n16{margin-top:-8rem!important}.mr-sm-16{margin-right:8rem!important}.pr-sm-16{padding-right:8rem!important}.mr-sm-n16{margin-right:-8rem!important}.mb-sm-16{margin-bottom:8rem!important}.pb-sm-16{padding-bottom:8rem!important}.mb-sm-n16{margin-bottom:-8rem!important}.ml-sm-16{margin-left:8rem!important}.pl-sm-16{padding-left:8rem!important}.ml-sm-n16{margin-left:-8rem!important}.g-sm-20{gap:10rem!important}.gr-sm-20{row-gap:10rem!important}.gc-sm-20{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.pd-sm-20{padding:10rem!important}.px-sm-20{padding-left:10rem!important;padding-right:10rem!important}.py-sm-20{padding-top:10rem!important;padding-bottom:10rem!important}.md-sm-20{margin:10rem!important}.mx-sm-20{margin-left:10rem!important;margin-right:10rem!important}.my-sm-20{margin-bottom:10rem!important}.mt-sm-20,.my-sm-20{margin-top:10rem!important}.pt-sm-20{padding-top:10rem!important}.mt-sm-n20{margin-top:-10rem!important}.mr-sm-20{margin-right:10rem!important}.pr-sm-20{padding-right:10rem!important}.mr-sm-n20{margin-right:-10rem!important}.mb-sm-20{margin-bottom:10rem!important}.pb-sm-20{padding-bottom:10rem!important}.mb-sm-n20{margin-bottom:-10rem!important}.ml-sm-20{margin-left:10rem!important}.pl-sm-20{padding-left:10rem!important}.ml-sm-n20{margin-left:-10rem!important}.g-sm-35{gap:17.5rem!important}.gr-sm-35{row-gap:17.5rem!important}.gc-sm-35{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.pd-sm-35{padding:17.5rem!important}.px-sm-35{padding-left:17.5rem!important;padding-right:17.5rem!important}.py-sm-35{padding-top:17.5rem!important;padding-bottom:17.5rem!important}.md-sm-35{margin:17.5rem!important}.mx-sm-35{margin-left:17.5rem!important;margin-right:17.5rem!important}.my-sm-35{margin-bottom:17.5rem!important}.mt-sm-35,.my-sm-35{margin-top:17.5rem!important}.pt-sm-35{padding-top:17.5rem!important}.mt-sm-n35{margin-top:-17.5rem!important}.mr-sm-35{margin-right:17.5rem!important}.pr-sm-35{padding-right:17.5rem!important}.mr-sm-n35{margin-right:-17.5rem!important}.mb-sm-35{margin-bottom:17.5rem!important}.pb-sm-35{padding-bottom:17.5rem!important}.mb-sm-n35{margin-bottom:-17.5rem!important}.ml-sm-35{margin-left:17.5rem!important}.pl-sm-35{padding-left:17.5rem!important}.ml-sm-n35{margin-left:-17.5rem!important}.align-sm-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.justify-sm-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-sm-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-sm-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-sm-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.justify-sm-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-sm-space-between{-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.justify-sm-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-sm-space-around{-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around}.justify-sm-space-around{-ms-flex-pack:distribute;justify-content:space-around}.d-sm-inline-block{display:inline-block!important}.d-sm-inline{display:inline!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-block{display:block!important}.d-sm-none{display:none!important}.pos-sm-relative{position:relative}.pos-sm-relative-i{position:relative!important}.pos-sm-absolute{position:absolute}.pos-sm-absolute-i{position:absolute!important}.pos-sm-fixed{position:fixed}.pos-sm-fixed-i{position:fixed!important}.pos-sm-sticky{position:sticky}.pos-sm-sticky-i{position:sticky!important}}@media screen and (min-width:1024px){.flex-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-md-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-md-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.align-md-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.justify-md-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-md-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-md-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-md-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.justify-md-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-md-space-between{-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.justify-md-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-md-space-around{-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around}.justify-md-space-around{-ms-flex-pack:distribute;justify-content:space-around}.g-md-0{gap:0!important}.gr-md-0{row-gap:0!important}.gc-md-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.pd-md-0{padding:0!important}.px-md-0{padding-left:0!important;padding-right:0!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.md-md-0{margin:0!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.my-md-0{margin-bottom:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.pt-md-0{padding-top:0!important}.mr-md-0{margin-right:0!important}.pr-md-0{padding-right:0!important}.mb-md-0{margin-bottom:0!important}.pb-md-0{padding-bottom:0!important}.ml-md-0{margin-left:0!important}.pl-md-0{padding-left:0!important}.g-md-1{gap:.5rem!important}.gr-md-1{row-gap:.5rem!important}.gc-md-1{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.pd-md-1{padding:.5rem!important}.px-md-1{padding-left:.5rem!important;padding-right:.5rem!important}.py-md-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.md-md-1{margin:.5rem!important}.mx-md-1{margin-left:.5rem!important;margin-right:.5rem!important}.my-md-1{margin-bottom:.5rem!important}.mt-md-1,.my-md-1{margin-top:.5rem!important}.pt-md-1{padding-top:.5rem!important}.mt-md-n1{margin-top:-.5rem!important}.mr-md-1{margin-right:.5rem!important}.pr-md-1{padding-right:.5rem!important}.mr-md-n1{margin-right:-.5rem!important}.mb-md-1{margin-bottom:.5rem!important}.pb-md-1{padding-bottom:.5rem!important}.mb-md-n1{margin-bottom:-.5rem!important}.ml-md-1{margin-left:.5rem!important}.pl-md-1{padding-left:.5rem!important}.ml-md-n1{margin-left:-.5rem!important}.g-md-2{gap:1rem!important}.gr-md-2{row-gap:1rem!important}.gc-md-2{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.pd-md-2{padding:1rem!important}.px-md-2{padding-left:1rem!important;padding-right:1rem!important}.py-md-2{padding-top:1rem!important;padding-bottom:1rem!important}.md-md-2{margin:1rem!important}.mx-md-2{margin-left:1rem!important;margin-right:1rem!important}.my-md-2{margin-bottom:1rem!important}.mt-md-2,.my-md-2{margin-top:1rem!important}.pt-md-2{padding-top:1rem!important}.mt-md-n2{margin-top:-1rem!important}.mr-md-2{margin-right:1rem!important}.pr-md-2{padding-right:1rem!important}.mr-md-n2{margin-right:-1rem!important}.mb-md-2{margin-bottom:1rem!important}.pb-md-2{padding-bottom:1rem!important}.mb-md-n2{margin-bottom:-1rem!important}.ml-md-2{margin-left:1rem!important}.pl-md-2{padding-left:1rem!important}.ml-md-n2{margin-left:-1rem!important}.g-md-3{gap:1.5rem!important}.gr-md-3{row-gap:1.5rem!important}.gc-md-3{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.pd-md-3{padding:1.5rem!important}.px-md-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-md-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md-md-3{margin:1.5rem!important}.mx-md-3{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-md-3{margin-bottom:1.5rem!important}.mt-md-3,.my-md-3{margin-top:1.5rem!important}.pt-md-3{padding-top:1.5rem!important}.mt-md-n3{margin-top:-1.5rem!important}.mr-md-3{margin-right:1.5rem!important}.pr-md-3{padding-right:1.5rem!important}.mr-md-n3{margin-right:-1.5rem!important}.mb-md-3{margin-bottom:1.5rem!important}.pb-md-3{padding-bottom:1.5rem!important}.mb-md-n3{margin-bottom:-1.5rem!important}.ml-md-3{margin-left:1.5rem!important}.pl-md-3{padding-left:1.5rem!important}.ml-md-n3{margin-left:-1.5rem!important}.g-md-4{gap:2rem!important}.gr-md-4{row-gap:2rem!important}.gc-md-4{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.pd-md-4{padding:2rem!important}.px-md-4{padding-left:2rem!important;padding-right:2rem!important}.py-md-4{padding-top:2rem!important;padding-bottom:2rem!important}.md-md-4{margin:2rem!important}.mx-md-4{margin-left:2rem!important;margin-right:2rem!important}.my-md-4{margin-bottom:2rem!important}.mt-md-4,.my-md-4{margin-top:2rem!important}.pt-md-4{padding-top:2rem!important}.mt-md-n4{margin-top:-2rem!important}.mr-md-4{margin-right:2rem!important}.pr-md-4{padding-right:2rem!important}.mr-md-n4{margin-right:-2rem!important}.mb-md-4{margin-bottom:2rem!important}.pb-md-4{padding-bottom:2rem!important}.mb-md-n4{margin-bottom:-2rem!important}.ml-md-4{margin-left:2rem!important}.pl-md-4{padding-left:2rem!important}.ml-md-n4{margin-left:-2rem!important}.g-md-5{gap:2.5rem!important}.gr-md-5{row-gap:2.5rem!important}.gc-md-5{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.pd-md-5{padding:2.5rem!important}.px-md-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-md-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md-md-5{margin:2.5rem!important}.mx-md-5{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-md-5{margin-bottom:2.5rem!important}.mt-md-5,.my-md-5{margin-top:2.5rem!important}.pt-md-5{padding-top:2.5rem!important}.mt-md-n5{margin-top:-2.5rem!important}.mr-md-5{margin-right:2.5rem!important}.pr-md-5{padding-right:2.5rem!important}.mr-md-n5{margin-right:-2.5rem!important}.mb-md-5{margin-bottom:2.5rem!important}.pb-md-5{padding-bottom:2.5rem!important}.mb-md-n5{margin-bottom:-2.5rem!important}.ml-md-5{margin-left:2.5rem!important}.pl-md-5{padding-left:2.5rem!important}.ml-md-n5{margin-left:-2.5rem!important}.g-md-6{gap:3rem!important}.gr-md-6{row-gap:3rem!important}.gc-md-6{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.pd-md-6{padding:3rem!important}.px-md-6{padding-left:3rem!important;padding-right:3rem!important}.py-md-6{padding-top:3rem!important;padding-bottom:3rem!important}.md-md-6{margin:3rem!important}.mx-md-6{margin-left:3rem!important;margin-right:3rem!important}.my-md-6{margin-bottom:3rem!important}.mt-md-6,.my-md-6{margin-top:3rem!important}.pt-md-6{padding-top:3rem!important}.mt-md-n6{margin-top:-3rem!important}.mr-md-6{margin-right:3rem!important}.pr-md-6{padding-right:3rem!important}.mr-md-n6{margin-right:-3rem!important}.mb-md-6{margin-bottom:3rem!important}.pb-md-6{padding-bottom:3rem!important}.mb-md-n6{margin-bottom:-3rem!important}.ml-md-6{margin-left:3rem!important}.pl-md-6{padding-left:3rem!important}.ml-md-n6{margin-left:-3rem!important}.g-md-8{gap:4rem!important}.gr-md-8{row-gap:4rem!important}.gc-md-8{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.pd-md-8{padding:4rem!important}.px-md-8{padding-left:4rem!important;padding-right:4rem!important}.py-md-8{padding-top:4rem!important;padding-bottom:4rem!important}.md-md-8{margin:4rem!important}.mx-md-8{margin-left:4rem!important;margin-right:4rem!important}.my-md-8{margin-bottom:4rem!important}.mt-md-8,.my-md-8{margin-top:4rem!important}.pt-md-8{padding-top:4rem!important}.mt-md-n8{margin-top:-4rem!important}.mr-md-8{margin-right:4rem!important}.pr-md-8{padding-right:4rem!important}.mr-md-n8{margin-right:-4rem!important}.mb-md-8{margin-bottom:4rem!important}.pb-md-8{padding-bottom:4rem!important}.mb-md-n8{margin-bottom:-4rem!important}.ml-md-8{margin-left:4rem!important}.pl-md-8{padding-left:4rem!important}.ml-md-n8{margin-left:-4rem!important}.g-md-10{gap:5rem!important}.gr-md-10{row-gap:5rem!important}.gc-md-10{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.pd-md-10{padding:5rem!important}.px-md-10{padding-left:5rem!important;padding-right:5rem!important}.py-md-10{padding-top:5rem!important;padding-bottom:5rem!important}.md-md-10{margin:5rem!important}.mx-md-10{margin-left:5rem!important;margin-right:5rem!important}.my-md-10{margin-bottom:5rem!important}.mt-md-10,.my-md-10{margin-top:5rem!important}.pt-md-10{padding-top:5rem!important}.mt-md-n10{margin-top:-5rem!important}.mr-md-10{margin-right:5rem!important}.pr-md-10{padding-right:5rem!important}.mr-md-n10{margin-right:-5rem!important}.mb-md-10{margin-bottom:5rem!important}.pb-md-10{padding-bottom:5rem!important}.mb-md-n10{margin-bottom:-5rem!important}.ml-md-10{margin-left:5rem!important}.pl-md-10{padding-left:5rem!important}.ml-md-n10{margin-left:-5rem!important}.g-md-12{gap:6rem!important}.gr-md-12{row-gap:6rem!important}.gc-md-12{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.pd-md-12{padding:6rem!important}.px-md-12{padding-left:6rem!important;padding-right:6rem!important}.py-md-12{padding-top:6rem!important;padding-bottom:6rem!important}.md-md-12{margin:6rem!important}.mx-md-12{margin-left:6rem!important;margin-right:6rem!important}.my-md-12{margin-bottom:6rem!important}.mt-md-12,.my-md-12{margin-top:6rem!important}.pt-md-12{padding-top:6rem!important}.mt-md-n12{margin-top:-6rem!important}.mr-md-12{margin-right:6rem!important}.pr-md-12{padding-right:6rem!important}.mr-md-n12{margin-right:-6rem!important}.mb-md-12{margin-bottom:6rem!important}.pb-md-12{padding-bottom:6rem!important}.mb-md-n12{margin-bottom:-6rem!important}.ml-md-12{margin-left:6rem!important}.pl-md-12{padding-left:6rem!important}.ml-md-n12{margin-left:-6rem!important}.g-md-16{gap:8rem!important}.gr-md-16{row-gap:8rem!important}.gc-md-16{-webkit-column-gap:8rem!important;-moz-column-gap:8rem!important;column-gap:8rem!important}.pd-md-16{padding:8rem!important}.px-md-16{padding-left:8rem!important;padding-right:8rem!important}.py-md-16{padding-top:8rem!important;padding-bottom:8rem!important}.md-md-16{margin:8rem!important}.mx-md-16{margin-left:8rem!important;margin-right:8rem!important}.my-md-16{margin-bottom:8rem!important}.mt-md-16,.my-md-16{margin-top:8rem!important}.pt-md-16{padding-top:8rem!important}.mt-md-n16{margin-top:-8rem!important}.mr-md-16{margin-right:8rem!important}.pr-md-16{padding-right:8rem!important}.mr-md-n16{margin-right:-8rem!important}.mb-md-16{margin-bottom:8rem!important}.pb-md-16{padding-bottom:8rem!important}.mb-md-n16{margin-bottom:-8rem!important}.ml-md-16{margin-left:8rem!important}.pl-md-16{padding-left:8rem!important}.ml-md-n16{margin-left:-8rem!important}.g-md-20{gap:10rem!important}.gr-md-20{row-gap:10rem!important}.gc-md-20{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.pd-md-20{padding:10rem!important}.px-md-20{padding-left:10rem!important;padding-right:10rem!important}.py-md-20{padding-top:10rem!important;padding-bottom:10rem!important}.md-md-20{margin:10rem!important}.mx-md-20{margin-left:10rem!important;margin-right:10rem!important}.my-md-20{margin-bottom:10rem!important}.mt-md-20,.my-md-20{margin-top:10rem!important}.pt-md-20{padding-top:10rem!important}.mt-md-n20{margin-top:-10rem!important}.mr-md-20{margin-right:10rem!important}.pr-md-20{padding-right:10rem!important}.mr-md-n20{margin-right:-10rem!important}.mb-md-20{margin-bottom:10rem!important}.pb-md-20{padding-bottom:10rem!important}.mb-md-n20{margin-bottom:-10rem!important}.ml-md-20{margin-left:10rem!important}.pl-md-20{padding-left:10rem!important}.ml-md-n20{margin-left:-10rem!important}.g-md-35{gap:17.5rem!important}.gr-md-35{row-gap:17.5rem!important}.gc-md-35{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.pd-md-35{padding:17.5rem!important}.px-md-35{padding-left:17.5rem!important;padding-right:17.5rem!important}.py-md-35{padding-top:17.5rem!important;padding-bottom:17.5rem!important}.md-md-35{margin:17.5rem!important}.mx-md-35{margin-left:17.5rem!important;margin-right:17.5rem!important}.my-md-35{margin-bottom:17.5rem!important}.mt-md-35,.my-md-35{margin-top:17.5rem!important}.pt-md-35{padding-top:17.5rem!important}.mt-md-n35{margin-top:-17.5rem!important}.mr-md-35{margin-right:17.5rem!important}.pr-md-35{padding-right:17.5rem!important}.mr-md-n35{margin-right:-17.5rem!important}.mb-md-35{margin-bottom:17.5rem!important}.pb-md-35{padding-bottom:17.5rem!important}.mb-md-n35{margin-bottom:-17.5rem!important}.ml-md-35{margin-left:17.5rem!important}.pl-md-35{padding-left:17.5rem!important}.ml-md-n35{margin-left:-17.5rem!important}.d-md-inline-block{display:inline-block!important}.d-md-inline{display:inline!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-block{display:block!important}.d-md-none{display:none!important}.pos-md-relative{position:relative}.pos-md-relative-i{position:relative!important}.pos-md-absolute{position:absolute}.pos-md-absolute-i{position:absolute!important}.pos-md-fixed{position:fixed}.pos-md-fixed-i{position:fixed!important}.pos-md-sticky{position:sticky}.pos-md-sticky-i{position:sticky!important}}@media screen and (min-width:1450px){.flex-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.g-lg-0{gap:0!important}.gr-lg-0{row-gap:0!important}.gc-lg-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.pd-lg-0{padding:0!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.md-lg-0{margin:0!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.my-lg-0{margin-bottom:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.pt-lg-0{padding-top:0!important}.mr-lg-0{margin-right:0!important}.pr-lg-0{padding-right:0!important}.mb-lg-0{margin-bottom:0!important}.pb-lg-0{padding-bottom:0!important}.ml-lg-0{margin-left:0!important}.pl-lg-0{padding-left:0!important}.g-lg-1{gap:.5rem!important}.gr-lg-1{row-gap:.5rem!important}.gc-lg-1{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.pd-lg-1{padding:.5rem!important}.px-lg-1{padding-left:.5rem!important;padding-right:.5rem!important}.py-lg-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.md-lg-1{margin:.5rem!important}.mx-lg-1{margin-left:.5rem!important;margin-right:.5rem!important}.my-lg-1{margin-bottom:.5rem!important}.mt-lg-1,.my-lg-1{margin-top:.5rem!important}.pt-lg-1{padding-top:.5rem!important}.mt-lg-n1{margin-top:-.5rem!important}.mr-lg-1{margin-right:.5rem!important}.pr-lg-1{padding-right:.5rem!important}.mr-lg-n1{margin-right:-.5rem!important}.mb-lg-1{margin-bottom:.5rem!important}.pb-lg-1{padding-bottom:.5rem!important}.mb-lg-n1{margin-bottom:-.5rem!important}.ml-lg-1{margin-left:.5rem!important}.pl-lg-1{padding-left:.5rem!important}.ml-lg-n1{margin-left:-.5rem!important}.g-lg-2{gap:1rem!important}.gr-lg-2{row-gap:1rem!important}.gc-lg-2{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.pd-lg-2{padding:1rem!important}.px-lg-2{padding-left:1rem!important;padding-right:1rem!important}.py-lg-2{padding-top:1rem!important;padding-bottom:1rem!important}.md-lg-2{margin:1rem!important}.mx-lg-2{margin-left:1rem!important;margin-right:1rem!important}.my-lg-2{margin-bottom:1rem!important}.mt-lg-2,.my-lg-2{margin-top:1rem!important}.pt-lg-2{padding-top:1rem!important}.mt-lg-n2{margin-top:-1rem!important}.mr-lg-2{margin-right:1rem!important}.pr-lg-2{padding-right:1rem!important}.mr-lg-n2{margin-right:-1rem!important}.mb-lg-2{margin-bottom:1rem!important}.pb-lg-2{padding-bottom:1rem!important}.mb-lg-n2{margin-bottom:-1rem!important}.ml-lg-2{margin-left:1rem!important}.pl-lg-2{padding-left:1rem!important}.ml-lg-n2{margin-left:-1rem!important}.g-lg-3{gap:1.5rem!important}.gr-lg-3{row-gap:1.5rem!important}.gc-lg-3{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.pd-lg-3{padding:1.5rem!important}.px-lg-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-lg-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md-lg-3{margin:1.5rem!important}.mx-lg-3{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-lg-3{margin-bottom:1.5rem!important}.mt-lg-3,.my-lg-3{margin-top:1.5rem!important}.pt-lg-3{padding-top:1.5rem!important}.mt-lg-n3{margin-top:-1.5rem!important}.mr-lg-3{margin-right:1.5rem!important}.pr-lg-3{padding-right:1.5rem!important}.mr-lg-n3{margin-right:-1.5rem!important}.mb-lg-3{margin-bottom:1.5rem!important}.pb-lg-3{padding-bottom:1.5rem!important}.mb-lg-n3{margin-bottom:-1.5rem!important}.ml-lg-3{margin-left:1.5rem!important}.pl-lg-3{padding-left:1.5rem!important}.ml-lg-n3{margin-left:-1.5rem!important}.g-lg-4{gap:2rem!important}.gr-lg-4{row-gap:2rem!important}.gc-lg-4{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.pd-lg-4{padding:2rem!important}.px-lg-4{padding-left:2rem!important;padding-right:2rem!important}.py-lg-4{padding-top:2rem!important;padding-bottom:2rem!important}.md-lg-4{margin:2rem!important}.mx-lg-4{margin-left:2rem!important;margin-right:2rem!important}.my-lg-4{margin-bottom:2rem!important}.mt-lg-4,.my-lg-4{margin-top:2rem!important}.pt-lg-4{padding-top:2rem!important}.mt-lg-n4{margin-top:-2rem!important}.mr-lg-4{margin-right:2rem!important}.pr-lg-4{padding-right:2rem!important}.mr-lg-n4{margin-right:-2rem!important}.mb-lg-4{margin-bottom:2rem!important}.pb-lg-4{padding-bottom:2rem!important}.mb-lg-n4{margin-bottom:-2rem!important}.ml-lg-4{margin-left:2rem!important}.pl-lg-4{padding-left:2rem!important}.ml-lg-n4{margin-left:-2rem!important}.g-lg-5{gap:2.5rem!important}.gr-lg-5{row-gap:2.5rem!important}.gc-lg-5{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.pd-lg-5{padding:2.5rem!important}.px-lg-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-lg-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md-lg-5{margin:2.5rem!important}.mx-lg-5{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-lg-5{margin-bottom:2.5rem!important}.mt-lg-5,.my-lg-5{margin-top:2.5rem!important}.pt-lg-5{padding-top:2.5rem!important}.mt-lg-n5{margin-top:-2.5rem!important}.mr-lg-5{margin-right:2.5rem!important}.pr-lg-5{padding-right:2.5rem!important}.mr-lg-n5{margin-right:-2.5rem!important}.mb-lg-5{margin-bottom:2.5rem!important}.pb-lg-5{padding-bottom:2.5rem!important}.mb-lg-n5{margin-bottom:-2.5rem!important}.ml-lg-5{margin-left:2.5rem!important}.pl-lg-5{padding-left:2.5rem!important}.ml-lg-n5{margin-left:-2.5rem!important}.g-lg-6{gap:3rem!important}.gr-lg-6{row-gap:3rem!important}.gc-lg-6{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.pd-lg-6{padding:3rem!important}.px-lg-6{padding-left:3rem!important;padding-right:3rem!important}.py-lg-6{padding-top:3rem!important;padding-bottom:3rem!important}.md-lg-6{margin:3rem!important}.mx-lg-6{margin-left:3rem!important;margin-right:3rem!important}.my-lg-6{margin-bottom:3rem!important}.mt-lg-6,.my-lg-6{margin-top:3rem!important}.pt-lg-6{padding-top:3rem!important}.mt-lg-n6{margin-top:-3rem!important}.mr-lg-6{margin-right:3rem!important}.pr-lg-6{padding-right:3rem!important}.mr-lg-n6{margin-right:-3rem!important}.mb-lg-6{margin-bottom:3rem!important}.pb-lg-6{padding-bottom:3rem!important}.mb-lg-n6{margin-bottom:-3rem!important}.ml-lg-6{margin-left:3rem!important}.pl-lg-6{padding-left:3rem!important}.ml-lg-n6{margin-left:-3rem!important}.g-lg-8{gap:4rem!important}.gr-lg-8{row-gap:4rem!important}.gc-lg-8{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.pd-lg-8{padding:4rem!important}.px-lg-8{padding-left:4rem!important;padding-right:4rem!important}.py-lg-8{padding-top:4rem!important;padding-bottom:4rem!important}.md-lg-8{margin:4rem!important}.mx-lg-8{margin-left:4rem!important;margin-right:4rem!important}.my-lg-8{margin-bottom:4rem!important}.mt-lg-8,.my-lg-8{margin-top:4rem!important}.pt-lg-8{padding-top:4rem!important}.mt-lg-n8{margin-top:-4rem!important}.mr-lg-8{margin-right:4rem!important}.pr-lg-8{padding-right:4rem!important}.mr-lg-n8{margin-right:-4rem!important}.mb-lg-8{margin-bottom:4rem!important}.pb-lg-8{padding-bottom:4rem!important}.mb-lg-n8{margin-bottom:-4rem!important}.ml-lg-8{margin-left:4rem!important}.pl-lg-8{padding-left:4rem!important}.ml-lg-n8{margin-left:-4rem!important}.g-lg-10{gap:5rem!important}.gr-lg-10{row-gap:5rem!important}.gc-lg-10{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.pd-lg-10{padding:5rem!important}.px-lg-10{padding-left:5rem!important;padding-right:5rem!important}.py-lg-10{padding-top:5rem!important;padding-bottom:5rem!important}.md-lg-10{margin:5rem!important}.mx-lg-10{margin-left:5rem!important;margin-right:5rem!important}.my-lg-10{margin-bottom:5rem!important}.mt-lg-10,.my-lg-10{margin-top:5rem!important}.pt-lg-10{padding-top:5rem!important}.mt-lg-n10{margin-top:-5rem!important}.mr-lg-10{margin-right:5rem!important}.pr-lg-10{padding-right:5rem!important}.mr-lg-n10{margin-right:-5rem!important}.mb-lg-10{margin-bottom:5rem!important}.pb-lg-10{padding-bottom:5rem!important}.mb-lg-n10{margin-bottom:-5rem!important}.ml-lg-10{margin-left:5rem!important}.pl-lg-10{padding-left:5rem!important}.ml-lg-n10{margin-left:-5rem!important}.g-lg-12{gap:6rem!important}.gr-lg-12{row-gap:6rem!important}.gc-lg-12{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.pd-lg-12{padding:6rem!important}.px-lg-12{padding-left:6rem!important;padding-right:6rem!important}.py-lg-12{padding-top:6rem!important;padding-bottom:6rem!important}.md-lg-12{margin:6rem!important}.mx-lg-12{margin-left:6rem!important;margin-right:6rem!important}.my-lg-12{margin-bottom:6rem!important}.mt-lg-12,.my-lg-12{margin-top:6rem!important}.pt-lg-12{padding-top:6rem!important}.mt-lg-n12{margin-top:-6rem!important}.mr-lg-12{margin-right:6rem!important}.pr-lg-12{padding-right:6rem!important}.mr-lg-n12{margin-right:-6rem!important}.mb-lg-12{margin-bottom:6rem!important}.pb-lg-12{padding-bottom:6rem!important}.mb-lg-n12{margin-bottom:-6rem!important}.ml-lg-12{margin-left:6rem!important}.pl-lg-12{padding-left:6rem!important}.ml-lg-n12{margin-left:-6rem!important}.g-lg-16{gap:8rem!important}.gr-lg-16{row-gap:8rem!important}.gc-lg-16{-webkit-column-gap:8rem!important;-moz-column-gap:8rem!important;column-gap:8rem!important}.pd-lg-16{padding:8rem!important}.px-lg-16{padding-left:8rem!important;padding-right:8rem!important}.py-lg-16{padding-top:8rem!important;padding-bottom:8rem!important}.md-lg-16{margin:8rem!important}.mx-lg-16{margin-left:8rem!important;margin-right:8rem!important}.my-lg-16{margin-bottom:8rem!important}.mt-lg-16,.my-lg-16{margin-top:8rem!important}.pt-lg-16{padding-top:8rem!important}.mt-lg-n16{margin-top:-8rem!important}.mr-lg-16{margin-right:8rem!important}.pr-lg-16{padding-right:8rem!important}.mr-lg-n16{margin-right:-8rem!important}.mb-lg-16{margin-bottom:8rem!important}.pb-lg-16{padding-bottom:8rem!important}.mb-lg-n16{margin-bottom:-8rem!important}.ml-lg-16{margin-left:8rem!important}.pl-lg-16{padding-left:8rem!important}.ml-lg-n16{margin-left:-8rem!important}.g-lg-20{gap:10rem!important}.gr-lg-20{row-gap:10rem!important}.gc-lg-20{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.pd-lg-20{padding:10rem!important}.px-lg-20{padding-left:10rem!important;padding-right:10rem!important}.py-lg-20{padding-top:10rem!important;padding-bottom:10rem!important}.md-lg-20{margin:10rem!important}.mx-lg-20{margin-left:10rem!important;margin-right:10rem!important}.my-lg-20{margin-bottom:10rem!important}.mt-lg-20,.my-lg-20{margin-top:10rem!important}.pt-lg-20{padding-top:10rem!important}.mt-lg-n20{margin-top:-10rem!important}.mr-lg-20{margin-right:10rem!important}.pr-lg-20{padding-right:10rem!important}.mr-lg-n20{margin-right:-10rem!important}.mb-lg-20{margin-bottom:10rem!important}.pb-lg-20{padding-bottom:10rem!important}.mb-lg-n20{margin-bottom:-10rem!important}.ml-lg-20{margin-left:10rem!important}.pl-lg-20{padding-left:10rem!important}.ml-lg-n20{margin-left:-10rem!important}.g-lg-35{gap:17.5rem!important}.gr-lg-35{row-gap:17.5rem!important}.gc-lg-35{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.pd-lg-35{padding:17.5rem!important}.px-lg-35{padding-left:17.5rem!important;padding-right:17.5rem!important}.py-lg-35{padding-top:17.5rem!important;padding-bottom:17.5rem!important}.md-lg-35{margin:17.5rem!important}.mx-lg-35{margin-left:17.5rem!important;margin-right:17.5rem!important}.my-lg-35{margin-bottom:17.5rem!important}.mt-lg-35,.my-lg-35{margin-top:17.5rem!important}.pt-lg-35{padding-top:17.5rem!important}.mt-lg-n35{margin-top:-17.5rem!important}.mr-lg-35{margin-right:17.5rem!important}.pr-lg-35{padding-right:17.5rem!important}.mr-lg-n35{margin-right:-17.5rem!important}.mb-lg-35{margin-bottom:17.5rem!important}.pb-lg-35{padding-bottom:17.5rem!important}.mb-lg-n35{margin-bottom:-17.5rem!important}.ml-lg-35{margin-left:17.5rem!important}.pl-lg-35{padding-left:17.5rem!important}.ml-lg-n35{margin-left:-17.5rem!important}.d-lg-inline-block{display:inline-block!important}.d-lg-inline{display:inline!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-block{display:block!important}.d-lg-none{display:none!important}.pos-lg-relative{position:relative}.pos-lg-relative-i{position:relative!important}.pos-lg-absolute{position:absolute}.pos-lg-absolute-i{position:absolute!important}.pos-lg-fixed{position:fixed}.pos-lg-fixed-i{position:fixed!important}.pos-lg-sticky{position:sticky}.pos-lg-sticky-i{position:sticky!important}}.elevation-0{-webkit-box-shadow:none!important;box-shadow:none!important}.elevation-1{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2)!important;box-shadow:0 1px 2px rgba(0,0,0,.2)!important}.elevation-2{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.elevation-12{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.elevation-24{-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.elevation-card{-webkit-box-shadow:2px 6px 18px hsla(0,0%,46.7%,.2)!important;box-shadow:2px 6px 18px hsla(0,0%,46.7%,.2)!important}:root{--elevation-1:0 1px 2px rgba(0,0,0,0.2);--elevation-2:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);--elevation-12:0 7px 8px -4px rgba(0,0,0,0.2),0 12px 17px 2px rgba(0,0,0,0.14),0 5px 22px 4px rgba(0,0,0,0.12);--elevation-24:0 11px 15px -7px rgba(0,0,0,0.2),0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12);--elevation-card:2px 6px 18px hsla(0,0%,46.7%,0.2)}.rounded-0{border-radius:0!important}.rounded-t-0{border-radius:0 0 0 0!important}.rounded{border-radius:.25rem!important}.rounded-t{border-radius:.25rem .25rem 0 0!important}.rounded-2{border-radius:.5rem!important}.rounded-t-2{border-radius:.5rem .5rem 0 0!important}.rounded-4{border-radius:1rem!important}.rounded-t-4{border-radius:1rem 1rem 0 0!important}.rounded-8{border-radius:2rem!important}.rounded-t-8{border-radius:2rem 2rem 0 0!important}.rounded-pill{border-radius:9999px!important}.rounded-t-pill{border-radius:9999px 9999px 0 0!important}.rounded-circle{border-radius:50%!important}.rounded-t-circle{border-radius:50% 50% 0 0!important}@media screen and (min-width:768px){.rounded-sm-0{border-radius:0!important}.rounded-sm-t-0{border-radius:0 0 0 0!important}.rounded-sm{border-radius:.25rem!important}.rounded-sm-t{border-radius:.25rem .25rem 0 0!important}.rounded-sm-2{border-radius:.5rem!important}.rounded-sm-t-2{border-radius:.5rem .5rem 0 0!important}.rounded-sm-4{border-radius:1rem!important}.rounded-sm-t-4{border-radius:1rem 1rem 0 0!important}.rounded-sm-8{border-radius:2rem!important}.rounded-sm-t-8{border-radius:2rem 2rem 0 0!important}.rounded-sm-pill{border-radius:9999px!important}.rounded-sm-t-pill{border-radius:9999px 9999px 0 0!important}.rounded-sm-circle{border-radius:50%!important}.rounded-sm-t-circle{border-radius:50% 50% 0 0!important}}@media screen and (min-width:1024px){.rounded-md-0{border-radius:0!important}.rounded-md-t-0{border-radius:0 0 0 0!important}.rounded-md{border-radius:.25rem!important}.rounded-md-t{border-radius:.25rem .25rem 0 0!important}.rounded-md-2{border-radius:.5rem!important}.rounded-md-t-2{border-radius:.5rem .5rem 0 0!important}.rounded-md-4{border-radius:1rem!important}.rounded-md-t-4{border-radius:1rem 1rem 0 0!important}.rounded-md-8{border-radius:2rem!important}.rounded-md-t-8{border-radius:2rem 2rem 0 0!important}.rounded-md-pill{border-radius:9999px!important}.rounded-md-t-pill{border-radius:9999px 9999px 0 0!important}.rounded-md-circle{border-radius:50%!important}.rounded-md-t-circle{border-radius:50% 50% 0 0!important}}.v-app{max-width:100vw!important;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex}.v-app.content footer,.v-app.content header{display:none!important}.v-app.content .v-app__content-wrap,.v-app.content .v-app__wrapper{padding:0!important}.v-app__header{z-index:500;left:0;right:0;height:60px}.v-app__header,.v-app__side{position:fixed;background:#fff;color:#666}.v-app__side{z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:280px;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:-webkit-transform .2s cubic-bezier(.37,.79,.56,.99),-webkit-box-shadow .2s cubic-bezier(.37,.79,.56,.99);transition:-webkit-transform .2s cubic-bezier(.37,.79,.56,.99),-webkit-box-shadow .2s cubic-bezier(.37,.79,.56,.99);transition:transform .2s cubic-bezier(.37,.79,.56,.99),box-shadow .2s cubic-bezier(.37,.79,.56,.99);transition:transform .2s cubic-bezier(.37,.79,.56,.99),box-shadow .2s cubic-bezier(.37,.79,.56,.99),-webkit-transform .2s cubic-bezier(.37,.79,.56,.99),-webkit-box-shadow .2s cubic-bezier(.37,.79,.56,.99);height:100%}.v-app__side .v-region-select__list{max-height:50vh;overflow:auto}.v-app__wrapper{padding-top:60px;padding-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.v-app__content{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.v-app__footer{background:#fff;color:#666}.v-app__cookies{position:fixed;z-index:1000;left:0;width:100%;bottom:0;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.v-app__cookies--inner{pointer-events:all}.v-app__mobile{z-index:998;position:fixed;width:100%;height:0;bottom:0;background:#f7f7f7;color:#666}@media screen and (min-width:1024px){.v-app__header{height:70px;left:240px}.v-app__side{-webkit-transform:none;transform:none;width:240px;position:static;height:auto}.v-app__cookies{padding-left:240px}.v-app__wrapper{padding-top:70px;padding-bottom:0}.v-app__mobile{display:none}}html.drawer{overflow-y:hidden}html.drawer .v-app__side{-webkit-transform:translateZ(0);transform:translateZ(0)}.container{width:100%;max-width:100vw;padding:1rem}.container:not(.fluid){margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.container:not(.fluid){max-width:100vw}}@media screen and (min-width:1024px){.container:not(.fluid){max-width:1000px}}@media screen and (min-width:1450px){.container:not(.fluid){max-width:100vw;max-width:1200px}}.v-divider{border:solid rgba(0,0,0,.12);border-width:thin 0 0 0;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;margin:0}.v-pinned{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.v-pinned__inner{will-change:transform}.v-spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.v-spacer.grow-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.v-spacer.grow-3{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.v-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.4);will-change:opacity;opacity:1}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .2s;transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:-.25rem}@media screen and (min-width:1024px){.row{margin:-.5rem}}.col{width:100%;padding:.25rem}.col-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-4,.col-6{-webkit-box-flex:0}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-8,.col-12{-webkit-box-flex:0}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:375px){.col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px){.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1024px){.col{padding:.5rem}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1450px){.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:1900px){.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.col>.v-card{height:100%}.text--white{color:#fff!important}.bg--white{background-color:#fff!important}.border--white{-webkit-box-shadow:0 0 1px 1px #fff!important;box-shadow:0 0 1px 1px #fff!important}.text--primary{color:#ff9b37!important}.bg--primary{background-color:#ff9b37!important}.border--primary{-webkit-box-shadow:0 0 1px 1px #ff9b37!important;box-shadow:0 0 1px 1px #ff9b37!important}.text--secondary{color:#ff463c!important}.bg--secondary{background-color:#ff463c!important}.border--secondary{-webkit-box-shadow:0 0 1px 1px #ff463c!important;box-shadow:0 0 1px 1px #ff463c!important}.text--third{color:#82be00!important}.bg--third{background-color:#82be00!important}.border--third{-webkit-box-shadow:0 0 1px 1px #82be00!important;box-shadow:0 0 1px 1px #82be00!important}.text--forth{color:#be0050!important}.bg--forth{background-color:#be0050!important}.border--forth{-webkit-box-shadow:0 0 1px 1px #be0050!important;box-shadow:0 0 1px 1px #be0050!important}.text--accent{color:#82b1ff!important}.bg--accent{background-color:#82b1ff!important}.border--accent{-webkit-box-shadow:0 0 1px 1px #82b1ff!important;box-shadow:0 0 1px 1px #82b1ff!important}.text--error{color:#ff5252!important}.bg--error{background-color:#ff5252!important}.border--error{-webkit-box-shadow:0 0 1px 1px #ff5252!important;box-shadow:0 0 1px 1px #ff5252!important}.text--info{color:#2196f3!important}.bg--info{background-color:#2196f3!important}.border--info{-webkit-box-shadow:0 0 1px 1px #2196f3!important;box-shadow:0 0 1px 1px #2196f3!important}.text--success{color:#4caf50!important}.bg--success{background-color:#4caf50!important}.border--success{-webkit-box-shadow:0 0 1px 1px #4caf50!important;box-shadow:0 0 1px 1px #4caf50!important}.text--warning{color:#ffc107!important}.bg--warning{background-color:#ffc107!important}.border--warning{-webkit-box-shadow:0 0 1px 1px #ffc107!important;box-shadow:0 0 1px 1px #ffc107!important}.text--ukrop{color:#7fb740!important}.bg--ukrop{background-color:#7fb740!important}.border--ukrop{-webkit-box-shadow:0 0 1px 1px #7fb740!important;box-shadow:0 0 1px 1px #7fb740!important}.text--dark-grey{color:#666!important}.bg--dark-grey{background-color:#666!important}.border--dark-grey{-webkit-box-shadow:0 0 1px 1px #666!important;box-shadow:0 0 1px 1px #666!important}.text--grey{color:#aaa!important}.bg--grey{background-color:#aaa!important}.border--grey{-webkit-box-shadow:0 0 1px 1px #aaa!important;box-shadow:0 0 1px 1px #aaa!important}.text--light-grey{color:#ebebeb!important}.bg--light-grey{background-color:#ebebeb!important}.border--light-grey{-webkit-box-shadow:0 0 1px 1px #ebebeb!important;box-shadow:0 0 1px 1px #ebebeb!important}.v-card{width:100%;background:#fff}.v-card>:first-child:not(.v-btn),.v-card>a:first-child>:first-child:not(.v-btn),.v-card>a:first-child picture:first-child img,.v-card>form>:first-child:not(.v-btn),.v-card>picture:first-child img{border-top-left-radius:inherit;border-top-right-radius:inherit}.v-card>:last-child:not(.v-btn),.v-card>a:last-child>:last-child:not(.v-btn),.v-card>a:last-child picture:last-child img,.v-card>form>:last-child:not(.v-btn),.v-card>picture:last-child img{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-card--outlined{border:1px solid #ddd}.v-card__title{padding:1rem 1.25rem;font-size:1.25rem}.v-card__text{padding:.75rem 1.25rem}.v-card__actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75rem}.v-ripple__container{border-radius:inherit;width:100%;height:100%;z-index:0;contain:strict}.v-ripple__animation,.v-ripple__container{color:inherit;position:absolute;left:0;top:0;overflow:hidden;pointer-events:none}.v-ripple__animation{border-radius:50%;background:currentColor;opacity:0;will-change:transform,opacity}.v-ripple__animation--enter{-webkit-transition:none;transition:none}.v-ripple__animation--in{-webkit-transition:opacity .1s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:opacity .1s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)}.v-ripple__animation--out{-webkit-transition:opacity .2s cubic-bezier(.4,0,.2,1);transition:opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn{background:transparent;color:var(--color-app-text);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-family:inherit;font-size:inherit;font-weight:400;outline:0;text-decoration:none;-webkit-transition-duration:.28s;transition-duration:.28s;-webkit-transition-property:opacity,-webkit-box-shadow,-webkit-transform;transition-property:opacity,-webkit-box-shadow,-webkit-transform;transition-property:box-shadow,transform,opacity;transition-property:box-shadow,transform,opacity,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;padding:0 .5em .1em;height:var(--size)}@media screen and (min-width:768px){.v-btn{padding:0 1em .1em}}.v-btn__content{width:100%;height:100%}.v-btn--small{--size:1.8rem;font-size:1rem}.v-btn--normal{--size:2.2rem;font-size:1.1rem}.v-btn--large{--size:2.6rem;font-size:1.2rem;padding:0 1em .1em}.v-btn svg{height:50%}.v-btn--tile{padding:.25em;width:var(--size)}.v-btn:disabled .v-btn__content{opacity:.5}.v-btn--outlined{border:thin solid currentColor}.v-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;width:100%;max-width:100%;pointer-events:auto;will-change:transition,transform,box-shadow;-webkit-transform-origin:center 20%;transform-origin:center 20%}.v-dialog>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.v-dialog__wrapper{position:fixed;z-index:9999;overflow-y:scroll}.v-dialog__overlay{position:fixed;background:rgba(0,0,0,.4);cursor:pointer;pointer-events:auto;will-change:opacity}.v-dialog__overlay,.v-dialog__wrapper{top:0;left:0;width:100%;height:100%}.v-dialog__container{width:100%;min-height:100%}.v-dialog.map{position:relative;width:100vw;height:100vh;overflow:hidden}.v-dialog.map.hide .v-card{-webkit-transform:translateY(65%);transform:translateY(65%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.v-dialog.map .v-delivery-address__map{background-color:grey;position:absolute;top:0;left:0;right:0;height:calc(100vh + 40px);z-index:1;-webkit-transition:height 0s .15s;transition:height 0s .15s}.v-dialog.map .v-card{border-radius:1rem 1rem 0 0;position:fixed;height:50vh;bottom:0;left:0;right:0;z-index:2;overflow:hidden;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.v-dialog.map .v-delivery-address__fields{max-height:calc(50vh - 97px);overflow:auto}@media screen and (min-width:768px){.v-dialog.map.hide .v-card{-webkit-transform:translateX(-50%) translateY(65%);transform:translateX(-50%) translateY(65%)}.v-dialog.map .v-delivery-address__map{height:calc(100vh + 40px)}.v-dialog.map .v-card{border-radius:1rem;position:absolute;height:unset;bottom:10px;left:50%;right:unset;max-width:800px;overflow:hidden;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.v-dialog.map .v-delivery-address__fields{max-height:calc(50vh - 97px);overflow:auto}}.dialog-enter-active,.dialog-leave-active{-webkit-transition:all .3s;transition:all .3s}.dialog-enter-to .v-dialog{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:transform .24s cubic-bezier(.37,.79,.56,.99)!important;transition:transform .24s cubic-bezier(.37,.79,.56,.99)!important}.dialog-enter-to .v-dialog__overlay{opacity:1;-webkit-transition:opacity .24s cubic-bezier(.37,.79,.56,.99)!important;transition:opacity .24s cubic-bezier(.37,.79,.56,.99)!important}.dialog-enter .v-dialog,.dialog-leave-to .v-dialog{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all .4s cubic-bezier(.37,.79,.56,.99)!important;transition:all .4s cubic-bezier(.37,.79,.56,.99)!important}.dialog-enter .v-dialog__overlay,.dialog-leave-to .v-dialog__overlay{opacity:0;-webkit-transition:opacity .4s cubic-bezier(.37,.79,.56,.99)!important;transition:opacity .4s cubic-bezier(.37,.79,.56,.99)!important}.v-image{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-image__inner{position:relative;height:0}.v-image__inner img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;color:transparent!important}.v-image__content{position:absolute;pointer-events:revert;z-index:1;left:0;top:0;right:0;bottom:0}.v-image .v-skeleton{position:absolute;height:100%;width:100%;background:#eee}.v-input{font-size:1rem;height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;--size:2.6rem}.v-input__wrapper{position:relative}.v-input__control,.v-input__wrapper{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.v-input__control label{-webkit-box-flex:1;-ms-flex:1;flex:1}.v-input__label{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;font-size:inherit;left:.5rem;width:90%;color:#666;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;top:50%;margin-top:-.6em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-input__label-active .v-input__label{-webkit-transform:scale(.7) translateY(-.7em);transform:scale(.7) translateY(-.7em)}.v-input input{border:0}.v-input input,.v-input textarea{color:#666;width:100%;height:var(--size);font-size:inherit;padding:0 .5rem;background:none}.v-input textarea{border:0;outline:none;-moz-appearance:none;border:none;resize:none}.v-input__padding{--size:3rem}.v-input__padding input{padding-top:1.1rem}.v-input__padding textarea{padding-top:1.3rem;padding-bottom:2px}.v-input .vs__dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.v-input .vs__dropdown-menu{position:absolute;z-index:99;top:100%;width:100%;margin:1px 0 0;background:#fff;-webkit-box-shadow:0 6px 8px rgba(0,0,0,.3);box-shadow:0 6px 8px rgba(0,0,0,.3);max-height:24rem;overflow-y:auto}.v-input .vs__dropdown-option{padding:0 1rem;line-height:1;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.v-input .vs__dropdown-option:hover{cursor:pointer}.v-input .vs__dropdown-option--highlight{background:#ff9b37;color:#fff}.v-input .vs__selected{position:absolute;pointer-events:none;height:100%;width:calc(100% - 1rem);left:.5rem;padding-top:1.4em;white-space:nowrap;overflow:hidden}.v-input .vs__selected-options{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.v-input .vs--open .vs__selected{opacity:.4}.v-input .vs--searching .vs__selected,.v-input .vs__actions{display:none}.v-input .vs__no-options{text-align:center;padding:1rem;background:#fff}.v-input input[type=search]{-webkit-appearance:textfield}.v-input input[type=search]::-webkit-search-cancel-button,.v-input input[type=search]::-webkit-search-decoration,.v-input input[type=search]::-webkit-search-results-button,.v-input input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.v-radio{position:relative;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:1rem}.v-radio,.v-radio label{-webkit-box-flex:1;-webkit-box-align:center;align-items:center}.v-radio label{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-align:center;cursor:pointer}.v-radio__point{display:block;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;min-width:20px;height:20px;border-radius:50%;background:#eee;margin-right:.5rem;border:2px solid #ddd}.v-radio__point i{border:8px solid #fff;display:block;width:100%;height:100%;border-radius:50%;background:#ff9b37;-webkit-transition:.2s;transition:.2s}.v-radio__label{line-height:1;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.v-radio__append{margin-left:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v-radio>label>input{position:absolute;left:-9999px}.v-radio>label>input:checked+.v-radio__point i{border-width:2px}.v-radio.disabled{cursor:default}.v-radio.disabled .v-radio__point{border-color:#f8f8f8}.v-radio.disabled .v-radio__point i{color:#eee}.v-radio.disabled .v-radio__label{color:#ccc}.v-switch{height:32px;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-switch input{position:absolute;left:-9999px}.v-switch i{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 42px;flex:0 0 42px;border:1px solid #aaa;margin-right:.5rem;height:22px;background-color:#ddd;border-radius:11px;-webkit-transition:background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1);transition:background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1);will-change:background-color,border-color}.v-switch i:before{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;-webkit-transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);will-change:transoform}.v-switch input:checked+i{background-color:#ff9b37;border-color:#ff9b37}.v-switch input:checked+i:before{-webkit-transform:translateX(20px);transform:translateX(20px)}.v-switch span{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;white-space:nowrap}.v-quantity{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:2rem;overflow:hidden;color:#ff463c;border:1px solid #ff463c}.v-quantity button{width:2rem;height:2rem;font-family:inherit;font-weight:700;font-size:1em;color:inherit}.v-quantity button:disabled{opacity:.5}.v-quantity span{width:2rem;font-size:.7em;letter-spacing:-.5px;white-space:nowrap}.v-quantity.active{color:#ff463c;border-color:#ff463c}@media screen and (min-width:1024px){.v-quantity{height:2rem}.v-quantity button,.v-quantity span{width:2rem;height:2rem}}@media screen and (min-width:1450px){.v-quantity{height:2rem;border-width:2px}.v-quantity button,.v-quantity span{width:2rem;height:2rem}}.v-crop-text[data-v-650c1d95]{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.v-crop-text__name[data-v-650c1d95]{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;white-space:nowrap}.text-cropped[data-v-650c1d95]{display:-webkit-box;display:-ms-flexbox;display:flex}.text-cropped .text__connector[data-v-650c1d95],.text-cropped .text__end-part[data-v-650c1d95],.text-cropped .text__start-part[data-v-650c1d95]{display:block}.text-cropped .text__connector[data-v-650c1d95]{margin-left:4px;margin-right:4px}.v-menu-categories{-webkit-box-flex:1;-ms-flex:1;flex:1}.v-region-select{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.v-region-select__label{font-size:1.2rem;cursor:pointer}.v-region-select__arrow{margin-top:.25em;overflow:hidden;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:1.2rem;height:1.2rem}.v-region-select__arrow svg{fill:currentColor;width:75%;height:75%}.v-region-select.active .v-region-select__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.v-region-select__list{min-width:200px;position:absolute;top:calc(100% + .5rem);background:#fff;white-space:nowrap;z-index:9}.v-region-select__list span{cursor:pointer}.v-region-select__list li+li{margin-top:.75rem}.gs-enter-active,.gs-leave-active{-webkit-transition:opacity .2s;transition:opacity .2s}.gs-enter-to{opacity:1}.gs-enter,.gs-leave-to{opacity:0}.v-app.no-top .v-addresses-tabs{-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}@media screen and (min-width:768px){.v-app.no-top .v-addresses-tabs{-webkit-box-shadow:unset;box-shadow:unset}}.v-addresses-tabs{width:100%;background:#fff;position:sticky;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;top:59px;padding:.5rem 1rem;padding-top:calc(.5rem + 1px);z-index:5;border:.1rem solid #fff}.v-addresses-tabs__button{height:48px;width:100%;padding:.25rem 2rem .25rem 2.5rem;position:relative;border-radius:9999999px;background:#ff9b37;-webkit-transition:.5s;transition:.5s;overflow:hidden}.v-addresses-tabs__button-loading svg{width:40px;height:40px;color:#fff}.v-addresses-tabs__button-text{font-size:1rem;line-height:1rem;font-weight:600;color:#fff}.v-addresses-tabs__button-info{font-size:1rem;line-height:1rem;margin-top:.125rem}.v-addresses-tabs__button-before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:50%;left:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.v-addresses-tabs__button-before svg{width:17px;height:17px;color:#fff}.v-addresses-tabs__button-after{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.v-addresses-tabs__button-after svg{width:14px;height:14px;fill:#fff;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.v-addresses-tabs__button--active .v-addresses-tabs__button-after svg,.v-addresses-tabs__button-after svg{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.v-addresses-tabs__button--active .v-addresses-tabs__button-after svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.v-addresses-tabs__button--address-active{background:#ff9b37}.v-addresses-tabs__button--address-active .v-addresses-tabs__button-before svg,.v-addresses-tabs__button--address-active .v-addresses-tabs__button-text{color:#fff}.v-addresses-tabs__button--address-active .v-addresses-tabs__button-after svg{fill:#fff}.v-addresses-tabs__button--address-stop{background-color:red;color:#fff}.v-addresses-tabs__button--address-stop .v-addresses-tabs__button-before svg,.v-addresses-tabs__button--address-stop .v-addresses-tabs__button-text{color:#fff}.v-addresses-tabs__button--address-stop .v-addresses-tabs__button-after svg{fill:#fff}.v-addresses-tabs__button--address-stop .v-addresses-tabs__button-loading svg{color:#fff}.v-addresses-tabs__popup{position:fixed;opacity:0;visibility:hidden;top:calc(126px + .3rem);left:0;right:0;bottom:0;padding:0 .5rem 5rem .5rem;border-radius:.625rem;pointer-events:none;-webkit-transition:.1s 0s;transition:.1s 0s;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-name:up-block;animation-name:up-block}.v-addresses-tabs__popup-block{width:100%;max-height:100%;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);background-color:#fff;border-radius:.625rem;padding:.5rem 0;pointer-events:auto}.v-addresses-tabs__popup-content ul{max-height:210px}.v-addresses-tabs__popup-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.125rem;text-align:left;color:#000;-webkit-transition:.1s ease-in;transition:.1s ease-in}.v-addresses-tabs__popup-button-text{width:calc(100% - 26px - 1rem)}.v-addresses-tabs__popup-button-after{width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin-left:1rem}.v-addresses-tabs__popup-button--active,.v-addresses-tabs__popup-button-check svg,.v-addresses-tabs__popup-button-delete svg{color:#ff9b37}.v-addresses-tabs__popup-button--stop{color:red}.v-addresses-tabs__popup--active{-webkit-transition:0s;transition:0s;visibility:visible;opacity:1;-webkit-animation-name:down-block;animation-name:down-block;-webkit-animation-duration:.2s;animation-duration:.2s}.v-addresses-tabs__line{padding:0 1rem}.v-addresses-tabs__line hr{width:100%;height:1px;border:unset;background-color:#ebebeb}@media screen and (min-width:768px){.v-addresses-tabs{width:unset;background:unset;position:relative;top:unset;padding:0;z-index:unset}.v-addresses-tabs__button{height:44px;width:295px}.v-addresses-tabs__popup{width:360px;height:auto;position:absolute;top:calc(100% + 1rem);right:unset;bottom:unset;padding:0}.v-addresses-tabs__popup--active{-webkit-transition:unset;transition:unset}}@media screen and (min-width:1024px){.v-addresses-tabs__button{height:48px}.v-addresses-tabs__popup-button-delete{opacity:0}.v-addresses-tabs__popup-button:hover{color:#ff9b37}.v-addresses-tabs__popup-button:hover .v-addresses-tabs__popup-button-delete{opacity:1}}.v-prices{letter-spacing:-.5px;line-height:1.1}.v-prices .base{text-decoration:line-through;font-size:.8em}.v-prices:not(.small){font-size:.9rem}.v-prices:not(.small) .price{font-size:1.2em;font-weight:700}@media screen and (min-width:1024px){.v-prices:not(.small){font-size:1rem}}@media screen and (min-width:1450px){.v-prices:not(.small){font-size:1.1rem}}.v-prices.mobile .price{font-size:.875rem}.v-dish-flags{pointer-events:none;position:absolute;left:.5rem;top:.5rem;--size:24px}.v-dish-flags svg{border-radius:50%;overflow:hidden;width:var(--size);height:var(--size);-webkit-box-shadow:0 0 8px rgba(0,0,0,.2);box-shadow:0 0 8px rgba(0,0,0,.2)}.v-dish-flags.large{left:1rem;top:3rem;--size:32px}@media screen and (min-width:768px){.v-dish-flags{left:1rem;top:1rem}.v-dish-flags.large{bottom:1rem}}@media screen and (min-width:1450px){.v-dish-flags{--size:32px}.v-dish-flags.large{--size:40px;left:2rem;top:2rem}}.v-dish-image__price-mobile{position:absolute;left:.5rem;bottom:.5rem;max-width:calc(100% - 1rem);background:#82be00;padding:.25rem .5rem;border-radius:.25rem}.v-dish-image__price-mobile-label{color:#fff;font-size:.625rem;line-height:.875rem;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.v-dish-image__price-mobile .v-prices .price{color:#fff;font-size:.75rem;line-height:.875rem;font-weight:700}.v-dish-image__price-mobile--large{bottom:3rem}.v-dish-image__meta{display:none}@media screen and (min-width:768px){.v-dish-image__price-mobile{left:1rem;bottom:1rem;max-width:calc(100% - 2rem)}.v-dish-image__price-mobile-label{font-size:.75rem;line-height:1rem}.v-dish-image__price-mobile .v-prices .price{font-size:.875rem;line-height:1rem}}.v-dish-combo-item{border-radius:.5rem;background:#f6f6f6;overflow:hidden;border:1px solid #f6f6f6;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.v-dish-combo-item h3{font-size:1rem;line-height:1.125rem;font-weight:700;color:#666;width:100%;overflow:hidden}.v-dish-combo-item__image{border-radius:.5rem;overflow:hidden;max-width:100px;margin-right:.5rem}.v-dish-combo-item__content{width:calc(100% - 100px - .5rem);overflow:hidden}.v-dish-combo-item__consist{font-size:.875rem;line-height:1rem;font-weight:400;color:#666}.v-dish-combo-item__summary{max-width:250px;gap:.125rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.v-dish-combo-item__summary-item{width:38px;padding:.125rem;border:1px solid #ddd;border-radius:.5rem}.v-dish-combo-item__summary-item small{font-size:.5rem;line-height:.75rem}@media screen and (min-width:768px){.v-dish-combo-item__image{max-width:147px;margin-right:1rem}.v-dish-combo-item__content{width:calc(100% - 147px - 1rem)}.v-dish-combo-item__summary{max-width:300px}.v-dish-combo-item__summary-item{width:48px}.v-dish-combo-item__summary-item small{font-size:.625rem}.v-dish-combo-item--active{background:#fffaf5;border:1px solid #ff9b37}}.v-dish-combo__item+.v-dish-combo__item{margin-top:1rem}.v-dish-combo-detail{display:none;position:absolute;width:100%;-ms-flex-negative:0;flex-shrink:0;background:#f6f6f6;z-index:100;top:0;left:0;right:0;bottom:0}.v-dish-combo-detail__dish{width:100%;overflow:hidden;background:#fff;border-radius:.5rem;border:1px solid #fff;-webkit-transition:border .1s ease-in-out;transition:border .1s ease-in-out}.v-dish-combo-detail__dish-name{font-size:.75rem;line-height:1rem;font-weight:700;text-align:center;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.v-dish-combo-detail__dish--active{border:1px solid #ff9b37}.v-dish-combo-detail--active{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:768px){.v-dish-combo-detail{width:35%;position:unset;top:unset;left:unset;right:unset;bottom:unset;z-index:unset;display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:1024px){.v-dish-combo-detail{width:50%}}.v-dish-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.v-dish-details h1{font-size:1.5rem;line-height:1}.v-dish-details__close{position:absolute;background-color:hsla(0,0%,94.1%,.7)!important;top:1rem;right:1rem;font-size:2rem;z-index:99}.v-dish-details__card{max-height:100%}.v-dish-details__content{overflow:auto}.v-dish-details__image .v-image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.v-dish-details__image .v-image__inner{padding-bottom:80%}.v-dish-details__image .v-image__inner img{-webkit-transition:unset!important;transition:unset!important}.v-dish-details__inner{position:relative;z-index:1;background:#fff;margin-top:-2rem}.v-dish-details__toppings-label{font-size:1.2rem;line-height:1}.v-dish-details__toppings-tabs{overflow-x:auto;white-space:nowrap}.v-dish-details__toppings-list>div{width:100%}.v-dish-details__footer{height:85px;width:100%;bottom:0;-webkit-box-shadow:0 -1px 2px rgba(0,0,0,.1);box-shadow:0 -1px 2px rgba(0,0,0,.1);z-index:2}.v-dish-details__footer>div{background:#fff}.v-dish-details--combo{-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.v-dish-details--stop .v-dish-details__image .v-image{opacity:.7}.v-dish-details--stop .v-dish-details__add-btn{opacity:.7;border-color:#666!important;color:#666!important}.v-dish-details--stop .v-dish-details__add-btn .v-btn__content{opacity:1!important}.v-dish-details__mobile-total-price{color:#fff;background-color:#ff9b37;border-radius:.25rem;padding:.25rem .5rem}.v-dish-details__mobile-total-label{color:#ff9b37;font-size:.875rem}@media screen and (min-width:768px){.v-dish-details{width:98vw;max-width:520px;max-height:94vh}.v-dish-details__image .v-image__inner{padding-bottom:65%}.v-dish-details__inner{overflow:initial;margin-top:0}.v-dish-details--combo{max-width:1040px}}@media screen and (min-width:1450px){.v-dish-details__image .v-image__inner{padding-bottom:75%}.v-dish-details__toppings-list{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}.v-dialog__dish .v-dialog{max-width:100%;max-height:100%;height:100%;position:relative;-webkit-transition:max-width .2s cubic-bezier(.37,.79,.56,.99);transition:max-width .2s cubic-bezier(.37,.79,.56,.99)}.v-dialog__dish .v-dialog__container{height:100%;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}@media screen and (min-width:768px){.v-dialog__dish .v-dialog{width:unset;max-height:94vh;max-width:unset!important;height:auto;overflow:hidden;border-radius:1rem}.v-dialog__dish .v-dialog__container{height:unset;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.v-auth{color:#fff!important}.v-auth .v-dialog{height:100vh}.v-auth__wrap{color:#fff;background:#ff9b37;pointer-events:all;overflow:hidden}.v-auth__title{font-size:.93rem;font-weight:700}.v-auth__title-telegram svg{width:30px;height:30px}.v-auth__description{font-size:.93rem;font-weight:400}.v-auth__agreement-title{font-size:.75rem!important;line-height:1.125rem;font-weight:500}.v-auth__agreement-link{text-decoration:underline;cursor:pointer}.v-auth__agreement-item-title{width:270px!important;font-size:.75rem;line-height:1rem;font-weight:500}.v-auth__code-message{font-weight:700;font-size:.93rem!important}.v-auth__repeat{font-size:.93rem}.v-auth__repeat button{color:#fff}.v-auth__repeat--desc{font-size:.93rem!important}.v-auth__submit-button{height:45px}.v-auth__submit-button.small{max-width:350px}.v-auth__submit-button span{font-size:1rem!important}.v-auth__logo{border:.125rem solid #fff;border-radius:50%}.v-auth__logo svg{width:150px;height:150px;fill:#fff}.v-auth .close-button{top:1rem!important;right:unset!important;left:1rem!important}.v-auth .v-cart--btn-order{max-width:unset}.v-auth .v-btn span{font-family:PT Sans,sans-serif;font-weight:700;font-size:1.25rem}.v-auth .v-btn:disabled{opacity:.5}.v-auth .v-input{background:#fff;-webkit-box-shadow:0 0 .625rem rgba(0,0,0,.1);box-shadow:0 0 .625rem rgba(0,0,0,.1);border:none;border-radius:2rem;--size:45px}.v-auth .v-input label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v-auth .v-input.v-auth--code input{width:70px}.v-auth .v-input.v-auth--phone input{width:150px}.v-auth .v-input:after{content:unset!important;position:unset!important;bottom:unset!important;left:unset!important;right:unset!important;height:unset!important;width:unset!important;-webkit-box-shadow:unset!important;box-shadow:unset!important;border-radius:unset!important}.v-auth input{font-family:PT Sans,sans-serif;font-size:1rem;font-weight:700;padding:.5rem!important;color:#000}.v-auth input::-webkit-input-placeholder{opacity:.5}.v-auth input::-moz-placeholder{opacity:.5}.v-auth input:-ms-input-placeholder{opacity:.5}.v-auth input::-ms-input-placeholder{opacity:.5}.v-auth input::placeholder{opacity:.5}.v-auth p{text-align:center;font-size:1.1rem}@media screen and (min-width:768px){.v-auth .v-dialog{height:unset;max-width:600px}.v-auth__wrap{padding:1rem;border-radius:1.5rem}.v-auth__logo svg{width:220px;height:220px}.v-auth .close-button{top:.5rem!important;right:1rem!important;left:unset!important}}.v-confirm .v-dialog{min-height:unset!important;-webkit-box-flex:unset!important;-ms-flex:unset!important;flex:unset!important;pointer-events:none}.v-confirm__block{max-width:90vw;background-color:#ff9b37;position:relative;margin:0 auto;color:#fff;border-radius:1.25rem;pointer-events:all}.v-confirm__content{font-size:1.25rem;font-weight:600}.v-confirm .v-btn{width:49%;font-size:.8rem;text-transform:uppercase;background:#fff!important;color:#ff9b37;max-width:250px}.v-confirm .v-btn--outlined{background:#ff9b37!important;border-color:#fff;color:#fff!important}.v-alert{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;background:rgba(0,0,0,.4);-webkit-transition:.2s;transition:.2s;z-index:1999}.v-alert.visible{visibility:visible;opacity:1}.v-alert__block{width:90vw;max-width:400px;max-height:90vh;overflow:auto;background-color:#ff9b37;color:#fff;border-radius:1.25rem;position:relative}.v-alert__content{font-size:1.25rem;font-weight:600}.v-alert__submit{background:#fff!important;color:#ff9b37;max-width:250px}.v-address-confirm__block{background:#fff;color:#000;font-size:1.125rem;border-radius:1.875rem;pointer-events:all}.v-address-confirm__block button{width:48%;font-size:1rem}.v-address-confirm .v-dialog{min-height:unset!important;-webkit-box-flex:unset!important;-ms-flex:unset!important;flex:unset!important;pointer-events:none}@-webkit-keyframes up-block{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}95%{opacity:1}to{-webkit-transform:translateY(-.6rem);transform:translateY(-.6rem);opacity:0}}@-webkit-keyframes down-block{0%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem);opacity:0}10%{opacity:1}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes twitch-block{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}20%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes up-block{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}95%{opacity:1}to{-webkit-transform:translateY(-.6rem);transform:translateY(-.6rem);opacity:0}}@keyframes down-block{0%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem);opacity:0}10%{opacity:1}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes twitch-block{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}20%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}html{overflow:unset}html:not(.auth) .grecaptcha-badge{display:none!important;opacity:0!important;visibility:hidden!important}html.drawer .v-app__side{-webkit-box-shadow:var(--elevation-24);box-shadow:var(--elevation-24)}html.drawer .v-app__side-overlay{z-index:998;cursor:pointer}.v-app__wrapper{width:100%}.v-app__header,.v-app__side{-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.v-app__logo{fill:#ff9b37;height:90%;width:100%}.v-app__header .hours{fill:#ff9b37;width:24px;height:24px}.v-app__header .note{font-size:.8rem;line-height:1.2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-app__header-logo-mobile{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.v-app__header .v-btn{--size:60px}@media screen and (min-width:1024px){.v-app__header .v-btn{--size:70px}}.v-app__header .buttons{border-left:1px solid #ccc}.v-app__header .buttons svg{width:24px;fill:currentColor}.v-app__header .buttons .cabinet{-webkit-transition:all .2s linear;transition:all .2s linear}.v-app__header .buttons .cabinet .v-btn__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.v-app__header .buttons .cabinet:hover{background:#ff463c;color:#fff}.v-app__header .buttons .basket{position:relative;background:#ff9b37;color:#fff}.v-app__header .buttons .basket .v-cart-badge{left:1rem;bottom:.75rem;border:1px solid #fff}.v-app__side .v-app__logo{height:60%}.v-app__side--list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 1rem .5rem 2rem;line-height:1}.v-app__side--list-item span{line-height:1}.v-app__side--list-item svg{width:20px;height:20px;margin-top:-.1rem;margin-right:1rem;-webkit-transition:all .2s cubic-bezier(.37,.79,.56,.99);transition:all .2s cubic-bezier(.37,.79,.56,.99)}@media screen and (min-width:1024px){.v-app__side--list-item:hover svg{margin-right:1.2rem;-webkit-transform:scale(1.2);transform:scale(1.2)}}.v-app__side--list-item.active{color:#ff463c}.v-app__side--list-item.active.menu_ukrop{color:#82be00!important;font-weight:700!important}.v-app__side--list-item.accent{padding:1.5rem .5rem 1.5rem 2rem;font-size:1.2rem}@media screen and (max-width:1023px){.v-app__side .v-pinned{position:relative}.v-app__side .v-pinned__inner{position:absolute;width:100%;height:100%;overflow-y:auto;padding-bottom:1rem}}@media screen and (min-width:1024px){.v-app__side-logo{width:240px;height:140px;background:#fff}.v-app__side-logo.fix{position:fixed;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);z-index:1;left:0;top:0}.v-app__side-logo a{position:absolute;width:100%;height:100%}}.v-app__footer--apps{text-align:right}.v-app__footer--apps img{height:36px}.v-app__footer--apps a+a{margin-left:.5rem}.v-app__footer--social a{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:60px;height:60px;-webkit-transition:color .2s linear,background-color .2s linear;transition:color .2s linear,background-color .2s linear;color:#ff9b37;border:2px solid #ff9b37;border-radius:50%}.v-app__footer--social a svg{width:100%;height:100%;fill:currentColor}.v-app__footer--social a.tg svg{width:80%;height:80%}@media screen and (min-width:1024px){.v-app__footer--social a:hover{background:#ff9b37;color:#fff}}.v-app__footer--social a+a{margin-left:.5rem}.v-app__footer--copy svg{height:16px}.v-app--mobile-basket.v-btn{position:fixed;right:2rem;bottom:2rem;--size:3.8rem}.v-app--mobile-basket.v-btn svg{fill:#fff;color:#fff;width:24px;height:24px}.v-app--mobile-basket.v-btn .v-cart-badge{left:0;top:0}.v-app .v-suggest--list{-webkit-box-shadow:rgba(0,0,0,.0901960784) 0 1px 15px;box-shadow:0 1px 15px rgba(0,0,0,.0901960784)}.v-app .v-suggest--list-item{border-bottom:1px solid rgba(0,0,0,.0274509804)}.v-app .v-suggest--list-item:last-child{border-bottom:unset}.v-app .v-suggest--list-item div{white-space:break-spaces}.v-app .v-suggest--list-item.active{background:#aaa;color:#fff}.v-app .v-categories-tabs__item{border-radius:1rem;overflow:hidden}.v-app .v-categories-tabs__item.active{background:#ff9b37;color:#fff}.v-app .v-cart-badge{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:-.5px;position:absolute;color:#ff463c;font-weight:700;background:#fff;border:1px solid #ff9b37;width:20px;height:20px;border-radius:50%;font-size:.6rem}.v-app .v-bread{font-size:1rem;line-height:1.125rem;color:#666}.v-app .v-bread__link{padding:0;text-align:left;color:#666;white-space:nowrap}.v-app .v-bread svg{color:#666}.v-app .v-bread span{pointer-events:none}.v-app .v-article p,.v-app .v-article ul{margin:1rem 0}.v-app .v-article a{color:#ff463c}@media screen and (min-width:1024px){.v-app .v-article a:hover{text-decoration:underline}}.v-app .chat-button{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;background:#ff463c;border-radius:50%}.v-app .chat-button svg{color:#fff}.v-app .close-button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;padding:0;color:#fff;font-size:2rem;line-height:1;position:absolute;top:.5rem;right:.5rem}.v-app .checkbox,.v-app .close-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v-app .checkbox{width:100%;padding:.5rem 0}.v-app .checkbox__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1.375rem;height:1.375rem;margin-right:.5rem;background-color:#fff;border-radius:.3rem;-webkit-transition:.2s ease;transition:.2s ease;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.v-app .checkbox__box svg{color:#ff9b37;opacity:0;-webkit-transition:.05s ease-in;transition:.05s ease-in}.v-app .checkbox__name{width:100%;text-align:left;color:#666}.v-app .checkbox.active .checkbox__box svg{opacity:1}.v-app .engineeringMode{width:100%;text-align:center;padding:.5rem 2rem;background-color:#ff9b37;font-weight:700;font-size:1.5rem;color:#fff}.v-app .scrollbar{overflow:auto}.v-app .scrollbar::-webkit-scrollbar{height:10px;width:10px;background-color:#fff}.v-app .scrollbar::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:100px;border-left:2px solid #fff;border-right:2px solid #fff;border-top:1px solid #fff;border-bottom:1px solid #fff}.v-app .search__input-prev{background:#fff;padding:0 .5rem;border-top-left-radius:1rem;border-bottom-left-radius:1rem}.v-app .search__input{width:320px;height:2.5rem}.v-app .search__close{width:2.5rem;padding:0 .5rem;background:#fff;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.v-app input[readonly]{pointer-events:none}@media screen and (min-width:768px){.v-app__header-logo-mobile{position:unset;left:unset;top:unset;-webkit-transform:unset;transform:unset}}