@font-face{font-family:"Times Sans Serif";src:local("Times Sans Serif"),local("Times Sans Serif"),url("TimesSansSerif.woff2") format("woff2"),url("TimesSansSerif.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}html{font-size:17px;scroll-behavior:smooth}body{font:1rem "Times Sans Serif",helvetica,arial,sans-serif;line-height:1.175rem;-webkit-font-smoothing:antialiased;-moz-font-feature-settings:"kern";-moz-osx-font-smoothing:grayscale;color:#000;padding-top:132px;background-color:#ede9e0}@media screen and (min-width: 0)and (max-width: 640px){body{padding-top:104px}}input,select{font:1rem "Times Sans Serif",helvetica,arial,sans-serif;box-shadow:none;border-radius:0;background-color:#ede9e0}a{color:#000;text-decoration:none;transition:.5s all}a:hover{color:#b5a47f;text-decoration:none;transition:.5s all}.is-mobile{display:none !important}@media screen and (min-width: 0)and (max-width: 640px){.is-mobile{display:block !important}}.is-desktop{display:block !important}@media screen and (min-width: 0)and (max-width: 640px){.is-desktop{display:none !important}}img.lazy{opacity:.1;filter:grayscale(100%);transition:all 400ms}strong{font-weight:800}.container{width:100%;background-color:#ede9e0;position:relative;z-index:100}body.template-index .container{margin-top:calc(100vh - 80px)}@media screen and (min-width: 0)and (max-width: 640px){body.template-index .container{margin-top:30vh}}.caret{position:relative}.caret:before{content:"";position:absolute;top:0;left:0;border-top:7px solid #000;border-left:7px solid transparent;border-right:7px solid transparent}.caret:after{content:"";position:absolute;left:1px;top:0;border-top:6px solid #ede9e0;border-left:6px solid transparent;border-right:6px solid transparent}.caret.is-active:before{border-top:none;border-bottom:7px solid #000}.caret.is-active:after{top:1px;border-top:none;border-bottom:6px solid #ede9e0}.caret--grey:before{border-top:7px solid #d8d8d8}.caret--grey.is-active{border-bottom:7px solid #d8d8d8}.main-header{padding:1.5rem .75rem 0 .75rem;min-height:132px;width:100%;z-index:120;*zoom:1;position:fixed;background-color:#ede9e0;top:0}.main-header:before,.main-header:after{display:table;content:"";line-height:0}.main-header:after{clear:both}@media screen and (min-width: 0)and (max-width: 640px){.main-header{min-height:104px}}.main-header__logo{position:absolute;left:50%;transform:translateX(-50%)}.main-header__logo a{width:215px;height:79px;background:url("nadruz.svg");background-size:contain;background-repeat:no-repeat;display:block;text-indent:-99999px;transition-duration:.3s}@media screen and (min-width: 0)and (max-width: 640px){.main-header__logo a{width:30vw;max-height:74px}}.main-header .hamburger{display:none;border:none;background-color:transparent;padding:0;float:left}.main-header .hamburger:focus{outline:0 none}@media screen and (min-width: 0)and (max-width: 640px){.main-header .hamburger{display:block}}body.template-index .main-header{top:-132px;position:absolute}@media screen and (min-width: 0)and (max-width: 640px){body.template-index .main-header{top:-104px}}body.template-index .main-header__logo{position:fixed;top:1.5rem}body.template-index .main-header--normal{top:0;position:fixed;padding-top:90px}@media screen and (min-width: 0)and (max-width: 640px){body.template-index .main-header--normal{padding-top:1.5rem}}body.template-index .main-header--normal .main-header__logo{position:absolute}body.template-index .main-header--normal .main-header__logo a{width:108px;height:40px;transition-duration:.3s}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0 0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:focus{outline:0 none}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#000}.hamburger-box{width:16px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:16px;height:2px;background-color:#000;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-6px}.hamburger-inner::after{bottom:-6px}.hamburger .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger .hamburger-inner::before{transition:top .075s .12s ease,opacity .075s ease}.hamburger .hamburger-inner::after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.main-footer{padding:6rem .75rem 2rem .75rem;display:flex}@media screen and (min-width: 0)and (max-width: 640px){.main-footer{padding-top:3rem;flex-direction:column}}.main-footer__column{margin-right:3rem}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__column--menu{order:1}}.main-footer__column--subscribe{max-width:300px}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__column--subscribe{order:3;max-width:100%;margin-right:0;margin-top:1.5rem}}.main-footer__column--chat{margin-right:0;margin-left:auto;max-width:300px;display:flex;align-items:flex-end}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__column--chat{order:2;max-width:100%;align-items:start;margin-left:0}}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__column--copy{order:4;margin-top:1.5rem}}.main-footer__column .newsletter__list{margin-top:1rem}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__column .newsletter__list{margin-top:.3rem}}.main-footer__column .chat{border:#000 solid 1px;padding:10px 15px;display:flex;justify-content:space-between;width:300px}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__column .chat{width:100%}}.main-footer__column .chat .caret{margin:6px 15px 0 0}.main-footer__menu{margin-bottom:1rem}@media screen and (min-width: 0)and (max-width: 640px){.main-footer__menu li{padding-bottom:.5rem}}.main-nav{float:left;display:flex;height:17px;overflow:hidden;transition:height .5s ease}@media screen and (min-width: 0)and (max-width: 640px){.main-nav{display:none;height:auto;margin-top:37px;margin-left:-17px;padding-bottom:1rem}}.main-nav.is-active{display:block}.main-nav ul{padding-bottom:1rem;transition:all .1s ease;width:130px;text-align:center}@media screen and (min-width: 0)and (max-width: 640px){.main-nav ul{text-align:left;width:auto;padding-bottom:.5rem}}.main-nav ul li{opacity:0;transition:height .5s ease}.main-nav ul li:first-child{opacity:1;padding-bottom:.5rem}@media screen and (min-width: 0)and (max-width: 640px){.main-nav ul li{display:none;padding-left:.5rem;padding-bottom:.5rem}.main-nav ul li:first-child{display:block;padding-left:0}}.main-nav ul:hover{transition:all .5s ease}.main-nav ul:hover li{opacity:1}.main-nav ul:hover li:first-child{color:#b5a47f}.main-nav ul:hover li:first-child a{color:#b5a47f}@media screen and (min-width: 0)and (max-width: 640px){.main-nav ul:hover li{display:block;opacity:1}}.main-nav__search a{font:0/0 a;color:transparent;text-shadow:none;display:block;width:17px;height:17px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h12v12H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23000' d='M1.55 5.16a3.54 3.54 0 013.5-3.57c1.92 0 3.5 1.6 3.5 3.57a3.54 3.54 0 01-3.5 3.58c-1.93 0-3.5-1.6-3.5-3.58m10.1 4.8L9.46 7.7c.4-.75.65-1.61.65-2.54A5.11 5.11 0 005.05 0 5.11 5.11 0 000 5.16a5.11 5.11 0 005.05 5.17c1.04 0 2-.32 2.81-.88l2.15 2.2a1.15 1.15 0 001.65 0c.45-.46.45-1.22 0-1.68' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat}.tools-nav{float:right}.tools-nav ul{display:flex;align-items:center}.tools-nav ul li{margin-left:1.5rem}@media screen and (min-width: 0)and (max-width: 640px){.tools-nav ul li{margin-left:1rem}}.tools-nav ul li.tools-nav__search a{font:0/0 a;color:transparent;text-shadow:none;display:block;width:17px;height:17px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h12v12H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23000' d='M1.55 5.16a3.54 3.54 0 013.5-3.57c1.92 0 3.5 1.6 3.5 3.57a3.54 3.54 0 01-3.5 3.58c-1.93 0-3.5-1.6-3.5-3.58m10.1 4.8L9.46 7.7c.4-.75.65-1.61.65-2.54A5.11 5.11 0 005.05 0 5.11 5.11 0 000 5.16a5.11 5.11 0 005.05 5.17c1.04 0 2-.32 2.81-.88l2.15 2.2a1.15 1.15 0 001.65 0c.45-.46.45-1.22 0-1.68' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat}@media screen and (min-width: 0)and (max-width: 640px){.tools-nav ul li.tools-nav__search{display:none}}@media screen and (min-width: 0)and (max-width: 640px){.tools-nav ul li.tools-nav__wishlist a{width:20px;height:20px;display:block;text-indent:-99999px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23020303' d='M6.5 0l1.6 4.49 4.9.1-3.9 2.86L10.52 12 6.5 9.29 2.48 12 3.9 7.45 0 4.58l4.9-.1z'/%3E%3C/svg%3E");background-size:cover}}.tools-nav ul li.tools-nav__account{position:relative}@media screen and (min-width: 0)and (max-width: 640px){.tools-nav ul li.tools-nav__account a{width:20px;height:20px;display:block;text-indent:-99999px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14'%3E%3Cpath fill='none' fill-rule='nonzero' stroke='%23000' stroke-width='1.3' d='M7.5 1.35c-1.01 0-1.93.44-2.6 1.16a4.02 4.02 0 00-1.04 2.73c0 .87.27 1.7.74 2.36a5.8 5.8 0 00-1.95 1.38 4.91 4.91 0 00-1.3 3.67h12.3a4.88 4.88 0 00-1.3-3.66A5.8 5.8 0 0010.4 7.6a4.08 4.08 0 00-.3-5.1 3.52 3.52 0 00-2.6-1.16z'/%3E%3C/svg%3E");background-size:cover}}.tools-nav ul li.tools-nav__account:hover ul.submenu{display:block}@media screen and (min-width: 0)and (max-width: 640px){.tools-nav ul li.tools-nav__account:hover ul.submenu{display:none}}.tools-nav ul li.tools-nav__account ul.submenu{position:absolute;text-indent:0;display:block;width:160px;margin-left:-60px;padding-top:1rem;z-index:100;display:none}.tools-nav ul li.tools-nav__account ul.submenu li{margin-left:0;display:block;margin-bottom:-1px}.tools-nav ul li.tools-nav__account ul.submenu li a{width:100%;height:auto;display:block;text-indent:0;padding:.5rem .7rem;background-color:#fff;border:1px solid #000;background-repeat:no-repeat;background-position:center center}.tools-nav ul li.tools-nav__account ul.submenu li a:hover{background-color:#f1f1f1}.tools-nav ul li.tools-nav__bag{display:flex;align-items:center}@media screen and (min-width: 0)and (max-width: 640px){.tools-nav ul li.tools-nav__bag a{width:20px;height:20px;display:block;text-indent:-99999px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='1.3' d='M11.25 6.68h-8.5a1.4 1.4 0 00-1.4 1.39v2.69a2.89 2.89 0 002.9 2.89h5.5a2.89 2.89 0 002.9-2.9V8.08a1.4 1.4 0 00-1.4-1.4zM7 1.35a3.5 3.5 0 00-2.6 1.2 4.17 4.17 0 00-.85 4.1h6.9a4.31 4.31 0 00-.85-4.1A3.5 3.5 0 007 1.34z'/%3E%3C/svg%3E");background-size:cover}}.tools-nav ul li.tools-nav__bag i{margin-left:.5rem;display:block}.c-welcome{height:calc(100vh - 80px);width:100%;position:fixed;z-index:0;top:0}@media screen and (min-width: 0)and (max-width: 640px){.c-welcome{height:30vh}}.c-welcome__image{height:calc(100vh - 80px);width:100%;position:relative;display:flex;overflow:hidden}@media screen and (min-width: 0)and (max-width: 640px){.c-welcome__image{height:30vh}}.c-welcome__image.center-center{align-items:center}.c-welcome__image.center-top{align-items:flex-start}.c-welcome__image.center-bottom{align-items:flex-end}.c-welcome img{width:100%;object-fit:cover}@media screen and (min-width: 0)and (max-width: 640px){.c-welcome img{height:30vh}}.grid-product{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem;padding:0 .75rem;width:100%}@media screen and (min-width: 0)and (max-width: 640px){.grid-product{grid-template-columns:1fr 1fr}}.grid-product__product{margin-bottom:2rem}@media screen and (min-width: 0)and (max-width: 640px){.grid-product__product{margin-bottom:.75rem}}.grid-product__product figure{overflow:hidden}.grid-product__product figure img{width:100%;height:auto}.grid-product__product:hover a{color:#b5a47f}.grid-product__product:hover figure img{opacity:.85}.product__discount-badge {position: absolute;top: 10px;right: 10px;background-color: black;color: #EDE9E0;font-size: 1.2rem; padding: 5px 10px;border-radius: 3px; z-index: 10;}.newsletter__list{border:#000 solid 1px;margin-top:.7rem;height:40px;overflow:hidden;transition:all .5s}.newsletter__list.is-active{transition:all .5s}.newsletter__successfully{margin-top:1rem;text-decoration:underline}.newsletter__box{padding:1px 15px 15px 15px}.newsletter__box div.form-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.newsletter__box div.form-row label{width:60px}.newsletter__box div.form-row input{width:calc(100% - 60px);border:#000 solid 1px;padding:.2rem .3rem;background-color:#ede9e0}.newsletter__box div.form-row input:focus{outline:0 none}.newsletter__box div.form-row select{-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0;width:100%;border:#000 solid 1px;padding:.2rem;background:#ede9e0 url("ico-select.svg") 95% center no-repeat}.newsletter__box div.form-row select:focus{outline:0 none}.newsletter__box .form-checkbox{padding-left:60px;display:flex}.newsletter__box .form-checkbox label{display:block;font-size:.75rem;padding-top:.1rem}.newsletter__box .form-button{padding-left:60px;margin-top:1rem}.newsletter__box .form-button .button{border:#000 solid 1px;display:block;width:100%;text-transform:uppercase;font-size:.9rem;padding:.2rem;cursor:pointer;background-color:#000;color:#fff}.newsletter__box .form-button .button:hover{color:#000;background-color:#ede9e0}.newsletter__first{cursor:pointer;padding:10px 15px;display:flex;justify-content:space-between}.newsletter__first .caret{margin:7px 15px 0 0}.breadcrumbs{width:100%;padding:0 .75rem .75rem .75rem;display:flex}.breadcrumbs p{margin-right:.2rem}.breadcrumbs p:after{content:"/";display:inline-block;margin-left:.15rem}.breadcrumbs p:last-child:after{display:none}@media screen and (min-width: 0)and (max-width: 640px){.breadcrumbs p span{display:none}}.pagination{text-align:center}.pagination span{display:inline-block;margin:0 .75rem}.pagination span.current{color:#999}.product{padding:0 .75rem}.product__head{display:flex;width:100%}@media screen and (min-width: 0)and (max-width: 640px){.product__head{padding-bottom:3.125rem;margin-bottom:0;display:block}}@media screen and (min-width: 0)and (max-width: 640px)and (min-width: 641px)and (max-width: 1024px){.product__head{padding-bottom:1.875rem}}@media screen and (min-width: 0)and (max-width: 640px)and (min-width: 0)and (max-width: 640px){.product__head{padding-bottom:1.4285714286rem}}.product__featured-image{width:50%;padding-right:.625rem}@media screen and (min-width: 0)and (max-width: 640px){.product__featured-image{width:100%;padding-right:0}}.product__featured-image img{width:100%;display:none}.product__featured-image img.show{display:block}.product__info{width:50%;padding-left:.625rem}@media screen and (min-width: 0)and (max-width: 640px){.product__info{width:100%;padding:0;margin-left:0}}.product__info h1{font-size:2rem;margin-bottom:1rem;padding-top:1.5rem;border-top:1px solid #d8d8d8}@media screen and (min-width: 0)and (max-width: 640px){.product__info h1{border-top:none}}.product__info select{padding:9px 15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:#000 solid 1px;border-radius:0;cursor:pointer;background:url("ico-select.svg") 98% center no-repeat}.product__info select:focus{outline:0 none}.product__price{font-size: 1.5rem}.product__description{margin:1rem 0}.product__size img{width:100%;height:auto}.product__form .form__select{margin-bottom:1rem}.product__form .form__select label{margin-bottom:.3rem;display:block}.product__form .form__select .form__group{display:flex;max-width:560px;width:100%}.product__form .form__select .form__group--selected .form__input a,.product__form .form__select .form__group--selected .form__input input,.product__form .form__select .form__group--selected .form__input span{opacity:.3}.product__form .form__select .form__group--selected .form__input input:checked{opacity:1}.product__form .form__select .form__group--selected .form__input input:checked+span{opacity:1}.product__form .form__select .form__input{position:relative;width:20%;height:30px;margin-left:-1px}.product__form .form__select .form__input input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:30px;display:block;border:#000 solid 1px;position:absolute;cursor:pointer;margin:0;z-index:1;background-color:transparent}.product__form .form__select .form__input input:focus{outline:0 none}.product__form .form__select .form__input span{font-size:.9rem;position:absolute;left:50%;transform:translateX(-50%);line-height:30px;z-index:0;color:#000}.product__form .form__select .form__input--disabled{opacity:.3}.product__form .form__select .form__group--Color span{display:none}.product__form .form__select .form__group--Color .form__input{margin-left:0}.product__form .form__select .form__tabArea{display:none}.product__form .form__select .form__tabArea:first-of-type{display:block}.product__form .button--primary,.product__form .button--secondary{background-color:#000;color:#fff;text-transform:uppercase;border:none;display:block;width:100%;height:30px;padding-top:.2rem;font:17px "Times Sans Serif",helvetica,arial,sans-serif;text-align:center;border:#000 solid 1px}.product__form .button--primary:focus,.product__form .button--secondary:focus{outline:0 none}.product__form .button--primary:hover,.product__form .button--secondary:hover{background-color:#b5a47f;color:#fff;cursor:pointer;border-color:#b5a47f}.product__form .button--primary:disabled,.product__form .button--secondary:disabled{background-color:#f1f1f1;color:#ccc;cursor:default}.product__form .button--primary:disabled:hover,.product__form .button--secondary:disabled:hover{background-color:#f1f1f1;color:#ccc;cursor:default;border-color:#ccc}.product__form .button--secondary{background-color:#fff;color:#000}.product__form__button{display:flex;margin-top:1.5rem;margin-bottom:1.5rem}.product__form__button .button--primary{margin-right:.75rem}.product__form__qtd{width:100%;max-width:560px;margin-bottom:1rem}.product__form__qtd label{display:block;margin-bottom:.3rem}.product__form__qtd div{display:flex}.product__form__qtd .qtd__handleQtd{width:20%;display:block;height:30px;text-align:center;color:#fff;text-indent:-99999px;cursor:pointer}.product__form__qtd .qtd__input{width:20%;border:#000 solid 1px;list-style:30px;font-size:.9rem;text-align:center;margin:0}.product__form__qtd .qtd__input:focus{outline:0 none}.product__form__qtd .qtd__remove{background:#000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E") center center no-repeat}.product__form__qtd .qtd__add{background:#000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E") center center no-repeat}.product__form .form__input input.variable--Butter{background-color:#e5c76a}.product__form .form__input input.variable--CerisePink{background-color:#e7185e}.product__form .form__input input.variable--Carmine{background-color:#a82d17}.product__form .form__input input.variable--Cobalto{background-color:#213989}.product__form .form__input input.variable--DaysEye{background-color:#b49478}.product__form .form__input input.variable--DaysEyeAmarelo{background-color:#af904a}.product__form .form__input input.variable--EggsNoite{background-color:#010405}.product__form .form__input input.variable--Eggs{background-color:#f0e2c7}.product__form .form__input input.variable--Eggshell{background-color:#f8f4e3}.product__form .form__input input.variable--Junipero{background-color:#7eb85c}.product__form .form__input input.variable--LoversEyesAzulGuache{background-color:#b5cbd6}.product__form .form__input input.variable--LoversEyesSC3A9pia{background-color:#7c562f}.product__form .form__input input.variable--Marfim{background-color:#f3e2ba}.product__form .form__input input.variable--Preto{background-color:#010405}.product__form .form__input input.variable--Protea{background-color:#eb5578}.product__form .form__input input.variable--PrussianBlue{background-color:#0c2226}.product__form .form__input input.variable--Quimera{background-color:#f8f4e3}.product__form .form__input input.variable--RawSienna{background-color:#b87223}.product__form .form__input input.variable--SweetPea{background-color:#f0afcf}.product__form .form__input input.variable--Vermelho{background-color:#e61e1e}.product__form .form__input input.variable--Eggs{background-color:#f0e2c6}.product__form .form__input input.variable--Jasper{background-color:#e61f1e}.product__form .form__input input.variable--Conhaque{background-color:#a2401b}.product__form .form__input input.variable--Mocha{background-color:#693f23}.product__form .form__input input.variable--Crudo{background-color:#f1e6b2}.product__form .form__input input.variable--Persia{background-color:#ca3604}.product__form .form__input input.variable--Off-White{background-color:#f1f0ed}.product__form .form__input input.variable--Areia{background-color:#d4b59e}.product__form .form__input input.variable--Bourgeois{background-color:#c10016}.product__form .form__input input.variable--Azul-Maya{background-color:#7594b3}.product__form .form__input input.variable--Artemisia-Green{background-color:#858961}.product__form .form__input input.variable--Bone{background-color:#efe8dd}.product__form .form__input input.variable--Pompeii-Burgundy{background-color:#3f2021}.product__form .form__input input.variable--Rust{background-color:#a14f20}.product__form .form__input input.variable--Cerulian-Blue{background-color:#007d94}.product__form .form__input input.variable--Yolk{background-color:#f6e07c}.product__form .form__input input.variable--Branco{background-color:#f4f5f0}.product__form .form__input input.variable--Eosine{background-color:#efafb2}.product__form .form__input input.variable--Hilma{background-color:#aeacc9}.product__form .form__input input.variable--Mimosa{background-color:#ff671f}.product__form .form__input input.variable--Nacar{background-color:#efebe7}.product__form .form__input input.variable--Vernonia{background-color:#7f3135}.product__form .form__input input.variable--Citron{background-color:#c5e86c}.product__form .form__input input.variable--Seashell{background-color:#f4f5f0}.product__form .form__input input.variable--Baru{background-color:#bc9767}.product__form .form__input input.variable--Zinnea{background-color:#fe8d03}.product__form .form__input input.variable--Salvia{background-color:#80a1b9}.product__form .form__input input.variable--Paprica{background-color:#945529}.product__form .form__input input.variable--Sugar{background-color:#f66c74}.product__form .form__input input.variable--Limon{background-color:#c0d726}.product__form .form__input input.variable--Pistache{background-color:#8aa477}.product__form .form__input input.variable--Natural{background-color:#f2f1eb}.product__form .form__input input.variable--Pink{background-color:#c94386}.product__form .form__input input.variable--Ginger{background-color:#e1583d}.product__form .form__input input.variable--Bordo{background-color:#683a40}.product__form .form__input input.variable--Terrazo{background-color:#d6adb9}.product__form .form__input input.variable--Beige{background-color:#f3e0bf}.product__form .form__input input.variable--Violeta{background-color:#645395}.product__form .form__input input.variable--Creme{background-color:#d1c29d}.product__form .form__input input.variable--Azur{background-color:#69a8af}.product__form .form__input input.variable--Ivory{background-color:#f2e8c2}.product__form .form__input input.variable--Aqua{background-color:#96dfce}.product__form .form__input input.variable--Sirene{background-color:#c5c6c7}.product__form .form__input input.variable--CinzaMetalizado{background-color:#939597}.product__form .form__input input.variable--MetadePretoMarfin{background-color:#2c3540}.product__form .form__input input.variable--Chocolate{background-color:#70594d}.product__form .form__input input.variable--Ocre{background-color:#d6af66}.product__form .form__input input.variable--Linen{background-color:#ede3d2}.product__form .form__input input.variable--Ciano{background-color:#14a3c7}.product__form .form__input input.variable--Aura{background-image:url("bg_Aura.jpg");background-size:contain}.product__form .form__input input.variable--CirandaFundo{background-image:url("bg_CirandaFundo.jpg");background-size:contain}.product__form .form__input input.variable--CirandaFundoNoite{background-image:url("bg_CirandaFundoNoite.jpg");background-size:contain}.product__form .form__input input.variable--HorsesArtemisiaGreen{background-image:url("bg_HorsesArtemisiaGreen.jpg");background-size:contain}.product__form .form__input input.variable--HorsesCacau{background-image:url("bg_HorsesCacau.jpg");background-size:contain}.product__form .form__input input.variable--MensajesAzules{background-image:url("bg_MensajesAzules.jpg");background-size:contain}.product__form .form__input input.variable--Profile{background-image:url("bg_Profile.jpg");background-size:contain}.product__form .form__input input.variable--LaSiesta{background-image:url("bg_laSiesta.jpeg");background-size:contain}.product__form .form__input input.variable--OysterBeet{background-image:url("bg_oysterBeet.jpeg");background-size:contain}.product__form .form__input input.variable--OysterBeetLilac{background-image:url("bg_oysterBeetLilac.jpeg");background-size:contain}.product__form .form__input input.variable--OysterBeetPink{background-image:url("bg_oysterBeetPink.jpeg");background-size:contain}.product-gallery{position:relative;width:100%;box-sizing:border-box;display:flex;flex-wrap:wrap}.product-gallery__slide{width:50%;padding-right:.625rem;margin-top:1.25rem}@media screen and (min-width: 0)and (max-width: 640px){.product-gallery__slide{padding-right:.325rem;margin-top:.65rem}}.product-gallery__slide:nth-child(even){padding-right:0;padding-left:.625rem}@media screen and (min-width: 0)and (max-width: 640px){.product-gallery__slide:nth-child(even){padding-left:.325rem}}.product-gallery__slide img{width:100%}.product__notify .notify{width:100%;border-bottom:1px solid #d8d8d8;padding-bottom:2rem}.product__notify .notify label{display:block;margin-bottom:.3rem}.product__notify .notify__columns{display:flex}.product__notify .notify__columns input{background-color:#ede9e0;color:#000;border:#fff;display:block;width:100%;height:30px;padding:.1rem .5rem 0 .5rem;font:17px "Times Sans Serif",helvetica,arial,sans-serif;border:#000 solid 1px}.product__notify .notify__columns input::placeholder{color:#000}.product__notify .notify__columns input:focus{outline:0 none}.product__notify .notify__columns input[type=submit]{width:160px;margin-left:.75rem;background-color:#000;cursor:pointer;color:#fff}.product__notify .notify__columns input[type=submit]:hover{background-color:#b5a47f;color:#000}.theCart{padding:.75rem;width:100%;min-height:calc(100vh - 390px)}@media screen and (min-width: 0)and (max-width: 640px){.theCart{padding-top:1rem}}.theCart h1{margin-bottom:3.125rem;text-transform:uppercase}@media screen and (min-width: 0)and (max-width: 640px){.theCart h1{margin-bottom:0}}.theCart .form-desktop{display:block}@media screen and (min-width: 0)and (max-width: 640px){.theCart .form-desktop{display:none}}.theCart .form-mobile{display:none}@media screen and (min-width: 0)and (max-width: 640px){.theCart .form-mobile{display:block}}.theCart strong{font-weight:800}.theCart .cart__remove{font-size:11px;margin-top:10px;display:inline-block;color:#999}.theCart .subtotal .cart__subtotal-title{display:block}.theCart .button{margin-top:1rem}.theCart .button .btn{width:100%}.theCart .button .btn--primary{background-color:#000;padding:9px 15px;text-transform:uppercase;color:#fff;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.theCart .button .btn--primary:hover{background-color:#b5a47f;color:#000}.theCart__table{width:100%;border-top:#d8d8d8 solid 1px}.theCart__table thead tr th{border-bottom:#d8d8d8 solid 1px;text-align:left;padding:1rem 0;font-size:.9rem;text-transform:uppercase}.theCart__table tr{border-bottom:#d8d8d8 solid 1px}.theCart__table tr td{padding:1.5rem 0;vertical-align:middle}.theCart__table tr td.product-item__total{width:300px}.theCart__table tr:last-child{border-bottom:none}.theCart .qtd{display:flex;align-items:center}.theCart .qtd button,.theCart .qtd input{display:block;height:35px;line-height:15px;font-size:1rem;border:#000 solid 1px;padding:.5rem;background-color:#ede9e0}.theCart .qtd button{width:37px;text-align:center;cursor:pointer}.theCart .qtd button:hover{background-color:#b5a47f}.theCart .qtd button:focus{outline:0 none;border-radius:0}.theCart .qtd input{width:60px;margin:0 -1px;text-align:center}.theCart .qtd input:focus{outline:0 none}.theCart__table-mobile{width:100%}.theCart__table-mobile tr{border-bottom:#d8d8d8 solid 1px}.theCart__table-mobile tr td{padding:1.5rem 0;vertical-align:middle;text-align:center}.theCart__table-mobile tr td.product-item__qty .qtd{justify-content:center}.theCart__table-mobile tr:last-child{border-bottom:none}.theCart__empty h2{font-weight:700;margin-bottom:20px}.theCart__empty a{text-decoration:underline}.account{padding:3.125rem .75rem;width:100%;min-height:calc(100vh - 390px)}@media screen and (min-width: 0)and (max-width: 640px){.account{padding:.75rem}}.account__container{max-width:710px;margin:0 auto;*zoom:1;position:relative}.account__container:before,.account__container:after{display:table;content:"";line-height:0}.account__container:after{clear:both}.account .errors{margin-bottom:1rem;color:#979799}.account .hide{display:none}.account .under{text-decoration:underline}.account .divider{border:none;border-bottom:#000 solid 1px;margin:51px 0}.account .form-success{background-color:#000;color:#fff;margin-bottom:2rem;padding:1rem}.account h1,.account h2,.account h3,.account h4,.account h5{text-transform:uppercase}.account label{margin-bottom:.5rem;display:block}.account label.label-hidden{display:none}.account .account--button{position:absolute;top:0;right:0}.account input[type=text],.account input[type=email],.account input[type=password],.account input[type=tel]{font:17px "Times Sans Serif",helvetica,arial,sans-serif;padding:9px 15px;width:100%;border:#000 solid 1px;margin-bottom:1rem}.account input[type=text]::placeholder,.account input[type=email]::placeholder,.account input[type=password]::placeholder,.account input[type=tel]::placeholder{color:#000}.account input[type=text]:focus,.account input[type=email]:focus,.account input[type=password]:focus,.account input[type=tel]:focus{outline:0 none;background-color:#ede9e0}.account input[type=text]:focus::placeholder,.account input[type=email]:focus::placeholder,.account input[type=password]:focus::placeholder,.account input[type=tel]:focus::placeholder{color:rgba(0,0,0,.5)}.account select{-moz-appearance:none;-webkit-appearance:none;appearance:none;font:17px "Times Sans Serif",helvetica,arial,sans-serif;padding:9px 15px;width:100%;border:#000 solid 1px;margin-bottom:17px;background:#ede9e0 url("ico-select.svg") 97% center no-repeat;background-size:15px 5px}.account select:focus{outline:0 none;background-color:#ede9e0}.account select:focus::placeholder{color:rgba(0,0,0,.5)}.account .button{font:17px "Times Sans Serif",helvetica,arial,sans-serif;padding:5px 10px 4px 10px;border:none;color:#fff;background-color:#000;text-transform:uppercase;cursor:pointer}.account .button:focus,.account .button:active{outline:0 none}.account .button:hover{background-color:#b5a47f;color:#000}.account .button--small{font:13.6px "Times Sans Serif",helvetica,arial,sans-serif;padding:.6rem 1rem;border:#000 solid 1px;color:#000;background-color:#ede9e0;text-transform:uppercase;cursor:pointer}.account .button--small:focus,.account .button--small:active{outline:0 none}.account .button--small:hover{background-color:#b5a47f;color:#fff}.account table{width:100%;margin-bottom:17px}.account table tr th{padding:17px;font-weight:700;border-bottom:#000 solid 1px;border-top:#000 solid 1px}.account table tr td{padding:34px;border-bottom:#000 solid 1px;text-align:center}.account .create_account-button{border-top:#000 solid 1px;padding-top:2rem;margin-top:2rem}.account__title h1,.account__title h2,.account__title h3,.account__title h4,.account__title h5{margin-bottom:34px}.account__title .info{margin-bottom:34px}.account__title .button{font-size:.9rem;padding:.5rem 1rem}.account__row{display:flex;align-items:center;margin-top:10px}.account__row button,.account__row input{margin-right:5px}.account__row label{margin-bottom:0}.account__row-between{display:flex;justify-content:space-between;align-items:center}.account .default-tag{border:#000 solid 1px;color:#000;padding:4px 10px;margin-bottom:6px;display:inline-block}.account .align-right{text-align:right}.account .mt-1{margin-top:17px}.account .mt-2{margin-top:34px}.account .mt-3{margin-top:51px}.account div[data-login-form],.account div[data-recover-form],.account div[data-create-form],.account div[data-reset-password],.account div[data-active-account]{max-width:430px;width:90%;margin:0 auto}@media screen and (min-width: 0)and (max-width: 640px){.account div[data-login-form],.account div[data-recover-form],.account div[data-create-form],.account div[data-reset-password],.account div[data-active-account]{width:100%;max-width:100%}}.account [data-address-form] h4{margin-top:40px;margin-bottom:20px}.account .address-form div{margin-bottom:10px}.shopify-challenge__container{padding-top:160px}.search-top{padding:2rem 0;text-align:center;display:none;height:0;transition:all .2s}@media screen and (min-width: 0)and (max-width: 640px){.search-top{padding-top:0}}.search-top.is-show{display:block;height:auto;transition:all .2s}.search-top form{width:360px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #000}.search-top__input{border:none;width:100%;padding:.5rem 0;text-transform:uppercase}.search-top__input::placeholder{color:#000}.search-top__input:focus{outline:0 none}.search-top__button{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat;display:block;width:22px;height:22px;border:none;text-indent:-9999999px;cursor:pointer}body.template-earch .search-top{display:block;padding-bottom:3.125rem}@media screen and (min-width: 641px)and (max-width: 1024px){body.template-earch .search-top{padding-bottom:1.875rem}}@media screen and (min-width: 0)and (max-width: 640px){body.template-earch .search-top{padding-bottom:1.4285714286rem}}.page{padding:6rem .75rem 0 .75rem;width:100%;max-width:960px;min-height:calc(100vh - 370px);margin:0 auto}@media screen and (min-width: 0)and (max-width: 640px){.page{width:100%;padding-top:3rem;min-height:calc(100vh - 510px)}}.page h1{margin-bottom:1rem}.page__content p{margin-bottom:1rem}.page__content img{width:100%;height:auto}.page--form{max-width:560px;margin:0 auto}.page--form h1{margin-bottom:2rem}.page--form .form__message{margin-bottom:1rem}.page--form .form__row{margin-bottom:1rem}.page--form .form__row label{margin-bottom:.3rem;display:block}.page--form .form__row input,.page--form .form__row textarea{background-color:#ede9e0;color:#000;border:#fff;display:block;width:100%;padding:.5rem;font:17px "Times Sans Serif",helvetica,arial,sans-serif;border:#000 solid 1px}.page--form .form__row input::placeholder,.page--form .form__row textarea::placeholder{color:#000}.page--form .form__row input:focus,.page--form .form__row textarea:focus{outline:0 none}.page--form .page__form{margin-top:2rem}.page--form .form__button{margin-left:0}.page--form .form__button input[type=submit]{width:160px;background-color:#000;cursor:pointer;color:#fff;padding:.6rem;border:#000 solid 1px}.page--form .form__button input[type=submit]:hover{background-color:#b5a47f;color:#000}#CartDrawer{width:360px;background-color:#fff;position:fixed;border:#ccc solid 1px;right:.75rem;z-index:200;top:60px;overflow:auto;display:none}@media screen and (min-width: 0)and (max-width: 640px){#CartDrawer{width:calc(100% - 1.5rem);top:100px}}#CartDrawer.is-active{display:block}#CartDrawer .drawer__header{padding:1rem 1rem 0 1rem;display:flex;justify-content:space-between;align-items:center}#CartDrawer .drawer__close{font-size:1.6rem;display:block}#CartDrawer .drawer__footer{padding:1rem}#CartDrawer .drawer__footer .btn{width:100%}#CartDrawer .drawer__footer .btn--primary{background-color:#d8d8d8;padding:.3rem;text-transform:uppercase;color:#000;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:bold}#CartDrawer .drawer__footer .btn--primary:hover{background-color:#000;color:#fff}#CartDrawer .drawer__row{padding:1rem;border-bottom:#ccc solid 1px;display:flex}#CartDrawer .drawer__row figure{margin-right:1rem}#CartDrawer .drawer__title{width:60%}#CartDrawer .drawer__column{display:flex;align-items:center;margin-top:1rem;width:250px}@media screen and (min-width: 0)and (max-width: 640px){#CartDrawer .drawer__column{width:auto;display:block}#CartDrawer .drawer__column .drawer__price{margin-top:1rem}}#CartDrawer .drawer__qty{display:flex;align-items:center}#CartDrawer .drawer__qty span,#CartDrawer .drawer__qty input{display:block;font-size:1rem;border:#000 solid 1px;padding:.265rem;background-color:#fff}#CartDrawer .drawer__qty span{width:30px;text-align:center;cursor:pointer}#CartDrawer .drawer__qty span:hover{background-color:#f1f1f1}#CartDrawer .drawer__qty input{width:60px;height:30px;margin:0 -1px;text-align:center}#CartDrawer .drawer__qty input:focus{outline:0 none}#CartDrawer .drawer__price{margin-left:auto}.accordion__title{padding:.5rem 0;cursor:pointer;display:flex;justify-content:space-between}.accordion__title .caret{margin-right:1rem;margin-top:.3rem}@media screen and (min-width: 0)and (max-width: 640px){.accordion__title{padding:1rem 0}}.accordion__body{max-height:0;overflow:hidden;transition:all .5s}.accordion.is-active .accordion__body{max-height:1200px;transition:all .5s}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);height:100%;line-height:1.7;line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background, #4a5464);border-radius:0;color:#fff;color:var(--plyr-badge-text-color, #fff);font-size:9px;font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small, 13px);left:0;padding:10px;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base, 15px);padding:calc(10px * 2);padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media(min-width: 768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:0;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:0;border-radius:0;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#000;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(10px / 4);margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px / 2);padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:0;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:#4a5464;color:var(--plyr-menu-color, #4a5464);font-size:15px;font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:4px solid transparent;border:var(--plyr-menu-arrow-size, 4px) solid transparent;border-top-color:rgba(255,255,255,.9);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(((18px / 2) + calc(10px * .7)) - (4px / 2));right:calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color, #4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding-bottom:calc(calc(10px * .7)/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:calc(calc(10px * .7) * 1.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:calc(calc(10px * .7) * 1.5);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(calc(10px * .7)/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size, 4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * .7) * 4);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color, #728197);right:calc((calc(10px * .7) * 1.5) - 4px);right:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:calc(calc(10px * .7)/ 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:calc(calc(10px * .7) * 4);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% - (calc(10px * .7) * 2));width:calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color, #728197);left:calc((calc(10px * .7) * 1.5) - 4px);left:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back::before{background:#dcdfe5;background:var(--plyr-menu-back-border-color, #dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc(calc(10px * .7)/ 2);margin-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px * .7);padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:0}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing, 10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#000;background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #000)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(10px * .7) - 2) * -1);margin-right:calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:calc(calc(10px * .7) * 3.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:0;border-radius:0;color:#000;color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #000)));display:block;height:calc((3px * 2) + 13px);height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:0;border-radius:0;height:5px;height:var(--plyr-range-track-height, 5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right, currentColor 0, transparent 0);background-image:linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:0;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;margin-top:calc(((13px - 5px)/ 2) * -1);margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:0;border-radius:0;height:5px;height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:0;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#000;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#000;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#000;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: calc(768px - 1)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,.9);background:var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius, 3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:#4a5464;color:var(--plyr-tooltip-color, #4a5464);font-size:13px;font-size:var(--plyr-font-size-small, 13px);font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:calc(10px / 2) calc(calc(10px / 2) * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0, 10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((18px / 2) + calc(10px * .7));left:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0, 10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((18px / 2) + calc(10px * .7));right:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:calc(13px * -.5);margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc((5px / 2) * -1);margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:calc(10px / 2);margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color, #4a5464);padding:10px;padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#000;background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000)));color:#fff;color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr--video{background:transparent;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:transparent;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:calc(10px * 2);padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing, 10px);padding-top:calc(10px * 3.5);padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#000;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000)));color:#fff;color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:#000;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(10px * 1.5);padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,.25);color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:-webkit-full-screen{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-webkit-full-screen{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-moz-full-screen{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-ms-fullscreen{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:transparent;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin:-var(--plyr-range-track-height, 5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);background-color:var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));border-radius:0;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius, 3px);pointer-events:none;position:absolute;transform:translate(0, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:0;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:0;color:#fff;font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}/*# sourceMappingURL=style.scss.map */
