.wa-mediabox-overlay{background:#333;background:hsla(0,0%,8%,.95);height:100%;left:0;margin:0;opacity:0;padding:0;position:fixed;top:0;transition:opacity .4s;-webkit-transition:opacity .4s;width:100%;z-index:1000}.wa-mediabox-overlay.opened{opacity:1}.wa-mediabox-frame{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.5);height:0;left:50%;margin-left:0;margin-top:0;position:absolute;top:50%;transition:width .5s,height .5s,margin .5s;-webkit-transition:width .5s,height .5s,margin .5s;width:0}.wa-mediabox-container{cursor:pointer;height:100%;opacity:0;overflow:hidden;position:relative;transition:opacity .3s;-webkit-transition:opacity .3s;width:100%;z-index:0}.wa-mediabox-frame.loaded .wa-mediabox-container{opacity:1}.wa-mediabox-container img{cursor:pointer;max-width:100%}.wa-mediabox-frame .wa-mediabox-close{background:#444;border:0;border-radius:36px;box-shadow:0 2px 8px rgba(0,0,0,.2);cursor:pointer;height:36px;padding:6px;position:absolute;right:-18px;top:-18px;transition:background .2s,box-shadow .2s;-webkit-transition:background .2s,box-shadow .2s;width:36px}.wa-mediabox-frame .wa-mediabox-close:focus{outline:0}.wa-mediabox-frame .wa-mediabox-close:hover{background:#d32f2f;box-shadow:0 4px 12px rgba(0,0,0,.4)}.wa-mediabox-frame .wa-mediabox-close svg{fill:#aaa;height:24px;transition:fill .2s;-webkit-transition:fill .2s;width:24px}.wa-mediabox-frame .wa-mediabox-close:hover svg{fill:#fff}.wa-mediabox-title{background:#333;background:rgba(0,0,0,.8);bottom:0;color:#fff;font-size:13px;font-weight:300;left:0;line-height:24px;opacity:0;padding:0 52px 0 14px;position:absolute;right:0;transition:opacity .3s,padding .3s;-webkit-transition:opacity .3s,padding .3s}.wa-mediabox-frame.loaded.has-title .wa-mediabox-title{opacity:1;padding:14px 52px 14px 14px}.wa-mediabox-frame .wa-mediabox-open{background:#fff;border:0;border-radius:2px;bottom:10px;cursor:pointer;display:none;opacity:0;padding:4px;position:absolute;right:10px;transition:opacity .3s;-webkit-transition:opacity .3s;z-index:20}.wa-mediabox-frame .wa-mediabox-open svg{fill:#333;height:24px;width:24px}.wa-mediabox-frame.can-open-in-new .wa-mediabox-open{display:block}.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open{opacity:.4}.wa-mediabox-frame.can-open-in-new:hover .wa-mediabox-open:hover{opacity:1}.wa-mediabox-next,.wa-mediabox-prev{background:transparent;border:0;cursor:pointer;height:74px;margin-top:-32px;opacity:0;padding:5px;position:absolute;top:50%;transition:opacity .3s;-webkit-transition:opacity .3s;width:74px}.wa-mediabox-prev{left:-80px}.wa-mediabox-next{right:-80px}.wa-mediabox-frame.has-next .wa-mediabox-next,.wa-mediabox-frame.has-prev .wa-mediabox-prev{opacity:1}.wa-mediabox-next:focus,.wa-mediabox-prev:focus{outline:0}.wa-mediabox-next svg,.wa-mediabox-prev svg{fill:#999;height:64px;transition:fill .2s;-webkit-transition:fill .2s;width:64px}.wa-mediabox-next:hover svg,.wa-mediabox-prev:hover svg{fill:#fff}@media (max-width:479px){.wa-mediabox-prev{left:-40px}.wa-mediabox-next{right:-40px}.wa-mediabox-next,.wa-mediabox-prev{height:42px;margin-top:-21px;width:42px}.wa-mediabox-next svg,.wa-mediabox-prev svg{height:32px;width:32px}}.wa-mediabox-preloader{height:64px;left:50%;margin-left:-32px;margin-top:-32px;opacity:1;position:absolute;top:50%;transition:opacity .5s;-webkit-transition:opacity .5s;width:64px}.wa-mediabox-preloader.hidden{opacity:0}.wa-mediabox-preloader .wa-mediabox-preloader-wrap{animation:wa-mediabox-preloader-container-rotate 1568ms linear infinite;box-sizing:border-box;display:inline-block;height:64px;position:relative;width:64px}.wa-mediabox-preloader .wa-mediabox-preloader-spinner{animation:wa-mediabox-preloader-fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;border-color:#2196f3;box-sizing:inherit;height:100%;opacity:1;position:absolute;width:100%}.wa-mediabox-preloader .wa-mediabox-preloader-clipper{border-color:inherit;box-sizing:inherit;display:inline-block;height:100%;overflow:hidden;position:relative;width:50%}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.left{float:left}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.right{float:right}.wa-mediabox-preloader .wa-mediabox-preloader-clipper .wa-mediabox-preloader-circle{border:5px solid;border-color:inherit;border-bottom-color:transparent!important;border-radius:50%;bottom:0;box-sizing:inherit;height:100%;position:absolute;right:0;top:0;width:200%}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.left .wa-mediabox-preloader-circle{animation:wa-mediabox-preloader-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;border-right-color:transparent!important;left:0;transform:rotate(129deg)}.wa-mediabox-preloader .wa-mediabox-preloader-clipper.right .wa-mediabox-preloader-circle{animation:wa-mediabox-preloader-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;border-left-color:transparent!important;left:-100%;transform:rotate(-129deg)}.wa-mediabox-preloader .wa-mediabox-preloader-patch{border-color:inherit;height:100%;left:45%;overflow:hidden;position:absolute;top:0;width:10%}.wa-mediabox-preloader .wa-mediabox-preloader-patch .wa-mediabox-preloader-circle{left:-450%;width:1000%}@keyframes wa-mediabox-preloader-container-rotate{to{transform:rotate(1turn)}}@keyframes wa-mediabox-preloader-fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(3turn)}}@keyframes wa-mediabox-preloader-blue-fade-in-out{0%{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}to{opacity:1}}@keyframes wa-mediabox-preloader-left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes wa-mediabox-preloader-right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{clear:both;content:"";display:table}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{left:0;position:relative}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{left:-100%;position:absolute;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{left:auto!important;position:relative}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{opacity:.6;transition:opacity .6s}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{left:-10000em;position:absolute}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{filter:alpha(opacity=100);opacity:1;z-index:0}.tns-fadeOut,.tns-normal{filter:alpha(opacity=0);opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{height:10px;margin:0 auto;overflow:hidden;position:relative;width:310px}.tns-t-ct{position:absolute;right:0;width:2333.3333333%;width:2333.33333%;width:2333.3333333333%}.tns-t-ct:after{clear:both;content:"";display:table}.tns-t-ct>div{float:left;height:10px;width:1.4285714%;width:1.42857%;width:1.4285714286%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}main{display:block}[hidden]{display:none!important}button,input,select,svg,textarea{border:0;font-family:inherit;font-size:100%;margin:0;outline:none;padding:0;vertical-align:baseline}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-radius:0;outline:none}textarea{overflow:auto}button{cursor:pointer}button::-moz-focus-inner{border:0}input::-ms-clear,select::-ms-expand{display:none}template{display:none!important}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}a{color:inherit}:focus,a,a:focus,a:hover{outline:0;text-decoration:none}em{font-style:italic}strong{font-weight:700}img{border:0}[v-cloak]{display:none!important}*,:after,:before{box-sizing:border-box}html{font-size:10px;line-height:1}html img,html svg,html video{height:auto;max-width:100%}body{color:#074580;font-family:Jost,sans-serif;font-weight:400}small{font-size:1.2rem}body{overflow-x:hidden}.header-plama{position:relative}.header-plama:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='963.524' height='824.348'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 17' fill='%23ffd5a5' d='M0 0h963.524v824.348H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 7'%3E%3Cg data-name='Group 6' clip-path='url(%23a)'%3E%3Cpath data-name='Path 73' d='M707.637 674.49c-33.117 21.734-96.223 76.585-134.091 97.266-63.762 34.8-110.025 52.594-188.126 52.594C177.13 824.35 0 623.906 0 415.626 0 198.006 149.333 30.733 330.59 2.85c22.078-2.332 66.17-4 88.237-1.87 41.458 3.988 82.787 9.308 146.947 52.777 124.783 84.529 194.543-18.628 308.373 76.575C987.59 225.211 988.353 388 902.922 506.346 849.833 579.9 763.359 637.922 707.637 674.49' fill='%23ffd5a5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:100% 100%;background-repeat:no-repeat;background-size:cover;content:"";height:28rem;left:-10rem;max-width:100%;position:absolute;top:-12rem;width:58rem;z-index:-99}.main{overflow:hidden;padding-top:11.4rem}@media (max-width:767px){.main{padding-top:8.8rem}}.overflow-hidden{height:100%;overflow:hidden;position:fixed;width:100%}pre{word-wrap:break-word;background:#d8f0fc;border:1px solid #ddd;display:block;font-family:monospace;font-size:15px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1rem 1.5rem;page-break-inside:avoid}.post,pre{color:#074580}.post{font-feature-settings:"liga" off;font-size:1.8rem;font-weight:300;line-height:160%;padding-bottom:.8rem}.post :not(pre)>code{background:#d8f0fc;border-radius:4px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;padding:.4rem .6rem .2rem}.post h2,.post h3{margin-top:6rem}.post .cp_embed_wrapper,.post h4,.post h5,.post h6,.post pre{margin-top:3rem}.post p{margin-top:1rem}.post ul{margin-bottom:2rem}.fa-external-link{display:block;position:relative}.fa-external-link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M256 64c0-17.67 14.3-32 32-32h127.1c5.2 0 9.4.86 13.1 2.43 2.9 1.55 7.3 3.84 10.4 6.87 0 .05 0 .1.1.14 6.2 6.22 8.4 14.34 9.3 22.46V192c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50.7L214.6 310.6c-12.5 12.5-32.7 12.5-45.2 0s-12.5-32.7 0-45.2L338.7 96H288c-17.7 0-32-14.33-32-32zM0 128c0-35.35 28.65-64 64-64h96c17.7 0 32 14.33 32 32 0 17.7-14.3 32-32 32H64v288h288v-96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V128z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:1.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-100%);width:1.2rem}.main table,.post table{margin-top:1rem;min-width:700px;width:100%}.main tr:nth-child(2n),.post tr:nth-child(2n){background:rgba(209,210,219,.2);border-radius:.8rem}.main td,.main th,.post td,.post th{font-feature-settings:"liga" off;color:#41424d;font-size:1.8rem;font-weight:300;line-height:135%;padding:2.4rem;text-align:center;vertical-align:middle}.main td:first-child,.main th:first-child,.post td:first-child,.post th:first-child{border-bottom-left-radius:10px;border-top-left-radius:10px}.main td:last-child,.main th:last-child,.post td:last-child,.post th:last-child{border-bottom-right-radius:10px;border-top-right-radius:10px}.main a:not(.btn,.btn__link_arrow,.next,.prev,.label),.post a:not(.btn,.btn__link_arrow,.next,.prev,.label){color:#074580;font-weight:700}.main a:not(.btn,.btn__link_arrow,.next,.prev,.label):hover,.post a:not(.btn,.btn__link_arrow,.next,.prev,.label):hover{color:#d8f0fc}.only-desktop{display:block}@media (max-width:767px){.only-desktop{display:none}}.only-mobile{display:none}@media (max-width:767px){.only-mobile{display:block}}.btn{display:inline-flex;font-size:1.6rem;font-weight:300;line-height:120%}.btn[disabled]{opacity:.6}.btn__primary{align-items:center;background:#074580;border:1px solid #074580;border-radius:6rem;box-shadow:.2rem .2rem 1.4rem rgba(0,0,0,.04);color:#fff;justify-content:center;letter-spacing:.01em;padding:0 3.2rem;transition:background-color .3s ease-in-out}.btn__primary:hover{background:#fff;color:#074580}.btn__magento{align-items:center;background:#e6007c;border:1px solid #e6007c;border-radius:6rem;box-shadow:.2rem .2rem 1.4rem rgba(0,0,0,.04);color:#fff;justify-content:center;letter-spacing:.01em;padding:0 3.2rem;transition:background-color .3s ease-in-out}.btn__magento--with-arrow{display:flex;font-size:2rem;font-weight:700;height:5.4rem;justify-content:space-between;line-height:2.4rem;max-width:25rem;padding:1.8rem 2rem;width:100%}@media (max-width:767px){.btn__magento--with-arrow{font-size:.8rem;height:3.2rem;justify-content:center;line-height:1rem}.btn__magento--with-arrow svg{display:none}}.btn__magento--with-arrow:hover svg path{fill:#e6007c}.btn__magento:hover{background:#fff;color:#e6007c}.btn__tag{border:1px solid #e6007c;border-radius:.3rem;color:#074580;font-size:1.3rem;font-weight:300;line-height:1.3rem;margin:.3rem;padding:.6rem}.h1_style,.h1_style h1,h1{color:#074580;font-family:Jost,sans-serif;font-size:4rem;font-style:normal;font-weight:700;line-height:4.6rem}@media (min-width:481px){.h1_style,.h1_style h1,h1{font-size:4.6rem;letter-spacing:.005em;line-height:115%}}@media (min-width:1025px){.h1_style,.h1_style h1,h1{font-size:6rem;line-height:115%}}.h2_style,.h2_style h2,h2{color:#074580;font-family:Jost,sans-serif;font-size:2.8rem;font-weight:700;letter-spacing:.005em;line-height:120%}@media (min-width:481px){.h2_style,.h2_style h2,h2{font-size:3.4rem;line-height:120%}}@media (min-width:1025px){.h2_style,.h2_style h2,h2{font-size:4.2rem;line-height:125%}}.h3_style,.h3_style h3,h3{color:#074580;font-family:Jost,sans-serif;font-size:2.4rem;font-weight:700;letter-spacing:.005em;line-height:135%}@media (min-width:481px){.h3_style,.h3_style h3,h3{font-size:2.8rem;line-height:135%}}@media (min-width:1025px){.h3_style,.h3_style h3,h3{font-size:3.6rem;line-height:135%}}.h4_style,.h4_style h4,h4{color:#074580;font-family:Jost,sans-serif;font-size:2.2rem;font-weight:700;letter-spacing:.005em;line-height:134%}@media (min-width:481px){.h4_style,.h4_style h4,h4{font-size:2.6rem;line-height:134%}}@media (min-width:1025px){.h4_style,.h4_style h4,h4{font-size:3rem;line-height:134%}}.h5_style,.h5_style h5,h5{color:#074580;font-family:Jost,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.005em;line-height:128%}@media (min-width:481px){.h5_style,.h5_style h5,h5{font-size:2.4rem;line-height:128%}}.h6_style,.h6_style h6,h6{color:#074580;font-family:Jost,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.01em;line-height:120%}@media (min-width:481px){.h6_style,.h6_style h6,h6{font-size:2rem;line-height:120%}}.paragraph-style-1,.paragraph-style-1 p{color:#074580;font-size:1rem;font-weight:300;letter-spacing:.005em;line-height:12px}.paragraph-style-2,.paragraph-style-2 p,p{color:#074580;font-family:Jost,sans-serif;font-size:1rem;font-weight:300;line-height:12px}.link-style-1 a:hover,.link-style-1 a:hover span,.link-style-1:hover{color:#d8f0fc!important}.link-style-2{padding-right:2rem;position:relative}.link-style-2:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='21' fill='none'%3E%3Cpath d='M12.035 11.201a1.058 1.058 0 0 0 0-1.482L3.32.959c-.449-.404-1.123-.404-1.527 0L.76 1.992C.355 2.396.355 3.07.76 3.52l6.918 6.918L.76 17.4c-.405.45-.405 1.123 0 1.528l1.033 1.033c.404.404 1.078.404 1.527 0l8.715-8.76Z' fill='%23181926'/%3E%3C/svg%3E");content:"";height:2rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.3rem;z-index:9}.link-style-2 a:hover,.link-style-2 a:hover span,.link-style-2:hover{color:#d8f0fc!important}.link-style-2 a:hover span:after,.link-style-2 a:hover:after,.link-style-2:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='21' fill='none'%3E%3Cpath d='M12.035 11.201a1.058 1.058 0 0 0 0-1.482L3.32.959c-.449-.404-1.123-.404-1.527 0L.76 1.992C.355 2.396.355 3.07.76 3.52l6.918 6.918L.76 17.4c-.405.45-.405 1.123 0 1.528l1.033 1.033c.404.404 1.078.404 1.527 0l8.715-8.76Z' fill='%235097FA'/%3E%3C/svg%3E")}.captions{color:#074580;font-family:Jost,sans-serif;font-size:1.4rem;font-weight:300;letter-spacing:.005em;line-height:2.2rem}.wysywig ol li,.wysywig ul li{font-feature-settings:"liga" off;color:#074580;font-size:1rem;line-height:160%;list-style-type:disc;margin-left:2rem}.wysywig ol li{list-style-type:decimal}.link :not(.btn) a,.link:not(.btn) a{text-decoration:underline}.container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:124rem;padding-left:4rem;padding-right:4rem;width:100%}.container:after,.container:before{clear:both;content:"";display:block}@media (max-width:767px){.container{max-width:100%;padding-left:3rem;padding-right:3rem;width:100%}}.container--medium{max-width:1060px;padding-left:0;padding-right:0;width:100%}@media (max-width:1280px){.container--medium{padding-left:4rem;padding-right:4rem}}@media (max-width:767px){.container--medium{padding-left:3rem;padding-right:3rem}}.container--small{max-width:880px;padding-left:0;padding-right:0;width:100%}@media (max-width:1280px){.container--small{padding-left:4rem;padding-right:4rem}}@media (max-width:767px){.container--small{padding-left:3rem;padding-right:3rem}}.container--fluid{max-width:100%;padding-left:0;padding-right:0;width:100%}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{flex:0 0 auto;padding-left:3rem;padding-right:3rem}.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex-basis:100%;max-width:100%}@media (min-width:481px){.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;flex:0 0 auto;padding-left:3rem;padding-right:3rem}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex-basis:100%;max-width:100%}}@media (min-width:768px){.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;flex:0 0 auto;padding-left:3.2rem;padding-right:3.2rem}.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-12{flex-basis:100%;max-width:100%}}@media (min-width:1025px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;flex:0 0 auto;padding-left:1rem;padding-right:1rem}.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex-basis:100%;max-width:100%}}.footer__top{background:#074580;margin-top:5rem;padding:3.3rem 0}@media (max-width:767px){.footer__top{margin-top:2.5rem}}.footer__bottom{padding:1.4rem 0}.footer__wrapper{display:flex;flex-wrap:wrap}.footer__address,.footer__menu,.footer__text{flex:20%;max-width:20%}.footer__address p,.footer__menu p,.footer__text p{color:#fff}.footer__address a,.footer__menu a,.footer__text a{font-family:Jost,sans-serif;font-weight:700}.footer__address a:hover,.footer__menu a:hover,.footer__text a:hover{text-decoration:underline}@media (max-width:480px){.footer__address,.footer__menu,.footer__text{flex:100%;max-width:100%}}.footer__address{flex:17%;max-width:17%}@media (max-width:767px){.footer__address{flex:50%;max-width:50%}}.footer__text{flex:40%;max-width:40%;padding-right:5rem}@media (max-width:767px){.footer__text{flex:100%;max-width:100%;order:4;padding-top:1.3rem}.footer__menu{flex:50%;max-width:50%}}.footer__bottom-wrapper{display:flex}@media (max-width:767px){.footer__bottom-wrapper{flex-wrap:wrap}}.footer__bottom-item{align-items:end;display:flex;flex:0 0 40%;max-width:40%}@media (max-width:767px){.footer__bottom-item{flex:0 0 100%;max-width:100%;padding:.8rem 0}}.footer__bottom-item-text{display:flex}.footer__bottom-item-text p:first-child{margin-right:1rem}.footer__bottom-item-image{padding:0 2.4rem}.header{align-items:center;display:flex;left:0;min-height:8.8rem;padding:2.8rem 0;position:fixed;top:0;transition:background-color .3s ease-in-out;width:100%;z-index:10}.admin-bar .header{top:3.2rem}.header.scrolled{background:#fff}@media (min-width:1025px){.header{padding:1.8rem 0}}.header__row{align-items:center;display:flex;justify-content:space-between}@media (min-width:768px){.header__row{position:relative}}.header__logo{fill:#074580;height:3rem;object-fit:contain;vertical-align:top;width:13.5rem}@media (min-width:768px){.header__logo{height:4rem;width:18rem}}.header__input{display:none}.header__input:checked+.header__burger span:first-child,.header__input:checked+.header__burger span:nth-child(6){transform:rotate(45deg)}.header__input:checked+.header__burger span:nth-child(2),.header__input:checked+.header__burger span:nth-child(5){transform:rotate(-45deg)}.header__input:checked+.header__burger span:first-child{left:.1rem;top:.4rem}.header__input:checked+.header__burger span:nth-child(2){left:calc(50% - .2rem);top:.4rem}.header__input:checked+.header__burger span:nth-child(3){left:-50%;opacity:0}.header__input:checked+.header__burger span:nth-child(4){left:100%;opacity:0}.header__input:checked+.header__burger span:nth-child(5){left:.1rem;top:1.2rem}.header__input:checked+.header__burger span:nth-child(6){left:calc(50% - .2rem);top:1.2rem}.header__input:checked+.header__burger+.header__mm,.header__input:checked+.header__burger+.menu-menu-container{left:0}@media (min-width:768px){.header__input:checked+.header__burger+.header__mm,.header__input:checked+.header__burger+.menu-menu-container{left:auto;right:0}.header__input:checked+.header__burger+.header__mm:before,.header__input:checked+.header__burger+.menu-menu-container:before{background:#000;content:"";height:100%;left:-100vw;opacity:.35;position:absolute;top:0;width:100vw;z-index:10}}@media (min-width:1025px){.header__input:checked+.header__burger+.header__mm:before,.header__input:checked+.header__burger+.menu-menu-container:before{display:none}}.header__burger{margin-left:auto}@media (min-width:1025px){.header__burger{display:none}}.header__burger-icon{cursor:pointer;height:1.9rem;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;width:2.2rem}.header__burger-icon span{background:#074580;border-radius:.15rem;display:block;height:.3rem;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:50%}.header__burger-icon span:nth-child(2n){border-radius:0 .15rem .15rem 0;left:50%}.header__burger-icon span:nth-child(odd){border-radius:.15rem 0 0 .15rem;left:0}.header__burger-icon span:first-child,.header__burger-icon span:nth-child(2){top:0}.header__burger-icon span:nth-child(3),.header__burger-icon span:nth-child(4){top:.8rem}.header__burger-icon span:nth-child(5),.header__burger-icon span:nth-child(6){top:1.6rem}.header .menu-menu-container{background:#fff;bottom:0;left:100%;padding:.4rem 2rem 2rem;position:fixed;top:8.8rem;transition:all .3s ease;width:100%}@media (min-width:768px){.header .menu-menu-container{left:auto;max-width:37.5rem;right:-37.5rem}}@media (min-width:1025px){.header .menu-menu-container{background:transparent;left:auto;max-width:none;padding:0;position:static;right:auto;width:auto}}.header .menu-menu-container .header-menu{max-height:100%;overflow:auto}@media (min-width:1025px){.header .menu-menu-container .header-menu{overflow:visible}.header .menu{align-items:center;display:flex}.header .menu>li+li{margin:0 0 0 3rem}.header .menu>li+li:last-child>.sub-menu{left:auto;right:-2rem}}.header .menu li{position:relative}@media (max-width:1024px){.header .menu li{width:100%}.header .menu li:focus>a,.header .menu li:hover>a{background:#d8f0fc;color:#074580}}@media (min-width:1025px){.header .menu li:hover>.sub-menu{max-height:10000rem;opacity:1;position:absolute;transform:translateY(0);visibility:visible;z-index:3}}.header .menu li:hover>.open-submenu-label>svg{fill:#d8f0fc}@media (min-width:1025px){.header .menu li.has-dropdown:hover>a{color:#d8f0fc}}.header .menu li.has-dropdown a{font-size:5rem;padding:1.4rem 2.2rem 1.4rem 1.6rem}@media (min-width:1025px){.header .menu li.has-dropdown a{padding:1.4rem 2.2rem 1.4rem 1.6rem}.header .menu li>a{font-size:1.8rem;font-style:normal;font-weight:900;letter-spacing:.01em;line-height:2.4rem}}.header .menu li a{border-radius:.8rem;display:block;font-size:2rem;font-weight:300;line-height:24px;padding:1.4rem 1.6rem;text-align:center;transition:all .3s ease}@media (max-width:1024px){.header .menu li a br{display:none}}.header .menu li a:not(.btn a):hover{background:#d8f0fc;color:#e6007c}@media (min-width:1025px){.header .menu li a:not(.btn a):hover{background:transparent}}.header .menu .open-submenu:checked+.open-submenu-label+.sub-menu{max-height:10000rem;opacity:1;padding:1.2rem 0 1.2rem 2rem;transform:translateY(0);visibility:visible}.header .menu .open-submenu:checked+.open-submenu-label svg{fill:#d8f0fc;transform:rotate(0)}.header .menu .open-submenu-label{align-items:center;display:flex;height:2rem;justify-content:center;position:absolute;right:1.2rem;top:1.7rem;width:2rem}@media (min-width:1025px){.header .menu .open-submenu-label{height:1.6rem;pointer-events:none;right:0;top:1.9rem;width:1.4rem}}.header .menu .open-submenu-label svg{fill:#074580;height:1rem;transform:rotate(-90deg);transition:all .3s ease;width:1.6rem}@media (min-width:1025px){.header .menu .open-submenu-label svg{height:1.6rem;transform:rotate(0deg);width:1.4rem}}.header .menu .sub-menu{max-height:0;opacity:0;overflow:hidden;transform:translateY(1rem);transition:visibility .5s ease-in-out,transform .5s ease-in-out,opacity .5s ease-in-out,max-height .5s ease-in-out;visibility:hidden}@media (min-width:1025px){.header .menu .sub-menu{background:#fff;border-radius:1.2rem;box-shadow:.2rem .2rem 1.6rem rgba(0,0,0,.07);max-height:0;opacity:0;padding:1rem 0;position:absolute;transform:translateY(1rem);visibility:hidden;width:32.5rem}.header .menu .sub-menu .open-submenu-label{right:2.7rem;top:1.7rem}.header .menu .sub-menu .open-submenu-label svg{height:1rem;transform:rotate(-90deg);width:1.6rem}.header .menu .sub-menu .sub-menu{left:100%;top:0}.header .menu .sub-menu a:hover{background:#d8f0fc}.header .menu .sub-menu>li{padding:0 1rem}}.header .desktop{display:block}@media (max-width:1024px){.header .desktop{display:none}}.header .mobile{display:none}@media (max-width:1024px){.header .mobile{display:block}.header .wrapper{margin-left:auto;margin-right:auto;max-width:136rem;padding-left:4rem;padding-right:4rem}}@media (max-width:480px){.header .wrapper{padding-left:2rem;padding-right:2rem}}.header .open-submenu{display:none}.breadcrumb{color:#e6007c;font-size:1.5rem;font-weight:300;line-height:1.8rem;padding-bottom:5rem}.breadcrumb a{color:#e6007c!important;font-weight:300!important}.cn-text-container{font-size:1.5rem!important;font-weight:300}.cn-text-container strong{font-weight:700!important}.cn-text-container a{text-decoration:underline!important}.cn-set-cookie{border-radius:3rem!important;color:#e6007c!important}.archive-post__wrapper{display:flex;gap:2rem;padding-top:3rem}@media (max-width:767px){.archive-post__wrapper{flex-wrap:wrap-reverse}}.archive-post__posts{display:flex;flex:70%;flex-wrap:wrap;margin:-2rem;max-width:70%}@media (max-width:767px){.archive-post__posts{flex:100%;margin:-2rem 0;max-width:100%}}.archive-post__posts .post-big,.archive-post__posts .post-two-column{flex:0 0 100%;max-width:100%;padding:2rem}@media (max-width:767px){.archive-post__posts .post-big,.archive-post__posts .post-two-column{padding:2rem 0}}.archive-post__posts .post-small{flex:0 0 50%;max-width:50%;padding:2rem}@media (max-width:767px){.archive-post__posts .post-small{flex:0 0 100%;max-width:100%;padding:2rem 0}}.archive-post__posts .post-box{height:auto}.archive-post__sidebar{flex:30%;max-width:30%}@media (max-width:767px){.archive-post__sidebar{flex:100%;max-width:100%}}.archive-post__sidebar-form form{background-color:#ffd5a5;border-radius:3rem}.archive-post__sidebar-form form input[type=text]{color:#074580;font-size:2rem;font-weight:700;line-height:2.4rem;padding:18px 43px;width:100%}.archive-post__sidebar-form form input[type=submit]{display:none;visibility:hidden}.archive-post__sidebar-tags{padding-top:2.3rem}.archive-post__sidebar-tags ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-.3rem}.post-big{display:flex;flex-direction:column;height:100%}.post-big__image img{width:100%}.post-big__date{color:#e6007c;font-size:1.7rem;font-weight:300;line-height:2rem;padding-top:1.4rem}@media (max-width:767px){.post-big__date{padding-bottom:2.4rem;padding-top:0}}.post-big__title{color:#074580;font-size:2.8rem;font-weight:700;line-height:3.4rem;padding-bottom:2.4rem}@media (max-width:767px){.post-big__title{font-size:2rem;line-height:2.4rem;padding-bottom:.8rem}}.post-big__description{color:#074580;font-size:2rem;font-weight:300;line-height:2.4rem;margin-top:auto;padding-bottom:2.4rem}@media (max-width:767px){.post-big__description{font-size:1.6rem;line-height:140%;padding-top:1.2rem}}.post-big__buttons{align-items:center;display:flex;justify-content:space-between}.post-big__buttons .btn{display:flex;font-size:2rem;height:5.4rem;justify-content:space-between;line-height:2.4rem;max-width:25rem;padding:1.8rem 2rem;width:100%}@media (max-width:767px){.post-big__buttons .btn{font-size:1.8rem;line-height:1.6rem}}.post-big__buttons .btn:hover svg path{fill:#e6007c}.single-post__wrapper{display:flex;gap:2rem}@media (max-width:767px){.single-post__wrapper{flex-wrap:wrap}}.single-post__content-wrapper{flex:70%;max-width:70%}@media (max-width:767px){.single-post__content-wrapper{flex:100%;max-width:100%}}.single-post__sidebar{flex:30%;max-width:30%}@media (max-width:767px){.single-post__sidebar{flex:100%;max-width:100%}}.single-post__header-date{color:#e6007c;font-size:1.7rem;font-weight:300;line-height:2rem}.single-post__header-title h1{color:#074580;font-size:2.8rem;font-weight:700;line-height:3.4rem}.single-post__header-tags{padding-top:.8rem}.single-post__header-tags ul{display:flex;flex-wrap:wrap;margin:-.3rem}.single-post__content{padding-top:2.6rem}.single-post__content img{width:100%}.single-post__content p{color:#074580;font-size:2rem;font-weight:300;line-height:2.4rem;padding-bottom:1.6rem}.single-post__content p:last-child{padding-bottom:0}.single-post__content-thumbnail{padding-bottom:1.6rem}.single-post__sidebar-posts{display:flex;flex-wrap:wrap;gap:2rem}.single-post__sidebar-posts .post-small{height:auto}@media (max-width:767px){.single-post__sidebar-posts .post-small{flex:0 0 calc(50% - 2rem);max-width:calc(50% - 2rem)}}@media (max-width:480px){.single-post__sidebar-posts .post-small{flex:0 0 100%;max-width:100%}}.single-post__sidebar-header{background-color:#ffd5a5;border-radius:2rem;color:#074580;font-size:2rem;font-weight:700;line-height:2.4rem;margin-bottom:2.2rem;margin-top:3.2rem;padding:1.6rem 0;text-align:center;width:100%}.post-small{display:flex;flex-direction:column;height:100%}.post-small__image img{width:100%}.post-small__date{color:#e6007c;font-size:1.7rem;font-weight:300;line-height:2rem;padding-top:1.4rem}@media (max-width:767px){.post-small__date{padding-bottom:2.4rem;padding-top:0}}.post-small__title{color:#074580;font-size:2.8rem;font-weight:700;line-height:3.4rem;padding-bottom:2.4rem}@media (max-width:767px){.post-small__title{font-size:2rem;line-height:2.4rem;padding-bottom:.8rem}}.post-small__description{color:#074580;font-size:2rem;font-weight:300;line-height:2.4rem;margin-top:auto;padding-bottom:2.4rem}@media (max-width:767px){.post-small__description{font-size:1.6rem;line-height:140%;padding-top:1.2rem}}.post-small__buttons{align-items:center;display:flex;justify-content:space-between}.post-small__buttons .btn{display:flex;font-size:2rem;font-weight:700;height:5.4rem;justify-content:space-between;line-height:2.4rem;max-width:25rem;padding:1.8rem 2rem;width:100%}@media (max-width:767px){.post-small__buttons .btn{font-size:1.8rem;line-height:1.6rem}}.post-small__buttons .btn:hover svg path{fill:#e6007c}.post-two-column__wrapper{display:flex;margin:-2rem}@media (max-width:767px){.post-two-column__wrapper{flex-direction:column-reverse;margin:0}}.post-two-column__content{display:flex;flex:0 0 50%;flex-direction:column;padding:2rem}@media (max-width:767px){.post-two-column__content{flex:0 0 100%;padding:0}}.post-two-column__image{flex:0 0 50%;padding:2rem}@media (max-width:767px){.post-two-column__image{flex:0 0 100%;padding:0}}.post-two-column__image img{width:100%}.post-two-column__date{color:#e6007c;font-size:1.7rem;font-weight:300;line-height:2rem;padding-top:1.4rem}@media (max-width:767px){.post-two-column__date{padding-bottom:2.4rem;padding-top:0}}.post-two-column__title{color:#074580;font-size:2.8rem;font-weight:700;line-height:3.4rem;padding-bottom:2.4rem}@media (max-width:767px){.post-two-column__title{font-size:2rem;line-height:2.4rem;padding-bottom:.8rem}}.post-two-column__description{color:#074580;font-size:2rem;font-weight:300;line-height:2.4rem;margin-top:auto;padding-bottom:2.4rem}@media (max-width:767px){.post-two-column__description{font-size:1.6rem;line-height:140%;padding-top:1.2rem}}.post-two-column__buttons{align-items:center;display:flex;justify-content:space-between}.post-two-column__buttons .btn{display:flex;font-size:2rem;font-weight:700;height:5.4rem;justify-content:space-between;line-height:2.4rem;max-width:25rem;padding:1.8rem 2rem;width:100%}@media (max-width:767px){.post-two-column__buttons .btn{font-size:1.8rem;line-height:1.6rem}}.post-two-column__buttons .btn:hover svg path{fill:#e6007c}.archive-product__wrapper{display:flex;flex-wrap:wrap;margin:-3.5rem -2rem;padding-top:3rem}@media (max-width:767px){.archive-product__wrapper{margin:-2rem 0}}.archive-product__single{display:flex;flex:0 0 50%;max-width:50%;padding:3.5rem 2rem}@media (max-width:767px){.archive-product__single{flex:0 0 100%;max-width:100%;padding:2rem 0}}.archive-product__single-media{flex:0 0 19.6rem;max-width:19.6rem;padding:2rem}@media (max-width:767px){.archive-product__single-media{flex:0 0 12.6rem;max-width:12.6rem}}.archive-product__single-details{display:flex;flex:0 0 calc(100% - 19.6rem);flex-direction:column;height:100%;max-width:calc(100% - 19.6rem);padding:2rem}@media (max-width:767px){.archive-product__single-details{flex:0 0 calc(100% - 12.6rem);max-width:calc(100% - 12.6rem);padding:2rem 0}}.archive-product__single-media-bubble{position:relative;z-index:-1}.archive-product__single-media-bubble-cat{display:block;font-size:1.8rem;font-weight:700;left:50%;line-height:2.2rem;position:absolute;text-align:center;top:50%;transform:translate(-55%,-50%);width:100%}@media (max-width:767px){.archive-product__single-media-bubble-cat{font-size:.9rem;line-height:1.1rem}}.archive-product__single-media-image{padding-top:3.3rem}@media (max-width:767px){.archive-product__single-media-image{margin-top:1rem;padding-top:0}}.archive-product__single-attribute-title h2{font-size:2.8rem;font-weight:700;line-height:3.4rem}@media (max-width:767px){.archive-product__single-attribute-title h2{font-size:2.2rem;line-height:140%}}.archive-product__single-attribute-package{padding-top:1.2rem}.archive-product__single-attribute-package p{font-size:2rem;font-weight:300;line-height:2.4rem}@media (max-width:767px){.archive-product__single-attribute-package p{font-size:1.2rem;line-height:140%}}.archive-product__single-attribute-package p strong{display:block;font-weight:700}.archive-product__single-attribute-description{padding-bottom:.8rem;padding-top:1.2rem}.archive-product__single-attribute-description p{font-size:2rem;font-weight:300;line-height:2.4rem}@media (max-width:767px){.archive-product__single-attribute-description p{font-size:1.2rem;line-height:140%}}.archive-product__single-attribute-button{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.title{padding:3.5rem 0}.title h2,.title h3,.title h4,.title h5,.title h6{font-size:3.2rem;font-weight:300;text-transform:uppercase}@media (max-width:767px){.title h2,.title h3,.title h4,.title h5,.title h6{font-size:2.3rem}}.title strong{font-weight:700}.title__wrapper{position:relative}.title__wrapper:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144.82' height='108.243'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 20' fill='%23d8f0fc' d='M0 0h144.82v108.243H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 11' clip-path='url(%23a)'%3E%3Cpath data-name='Path 75' d='M106.36 88.565c-4.978 2.854-14.463 10.056-20.154 12.772-9.584 4.57-16.537 6.906-28.276 6.906C26.623 108.243 0 81.923 0 54.574 0 26 22.445 4.035 49.689.374A100.262 100.262 0 0 1 62.951.129c6.231.524 12.443 1.222 22.086 6.93 18.755 11.1 29.24-2.446 46.349 10.055 17.051 12.458 17.165 33.834 4.325 49.373-7.979 9.658-20.977 17.277-29.352 22.078' fill='%23d8f0fc'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10.8rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14.4rem;z-index:-1}@media (max-width:767px){.title__wrapper:after{height:8.8rem;width:12.4rem}}.section{padding:3.5rem 0}@media (max-width:767px){.section{padding:3.5rem 0 2.5rem}}.section--bottom{padding:0 0 2.5rem}.section--big{padding:5rem 0}@media (max-width:767px){.section--big{padding:2.5rem 0}}.single-product__header{display:flex}.single-product__image{flex:30.4rem;max-width:30.4rem}@media (max-width:767px){.single-product__image{flex:30%;max-width:30%}}.single-product__details{flex:calc(100% - 30.4rem);max-width:calc(100% - 30.4rem);padding-left:6.4rem}@media (max-width:767px){.single-product__details{flex:70%;max-width:70%;padding-left:2.1rem}}.single-product__title h1{font-size:2.8rem;font-weight:700;line-height:3.4rem}@media (max-width:767px){.single-product__title h1{font-size:1rem;line-height:1.2rem}}.single-product__package{padding:1.2rem 0}.single-product__package p{font-size:2rem;font-weight:300;line-height:2.4rem}@media (max-width:767px){.single-product__package p{font-size:1rem;line-height:1.2rem}}.single-product__package p strong{font-weight:700}.single-product__description{padding:1.2rem 0}.single-product__description p{font-size:2rem;font-weight:300;line-height:2.4rem}@media (max-width:767px){.single-product__description p{font-size:1rem;line-height:1.2rem}}.single-product__tabs{padding-top:3rem}.single-product__tabs.desktop{display:block}@media (max-width:767px){.single-product__tabs.desktop{display:none}}.single-product__tabs.mobile{display:none}@media (max-width:767px){.single-product__tabs.mobile{display:block}}.single-product__tab{padding-top:.6rem}.single-product__tab[open] .title:before{transform:translateY(-50%) rotate(180deg)}.single-product__tab .title{font-size:2.4rem;font-weight:700;line-height:2.9rem;list-style:none;padding:0 0 0 3rem;position:relative}.single-product__tab .title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.227' height='13.126'%3E%3Cpath data-name='Path 149' d='M10.113 13.126 0 3.012 3.012 0l7.1 7.1 7.1-7.1 3.012 3.012Z' fill='%23e6007c'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.3rem;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .2s ease-in-out;width:2rem}.single-product__tab .title::-webkit-details-marker{display:none}@media (max-width:767px){.single-product__tab .title{font-size:1rem;line-height:1.2rem}}.single-product__tab .content{margin-left:20rem;padding:1.8rem 0}@media (max-width:767px){.single-product__tab .content{margin-left:0;padding:1rem 0}}.single-product__tab .content p{font-size:2rem;font-weight:300;line-height:2.4rem}@media (max-width:767px){.single-product__tab .content p{font-size:1rem;line-height:1.2rem}}.single-product__additional-text{border:.3rem solid #d8f0fc;border-radius:1.6rem;margin-top:3.4rem;padding:3.4rem 6.4rem}@media (max-width:767px){.single-product__additional-text{padding:1.1rem 3.6rem}}.single-product__additional-text p{font-size:2.4rem;font-weight:300;line-height:2.9rem}@media (max-width:767px){.single-product__additional-text p{font-size:1rem;line-height:1.2rem}}.single-product__additional-text p strong{font-weight:700}.single-product__posts{display:flex;flex-wrap:wrap;margin:-2rem;padding-top:3.54rem}.single-product__posts .post-box{flex:0 0 33.333%;max-width:33.333%;padding:2rem}@media (max-width:767px){.single-product__posts .post-box{flex:0 0 100%;max-width:100%}}.faq{padding:2.5rem 0}.faq__title h2,.faq__title h3,.faq__title h4,.faq__title h5,.faq__title h6{font-size:3rem;font-weight:700;line-height:3.6rem}.faq__items{background-color:#d8f0fc;border-radius:2.4rem;margin-top:2.5rem;padding:5rem 10rem}@media (max-width:767px){.faq__items{padding:2.5rem}}.faq__item{padding:1.2rem 0}@media (max-width:767px){.faq__item{padding:.3rem 0}}.faq__item summary{color:#074580;cursor:pointer;font-size:2.4rem;font-weight:700;line-height:2.9rem;list-style:none;text-align:center}@media (max-width:767px){.faq__item summary{font-size:2.2rem;line-height:140%}}.faq__item summary::-webkit-details-marker{display:none}.faq__item .content{margin:0 auto;max-width:75.7rem;padding:3.1rem 0 3.5rem}.faq__item .content p{color:#074580;font-size:2rem;font-weight:300;line-height:2.4rem}@media (max-width:767px){.faq__item .content p{font-size:1.6rem;line-height:140%}}.image{padding:1.5rem 0 2.5rem}.quote{padding:5rem 0 3rem}.quote__wrapper{display:flex;min-height:74rem;padding:5rem 0 0;position:relative}@media (max-width:767px){.quote__wrapper{min-height:54rem}}.quote__dymek{flex:0 0 60%;left:0;max-width:60%;position:absolute;z-index:9}@media (max-width:767px){.quote__dymek{flex:0 0 100%;max-width:100%}}.quote__dymek-quote{left:10%;position:absolute;top:20%}@media (max-width:767px){.quote__dymek-quote{max-width:5rem}}.quote__dymek-text{left:50%;max-width:48.5rem;position:absolute;top:50%;transform:translate(-55%,-50%);width:100%}@media (max-width:1024px){.quote__dymek-text{max-width:38rem}}@media (max-width:767px){.quote__dymek-text{max-width:80%;transform:translate(-50%,-65%)}}.quote__dymek-text p{color:#fff;font-size:2.8rem;font-weight:400;line-height:3.4rem}@media (max-width:1024px){.quote__dymek-text p{font-size:2rem;line-height:140%}}@media (max-width:767px){.quote__dymek-text p{font-size:1.2rem}}.quote__dymek-link{bottom:-4rem;left:15%;position:absolute}@media (max-width:767px){.quote__dymek-link{display:none}}.quote__dymek-link .btn{font-size:2rem;font-weight:700;line-height:2.4rem;padding:3.2rem 7.8rem;text-transform:uppercase}@media (max-width:767px){.quote__dymek-link .btn{font-size:1rem;line-height:1rem}}.quote__img{flex:0 0 70%;max-width:70%;position:absolute;right:-12%}@media (max-width:767px){.quote__img{bottom:0;flex:0 0 100%;max-width:100%}}.text{padding:5rem 0}.text__wrapper p{font-size:2rem;font-weight:300;line-height:2.4rem}.title-posts-newer__posts{display:flex;flex-wrap:wrap;margin:-2rem;padding-top:6rem}@media (max-width:767px){.title-posts-newer__posts{padding-top:5rem}}.title-posts-newer__post{padding:2rem}.title-posts-newer__post.big{flex:0 0 65%}@media (max-width:767px){.title-posts-newer__post.big{flex:0 0 100%}}.title-posts-newer__post.small{flex:0 0 35%}@media (max-width:767px){.title-posts-newer__post.small{flex:0 0 100%}}.title-slider{padding:5rem 0}@media (max-width:767px){.title-slider{padding:3.5rem 0}}.title-slider .tns-nav{display:flex;justify-content:center;padding-top:2.9rem}.title-slider .tns-nav button{background-color:#f190ba;border-radius:50%;height:2.2rem;margin:0 .6rem;width:2.2rem}@media (max-width:767px){.title-slider .tns-nav button{height:1.8rem;margin:0 .4rem;width:1.8rem}}.title-slider .tns-nav button.tns-nav-active{background-color:#e6007c}.title-slider__products{padding-top:5rem}@media (max-width:767px){.title-slider__products{padding-top:3.5rem}}.title-slider__product{display:flex}@media (max-width:767px){.title-slider__product{justify-content:center;position:relative}}.title-slider__product-bubble{height:12rem;position:relative;width:16rem}@media (max-width:767px){.title-slider__product-bubble{height:6.5rem;left:50%;position:absolute;transform:translateX(-200%);width:9rem}}@media (max-width:480px){.title-slider__product-bubble{left:0;transform:unset}}.title-slider__product-bubble-cat{display:block;font-size:1.8rem;font-weight:700;left:50%;line-height:2.2rem;position:absolute;text-align:center;top:50%;transform:translate(-55%,-50%);width:100%}@media (max-width:767px){.title-slider__product-bubble-cat{font-size:.9rem;line-height:1.1rem}}.title-slider__product-media{flex:0 0 24rem;padding:0 4rem}@media (max-width:767px){.title-slider__product-media{flex:0 0 19.3rem;padding:0 2rem 0 6rem}.title-slider__product-image{width:12.9rem}}.title-slider__product-button{padding-top:2.5rem}@media (max-width:767px){.title-slider__product-button{margin-top:auto}}.title-slider__product-button.desktop{display:block}@media (max-width:767px){.title-slider__product-button.desktop{display:none}}.title-slider__product-button.mobile{display:none}@media (max-width:767px){.title-slider__product-button.mobile{display:block}}.title-slider__product-button .btn{font-size:1.3rem;font-weight:700;height:auto;line-height:1.6rem;padding:1.2rem}@media (max-width:767px){.title-slider__product-button .btn{font-size:1rem;line-height:1rem}}.title-slider__additional-text{padding-left:20rem;padding-top:1.6rem}@media (max-width:767px){.title-slider__additional-text{padding-left:0}}.title-slider__additional-text p{font-size:1.6rem;line-height:140%}@media (max-width:767px){.title-slider__product-attributes{align-items:center;display:flex;flex-direction:column;height:auto;padding-top:4rem}}.title-slider__product-attribute{align-items:center;display:flex;padding-top:1.2rem}@media (max-width:767px){.title-slider__product-attribute{display:none;width:9rem}}.title-slider__product-attribute:first-child{padding-top:0}@media (max-width:767px){.title-slider__product-attribute:first-child{display:block}.title-slider__product-icon img{display:block;margin:0 auto}}.title-slider__product-text{font-size:2rem;font-weight:300;line-height:2.4rem;padding-left:1.2rem}@media (max-width:767px){.title-slider__product-text{font-size:1rem;font-weight:300;line-height:1.2rem;padding-left:0;padding-top:1.2rem;text-align:center}}.title-text-image__wrapper{align-items:center;display:flex;flex-wrap:wrap;margin:-2rem;padding-top:6rem}@media (max-width:767px){.title-text-image__wrapper{margin:-2rem 0;padding-top:4rem}}.title-text-image__image{flex:0 0 20%;max-width:20%;padding:2rem}@media (max-width:767px){.title-text-image__image{flex:0 0 100%;max-width:100%;padding:2rem 0;text-align:center}}.title-text-image__text{flex:0 0 80%;max-width:80%;padding:2rem}@media (max-width:767px){.title-text-image__text{flex:0 0 100%;max-width:100%;padding:2rem 0}}.title-text-image__text p{font-size:2rem;font-weight:300;line-height:2.4rem;padding-bottom:2rem}@media (max-width:767px){.title-text-image__text p{font-size:1.6rem;line-height:140%}}.title-text-image__text p:last-child{padding-bottom:0}
