.v-select{position:relative;font-family:inherit}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__dropdown-toggle,.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex}.vs__selected-options{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855),-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);-webkit-transition-timing-function:cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;-webkit-box-shadow:none;box-shadow:none;width:0;max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{-ms-flex-item-align:center;align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6,p{margin-top:0}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:700}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-2{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-4{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-6{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-8{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-10{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-12{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-12,.col-13{-webkit-box-flex:0}.col-13{-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-14{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-14,.col-15{-webkit-box-flex:0}.col-15{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-16{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-16,.col-17{-webkit-box-flex:0}.col-17{-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-18{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-18,.col-19{-webkit-box-flex:0}.col-19{-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-20{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-20,.col-21{-webkit-box-flex:0}.col-21{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-22{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-22,.col-23{-webkit-box-flex:0}.col-23{-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-24{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:26;-ms-flex-order:25;order:25}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.offset-1{margin-left:4.16667%}.offset-2{margin-left:8.33333%}.offset-3{margin-left:12.5%}.offset-4{margin-left:16.66667%}.offset-5{margin-left:20.83333%}.offset-6{margin-left:25%}.offset-7{margin-left:29.16667%}.offset-8{margin-left:33.33333%}.offset-9{margin-left:37.5%}.offset-10{margin-left:41.66667%}.offset-11{margin-left:45.83333%}.offset-12{margin-left:50%}.offset-13{margin-left:54.16667%}.offset-14{margin-left:58.33333%}.offset-15{margin-left:62.5%}.offset-16{margin-left:66.66667%}.offset-17{margin-left:70.83333%}.offset-18{margin-left:75%}.offset-19{margin-left:79.16667%}.offset-20{margin-left:83.33333%}.offset-21{margin-left:87.5%}.offset-22{margin-left:91.66667%}.offset-23{margin-left:95.83333%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-13{-webkit-box-flex:0;-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-sm-14{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-15{-webkit-box-flex:0;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-sm-16{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-17{-webkit-box-flex:0;-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-sm-18{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-19{-webkit-box-flex:0;-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-sm-20{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-21{-webkit-box-flex:0;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-sm-22{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-23{-webkit-box-flex:0;-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-sm-24{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:26;-ms-flex-order:25;order:25}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-sm-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-sm-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-sm-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-sm-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:4.16667%}.offset-sm-2{margin-left:8.33333%}.offset-sm-3{margin-left:12.5%}.offset-sm-4{margin-left:16.66667%}.offset-sm-5{margin-left:20.83333%}.offset-sm-6{margin-left:25%}.offset-sm-7{margin-left:29.16667%}.offset-sm-8{margin-left:33.33333%}.offset-sm-9{margin-left:37.5%}.offset-sm-10{margin-left:41.66667%}.offset-sm-11{margin-left:45.83333%}.offset-sm-12{margin-left:50%}.offset-sm-13{margin-left:54.16667%}.offset-sm-14{margin-left:58.33333%}.offset-sm-15{margin-left:62.5%}.offset-sm-16{margin-left:66.66667%}.offset-sm-17{margin-left:70.83333%}.offset-sm-18{margin-left:75%}.offset-sm-19{margin-left:79.16667%}.offset-sm-20{margin-left:83.33333%}.offset-sm-21{margin-left:87.5%}.offset-sm-22{margin-left:91.66667%}.offset-sm-23{margin-left:95.83333%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-13{-webkit-box-flex:0;-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-md-14{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-15{-webkit-box-flex:0;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-md-16{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-17{-webkit-box-flex:0;-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-md-18{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-19{-webkit-box-flex:0;-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-md-20{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-21{-webkit-box-flex:0;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-md-22{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-23{-webkit-box-flex:0;-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-md-24{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:26;-ms-flex-order:25;order:25}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-md-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-md-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-md-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-md-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.offset-md-0{margin-left:0}.offset-md-1{margin-left:4.16667%}.offset-md-2{margin-left:8.33333%}.offset-md-3{margin-left:12.5%}.offset-md-4{margin-left:16.66667%}.offset-md-5{margin-left:20.83333%}.offset-md-6{margin-left:25%}.offset-md-7{margin-left:29.16667%}.offset-md-8{margin-left:33.33333%}.offset-md-9{margin-left:37.5%}.offset-md-10{margin-left:41.66667%}.offset-md-11{margin-left:45.83333%}.offset-md-12{margin-left:50%}.offset-md-13{margin-left:54.16667%}.offset-md-14{margin-left:58.33333%}.offset-md-15{margin-left:62.5%}.offset-md-16{margin-left:66.66667%}.offset-md-17{margin-left:70.83333%}.offset-md-18{margin-left:75%}.offset-md-19{margin-left:79.16667%}.offset-md-20{margin-left:83.33333%}.offset-md-21{margin-left:87.5%}.offset-md-22{margin-left:91.66667%}.offset-md-23{margin-left:95.83333%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-13{-webkit-box-flex:0;-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-lg-14{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-15{-webkit-box-flex:0;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-lg-16{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-17{-webkit-box-flex:0;-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-lg-18{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-19{-webkit-box-flex:0;-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-lg-20{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-21{-webkit-box-flex:0;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-lg-22{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-23{-webkit-box-flex:0;-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-lg-24{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:26;-ms-flex-order:25;order:25}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-lg-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-lg-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-lg-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-lg-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:4.16667%}.offset-lg-2{margin-left:8.33333%}.offset-lg-3{margin-left:12.5%}.offset-lg-4{margin-left:16.66667%}.offset-lg-5{margin-left:20.83333%}.offset-lg-6{margin-left:25%}.offset-lg-7{margin-left:29.16667%}.offset-lg-8{margin-left:33.33333%}.offset-lg-9{margin-left:37.5%}.offset-lg-10{margin-left:41.66667%}.offset-lg-11{margin-left:45.83333%}.offset-lg-12{margin-left:50%}.offset-lg-13{margin-left:54.16667%}.offset-lg-14{margin-left:58.33333%}.offset-lg-15{margin-left:62.5%}.offset-lg-16{margin-left:66.66667%}.offset-lg-17{margin-left:70.83333%}.offset-lg-18{margin-left:75%}.offset-lg-19{margin-left:79.16667%}.offset-lg-20{margin-left:83.33333%}.offset-lg-21{margin-left:87.5%}.offset-lg-22{margin-left:91.66667%}.offset-lg-23{margin-left:95.83333%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-13{-webkit-box-flex:0;-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-xl-14{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-15{-webkit-box-flex:0;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-xl-16{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-17{-webkit-box-flex:0;-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-xl-18{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-19{-webkit-box-flex:0;-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-xl-20{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-21{-webkit-box-flex:0;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-xl-22{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-23{-webkit-box-flex:0;-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-xl-24{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:26;-ms-flex-order:25;order:25}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:4.16667%}.offset-xl-2{margin-left:8.33333%}.offset-xl-3{margin-left:12.5%}.offset-xl-4{margin-left:16.66667%}.offset-xl-5{margin-left:20.83333%}.offset-xl-6{margin-left:25%}.offset-xl-7{margin-left:29.16667%}.offset-xl-8{margin-left:33.33333%}.offset-xl-9{margin-left:37.5%}.offset-xl-10{margin-left:41.66667%}.offset-xl-11{margin-left:45.83333%}.offset-xl-12{margin-left:50%}.offset-xl-13{margin-left:54.16667%}.offset-xl-14{margin-left:58.33333%}.offset-xl-15{margin-left:62.5%}.offset-xl-16{margin-left:66.66667%}.offset-xl-17{margin-left:70.83333%}.offset-xl-18{margin-left:75%}.offset-xl-19{margin-left:79.16667%}.offset-xl-20{margin-left:83.33333%}.offset-xl-21{margin-left:87.5%}.offset-xl-22{margin-left:91.66667%}.offset-xl-23{margin-left:95.83333%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.visible{visibility:visible!important}.invisible{visibility:hidden!important}body{font-family:Ubuntu,sans-serif;font-size:14px;color:#4a4a4a}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;margin:0}p{font-size:14px;line-height:22px;color:#4a4a4a}h2{font-size:25px}@media (min-width:576px) and (max-width:950px){h2{font-size:20px}}@media (max-width:576px){h2{font-size:20px}}h3{font-size:20px}@media (min-width:576px) and (max-width:950px){h3{font-size:18px}}@media (max-width:576px){h3{font-size:18px}}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}ul{padding:0;margin:0}ol{display:block;list-style-type:decimal;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}hr{border-color:hsla(0,0%,83.5%,.3);margin:0;padding:0}button{border:none}p{margin-bottom:0}a{outline:0}a,a:hover{text-decoration:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}a:hover{color:#000}a:active,a:focus{color:#000;text-decoration:none}.no-l-gutter{padding-left:0}.no-r-gutter{padding-right:0}.img-responsive{min-width:100%}.align-c{text-align:center}.align-r{text-align:right}.align-l{text-align:left}.transition{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.inline-block{display:inline-block}.block{display:block}.full-width{width:100%}.relative{position:relative}.absolute{position:absolute}.push-down-0{margin-bottom:0}.push-down-5{margin-bottom:5px}.push-down-10{margin-bottom:10px}.push-down-15{margin-bottom:15px}.push-down-20{margin-bottom:20px}.push-down-25{margin-bottom:25px}.push-down-30{margin-bottom:30px}.push-down-35{margin-bottom:35px}.push-down-40{margin-bottom:40px}.push-down-45{margin-bottom:45px}.push-down-50{margin-bottom:50px}.push-down-55{margin-bottom:55px}.push-down-60{margin-bottom:60px}.push-down-65{margin-bottom:65px}.push-down-70{margin-bottom:70px}.push-down-75{margin-bottom:75px}.push-down-80{margin-bottom:80px}.push-down-85{margin-bottom:85px}.push-down-90{margin-bottom:90px}.push-down-95{margin-bottom:95px}.push-down-100{margin-bottom:100px}.push-down-main{margin-bottom:80px}.pull-down-main{margin-top:80px}.secondary-margin{margin:60px}.push-down-secondary{margin-bottom:60px}.pull-down-secondary{margin-top:60px}.pull-down-0{margin-top:0}.pull-down-5{margin-top:5px}.pull-down-10{margin-top:10px}.pull-down-15{margin-top:15px}.pull-down-20{margin-top:20px}.pull-down-25{margin-top:25px}.pull-down-30{margin-top:30px}.pull-down-35{margin-top:35px}.pull-down-40{margin-top:40px}.pull-down-45{margin-top:45px}.pull-down-50{margin-top:50px}.pull-down-55{margin-top:55px}.pull-down-60{margin-top:60px}.pull-down-65{margin-top:65px}.pull-down-70{margin-top:70px}.pull-down-75{margin-top:75px}.pull-down-80{margin-top:80px}.pull-down-85{margin-top:85px}.pull-down-90{margin-top:90px}.pull-down-95{margin-top:95px}.pull-down-100{margin-top:100px}.main-inner{padding-top:80px;padding-bottom:80px}.secondary-inner{padding-top:60px;padding-bottom:60px}.pull-down-120{margin-top:120px}@media (min-width:576px) and (max-width:950px){.pull-down-120{margin-top:70px}}@media (max-width:576px){.pull-down-120{margin-top:50px}}.main-btn{display:inline-block;border-radius:20px;text-align:center;text-transform:uppercase}.main-btn-color{background:#ff9d00;color:#fff}.primary-color-btn{background:#488f4c;color:#fff}.primary-color-btn:hover{color:#fff;background:#51a055}.atc-color-btn{background:#eb0000;color:#fff}.normal-btn{padding:10px 20px}.long-btn,.normal-btn{font-size:17px;font-weight:700}.long-btn{padding:10px 40px}.extra-big-btn{padding:18px 45px;font-weight:700;font-size:20px;border-radius:30px}@media (min-width:576px) and (max-width:950px){.extra-big-btn{padding:15px 27px;font-size:17px}}@media (max-width:576px){.extra-big-btn{padding:13px 20px;font-size:17px}}.select-product-btn{display:block;padding:10px;font-size:17px;letter-spacing:1px;font-weight:700;background:#ff9d00;color:#fff;position:relative}.select-product-btn span{display:inline-block;position:relative;padding-left:30px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.select-product-btn span:before{position:absolute;top:0;left:0;content:url(/pl/static/img/shopping-cart-white.287623f.svg);width:auto;height:auto}.select-product-btn:hover span{-webkit-transform:scale(1.07);transform:scale(1.07);color:#fff}@media (max-width:576px){.select-product-btn{display:block;padding:8px 10px;font-size:14px;letter-spacing:1px;font-weight:700;background:#ff9d00;color:#fff;position:relative}.select-product-btn span{display:inline-block;position:relative;padding-left:25px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.select-product-btn span:before{position:absolute;top:0;left:0;content:url(/pl/static/img/shopping-cart-white.287623f.svg);width:auto;height:auto}}.main-atc-btn{padding:17px 40px;font-size:20px;font-weight:700;color:#fff;background:#eb0000;display:inline-block;border-radius:30px;text-align:center;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main-atc-btn span{position:relative;display:inline-block;padding-left:43px}.main-atc-btn span:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;content:url(/pl/static/img/cart-white.a59ecd8.svg)}.main-atc-btn:hover{background:#d70000;color:#fff}@media (max-width:576px){.main-atc-btn{padding:15px 20px;font-size:17px}.main-atc-btn span{padding-left:35px}.main-atc-btn span:before{-webkit-transform:translateY(-50%) scale(.8);transform:translateY(-50%) scale(.8)}}.simple-link{text-decoration:underline;color:#4a4a4a}.simple-link:hover{color:#488f4c;text-decoration:underline}.form-holder .single-row{width:100%;margin-bottom:0;line-height:normal}.form-holder .single-row input{width:100%;margin-top:-5px}.form-holder .single-row label{width:100%;text-align:left;margin-bottom:0;margin-top:0}.form-holder .single-row label.error{display:block;color:#f1574b}.form-holder .single-row textarea{margin-top:-5px}.form-holder .single-row.input-with-icon{position:relative}.form-holder .single-row.input-with-icon input{padding-right:37px}.form-holder .single-row.input-with-icon .input-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:5px;background:none;padding:5px;opacity:.5}.form-holder .single-row .half-width{width:50%}.form-holder .single-row.inline-label{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-holder .single-row.inline-label label{width:25%}.form-holder .single-row.inline-label label.error{width:100%;text-align:right}.form-holder .single-row.inline-label input{width:75%}.divide-row{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% + 20px);margin-left:-10px}.divide-row .width-25{width:25%;margin:0 10px;width:calc(25% - 20px)}.divide-row .width-50{width:50%;margin:0 10px;width:calc(50% - 20px)}.divide-row .width-75{width:75%;margin:0 10px;width:calc(75% - 20px)}@media (max-width:576px){.divide-row{width:calc(100% + 10px);margin-left:-5px}.divide-row .width-25,.divide-row .width-50,.divide-row .width-75{width:50%;margin:0 5px;width:calc(50% - 10px)}}.single-row{margin-bottom:12px}.single-row label{margin-bottom:4px}@media (max-width:576px){.single-row,.single-row label{margin-bottom:0}}.menu-search .single-row{margin-bottom:0}.menu-search .single-row input{width:100%;background:#fbfbfb;border-radius:2px;font-size:16px;padding:10px 11px}.menu-search label{height:0;display:none}form.tried-submiting input.error:not(.no-red),form.tried-submiting input:invalid:not(.no-red),form.tried-submiting select.error:not(.no-red),form.tried-submiting select:invalid:not(.no-red),form.tried-submiting textarea.error:not(.no-red),form.tried-submiting textarea:invalid:not(.no-red){border:1px solid #f1574b}input,select,textarea{position:relative;background:#fff;color:#494949;border:1px solid #d5d5d5;font-size:14px;font-weight:600;padding:12px 11px;-webkit-box-shadow:none;box-shadow:none;max-width:100%;margin-top:2px;border-radius:0;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}input:focus,select:focus,textarea:focus{border-color:#488f4c;-webkit-box-shadow:none;box-shadow:none}input.white-input,select.white-input,textarea.white-input{background:#fff;border:1px solid #eaeaea}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;font-size:14px;font-weight:300}input:-moz-placeholder,input::-moz-placeholder,select:-moz-placeholder,select::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#999;font-size:14px;font-weight:300}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;font-size:14px;font-weight:300}@media (max-width:576px){input,select,textarea{padding:10px 11px;margin-top:0}}input.error,select.error,textarea.error{-webkit-box-shadow:inset 1px 1px 1px 0 red!important;box-shadow:inset 1px 1px 1px 0 red!important;box-shadow-color:red!important}input.error::-webkit-input-placeholder,select.error::-webkit-input-placeholder,textarea.error::-webkit-input-placeholder{color:red}input.error:-moz-placeholder,select.error:-moz-placeholder,textarea.error:-moz-placeholder{color:red}input.error::-moz-placeholder,select.error::-moz-placeholder,textarea.error::-moz-placeholder{font-size:14px;color:red}input.error:-ms-input-placeholder,select.error:-ms-input-placeholder,textarea.error:-ms-input-placeholder{font-size:14px;color:red}[type=e-mail],[type=password] textarea,input[type=text]{outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.error{color:#f1574b;font-size:16px;margin-top:3px}.error-info{color:#f1574b;display:block;font-size:13px;font-weight:300;letter-spacing:.4px;margin-top:6px}@media (max-width:576px){.error-info{margin-top:5px;margin-bottom:0}}textarea{margin-top:0}.checkbox-holder{display:block;position:relative;padding-left:25px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-holder .checkbox-content{display:inline-block;margin-top:3px}.checkbox-holder .checkbox-content.size-12{font-size:12px;line-height:18px}.checkbox-holder.primary-checkbox{color:#488f4c}.checkbox-holder.primary-checkbox .checkmark,.checkbox-holder.primary-checkbox input:checked~.checkmark{border:1px solid #488f4c}.checkbox-holder.primary-checkbox:hover input~.checkmark{background-color:rgba(72,143,76,.08)}.checkbox-holder.primary-checkbox .checkmark:after{left:5px;top:0;width:7px;height:13px;border:solid #488f4c;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkbox-holder input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:2px;left:0;height:18px;width:18px;border:1px solid #979797;background-color:#fff}.checkbox-holder:hover input~.checkmark{background-color:hsla(0,0%,80%,.3)}.checkbox-holder input:checked~.checkmark{background-color:#fff;border:1px solid #000}.checkmark:after{content:"";position:absolute;display:none}.checkbox-holder input:checked~.checkmark:after{display:block}.checkbox-holder .checkmark:after{left:5px;top:0;width:7px;height:13px;border:solid #000;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.radio-holder{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-holder input{position:absolute;opacity:0;cursor:pointer}.radio-checkmark{position:absolute;top:-1px;left:0;width:18px;height:18px;border:1px solid hsla(0,0%,59.2%,.8);background-color:#fff;border-radius:50%}.radio-checkmark:before{width:9px;height:9px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"";display:none;border-radius:50%}.radio-holder:hover input~.radio-checkmark{background-color:hsla(0,0%,96.1%,.5)}.radio-holder input:checked~.radio-checkmark:before{background:grey;display:block}.radio-checkmark:after{content:"";position:absolute;display:none}.radio-listing{margin-left:0;list-style:none}.radio-listing li{display:block;padding:5px 0;margin-bottom:8px;position:relative}.radio-listing li label{margin-bottom:0;font-size:14px}.radio-listing .main-info .icon{position:absolute;top:10px;right:5px;max-width:90px}.radio-listing .main-info .icon img{max-width:90px}.radio-listing.payment-options li{position:relative;margin-bottom:14px}.radio-listing.payment-options li:last-of-type{margin-bottom:0}.radio-listing.payment-options li .provider-icon{position:absolute;top:0;right:0}.radio-listing.payment-options li .provider-icon img{max-width:35px;max-height:35px}@media (max-width:576px){.radio-listing{margin-left:0;list-style:none}.radio-listing li{display:block;padding:5px 0;margin-bottom:8px;position:relative}.radio-listing li label{font-size:13px}.radio-listing .radio-holder{padding-left:25px}.radio-listing.payment-options li{position:relative;margin-bottom:14px}.radio-listing.payment-options li:last-of-type{margin-bottom:0}.radio-listing.payment-options li .provider-icon{position:absolute;top:0;right:0}.radio-listing.payment-options li .provider-icon img{max-width:30px;max-height:30px}}.cupon-code{background:rgba(248,248,247,.7);padding:15px;border:1px solid hsla(0,0%,83.5%,.5)}.cupon-code .title{font-size:14px;display:block;color:#4a4a4a}@media (max-width:576px){.cupon-code{padding:13px 10px}}.different-delivery-address{background:rgba(248,248,247,.7);padding:15px;border:1px solid hsla(0,0%,83.5%,.5)}.different-delivery-address .title{font-size:14px;display:block;color:#4a4a4a}@media (max-width:576px){.different-delivery-address{padding:13px 10px}}.order-summary-holder{background:rgba(248,248,247,.7);padding:25px;border:1px solid hsla(0,0%,83.5%,.5)}@media (max-width:576px){.order-summary-holder{padding:25px 15px}}.order-summary-info table{font-size:13px;width:100%}.order-summary-info table tbody tr{border-bottom:1px solid #d5d5d5}.order-summary-info table tbody tr:first-of-type{font-weight:700;text-transform:uppercase}.order-summary-info table tbody tr td{border-right:1px solid #d5d5d5;padding:10px 8px}.order-summary-info table tbody tr td .title{margin-bottom:5px;display:block}.order-summary-info table tbody tr td .details{margin-top:8px}.order-summary-info table tbody tr td .details ul{list-style:none}.order-summary-info table tbody tr td .details ul li{display:block}.order-summary-info table tbody tr td:first-of-type{padding:10px 10px 10px 0}.order-summary-info table tbody tr td:last-of-type{border-right:none;padding:10px 0 10px 10px}@media (max-width:576px){.order-summary-info table tbody tr td .details{margin-top:6px;font-size:12px}}.quantity{margin-top:5px}.quantity ul{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none}.quantity ul li{display:inline-block}.quantity ul li input{margin-right:7px;margin-left:5px;padding:5px;max-width:45px}.add-selected-options ul{list-style:none;border:1px solid rgba(72,143,76,.3);border-radius:3px}.add-selected-options ul li{padding:25px 15px;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(72,143,76,.3)}.add-selected-options ul li:last-of-type{border-bottom:none}.add-selected-options ul li .icon{margin-right:14px;width:8%}.add-selected-options ul li .icon img{max-width:45px;min-width:45px}.add-selected-options ul li .content{width:92%}.add-selected-options ul li .content .title{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.add-selected-options ul li .content .title .checkbox-holder{width:75%}.add-selected-options ul li .content .title .price{width:25%;text-align:right;font-weight:700;color:#eb0000}.add-selected-options ul li .content .title .price del{margin-right:5px;color:#000;font-weight:lighter;opacity:.5;font-size:12px}.add-selected-options ul li .content .more-info{margin-top:8px;font-size:12px;line-height:17px;margin-left:25px;opacity:.75}@media (max-width:576px){.add-selected-options ul li{padding:20px 10px}.add-selected-options ul li .icon{margin-right:10px}.add-selected-options ul li .icon img{max-width:35px;min-width:35px}.add-selected-options ul li .content .title .checkbox-holder .checkbox-content{margin-top:0}.add-selected-options ul li .content .title .price{width:25%}.add-selected-options ul li .content .more-info{margin-top:8px;font-size:12px;line-height:16px;margin-left:25px;opacity:.75}}.order-form-holder{padding:50px 30px 30px;background:rgba(72,143,76,.1);border-radius:4px}@media (max-width:576px){.order-form-holder{padding:40px 15px 30px}}.product-summary{border:1px solid #d5d5d5;border-radius:5px}.product-summary .product-price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:5px;border-bottom:1px solid hsla(0,0%,83.5%,.6);background:#f8f8f7;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Montserrat,sans-serif}.product-summary .product-price .discount{font-size:20px;color:#fff;background:#eb0000;padding:18px 5px;font-weight:700;border-top-left-radius:4px;border-bottom-left-radius:4px}.product-summary .product-price .old-price{color:rgba(74,74,74,.7);font-size:16px;padding-right:7px;padding-left:7px}.product-summary .product-price .new-price{font-size:30px;color:#eb0000;font-weight:700;padding-right:7px;padding-left:7px}.product-summary .product-img{height:300px;text-align:center;margin:10px}.product-summary .product-img img{max-width:100%;max-height:100%}.StripeElement{-webkit-box-sizing:border-box;box-sizing:border-box;height:50px;padding:15px 12px;border:1px solid #ccc;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 #e6ebf1;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow .15s ease;-webkit-transition:-webkit-box-shadow .15s ease;transition:-webkit-box-shadow .15s ease;transition:box-shadow .15s ease;transition:box-shadow .15s ease,-webkit-box-shadow .15s ease}.StripeElement--focus{-webkit-box-shadow:0 1px 3px 0 #cfd7df;box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5!important}#card-errors{color:#d8000c;background-color:#ffd2d2;padding:12px;display:none}body{margin-top:105px}@media (min-width:951px) and (max-width:991px){body{margin-top:115px}}@media (min-width:576px) and (max-width:950px){body{margin-top:115px}}@media (max-width:576px){body{margin-top:120px}}header{position:fixed;width:100%;background:#fff;z-index:999;left:0;top:0}.locohorse .logo-holder img{height:50px;margin-top:-15px}.lococow .logo-holder img,.locoshark .logo-holder img,.locostar .logo-holder img{height:50px;margin-top:-25px}.loconatura .logo-holder img{max-width:100%;max-height:75px;margin-top:-15px}.melandoro .header-holder{padding-bottom:5px}.melandoro .logo-holder img{max-width:100%;width:100%;max-height:75px;margin-top:-15px}.locosantaballs .logo-holder img{max-width:100%;max-height:45px;margin-top:-15px}@media (max-width:576px){.locosantaballs .logo-holder img{max-height:45px}}.header-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Montserrat,sans-serif;padding-top:15px}.header-holder .logo-holder{margin-bottom:-17px;max-width:30%}.header-holder .logo-holder img{max-width:100%}.header-holder .header-contact ul{list-style:none;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:distribute;justify-content:space-around}.header-holder .header-contact ul li{display:inline-block;margin-right:15px}.header-holder .header-contact ul li:last-of-type{margin-right:0}.header-holder .header-contact ul li a{color:#4a4a4a;display:inline-block;font-size:15px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.header-holder .header-contact ul li a:hover{color:#31653d}.header-holder .header-contact ul li span.help{font-size:12px;display:block;margin-bottom:3px;color:rgba(74,74,74,.8)}.header-holder .header-contact ul li .phone-number{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#2d2d2e;color:#fff;font-size:15px;padding:6px 13px;border-radius:14px;margin-bottom:-5px}.header-holder .header-contact ul li .phone-number .phone-icon{margin-right:8px;display:inline-block}.header-holder .header-contact ul li .phone-number strong{letter-spacing:1px;color:#fff!important;display:inline-block}.header-holder .header-contact ul li .w-app{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.header-holder .header-contact ul li .w-app .icon{margin-right:5px;display:inline-block}.header-holder .header-contact ul li .w-app span{font-size:14px}.header-holder .header-cart{border-left:1px solid hsla(0,0%,83.5%,.5);padding-left:18px;padding-top:10px;padding-bottom:10px;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;position:relative}.header-holder .header-cart .cart-icon{margin-right:5px;display:inline-block}.header-holder .header-cart .header-cart-info{margin-left:5px}.header-holder .header-cart .header-cart-info strong{display:block;font-size:13px}.header-holder .header-cart .header-cart-info span{display:block;margin-top:4px;font-size:13px}.header-holder .header-cart .header-cart-info a{color:#000}.header-holder .header-cart:hover .cart-drop-down{display:block}@media (min-width:951px) and (max-width:991px){.header-holder{padding-bottom:8px}.header-holder .logo-holder{max-width:30%}.header-holder .logo-holder img{max-width:100%}.header-holder .header-contact{display:none}.header-holder .header-contact ul li{margin-right:15px}.header-holder .header-contact ul li a{font-size:14px}.header-holder .header-contact ul li span.help{display:none}.header-holder .header-contact ul li .phone-number{font-size:14px;padding:6px 10px}.header-holder .header-contact ul li .phone-number .phone-icon,.header-holder .header-contact ul li .w-app .icon{margin-right:5px}.header-holder .header-contact ul li .w-app span{font-size:13px}}@media (min-width:576px) and (max-width:950px){.header-holder{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:12px;padding-bottom:3px}.header-holder .logo-holder{max-width:50%;width:50%;margin-bottom:0}.header-holder .logo-holder img{max-width:220px}.header-holder .header-contact{display:none}.header-holder .header-contact ul{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:block}.header-holder .header-contact ul li{display:block;margin-right:0;margin-bottom:4px}.header-holder .header-contact ul li:last-of-type{margin-bottom:0}.header-holder .header-contact ul li a{font-size:13px}.header-holder .header-contact ul li span.help{display:none}.header-holder .header-contact ul li .phone-number{font-size:13px;padding:3px 8px;margin-bottom:0;display:inline-block}.header-holder .header-contact ul li .phone-number .phone-icon{margin-right:5px;max-width:17px}.header-holder .header-contact ul li .phone-number strong{letter-spacing:auto;font-size:13px}.header-holder .header-contact ul li .phone-number a{color:#fff;font-size:12px;letter-spacing:normal}.header-holder .header-contact ul li .w-app{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-holder .header-contact ul li .w-app .icon{margin-right:3px}.header-holder .header-contact ul li .w-app span{font-size:12px}}@media (max-width:576px){.header-holder{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:12px;padding-bottom:3px}.header-holder .logo-holder{max-width:50%;width:50%;margin-bottom:0;padding-right:4px}.header-holder .logo-holder img{height:auto;max-height:70px;margin-top:0}.header-holder .header-contact{display:none}.header-holder .header-contact ul{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:block}.header-holder .header-contact ul li{display:block;margin-right:0;margin-bottom:4px}.header-holder .header-contact ul li:last-of-type{margin-bottom:0}.header-holder .header-contact ul li a{font-size:13px}.header-holder .header-contact ul li span.help{display:none}.header-holder .header-contact ul li .phone-number{font-size:13px;padding:3px 8px;margin-bottom:0;display:inline-block}.header-holder .header-contact ul li .phone-number .phone-icon{margin-right:5px;max-width:17px}.header-holder .header-contact ul li .phone-number strong{letter-spacing:auto;font-size:13px}.header-holder .header-contact ul li .phone-number a{color:#fff;font-size:12px;letter-spacing:normal}.header-holder .header-contact ul li .w-app{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-holder .header-contact ul li .w-app .icon{margin-right:3px}.header-holder .header-contact ul li .w-app span{font-size:12px}}a[href^=tel]{color:inherit;text-decoration:none}.header-bottom-bar{font-family:Montserrat,sans-serif;color:#fff;text-align:center;font-size:15px;padding:10px;background:#488f4c}@media (min-width:576px) and (max-width:950px){.header-bottom-bar{font-size:12px;padding:5px}.header-bottom-bar strong{line-height:18px}}@media (max-width:576px){.header-bottom-bar{font-size:12px;padding:5px}.header-bottom-bar strong{line-height:18px}}.cart-drop-down{display:none;position:absolute;top:100%;margin-top:-2px;right:-10px;width:300px;height:auto;background:#fff;border:1px solid #d5d5d5;border-bottom:6px solid #488f4c;z-index:200;padding-top:10px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;-webkit-box-shadow:0 3px 7px -1px rgba(0,0,0,.15);box-shadow:0 3px 7px -1px rgba(0,0,0,.15)}.cart-drop-down .cart-products{max-height:300px;overflow-y:auto;overflow-x:hidden;margin-bottom:15px}.cart-drop-down .cart-products .single-cp{padding:10px 8px 8px}.cart-drop-down .cart-products .single-cp .cp-img{min-width:70px;width:70px}.cart-drop-down .cart-products .single-cp .cp-img img{max-height:70px;max-width:70px}.cart-drop-down .cart-products .single-cp .cp-info .cp-title{font-size:12px;line-height:15px}.cart-products .single-cp{padding:15px 8px 10px;border-bottom:1px solid #d8d8d8;position:relative;min-height:90px}.cart-products .single-cp,.cart-products .single-cp .cp-img{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.cart-products .single-cp .cp-img{min-width:80px;width:80px;margin-right:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-products .single-cp .cp-img img{max-height:80px;max-width:80px;vertical-align:middle;margin:0 auto;display:block}.cart-products .single-cp .cp-info{width:100%}.cart-products .single-cp .cp-info .cp-title{font-size:14px;line-height:19px;max-width:80%}.cart-products .single-cp .cp-info .cp-title a{color:#000;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cart-products .single-cp .cp-info .cp-title a:hover{opacity:.8}.cart-products .single-cp .cp-info .cp-price{margin-top:15px;text-align:right}.cart-products .single-cp .cp-info .cp-price span{display:block;font-size:14px}.cart-products .single-cp .cp-info .cp-price .old-price{border-bottom:1px solid #000;line-height:0;margin-bottom:10px;font-size:14px;display:inline-block}.cart-products .single-cp .cp-info .cp-price strong{font-size:14px;margin-left:0;margin-top:0;display:inline-block}.cart-remove-product{position:absolute;top:10px;right:3px;padding:5px}.cart-remove-product,.cart-remove-product a{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cart-remove-product a{display:inline-block}.cart-remove-product:hover,.cart-remove-product:hover a{opacity:.8}.inline-info-listing ul{list-style:none;margin-left:0;display:block;margin-bottom:0}.inline-info-listing ul li{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0;margin-bottom:0;margin-right:0}.inline-info-listing ul li .left-side{max-width:50%;margin-right:3px;font-size:14px}.inline-info-listing ul li .right-side{max-width:50%;margin-left:3px;text-align:right}.cart-mobile{position:absolute;top:100%;right:0;padding:5px 8px;background:#488f4c;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.cart-mobile img{max-width:15px;max-height:15px;margin-right:3px}.cart-mobile span{color:#fff;font-size:13px}@media (max-width:750px){div[id*=b_yrygg4hk]>div:first-child{display:none}div[id*=b_yrygg4hk] div:nth-child(2){-webkit-transform-origin:0 0!important;transform-origin:0 0!important;left:-10px!important;bottom:-14px!important}body.page--singleproduct:not(.formvisible) div[id*=b_yrygg4hk] div:nth-child(2){bottom:74px!important}}.pointer{cursor:pointer}.grey-bg{background:#f8f8f7;overflow:auto}.primary-bg{background:#31653d;overflow:auto}@media (max-width:576px){.white-bg-xs{background:#fff}}.mw-100{max-width:100%}.inner-lr-40{padding-right:40px;padding-left:40px}.whole-link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;cursor:pointer}.padding-0{padding-right:0;padding-left:0}.inner-lr-10{padding-right:10px;padding-left:10px}.main-title-with-line{text-transform:uppercase;color:#4a4a4a;position:relative;background:#fff;padding:2px 15px;z-index:10;margin-top:50px;margin-bottom:20px;overflow:hidden}.main-title-with-line:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;width:100%;height:2px;background:hsla(0,0%,83.5%,.5);content:"";z-index:-1}.main-title-with-line .title{display:inline-block;background:#fff;padding:5px 20px}.main-title-with-line h1,.main-title-with-line h2,.main-title-with-line h3,.main-title-with-line h4{color:#4a4a4a;letter-spacing:.8px;font-family:Ubuntu,sans-serif}@media (min-width:576px) and (max-width:950px){.main-title-with-line{padding:2px 10px;margin-top:30px;margin-bottom:15px}}@media (max-width:576px){.main-title-with-line{padding:2px 10px;margin-top:15px;margin-bottom:15px}}.main-title-with-line.align-l{padding:2px 0}.main-title-with-line.align-l:before{margin-left:15px;margin-right:15px}.main-title-with-line.align-l .title{display:inline-block;background:#fff;padding:5px 20px 5px 0}.main-title-with-line.primary-color:before{background:rgba(72,143,76,.5)}.main-title-with-line.primary-color .title,.main-title-with-line.primary-color h1,.main-title-with-line.primary-color h2,.main-title-with-line.primary-color h3,.main-title-with-line.primary-color h4{color:#488f4c}.main-title{font-size:22px;color:#4a4a4a;font-weight:500}.main-title.uppercase{text-transform:uppercase}.main-title.size-28{font-size:28px}.main-title.size-20{font-size:20px}.main-title.size-16{font-size:16px}.main-title.size-14{font-size:14px}.main-title.primary{color:#31653d}.main-title.white{color:#fff}@media (max-width:576px){.main-title{font-size:20px}.main-title.size-28{font-size:22px}}.main-text,.main-text p{font-size:14px;line-height:22px;color:#4a4a4a}.main-text.lighter{font-weight:lighter}.main-text.size-16,.main-text.size-16 p{font-size:16px}.products-listing-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px}.products-listing-holder .single-product{border:1px solid hsla(0,0%,83.5%,.5);border-radius:4px;width:25%;width:calc(25% - 20px);background:#fff;padding-bottom:105px;margin:20px 10px;position:relative}.products-listing-holder .single-product .product-label{position:absolute;top:-1px;left:-1px;background:url(/pl/static/img/label-discount.d8ab8a1.svg);width:72px;height:72px;z-index:105}.products-listing-holder .single-product .product-label span{position:absolute;top:50%;text-align:center;display:inline-block;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);font-size:20px;color:#fff;font-weight:700;margin-top:-20px}.products-listing-holder .product-img{text-align:center;background:#fff;display:block}.products-listing-holder .product-img img{max-width:100%;display:inline-block;padding:20px 10px 10px}.products-listing-holder .product-title{font-size:15px;display:block;padding:10px 15px;text-align:center;color:rgba(74,74,74,.7);line-height:18px;background:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.products-listing-holder .product-title:hover{color:#4a4a4a}.products-listing-holder .product-info{position:absolute;bottom:0;left:0;width:100%;background:#f8f8f7;padding:15px 15px 10px;border-top:1px solid hsla(0,0%,83.5%,.5)}.products-listing-holder .product-info .price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.products-listing-holder .product-info .price .old{font-size:18px;color:rgba(74,74,74,.85)}.products-listing-holder .product-info .price .new{font-size:26px;color:#eb0000;font-weight:700;font-family:Montserrat,sans-serif}.products-listing-holder .cta-btn{margin:8px auto 0}@media (min-width:951px) and (max-width:991px){.products-listing-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px}.products-listing-holder .single-product{border:1px solid hsla(0,0%,83.5%,.5);border-radius:4px;width:25%;width:calc(25% - 20px);background:#fff;position:relative;padding-bottom:105px;margin:20px 10px}.products-listing-holder .product-img{text-align:center;background:#fff;display:block}.products-listing-holder .product-img img{max-width:100%;display:inline-block;padding:20px 10px 10px}.products-listing-holder .product-title{font-size:15px;display:block;padding:10px 15px;text-align:center;color:rgba(74,74,74,.7);line-height:18px;background:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.products-listing-holder .product-title:hover{color:#4a4a4a}.products-listing-holder .product-info{position:absolute;bottom:0;left:0;width:100%;background:#f8f8f7;padding:15px 15px 10px;border-top:1px solid hsla(0,0%,83.5%,.5)}.products-listing-holder .product-info .price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.products-listing-holder .product-info .price .old{font-size:18px;color:rgba(74,74,74,.85)}.products-listing-holder .product-info .price .new{font-size:26px;color:#eb0000;font-weight:700;font-family:Montserrat,sans-serif}.products-listing-holder .cta-btn{margin:8px auto 0}}@media (min-width:576px) and (max-width:950px){.products-listing-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 10px);margin-left:-5px}.products-listing-holder .single-product{border:1px solid hsla(0,0%,83.5%,.5);border-radius:4px;width:50%;width:calc(50% - 10px);background:#fff;position:relative;padding-bottom:98px;margin:10px 5px}.products-listing-holder .product-img{text-align:center;background:#fff;display:block}.products-listing-holder .product-img img{min-width:100px;display:inline-block;padding:8px}.products-listing-holder .product-title{font-size:13px;padding:10px;line-height:16px}.products-listing-holder .product-info{padding:10px}.products-listing-holder .product-info .price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.products-listing-holder .product-info .price .old{font-size:14px;color:rgba(74,74,74,.85)}.products-listing-holder .product-info .price .new{font-size:22px;color:#eb0000;font-weight:700;font-family:Montserrat,sans-serif}.products-listing-holder .cta-btn{margin:8px auto 0}}@media (max-width:576px){.products-listing-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 10px);margin-left:-5px}.products-listing-holder .single-product{border:1px solid hsla(0,0%,83.5%,.5);border-radius:4px;width:50%;width:calc(50% - 10px);background:#fff;position:relative;padding-bottom:85px;margin:10px 5px}.products-listing-holder .single-product .product-label{-webkit-transform:scale(.85);transform:scale(.85)}.products-listing-holder .single-product .product-label span{margin-top:-20px}.products-listing-holder .product-img{text-align:center;background:#fff;display:block}.products-listing-holder .product-img img{min-width:100px;display:inline-block;padding:8px}.products-listing-holder .product-title{font-size:13px;padding:10px;line-height:16px}.products-listing-holder .product-info{padding:10px}.products-listing-holder .product-info .price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.products-listing-holder .product-info .price .old{font-size:14px;color:rgba(74,74,74,.85)}.products-listing-holder .product-info .price .new{font-size:22px;color:#eb0000;font-weight:700;font-family:Montserrat,sans-serif}.products-listing-holder .cta-btn{margin:8px auto 0}}.main-features-listing ul{list-style:none;-webkit-box-pack:justify;-ms-flex-pack:distribute;justify-content:space-around;width:calc(100% + 30px);margin-left:-15px}.main-features-listing ul,.main-features-listing ul li{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.main-features-listing ul li{width:25%;margin:0 15px;width:calc(25% - 30px);background:#488f4c;color:#fff;font-weight:700;font-size:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;padding:15px}.main-features-listing ul li .icon{width:35%;margin-right:15px;text-align:center}.main-features-listing ul li .icon img{max-width:80%;text-align:center;margin:0 auto}.main-features-listing ul li .title{width:70%;line-height:20px;font-size:16px}@media (min-width:951px) and (max-width:991px){.main-features-listing ul{width:calc(100% + 20px);margin-left:-10px}.main-features-listing ul li{width:25%;margin:0 10px;width:calc(25% - 20px);padding:10px}.main-features-listing ul li .icon{width:20%;margin-right:10px}.main-features-listing ul li .icon img{max-width:80%;max-height:45px}.main-features-listing ul li .title{width:75%;font-size:16px}}@media (min-width:576px) and (max-width:950px){.main-features-listing ul{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px}.main-features-listing ul li{width:50%;width:calc(50% - 20px);margin:0 10px 10px;min-height:75px;padding:10px}.main-features-listing ul li .icon{width:20%;margin-right:10px}.main-features-listing ul li .icon img{max-width:80%;max-height:45px}.main-features-listing ul li .title{width:75%;font-size:16px}}@media (max-width:576px){.main-features-listing ul{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-left:0}.main-features-listing ul li{width:100%;margin:0 0 8px;min-height:65px;padding:10px}.main-features-listing ul li:last-of-type{margin-bottom:0}.main-features-listing ul li .icon{width:20%;margin-right:10px}.main-features-listing ul li .icon img{max-width:80%;max-height:45px}.main-features-listing ul li .title{width:75%;font-size:16px}}.tabs-holder{background:#fff;border:1px solid #d5d5d5}.tabs-holder .tabs-header ul{list-style:none}.tabs-holder .tabs-header ul,.tabs-holder .tabs-header ul li{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.tabs-holder .tabs-header ul li{cursor:pointer;-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:1;-ms-flex:1;flex:1;border-right:1px solid hsla(0,0%,83.5%,.5);border-bottom:1px solid hsla(0,0%,83.5%,.5)}.tabs-holder .tabs-header ul li:last-of-type{border-right:0}.tabs-holder .tabs-header ul li a{height:100%;width:100%;font-size:16px;color:hsla(0,0%,60.8%,.7);display:block;font-weight:600;text-align:center;padding:10px 10px 17px;border-top:6px solid transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tabs-holder .tabs-header ul li a span.number{color:#fff;background:#ff9d00;padding:5px 15px;border-radius:20px;margin-left:10px;font-size:14px}.tabs-holder .tabs-header ul li a:hover{color:#9b9b9b}.tabs-holder .tabs-header ul li.selected{border-bottom:none}.tabs-holder .tabs-header ul li.selected a{color:#31653d;border-top:6px solid #31653d}.tabs-holder .tab-content{padding:60px 25px}@media (min-width:576px) and (max-width:950px){.tabs-holder{border:1px solid #d5d5d5}.tabs-holder .tabs-header ul li a{font-size:13px;padding:10px 5px 13px;border-top:4px solid transparent}.tabs-holder .tabs-header ul li a span.number{padding:3px 5px;margin-left:8px;font-size:12px}.tabs-holder .tabs-header ul li a:hover{color:#9b9b9b}.tabs-holder .tabs-header ul li.selected{border-bottom:none}.tabs-holder .tabs-header ul li.selected a{color:#31653d;border-top:4px solid #31653d}.tabs-holder .tab-content{padding:30px 15px}}@media (max-width:576px){.tabs-holder{border:none}.tabs-holder .tabs-header ul{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs-holder .tabs-header ul li{width:100%;-webkit-box-flex:auto;-ms-flex:auto;flex:auto;border-right:none;display:block;border-bottom:none}.tabs-holder .tabs-header ul li a{text-align:left;border-top:4px solid #31653d;font-size:18px;color:#31653d;padding:12px 10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tabs-holder .tabs-header ul li a span.number{padding:3px 7px;margin-left:8px;font-size:12px}.tabs-holder .tabs-header ul li.selected a{border-top:4px solid #31653d}.tabs-holder .tab-content{padding:30px 10px}}.benefits-listing{list-style:none}.benefits-listing li{text-align:left;display:block;margin-bottom:22px;position:relative;padding-left:35px}.benefits-listing li:before{position:absolute;top:0;left:0;content:url(/pl/static/img/check.b8d70e3.svg);max-width:20px;max-height:20px}.benefits-listing li:last-of-type{margin-bottom:0}.benefits-listing li .title{text-transform:uppercase;font-size:16px;margin-bottom:4px}.benefits-listing li .content{font-weight:lighter;font-size:13px;line-height:18px}.courier-listing{list-style:none}.courier-listing li{display:block}.product-average-rating strong{font-size:16px;display:block}.rating-stars-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:30px;background:#f8f8f7;padding:2px 13px;display:inline-block}.rating-stars-holder .rating-stars{margin-right:12px;display:inline-block}.rating-stars-holder .number{vertical-align:middle;display:inline-block;font-size:20px;font-family:Montserrat,sans-serif;font-weight:700}.rating-stars-holder .number span{color:rgba(74,74,74,.5);display:inline-block;font-size:12px;font-weight:lighter;font-family:Ubuntu,sans-serif}ul.rating-stars{list-style:none}ul.rating-stars li{display:inline-block}ul.rating-stars li img{width:18px;height:18px}.testiamonials-listing .single-testiamonial{background:rgba(248,248,247,.5);padding:25px;border-radius:5px;margin-bottom:20px}.testiamonials-listing .single-testiamonial .info{margin-bottom:15px;margin-top:15px}.testiamonials-listing .single-testiamonial .content{font-weight:300;font-size:14px;line-height:22px}@media (max-width:576px){.testiamonials-listing .single-testiamonial{padding:15px;margin-bottom:20px}.testiamonials-listing .single-testiamonial .info{margin-bottom:10px;margin-top:10px}.testiamonials-listing .single-testiamonial .content{font-weight:300;font-size:13px;line-height:20px}}.videoWrapper{margin-top:20px;margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0;clear:both}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.product-presentation-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.product-presentation-holder .img-holder{width:50%;text-align:center;position:relative;margin-right:20px}.product-presentation-holder .img-holder img{display:inline-block;max-width:100%;max-height:100%;margin-top:45px;margin-bottom:20px}.product-presentation-holder .img-holder .product-label{position:absolute;top:-2px;left:-2px;background:url(/pl/static/img/label-discount-big.044df54.svg);width:112px;height:118px;color:#fff;z-index:99;font-weight:700}.product-presentation-holder .img-holder .product-label span{position:absolute;top:30px;left:-1px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);display:inline-block;font-size:24px}.product-presentation-holder .info-holder{width:50%;padding:30px 50px}.product-presentation-holder .info-holder ul.info-labels{list-style:none;overflow:hidden}.product-presentation-holder .info-holder ul.info-labels li{display:inline-block;color:#fff;font-family:Montserrat,sans-serif;padding:5px 30px 5px 25px;margin-right:-18px;-webkit-clip-path:polygon(7% 1%,100% 0,94% 100%,0 100%);clip-path:polygon(7% 1%,100% 0,94% 100%,0 100%)}.product-presentation-holder .info-holder ul.info-labels li.recomended{background:#5dad61}.product-presentation-holder .info-holder ul.info-labels li.new{background:#488f4c}.product-presentation-holder .info-holder ul.info-labels li.good-price{background:#31653d}.product-presentation-holder .info-holder ul.info-labels li:last-of-type{-webkit-clip-path:polygon(7% 1%,100% 0,100% 100%,0 100%);clip-path:polygon(7% 1%,100% 0,100% 100%,0 100%);padding:5px 25px}.product-presentation-holder .info-holder .content{max-width:500px}.product-presentation-holder .info-holder .content .product-title{font-size:26px;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:10px;margin-top:10px;line-height:36px}.product-presentation-holder .info-holder .content .rating-stars-holder{margin-bottom:15px}.product-presentation-holder .info-holder .content .product-description .more-info{display:inline-block;padding-top:5px;padding-bottom:5px}.product-presentation-holder .info-holder .content .product-description .more-info .icon{margin-right:7px}.product-presentation-holder .info-holder .content .product-description .more-info span{font-size:16px;display:inline-block;color:#488f4c;text-decoration:underline;font-family:Montserrat,sans-serif;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.product-presentation-holder .info-holder .content .product-description .more-info:hover span{color:#31653d}.product-presentation-holder .info-holder .content .product-price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:5px;border:1px solid hsla(0,0%,83.5%,.6);background:#f8f8f7;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Montserrat,sans-serif}.product-presentation-holder .info-holder .content .product-price .discount{font-size:34px;color:#fff;background:#eb0000;padding:14px 10px;font-weight:700;border-top-left-radius:4px;border-bottom-left-radius:4px}.product-presentation-holder .info-holder .content .product-price .old-price{color:rgba(74,74,74,.7);font-size:30px;padding-right:10px;padding-left:10px}.product-presentation-holder .info-holder .content .product-price .new-price{font-size:42px;color:#eb0000;font-weight:700;padding-right:10px;padding-left:10px}@media (min-width:576px) and (max-width:950px){.product-presentation-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-presentation-holder .img-holder{width:100%;text-align:center;position:relative;margin-right:0}.product-presentation-holder .img-holder .single{height:50vh}.product-presentation-holder .img-holder img{display:inline-block;max-width:100%;max-height:100%;margin-top:30px;margin-bottom:15px}.product-presentation-holder .img-holder .product-label{position:absolute;top:-2px;left:-2px;background:url(/pl/static/img/label-discount.d8ab8a1.svg);width:72px;height:72px;color:#fff;font-weight:700}.product-presentation-holder .img-holder .product-label span{position:absolute;top:14px;left:-1px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);display:inline-block;font-size:22px}.product-presentation-holder .info-holder{width:100%;padding:10px 15px 20px}.product-presentation-holder .info-holder .content{max-width:500px;margin:0 auto}.product-presentation-holder .info-holder .content .product-title{font-size:24px;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:10px;margin-top:10px}.product-presentation-holder .info-holder .content .rating-stars-holder{margin-bottom:15px}.product-presentation-holder .info-holder .content .product-description .more-info{display:inline-block;padding-top:5px;padding-bottom:5px}.product-presentation-holder .info-holder .content .product-description .more-info .icon{margin-right:7px}.product-presentation-holder .info-holder .content .product-description .more-info span{font-size:16px;display:inline-block;color:#488f4c;text-decoration:underline;font-family:Montserrat,sans-serif;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.product-presentation-holder .info-holder .content .product-description .more-info:hover span{color:#31653d}.product-presentation-holder .info-holder .content .product-price{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-top:35px}.product-presentation-holder .info-holder .content .product-price .discount{font-size:22px;padding:8px 12px;position:absolute;top:-30px;left:0;border-radius:5px}.product-presentation-holder .info-holder .content .product-price .old-price{color:rgba(74,74,74,.7);font-size:16px;padding-right:10px;padding-left:10px}.product-presentation-holder .info-holder .content .product-price .new-price{font-size:35px;padding-top:10px;padding-bottom:10px}}@media (max-width:576px){.product-presentation-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-presentation-holder .img-holder{width:100%;text-align:center;position:relative;margin-right:0}.product-presentation-holder .img-holder .single{height:50vh}.product-presentation-holder .img-holder img{display:inline-block;max-width:100%;max-height:100%;margin-top:30px;margin-bottom:15px}.product-presentation-holder .img-holder .product-label{position:absolute;top:0;left:-2px;background:red;width:72px;height:72px;color:#fff;font-weight:700}.product-presentation-holder .img-holder .product-label span{position:absolute;top:14px;left:-1px;-webkit-transform:rotate(0deg);transform:rotate(0deg);display:inline-block;font-size:22px}.product-presentation-holder .info-holder{width:100%;padding:10px 15px 20px}.product-presentation-holder .info-holder .content{max-width:500px}.product-presentation-holder .info-holder .content .product-title{font-size:24px;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:10px;margin-top:10px}.product-presentation-holder .info-holder .content .rating-stars-holder{margin-bottom:15px}.product-presentation-holder .info-holder .content .product-description .more-info{display:inline-block;padding-top:5px;padding-bottom:5px}.product-presentation-holder .info-holder .content .product-description .more-info .icon{margin-right:7px}.product-presentation-holder .info-holder .content .product-description .more-info span{font-size:16px;display:inline-block;color:#488f4c;text-decoration:underline;font-family:Montserrat,sans-serif;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.product-presentation-holder .info-holder .content .product-description .more-info:hover span{color:#31653d}.product-presentation-holder .info-holder .content .product-price{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-top:35px}.product-presentation-holder .info-holder .content .product-price .discount{font-size:22px;padding:8px 12px;position:absolute;top:-30px;left:0;border-radius:5px}.product-presentation-holder .info-holder .content .product-price .old-price{color:rgba(74,74,74,.7);font-size:16px;padding-right:10px;padding-left:10px}.product-presentation-holder .info-holder .content .product-price .new-price{font-size:35px;padding-top:10px;padding-bottom:10px}}.product-presentation-holder.dark-mode,.product-presentation-holder.dark-mode .main-text,.product-presentation-holder.dark-mode .main-title{color:#fff}.product-presentation-holder.dark-mode .info-holder{background:url(/pl/static/img/dark-bg-big.7e162e4.jpg);background-size:cover;background-repeat:no-repeat}.product-presentation-holder.dark-mode .info-holder ul.info-labels li{color:#fff;font-family:Montserrat,sans-serif;padding:5px 30px 5px 25px;margin-right:-18px;-webkit-clip-path:polygon(7% 1%,100% 0,94% 100%,0 100%);clip-path:polygon(7% 1%,100% 0,94% 100%,0 100%)}.product-presentation-holder.dark-mode .info-holder ul.info-labels li.recomended{background:#5dad61}.product-presentation-holder.dark-mode .info-holder ul.info-labels li.new{background:#488f4c}.product-presentation-holder.dark-mode .info-holder ul.info-labels li.good-price{background:#31653d}.product-presentation-holder.dark-mode .info-holder ul.info-labels li:last-of-type{-webkit-clip-path:polygon(7% 1%,100% 0,100% 100%,0 100%);clip-path:polygon(7% 1%,100% 0,100% 100%,0 100%);padding:5px 25px}.product-presentation-holder.dark-mode .info-holder .content .product-title{font-size:26px;font-weight:700}.product-presentation-holder.dark-mode .info-holder .content .rating-stars-holder{background:#000}.product-presentation-holder.dark-mode .info-holder .content .product-description .main-text,.product-presentation-holder.dark-mode .info-holder .content .rating-stars-holder .number span{color:#fff}.product-presentation-holder.dark-mode .info-holder .content .product-description .more-info span{color:#7fbe82}.product-presentation-holder.dark-mode .info-holder .content .product-description .more-info:hover span{color:#488f4c}.product-presentation-holder.dark-mode .info-holder .content .product-price{border:none;background:#f8f8f7}.product-presentation-holder.dark-mode .info-holder .content .product-price .discount{color:#fff}.product-presentation-holder.dark-mode .info-holder .content .product-price .old-price{color:rgba(74,74,74,.7)}.product-presentation-holder.dark-mode .info-holder .content .product-price .new-price{color:#eb0000}.select-quantity-holder .options,.select-quantity-holder .options .single{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.select-quantity-holder .options .single{border:3px solid hsla(0,0%,83.5%,.3);background:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:8px;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.select-quantity-holder .options .single:last-of-type{margin-right:0}.select-quantity-holder .options .single .quantity{padding:12px 10px;margin-top:0;width:45%;text-align:center;font-size:35px;color:#fff;background:#000;font-weight:700;height:100%}.select-quantity-holder .options .single .quantity span{font-size:13px;display:block;font-weight:400;margin-top:3px}.select-quantity-holder .options .single .info{width:70%}.select-quantity-holder .options .single .info .discount{display:block;background:#ff9d00;color:#fff;font-weight:700;font-size:19px;text-align:center;padding:4px 5px}.select-quantity-holder .options .single .info .new-price{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:70%}.select-quantity-holder .options .single .info .new-price .price{width:100%;font-size:18px;display:block;text-align:center;color:#000;font-weight:700;margin-top:5px}.select-quantity-holder .options .single .info .new-price .per-unit{width:100%;font-size:11px;display:block;text-align:center;margin-top:2px;opacity:.75}.select-quantity-holder .options .single.selected{border:3px solid #eb9000}.select-quantity-holder .options .single.selected,.select-quantity-holder .options .single:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@media (max-width:576px){.select-quantity-holder .options .single{border:2px solid hsla(0,0%,83.5%,.3);-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:6px}.select-quantity-holder .options .single .quantity{padding:5px;margin-top:0;font-size:22px;height:auto;width:100%}.select-quantity-holder .options .single .quantity span{font-size:13px;margin-top:0;display:inline-block}.select-quantity-holder .options .single .info{width:100%}.select-quantity-holder .options .single .info .discount{font-size:16px;padding:4px 5px}.select-quantity-holder .options .single .info .new-price{-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto}.select-quantity-holder .options .single .info .new-price .price{width:100%;font-size:18px;margin-top:8px}.select-quantity-holder .options .single .info .new-price .per-unit{width:100%;font-size:11px;margin-top:5px;opacity:.75;margin-bottom:5px}.select-quantity-holder .options .single.selected{border:2px solid #eb9000}}.select-quantity-holder.dark-mode .options{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.select-quantity-holder.dark-mode .options .single{border:3px solid rgba(0,0,0,.8)}.select-quantity-holder.dark-mode .options .single .quantity{color:#fff;background:#000}.select-quantity-holder.dark-mode .options .single .info .discount{background:#ff9d00;color:#fff}.select-quantity-holder.dark-mode .options .single .info .new-price .price{color:#000;font-weight:700}.select-quantity-holder.dark-mode .options .single .info .new-price .per-unit{color:#000}.select-quantity-holder.dark-mode .options .single.selected{border:3px solid #eb9000}.timer-holder .timer-content{list-style:none}.timer-holder .timer-content li{display:inline-block;border-radius:4px;background:rgba(72,143,76,.7);padding:10px;min-width:60px;color:#fff;position:relative;margin-right:18px}.timer-holder .timer-content li:before{position:absolute;top:50%;right:-17px;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:" : ";width:auto;height:auto;font-size:50px;color:#488f4c}.timer-holder .timer-content li:last-of-type{margin-right:0}.timer-holder .timer-content li:last-of-type:before{display:none}.timer-holder .timer-content li strong{font-size:35px;display:block;text-align:center}.timer-holder .timer-content li span{font-size:14px;font-weight:lighter;display:block;text-align:center;color:#fff}@media (max-width:576px){.timer-holder .timer-content li{padding:10px;min-width:50px;margin-right:18px}.timer-holder .timer-content li:before{top:25px;right:-15px;content:" : ";font-size:40px}.timer-holder .timer-content li strong{font-size:30px}.timer-holder .timer-content li span{font-size:14px}}.timer-holder.dark-mode .timer-content li{background:#000}.stock-info{border-top:2px solid hsla(0,0%,83.5%,.5);border-bottom:2px solid hsla(0,0%,83.5%,.5);padding-top:10px;padding-bottom:10px;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stock-info .content{width:65%;margin-right:5px}.stock-info .content strong{font-size:16px;color:#4a4a4a}.stock-info .content strong span{color:#eb0000}.stock-info .graph{width:35%;border-radius:14px;border:1px solid #afafaf;height:10px}.stock-info .graph .active{background:#eb0000;height:10px;border-radius:14px}@media (max-width:576px){.stock-info{padding-top:10px;padding-bottom:10px}.stock-info .content{width:70%;margin-right:5px}.stock-info .content strong{font-size:14px}.stock-info .graph{width:30%}}.stock-info.dark-mode{border-top:2px solid hsla(0,0%,83.5%,.2);border-bottom:2px solid hsla(0,0%,83.5%,.2)}.stock-info.dark-mode .content strong{color:#fff}.stock-info.dark-mode .graph{border:1px solid #afafaf;background:#fff}.stock-info.dark-mode .graph .active{background:#eb0000;height:8px}.img-slide-controls .arrow{position:absolute;padding:10px;border-radius:4px;background:hsla(0,0%,100%,.8);display:inline-block;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-slide-controls .arrow:hover{opacity:.8}.img-slide-controls .arrow:last-of-type{margin-right:0}@media (max-width:576px){.img-slide-controls .arrow{-webkit-transform:scale(.7);transform:scale(.7)}}.img-slide-controls .arrow img{margin:0;padding:0}.img-slide-controls .right-arrow{top:150px;left:5px}.img-slide-controls .left-arrow{top:150px;right:5px}.shop-features{list-style:none;border:1px solid #d5d5d5;border-top:none;margin-top:-3px}.shop-features>li{display:block;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #d5d5d5;padding:15px 10px;background:#f8f8f7}.shop-features>li .icon{width:20%}.shop-features>li .icon img{max-width:100%}.shop-features>li .content{width:80%}.shop-features>li .content .title{font-weight:700;font-family:Montserrat,sans-serif;margin-bottom:4px}.shop-features ul.payment-options{list-style:none;display:block}.shop-features ul.payment-options li{display:inline-block;width:20%}.shop-features ul.payment-options li img{max-width:42px;margin-bottom:4px;margin-top:4px;margin-right:3px}.fixed-buy-product-bar{position:fixed;bottom:0;left:0;background:#2d2d2e;z-index:150;width:100%;padding:10px 0;color:#fff}.fixed-buy-product-bar .content-holder{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fixed-buy-product-bar .content-holder .img-holder{width:10%;border-radius:8px;overflow:hidden;margin-right:10px;max-height:70px;max-width:70px}.fixed-buy-product-bar .content-holder .img-holder img{max-width:100%;max-height:100%}.fixed-buy-product-bar .content-holder .title-holder{width:50%;font-size:16px}.fixed-buy-product-bar .content-holder .price-holder{width:20%}.fixed-buy-product-bar .content-holder .price-holder del{opacity:.7;font-size:16px;margin-right:10px}.fixed-buy-product-bar .content-holder .price-holder strong{font-size:30px}.fixed-buy-product-bar .content-holder .cta-holder{width:20%}@media (max-width:576px){.fixed-buy-product-bar{padding:8px 0 20px}.fixed-buy-product-bar .content-holder .img-holder{width:20%;max-height:60px;max-width:60px}.fixed-buy-product-bar .content-holder .title-holder{width:50%;font-size:16px;display:none}.fixed-buy-product-bar .content-holder .price-holder{width:30%;text-align:center;margin-right:5px;margin-left:5px}.fixed-buy-product-bar .content-holder .price-holder del{font-size:15px;margin-right:10px;display:block}.fixed-buy-product-bar .content-holder .price-holder strong{font-size:25px;display:block}.fixed-buy-product-bar .content-holder .cta-holder{width:40%}}.vjs-custom-skin>.video-js{width:100%;font-family:PingFang SC,Helvetica Neue,Hiragino Sans GB,Segoe UI,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",sans-serif}.video-js.vjs-no-flex .vjs-menu-button-inline,.vjs-custom-skin>.video-js .vjs-menu-button-inline.vjs-slider-active,.vjs-custom-skin>.video-js .vjs-menu-button-inline:focus,.vjs-custom-skin>.video-js .vjs-menu-button-inline:hover{width:10em}.vjs-custom-skin>.video-js .vjs-controls-disabled .vjs-big-play-button{display:none!important}.vjs-custom-skin>.video-js .vjs-control{width:3em}.vjs-custom-skin>.video-js .vjs-control.vjs-live-control{width:auto;padding-left:.5em;letter-spacing:.1em}.vjs-custom-skin>.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-menu-button-inline .vjs-menu{left:3em}.vjs-custom-skin>.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none!important}.vjs-custom-skin>.video-js .vjs-mouse-display:after,.vjs-custom-skin>.video-js .vjs-play-progress:after{padding:0 .4em .3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block!important}.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.vjs-custom-skin>.video-js .vjs-big-play-button{display:block}.vjs-custom-skin>.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;margin-top:-1em;background-color:rgba(0,0,0,.45);font-size:3.5em;height:2em!important;line-height:2em!important;margin-top:-1em!important}.video-js:hover .vjs-big-play-button,.vjs-custom-skin>.video-js .vjs-big-play-button:active,.vjs-custom-skin>.video-js .vjs-big-play-button:focus{background-color:rgba(36,131,213,.9)}.vjs-custom-skin>.video-js .vjs-loading-spinner{border-color:rgba(36,131,213,.8)}.vjs-custom-skin>.video-js .vjs-control-bar2{background-color:#000}.vjs-custom-skin>.video-js .vjs-control-bar{color:#fff;font-size:14px}.vjs-custom-skin>.video-js .vjs-play-progress,.vjs-custom-skin>.video-js .vjs-volume-level{background-color:#2483d5}.vjs-custom-skin>.video-js .vjs-play-progress:before{top:-.3em}.vjs-custom-skin>.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.3em}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.vjs-custom-skin>.video-js .vjs-menu li{padding:0;line-height:2em;font-size:1.1em;font-family:PingFang SC,Helvetica Neue,Hiragino Sans GB,Segoe UI,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",sans-serif}.vjs-custom-skin>.video-js .vjs-mouse-display:after,.vjs-custom-skin>.video-js .vjs-play-progress:after,.vjs-custom-skin>.video-js .vjs-time-tooltip{border-radius:0;font-size:1em;padding:0;width:3em;height:1.5em;line-height:1.5em;top:-3em}.vjs-custom-skin>.video-js .vjs-menu-button-popup .vjs-menu{width:5em;left:-1em}.vjs-custom-skin>.video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-play-control{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-time-control{min-width:1em;padding:0;margin:0 .1em;text-align:center;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{font-size:1.2em;line-height:2.4}.vjs-custom-skin>.video-js .vjs-progress-control.vjs-control{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-volume-menu-button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label{display:block;line-height:3em}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.vjs-custom-skin>.video-js .vjs-control-bar .vjs-fullscreen-control{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.attribute-color-holder{margin-top:10px}.attribute-color-holder .color{cursor:pointer;display:inline-block;width:50px;height:30px;margin-right:10px;border-radius:3px;margin-top:4px;border:2px solid #ccc}.attribute-color-holder .color.active{border-color:#000}.attribute-size-holder{margin-top:10px}.attribute-size-holder .size{cursor:pointer;display:inline-block;margin-right:10px;border-radius:3px;margin-top:4px;padding:10px 15px;text-align:center;border:2px solid #ccc}.attribute-size-holder .size.active{border-color:#000}.sold-out-overlay-homepage{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:201;border-radius:10px}.sold-out-overlay-homepage .sold-out-text a{color:#fff;position:absolute;left:50%;top:50%;font-weight:700;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000;padding:15px}.sold-out-order-form{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:201;border-radius:10px}.sold-out-order-form .sold-out-text{font-size:26px;color:#fff;position:absolute;left:50%;top:10%;font-weight:700;-webkit-transform:translate(-50%);transform:translate(-50%);background:#000;padding:15px}.of-age-modal{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9991;top:0}.of-age-modal .modal{position:absolute;padding:25px;background:#fff;border-radius:5px;width:90%;max-width:500px;left:50%;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.of-age-modal .modal img{max-width:100%}.of-age-modal .modal p{font-size:12px}.of-age-modal .modal .yes-button{margin-top:10px;display:block;max-width:350px;padding:10px 15px;color:#fff;background:#31653d}.of-age-modal .modal .no-button{display:block;max-width:350px;padding:10px 15px;color:#000;border:1px solid #31653d}input.success{border-color:#8fbc8f}.black-friday{background:#000}.black-friday .product-presentation-holder{background:#000;color:#fff}.black-friday .main-text,.black-friday .main-text p,.black-friday .product-average-rating strong{color:#fff}.black-friday .grey-bg,.black-friday .tab-content{background:#000}.black-friday .benefits-listing,.black-friday .main-title{color:#fff}.black-friday .order-summary-holder,.black-friday .testiamonials-listing .single-testiamonial{background:#fff;color:#000!important}.black-friday .order-summary-holder .main-title{color:#000}.black-friday .checkbox-holder .checkbox-content,.black-friday .checkbox-holder .checkbox-content a{color:#fff}.black-friday .add-selected-options{background:#fff}.black-friday .add-selected-options .checkbox-holder .checkbox-content{background:#000;padding:4px 5px;border-radius:3px}.black-friday .per-unit{color:#000}.black-friday .attribute-color-holder .color.active{border-style:dashed;border-color:red}.vs__dropdown-toggle{height:38px;padding:0!important}.vs__dropdown-toggle input{width:0!important;margin-top:0!important}.cart-v2{max-width:600px;margin:0 auto}.cart-v2 .v2-notification{background:#62cbf4;padding:18px;color:#fff;font-size:14px;text-align:center}.cart-v2 .v2-notification span{padding:0 10px}.cart-v2 hr{border-color:rgba(98,203,244,.5)!important}.locostar .header-bottom-bar{color:#000}.locostar .cart-v2 .v2-notification{background:#fffe80;color:#000}.locostar .cart-v2 hr{border-color:rgba(255,252,0,.5)!important}.locostar .v2-cart-step .single-step.active,.locostar .v2-feature .v2-feature-content .title{color:#000}.locostar .v2-bubble-notification{border-color:#fffc00;background:ivory}.locostar .v2-promo-code .promo-code-button{border-color:#f0ed00;background:#fffc1a;color:#000}.locostar .primary-bg{background:#fffc29}.locostar .product-presentation-holder .info-holder ul.info-labels li.good-price{background:#8ade50}.locostar .product-presentation-holder .info-holder ul.info-labels li.recomended{background:#69cb26}.locostar .main-features-listing ul li,.locostar .primary-bg,.locostar .primary-color-btn,.locostar .select-product-btn{background:#8ade50}.lococow .cart-v2 .v2-notification{background:#958dbf}.lococow .cart-v2 hr{border-color:rgba(112,102,169,.5)!important}.lococow .v2-cart-step .single-step.active,.lococow .v2-feature .v2-feature-content .title{color:#7066a9}.lococow .v2-bubble-notification{border-color:#7066a9;background:#f9f9fc}.lococow .v2-promo-code .promo-code-button{border-color:#7066a9;background:#7f76b2}.lococow .primary-bg{background:#8880b8}.lococow .product-presentation-holder .info-holder ul.info-labels li.good-price,.lococow .select-product-btn{background:#f47a9a}.locohorse .cart-v2 .v2-notification{background:#43596d}.locohorse .cart-v2 hr{border-color:rgba(44,58,71,.5)!important}.locohorse .v2-cart-step .single-step.active,.locohorse .v2-feature .v2-feature-content .title{color:#2c3a47}.locohorse .v2-bubble-notification{border-color:#2c3a47;background:#d8e0e7}.locohorse .v2-promo-code .promo-code-button{border-color:#2c3a47;background:#364757}.locohorse .primary-bg{background:#3c4f60}.locohorse .product-presentation-holder .info-holder ul.info-labels li.good-price,.locohorse .select-product-btn{background:#f0932b}.v2-feature{position:relative;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}.v2-feature .v2-feature-icon{width:20%;text-align:center}.v2-feature .v2-feature-icon img{max-width:60px}.v2-feature .v2-feature-content{width:80%}.v2-feature .v2-feature-content .title{font-size:16px;color:#0085ca;font-weight:700}.v2-feature .v2-feature-content .details{font-size:14px;color:#000;margin-top:7px}.v2-cart-step .single-step{background:rgba(98,203,244,.1);color:#aaa;font-size:20px;padding:33px 15px;text-align:center}.v2-cart-step .single-step strong{display:block}.v2-cart-step .single-step.active{background:#fff;color:#0085ca}.v2-bubble-notification{background:#edfaff;padding:15px;border:2px solid #62cbf4;border-radius:8px;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;position:relative}.v2-bubble-notification .close-notification{position:absolute;top:-11px;right:-11px}.v2-bubble-notification .icon{width:40px}.v2-bubble-notification .content{width:100%;line-height:19px;font-size:16px}.v2-bubble-notification.simple{display:block;text-align:center}.v2-progress-bar .progress-bar-holder{width:100%;height:26px;background:#c4c4c4;position:relative;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25);box-shadow:0 2px 4px rgba(0,0,0,.25)}.v2-progress-bar .progress-bar-holder .progress-bar-active{position:absolute;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;top:0;left:0;min-height:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#62cbf4),to(#bda6ff));background:linear-gradient(180deg,#62cbf4,#bda6ff)}.v2-cart-products-listing .v2-single-product{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid hsla(0,0%,62%,.15);padding-bottom:18px;padding-top:18px}.v2-cart-products-listing .v2-single-product .product-photo{width:22%;border-radius:8px;-webkit-box-shadow:2px 2px 15px rgba(0,0,0,.2);box-shadow:2px 2px 15px rgba(0,0,0,.2)}.v2-cart-products-listing .v2-single-product .product-photo img{max-width:100%;border-radius:8px}.v2-cart-products-listing .v2-single-product .product-info{width:78%;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.v2-cart-products-listing .v2-single-product .product-info .content{padding:0 10px}.v2-cart-products-listing .v2-single-product .product-info .content strong{font-size:16px;color:#0085ca;display:block}.v2-cart-products-listing .v2-single-product .product-info .price{font-weight:700;font-size:16px;margin-left:3px;min-width:75px;text-align:right}.v2-cart-products-listing .v2-single-product .product-quantity{width:100%}.v2-cart-products-listing .v2-single-product .product-quantity ul{list-style:none}.v2-cart-products-listing .v2-single-product .product-quantity ul li{display:inline-block;vertical-align:middle}.v2-cart-products-listing .v2-single-product .product-quantity ul li input.quantity-input{border:2px solid #7bcd50;border-radius:4px;margin:0 5px;font-size:18px;text-align:center;font-weight:700;padding:6px}.v2-add-additional-product{background:#f9f9f9;border-radius:8px;padding:15px;font-size:16px;line-height:24px;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v2-add-additional-product .content{width:70%;margin-right:10px}.v2-add-additional-product .content span{font-weight:700;color:#0085ca}.v2-add-additional-product .content .price{font-weight:700;display:inline-block}.v2-add-additional-product .action-btn{width:30%;text-align:right}.v2-add-additional-product .action-btn a{font-size:14px;color:#fff;font-weight:700;background:#62cbf4;display:inline-block;border-radius:8px;padding:5px 10px;text-transform:uppercase}.v2-simple-checkbox,.v2-upsell-option{background:none;border:2px solid transparent;padding:15px 20px;border-radius:8px}.v2-simple-checkbox.green-option,.v2-upsell-option.green-option{background:#effaea;border:2px solid #7bcd50}.v2-simple-checkbox.grey-option,.v2-upsell-option.grey-option{background:#f9f9f9;border:2px solid #aaa}.v2-simple-checkbox .checkbox-holder,.v2-upsell-option .checkbox-holder{padding-left:45px}.v2-simple-checkbox .checkbox-holder .checkmark,.v2-upsell-option .checkbox-holder .checkmark{top:30%;left:0;height:25px;width:25px;border:1px solid #979797;border-radius:4px}.v2-simple-checkbox .checkbox-holder input:checked~.checkmark,.v2-upsell-option .checkbox-holder input:checked~.checkmark{background-color:#7bcd50;border:1px solid #7bcd50}.v2-simple-checkbox .checkbox-holder .checkmark:after,.v2-upsell-option .checkbox-holder .checkmark:after{left:7px;top:1px;width:9px;height:17px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.v2-simple-checkbox .checkbox-holder .checkbox-content .top-content,.v2-upsell-option .checkbox-holder .checkbox-content .top-content{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;margin-bottom:12px}.v2-simple-checkbox .checkbox-holder .checkbox-content .top-content .icon,.v2-upsell-option .checkbox-holder .checkbox-content .top-content .icon{width:50px;margin-right:10px;margin-top:3px}.v2-simple-checkbox .checkbox-holder .checkbox-content .top-content .icon img,.v2-upsell-option .checkbox-holder .checkbox-content .top-content .icon img{max-width:100%}.v2-simple-checkbox .checkbox-holder .checkbox-content .top-content .title,.v2-upsell-option .checkbox-holder .checkbox-content .top-content .title{font-size:18px}.v2-simple-checkbox .checkbox-holder .checkbox-content .bottom-content,.v2-upsell-option .checkbox-holder .checkbox-content .bottom-content{font-size:16px;line-height:19px}.v2-simple-checkbox .checkbox-holder .checkmark{top:4px}.v2-cart-order-summary ul{list-style:none;font-size:16px}.v2-cart-order-summary ul li{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #aaa;padding:15px 5px;color:#aaa}.v2-cart-order-summary ul li strong{color:#4a4a4a}.v2-cart-order-summary ul li.discount-line,.v2-cart-order-summary ul li.discount-line strong{color:#0085ca}.v2-cart-order-summary ul li.gift-line,.v2-cart-order-summary ul li.gift-line strong{color:#7bcd50}.v2-cart-order-summary ul li.total-line{color:#000}.v2-cart-order-summary .note{font-size:12px;color:#aaa;padding:0 5px}.v2-promo-code .title{font-size:16px;display:block}.v2-promo-code input.promo-code-input{width:70%;background:#fff;color:#4a4a4a;border:2px solid #7bcd50;font-size:14px;font-weight:700;padding:15px 11px;-webkit-box-shadow:none;box-shadow:none;max-width:100%;margin-top:2px;border-radius:8px}.v2-promo-code input.promo-code-input:focus{border-color:#488f4c;-webkit-box-shadow:none;box-shadow:none}.v2-promo-code .promo-code-button{width:25%;background:#62cbf4;color:#fff;border:2px solid #62cbf4;font-size:14px;font-weight:700;padding:15px 11px;-webkit-box-shadow:none;box-shadow:none;max-width:100%;margin-top:2px;border-radius:8px}.v2-promo-code .active-code{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;font-style:italic}.v2-promo-code .active-code a.remove{display:inline-block;padding:3px;margin-left:2px;margin-top:-1px}.v2-next-btn{text-transform:uppercase;font-weight:700;font-size:13px;display:inline-block;padding:15px 17px;background:red;color:#fff;text-align:center;border-radius:8px;background-image:-webkit-gradient(linear,left bottom,left top,from(#a90000),color-stop(61%,#c00));background-image:linear-gradient(0deg,#a90000,#c00 61%);background-color:#c00}.payment-options-loader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:99}.payment-options-loader img{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.v2-payment-options-listing{background:#f9f9f9;border:2px solid #aaa;border-radius:8px;padding:25px 20px 10px;position:relative}.v2-payment-options-listing ul{list-style:none}.v2-payment-options-listing ul li{margin-bottom:28px}.v2-payment-options-listing ul li .payment-note{font-size:14px;color:#aaa;display:inline-block}.v2-payment-options-listing ul li:last-of-type{margin-bottom:0}.v2-payment-options-listing ul li .radio-holder{padding-left:40px;margin-bottom:12px;font-size:16px}.v2-payment-options-listing ul li .radio-holder .radio-checkmark{top:8px;left:0;width:20px;height:20px;border:2px solid #7bcd50;background-color:#fff}.v2-payment-options-listing ul li .radio-holder:before{width:12px;height:12px}.v2-payment-options-listing:hover input~.radio-checkmark{background-color:hsla(0,0%,96.1%,.5)}.v2-payment-options-listing input:checked~.radio-checkmark:before{width:12px;height:12px;background:#7bcd50;display:block}.v2-payment-options-listing .radio-content{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex}.v2-payment-options-listing .radio-content .payment-icon{width:35px;height:35px}.v2-payment-options-listing .radio-content .payment-icon>img{max-width:100%}.v2-payment-options-listing .radio-content .payment-content{margin-top:-3px;width:100%;margin-left:15px}.v2-payment-options-listing .radio-content .payment-content .title{font-size:18px;display:block;font-weight:500}.v2-payment-options-listing .radio-content .payment-content .details{font-size:14px;display:block;margin-top:3px}.v2-package-status-info{background:#effaea;padding:20px;border:2px solid #7bcd50;border-radius:8px}.v2-package-status-info ul{list-style:none}.v2-package-status-info ul li{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px}.v2-package-status-info ul li:last-of-type{margin-bottom:0}.v2-package-status-info ul li .icon{width:30px;height:30px}.v2-package-status-info ul li .icon img{max-width:100%;max-height:100%}.v2-package-status-info ul li .content{font-size:16px;margin-left:10px}.v2-package-status-info ul li .content span{display:block;color:#aaa;margin-bottom:3px}.v2-package-status-info ul li .content strong{display:block}.v2-express-shipping-section .title{font-size:20px;display:block;text-align:center}.v2-express-shipping-section .title strong{display:block}.v2-express-shipping-section .content{font-size:16px;line-height:19px;margin-top:15px}.form-holder.v2-form-style input,.form-holder.v2-form-style select,.form-holder.v2-form-style textarea{position:relative;background:#fff;color:#494949;font-size:16px;font-weight:600;-webkit-box-shadow:none;box-shadow:none;max-width:100%;margin-top:-1px;border-radius:8px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.form-holder.v2-form-style input:focus,.form-holder.v2-form-style select:focus,.form-holder.v2-form-style textarea:focus{border-color:#62cbf4;-webkit-box-shadow:none;box-shadow:none}.form-holder.v2-form-style input.white-input,.form-holder.v2-form-style select.white-input,.form-holder.v2-form-style textarea.white-input{background:#fff;border:1px solid #eaeaea}.form-holder.v2-form-style input::-webkit-input-placeholder,.form-holder.v2-form-style select::-webkit-input-placeholder,.form-holder.v2-form-style textarea::-webkit-input-placeholder{color:#999;font-size:16px;font-weight:300}.form-holder.v2-form-style input:-moz-placeholder,.form-holder.v2-form-style input::-moz-placeholder,.form-holder.v2-form-style select:-moz-placeholder,.form-holder.v2-form-style select::-moz-placeholder,.form-holder.v2-form-style textarea:-moz-placeholder,.form-holder.v2-form-style textarea::-moz-placeholder{color:#999;font-size:16px;font-weight:300}.form-holder.v2-form-style input:-ms-input-placeholder,.form-holder.v2-form-style select:-ms-input-placeholder,.form-holder.v2-form-style textarea:-ms-input-placeholder{color:#999;font-size:16px;font-weight:300}.form-holder.v2-form-style input.error,.form-holder.v2-form-style select.error,.form-holder.v2-form-style textarea.error{-webkit-box-shadow:inset 1px 1px 1px 0 red!important;box-shadow:inset 1px 1px 1px 0 red!important;box-shadow-color:red!important}.form-holder.v2-form-style input.error::-webkit-input-placeholder,.form-holder.v2-form-style select.error::-webkit-input-placeholder,.form-holder.v2-form-style textarea.error::-webkit-input-placeholder{color:red}.form-holder.v2-form-style input.error:-moz-placeholder,.form-holder.v2-form-style select.error:-moz-placeholder,.form-holder.v2-form-style textarea.error:-moz-placeholder{color:red}.form-holder.v2-form-style input.error::-moz-placeholder,.form-holder.v2-form-style select.error::-moz-placeholder,.form-holder.v2-form-style textarea.error::-moz-placeholder{font-size:16px;color:red}.form-holder.v2-form-style input.error:-ms-input-placeholder,.form-holder.v2-form-style select.error:-ms-input-placeholder,.form-holder.v2-form-style textarea.error:-ms-input-placeholder{font-size:16px;color:red}.toggle-button-demo{text-align:center}.toggle-ios{display:none}.toggle-ios+.toggle-btn{outline:0;display:block;width:4em;margin:0 auto;height:2em;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fbfbfb;border-radius:2em;padding:2px;-webkit-transition:all .4s ease;transition:all .4s ease;border:1px solid #d2d2d1}.toggle-ios+.toggle-btn:after{position:relative;display:block;content:"";width:23px;height:100%;left:0;border-radius:50%;background:#fbfbfb;-webkit-transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08)}.toggle-ios:checked+.toggle-btn{background:#34c759}.toggle-ios:checked+.toggle-btn:after{left:50%}.delivery-timeline{padding-bottom:10px;display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:300px;width:300px;margin:0 auto;position:relative}.delivery-timeline .timeline-holder{width:100%;height:4px}.delivery-timeline .timeline-holder,.delivery-timeline:after,.delivery-timeline:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;background:red}.delivery-timeline:after,.delivery-timeline:before{width:8px;height:8px;border-radius:50%;content:""}.delivery-timeline:after{right:0;left:auto}.delivery-timeline .start-position span{display:block;margin-top:30px;color:#949494;font-size:12px}.delivery-timeline .fast-delivery{text-align:center;margin-left:-44px}.delivery-timeline .fast-delivery span{display:block;margin-top:30px;color:#949494;font-size:12px;-webkit-transition:all .4s ease}.delivery-timeline .fast-delivery.active span{color:#5dbe21;font-weight:700}.delivery-timeline .end-position span{display:block;margin-top:30px;color:#949494;font-size:12px;-webkit-transition:all .4s ease}.delivery-timeline .end-position.active span{color:#000;font-weight:700}.delivery-timeline.quick-delivery-on .timeline-holder{width:100%;background:red}.delivery-timeline.quick-delivery-on .timeline-holder,.delivery-timeline.quick-delivery-on .timeline-holder .line{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;height:4px;-webkit-transition:all .4s ease}.delivery-timeline.quick-delivery-on .timeline-holder .line{width:45%;background:#5dbe21}.delivery-timeline.quick-delivery-on .timeline-holder .line:after{content:"";position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#5dbe21;z-index:99}.delivery-timeline.quick-delivery-on:after,.delivery-timeline.quick-delivery-on:before{background:#5dbe21}.delivery-timeline.quick-delivery-on:after{background:red;-webkit-transition:all .4s ease}.delivery-timeline.quick-delivery-on.active .timeline-holder,.delivery-timeline.quick-delivery-on.active:after{background:#ccc}.footer-holder{background:#2d2d2e;color:hsla(0,0%,100%,.9);font-family:Montserrat,sans-serif;line-height:20px;padding-top:40px;padding-bottom:100px;border-top:12px solid #488f4c}.footer-holder h5{font-weight:700;margin-bottom:13px;color:#fff}.footer-holder .footer-social-media{list-style:none}.footer-holder .footer-social-media li{display:inline-block;margin-right:8px}.footer-holder .footer-social-media li:last-of-type{margin-right:0}.footer-holder .support-options{list-style:none}.footer-holder .support-options li{display:block;position:relative;margin-bottom:12px}.footer-holder .support-options li:last-of-type{margin-bottom:0}.footer-holder .support-options li .icon{position:absolute;left:0;top:0;content:"";width:auto;height:auto}.footer-holder .support-options li .content{padding-left:33px;font-weight:700}.footer-holder .support-options li .content a{color:#fff}.footer-holder ul.payment-options{list-style:none}.footer-holder ul.payment-options li{list-style:none;display:inline-block}.footer-holder ul.payment-options li img{max-width:48px;margin-bottom:4px}.footer-holder .footer-guarantee{display:box;display:-ms-flexbox;display:-o-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-holder .footer-guarantee .icon{margin-right:15px}.footer-holder .footer-guarantee .content{font-size:13px;max-width:200px}.footer-holder .footer-guarantee .content span{font-size:16px;display:block;font-weight:700;margin-bottom:3px}@media (min-width:951px) and (max-width:991px){.footer-holder{line-height:18px}.footer-holder ul.payment-options li img{max-width:39px}.footer-holder .footer-guarantee .icon{margin-right:10px}.footer-holder .footer-guarantee .icon img{max-width:60px}.footer-holder .footer-guarantee .content{font-size:12px;max-width:100%}.footer-holder .footer-guarantee .content span{font-size:14px}}.footer-bottom-bar{background:#1b1b1c;color:hsla(0,0%,100%,.5);text-align:center;font-family:Montserrat,sans-serif;padding-top:12px;padding-bottom:15px;font-size:12px}@media only screen and (min-width:768px) and (max-width:1200px){input[type=number],input[type=text],textarea{font-size:16px!important}.block-md{display:block}.no-l-gutter-md{padding-left:0}.width-100-md{width:100%}.pull-down-main{margin-top:40px}.push-down-main{margin-bottom:40px}.push-down-0-md{margin-bottom:0}.push-down-5-md{margin-bottom:5px}.push-down-10-md{margin-bottom:10px}.push-down-15-md{margin-bottom:15px}.push-down-20-md{margin-bottom:20px}.push-down-25-md{margin-bottom:25px}.push-down-30-md{margin-bottom:30px}.push-down-35-md{margin-bottom:35px}.push-down-40-md{margin-bottom:40px}.push-down-45-md{margin-bottom:45px}.push-down-50-md{margin-bottom:50px}.push-down-55-md{margin-bottom:55px}.push-down-60-md{margin-bottom:60px}.push-down-65-md{margin-bottom:65px}.push-down-70-md{margin-bottom:70px}.push-down-75-md{margin-bottom:75px}.pull-down-secondary{margin-top:30px}.push-down-secondary{margin-bottom:30px}.pull-down-0-md{margin-top:0}.pull-down-5-md{margin-top:5px}.pull-down-10-md{margin-top:10px}.pull-down-15-md{margin-top:15px}.pull-down-20-md{margin-top:20px}.pull-down-25-md{margin-top:25px}.pull-down-30-md{margin-top:30px}.pull-down-35-md{margin-top:35px}.pull-down-40-md{margin-top:40px}.pull-down-45-md{margin-top:45px}.pull-down-50-md{margin-top:50px}.pull-down-55-md{margin-top:55px}.pull-down-60-md{margin-top:60px}.pull-down-65-md{margin-top:65px}.pull-down-70-md{margin-top:70px}.pull-down-75-md{margin-top:75px}}@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){.push-down-10-sm{margin-bottom:10px}.pull-down-30-sm{margin-top:30px}}@media only screen and (min-width:0px) and (max-width:767px){.img-responsive.no-img-responsive-xs,.no-img-responsive-xs{min-width:0!important;max-width:100%!important;height:auto!important}.no-border-xs{border:none}.no-margin-xs{margin:0}.no-gutter{padding-left:15px}.no-gutter,.no-r-gutter{padding-right:15px}.no-l-gutter{padding-left:15px}.block-xs{display:block}.full-width-xs{width:100%}.align-c-xs{text-align:center}.align-l-xs{text-align:left}.align-r-xs{text-align:right}.pull-down-main{margin-top:40px}.push-down-main{margin-bottom:40px}.push-down-0-xs{margin-bottom:0}.push-down-5-xs{margin-bottom:5px}.push-down-10-xs{margin-bottom:10px}.push-down-15-xs{margin-bottom:15px}.push-down-20-xs{margin-bottom:20px}.push-down-25-xs{margin-bottom:25px}.push-down-30-xs{margin-bottom:30px}.push-down-35-xs{margin-bottom:35px}.push-down-40-xs{margin-bottom:40px}.push-down-45-xs{margin-bottom:45px}.push-down-50-xs{margin-bottom:50px}.push-down-55-xs{margin-bottom:55px}.push-down-60-xs{margin-bottom:60px}.push-down-65-xs{margin-bottom:65px}.push-down-70-xs{margin-bottom:70px}.push-down-75-xs{margin-bottom:75px}.pull-down-secondary{margin-top:30px}.push-down-secondary{margin-bottom:30px}.pull-down-0-xs{margin-top:0}.pull-down-5-xs{margin-top:5px}.pull-down-10-xs{margin-top:10px}.pull-down-15-xs{margin-top:15px}.pull-down-20-xs{margin-top:20px}.pull-down-25-xs{margin-top:25px}.pull-down-30-xs{margin-top:30px}.pull-down-35-xs{margin-top:35px}.pull-down-40-xs{margin-top:40px}.pull-down-45-xs{margin-top:45px}.pull-down-50-xs{margin-top:50px}.pull-down-55-xs{margin-top:55px}.pull-down-60-xs{margin-top:60px}.pull-down-65-xs{margin-top:65px}.pull-down-70-xs{margin-top:70px}.pull-down-75-xs{margin-top:75px}.main-inner{padding-top:40px;padding-bottom:40px}.secondary-inner{padding-top:30px;padding-bottom:30px}}