@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);.glide{box-sizing:border-box;position:relative;width:100%}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;padding:0;position:relative;touch-action:pan-Y;transform-style:preserve-3d;white-space:nowrap;width:100%;will-change:transform}.glide__slide,.glide__slides--dragging{user-select:none}.glide__slide{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;flex-shrink:0;height:100%;white-space:normal;width:100%}.glide__slide a{-webkit-user-drag:none;user-select:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{background-color:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);color:#fff;cursor:pointer;display:block;line-height:1;opacity:1;padding:9px 12px;position:absolute;text-shadow:0 .25em .5em rgba(0,0,0,.1);text-transform:uppercase;top:50%;transform:translateY(-50%);transition:opacity .15s ease,border .3s ease-in-out;z-index:2}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{bottom:2em;display:inline-flex;left:50%;list-style:none;position:absolute;transform:translateX(-50%);z-index:2}.glide__bullet{background-color:hsla(0,0%,100%,.5);border:2px solid transparent;border-radius:50%;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);cursor:pointer;height:9px;line-height:0;margin:0 .25em;padding:0;transition:all .3s ease-in-out;width:9px}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{background-color:hsla(0,0%,100%,.5);border:2px solid #fff}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-family:Roboto;font-size:12px;list-style:none;margin:0;padding:0;vertical-align:baseline}.input-checkbox,input.text,input[type=button],input[type=submit],input[type=text],textarea{-webkit-appearance:none;border-radius:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a{color:#000;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:700}body{height:100%}body.overflow-hidden{overflow:hidden!important}body{font-family:Roboto,Montserrat,Arial,sans-serif}.header__top{font-family:Roboto,sans-serif;font-size:11px;padding:10px 20px;text-align:center}.header__top>span{font-weight:700}.header{--menu-icon-width:20px;--logo-width:100px;flex-flow:column nowrap;justify-content:center;position:relative;position:sticky;top:0;z-index:11}.header,.header__content{align-items:center;display:flex;width:100%}.header__content{background:#23388d;color:#fff;flex-flow:row wrap;gap:10px;justify-content:space-between;padding:10px 20px}.header__logo{display:flex;width:calc(var(--menu-icon-width) + 10px + var(--logo-width))}.header__logo-image{width:var(--logo-width)}.header__logo img{width:100%}.header__menu-icon{align-items:center;cursor:pointer;display:flex;font-size:30px;justify-content:center;margin:0 10px 0 0;position:relative;width:var(--menu-icon-width)}.header__menu-icon .icon,.header__menu-icon .icon:after,.header__menu-icon .icon:before{background:#fff;border-radius:50px;height:3px;position:absolute;width:var(--menu-icon-width)}.header__menu-icon .icon:after,.header__menu-icon .icon:before{content:""}.header__menu-icon .icon:after{top:9px}.header__menu-icon .icon:before{bottom:9px}.header__search-bar{order:3;width:100%}.header .header-content{height:6em;margin:0 auto;max-width:1440px}.header .header-content,.header__contact{align-items:center;display:flex;justify-content:space-between}.header__contact{position:relative}.header__contact-group{align-items:center;background:#fff;border:1px solid #000;display:none;flex-flow:column;justify-content:center;padding:15px;position:absolute;right:0;top:45px;width:250px;z-index:6}.header__contact-group.visible{display:flex;z-index:11}.header__contact-group:after{background:#fff;border-left:1px solid #000;border-top:1px solid #000;content:"";height:10px;position:absolute;right:20px;top:-6px;transform:rotate(45deg);width:10px}.header__contact .contact-text{color:#23388d;margin:0 0 10px;text-align:center}.header__contact .contact-text__number,.header__contact .contact-text__title{font-weight:700;text-transform:uppercase}.header__contact .contact-text__title{font-size:14px}.header__contact .contact-text__number{color:inherit;font-size:20px}.header__contact-icon{background-color:#f43269;background-image:url(/build/images/phone-white.a148b8a5.svg);background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:50%;cursor:pointer;height:35px;width:35px}.header__contact-call{background:#f43269;border-radius:50px;cursor:pointer;font-size:14px;padding:10px;text-align:center;text-transform:uppercase;width:100%}.header__shadow{background:rgba(0,0,0,.6);bottom:-100vh;display:none;height:100vh;position:absolute;width:100%;z-index:1}.header__shadow.visible{display:block}@media (min-width:1025px){.overflow-hidden .header__content,.overflow-hidden .header__top{padding-right:45px}.header{--logo-width:120px}.header__content{gap:0;padding:10px 30px}.header__top{padding:10px 30px;width:100%}.header__logo{width:var(--logo-width)}.header__menu-icon{display:none}.header__search-bar{order:0;padding:0 15px;width:calc(100% - 690px)}.header__search-bar .search-bar__bar{padding:0}.header__contact{width:550px}.header__contact .contact-text{color:#fff;margin:0;width:200px}.header__contact .contact-text.thecnical-service{width:150px}.header__contact .contact-text.info{width:200px}.header__contact .contact-text__number{color:inherit}.header__contact-icon{display:none}.header__contact-group{align-items:center;background:transparent;border:none;color:#fff;display:flex;flex-flow:row;justify-content:flex-end;padding:15px 0;position:relative;top:0;width:550px;z-index:0}.header__contact-group:after{display:none}.header__contact-call{width:200px}}@media (max-width:1024px){.menu__container{background:#fff;box-shadow:1px 1px 10px rgba(0,0,0,.4);display:none;height:100vh;padding:40px 40px 40px 20px;position:fixed;top:0;width:76%;z-index:13}.menu__container.active{display:block}.menu__level0-container{cursor:pointer;padding:12px 0}.menu__level0-container:nth-child(-n+14){border-bottom:1px solid rgba(35,56,141,.2)}.menu__level0-link-container{padding:0 15px 0 0;position:relative}.menu__level0-link-container:after{border-right:1px solid #23388d;border-top:1px solid #23388d;content:"";height:10px;margin-top:-5px;position:absolute;right:0;top:50%;transform:rotate(45deg);width:10px}.menu__level0-link{color:#23388d;font-size:14px;font-weight:700;text-transform:uppercase}.menu__level1-container{background:#fff;display:none;height:100vh;left:0;padding:40px 20px;position:absolute;top:0;width:100%;z-index:2}.menu__level1-container.active{display:block}.menu__level1-title{border-bottom:1px solid #23388d;color:#23388d;font-size:14px;margin:0 0 15px;padding:10px 0 10px 30px;position:relative;text-transform:uppercase}.menu__level1-title:after{border-right:1px solid #23388d;border-top:1px solid #23388d;content:"";height:10px;left:0;margin-top:-5px;position:absolute;top:50%;transform:rotate(-135deg);width:10px}.menu__level1-items-wrap{padding:5px 15px 5px 0;position:relative}.menu__level1-items-wrap:after{border-right:1px solid #23388d;border-top:1px solid #23388d;content:"";height:10px;margin-top:-5px;position:absolute;right:0;top:50%;transform:rotate(45deg);width:10px}.menu__level1-link{width:100%}.menu__level1-link,.menu__level1-show-all{color:#23388d;display:inline-block;font-size:14px}.menu__level1-show-all{margin:20px 0;text-transform:uppercase}.menu__level1-image,.menu__level1-products{display:none}.menu__links{border-bottom:2px solid rgba(35,56,141,.2);border-top:2px solid rgba(35,56,141,.2);padding:15px 0}.menu__links-item>a{color:#23388d;display:inline-block;font-size:14px;padding:10px 0;width:100%}.menu__contact{padding:15px 0}.menu__contact-text{margin:0 0 15px}.menu__contact-number,.menu__contact-title{color:#23388d;font-weight:700;text-transform:uppercase}.menu__contact-title{font-size:14px}.menu__contact-number{font-size:20px}.menu__close{background:rgba(35,56,141,.83);cursor:pointer;height:100vh;position:absolute;right:-26%;top:0;width:26%}.menu__close-button{height:25px;left:50%;margin-left:-15px;position:absolute;top:20px;width:25px}.menu__close-button:after,.menu__close-button:before{background:#fff;content:"";display:block;height:32px;position:absolute;transform:rotate(45deg);width:3px}.menu__close-button:after{left:0;transform:rotate(-45deg);transform-origin:top left}.menu__close-button:before{right:0;transform:rotate(45deg);transform-origin:top right}.menu__close:after{background:rgba(0,0,0,.6);content:"";height:100vh;position:absolute;right:-100px;width:100px}.menu__shadow:first-child{display:none}}@media (min-width:1025px){.overflow-hidden .menu__container{padding-right:15px}.menu__container{align-items:stretch;background:#58575d;display:flex;justify-content:space-between;position:relative;z-index:10}.menu__container.sticky{left:0;position:fixed;top:90px;width:100%;z-index:8}.menu__level0{cursor:pointer}.menu__level0-container{align-items:center;display:flex;justify-content:center;position:relative;width:12.5%}.menu__level0-link{color:#fff;display:inline-block;font-size:13px;font-weight:700;padding:20px;text-align:center;text-transform:uppercase;width:100%}.menu__level0-link-container a:hover{text-decoration:none}.menu__level1-container{background:#fff;display:none;height:390px;position:absolute;top:100%;width:225px;z-index:2}.menu__level1-container.left{right:0}.menu__level1-container.right{left:0}.menu__level1-container.visible{display:block}.menu__level1-top{display:none}.menu__level1-link{color:#000;display:inline-block;font-size:14px;padding:15px;text-transform:uppercase;width:100%}.menu__level1-link:hover{background:#23388d;color:#fff}.menu__level1-show-all{display:none}.menu__level1-image{align-items:center;background:#fff;display:flex;height:390px;justify-content:center;position:absolute;top:0;width:350px}.menu__level1-image.left{left:-350px}.menu__level1-image.right{right:-350px}.menu__level1-image img{width:100%}.menu__level1-items-wrap:hover .menu__level1-products{display:flex}.menu__level1-products{background:#23388d;display:none;flex-flow:column nowrap;height:390px;position:absolute;top:0;width:350px;z-index:2}.menu__level1-products.active{display:flex}.menu__level1-products.right{right:-350px}.menu__level1-products.left{left:-350px}.menu__level1-products a{color:#fff;padding:20px;text-transform:uppercase}.menu__level1-products a:hover{background:#fff;color:#23388d}.menu__close,.menu__contact,.menu__links{display:none}.menu__shadow{background:rgba(0,0,0,.6);bottom:-100vh;display:none;height:100vh;position:absolute;width:100%;z-index:1}.menu__shadow.visible{display:block}.menu__container.hovered .menu__level0-container:hover{background:#1d1d1b}.menu__container.hovered .menu__level0-container:hover:after{background:#23388d;bottom:0;content:"";height:5px;position:absolute;width:100%}.menu__container.hovered .menu__level0-container:hover a{text-decoration:none}.menu__container.hovered .menu__level0-container:hover .submenu,.menu__container.hovered .menu__level0-container:hover~.menu__shadow{display:block}}.footer{background-color:#23388d;display:flex;flex-direction:column;padding-bottom:80px;padding-top:30px}.footer__copyrigth-wrapper{display:flex;flex-direction:row;justify-content:flex-end;padding:0 20px}.footer__copyrigth-wrapper .copyrigth-text{color:#fff;font-family:Roboto;font-size:14px;width:inherit}.footer__info-wrapper{align-self:center;display:flex;flex-direction:column;padding:0 20px;width:100%}.footer__logo-wrapper{height:45px;width:188px}.footer__logo-wrapper img{height:100%;width:auto}.footer__info-section{display:flex;flex-direction:column;margin-bottom:40px;width:100%}.footer__info-section .acreditations-section{display:flex;flex-direction:column;margin-top:20px}.footer__info-section .acreditations-section__title{color:#fff;font-size:14px;font-weight:700;margin:0 0 10px}.footer__info-section .acreditations-section .acreditations-group{display:flex;flex-direction:row}.footer__info-section .acreditations-section .acreditation{color:#fff;height:104px;margin-right:20px;width:54px}.footer__info-section .acreditations-section .acreditation img{height:100%}.footer__info-section .acreditations-section .acreditation span{color:#fff;font-size:10px;white-space:nowrap}.footer__info-section .gei-section{display:flex;flex-direction:column;margin-top:40px}.footer__info-section .gei-section a{color:#fff;font-family:Roboto;font-size:14px}.footer__info-section .footer-link{margin-bottom:10px}.footer__info-section .footer-link:hover{text-decoration:underline;text-decoration-color:#fff}.footer__info-section .last-link{margin-bottom:0}.footer__info-section .cookies-button button,.footer__info-section .link-text{color:#fff;font-family:Roboto;font-size:14px;font-weight:500}.footer__info-section .cookies-button button{background:transparent;cursor:pointer;margin:10px 0 0;text-transform:uppercase}.footer__info-section .cookies-button button:hover{text-decoration:underline}.footer__separator{background-color:#fff;height:1px;margin-bottom:22px;width:100%}@media (min-width:641px){.footer__copyrigth-wrapper,.footer__info-wrapper{padding:0 40px}}@media (min-width:1025px){.footer{padding-bottom:30px}.footer__copyrigth-wrapper .copyrigth-text{margin-right:3vw}.footer__info-wrapper{align-self:center;display:flex;flex-direction:row;width:90%}.footer__info-section .acreditations-section{margin-top:30px}.footer__separator{background-color:transparent;display:none;height:0;margin-bottom:22px;width:100%}.footer .not-first-section{margin-left:5vw;margin-top:20px}}.navigation-bar-wrapper{background-color:#f3f3f3;display:flex;justify-content:space-between;padding:15px 40px}.navigation-bar-wrapper .back-button .back-button__icon{background-image:url(/build/images/back-arrow.653f29a6.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:8px;width:15px}.navigation-bar-wrapper .back-button .back-button__text{color:#2f2f2f;font-weight:700;margin-left:10px}.navigation-bar-wrapper .navigation-bar__breadcrumbs{text-transform:uppercase}.navigation-bar-wrapper .navigation-bar__breadcrumbs .navigation-bar__breadcrumb{color:#5e5e5e}.navigation-bar-wrapper .navigation-bar__breadcrumbs .navigation-bar__breadcrumb:last-child{color:#23388d;font-weight:700}.navigation-bar-wrapper .navigation-bar__breadcrumbs .navigation-bar__breadcrumb a,.navigation-bar-wrapper .navigation-bar__breadcrumbs .navigation-bar__breadcrumb a:visited{color:#5e5e5e}@media (min-width:1025px){.navigation-bar-wrapper{background-color:#fff}.navigation-bar-wrapper .back-button{display:none}.navigation-bar-wrapper .navigation-bar__breadcrumbs a,.navigation-bar-wrapper .navigation-bar__breadcrumbs span{font-size:pxtorem(14);line-height:1.25}}.message-handler .message{align-items:center;background-position:15px;background-repeat:no-repeat;background-size:18px 18px;border:1px solid;display:flex;margin:10px 40px;padding:14px 20px 14px 45px}.message-handler .message p{font-size:.9em;margin-right:10px;width:100%}.message-handler .message .message-handler__deleter{background-image:url(/build/images/close.3408f400.svg);background-repeat:no-repeat;background-size:22px 22px;cursor:pointer;height:25px;margin-left:auto;width:25px}.message-handler__notices .message{background-color:#eff5ea;background-image:url(/build/images/check-icon.e954f9dc.svg);border:1px solid #446423;color:#446423}.message-handler__warnings .message{background-color:#fff3cd;background-image:url(/build/images/warning-icon.76aaa1e4.svg);border-color:#856404;color:#856404}.message-handler__errors .message{background-color:#f8d7da;background-image:url(/build/images/error-icon.bb72b106.svg);border-color:#d0021b;color:#d0021b}.search-bar__background--focused{background-color:rgba(0,0,0,.4);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:5}.search-bar{background-color:#fff;border:1px solid #23388d;border-radius:25px;height:30px;position:relative;width:100%;z-index:11}.search-bar .search-bar__bar{align-items:center;display:flex;height:102%}.search-bar .search-bar__bar .search-bar__text-input{background:transparent;border:none;color:#000;flex-grow:1;font-weight:400;height:inherit;overflow:hidden;padding:5px 0;text-align:left;text-overflow:ellipsis}.search-bar .search-bar__bar .search-bar__text-input::placeholder{color:#9b9b9b}.search-bar .search-bar__bar .search-bar__text-input::-ms-clear{display:none}.search-bar .search-bar__bar .search-bar__text-input:focus-visible{outline:none}.search-bar .search-bar__bar .search-bar__icon{background:transparent;background-image:url(/build/images/search.596f32bb.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;height:100%;width:40px}.search-bar .search-bar__dropdown-wrapper{background-color:#fff;border-top:3px solid #f43269;display:block;left:calc(50% - 50vw);margin-top:7px;position:absolute;width:calc(100vw - 8px);z-index:99}.search-bar .search-bar__dropdown-wrapper.search-bar__dropdown-wrapper--empty .search-bar__dropdown .search-bar__header{margin:0;padding:20px 10px}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown{display:flex}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__header{border-bottom:1px solid #303030;color:#000;display:flex;justify-content:space-between;margin:0 15px;padding:10px 0;width:100%}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__header span{font-size:pxtorem(14)}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__header .search-bar__view-all-button{display:none}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__header .search-bar__total-number{font-weight:700}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__header .search-bar__products-title--empty{font-weight:700;text-transform:uppercase}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__header .search-bar__products-title--empty:after{content:".";font-weight:700}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products.search-bar__products--empty{width:100%}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty){scrollbar-base-color:#f3f3f3;scrollbar-face-color:#23388d;display:flex;flex-wrap:wrap;max-height:600px;overflow-y:scroll;width:100%}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty)::-webkit-scrollbar{background-color:#efefef;width:7px}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty)::-webkit-scrollbar-thumb{background-color:#23388d;border-radius:10px;outline:none}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product{align-items:center;border:1px solid transparent;border-bottom-color:#303030;cursor:pointer;display:flex;gap:15px;margin:0 15px;max-height:120px;padding:10px;position:relative;width:100%}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product:last-child{border-color:transparent}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product:hover{border-color:transparent #23388d #23388d}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-image{align-items:center;display:flex;height:100px;justify-content:center}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-image img{height:100px;margin:auto;max-height:100px;width:auto}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-info{display:flex;flex-direction:column;height:100%;margin-top:10px}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-info .search-bar__product-name{word-wrap:break-word;color:#23388d;font-size:pxtorem(15);font-weight:700;margin-bottom:6px;text-transform:uppercase;width:inherit}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-info .search-bar__product-description{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#2f2f2f;display:-webkit-box;overflow:hidden}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-info .search-bar__product-description *{font-size:pxtorem(14)}.search-bar .search-bar__dropdown-wrapper .search-bar__dropdown .search-bar__products:not(.search-bar__products--empty) .search-bar__product-info .search-bar__doctor-exclusive{display:none}@media (min-width:1025px){.search-bar .search-bar__dropdown-wrapper{left:-60px;width:calc(100vw - 670px)}}.body--with-cookies,.body--with-modal{overflow-y:hidden!important}.body--with-modal{padding-right:15px}.modal{background-color:rgba(0,0,0,.4);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:99}.modal .modal__content-wrapper{background-color:#fff;margin:auto;position:relative;text-align:center;width:85%}.modal .modal__content-wrapper .modal__close{align-items:center;background-color:#58575d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:10px;top:10px;width:28px}.modal .modal__content-wrapper .modal__close span{font-size:em(32)}.modal .modal__content-wrapper .modal__close:hover{color:#58575d}.modal .modal__content-wrapper .modal__content{margin:auto;max-width:450px}.modal--primary .modal__content-wrapper{border-radius:9px;padding:40px 20px;top:50px}.modal--secondary{align-items:center;display:flex}.modal--secondary .modal__content-wrapper .modal__content{padding-bottom:30px;padding-top:50px}.modal--secondary .modal__content-wrapper .modal__content .modal__message{color:#1d1d1b;padding:20px}.modal--secondary .modal__content-wrapper .modal__content .button{padding:5px 50px}@media (min-width:641px){.modal--primary .modal__content-wrapper{padding:120px 0}}@media (min-width:1025px){.modal .modal__content-wrapper{width:65%}}@media (min-width:1440px){.modal .modal__content-wrapper{width:40vw}}.contact-popup__wrapper{display:flex;justify-content:center;width:100%}.contact-popup__wrapper .contact-popup{align-items:center;bottom:0;display:flex;flex-direction:column;font-family:Roboto,sans-serif;max-height:100%;max-width:500px;position:fixed;width:100%;z-index:12}.contact-popup__wrapper .contact-popup .contact-popup__shadow{background:rgba(0,0,0,.6);display:block;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.contact-popup__wrapper .contact-popup .form-error--recaptcha.form-error,.contact-popup__wrapper .contact-popup .form-error span{color:#ff8190;font-size:.8em}.contact-popup__wrapper .contact-popup.closed .contact-form,.contact-popup__wrapper .contact-popup.closed .contact-popup-toggle-button-close,.contact-popup__wrapper .contact-popup.closed .contact-popup__shadow{display:none}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button{align-items:center;background-color:#f43269;border-radius:10px 10px 0 0;color:#fff;cursor:pointer;display:flex;font-size:2em;gap:10px;justify-content:center;letter-spacing:1.18px;padding:16px;width:100%;z-index:1}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-icon{height:2.5em;width:2.5em}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-close{height:25px;margin-left:-15px;position:absolute;right:1.5em;top:20px;width:25px}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-close:after,.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-close:before{background:#fff;content:"";display:block;height:32px;position:absolute;transform:rotate(45deg);width:3px}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-close:after{left:0;transform:rotate(-45deg);transform-origin:top left}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-close:before{right:0;transform:rotate(45deg);transform-origin:top right}.contact-form{background:#555;color:#fff;overflow:auto;padding:15px 20px;width:100%;z-index:1}.contact-form .contact-form-contact-header{padding:1.1em 0}.contact-form .contact-form-contact-header .contact-form-subtitle,.contact-form .contact-form-contact-header .contact-form-title{display:block;font-size:1.3em;text-align:center;width:100%}.contact-form .form-component{width:100%}.contact-form .form-component .contact-form-component .recaptcha{transform:scale(.9);transform-origin:left}.contact-form .form-component .contact-form-component .form-item{display:inline-block}.contact-form .form-component .contact-form-component .form-item .form-input input,.contact-form .form-component .contact-form-component .form-item .form-input textarea{border:none;border-radius:5px;font-size:1em;padding:1em .8em;width:100%}.contact-form .form-component .contact-form-component .form-item .form-input textarea{font-family:Roboto,sans-serif}.contact-form .form-component .contact-form-component .contact-form__message.form-item{border-top:2px solid hsla(0,0%,100%,.6);margin-top:5px;padding-top:15px;width:100%}.contact-form .form-component .contact-form-component .contact-form__message.form-item .form-input textarea{height:5.5em}.contact-form .form-component .contact-form-component .contact-form-component__first--line,.contact-form .form-component .contact-form-component .contact-form-component__second--line{display:flex;justify-content:space-between;margin-bottom:10px}.contact-form .form-component .contact-form-component .contact-form-component__first--line .contact-form__name.form-item{width:72%}.contact-form .form-component .contact-form-component .contact-form-component__first--line .contact-form__postal_code.form-item{width:26%}.contact-form .form-component .contact-form-component .contact-form-component__second--line .contact-form__email.form-item,.contact-form .form-component .contact-form-component .contact-form-component__second--line .contact-form__telephone.form-item{width:49%}.contact-form .form-component .contact-form-component .contact-form__gdpr-group{display:flex;flex-direction:column;gap:5px;padding:1em 3px}.contact-form .form-component .contact-form-component .contact-form__gdpr-group input[type=checkbox]{appearance:none;background-color:#fff;border-radius:2px;height:.8em;margin:0 5px 0 0;vertical-align:middle;width:.8em}.contact-form .form-component .contact-form-component .contact-form__gdpr-group input[type=checkbox]:checked{appearance:auto}.contact-form .form-component .contact-form-component .contact-form__gdpr-group label span{font-size:.8em;opacity:.8}.contact-form .form-component .contact-form-component .contact-form__gdpr-group label span a{color:#fff;font-size:1em}.contact-form .form-component .contact-form-component .form-component__button-wrapper{margin:12px 0}.contact-form .form-component .contact-form-component .form-component__button-wrapper input[type=submit]{background-color:#23388d;border:none;border-radius:27px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:1.5em;letter-spacing:1.18px;padding:.7em;width:100%}.contact-form .form-component .contact-form-component .contact-form-component__third--line{width:100%}.contact-form .form-component .contact-form-component .contact-form__interested-product-options{width:49%}.contact-form .form-component .contact-form-component .contact-form__interested-product-options .form-select[data-content="Producto de interés *"] .form-select__group{color:#777}.contact-form .form-component .contact-form-component .form-select__group{border-radius:5px;font-family:Roboto,sans-serif;font-size:1em;height:38px;padding-left:5px;width:100%}.contact-form .form-component .contact-form-component .form-select__group:invalid{color:#9b9b9b}.contact-form .form-component .contact-form-component .form-select__group [disabled]{color:#9b9b9b}.contact-form .contact-form__responsibility--information{font-size:.8em;opacity:.8}.contact-form .contact-form__responsibility--information a{color:#fff;font-size:1em}@media (min-width:375px){.contact-popup__wrapper .contact-popup .contact-form-component .recaptcha{transform:none}}@media (min-width:641px){.contact-form{padding:15px 40px}}@media (min-width:1025px){.contact-popup__wrapper .contact-popup{align-items:flex-start;bottom:auto;bottom:35%;flex-direction:row;max-width:700px;right:0;width:700px;z-index:12}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button{border-radius:10px 10px 0 0;padding:17px 16px 20px;transform:rotate(270deg) translate(5px,5px);transform-origin:85% 50%;width:auto}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-icon{height:3em;width:3em}.contact-popup__wrapper .contact-popup .contact-popup-toggle-button .contact-popup-toggle-button-close{display:none}.contact-popup__wrapper .contact-popup.closed{height:0;width:auto}.contact-form{border-radius:10px 0 0 10px}.contact-form .form-component .contact-form-component .contact-form__gdpr-group{display:flex;flex-direction:column;flex-wrap:wrap;height:6em}.contact-form .form-component .contact-form-component .contact-form__gdpr-group .form-checkbox{position:relative}.contact-form .form-component .contact-form-component .contact-form__gdpr-group .form-checkbox label{position:absolute}.contact-form .form-component .contact-form-component .recaptcha{display:inline-block;margin-top:0;transform:scale(.8);transform-origin:left;width:66%}.contact-form .form-component .contact-form-component .form-component__button-wrapper{float:right;margin:15px 0 0;width:34%}.contact-form .form-component .contact-form-component .form-component__button-wrapper input[type=submit]{border-radius:6px}}.cookies-popup{position:absolute;z-index:99}.cookies-popup .cookie-block-navigation-visible{display:block}.cookies-popup .cookie-block-navigation{background-color:rgba(0,0,0,.6);height:100vh;left:0;position:fixed;top:0;width:100vw}.cookies-popup--allowed-scroll{height:auto}.cookies-popup__wrapper{align-items:center;background:#e8e8e8;bottom:0;box-shadow:1px 1px 4px;display:flex;flex-direction:column;height:285px;justify-content:center;padding:20px;position:fixed;transition:bottom .5s ease-in-out;width:100%;z-index:99}@media (min-width:796px){.cookies-popup__wrapper{flex-flow:row wrap;height:160px}}@media (min-width:1024px){.cookies-popup__wrapper{flex-flow:row wrap;height:170px}}.cookies-popup__description--wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media (min-width:796px){.cookies-popup__description--wrapper{flex-direction:row}}.cookies-popup__text{align-items:center;display:flex;justify-content:center;margin:0 0 15px;text-align:left}@media (min-width:796px){.cookies-popup__text{max-width:400px}}@media (min-width:1024px){.cookies-popup__text{margin:0;max-width:600px;text-align:left}}.cookies-popup__text-icon{align-self:start;background-image:url(/build/images/cookies_exclamation.eb3cc1a3.svg);background-position:50%;background-repeat:no-repeat;background-size:30px;display:inline-block;height:30px;margin:0 15px 0 0;width:30px}@media (min-width:641px){.cookies-popup__text-icon{background-size:35px;height:35px;margin:0 15px 0 0;width:35px}}@media (min-width:1024px){.cookies-popup__text-icon{background-size:35px;height:35px;margin:0 40px 0 0;width:35px}}.cookies-popup__text-span{display:inline-block;font-size:pxtorem(13);width:calc(100% - 45px)}@media (min-width:1024px){.cookies-popup__text-span{width:calc(100% - 75px)}}.cookies-popup__text-span a{color:var(--primary-color);cursor:pointer;font-size:inherit;text-decoration:underline}.cookies-popup__button-group{align-items:center;align-self:center;align-self:flex-end;display:flex;flex-direction:row;justify-content:space-between;text-transform:uppercase;width:calc(100% - 45px)}@media (min-width:796px){.cookies-popup__button-group{align-self:center;margin-left:20px;max-width:350px}}@media (min-width:1024px){.cookies-popup__button-group{margin:0 0 0 30px;width:100%}}.cookies-popup__button-group button{background-color:#23388d;border-radius:.6rem;color:#fff;cursor:pointer;display:block;font-size:pxtorem(14);font-weight:400;line-height:1rem;margin:0;padding:8px;transition-duration:.2s;transition-property:color,text-decoration;transition-timing-function:ease-in-out;width:48%}.cookies-popup__button-group button:hover{color:#000;text-decoration:none}.cookies-popup__button-group button.disabled,.cookies-popup__button-group button:disabled{background:#c6c6c6;pointer-events:none;user-select:none}.cookies-popup__button-group button>span{color:inherit;font-size:inherit;font-weight:inherit}.cookies-popup__accept-all,.cookies-popup__denied-all{align-items:center;border-radius:3px;display:flex;font-weight:700;justify-content:center;margin:5px;min-height:30px;padding:5px;text-transform:uppercase;width:100%}@media (min-width:641px){.cookies-popup__accept-all,.cookies-popup__denied-all{width:50%}}.cookies-popup__manage-cookies{align-items:center;background:transparent;border-radius:3px;color:var(--primary-color);cursor:pointer;display:flex;font-size:pxtorem(14);justify-content:center;margin:0 5px 5px 0;min-height:30px;padding:0 5px 5px 0;text-decoration:underline;text-transform:capitalize}.cookies-popup--hidden{bottom:-40%}.cookies-popup .item-grow{flex-grow:2;margin:5px 0 0;order:1}@media (min-width:1024px){.cookies-popup .item-grow{flex-grow:0;margin:0;order:0}}@media (min-width:641px){.cookies-popup .cookies-modal{height:100vh}}@media (min-width:1024px){.cookies-popup .cookies-modal{height:calc(100vh - 170px)}.cookies-popup .cookies-modal .modal__content{padding-left:10px;padding-right:10px}}@media (min-width:796px){.cookies-popup .cookies-modal .modal__content-wrapper{max-width:650px}}@media (min-width:1024px){.cookies-popup .cookies-modal .modal__content-wrapper{max-width:680px}.cookies-popup .cookies-modal .modal__content .form-component__button-wrapper{bottom:15px;position:absolute;right:25px;width:45%}.cookies-popup .cookies-modal__info-title{margin:0}.cookies-popup .cookies-modal__info .radio-group__input-horizontal{justify-content:flex-start}.cookies-popup .cookies-modal__info .radio-group>div{margin:0 30px 0 10px}.cookies-popup .cookies-modal__actions{align-items:center;display:flex;gap:10px;justify-content:space-between}.cookies-popup .cookies-modal__actions-restore,.cookies-popup .cookies-modal__actions-save{flex:1;min-width:32%}}.cookies-modal{align-items:flex-start}@media (min-width:641px){.cookies-modal{height:calc(100vh - 160px)}}@media (min-width:1024px){.cookies-modal{height:calc(100vh - 170px)}}.cookies-modal.from-button{height:100%}@media (min-width:641px){.cookies-modal.from-button{height:100%}}@media (min-width:1024px){.cookies-modal.from-button{height:100%}}.cookies-modal .item-grow{flex-grow:2;margin:5px 0 0;order:1}@media (min-width:1024px){.cookies-modal .item-grow{flex-grow:0;margin:0;order:0}.cookies-modal .modal__content{padding-left:10px;padding-right:10px}}@media (min-width:796px){.cookies-modal .modal__content-wrapper{max-width:650px}}@media (min-width:1024px){.cookies-modal .modal__content-wrapper{max-width:680px}}@media (min-width:1440px){.cookies-modal .modal__content-wrapper{width:49vw}}@media (min-width:1024px){.cookies-modal .modal__content .form-component__button-wrapper{bottom:15px;position:absolute;right:25px;width:45%}}.cookies-modal .modal__close{background:transparent;right:25px;top:25px}.cookies-modal .modal__close span{background:url(/build/images/close-black.696aba83.svg);background-repeat:no-repeat;background-size:16px 16px;color:transparent;cursor:pointer;display:block;height:16px;text-align:center;width:16px}.cookies-modal .modal__content{max-width:650px;padding-bottom:10px;padding-top:30px}.cookies-modal .modal__content-wrapper{border-radius:4px;top:15%}.cookies-modal .modal__content-wrapper .modal__content{border-radius:4px;max-width:max-content}.cookies-modal .modal__content .form-component__button-wrapper{padding:0 15px}.cookies-modal .modal__content .form-component__button-wrapper input[type=submit]{width:100%}.cookies-modal__wrapper-section{background-color:#fff;border-radius:4px;box-shadow:1px 2px 5px 0 #ebebeb;margin:0 0 16px;padding:12px}.cookies-modal__wrapper-section.marketing .cookies-modal__info-text,.cookies-modal__wrapper-section.statistics .cookies-modal__info-text,.cookies-modal__wrapper-section.technical .cookies-modal__info-text{font-size:14px;margin:8px 0 0}.cookies-modal__wrapper-text{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox{margin:0;text-align:left}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#e5e5e5;border-radius:2rem;cursor:pointer;height:15px;outline:none;position:relative;width:37px}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox input[type=checkbox]:before{background:#a8a8a8;border-radius:50%;content:"";height:19px;left:0;position:absolute;top:-2px;transition:.5s;width:19px}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox input[type=checkbox]:checked{left:0;top:0}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox input[type=checkbox]:checked:before{background:#23388d;transform:translateX(100%)}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox .form-checkbox__label,.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox .form-checkbox__label:after{background:none;border:none;display:none}.cookies-modal__wrapper-text .cookies-modal__select-option .form-checkbox input[type=checkbox]:checked+.form-checkbox__label:after{background:none;border-color:none;display:none}.cookies-modal__wrapper-text div{align-items:center;display:flex;flex-flow:row nowrap;gap:0 5px}.cookies-modal__wrapper-text .arrow{background-image:url(/build/images/chevron-down-blue.3637c042.svg);background-repeat:no-repeat;background-size:18px 18px;cursor:pointer;display:block;height:18px;right:5px;text-align:center;top:13px;width:18px}.cookies-modal__wrapper-text .arrow--active{transform:rotate(180deg)}.cookies-modal__info{padding:0 15px}.cookies-modal__info-title{font-size:16px;font-weight:500;margin:0}.cookies-modal__info-title-main{font-size:18px;font-weight:500;margin:0 0 16px;text-align:left}.cookies-modal__info-text{font-size:14px;margin:0 0 32px}.cookies-modal__info-text.hidden{display:none}.cookies-modal__info-text a{color:#23388d;font-size:14px;text-decoration:underline}.cookies-modal__info-text,.cookies-modal__info-title{text-align:left}.cookies-modal__actions{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 15px 5px}@media (min-width:1024px){.cookies-modal__actions{align-items:center;display:flex;gap:10px;justify-content:space-between}}.cookies-modal__actions-restore{background-color:var(--primary-color);color:var(--white-color);font-size:13.4px;font-weight:400}.cookies-modal__actions-restore:hover{color:#000}.cookies-modal__actions-restore,.cookies-modal__actions-save{background-color:#23388d;border-radius:5px;border-radius:.6rem;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:400;line-height:1rem;margin:0;padding:10px!important;padding:8px;text-transform:uppercase;transition-duration:.2s;transition-property:color,text-decoration;transition-timing-function:ease-in-out;width:49%;width:48%}.cookies-modal__actions-restore:hover,.cookies-modal__actions-save:hover{color:#000;text-decoration:none}.cookies-modal__actions-restore.disabled,.cookies-modal__actions-restore:disabled,.cookies-modal__actions-save.disabled,.cookies-modal__actions-save:disabled{background:#c6c6c6;pointer-events:none;user-select:none}.cookies-modal__actions-restore>span,.cookies-modal__actions-save>span{color:inherit;font-size:inherit;font-weight:inherit}.cookies-modal__actions-restore.hidden,.cookies-modal__actions-save.hidden{display:none}@media (min-width:1024px){.cookies-modal__actions-restore,.cookies-modal__actions-save{flex:1;min-width:32%}}.cookies-modal__info-always-text{color:#818181;font-weight:400}.modal .modal__content-wrapper .modal__close{background:transparent;right:27px;top:23px}.highlights{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;gap:4px;margin:11px 0}.highlights p{margin:0;width:fit-content!important}.highlights__wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;width:100%}.highlights__wrapper-item{cursor:pointer;width:calc(50% - 2px)}.highlights__wrapper-item:hover img{transform:scale(1.1)}.highlights__wrapper-item:hover p:before{width:60%}.highlights__wrapper-item-img{display:flex;height:205px;justify-content:center;overflow:hidden!important}.highlights__wrapper-item-img img{object-fit:cover;transition:all .25s ease-in-out;width:100%}.highlights__primary-item-img{background-color:#f2f2f2}.highlights__secondary-item-img{background-color:#bbb}.highlights__wrapper-item-title{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;height:95px;justify-content:center;padding:20px}.highlights__wrapper-item-title p{font-family:Montserrat!important;font-size:12px!important;font-weight:700;position:relative;white-space:pre}.highlights__wrapper-item-title p:before{background-color:#fff;bottom:-3px;content:"";height:1px;left:20%;position:absolute;transition:all .25s ease-in-out;width:0}.highlights__wrapper-item-title span{font-size:1rem;margin-top:4px;text-align:center}@media (min-width:481px){.highlights__wrapper-item-img{height:240px}.highlights__wrapper-item-title{padding:22px}.highlights__wrapper-item-title p{font-size:15px!important}}@media (min-width:641px){.highlights__wrapper-item-img{height:240px}.highlights__wrapper-item-title{padding:22px}.highlights__wrapper-item-title p{font-size:17px!important}}@media (min-width:769px){.highlights__wrapper-item-img{height:280px}.highlights__wrapper-item-title{padding:24px}.highlights__wrapper-item-title p{font-size:20px!important}}@media (min-width:1025px){.highlights{flex-direction:row;margin:16px 0}.highlights__wrapper{width:calc(50% - 2px)}.highlights__wrapper-item-img{height:265px}.highlights__wrapper-item-title{padding:26px}.highlights__wrapper-item-title p{font-size:20px!important}.highlights__wrapper-item-title span{font-size:14px}}.services{background-color:#23388d;display:flex;flex-direction:column;padding:35px 0}.services p{margin:0;width:fit-content!important}.services .not-first-item{margin-top:20px}.services__wrapper{align-self:center;width:80%}.services__item{align-items:center;display:flex;flex-direction:row;width:100%}.services__item__img-wrapper{min-height:100%}.services__item__img-wrapper .services-img{height:50px!important;width:50px!important}.services__item__content{display:flex;flex-direction:column;padding-left:20px}.services__item__content .services-title{text-align:center}.services__item__content .services-title h2{color:#fff;font-family:Roboto;font-size:17px;font-weight:700}.services__item__content .services-text{margin-top:5px;text-align:center}.services__item__content .services-text p{color:#fff;font-family:Roboto;font-size:11px}@media (min-width:481px){.services{padding:40px 0}.services .not-first-item{margin-top:20px}.services__wrapper{width:70%}.services__item__img-wrapper .services-img{height:55px!important;width:55px!important}.services__item__content{padding-left:20px}.services__item__content .services-title h2{font-size:19px}.services__item__content .services-text{margin-top:5px}.services__item__content .services-text p{font-size:12px}}@media (min-width:641px){.services{padding:45px 0}.services .not-first-item{margin-top:20px}.services__wrapper{width:60%}.services__item__img-wrapper .services-img{height:60px!important;width:60px!important}.services__item__content{padding-left:20px}.services__item__content .services-title h2{font-size:20px}.services__item__content .services-text{margin-top:5px}.services__item__content .services-text p{font-size:14px}}@media (min-width:769px){.services{padding:50px 0}.services .not-first-item{margin-top:20px}.services__wrapper{width:50%}.services__item__img-wrapper .services-img{height:65px!important;width:65px!important}.services__item__content{padding-left:20px}.services__item__content .services-title h2{font-size:24px}.services__item__content .services-text{margin-top:5px}.services__item__content .services-text p{font-size:16px}}@media (min-width:1025px){.services{flex-direction:row;justify-content:center;padding:45px 0}.services .not-first-item{margin-left:50px;margin-top:0}.services__wrapper{align-items:center;display:flex;flex-direction:row;width:90%}.services__item__img-wrapper .services-img{height:70px!important;width:70px!important}.services__item__content{padding-left:20px}.services__item__content .services-title h2{font-size:20px}.services__item__content .services-text{margin-top:5px}.services__item__content .services-text p{font-size:13px}}.newsletter{align-self:center;background-color:#fff;display:flex;flex-direction:column;padding:35px 0 45px}.newsletter__title-group{display:flex;flex-direction:row;justify-content:center}.newsletter__title-group .newsletter-register__title{text-align:center;width:70%}.newsletter__title-group .newsletter-register__title h1{color:#000;font-family:Roboto;font-size:20px}.newsletter__title-group .newsletter-register__title h1 .title-bold{font-family:Roboto;font-size:20px;font-weight:700}.newsletter__form,.newsletter__form form{display:flex;flex-direction:column}.newsletter__form form{align-self:center;width:90%}.newsletter__form form .form-item--has-error .form-input{margin-bottom:17px}.newsletter__form form .form-error span{color:#d0021b;font-family:Montserrat;font-size:10px}.newsletter__form form .recaptcha{display:flex;flex-direction:column;margin-top:45px;order:2}.newsletter__form form .recaptcha .form-error{color:#d0021b;font-family:Montserrat;font-size:10px;margin-top:4px}.newsletter__form form .form-item .form-input{height:40px;margin-top:15px;width:100%}.newsletter__form form .form-item .form-input>input[type=email]:focus{background-color:#fff!important;outline:none}.newsletter__form form .form-item .form-input__item{border:1px solid #1d1d1b;border-radius:28px;font-family:Montserrat;font-size:13px;font-weight:400;height:100%;padding-left:25px;width:inherit}.newsletter__form form .form-item .form-input .form-error{margin-top:4px}.newsletter__form form .form-item .form-checkbox{position:relative!important}.newsletter__form form .form-item .form-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #000;border-radius:50%;color:#fff;cursor:pointer;font:inherit;height:18px;margin:0;position:relative;transform:translateY(5px);width:18px}.newsletter__form form .form-item .form-checkbox input[type=checkbox]:before{background-color:#23388d;border-radius:50%;box-shadow:inset 1em 1em var(--form-control-color);content:"";height:16px;position:absolute;transform:scale(0);transition:transform .12s ease-in-out;width:16px}.newsletter__form form .form-item .form-checkbox input[type=checkbox]:checked:before{transform:scale(1)!important}.newsletter__form form .form-item .form-checkbox .form-error{bottom:-30px;position:absolute!important}.newsletter__form form .form-item .form-checkbox__label *{font-family:Montserrat;font-size:10px;font-weight:400;left:22px;top:36%}.newsletter__form form .form-item .form-checkbox__label :not(a){position:absolute}.newsletter__form form .form-item .form-checkbox__label * a{cursor:pointer;text-decoration:underline}.newsletter__form form .form-component{display:flex;justify-content:center}.newsletter__form form .form-component__button{background-color:#23388d;border:none;border-radius:28px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:16px;font-weight:700;height:40px;margin-top:7px;width:100%}.newsletter__form form .form-component__button:hover{opacity:.8}.newsletter__form form .form-component__button:active{transform:scale(.95)}.newsletter__gdpr-group{margin-top:15px;order:1}.newsletter__error-message{background:#fae5e5;color:#e02b27;font-family:Montserrat;margin-left:5%;padding:10px;width:90%}.newsletter-modal .modal__content-wrapper{border-radius:10px;padding:40px;top:40%}.newsletter-modal__message,.newsletter-modal__title{font-size:14px;margin:0 0 5px}.newsletter-modal__confirm{background-color:#23388d;border:none;border-radius:28px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:16px;font-weight:700;height:40px;margin-top:7px;width:100%}.newsletter-modal__confirm:hover{opacity:.8}.newsletter-modal__confirm:active{transform:scale(.95)}.newsletter__legal-text{font-size:10px;margin:20px auto 0;text-align:justify;width:80%}.newsletter__legal-text a{color:#23388d;font-size:10px}@media (min-width:481px){.newsletter__title-group .newsletter-register__title{width:70%}.newsletter form{width:80%}.newsletter__error-message{margin-left:10%;width:80%}}@media (min-width:641px){.newsletter__title-group .newsletter-register__title{width:65%}.newsletter form{width:70%}.newsletter__error-message{margin-left:15%;width:70%}}@media (min-width:769px){.newsletter form{width:60%}.newsletter__error-message{margin-left:20%;width:60%}}@media (min-width:1025px){.newsletter{flex-direction:row;justify-content:center;padding:45px 0}.newsletter__title-group{width:50%}.newsletter__title-group .newsletter-register__title{padding:0 25px 0 0;text-align:start;width:100%}.newsletter__title-group .newsletter-register__title h1,.newsletter__title-group .newsletter-register__title h1 .title-bold{font-size:30px}.newsletter__form{width:50%}.newsletter__form form{flex-flow:row wrap;width:100%}.newsletter__form form .form-item--has-error .form-input{margin-bottom:15px}.newsletter__form form>div{width:65%}.newsletter__form form>div .form-input{margin-top:0!important}.newsletter__form form .form-component__button{margin-left:10px;margin-top:0;width:100%}.newsletter__form form .form-component__button-wrapper{width:35%}.newsletter__form form .form-group{width:100%}.newsletter__gdpr-group{margin-top:5px}.newsletter__terms{width:100%!important}.newsletter__error-message{margin-left:0;width:50%}.newsletter__legal-text{left:0;padding:0 25px 0 0;position:absolute;top:100px;width:50%}.newsletter>div{align-items:flex-start;display:flex;flex-direction:row;flex-flow:wrap;justify-content:flex-end;position:relative;width:90%}}.landing-page__official-distributor{background:#000;color:#fff;font-family:Roboto,sans-serif;font-size:2.5rem;padding:16px;text-align:center;text-transform:uppercase}.landing-page-slider .glide__slide{margin:0}.landing-page-slider .glide__slide--active{margin-right:4px!important}.landing-page-slider .glide .landing-page-slider__images-tag{display:block;width:100%}.landing-page-slider .glide .glide__bullets{display:none}.landing-page-slider .glide__arrow{background-position:50%;background-repeat:no-repeat;background-size:15px;border:none;border-radius:0;box-shadow:none;height:calc(100% - 4px);padding:15px;top:49%;width:40px}.landing-page-slider .glide__arrow--left{background-image:url(/build/images/prev-arrow.bd1202fd.svg);left:0!important}.landing-page-slider .glide__arrow--right{background-image:url(/build/images/next-arrow.09ea542b.svg);right:0!important}.landing-page-slider .glide__arrow:hover{background-color:rgba(0,0,0,.05);transition:.3s ease-in-out}.landing-page-slider .glide__arrows.initial .glide__arrow{background:none;pointer-events:none}@media (min-width:1025px){.landing-page-slider .glide__arrow{padding:18px}.landing-page-slider .glide .landing-page-slider__images-tag{height:auto;width:100%}.landing-page-slider .glide .landing-page-slider__images-tag .landing-page-slider--desktop{display:initial}.landing-page-slider .glide .landing-page-slider__images-tag .landing-page-slider--mobile{display:none}}.brands-banner{border:1px solid #ccc;padding:10px 0}.brands-banner .glide__slides{height:100px}.brands-banner .glide__slides:hover{cursor:default}.brands-banner .glide__slide{align-items:center;display:flex;justify-content:center}.brands-banner .glide__slide img{max-height:55px;max-width:100%;object-fit:cover}.popups-manager .modal{background-color:rgba(0,0,0,.6)}.popups-manager .modal__close{cursor:pointer;position:absolute;right:2rem;top:.5rem}.popups-manager .modal__close span{color:#303030;font-size:.25rem;font-weight:100;line-height:2.91667rem}.popups-manager .modal__content{align-items:center;display:flex;flex-flow:column nowrap;font-size:1.25rem;justify-content:center}.popups-manager .modal__content-wrapper{background:#f8f8f8;border-radius:.33333rem;box-shadow:.08333rem .08333rem .58333rem .25rem rgba(0,0,0,.1);max-width:25.41667rem;top:15%;width:fit-content}.popups-manager .modal__content img{border-radius:.33333rem;height:100%;max-width:25.41667rem;width:100%}.popups-manager .modal__content .padding{align-items:center;display:flex;flex-direction:column;padding:32px 15px 15px}.popups-manager .modal__content .image-desktop{display:none}.popups-manager .modal__content .title{font-size:1.66667rem;font-weight:700;margin-bottom:1rem}.popups-manager .modal__content .subtitle{font-size:1.33333rem;margin-bottom:1rem}.popups-manager .modal__content .text{font-size:1.16667rem;margin-bottom:1.33rem}.popups-manager .modal__content .text>p{font-size:inherit}.popups-manager .modal__content .button{align-items:center;background-color:#0099a8;border-radius:.33333rem;color:#fff;cursor:pointer;display:flex;font-size:1.33333rem;font-weight:500;justify-content:center;max-width:20.83333rem;min-height:3.33333rem;padding:.7rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s ease;width:100%}@media (min-width:1025px){.popups-manager .modal__content-wrapper{max-width:72.5rem;width:fit-content}.popups-manager .modal__content-wrapper .title{font-size:2rem}.popups-manager .modal__content .padding{padding:32px 80px}.popups-manager .modal__content .text{margin-bottom:2rem}.popups-manager .modal__content .image-desktop{display:block}.popups-manager .modal__content .mobile-image{display:none}.popups-manager .modal__content .button{max-width:33.33333rem}.popups-manager .modal__content img{max-width:72.5rem}}