.my-contact{display:grid;grid-gap:20px;gap:20px;width:50%;margin:0 auto}.form__textfield{width:100%;display:flex;flex-direction:column;align-items:flex-start}.form__textfield textarea{border:1px solid #d4dae6;background:#fff;outline:none;border-radius:4px;resize:none;box-sizing:border-box;padding:10px}.form__textfield textarea:focus{outline:none}.form__textfield input[type=text],.form__textfield input[type=tel],.form__textfield select,.form__textfield input[type=email],.form__textfield input[type=password]{width:-webkit-fill-available;width:-moz-available;padding:12px 14px;border-radius:8px;border:1px solid #d4dae6;background:#fff}.form__textfield input[type=text]:focus,.form__textfield input[type=tel]:focus,.form__textfield select:focus,.form__textfield input[type=email]:focus,.form__textfield input[type=password]:focus{outline:none}.form__textfield input[type=text]:disabled,.form__textfield input[type=tel]:disabled,.form__textfield select:disabled,.form__textfield input[type=email]:disabled,.form__textfield input[type=password]:disabled{border:1px solid #9facc6;-webkit-user-select:none;user-select:none;cursor:not-allowed;background:#d4dae6}.form__textfield>span{display:block}.form__textfield .textarea-error{border:1px solid #f31830}.form__textfield .textarea-success{border:1px solid #74cc47}.form__textfield .textarea-disabled{border:1px solid #9facc6;-webkit-user-select:none;user-select:none;cursor:not-allowed;background:#f6f8fb}.form__textfield select{-webkit-appearance:none;appearance:none;background-image:var(--arrow-select);background-repeat:no-repeat;background-position:calc(100% - 10px) 50%}input.textinput__error[type=text]{border:1px solid #f31830}.textinput__success{border:1px solid #74cc47}.form__checkbox input{width:inherit;margin-right:10px}.form__checkbox input[type=checkbox]{display:none}.form__checkbox input[type=checkbox]:checked+span:before{background-image:var(--checkmark-icon);background-repeat:no-repeat;background-position:center;background-color:#092c59;border:1px solid #092c59}.form__checkbox input[type=checkbox]:hover+span:before{border:1px solid #9ad2d0}.form__checkbox span{display:flex;align-items:flex-start;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:14px;font-weight:400;line-height:24px;text-align:left}.form__checkbox span:before{flex:none;content:"";display:inline-block;border:1px solid #9facc6;width:20px;height:20px;border-radius:4px;margin-right:10px;background-color:#fff}.form__checkbox input[type=checkbox]:disabled+span:before{cursor:not-allowed;opacity:.5;background-color:#d4dae6}.form__radio-button{display:flex;align-items:center}.form__radio-button input[type=radio]{accent-color:#000;height:20px;width:20px;margin-right:10px}.form__question{display:grid;grid-gap:20px;gap:20px;text-align:left}.form__question--answer{font-weight:600}.form__message{display:flex;align-items:center;justify-content:center;font-size:16px;font-family:CenturyGothic,sans-serif;font-weight:400;margin-bottom:10px;padding:6px 16px;border:1px solid;border-radius:5px;background-color:#0000}.form__message--success{color:#74cc47;border-color:#74cc47}.form__message--error{color:#f31830;border-color:#a81929;background-color:#ffedef}.form__message>svg{width:18px;height:18px;margin-right:10px}.form__message>svg~span{width:calc(100% - 28px)}.icon-error{width:25px;height:25px;margin-right:10px}.list-errors{list-style:none}.color-error{color:#f31830}.errors{margin-bottom:20px}.errors>ul{list-style:none}.password-wrapper{width:100%;position:relative}.password-wrapper svg{position:absolute;bottom:20px;right:14px;cursor:pointer}.footer{background-color:#f9f6ef}.footer-blocks__copyrights{padding:0 5rem 22px;display:flex;flex-direction:column;gap:12px}@media (max-width: 767px){.footer-blocks__copyrights{padding:0 20px 22px;width:60%}}.footer-blocks__copyrights p{font-size:14px;line-height:24px;font-weight:400;font-family:CenturyGothic,sans-serif;text-align:center}.footer-blocks__copyrights img{width:auto;height:28px;display:block;margin:0 auto}.footer-blocks__content{padding:42px 5rem;display:flex;position:relative}@media (max-width: 1099px){.footer-blocks__content{flex-wrap:wrap;gap:40px}}@media (max-width: 767px){.footer-blocks__content{padding:42px 20px}}.footer-blocks__content .decoration-image{position:absolute;bottom:0;right:0;width:auto;height:313px}@media (max-width: 767px){.footer-blocks__content .decoration-image{bottom:-6rem;height:191px}}.footer-blocks__column{flex:0 0 25%;max-width:25%;display:flex;flex-direction:column;position:relative}@media (max-width: 1099px){.footer-blocks__column{flex:0 0 calc(33.33% - 40px);max-width:calc(33.33% - 40px)}}@media (max-width: 767px){.footer-blocks__column{flex:0 0 100%;max-width:100%}}.footer-blocks__column:first-of-type{align-items:center;justify-content:flex-start}@media (max-width: 1099px){.footer-blocks__column:first-of-type{flex:0 0 100%;max-width:100%}}.footer-blocks__column:first-of-type svg{width:100px;height:100px}.footer-blocks__column:first-of-type .social p{font-size:18px;line-height:26px;font-weight:400;letter-spacing:.9px;font-family:BebasNeue,sans-serif;margin:0;text-align:center}.footer-blocks__column:first-of-type .social .social-icons{margin-top:20px;display:flex;gap:12px;flex-direction:row}.footer-blocks__column:first-of-type .social .social-icons svg{width:36px;height:36px}.footer-blocks__column:first-of-type .icon-subtext svg{width:88px;height:auto}.footer-blocks__column:first-of-type .menu-accordeon-mobile{display:none}@media (max-width: 767px){.footer-blocks__column:first-of-type .menu-accordeon-mobile{display:block;width:100%}}.footer-blocks__column:first-of-type .menu-accordeon-mobile__item.active .menu-accordeon-mobile__content{padding:12px 16px 12px 0}.footer-blocks__column:first-of-type .menu-accordeon-mobile__item.active .menu-accordeon-mobile__icon .icon-plus{display:none}.footer-blocks__column:first-of-type .menu-accordeon-mobile__item.active .menu-accordeon-mobile__icon svg:last-of-type{display:block}.footer-blocks__column:first-of-type .menu-accordeon-mobile__title{display:flex;justify-content:space-between;gap:20px;align-items:center;cursor:pointer;padding:12px 16px 12px 0;border-bottom:1px solid var(--color-general, #092c59)}.footer-blocks__column:first-of-type .menu-accordeon-mobile h2{font-size:24px;line-height:34px;font-weight:400;letter-spacing:.48px;font-family:BebasNeue,sans-serif;margin:0}.footer-blocks__column:first-of-type .menu-accordeon-mobile__content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .5s;display:flex;flex-direction:column;gap:12px;padding:0}.footer-blocks__column:first-of-type .menu-accordeon-mobile__icon{transition:transform .4s ease;display:flex;align-items:center}.footer-blocks__column:first-of-type .menu-accordeon-mobile__icon svg{width:20px;height:20px}.footer-blocks__column:first-of-type .menu-accordeon-mobile__icon svg:not(.icon-plus){display:none}.footer-blocks__column:not(:first-of-type){gap:12px}@media (max-width: 767px){.footer-blocks__column:not(:first-of-type){display:none}}.footer-blocks__column:not(:first-of-type) h2{font-size:24px;line-height:34px;font-weight:400;letter-spacing:.48px;font-family:BebasNeue,sans-serif;margin:0}.footer-blocks__column:not(:first-of-type) .items{display:flex;flex-direction:column;gap:12px}.footer-blocks__column:not(:first-of-type) .items a{font-size:16px;line-height:24px;font-weight:400;font-family:CenturyGothic,sans-serif;display:block;margin:0}.grid{display:grid;column-gap:var(--column-gap, 10px);grid-column-gap:var(--column-gap, 10px);grid-row-gap:var(--row-gap, 10px);grid-template-columns:var(--columns, repeat(3, 1fr));grid-template-rows:var(--rows, 1fr);row-gap:var(--row-gap, 10px)}@media screen and (max-width: 749px){.grid{grid-template-columns:var(--columns, repeat(2, 1fr))}}@media screen and (max-width: 430px){.grid{grid-template-columns:var(--columns, 1fr)}}.flex{display:flex;flex-direction:var(--direction);align-items:var(--align, center);justify-content:var(--justify, flex-start)}.flex>*:not(:last-child){margin-right:var(--gap-flex, 20px)}.sticky{position:sticky;top:var(--top, 0);z-index:2}.hero-banner{position:relative}.hero-banner__heading{top:66px;position:absolute;left:50%;transform:translate(-50%);text-align:center}.hero-banner__card{position:relative;top:-50px;display:flex;justify-content:center}.hero-banner__background{width:100%;padding-top:240px;display:flex;position:relative}.hero-banner__background img{position:absolute;top:0;width:100%;height:100%;object-fit:cover}.hero-banner-collections{position:relative;display:flex;justify-content:center}.hero-banner-collections__heading{top:calc(50% - 44.5px);position:absolute;text-align:center;width:calc(100% - 40px);margin:0}.hero-banner-collections__heading .line-break-text span{overflow:hidden;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.hero-banner-collections__card{position:relative;top:-50px;display:flex;justify-content:center}.hero-banner-collections__background{width:100%;padding-top:244px;display:flex;position:relative}@media (max-width: 767px){.hero-banner-collections__background{padding-top:211px}}.hero-banner-collections__background img{position:absolute;top:0;width:100%;height:100%;object-fit:cover}@media (max-width: 767px){.hero-banner-collections__background img.desktop{display:none}}@media (min-width: 768px){.hero-banner-collections__background img.mobile{display:none}}.collection-navigation{background-color:#fff}.collection-navigation__wrapper{padding:52px 5rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}@media (max-width: 767px){.collection-navigation__wrapper{padding:42px 20px 0;align-items:flex-start}}.collection-navigation__wrapper h2{font-size:38px;line-height:44px;font-family:CenturyGothic,sans-serif;margin:0;font-weight:700;text-align:center}@media (max-width: 767px){.collection-navigation__wrapper h2{font-size:30px;line-height:40px;letter-spacing:.6px;display:block;margin:0 auto}}.collection-navigation__wrapper h2 .highlight-text{padding:0 15px}.collection-navigation__items{display:flex;flex-wrap:nowrap;padding:10px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%}.collection-navigation__items>*{flex-shrink:0}.collection-navigation__items>*:not(:last-child){margin-right:20px}@media (min-width: 768px){.collection-navigation__items{justify-content:center}}.collection-navigation__items::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}.collection-navigation__item{padding:4px 12px;background-color:#fff;border:1px solid var(--color-general, #092c59);transform:rotate(-2deg);font-size:24px;line-height:34px;font-weight:400;letter-spacing:.48px;font-family:BebasNeue,sans-serif;opacity:.5;transition:.3s}.collection-navigation__item:hover{text-decoration:none;opacity:1}.collection-navigation__item.active{opacity:1}.subscriptioncard{box-shadow:0 3px 12px #091e421a;display:flex;max-width:1024px;padding:20px;gap:12px;margin:20px;border-radius:8px;background-color:#fff;text-align:center;flex-direction:column-reverse}@media screen and (min-width: 768px){.subscriptioncard{padding:36px;gap:36px;margin:0;flex-direction:row}}.subscriptioncard__imagewrapper{object-fit:cover;max-width:426px;margin-left:auto}.subscriptioncard__content-image{object-fit:cover;width:100%;height:100%;border-radius:8px;aspect-ratio:5/4}.subscriptioncard__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.subscriptioncard__heading span{display:block}.subscriptioncard__heading svg{height:100%}.subscriptioncard__text{margin:16px 0 24px;line-clamp:5;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 768px){.subscriptioncard__text{font-size:14px}}.subscriptioncard h3{font-family:CenturyGothic,sans-serif;margin:0}@media screen and (max-width: 768px){.subscriptioncard h3{font-size:24px}}@media screen and (max-width: 768px){.subscriptioncard .cta__button{width:-webkit-fill-available}}.slider__wrapper{position:relative;z-index:0}.slider__wrapper swiper-container{overflow:visible;overflow-x:clip}.btn-arrow{display:block;position:relative;width:50px;height:50px;cursor:pointer;display:none}.btn-arrow>svg{box-shadow:4px 4px #092c59;border-radius:50%;border:1px solid #092c59}.btn-arrow>svg:active{transform:scale(.98);box-shadow:0 0}.swiper-button{background-color:#0000;border-style:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:initial;height:initial}.swiper-button-prev{left:-60px}.swiper-button-next{right:-60px}.swiper-button:after{display:none}@media screen and (max-width: 749px){.swiper-button-prev{left:0}.swiper-button-next{right:0}}.swiper-pagination{z-index:0;padding-top:32px;position:relative;display:flex;justify-content:center;align-items:center}.swiper-pagination-bullet{margin:0 5px;width:6px;height:6px;background:#0000;border:1px solid #092c59;opacity:1}.swiper-pagination-bullet-active{width:10px;height:10px;background:#092c59}.wrapper{max-width:1440px;margin-right:auto;margin-left:auto}@media screen and (min-width: 750px){.wrapper{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 749px){.wrapper{padding-right:20px;padding-left:20px}}@media screen and (max-width: 281px){.wrapper{padding-right:10px;padding-left:10px}}.wrapper--m{max-width:1024px}.wrapper--s{max-width:980px}.wrapper--xs{max-width:890px}main#MainContent section,main#MainContent .margin-section{margin-bottom:42px}@media screen and (min-width: 749px){main#MainContent section,main#MainContent .margin-section{margin-bottom:52px}}main#MainContent .no-margin{margin-bottom:0}.contact{text-align:center;margin:52px 0;display:flex;flex-direction:column}.contact.align-left{flex-direction:row}.contact.align-left .contact-heading{width:50%}.contact--description{padding:10px;margin-bottom:20px}.contact--description strong{font-weight:600}.contact .error-check-js,.contact .error-user-exist{display:none}.collection-product-slider{padding-top:52px}@media (max-width: 767px){.collection-product-slider{padding-top:42px}}.collection-product-slider__hn{text-align:center}@media (max-width: 767px){.collection-product-slider__hn .hn-line-break{margin-bottom:31px}}.collection-product-slider picture{width:100%;padding-bottom:100%;position:relative}@media screen and (min-width: 768px){.collection-product-slider picture{width:320px;padding-bottom:320px}}.collection-product-slider .description{max-width:550px;margin:0 auto 32px;font-size:16px;line-height:24px;font-weight:400;font-family:CenturyGothic,sans-serif;color:var(--color-general, #092c59);text-align:center}.collection-product-slider__btn{display:block!important;margin:32px auto 0;width:fit-content}.collection-product-slider .product-card__form{order:1}.collection-product-slider .product-card__form button,.collection-product-slider .product-card__form a{opacity:1;position:relative;transform:none;bottom:unset}.collection-product-slider .product-card__info{margin-top:0}.collection-product-slider .product-card:hover .product-card__form button,.collection-product-slider .product-card:hover .product-card__form a{bottom:unset;transform:unset}@media screen and (max-width: 749px){.collection-product-slider:not(.collection-product-slider--extend) swiper-slide{width:252px;flex-shrink:0}}.collection-product-slider:not(.collection-product-slider--extend) swiper-container{display:flex}@media screen and (max-width: 600px){.collection-product-slider:not(.collection-product-slider--extend) swiper-container{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}.content-cards-slider{background-color:#f9f6ef}.content-cards-slider__hn{text-align:center;padding-bottom:15px;margin-bottom:32px}.content-cards-slider__wrapper{padding-top:42px;padding-bottom:42px}@media (min-width: 749px){.content-cards-slider__wrapper{padding-top:52px;padding-bottom:52px}}.content-cards-slider .tabs-navigation{margin-bottom:20px}@media (max-width: 749px){.content-cards-slider .tabs-navigation{row-gap:20px;flex-wrap:wrap;justify-content:center}.content-cards-slider .tabs-navigation>.tab-link{flex-shrink:1}}@media (max-width: 767px){.content-cards-slider .swiper-pagination{padding-top:0!important;bottom:36px!important;z-index:1}}.content-card__container{max-width:1024px;background-color:#fff;padding:36px;display:flex;gap:36px;border-radius:8px;box-shadow:0 3px 12px #091e421a}@media (max-width: 767px){.content-card__container{padding:20px;gap:12px;flex-direction:column-reverse}}.content-card__container--left{flex-direction:row-reverse}@media (max-width: 767px){.content-card__container--left{flex-direction:column-reverse}}.content-card__left{flex:1 1 50%;display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}@media (max-width: 767px){.content-card__left{flex:1 1 100%;gap:12px;justify-content:flex-start}}.content-card__left h1,.content-card__left h2,.content-card__left h3,.content-card__left h4,.content-card__left h5,.content-card__left h6{text-align:center}.content-card__left h2{font-size:32px;line-height:40px;font-family:CenturyGothic,sans-serif;font-weight:700;letter-spacing:.64px;margin-bottom:16px;text-align:center}@media (max-width: 1024px){.content-card__left h2{font-size:24px;line-height:34px;letter-spacing:.48px}}.content-card__left h2 .highlight-text{overflow:hidden;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.content-card__left .content-description p{font-size:16px;line-height:24px;font-family:CenturyGothic,sans-serif;font-weight:400;text-align:center;margin:-24px 0 0;overflow:hidden;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}@media (max-width: 1024px){.content-card__left .content-description p{font-size:14px;line-height:24px;margin:-10px 0 0}}.content-card__left .content-description :nth-child(2){margin-top:10px}.content-card__left .content-description :nth-child(3){margin-top:10px}.content-card__left .content-description :last-child{margin-bottom:0;margin-top:15px}.content-card__left a{display:flex;align-items:center;justify-content:center;gap:8px;min-width:198px}@media (max-width: 767px){.content-card__left a{min-width:unset;width:calc(100% - 52px)}}.content-card__left a .svg-container{height:20px;width:20px}.content-card__right{display:flex;align-items:center;width:50%}@media (max-width: 767px){.content-card__right{width:100%}}.content-card__right .slider__wrapper{width:100%}.content-card__right picture{display:flex;position:relative;width:100%;padding-bottom:72%;border-radius:8px;overflow:hidden}.content-card__right picture>img{object-fit:cover;position:absolute;width:100%;height:100%}.product-card{row-gap:12px;height:100%;display:flex;flex-direction:column;text-align:center;cursor:pointer;position:relative}.product-card__images{position:relative;overflow:hidden;padding-bottom:125%}.product-card__images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:.3s ease;transition-property:opacity,display}.product-card__images:hover .product-image-2{display:block}.product-card__images:hover .product-image-1{opacity:0}.product-card__info{display:flex;flex-direction:column}@media screen and (min-width: 768px){.product-card__info{margin-top:-16px}}.product-card__info>strong{font-size:18px;font-weight:700;cursor:pointer;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width: 768px){.product-card__info>strong{font-size:16px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.product-card__form{display:flex;flex-direction:column;position:relative}.product-card__form-variants{margin:0 10px 10px}@media screen and (max-width: 768px){.product-card__form{margin-top:auto;order:1}}@media screen and (max-width: 768px){.product-card__form button,.product-card__form a{margin-bottom:5px}}@media screen and (min-width: 768px){.product-card__form button,.product-card__form a{width:calc(100% - 24px);bottom:100%;transform:translateY(-10px);margin:0 12px 12px;position:absolute;opacity:0;transition:.3s ease}}.product-card .product.price{margin-top:auto}.product-card .jdgm-prev-badge__stars{margin-top:4px;display:inline-flex;color:#fce222}.product-card .jdgm-prev-badge__text{display:none}@media screen and (min-width: 768px){.product-card:hover .product-card__form button,.product-card:hover .product-card__form a{opacity:1;bottom:calc(100% + 12px);transform:translateY(0)}}.product-card--extend{padding:20px;border-radius:8px;background-color:#fff;row-gap:18px}.product-card--extend:hover .product-card__form button{bottom:0}.product-card--extend .product-card__form button{opacity:1;transform:translateY(0)}.product-card--extend .product-card-informations{row-gap:30px}@media screen and (min-width: 1000px){.product-card--extend{padding:36px;grid-template-columns:432px 136px auto;grid-template-rows:repeat(2,auto);column-gap:32px;grid-column-gap:32px;display:grid;text-align:left}}@media screen and (min-width: 1000px){.product-card--extend .product-card__images{padding-bottom:100%;grid-row:1/span 2}}@media screen and (max-width: 1000px){.product-card--extend .product-card__images{padding-bottom:80%}}.product-card--extend .product-card__images img{border-radius:8px}.product-card--extend .product-card__info{margin-top:0}@media screen and (min-width: 1000px){.product-card--extend .product-card__info{justify-content:flex-end;grid-column:2/span 2}}.product-card--extend .product-card__info>.jdgm-preview-badge{display:none}.product-card--extend .product-card__info>strong{font-size:25px;margin-bottom:8px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width: 1000px){.product-card--extend .product-card__info>strong{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:32px;line-height:40px;margin-top:0}}.product-card--extend .product-card-informations{margin-bottom:16px;column-gap:20px;display:flex}@media screen and (max-width: 1000px){.product-card--extend .product-card-informations{display:flex;justify-content:center}}@media screen and (min-width: 1000px){.product-card--extend .product-card__form{grid-column-start:3;grid-row-start:2}}@media screen and (min-width: 1000px){.product-card--extend .product.price{margin-top:0}}.product-card--extend>.target-tag{display:none}.product-card--extend .target-tag{top:0;left:0;position:relative;width:fit-content;translate:none}.product-card--extend .product-card__description{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (min-width: 1000px){.product-card--extend .product-card__description{margin-bottom:25px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}}.product-card--extend .product-card__description strong{font-size:16px}@media screen and (min-width: 1000px){.product-card--extend .product-card__form button{width:max-content;min-width:225px;margin:0;position:initial;opacity:1;transform:translate(0)}}@media screen and (max-width: 1000px){.product-card--extend .product-card__form{margin-top:auto;order:1}}.discount-card{position:absolute;background:center;background-color:#ffef76;display:flex;bottom:0;padding:2px 6px;align-items:center;font-weight:700;justify-content:center;-webkit-user-select:none;user-select:none;cursor:default}@media screen and (min-width: 768px){.discount-card{background-color:unset;padding:0;top:8px;right:8px;height:55px;width:55px}}.target-tag{color:#fff;background-color:#3364a4;font-size:14px;font-weight:700;position:absolute;top:-14px;left:50%;translate:-50%;padding:2px 6px;-webkit-user-select:none;user-select:none;cursor:default}@media screen and (min-width: 768px){.target-tag{top:-6px}}.breadcrumbs{margin:50px 0}.breadcrumbs__list{display:-webkit-box;display:box;-webkit-box-orient:vertical;-webkit-line-clamp:1;width:95%;overflow:hidden}.breadcrumbs__item{display:inline-block}.breadcrumbs__item:not(:last-child):after{content:"/";display:inline-block;margin:0 7px;position:relative;width:.2em}.breadcrumbs__link{color:#000}.breadcrumbs__link[aria-current=page]{color:inherit;font-weight:400;text-decoration:none}.article-card{display:flex;flex-direction:column;border-radius:8px;padding:20px;box-shadow:0 3px 12px #091e421a;cursor:pointer}.article-card>strong{font-size:20px;font-weight:700;margin:12px 0 16px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-card>picture{width:100%;padding-bottom:100%;position:relative}.article-card>picture img{border-radius:8px;position:absolute;width:100%;height:100%;object-fit:cover}.article-card .btn-1{margin-top:auto}.page-card{display:flex;overflow:hidden;flex-direction:column;border-radius:0}.page-card--head{display:flex;flex-direction:column;height:100%}.page-card--head-images{position:relative;overflow:hidden;padding-bottom:100%;background:var(--color-base-bg);height:inherit}.page-card--head-images:hover>.info{text-decoration:underline}.page-card--head-images .info{display:flex;height:inherit;flex-direction:column;justify-content:center;position:absolute;margin-left:5px}.page-card--head-images .badge{position:absolute;bottom:0;background:#fff;padding:5px;border:1px solid #f5f5f5;border-radius:5px;margin:5px}.page-card--head-info{display:flex;width:95%;justify-content:space-between;padding:10px 0;margin:0 auto 20px}.pagination{display:flex;flex-direction:column;margin:20px 0}.pagination--nav{margin:0 auto}.pagination--nav ul{display:flex;align-items:center;list-style:none}.pagination--nav ul li{margin:5px}.pagination .caret{font-size:0}.pagination .caret--next svg{transform:rotate(-90deg)}.pagination .caret--prev svg{transform:rotate(90deg)}.pagination .caret svg{width:10px}.variant__radio-button{cursor:pointer;appearance:none;-webkit-appearance:none;border-radius:50%;background:#fff;border:3px solid #fff;outline:1px solid #9facc6;width:14px;height:14px}.variant__radio-button:hover{outline:1px solid #9ad2d0}.variant__radio-button:checked{outline:1px solid #9ad2d0;background:#9ad2d0}.variant__radio-button-lg{cursor:pointer;appearance:none;-webkit-appearance:none;border-radius:50%;background:#fff;border:3.5px solid #fff;outline:1px solid #9facc6;width:18px;height:18px}.variant__radio-button-lg:hover{outline:1px solid #9ad2d0}.variant__radio-button-lg:checked{outline:1px solid #9ad2d0;background:#9ad2d0}.radio-label{color:#092c59;font-size:16px;font-weight:400;line-height:24px;text-align:left}.variant__radio-button[data-disable=true]>span:before{position:absolute;top:6px;left:16px;width:2px;height:69%;background:#955;content:" ";transform:rotate(45deg)}.variants{display:grid;grid-row-gap:10px;row-gap:10px}.variants--name{display:block;margin-bottom:5px;font-weight:600}.variants--radio-container{display:flex;flex-wrap:wrap}.variants--radio-container label{margin-right:5px}.variants--radio-container label :last-of-type{margin-right:0}.variants--options{padding-top:10px}.variants--options:last-child{padding-bottom:10px}div.product.price{font-family:BebasNeue,serif;font-size:20px;line-height:30px;font-weight:400}div.product.price .compare{margin-left:10px;color:#9facc6;text-decoration:line-through}div.product.price .price__label{display:block;margin-bottom:4px;font-family:CenturyGothic,sans-serif;font-size:16px;line-height:24px}#loading,.loading{width:20px;height:20px;border:2px dotted #68aeac;border-style:solid solid dotted dotted;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}#loading:after,.loading:after{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border:2px dotted #68aeac;border-style:solid solid dotted;width:12px;height:12px;border-radius:50%;animation:rotation-back 1s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotation-back{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.multi-icons-row .wrapper{padding:52px}@media screen and (max-width: 600px){.multi-icons-row .wrapper{padding:42px}}.multi-icons-row .wrapper h2{text-align:center;margin-bottom:44px}@media screen and (max-width: 600px){.multi-icons-row .wrapper h2{margin-bottom:32px}}.multi-icons-row .row-icons__elements .row-icons__description,.multi-icons-row .row-icons__slider .row-icons__description{text-align:center}.multi-icons-row .row-icons__elements .row-icons__description .row-icons__item-heading,.multi-icons-row .row-icons__slider .row-icons__description .row-icons__item-heading{font-size:16px;font-weight:700;display:block}.multi-icons-row .row-icons__elements .row-icons__description .row-icons__item-description,.multi-icons-row .row-icons__slider .row-icons__description .row-icons__item-description{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px}.multi-icons-row .row-icons__elements .row-icons__element,.multi-icons-row .row-icons__slider .row-icons__element{text-align:center;padding:22px 0;width:25%}@media screen and (max-width: 600px){.multi-icons-row .row-icons__elements .row-icons__element,.multi-icons-row .row-icons__slider .row-icons__element{width:50%}}.multi-icons-row .row-icons__elements .swiper-pagination,.multi-icons-row .row-icons__slider .swiper-pagination{top:-20px;padding-top:16px}.multi-icons-row .row-icons__elements{display:flex;justify-content:center}@media screen and (max-width: 600px){.multi-icons-row .row-icons__elements{flex-wrap:wrap;justify-content:space-evenly}}@media screen and (min-width: 600px){.multi-icons-row .row-icons__slider{display:none}}@media screen and (max-width: 600px){.multi-icons-row .row-icons__slider~.row-icons__elements{display:none}}.multi-icons-row .row-icons__item-heading{font-size:20px;line-height:28px;font-weight:700}.multi-icons-row .row-icons__description{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.icons-footer__content{padding:52px 5rem}@media (max-width: 767px){.icons-footer__content{padding:42px 20px}}.icons-footer .row-icons__elements{display:flex;justify-content:space-evenly}.icons-footer .row-icons__elements h3{text-align:center}.icons-footer .row-icons__elements p{font-size:14px;text-align:center}.icons-footer .row-icons__elements .row-icons__element{text-align:center;width:25%}@media screen and (max-width: 600px){.icons-footer .row-icons__elements .row-icons__element{width:50%}}@media (max-width: 1024px)and (min-width: 600px){.icons-footer .row-icons__elements .row-icons__element{flex:1 1 calc(50% - 16px);max-width:calc(50% - 16px)}}.icons-footer .row-icons__elements .row-icons__element img{width:114px;height:auto;margin-bottom:16px}@media (max-width: 767px){.icons-footer .row-icons__elements .row-icons__element img{width:104px}}@media screen and (max-width: 600px){.icons-footer .row-icons__elements{flex-wrap:wrap;justify-content:space-evenly}}.icons-footer .row-icons__slider h3{text-align:center}.icons-footer .row-icons__slider p{font-size:14px;text-align:center}.icons-footer .row-icons__slider .row-icons__element{text-align:center;padding-top:22px;padding-bottom:22px}@media screen and (min-width: 600px){.icons-footer .row-icons__slider{display:none}}@media screen and (max-width: 600px){.icons-footer .row-icons__slider~.row-icons__elements{display:none}}.icons-footer .row-icons__item-heading{font-size:20px;line-height:28px;display:block;font-weight:700;letter-spacing:.4px;font-family:CenturyGothic,sans-serif;color:var(--color-general, #092c59)}@media (max-width: 767px){.icons-footer .row-icons__item-heading{font-size:16px;line-height:24px;letter-spacing:normal}}.icons-footer .row-icons__item-description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:.4px;font-family:CenturyGothic,sans-serif;color:var(--color-general, #092c59);display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media (max-width: 767px){.icons-footer .row-icons__item-description{font-size:14px;line-height:24px;max-width:133.5px;margin:0 auto}}.footer-decoration{width:100%;margin-bottom:-1px;margin-top:-39px}.footer-decoration.desktop{height:39px;background-size:cover}@media (max-width: 767px){.footer-decoration.desktop{display:none}}.footer-decoration.mobile{display:none;height:39px;background-repeat:no-repeat;background-size:cover;background-position:top}@media (max-width: 767px){.footer-decoration.mobile{display:block}}.footer-newsletter__wrapper{display:flex}@media (max-width: 699px){.footer-newsletter__wrapper{flex-wrap:wrap}}.footer-newsletter__left,.footer-newsletter__right{width:50%;min-height:375px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:50px 80px;background-repeat:no-repeat;background-size:cover;background-position:center}@media (max-width: 699px){.footer-newsletter__left,.footer-newsletter__right{width:100%;padding:16px 27px}}@media (max-width: 699px){.footer-newsletter__left{min-height:329px}}.footer-newsletter svg{width:80px;height:80px}.footer-newsletter h2{font-size:44px;line-height:50px;font-weight:400;letter-spacing:.88px;text-align:center;font-family:BebasNeue,sans-serif;margin:0 0 -4px}@media (max-width: 767px){.footer-newsletter h2{font-size:34px;line-height:40px;letter-spacing:.68px}}.footer-newsletter p{font-size:16px;line-height:24px;font-weight:400;text-align:center;font-family:CenturyGothic,sans-serif;margin:0}.footer-newsletter form{width:100%}.footer-newsletter form .field{display:flex;gap:16px;align-items:center;justify-content:center}@media (max-width: 1049px){.footer-newsletter form .field{flex-wrap:wrap}}.footer-newsletter form input{width:320px;height:42px;padding:0 14px;box-sizing:border-box;border-radius:8px;border:none;font-size:16px;line-height:24px;font-weight:400;font-family:CenturyGothic,sans-serif;color:var(--color-general, #092c59)}@media (max-width: 1049px){.footer-newsletter form input{width:100%}}.footer-newsletter form input:focus{outline:none}.footer-newsletter form p{padding:0;border:none;margin-top:8px}.footer-newsletter form p:focus{outline:none}.dual-section-blocks{position:relative}.dual-section-blocks .wrapper{padding-bottom:52px;padding-top:52px}@media screen and (max-width: 749px){.dual-section-blocks .wrapper{padding-bottom:42px;padding-top:42px}}.dual-section-blocks .highlight-text span{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.dual-section-blocks h2{text-align:center;margin-bottom:44px}.dual-section-blocks p,.dual-section-blocks .text-buttons__p{font-family:CenturyGothic,sans-serif;font-size:16px}.dual-section-blocks__hn{text-align:left}@media screen and (max-width: 749px){.dual-section-blocks__hn{margin-bottom:59px;text-align:center}}.dual-section-blocks__list{-ms-overflow-style:none;scrollbar-width:none}.dual-section-blocks__list::-webkit-scrollbar{display:none}@media screen and (max-width: 749px){.dual-section-blocks__list{display:flex;overflow-x:auto;overflow-y:hidden}}@media screen and (max-width: 749px)and (max-width: 749px){.dual-section-blocks__list{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}.dual-section-blocks__list>*:not(:last-child){margin-right:10px;flex-shrink:0}@media screen and (min-width: 749px){.dual-section-blocks__list>*:not(:last-child){margin-right:0;margin-bottom:16px}}.astronaut-img{width:93px;height:auto;position:absolute;bottom:-115px;z-index:1}@media screen and (min-width: 749px){.astronaut-img{bottom:-170px;width:193px;right:0;transform:rotateY(180deg)}}@media screen and (max-width: 749px){.dual-section.center-block.dual-section__wrapper{width:100%;align-items:center}}.dual-section__wrapper{display:flex;column-gap:35px}@media screen and (min-width: 749px){.dual-section__wrapper{align-items:center;column-gap:10%}}@media screen and (max-width: 749px){.dual-section__wrapper{width:85%;min-width:300px;flex-direction:column}}.dual-section__wrapper a{text-decoration:underline}.dual-section .hn-line-break{margin-bottom:16px;font-family:CenturyGothic,sans-serif;font-size:24px;font-weight:700}.dual-section .highlight-text>span{line-height:160%}.dual-section picture{width:100%;padding-bottom:100%;position:relative}@media screen and (min-width: 749px){.dual-section picture{width:320px;padding-bottom:320px}}.dual-section__content{width:90%;list-style-position:inside}@media screen and (min-width: 749px){.dual-section__content{width:calc(100% - (320px + 10%));text-align:left}}@media screen and (min-width: 749px){.dual-section--right{flex-direction:row-reverse;text-align:right}}.dual-section .dual-section__button{text-decoration:unset;margin-top:1rem;margin-bottom:.25rem;min-width:9.3125rem;box-sizing:border-box}@media screen and (max-width: 749px){.dual-section .dual-section__button{width:100%}}.text-buttons{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.text-buttons>*{display:block;text-decoration:none}.text-buttons>h1{color:#fff}.text-buttons__p{margin-bottom:20px;color:#fff;text-align:inherit}.text-buttons__p strong{font-weight:600}.text-buttons.center{align-items:center;text-align:center}.text-buttons.right{align-items:flex-end;text-align:right}.accordions{display:grid;grid-row-gap:24px;row-gap:24px}.accordion-item__content a{text-decoration:underline}.accordion-item__content{overflow:hidden;max-height:0;margin-top:15px;font-weight:400;transition:max-height .25s ease,padding .25s ease;padding:0}.accordion-item .accordion-title{font-weight:700}.accordion-item__button{display:flex;align-items:center;justify-content:space-between;padding:15px 30px;border:1px solid #d4dae6;cursor:pointer}.accordion-item__button .acordion-icon-1,.accordion-item__button .acordion-icon-2{width:20px}.accordion-item__button .acordion-icon-2,.accordion-item__button[data-active=true] .icon-plus{display:none}.accordion-item__button[data-active=true]~div.accordion-item__content{max-height:500px;padding:15px 30px;transition:max-height .25s ease-in,padding .25s ease}.accordion-item__button[data-active=true] .acordion-icon-1{display:none}.accordion-item__button[data-active=true] .acordion-icon-2{display:block}.accordion-item__button[data-active=false] .icon-less{display:none}.accordion-item__button[data-active=false]~div.accordion-item__content{max-height:0;padding:0;transition:max-height .25s ease-out,padding .25s ease}.list-icons-social{--justify: center;list-style-type:none}.list-icons-social__item a{display:flex;width:30px;height:30px;align-items:center;justify-content:center;background-color:#fff;border-radius:5px}.list-icons-social__item a svg{width:15px;height:auto;color:#000}.search-icon{display:block}.search-icon[data-active=false]{display:none}.predictive-search{position:absolute;width:100%;padding:10px 0;background:#fff;z-index:2;flex-direction:row;justify-content:center;display:flex}.predictive-search[data-active=false]{display:none}.predictive-search[data-show=true]{position:initial;z-index:1}.predictive-search-form{display:flex;align-items:center}.predictive-search-form form{position:relative;display:flex;align-items:center}.predictive-search-form .form__textfield{width:300px}.predictive-search-form svg{width:12px;margin-left:5px;cursor:pointer}#predictive-search-list{position:absolute;background:#fff;left:0;right:0;top:45px;z-index:1}#predictive-search-list .loading-container{display:flex;justify-content:center}#predictive-search-list #predictive-search-results,#predictive-search-list .loading-container{padding:5px;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}#predictive-search-list #predictive-search-results h3,#predictive-search-list .loading-container h3{font-size:14px;font-weight:400;border-bottom:1px solid #e9e9e9;padding:8px 0 5px;margin:0}#predictive-search-list ul{list-style:none}#predictive-search-list ul li{margin-top:3px}#predictive-search-list ul li:hover{background:#e9e9e9}#predictive-search-list ul li a{display:flex}#predictive-search-list ul li a img{margin-right:3px}#predictive-search-list ul li a div{font-size:13px;margin-top:3px}#predictive-search-list ul li button{background:none;border:none;width:100%;border-top:1px solid #e9e9e9;padding:6px 0;font-size:14px;cursor:pointer}#predictive-search-list ul li button:hover{background:#e9e9e9}.video__background{padding:0;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.video__background:before{content:"";display:block;padding-top:56.25%}.video__button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#0000;border-style:none;cursor:pointer}.video__button:active{transform:translate(-50%,-50%) scale(.9)}.video__button>svg{height:70px;width:80px;color:#fff}.video__content{position:absolute;padding:0 50px 50px;text-align:center;display:flex;flex-direction:column;align-items:center;bottom:0;left:0;right:0}.video__content>h2{font-weight:500}.video__content>h2 strong{font-weight:600}.video__content>h2 a{font-size:44px}.video__content>a.btn-1{display:block;text-decoration:none}.video__close{display:none;position:fixed;top:0;right:0;z-index:3;cursor:pointer}.video__modal{z-index:2;display:none;width:60%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.video__modal[data-active=true]{display:block}.video__modal[data-active=true]+.video__close{display:block}.video__modal-wrapper{position:relative;padding-bottom:60%}.video__modal-wrapper>iframe{position:absolute;top:0;left:0;height:100%;width:100%}.video>.overlay{z-index:2;position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.5}.result__search--header{margin-top:45px;display:flex;flex-direction:column;justify-content:center;align-items:center}.result__search--list{margin:20px 0}.result__search--list-head{display:flex;justify-content:flex-end;margin-bottom:10px}.result__search--empty{display:flex;justify-content:center;margin-bottom:50px}.error-page__wrapper{display:flex;flex-direction:column;gap:16px;padding:42px 20px;max-width:820px;margin:0 auto}.error-page__title--{font-size:38px;line-height:44px;font-family:CenturyGothic,sans-serif;color:var(--color-general, #092c59);letter-spacing:.76px;font-weight:700;margin:0}.error-page__center{text-align:center}.error-page__subtitle_message{font-size:20px;line-height:28px;color:var(--color-general, #092c59);font-family:CenturyGothic,sans-serif;margin:0;letter-spacing:.4px;font-weight:700}.error-page__image{max-width:185px;margin:0 auto}.error-page__description{font-size:14px;line-height:24px;font-weight:400;margin:0 0 8px;font-family:CenturyGothic,sans-serif}@media (max-width: 767px){.error-page a{width:calc(100% - 52px);display:block}}body:has(.error-page){background-color:#fff}.ratings{position:relative;vertical-align:middle;display:inline-block;overflow:hidden}.ratings__full-stars{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;color:var(--color-general, #092c59)}.ratings__empty-stars:before,.ratings__full-stars:before{content:"\2605\2605\2605\2605\2605";font-size:1rem}.ratings__empty-stars:before{-webkit-text-stroke:1px var(--color-general, #092c59);color:#0000}.ratings__full-stars:before{-webkit-text-stroke:1px var(--color-general, #092c59)}@document url-prefix(){.ratings__full-stars{color:var(--color-general, #092c59)}}.reviews{margin:1rem auto}.reviews__title{margin-bottom:.5}.reviews__single{text-align:center;padding:20px;height:100%;box-sizing:border-box;border:2px double #000}.reviews__single>*{margin-bottom:8px}.reviews__header{display:flex;flex-flow:column nowrap;align-items:center;margin-bottom:16px}.reviews__header-ratings-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 15px;background-color:var(--color-base-bg);margin-bottom:8px}.reviews__header-ratings-count{margin-left:4.8px}.reviews__header-icon{margin-bottom:8px}.reviews .swiper-wrapper{align-items:stretch}.reviews .swiper-slide{height:auto}.top__bar{width:100%;background:#cae9eb;z-index:1;display:none}.top__bar svg{width:10px;height:10px;position:absolute;z-index:2;right:8px;top:9px;cursor:pointer}.top__bar--content{align-items:center}.top__bar--content strong{font-weight:600}.top__bar--message{align-items:center;justify-content:center;padding:10px 0;display:none}@media (max-width: 767px){.top__bar--message{padding:10px 20px}}.top__bar--message:first-child{display:block}.top__bar--message .content-message{display:flex;justify-content:center;align-items:center;gap:4px}.top__bar--message .content-message p{margin:0;text-align:center;font-size:14px;line-height:1.5;color:var(--color-general, #092c59);font-weight:700;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.top__bar--message .content-message a{text-decoration:underline;font-size:14px;line-height:1.5;font-weight:700;color:var(--color-general, #092c59);display:inline-block}.shopify-challenge__button,.btn-3,.btn-2,.btn-1{padding:11px 24px;border-style:none;border-radius:2px;border-width:0;cursor:pointer;font-weight:600;transition:.3s ease;transition-property:all;-webkit-user-select:none;user-select:none;line-height:155%;display:inline-flex;justify-content:center;align-items:center;text-align:center}.shopify-challenge__button:hover,.btn-3:hover,.btn-2:hover,.btn-1:hover{text-decoration:none}.shopify-challenge__button:active,.btn-3:active,.btn-2:active,.btn-1:active{transform:translate(4px,4px);box-shadow:0 0!important}.shopify-challenge__button:disabled,.btn-3:disabled,.btn-2:disabled,.btn-1:disabled,.disabled.shopify-challenge__button,.disabled.btn-3,.disabled.btn-2,.disabled.btn-1,[disabled=true].shopify-challenge__button,[disabled=true].btn-3,[disabled=true].btn-2,[disabled=true].btn-1{opacity:.5;pointer-events:none}.shopify-challenge__button,.btn-3,.btn-2,.btn-1{box-shadow:4px 4px #092c59}.btn-1{border:1px solid #092c59;background-color:#fce222;color:#092c59;background-image:linear-gradient(90deg,#fce222 45%,#9ad2d0 55%);background-size:500% 100%;border-width:0}.btn-1>div#loading{border:3px solid rgba(0,0,0,0);border-top-color:#092c59}.btn-1:hover{background-position-x:50%}.btn-2{border:1px solid #092c59;background-color:#fff;color:#092c59;border-width:1px;border-radius:2px}.btn-2>div#loading{border:3px solid rgba(0,0,0,0);border-top-color:#092c59}.btn-2:hover{background:#f9f6ef}.btn-3{border:1px solid #fff;background-color:#092c59;color:#fff;border-width:0;box-shadow:4px 4px #4f7eba}.btn-3>div#loading{border:3px solid rgba(0,0,0,0);border-top-color:#fff}.btn-3:hover{color:#092c59;background-color:#fce222;box-shadow:4px 4px #092c59}.btn-s{padding-left:20px;padding-right:20px;font-size:14px;line-height:20px}.btn__w-100{width:100%}.btn__p-50{padding-right:50px;padding-left:50px}.btn__p-70{padding-right:70px;padding-left:70px}.btn__l{padding:12px 28px}.btn__s{padding:7px 20px}.btn-shrink{margin:auto}.btn-main-product-fw{width:100%}@media screen and (min-width: 768px){.btn-main-product-fw{max-width:456px}}.shopify-challenge__container{margin:7rem auto!important}.shopify-challenge__message{display:block;font-size:18px;font-weight:600;margin-bottom:25px}.g-recaptcha{margin:1rem auto}.product-modal{position:fixed;display:none;width:50%;min-height:40%;max-height:90%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background-color:#fff;overflow-y:auto}.product-modal[data-active=true]{display:flex}.product-modal__wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;column-gap:20px;padding:25px;box-sizing:border-box}.product-modal__wrapper>.flex{--justify: center;grid-column:1/span 2}.product-modal__image{position:relative}.product-modal__image img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;object-fit:cover}.product-modal__information{display:flex;flex-direction:column}.product-modal::-webkit-scrollbar{width:5px;height:100%}.product-modal::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:0 80px 80px 0}.product-modal::-webkit-scrollbar-thumb{background-color:#b4b4b4;height:20px;border-radius:0 80px 80px 0}@media screen and (max-width: 768px){.product-modal{width:90%}.product-modal__wrapper{grid-template-columns:1fr}.product-modal__image{display:none}}@media screen and (min-width: 1500px){.product-modal{width:665px}}.modal-product__detail{margin-bottom:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.modal-product__detail h2{font-size:24px;line-height:40px;margin-bottom:0}.modal-product__quantity{box-sizing:border-box;margin-bottom:15px}.modal-product__quantity>span{display:block;margin-bottom:10px;font-size:14px;font-weight:600}.modal-product__cta>button{width:100%}.modal-product__link{display:block;text-align:center;margin-top:20px}.modal-product .overlay{position:fixed;width:100%;height:100%;background-color:#0006;right:0;top:0;z-index:4}.container-quantity{align-items:center;border:1px solid #d4dae6;display:flex;justify-content:flex-start;padding:5px 8px;width:fit-content}.container-quantity input{width:36px;padding:0;text-align:center;border-style:none;font-family:CenturyGothic,sans-serif;font-size:14px;font-weight:400;line-height:22px;background-color:#0000}@media (min-width: 768px){.container-quantity input{font-size:16px;line-height:24px}}.container-quantity input[type=number]{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:none}.container-quantity input[type=number]::-webkit-inner-spin-button,.container-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.container-quantity .btn-change{line-height:0;font-weight:600;cursor:pointer}.container-quantity .btn-change svg{height:15px;width:15px}.window{width:100%;height:100%;z-index:3;max-width:450px;top:0;left:0;position:fixed;background-color:#f9f6ef;animation:slidewindow .3s ease}.window>*{position:relative;height:100%}.window[data-active=true]{display:block}@keyframes slidewindow{0%{transform:translate(-100%)}to{transform:translate(0)}}.window *{box-sizing:border-box}.window .menu-content{display:flex;flex-direction:column;gap:16px}.window__button{display:flex;cursor:pointer}.window__button svg{transition:transform .3s ease}.window__button svg.active{transform:rotate(90deg)}.window__close{width:68px;height:65px;padding:0;position:absolute;top:8px;right:20px;z-index:2;background-color:var(--color-base-principal);border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;flex-direction:column;gap:4px}.window__close svg{width:18px;height:18px}.window__close p{font-size:16px;line-height:26px;font-weight:400;font-family:BebasNeue,sans-serif;color:var(--color-general, #092c59);letter-spacing:.8px}.window__header{cursor:pointer;padding:8px 20px 0;display:flex;align-items:center;justify-content:flex-start}.window__header--item>.window__button{padding-right:23px}.window__header--item>.window__button>svg{transform:rotate(180deg)}.window__header .logo-mobile-sidebar a{display:flex;height:100%}.window__header .logo-mobile-sidebar a svg{width:72px;height:72px}.window__content{height:calc(100% - 65px);overflow-y:auto;padding:0 20px;display:flex;flex-direction:column;gap:16px}.window__content .banner-mobile-menu{padding:16px 10px;border-radius:8px;background-position:center;background-repeat:no-repeat;background-size:cover;min-height:174px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.window__content .banner-mobile-menu:after{content:"";width:100%;height:100%;position:absolute;display:block;background:#00000026;border-radius:8px;z-index:0}.window__content .banner-mobile-menu .line-break-text{font-size:28px;line-height:34px;font-weight:400;font-family:BebasNeue,sans-serif;letter-spacing:.56px;color:#fff;text-align:center;z-index:1}.window__content .banner-mobile-menu .line-break-text svg{fill:#fce222;bottom:-10px}.window__content .banner-mobile-menu .banner-description{z-index:1}.window__content .banner-mobile-menu .banner-description p{font-size:14px;line-height:20px;font-weight:400;font-family:CenturyGothic,sans-serif;color:#fff;margin:16px 0;text-align:center}.window__content .banner-mobile-menu .banner-cta{z-index:1;min-height:41.5px}.window__content::-webkit-scrollbar{width:8px;height:8px}.window__content::-webkit-scrollbar-track{border-radius:10px;background-color:#e8e8e8}.window__content::-webkit-scrollbar-thumb{background-color:#7a7a7a;border-radius:10px}.window__footer{padding:20px 16px;display:flex;align-items:center;justify-content:center;position:sticky;bottom:0;background-color:#f9f6ef}.window__footer-buttons{width:100%;display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;grid-column-gap:12px}.window__item:has(.window__layer.active){box-shadow:4px 4px 0 0 var(--color-general, #092c59);border-radius:4px}.window__item:has(.window__layer.active) .window__control{background-color:#b7dedd;border-radius:4px 4px 0 0}.window__item:has(.window__layer.active) .window__layer{background-color:#b7dedd;border-top:1px solid var(--color-general, #092c59)}.window__item.highlight{box-shadow:4px 4px #ea7168;border-radius:4px}.window__item.highlight .window__control{font-weight:600!important;color:#ea7168}.window__control{padding:9px 16px 8px;display:flex;align-items:center;justify-content:space-between;font-size:20px;line-height:30px;letter-spacing:1px;font-weight:400;font-family:BebasNeue,sans-serif;color:var(--color-general, #092c59);border-radius:4px;background-color:#fff;transition:.3s}.window__control>span{margin-right:20px}.window__control[data-active=true]~*{display:block}.window__layer{max-width:450px;width:100%;max-height:0;overflow:hidden;background-color:#fff;border-radius:0 0 4px 4px;transition:max-height .3s ease-in-out}.window__layer.active{max-height:900px}.window__layer .window__header{display:none}.window__layer .window__content{height:fit-content;padding:5px;gap:12px;background-color:#b7dedd}.window__layer .window__content .window__item.highlight{box-shadow:none}.window__layer .window__content .window__control{padding:0;font-size:14px;line-height:24px;font-weight:400;font-family:CenturyGothic,sans-serif;background-color:#b7dedd}.modal{width:90%;max-width:1268px;height:80%;display:flex;position:fixed;z-index:3;top:50%;left:50%;background-color:#fff;border-radius:20px;box-sizing:border-box;flex-direction:column;transform:translate(-50%,-50%);transition:all .4s ease;translate:100%;opacity:0;visibility:visible}@media screen and (max-width: 750px){.modal{border-radius:20px 20px 0 0;width:100%;top:auto;bottom:0;left:0;transform:none}}.modal[data-active=true]{opacity:1;visibility:visible;translate:0 0}.modal__heading{display:flex;align-items:center;justify-content:space-between;padding:24px 13px}@media screen and (min-width: 750px){.modal__heading{padding:16px 80px;border-bottom:1px solid #d4dae6}}@media screen and (max-width: 750px){.modal__heading{box-shadow:0 4px 20px #0000000d}}.modal__content{overflow-y:auto;height:fit-content}.modal__content::-webkit-scrollbar{width:8px;height:8px}.modal__content::-webkit-scrollbar-track{border-radius:10px;background-color:#e8e8e8}.modal__content::-webkit-scrollbar-thumb{background-color:#7a7a7a;border-radius:10px}.modal__content>div{padding:20px}.modal__close{width:36px;height:36px;border-radius:50%;box-shadow:0 1px 8px #091e4240;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-button{cursor:pointer}.tooltip{position:relative}.tooltip__button{display:flex}.tooltip__button:hover~.tooltip__content{display:block}.tooltip__content{display:none;position:absolute;font-size:11px;line-height:18px;padding:12px;width:250px;max-height:100px;bottom:200%;right:-217%;box-shadow:1px 3px 9.4px #091e421a;background-color:#9ad2d0;border-radius:8px}.tooltip__content>*{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tooltip__content:after{content:"";width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-top:10px solid #9ad2d0;border-right:10px solid rgba(0,0,0,0);position:absolute;bottom:-10px;right:38px}.tooltip-before{display:inline-flex;width:max-content;position:relative}.tooltip-before:before{content:var(--tooltip-icon);font-size:0;line-height:normal}.tooltip-before>span{display:none;position:absolute;font-size:11px;line-height:18px;padding:12px;width:250px;max-height:100px;bottom:180%;right:-15px;box-shadow:1px 3px 9.4px #091e421a;background-color:#9ad2d0;border-radius:8px}.tooltip-before>span>*{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tooltip-before>span:after{content:"";width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-top:10px solid #9ad2d0;border-right:10px solid rgba(0,0,0,0);position:absolute;bottom:-10px;right:15px}.tooltip-before:hover>span{display:block}.vidjet{position:relative;align-items:center;justify-content:center;display:flex;padding-bottom:42px;box-sizing:border-box;padding-left:20px;padding-right:20px}@media (max-width: 768px){.vidjet{white-space:nowrap}}@media (max-width: 768px){.vidjet ::-webkit-scrollbar{display:none}}.vidjet .decoration.decoration-wave{position:absolute;bottom:0;right:0;left:0;width:100%;height:auto}.vidjet__wrapper{align-items:center;display:flex;justify-content:center;box-sizing:border-box}@media (max-width: 768px){.vidjet__wrapper{width:100%}}@media (max-width: 520px){.vidjet__wrapper{justify-content:left}}.vidjet__embed{border-radius:100%;height:110px;width:110px;border:2px solid #fce222}@media (max-width: 768px){.vidjet__embed{height:100px;width:100px}}.vidjet__embed:not(:last-of-type){margin-right:17px}@media (max-width: 768px){.vidjet__embed:not(:last-of-type){margin-right:12px}}.vidjet__embed iframe{border:5px solid rgba(0,0,0,0);height:110px;width:110px;border-radius:100%;box-sizing:border-box}.cartpage .cart-gift,.side-cart .cart-gift{padding-top:0;padding-bottom:0;border-radius:20px 20px 0 0;font-size:14px;line-height:24px;display:flex;flex-direction:column}.cart-gift button{width:100%;background-color:#0000;padding:12px 21px;border-style:none;box-sizing:border-box;display:flex;align-items:center;cursor:pointer;font-weight:700}.cart-gift button img{margin-right:8px}.cart-gift button svg{width:13.5px;margin-left:auto}.cart-gift button span{text-align:left;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.cart-gift__content{padding:16px 12px;display:none;flex-direction:column;order:1}.cart-gift__content>span{display:block}.cart-gift__content[data-active=true]{display:flex}.cart-gift__content[data-active=true]+button{border-bottom:solid 1px #d4dae6}.cart-gift__content[data-active=true]+button svg{transform:rotate(180deg)}.cart-gift__disclaimer{font-size:12px;line-height:20px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.cart-gift__textarea{width:100%;height:106px}.cart-gift__description{display:block;margin-bottom:10px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-gift .form__checkbox{margin-bottom:10px}.cart-gift .form__checkbox span{font-weight:700}.activate__heading{margin-bottom:50px}.activate__form{display:flex;flex-direction:column;gap:24px}.activate__form__buttons{display:flex;gap:24px}.dynamic-gallery-section .wrapper{padding-top:52px}.dynamic-gallery-section .wrapper h2{text-align:center}.dynamic-gallery-section .gallery-slide-text{margin:auto;max-width:550px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.dynamic-gallery-section .center-slide{margin:0 auto}.dynamic-gallery-section .gallery-slide-text p,.dynamic-gallery-section .gallery-slide-text strong,.dynamic-gallery-section .gallery-slide-text h1,.dynamic-gallery-section .gallery-slide-text h2,.dynamic-gallery-section .gallery-slide-text h3{text-align:center}.dynamic-gallery-section .gallery-slider{overflow:hidden}.dynamic-gallery-section .gallery-slider .rotate-left{transform:rotate(2deg)}.dynamic-gallery-section .gallery-slider .rotate-right{transform:rotate(-2deg)}.dynamic-gallery-section .gallery-slider.wrapper{padding-bottom:52px;max-width:1440px;padding-left:0;padding-right:0}.dynamic-gallery-section picture{position:relative;display:block;padding-bottom:120.59%}.dynamic-gallery-section picture img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dynamic-gallery-section .swiper-container{width:297px;overflow:visible;overflow-x:visible}.dynamic-gallery-section swiper-container{padding-right:20px;padding-left:20px}.photo-gallery .wrapper{max-width:300px;margin-top:52px}.photo-gallery picture{display:block;padding:12px}.photo-gallery picture>img{border-radius:8px;object-fit:cover}.photo-gallery swiper-slide img{transform:rotate(2deg)}.photo-gallery swiper-slide:nth-child(2n) img{transform:rotate(-2deg)}.video-section h2{text-align:center;margin-bottom:44px}@media screen and (max-width: 600px){.video-section h2{margin-bottom:32px}}.video-section p,.video-section .text-buttons__p,.video-section .video-text{font-family:CenturyGothic,sans-serif;font-size:16px;text-align:center}.video-section .video-wrapper{padding-bottom:52px;padding-top:52px}.video-section .video-btn-container{margin-top:52px;text-align:center}@media screen and (max-width: 749px){.video-section .video-btn-container{margin-top:32px}}.video-section .video-container{margin-top:52px;display:flex;flex-direction:column}@media screen and (max-width: 749px){.video-section .video-container{margin-top:32px}}.video-section .video-ratio{margin:auto;position:relative;width:90%;padding-top:50%;text-align:center}@media screen and (min-width: 1124px){.video-section .video-ratio{width:767px;padding-top:431px}}.video-section iframe{border-radius:39px;width:calc(100% - 60px);height:calc(100% - 40px);border-image-source:var(--border-video);border-image-slice:34 30 34 30;border-image-repeat:stretch;border-style:inset;border-width:30px;position:absolute;top:0%;right:5%}@media screen and (max-width: 749px){.video-section iframe{width:calc(100% - 40px);height:calc(100% - 30px);border-image-slice:23 30 34 23;border-width:20px;border-radius:24px}}@media screen and (max-width: 749px){.video-section .video-desktop.hide_video{display:none}}@media screen and (min-width: 749px){.video-section .video-mobile{display:none}}.dynamic-icon-carrousel .wrapper{padding-bottom:52px;padding-top:52px}.dynamic-icon-carrousel .wrapper .swiper-wrapper{justify-content:space-evenly}.dynamic-icon-carrousel .center-slide{margin:0 auto}.dynamic-icon-carrousel h2{text-align:center}.dynamic-icon-carrousel .brand-slide-text p{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;text-align:center}.dynamic-icon-carrousel #swiper-wrapper-f1145877e82a1b33{display:flex;align-items:center;justify-content:center!important}@media screen and (max-width: 1124px){.dynamic-icon-carrousel .brand-slider .swiper-wrapper{justify-content:center}.dynamic-icon-carrousel .brand-slider .brand-slide{padding:8px}}@media screen and (max-width: 749px){.dynamic-icon-carrousel .brand-slider .swiper-wrapper{justify-content:center}.dynamic-icon-carrousel .brand-slider .brand-slide{padding:5px}}.slider-text-slider .wrapper{padding-bottom:52px;padding-top:52px}@media screen and (max-width: 749px){.slider-text-slider .dual-section-blocks__hn{margin-bottom:32px}}.slider-text-slider h2{text-align:center}.slider-text-slider p{text-align:center;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.slider-text-slider img{object-fit:cover;border-radius:15px}@media screen and (max-width: 749px){.slider-text-slider .image-text-slider swiper-container{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}.slider-text-slider .swiper-pagination:not(.swiper-pagination-lock){padding-top:22px}@media screen and (max-width: 749px){.slider-text-slider .swiper-pagination:not(.swiper-pagination-lock){display:none}}.slider-text-slider .swiper-pagination-lock{padding-top:0}@media screen and (max-width: 749px){.slider-text-slider .image-text-slide.swiper-slide-active{width:83%!important}}.slider-text-slider .image-text-slide{margin-top:24px;margin-bottom:18px;display:flex;flex-direction:column;align-items:center;text-align:center}.slider-text-slider .image-text-slide p{padding-top:18px}.slider-text-slider .image-text-slide .btn-2{font-family:BebasNeue,sans-serif;font-size:24px;font-weight:400;border-width:1px;border-radius:2px;transform:rotate(-2deg);padding:5px 15px;background-color:#fff;text-align:center;position:fixed;margin-top:-1.6em;transition:all ease-in-out 1ms}.slider-text-slider .image-text-slide .btn-2:hover{box-shadow:4px 4px #092c59;transform:rotate(0)}@media screen and (max-width: 749px){.slider-text-slider .image-text-slide .btn-2{font-size:20px}}.slider-text-slider .slider-btn-container{margin-top:32px;text-align:center}.slider-text-slider .slider-btn-container .btn-2,.slider-text-slider .slider-btn-container .btn-1,.slider-text-slider .slider-btn-container .btn-3{text-align:center}.image-text-slider-container{display:flex;flex-direction:column;align-items:center}.text-seo{border-radius:10px}.text-seo__bg{background-color:#fff;fill:#fff;padding-top:52px;padding-bottom:45px;display:flex;justify-content:center}@media screen and (max-width: 749px){.text-seo__bg{padding-top:28px;padding-bottom:28px}}.text-seo .wrapper{max-width:730px;border-radius:10px;margin:0 20px;padding:52px 32px}@media screen and (max-width: 749px){.text-seo .wrapper{padding-top:20px;padding-bottom:20px}}.text-seo__title{text-align:center}.text-seo__container{background-color:#f6f8fb}.text-seo__container--pd-bottom{margin-bottom:52px}.text-seo__container ul{padding-left:20px}.text-seo__container a{text-decoration:underline}.text-seo__container blockquote{border-left:4px solid #ddd;padding-left:16px;margin-left:20px;font-style:italic}.text-seo .button-container{text-align:center;margin-top:18px}.text-seo .button-container button{border:none;background-color:#0000;font-size:16px;font-weight:700;text-decoration:underline}.slider-products h2,.carousel-products h2{text-align:center;margin-bottom:32px}.slider-products .center-slide,.carousel-products .center-slide{display:flex;justify-content:center}@media screen and (max-width: 749px){.slider-products .center-slide,.carousel-products .center-slide{display:block}}@media screen and (max-width: 1124px){.slider-products .center-slide,.carousel-products .center-slide{display:block}}.slider-products .center-slide swiper-slide,.carousel-products .center-slide swiper-slide{height:auto;max-width:330px}@media screen and (max-width: 749px){.slider-products,.carousel-products{padding-bottom:65px}}.slider-products .tabs-slide-text,.carousel-products .tabs-slide-text{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;text-align:center;margin:0 auto 32px;width:80%}.slider-products .wrapper,.slider-products .wrapper--m,.carousel-products .wrapper,.carousel-products .wrapper--m{margin:auto}.slider-products .wrapper .swiper-button,.slider-products .wrapper--m .swiper-button,.carousel-products .wrapper .swiper-button,.carousel-products .wrapper--m .swiper-button{top:50%}.slider-products .wrapper .swiper-button-prev>.btn-arrow,.slider-products .wrapper--m .swiper-button-prev>.btn-arrow,.carousel-products .wrapper .swiper-button-prev>.btn-arrow,.carousel-products .wrapper--m .swiper-button-prev>.btn-arrow{display:block;left:-8px}@media screen and (max-width: 749px){.slider-products .wrapper .swiper-button-prev>.btn-arrow,.slider-products .wrapper--m .swiper-button-prev>.btn-arrow,.carousel-products .wrapper .swiper-button-prev>.btn-arrow,.carousel-products .wrapper--m .swiper-button-prev>.btn-arrow{display:none}}.slider-products .wrapper .swiper-button-next>.btn-arrow,.slider-products .wrapper--m .swiper-button-next>.btn-arrow,.carousel-products .wrapper .swiper-button-next>.btn-arrow,.carousel-products .wrapper--m .swiper-button-next>.btn-arrow{display:block}@media screen and (max-width: 749px){.slider-products .wrapper .swiper-button-next>.btn-arrow,.slider-products .wrapper--m .swiper-button-next>.btn-arrow,.carousel-products .wrapper .swiper-button-next>.btn-arrow,.carousel-products .wrapper--m .swiper-button-next>.btn-arrow{display:none}}.slider-products .btn-arrow svg,.carousel-products .btn-arrow svg{border:.1rem solid #092c59}.slider-products .tabs-navigation,.carousel-products .tabs-navigation{margin-bottom:52px}@media screen and (max-width: 749px){.slider-products .slider-cards .swiper-pagination,.carousel-products .slider-cards .swiper-pagination{display:none}}@media screen and (max-width: 749px){.slider-products .slider-cards swiper-container,.carousel-products .slider-cards swiper-container{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}.slider-products .product-btn-container,.carousel-products .product-btn-container{text-align:center;margin-top:32px}@media screen and (max-width: 749px){.slider-products .product-btn-container,.carousel-products .product-btn-container{margin-top:24px}}.slider-products{padding-bottom:52px;padding-top:52px}@media screen and (max-width: 749px){.slider-products{padding-bottom:42px;padding-top:42px}}.carousel-products .wrapper{padding-top:52px;padding-bottom:52px}@media screen and (max-width: 749px){.wrapper--m .product-card__images{padding-bottom:100%}}.slider-products{overflow:hidden}@media screen and (max-width: 749px){.slider-products .slider__wrapper swiper-container{margin-top:32px;width:100%;overflow-x:visible;max-width:333px}}.tabs-navigation{display:flex;justify-content:center;flex-wrap:wrap;column-gap:20px}@media screen and (max-width: 749px){.tabs-navigation{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}@media screen and (max-width: 749px){.tabs-navigation{padding-top:4px;padding-bottom:4px;justify-content:flex-start;overflow-x:auto;overflow-y:visible;flex-wrap:nowrap}}.tabs-navigation .btn-2{font-family:BebasNeue,sans-serif;font-size:24px;font-weight:400;border-radius:0;outline:1px solid #092c59;border-bottom:4px solid rgba(0,0,0,0);transform:rotate(-2deg);padding:4px 12px 0;transition:transform .3s ease-in-out;box-shadow:4px 4px #9ad2d0}.tabs-navigation .btn-2:hover{transform:rotate(0);opacity:1;background-color:#fff;border-bottom-color:#092c59}.tab-link{padding:12px 20px;cursor:pointer;opacity:.5;border:none;outline:none;transition:background-color .3s}@media screen and (max-width: 749px){.tab-link{flex-shrink:0}}.tab-link.active{opacity:1}.tabs-content{margin-top:20px}@media screen and (max-width: 749px){.tabs-content{margin-top:50px}}.tab-content{display:none}.tab-content.active{display:block}.hero-card-collection{padding-bottom:52px;background-color:#f9f6ef}.hero-card-collection .highlight-text span{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:visible}.hero-card-collection__wrapper{display:flex;padding:36px;max-width:1024px;box-sizing:border-box;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;margin:-52px auto auto;gap:36px;position:relative}@media (max-width: 1099px){.hero-card-collection__wrapper{max-width:calc(100% - 40px)}}@media (max-width: 767px){.hero-card-collection__wrapper{flex-direction:column-reverse;padding:20px;gap:4px}}.hero-card-collection__column{flex:1}.hero-card-collection__richtext{margin:0 0 24px;text-align:center}@media (max-width: 767px){.hero-card-collection__richtext{margin:0 0 12px}}.hero-card-collection__left{justify-content:center;align-items:center;display:flex;flex-direction:column;flex:1 0 0}.hero-card-collection__left h2{text-align:center;font-family:CenturyGothic,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:.64px}@media (max-width: 767px){.hero-card-collection__left h2{font-size:24px;line-height:34px;letter-spacing:.48px}}@media (max-width: 767px){.hero-card-collection__left a{width:calc(100% - 4px);box-sizing:border-box;text-align:center;margin-bottom:4px}}.hero-card-collection__right{max-width:426px}@media (max-width: 767px){.hero-card-collection__right{max-width:100%}}.hero-card-collection__right a{height:100%;display:block}.hero-card-collection__right a img{width:100%;height:100%;max-height:100%;object-fit:cover;border-radius:8px}.accordion-collection{background-color:#f9f6ef}.accordion-collection__heading{text-align:center;padding-bottom:15px;margin-bottom:32px}.accordion-collection__wrapper{margin:0 auto;padding:52px 5rem;max-width:1095px}@media (max-width: 767px){.accordion-collection__wrapper{padding:52px 20px}}.accordion-collection__row{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}@media (max-width: 767px){.accordion-collection__row{flex-direction:column;gap:32px}}.accordion-collection__column{flex:1}.accordion-collection__left{display:flex;align-items:flex-start;justify-content:left;flex:0 1 auto;z-index:0}@media (max-width: 767px){.accordion-collection__left{justify-content:center}}.accordion-collection__right{display:flex;flex-direction:column;flex:1}.accordion-collection__image-1x1{width:100%;max-width:335px;aspect-ratio:1/1;object-fit:cover;border-radius:8px;top:90px}@media (max-width: 767px){.accordion-collection__image-1x1{max-width:70%;width:auto}}.accordion-collection .accordions{display:grid;grid-row-gap:24px;row-gap:24px;padding-bottom:12px}.accordion-collection .accordion-item__content{overflow:hidden;margin-top:0;padding:0 24px;transition:max-height .25s ease-out,padding .5s;background:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:none;display:flex;flex-direction:column;gap:16px}.accordion-collection .accordion-item__content p{font-family:CenturyGothic,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.accordion-collection .accordion-item .accordion-title{font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:1px}.accordion-collection .accordion-item__button{display:flex;align-items:center;justify-content:space-between;padding:15px 24px;border:none;cursor:pointer;background:var(--Colors-Neutral-White, #fff);border-radius:8px;box-shadow:none;font-family:BebasNeue,sans-serif}.accordion-collection .accordion-item__button[data-active=true]{border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:4px 4px #092c59;border-bottom:1px solid var(--Colors-Neutral-400-text, #092c59)}.accordion-collection .accordion-item__button[data-active=true] .icon-plus{display:none}.accordion-collection .accordion-item__button[data-active=true]~div.accordion-item__content{max-height:500px;padding:24px;transition:max-height .25s ease-in,padding .5s;box-shadow:4px 4px #092c59}.accordion-collection .accordion-item__button[data-active=false] .icon-less{display:none}.accordion-collection .accordion-item__content img{width:100%;max-width:600px;margin:0 auto;display:block;aspect-ratio:9/5;object-fit:cover;border-radius:8px}.accordion-collection__end{text-align:center;padding-top:20px}@media (max-width: 767px){.accordion-collection__end a{width:calc(100% - 48px)}}.accordion-collection__end p{padding-bottom:16px;font-size:18px;line-height:28px;font-weight:700;font-family:CenturyGothic,sans-serif;color:var(--color-general, #092c59);overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.reviews-carousel{padding-top:52px;padding-bottom:52px}.reviews-carousel h2{text-align:center;margin-bottom:32px}.reviews-carousel .jdgm-star{color:#fce222}.reviews-carousel .jdgm-star.jdgm--on:before{font-size:20px}.reviews-carousel .jdgm-carousel-item__review-title{font-size:18px;font-weight:700;margin-bottom:8px}.reviews-carousel .jdgm-carousel-item__review-body{font-size:16px}.reviews-carousel .jdgm-carousel-item__reviewer-name{margin-top:8;font-size:18px;font-weight:700;margin-bottom:8px}@media (max-width: 749px){.reviews-carousel .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image{width:40%}}@media (max-width: 749px){.reviews-carousel .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper{width:60%}}.reviews-carousel .jdgm-carousel-item__timestamp{font-size:12px;font-weight:400;font-style:normal}.reviews-carousel .jdgm-carousel-wrapper{width:90%;padding-top:20px}@media (max-width: 1124px){.reviews-carousel .jdgm-carousel-wrapper{width:100%}}@media (max-width: 749px){.reviews-carousel .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel{width:100%}}.reviews-carousel .jdgm-carousel-wrapper .jdgm-carousel__arrows{margin-top:52px;border-radius:4px;border-color:#092c59}@media (max-width: 749px){.reviews-carousel .jdgm-carousel-wrapper .jdgm-carousel__arrows{margin-top:32px}}.reviews-carousel .jdgm-carousel-wrapper .jdgm-carousel__arrows .jdgm-carousel__left-arrow{margin-top:0;float:initial;margin-right:20px}.reviews-carousel .jdgm-carousel-wrapper .jdgm-carousel__arrows .jdgm-carousel__right-arrow{margin-top:0;float:initial;margin-right:-40px}.number-icons .wrapper{padding-bottom:52px;padding-top:52px}.number-icons .multi-icons-number{display:flex;justify-content:space-between}@media screen and (max-width: 600px){.number-icons .multi-icons-number{flex-direction:column}}.number-icons .multi-icons-number .number-icons__element{margin-top:8px;margin-bottom:8px;display:flex;font-weight:700}.number-icons .multi-icons-number .number-icons__element .number-icons__description{align-content:center}.number-icons .multi-icons-number .number-icons__element img{margin-right:16px}.card-image-text{margin-bottom:100px}.card-image-text .wrapper{padding-bottom:52px;padding-top:52px}.card-image-text h2{margin-bottom:44px;text-align:center}.card-image-text .cards-container{display:flex;text-align:center;margin:auto;gap:16px}@media screen and (max-width: 749px){.card-image-text .cards-container{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}@media screen and (max-width: 749px){.card-image-text .cards-container{overflow-x:auto}}.card-image-text .cards-container .card{width:33.33%}.card-image-text .cards-container .card picture{position:relative;display:flex;padding-bottom:100%}.card-image-text .cards-container .card picture img{position:absolute;width:100%;height:100%}@media screen and (max-width: 749px){.card-image-text .cards-container .card{width:90%;flex-shrink:0}}.card-image-text .cards-container .cards-content{box-shadow:0 3px 12px #091e421a;padding:20px;border-radius:10px;background-color:#fff}.card-image-text .cards-container .cards-content .hn-line-break{margin-bottom:16px;font-family:CenturyGothic,sans-serif;font-size:24px;font-weight:700}.card-image-text .cards-container .cards-content .cards-text{font-size:14px}.card-image-text .cards-btn-container{margin-top:20px;text-align:center}.shopify-policy__container,.content-page.wrapper{max-width:1440px;margin-top:42px;margin-bottom:42px}@media screen and (width >= 749px){.shopify-policy__container,.content-page.wrapper{margin-top:52px;margin-bottom:52px}}.shopify-policy__title h1,.content-page__title h1{text-transform:uppercase;text-align:center}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4,.shopify-policy__body h5,.shopify-policy__body h6,.content-page__body h1,.content-page__body h2,.content-page__body h3,.content-page__body h4,.content-page__body h5,.content-page__body h6{font-family:CenturyGothic,sans-serif;font-weight:700}.shopify-policy__body .rte,.content-page__body .rte{display:flex;flex-direction:column}.shopify-policy__body table,.shopify-policy__body th,.shopify-policy__body td,.content-page__body table,.content-page__body th,.content-page__body td{border:1px solid #9facc6}.shopify-policy__body table,.content-page__body table{font-size:11px;margin:0 auto}@media screen and (width >= 749px){.shopify-policy__body table,.content-page__body table{max-width:90%}}.shopify-policy__body table tr:first-of-type,.content-page__body table tr:first-of-type{background-color:#f6f8fb}.shopify-policy__body table td,.content-page__body table td{padding:3px 5px}.shopify-policy__body ul,.shopify-policy__body ol,.content-page__body ul,.content-page__body ol{padding-inline-start:32px}.sticky-navbar-wrapper{position:sticky;top:0;z-index:2}.sticky-navbar{width:100%;background-color:#fff;display:block;transition:top .3s ease,opacity .3s ease,visibility .3s ease;box-shadow:0 2px 15px #0000001a}.sticky-navbar.hidden{opacity:0}.sticky-navbar .sticky-navbar__container{display:flex;justify-content:flex-start;overflow-x:auto;padding:10px;white-space:nowrap;scroll-behavior:smooth}@media screen and (min-width: 1050px){.sticky-navbar .sticky-navbar__container{justify-content:center}}.sticky-navbar .sticky-navbar__container::-webkit-scrollbar{display:none}.sticky-navbar .sticky-navbar__link{margin-right:10px;padding:10px 15px;font-size:20px;line-height:30px;color:#606e8c;text-decoration:none;transition:color .3s ease,background-color .3s ease,transform .2s ease;display:grid;justify-items:center;font-family:BebasNeue,sans-serif}.sticky-navbar .sticky-navbar__link:hover{color:#092c59;background-color:#ffffff1a;transform:scale(1.05)}.sticky-navbar .sticky-navbar__link svg{display:none}.sticky-navbar .sticky-navbar__link.active{color:#092c59;background-color:#fff3}.sticky-navbar .sticky-navbar__link.active svg{display:block}.header{transition:opacity .3s ease,visibility .3s ease}.header.hidden{opacity:0;visibility:hidden;position:absolute;width:100%;top:-100px}@media (max-width: 768px){.sticky-navbar .sticky-navbar__container{padding:5px}.sticky-navbar .sticky-navbar__link{padding:10px}}.products-layout .wrapper{margin-top:52px}.products-layout .hn-line-break{text-align:center}.products-layout__grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;column-gap:20px;grid-row-gap:20px;row-gap:20px}@media screen and (min-width: 800px){.products-layout__grid{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 1300px){.products-layout__grid{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width: 1300px){.products-layout__grid>picture{grid-column:1/-1}}.products-layout__grid>picture[cursor-pointer]{cursor:pointer}@media screen and (max-width: 800px){.products-layout__grid>.product-card-wrapper:first-of-type{grid-column:1/span 2}.products-layout__grid>.product-card-wrapper:first-of-type .product-card__info>strong{line-height:40px;font-size:30px}}.products-layout .product-card__images{padding-bottom:113%}.products-layout .product-card__description{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (min-width: 800px){.products-layout .product-card__description{display:none}}.products-layout__grid>picture>img{border-radius:8px;height:100%;width:100%;object-fit:cover}.products-layout .product-card-wrapper{border-radius:8px;padding:8px;box-shadow:0 3px 12px #091e421a}@media screen and (min-width: 1100px){.products-layout .product-card-wrapper{padding:24px}}.articles-section .wrapper{margin-top:52px;display:flex;flex-direction:column}.articles-section .wrapper>a{margin:20px auto 0}@media screen and (max-width: 900px){.articles-section .wrapper>a{width:-webkit-fill-available}}.articles-section .hn-line-break{text-align:center}.articles-section__grid{display:grid;grid-template-columns:1fr;grid-column-gap:20px;column-gap:20px;grid-row-gap:20px;row-gap:20px}@media screen and (min-width: 900px){.articles-section__grid{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 900px){.articles-section__card{display:grid;grid-template-columns:100px 1fr;column-gap:12px;row-gap:16px}}@media screen and (max-width: 900px){.articles-section__card>picture{grid-row-end:2 span}}.articles-section__card>strong{margin:12px 0 16px;font-size:24px;font-weight:400;font-family:BebasNeue,sans-serif}@media screen and (max-width: 900px){.articles-section__card>strong{margin:0;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.articles-section__card .btn-1{font-size:18px;text-decoration:underline;padding:0;background-color:#0000;background-image:none;box-shadow:none}.maps-section .wrapper{margin-top:52px}.maps-section .hn-line-break,.maps-section__content{text-align:center}.maps-section__content{margin-bottom:8px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.maps-section iframe{width:100%}.text-section .wrapper{margin-top:52px}.text-section .hn-line-break{text-align:center}.text-section a{text-decoration:underline}.text-section ul{list-style-position:inside}.text-section--center{text-align:center}.text-section--right{text-align:right}.doughnut-section .wrapper{margin-top:52px}.doughnut-section .hn-line-break,.doughnut-section__content,.doughnut-section__description{text-align:center}.doughnut-section__content{margin-bottom:24px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.doughnut-section__description{margin-bottom:24px;font-family:BebasNeue,sans-serif;font-size:24px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.doughnut-section__grid{display:flex;flex-wrap:wrap;justify-content:center;column-gap:16px;row-gap:16px}@media screen and (min-width: 800px){.doughnut-section__grid{column-gap:60px}}.doughnut-section__item{width:155px;display:flex;flex-direction:column;align-items:center;text-align:center}.doughnut-section__item>div{position:relative}.doughnut-section__item>div>span{font-size:34px;font-family:BebasNeue,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.doughnut-section__item>strong{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-top:12px;font-size:18px;font-weight:700}.doughnut-section__item>span{display:block;margin-top:12px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.marquee-container-big{background-color:var(--bg-color-big);padding:var(--marque-padding-big) 0}.marquee-container{background-color:var(--bg-color);padding:var(--marque-padding) 0}.marquee{overflow:hidden;white-space:nowrap;padding:5px 0 2px;font-weight:400;font-family:BebasNeue,sans-serif;margin-top:1px;border-top:1px solid #092c59;border-bottom:1px solid #092c59;box-shadow:4px 4px #9ad2d0;rotate:-1deg;margin-bottom:0}.marquee a{text-decoration:underline}.marquee__scroll{display:inline-flex;align-items:center;padding:0;font-size:20px}.marquee__scroll--animate{animation:marquee 20s linear infinite}.marquee:hover .marquee__scroll{animation-play-state:paused}.marquee-break{padding:0 5px;font-size:20px}.marquee--big{padding:4px 0 0;rotate:0deg}.marquee--big .marquee__scroll{font-size:37px;line-height:44px}.marquee--big .marquee-break{padding:0 10px;font-size:42px;color:#9ad2d0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.banner-simple picture{display:block;position:relative;padding-top:17%}@media screen and (max-width: 600px){.banner-simple picture{padding-top:56%}}.banner-simple h2{font-size:48px;line-height:54px;margin-bottom:0;text-align:center;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width: 600px){.banner-simple h2{font-size:37px;line-height:44px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}}.banner-simple__wrapper>span{font-size:14px;margin-top:16px;color:#092c59;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.banner-simple__wrapper>span a{text-decoration:underline}@media screen and (max-width: 600px){.banner-simple__wrapper>span{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.banner-simple__img{width:100%;height:100%;top:0;object-fit:cover;position:absolute}.banner-simple__wrapper{border-radius:8px;top:-52px;padding:36px;box-shadow:0 3px 12px #091e421a;position:relative;background-color:#fff;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 600px){.banner-simple__wrapper{top:-42px;padding:16px}}@media screen and (max-width: 1150px){.banner-simple__wrapper.wrapper{margin-left:20px;margin-right:20px}}.cards-content__content,.cards-content h2{text-align:center}.cards-content .hn-line-break{margin-bottom:28px}.cards-content .wrapper{padding-top:52px;padding-bottom:52px}.cards-content__content{font-size:34px;line-height:42px;font-family:BebasNeue,sans-serif;margin-bottom:56px}@media screen and (max-width: 749px){.cards-content__content{font-size:24px;line-height:34px}}.cards-content__decoration-wrapper{display:flex;height:39px}.cards-content__decoration{top:-1px;position:relative;height:calc(100% + 2px);width:100%;background-size:cover}@media screen and (max-width: 749px){.cards-content__decoration{display:none}}.cards-content__decoration--mobile{display:none}@media screen and (max-width: 749px){.cards-content__decoration--mobile{display:block}}.cards-content__grid{display:flex;justify-content:space-around;flex-wrap:wrap}@media screen and (min-width: 749px){.cards-content__grid{flex-wrap:nowrap}}.cards-content__grid>*{width:100%}@media screen and (min-width: 749px){.cards-content__grid>*{width:33%}}.cards-content__grid>*:not(:last-child){margin-bottom:16px}@media screen and (min-width: 749px){.cards-content__grid>*:not(:last-child){margin-bottom:0;margin-right:16px}}.cards-content__item{padding:20px;box-shadow:0 3px 12px #091e421a;border-radius:8px;background-color:#f9f6ef;display:flex;flex-direction:column;align-items:center;text-align:center}.cards-content__item.underline-less:hover{text-decoration:none}.cards-content__item>img{margin-bottom:12px}.cards-content__item>strong{font-size:24px;font-weight:700;margin-bottom:16px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cards-content__item>span{font-size:14px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.percentage-section .wrapper{margin-top:52px;display:flex;flex-direction:column}.percentage-section .hn-line-break{margin-bottom:28px}.percentage-section .hn-line-break,.percentage-section__content,.percentage-section__description{text-align:center}.percentage-section__content{margin-bottom:26px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (min-width: 600px){.percentage-section__content{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}}.percentage-section__description{font-size:14px;max-width:518px;margin:0 auto 10px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (min-width: 600px){.percentage-section__description{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.percentage-section__grid{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 600px){.percentage-section__grid>.percentage-section__item:not(:last-child){margin-right:16px}}.percentage-section__item{width:260px;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (max-width: 600px){.percentage-section__item{width:50%}}.percentage-section__item>span:first-child{font-size:34px;line-height:40px;margin-bottom:16px;font-family:BebasNeue,sans-serif}.percentage-section__item>strong{font-size:14px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.percentage-section__item>span:last-child{font-size:14px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width: 600px){.percentage-section__item>span:last-child{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.percentage-section .btn-1{margin:16px auto 0}.dual-section-cards__wrapper{display:grid;column-gap:16px;row-gap:16px}@media screen and (max-width: 768px){.dual-section-cards__wrapper{place-items:center}}.compare-plans .wrapper{margin-top:52px}.compare-plans .hn-line-break{text-align:center}.compare-plans__item{margin:0 7px;padding:12px;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 1px 8px #091e4240}@media screen and (max-width: 600px){.compare-plans swiper-container{margin-right:calc(0rem - 20px);margin-left:calc(0rem - 20px);padding-right:20px;padding-left:20px;scrollbar-width:none}}.compare-plans__item>picture{margin:0 auto}.compare-plans__item>strong{text-align:center;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.compare-plans__item>strong:first-of-type{margin-top:12px}.compare-plans__item-content{margin-top:8px}.compare-plans__item-content li::marker{content:""}.compare-plans__item-content li{display:block;padding-inline-start:28px;background-position:2px 50%;background-repeat:no-repeat;background-image:var(--variable-bullets)}.compare-plans .btn-1{margin-top:8px}.insta-gallery{text-align:center}.insta-gallery .margin-section{margin-top:52px}.insta-gallery .h3{font-size:38px;margin-bottom:12px;font-weight:700;font-family:CenturyGothic,sans-serif;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (max-width: 600px){.insta-gallery .h3{font-size:30px}}.insta-gallery picture{display:block;position:relative;padding-bottom:100%;overflow:hidden}.insta-gallery picture>img{position:absolute;left:0;width:100%;height:100%;transition:1s ease}.insta-gallery picture>img:hover{transform:scale(1.1)}.insta-gallery__content{margin-bottom:40px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (min-width: 600px){.insta-gallery__content{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}}@media screen and (min-width: 600px){.insta-gallery .btn-arrow{display:block}}.insta-gallery .swiper-button{margin-top:0}.insta-gallery .swiper-button-prev{left:-6px}.insta-gallery .swiper-button-next{right:-6px}.counters{padding-top:42px;padding-bottom:42px;display:flex;flex-direction:column}.counters h2{text-align:center;margin-bottom:32px}.counters .counters__content{text-align:center}.counters .counters__content a{color:inherit;text-decoration:underline}.counters .countdown{display:block;margin-top:24px}.counters>a{margin:24px auto 0}countdown-time #countdown{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;text-align:center;margin:auto;column-gap:12px;row-gap:12px;max-width:600px}@media (max-width: 749px){countdown-time #countdown{column-gap:10.5px;row-gap:10.5px;padding:0 10px}}@media (max-width: 370px){countdown-time #countdown{flex-wrap:wrap}}countdown-time #countdown .countdown__days,countdown-time #countdown .countdown__seconds,countdown-time #countdown .countdown__minutes,countdown-time #countdown .countdown__hours{display:grid}countdown-time #countdown .countdown__container{width:105px;height:105px;padding:30% 0;box-sizing:border-box;place-content:center;font-weight:700;font-size:34px}@media (min-width: 749px){countdown-time #countdown .countdown__container{font-size:34px}}@media (max-width: 749px){countdown-time #countdown .countdown__container{width:70px;height:70px;padding:25% 0}}@media (max-width: 370px){countdown-time #countdown .countdown__container{width:120px;height:120px}}countdown-time #countdown .countdown__text{font-family:BebasNeue,sans-serif;font-size:24px;margin-top:12px}countdown-time #countdown .hidden-days{display:none}.custom-message-content{display:flex;flex-direction:column;padding:14px 20px 0}.custom-message-content .custom-message{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:flex;align-items:center;justify-content:center;grid-gap:8px;margin:0;border-radius:5px;border:1px solid var(--color);background:#0000;padding:8px 7px;color:var(--color);text-align:left;font-size:14px;font-weight:700;line-height:18px}.custom-message-content .custom-message .custom-icon-bg{width:18px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center;mask-image:var(--icon-url);-webkit-mask-image:var(--icon-url);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;background-color:var(--color)}@media (max-width: 768px){.custom-message-content .custom-message{font-size:11px;line-height:14px}}.subscription-form{margin:1rem 0;cursor:pointer}.subscription-form__option{position:relative;margin:0;padding:12px 20px;border:1px solid #9ad2d0;cursor:pointer}.subscription-form__option-controls-wrapper{display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center}.subscription-form__option-image{width:1.5rem;height:1.5rem}.subscription-form__option-input{margin-right:12px}.subscription-form__option-input,.subscription-form__option-content,.subscription-form__option-image{cursor:pointer}.subscription-form__option-content{max-width:218px;font-size:13px;font-weight:700;line-height:18px}.subscription-form__option-content .discount-card{position:static;align-items:center;display:flex;height:auto;margin-top:6px;padding:2px 6px;width:fit-content;white-space:nowrap;font-size:12px;font-weight:700;line-height:20px;background:#ffef76;background-color:#ffef76}.subscription-form__option-price{font-size:13px;font-weight:700;line-height:24px}.subscription-form__option-frecuencies{display:none;margin-bottom:16px;border-radius:4px}.subscription-form__option-frecuencies[data-active=true]{display:block}.subscription-form__option--no-border{border:0;padding:0}.subscription-form__option--no-padding{padding:0}.subscription-form div.subscription-form__option{border-radius:4px 4px 0 0}.subscription-form label.subscription-form__option{border-top:0;border-radius:0 0 4px 4px;margin-bottom:16px}.subscription-form .subscription-form__option-input{align-items:center;border:1px solid #9ad2d0;display:flex;justify-content:center;height:16px;background-color:#fff;border-radius:100%;width:16px;min-width:16px;appearance:none;-webkit-appearance:none}.subscription-form .subscription-form__option-input[type=radio]:before{content:"";width:8px;height:8px;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 8px 8px #9ad2d0}.subscription-form .subscription-form__option-input[type=radio]:checked:before{transform:scale(1)}.subscription-form__row{cursor:pointer}.subscription-form__row--padding{padding:12px 20px}.subscription-form__row-icon{display:flex;justify-content:space-between;align-items:center}.subscription-form__select{align-items:center;display:flex;flex-direction:row;margin-top:16px}.subscription-form__select>span{margin-right:16px;font-size:13px;font-weight:400;line-height:20px}.subscription-form__select-field{border:1px solid #d4dae6}.subscription-form__select select{padding:4px 12px;width:100%;border-radius:unset;font-size:13px;font-weight:400;line-height:24px}.subscription-form__cards{display:flex;flex-flow:row nowrap}.subscription-form__cards--list{flex-flow:column nowrap}.subscription-form__card{display:flex;flex-flow:column nowrap;align-items:center;margin:.5rem;border:1px solid var(--color-btn-bg-3);border-radius:7px;padding:5px;position:relative;overflow:hidden}.subscription-form__card--list{min-width:none;max-width:none}.subscription-form__card>*{position:relative;z-index:1}.subscription-form__card-design{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}.subscription-form__card-input:checked+.subscription-form__card-design{background-color:#f1f1f1}.subscription-form__card-option-image{width:1.5rem;height:1.5rem;margin-bottom:.5rem}.subscription-form__card-name,.subscription-form__card-price{margin:.5rem}.subscription-form__info{position:relative;display:flex;align-items:center;cursor:pointer}.subscription-form__info span{margin-left:.56rem;font-size:14px}.subscription-form__info-triangle{width:0;height:0;border-left:.63rem solid rgba(0,0,0,0);border-right:.63rem solid rgba(0,0,0,0);border-bottom:.63rem solid var(--color-btn-bg-3);position:absolute;top:-.6rem;left:0;z-index:2}.subscription-form__alert-icon{width:1.5rem;height:1.5rem}.subscription-form__about{padding:.7rem 1rem;border-radius:0 .63rem .63rem;background-color:var(--color-btn-bg-3);position:absolute;top:2.19rem;left:0;z-index:2}.subscription-form__option-frecuencies .subscription-form__option-controls-wrapper{justify-content:space-between}.modal-subscriptions{width:100%;height:100%;max-width:none;border-radius:0}@media screen and (max-width: 750px){.modal-subscriptions{left:0;top:0;bottom:auto}}.modal-subscriptions .modal__heading{height:84px;position:relative;z-index:1;box-sizing:border-box}@media screen and (min-width: 750px){.modal-subscriptions .modal__heading{height:69px}}.modal-subscriptions .funnel-logo{position:absolute;left:50%;bottom:-35px;transform:translate(-50%)}@media screen and (max-width: 750px){.modal-subscriptions .funnel-logo{bottom:-20px;width:79px;height:79px}}.modal-subscriptions .second-detail{position:absolute;top:0;right:10px}@media screen and (min-width: 750px){.modal-subscriptions .second-detail{right:15%}}.headings-funnel{text-align:center;margin-bottom:16px;font-size:20px;line-height:28px;font-weight:700;display:block}@media screen and (min-width: 750px){.headings-funnel{text-align:left}}.headings-funnel--highlight{background-color:#9ad2d0;padding:4px 6px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.headings-funnel--modal{margin-bottom:0;padding:12px;display:flex;column-gap:20px;justify-content:space-between;border-bottom:1px solid #d4dae6}.headings-funnel--modal .modal__close{box-shadow:none}.headings-funnel--tooltip{margin-bottom:16px;display:flex;align-items:center}.headings-funnel--tooltip .headings-funnel,.headings-funnel--tooltip>span:first-child{margin-bottom:0;margin-right:6px}.headings-funnel--tooltip.funnel-option-name{margin-bottom:24px}.headings-funnel--tooltip.funnel-name-child{margin-bottom:12px}.headings-funnel--tooltip.funnel-name-child>span:first-child{font-weight:700;font-size:16px;line-height:24px}.step-container{flex-shrink:0;width:100%;display:none;flex-direction:column}.step-container-active{display:flex}.subscriptions-funnel{height:calc(100% - 84px);position:relative;overflow-y:auto;font-size:14px;line-height:24px}.subscriptions-funnel::-webkit-scrollbar{width:8px;height:8px}.subscriptions-funnel::-webkit-scrollbar-track{border-radius:10px;background-color:#e8e8e8}.subscriptions-funnel::-webkit-scrollbar-thumb{background-color:#7a7a7a;border-radius:10px}@media screen and (min-width: 750px){.subscriptions-funnel{height:calc(100% - 69px)}}.subscriptions-funnel__steps,.subscriptions-funnel__footer{padding:20px}.subscriptions-funnel__steps{padding-top:24px}@media screen and (min-width: 750px){.subscriptions-funnel__steps{padding-top:64px;max-width:820px;grid-template-columns:367px auto;display:grid;margin:0 auto}}@media screen and (max-width: 750px){.subscriptions-funnel__product-image{display:none}}.subscriptions-funnel__product-image>img{margin-right:32px}.subscriptions-funnel__resume,.subscriptions-funnel__cta{max-width:410px;margin:0 auto}.subscriptions-funnel__footer{bottom:0;position:sticky;border-top:1px solid #d4dae6;background-color:#fff}@media screen and (min-width: 750px){.subscriptions-funnel__footer{font-size:18px;line-height:24px}}.subscriptions-funnel__resume{display:flex;justify-content:space-between;row-gap:20px}.subscriptions-funnel__resume>span{font-size:18px;line-height:26px}.subscriptions-funnel__resume>.format-price{font-family:BebasNeue,sans-serif}.subscriptions-funnel__cta{margin-top:10px;width:100%;display:flex}.subscriptions-funnel__cta button,.subscriptions-funnel__cta form{width:100%}.subscriptions-funnel__return{margin-right:20px;font-weight:700;width:min-content;cursor:pointer;display:flex;align-items:center}.subscriptions-funnel__return>svg{margin-right:10px}.subscriptions-funnel .funnel-short-resume{display:none}.subscriptions-funnel[step="2"] .funnel-short-resume,.subscriptions-funnel[step="3"] .funnel-short-resume{display:flex}.funnel-steper{margin-bottom:36px;display:flex;align-items:center;justify-content:center;padding-bottom:68px}@media screen and (min-width: 750px){.funnel-steper{grid-column:1/span 2}}.steper-button{background-color:#0000;display:flex;flex-direction:column;align-items:center;border:none;position:relative;padding:0;cursor:pointer}.steper-button>strong{width:100px;top:120%;position:absolute;font-weight:400;color:#606e8c;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (min-width: 750px){.steper-button>strong{font-size:16px;width:120px}}@media screen and (max-width: 400px){.steper-button>strong{width:80px;font-size:12px}}.steper-button>span{display:flex;align-items:center;justify-content:center;border:2.8px solid #092c59;font-weight:700;width:40px;height:40px;border-radius:50%;position:relative}@media screen and (min-width: 750px){.steper-button>span{font-size:19px;width:52px;height:52px}}.steper-button-active>span{background-color:#092c59;color:#fff}.steper-button-active>strong{color:var(--color-general, #092c59);font-weight:700}.steper-button-checked>span{background-color:#092c59}.steper-button-checked>span:before{content:var(--step-checked);position:absolute;width:24px;height:24px;left:50%;top:50%;transform:translate(-50%,-50%)}.steper-button-checked>strong{color:var(--color-general, #092c59)}.step-continue{width:30%;height:20px;border-top:1px dashed;border-radius:50% 50% 0 0}.step-continue:last-of-type{border-top:0;border-bottom:1px dashed;border-radius:0 0 50% 50%}.funnel-box{margin-bottom:24px;padding:12px;border-radius:8px;border:1px solid #d4dae6;display:flex;align-items:center}.funnel-box img{margin-right:16px}.funnel-box>div{display:flex;flex-direction:column;row-gap:8px}.funnel-box>div>strong{font-size:18px;line-height:28px}.funnel-box__cta{display:block;text-decoration:underline;font-weight:700;margin:0 auto 10px;cursor:pointer}.funnel-upgrade{margin-top:47px;align-items:flex-start}.funnel-short-resume{padding:10px 20%;bottom:0;position:sticky;display:flex;background-color:#cae9eb}@media screen and (max-width: 750px){.funnel-short-resume{padding:10px 20px;overflow-x:auto}.funnel-short-resume::-webkit-scrollbar{display:none}}.funnel-short-resume>*{display:flex;align-items:center;flex-shrink:0}.funnel-short-resume>* svg{margin-right:6px}.funnel-short-resume>* span{width:max-content}.funnel-short-resume>*:not(:last-child){margin-right:12px}.funnel-subscription-options{font-size:14px;line-height:24px;align-items:center}.funnel-subscription-options swiper-container{width:140px;z-index:0}@media screen and (min-width: 750px){.funnel-subscription-options swiper-container{width:195px}}.funnel-subscription-options swiper-slide{overflow:initial}.funnel-subscription-options .swiper-3d .swiper-slide-shadow{background:none}.funnel-subscription-options .swiper-slide-active .option-plan-subscription{opacity:1;color:var(--color-general, #092c59)}.option-group-subscription{position:relative}.option-group-subscription>img{margin-right:16px}@media screen and (max-width: 750px){.option-group-subscription>img{width:75px;height:75px}}.option-group-subscription>div>strong{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}@media screen and (min-width: 750px){.option-group-subscription>div>strong{font-size:18px;line-height:28px}}.option-group-subscription .product.price.format-price{font-size:18px;line-height:28px;margin-bottom:0}@media screen and (min-width: 750px){.option-group-description{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}}.option-plan-subscription{max-width:140px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;opacity:1;color:#092c597e}@media screen and (min-width: 750px){.option-plan-subscription{max-width:195px}}.option-plan-subscription__detail>strong{display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.option-plan-subscription__detail{width:100%;padding-bottom:8px;margin-bottom:8px;border-bottom:1px dashed #9facc6}.option-plan-subscription__price{font-weight:700}.option-plan-subscription__price .compare{text-decoration:line-through}.option-plan-subscription .plan-discount-tag{padding:0 6px;font-weight:700;display:inline-flex;color:#fff;background-color:#3364a4}.subscription-groups{margin-bottom:36px}.subscription-groups>*:not(:last-child){display:block;margin-bottom:16px}.subscription-plans .select-option__design{height:auto}@media screen and (min-width: 750px){.subscription-plans .select-option__design{height:117px}}.subscription-plans-active{display:block!important}.funnel-variant-options,.funnel-variants-list{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 750px){.funnel-variants-list{width:100%;align-items:flex-start}}.funnel-variant-modal-btn{margin-top:24px;order:1;padding:12px;border-radius:8px;border:1px dashed #9facc6;display:flex;position:relative;cursor:pointer;width:calc(100% - 24px)}.funnel-variant-modal-btn>img{margin-right:16px}.funnel-variant-modal-btn>div>strong{display:block;margin-bottom:8px}@media screen and (min-width: 750px){.funnel-variant-modal-btn>div>strong{font-size:18px;line-height:28px}}.funnel-variant-modal-btn>div>button{width:100%}.funnel-variant-modal-btn .icon-funner-arrow{width:24px;height:24px;border-radius:50%;position:absolute;top:50%;right:-12px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 .67px 5.33px #091e4240}.funnel-variant-modal-btn .icon-funner-arrow>svg{transform:rotate(180deg);height:13px}.funnel-variants-modal{height:90%}@media screen and (min-width: 750px){.funnel-variants-modal{max-width:480px;height:auto;box-sizing:border-box;inset:0 0 0 auto;transform:none;border-radius:0}}.funnel-options-horizontal{display:flex;justify-content:space-around}.funnel-options-horizontal>*:not(:last-child){margin-right:24px}.funnel-options-horizontal .select-option__design{padding:4px 12px}.funnel-options-vertical{padding:24px 24px 95px;overflow-y:auto}.funnel-options-vertical>*:not(:last-child){display:block;margin-bottom:8px}.funnel-options-vertical .select-option__texture{width:56px;height:60px;margin-right:16px}.modal-footer-variants{position:absolute;bottom:0;width:100%;padding:16px;box-sizing:border-box;border-top:1px solid #d4dae6;background-color:#fff}.modal-footer-variants>button{width:inherit}.child-input{margin-bottom:24px}.child-input input{font:initial;padding:12px 12px 14px;font-family:CenturyGothic,sans-serif;width:calc(100% - 30px)}.child-input input input::-webkit-calendar-picker-indicator{display:none}.funnel-resume__subs-title,.funnel-resume__subs-frecuency{margin-bottom:12px}.funnel-resume__subs-frecuency{display:flex;align-items:center}.funnel-resume__subs-frecuency strong{margin-left:8px}.funnel-resume__subs-frecuency svg{margin-right:12px}.funnel-resume__subs-description{display:block;margin-bottom:24px;display:-webkit-box;display:box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.funnel-resume__child-info{margin-top:24px;border-radius:8px;padding:16px;background-color:#f9f6ef}.funnel-resume__child-info .form__message{font-size:12px}.funnel-resume__row{display:flex;align-items:center}.funnel-resume__row>strong{padding-right:8px}
/*# sourceMappingURL=/s/files/1/0644/3807/5542/t/93/assets/theme.css.map */
