body.loaded .loading-overlay{display:none}.circle{display:inline-block;width:100px;height:100px;border-radius:50%;background:#f5f5f5;box-shadow:4px -40px 60px 5px #1a75ce inset}.square{display:inline-block;width:100px;height:100px;border-radius:20px;background:#f5f5f5;box-shadow:4px -40px 60px 5px #1a75ce inset}.loader{background:linear-gradient(to right,rgb(22,113,202) 50%,transparent 50%);animation:spin 1s infinite linear}.loader:before{display:block;content:"";position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;background:#222;border-radius:50%}.gelatine{animation:gelatine .5s infinite}@keyframes gelatine{0%,to{transform:scale(1)}25%{transform:scale(.9,1.1)}50%{transform:scale(1.1,.9)}75%{transform:scale(.95,1.05)}}.spin{animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.elastic-spin{animation:elastic-spin 1s infinite ease}@keyframes elastic-spin{0%{transform:rotate(0)}to{transform:rotate(720deg)}}.pulse{animation:pulse 1s infinite ease-in-out alternate}@keyframes pulse{0%{transform:scale(.8)}to{transform:scale(1.2)}}.flash{animation:flash .5s ease infinite alternate}@keyframes flash{0%{opacity:1}to{opacity:0}}.hithere{animation:hithere 1s ease infinite}@keyframes hithere{30%{transform:scale(1.2)}40%,60%{transform:rotate(-20deg) scale(1.2)}50%{transform:rotate(20deg) scale(1.2)}70%{transform:rotate(0) scale(1.2)}to{transform:scale(1)}}.grow{animation:grow 2s ease infinite}@keyframes grow{0%{transform:scale(0)}to{transform:scale(1)}}.fade-in{animation:fade-in 2s linear infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-out{animation:fade-out 2s linear infinite}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.bounce{animation:bounce 2s ease infinite}@keyframes bounce{70%{transform:translateY(0)}80%{transform:translateY(-15%)}90%{transform:translateY(0)}95%{transform:translateY(-7%)}97%{transform:translateY(0)}99%{transform:translateY(-3%)}to{transform:translateY(0)}}.bounce2{animation:bounce2 2s ease infinite}@keyframes bounce2{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.shake{animation:shake 2s ease infinite}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.flip{backface-visibility:visible!important;animation:flip 2s ease infinite}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}.swing{transform-origin:top center;animation:swing 2s ease infinite}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.wobble{animation:wobble 2s ease infinite}@keyframes wobble{0%{transform:translate(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}to{transform:translate(0)}}.fade-in-down{animation:fade-in-down 2s ease infinite}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in-left{animation:fade-in-left 2s ease infinite}@keyframes fade-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-out-down{animation:fade-out-down 2s ease infinite}@keyframes fade-out-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fade-out-right{animation:fade-out-right 2s ease infinite}@keyframes fade-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.bounce-in{animation:bounce-in 2s ease infinite}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounce-in-right{animation:bounce-in-right 2s ease infinite}@keyframes bounce-in-right{0%{opacity:0;transform:translate(2000px)}60%{opacity:1;transform:translate(-30px)}80%{transform:translate(10px)}to{transform:translate(0)}}.bounce-out{animation:bounce-out 2s ease infinite}@keyframes bounce-out{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounce-out-down{animation:bounce-out-down 2s ease infinite}@keyframes bounce-out-down{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(20px)}}.rotate-in-down-left{animation:rotate-in-down-left 2s ease infinite}@keyframes rotate-in-down-left{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotate-in-up-left{animation:rotate-in-up-left 2s ease infinite}@keyframes rotate-in-up-left{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.hinge{animation:hinge 2s ease infinite}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.roll-in{animation:roll-in 2s ease infinite}@keyframes roll-in{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translate(0) rotate(0)}}.roll-out{animation:roll-out 2s ease infinite}@keyframes roll-out{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(100%) rotate(120deg)}}.blog-card__date{color:#a0a0a0}.blog-card a:hover{text-decoration:none}.blog-card a:hover h2{text-decoration:underline}.blog-article__next-previous button,.blog-article__next-previous .v-btn{text-align:left}.blog-article__next-previous button .v-btn__content,.blog-article__next-previous .v-btn .v-btn__content{white-space:normal;text-transform:none;font-size:1rem}.v-card.border{border-width:2px!important;border-radius:10px}.card-badge{font-size:14px;color:#444;margin-left:calc(100% - 150px);margin-top:10px;background:#ffd400;text-transform:uppercase;padding:58px 3px 17px 40px;width:281px;text-align:center;display:block;position:absolute;left:-47px;top:-41px;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(-44deg);-ms-transform:rotate(-44deg);transform:rotate(40deg);box-shadow:3px -4px 13px 3px #000000bf;z-index:999}.footer{background-color:#272932;border-top:10px solid rgb(47,145,208);color:#fff;font-size:.9rem}.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer a{color:#fff}.footer .v-row{margin-top:40px;margin-bottom:40px}.footer span{color:#faf9f6}.v-bottom-navigation{border-top:3px solid rgb(47,145,208)!important}.v-bottom-navigation .v-btn:not(:last-child){border-right:1px solid rgba(var(--v-border-color),var(--v-border-opacity))!important}.google-reviews-carousel-card__stars i,.google-reviews-container__rating i{font-size:1.3rem;color:#f9b403}.google-reviews-carousel-card__stars i.inactive,.google-reviews-container__rating i.inactive{color:#2f3946}.google-reviews-container{background-color:#16a3dd;color:#fff}.google-reviews-container a.v-btn{border-color:#fff;color:#fff}.google-reviews-container .googleLogo{width:64px;height:64px;float:left}.google-reviews-container .googleLogoSmall{width:32px;height:32px;float:right;margin-top:-20px}.google-reviews-container .google-reviews-carousel-card__text{max-height:100px;width:100%;text-overflow:ellipsis;overflow:hidden;transition:max-height .25s ease-in}.google-reviews-container .google-reviews-carousel-card__text.heightAuto{max-height:1000px!important}.google-reviews-container .google-reviews-container__rating{padding-right:5px;line-height:40px;font-size:18px;color:#f9b403;font-weight:700;padding-left:25px;padding-top:10px;font-size:2rem;float:left}.google-reviews-container .google-reviews-container__rating i{font-size:1.3rem}.google-reviews-container .google-reviews-container__rating i.inactive{color:#2f3946}.google-reviews-container .google-reviews-container__rating .google-reviews-container__counter{color:#fff;font-size:1rem;font-weight:200;margin-top:-10px}.google-reviews-container .google-reviews-carousel-card__stars{display:block;margin-top:-10px}.google-reviews-container .google-reviews-carousel-card__header .v-img{width:40px;height:40px;float:left}.google-reviews-container .google-reviews-carousel-card__header .google-reviews-carousel-card__header-details-name{font-weight:700;display:block;float:left;margin-left:10px;max-width:calc(100% - 75px)}.google-reviews-container .google-reviews-carousel-card__header .google-reviews-carousel-card__header-details-date{display:block;float:left;margin-left:10px}.google-reviews-container h1,.google-reviews-container h2,.google-reviews-container h3{color:#fff}.google-reviews-container .readmore{max-height:7rem;overflow:hidden;--mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;-webkit-mask:var(--mask);mask:var(--mask)}footer ul{padding-left:20px!important;list-style:none}footer ul li{line-height:2rem;vertical-align:middle}footer ul li:before{font-family:Material Design Icons;font-size:2rem;content:"󰅂";margin:0 5px 0 -20px;color:#2f91d0}:root{--var-primary: rgb(47, 145, 208);--var-secondary: rgb(218, 45, 35);--var-tertiary: rgb(73, 175, 84)}h1,h2,h3,h4,h5,h6{color:#000;font-family:Poppins,sans-serif;font-optical-sizing:auto}.subtitle{color:#a0a0a0}body{font-family:Poppins,Helvetica,Arial,Lucida,sans-serif;color:#000}.block{background-color:#2f91d080;margin-top:-20px}a{color:#000;text-decoration:none}a:hover{text-decoration:underline}a.no-hover:hover,a.v-btn:hover{text-decoration:none}.color-primary{color:#2f91d0}.v-btn{font-family:Poppins,sans-serif}.v-btn:hover{background-color:#da2d23;color:#fff}.v-btn .v-btn__overlay{background-color:#da2d23}.v-app-bar.header-bar-home.v-toolbar{--v-theme-surface: 255,255,255,1}.v-app-bar .d-block-on-top{display:none}.v-app-bar .d-block-on-scroll{display:block}.v-app-bar.header-bar-home.v-toolbar--flat{background-color:#00000040!important}.v-app-bar.header-bar-home.v-toolbar--flat .btn-whatsapp,.v-app-bar.header-bar-home.v-toolbar--flat .btn-phone,.v-app-bar.v-toolbar--flat .mobile-menu-nav-icon{color:#fff}.v-app-bar.v-toolbar--flat .d-block-on-top{display:block}.v-app-bar.v-toolbar--flat .d-block-on-scroll{display:none}.home-header-carousel .text-rotate{transform:rotate(-5deg)}.home-header-carousel h1,.home-header-carousel h2,.home-header-carousel h3,.home-header-carousel h4,.home-header-carousel h5,.home-header-carousel h6{color:#fff;font-size:80px;font-style:normal;line-height:100px}.home-header-carousel h1{font-size:6vw;line-height:6vw;font-weight:600;text-transform:uppercase}.home-header-carousel h2{font-size:4vw;line-height:4vw;font-weight:400}@media screen and (max-width: 960px){.home-header-carousel h1,.home-header-carousel h2,.home-header-carousel h3,.home-header-carousel h4,.home-header-carousel h5,.home-header-carousel h6{padding-left:10px}.home-header-carousel h1{font-size:4rem;line-height:4rem}}.page-header_section{color:#fff;background-image:linear-gradient(90deg,#272932,#272932 25%,#272932a6);background-color:#fff0;padding-top:75px;padding-bottom:75px;max-width:100%!important}.page-header_section a{color:#fff;text-decoration:underline}.page-header_section .header-content-container{padding-left:75px;padding-right:75px}.page-header_section h1,.page-header_section h2,.page-header_section h3,.page-header_section h4,.page-header_section h5,.page-header_section h6,.page-header_section strong{color:#2f91d0}div.page-header_wrapper{background-position:right 100% center;background-blend-mode:luminosity;background-position:right;background-color:#272932}div.page-breadcrumbs_wrapper{background-color:#272932;color:#fff}div.page-breadcrumbs_wrapper .v-container{border-top:1px solid #333}@media only screen and (max-width: 980px){div.page-header_wrapper{background-position:center}}@media only screen and (min-width: 980px){.page-header_section{background-image:linear-gradient(90deg,#272932,#272932 45%,#272932a6)}.page-header_section .header-content-container{max-width:50%}}@media only screen and (max-width: 767px){.page-header_section{padding-top:25px;padding-bottom:25px}.page-header_section .header-content-container{padding-left:25px;padding-right:25px}}@media only screen and (max-width: 980px){.page-header_section{padding-top:50px;padding-bottom:50px}.page-header_section .header-content-container{padding-left:50px;padding-right:50px}}ol.breadcrumb li{display:inline-block}ol.breadcrumb li .v-icon{color:#2f91d0}ol.breadcrumb li a{color:#faf9f6}.discount-star{height:8.5em;width:8.5em;background-color:#49af54;margin:auto;position:relative;top:2.5em;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);animation:gelatine .5s infinite}.discount-star .price{height:8.5em;width:8.5em;background-color:#49af54;padding:.5em 0;position:absolute;bottom:0;right:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.discount-star .price:after{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}.discount-star .price:before{-webkit-transform:rotate(75deg);-moz-transform:rotate(75deg);-ms-transform:rotate(75deg);-o-transform:rotate(75deg);transform:rotate(75deg)}.discount-star .price:before,.discount-star .price:after{top:0;left:0;height:8.5em;width:8.5em;background-color:#49af54;content:"";position:absolute}.discount-star .price span{position:relative;z-index:100;display:block;text-align:center;color:#da2d23;font:1.8em/1.4em Sans-Serif;text-transform:uppercase}.discount-star .price span.number{font-weight:700;font-size:2.5rem;line-height:1.2rem;color:#fff}.discount-star:after{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);-ms-transform:rotate(-15deg);-o-transform:rotate(-15deg);transform:rotate(-15deg)}.discount-star:before{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg);-ms-transform:rotate(-30deg);-o-transform:rotate(-30deg);transform:rotate(-30deg)}.discount-star:before,.discount-star:after{top:0;left:0;content:"";position:absolute;height:8.5em;width:8.5em;background-color:#49af54}.rotate{-webkit-transform:rotate(-25deg)!important;-moz-transform:rotate(-25deg)!important;-ms-transform:rotate(-25deg)!important;-o-transform:rotate(-25deg)!important;transform:rotate(-25deg)!important}.product-description-desktop__content,.cms-content{margin-bottom:30px;line-height:1.9rem}.product-description-desktop__content h2,.product-description-desktop__content h3,.product-description-desktop__content h4,.product-description-desktop__content h5,.product-description-desktop__content h6,.cms-content h2,.cms-content h3,.cms-content h4,.cms-content h5,.cms-content h6{margin-top:25px;margin-bottom:-20px}.product-description-desktop__content h5,.cms-content h5{font-size:1rem}.product-description-desktop__content ul li,.cms-content ul li{margin-left:20px}.product-description-desktop__content ul li p,.cms-content ul li p{margin-top:0}.product-description-desktop__content p,.cms-content p{margin-top:1.7rem}.cms-content ol,.cms-content ul{margin-top:20px}.cms-content ol{padding-left:15px}.cms-content a{text-decoration:underline}
