@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@media (min-width: 1920px){:root{--section-width-1: 1630px }}@media (min-width: 1600px) and (max-width: 1919px){:root{--section-width-1: 1450px }}@media (min-width: 1400px) and (max-width: 1599px){:root{--section-width-1: 1300px }}@media (min-width: 1200px) and (max-width: 1399px){:root{--section-width-1: 1150px }}@media (min-width: 992px) and (max-width: 1199px){:root{--section-width-1: 900px }}@media (min-width: 768px) and (max-width: 991px){:root{--section-width-1: 700px }}@media (min-width: 576px) and (max-width: 767px){:root{--section-width-1: 90% }}@media (max-width: 575px){:root{--section-width-1: 95% }}.__btn{cursor:pointer}.app{position:relative;font-family:Poppins,sans-serif,serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background-color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}p,blockquote,ul,ol,dl,figure{margin:0}a{text-decoration:none;color:inherit}img,picture,video,canvas,svg{display:block;max-width:100%}table{border-collapse:collapse;border-spacing:0;width:100%}button{all:unset;cursor:pointer;display:inline-block}input:not([type=checkbox]),textarea,select{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;color:inherit;font:inherit}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}textarea{resize:none}fieldset{border:0;padding:0;margin:0}legend{display:block;padding:0;margin:0}ul,ol{list-style:none}blockquote{quotes:none}blockquote:before,blockquote:after{content:""}code,pre{font-family:monospace,monospace;font-size:1em}input:focus,textarea:focus,select:focus,button:focus{outline-offset:2px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 1200px) and (min-height: 800px){.__home_page .__hero{height:70vh}}@media (min-width: 1200px) and (min-height: 700px) and (max-height: 800px){.__home_page .__hero{height:80vh}}@media (min-width: 1200px) and (max-height: 699px){.__home_page .__hero{height:90vh}}@media (max-width: 1199px){.__home_page .__hero{height:70vh}}.__home_page .__hero{display:flex;align-items:end;background-image:url(/assets/hero-bg-CnCipUMH.png);background-repeat:no-repeat;background-size:cover;background-position:top center}.__home_page .__hero .__text{width:var(--section-width-1)}@media (min-width: 1200px) and (min-height: 800px){.__home_page .__hero .__text{height:calc(70vh - 250px)}}@media (min-width: 1200px) and (min-height: 700px) and (max-height: 800px){.__home_page .__hero .__text{height:calc(80vh - 250px)}}@media (min-width: 1200px) and (max-height: 699px){.__home_page .__hero .__text{height:calc(90vh - 250px)}}@media (max-width: 1199px){.__home_page .__hero .__text{height:calc(70vh - 250px)}}.__home_page .__hero .__text{margin:0 auto;text-transform:uppercase;display:flex;align-items:center}.__home_page .__hero .__text .__title1{color:#fa4db8;font-weight:700;font-size:70px}.__home_page .__hero .__text .__title2{display:flex;align-items:center}.__home_page .__hero .__text .__title2 span{color:#19b0b8;font-size:50px;font-weight:500}.__home_page .__hero .__text .__title2 img{margin-right:1rem}.__home_page .__hero .__text .__title3{color:#19b0b8;font-size:88.41px;font-weight:700}@media (max-width: 1599px){.__home_page .__hero .__text .__title1{font-size:60px}.__home_page .__hero .__text .__title2 span{font-size:40px}.__home_page .__hero .__text .__title2 img{width:90px}.__home_page .__hero .__text .__title3{font-size:75px}}@media (max-width: 1199px){.__home_page .__hero .__text .__title1{font-size:50px}.__home_page .__hero .__text .__title2 span{font-size:30px}.__home_page .__hero .__text .__title2 img{width:70px}.__home_page .__hero .__text .__title3{font-size:65px}}@media (max-width: 991px){.__home_page .__hero .__text .__title1{font-size:40px}.__home_page .__hero .__text .__title2 span{font-size:25px}.__home_page .__hero .__text .__title2 img{width:50px}.__home_page .__hero .__text .__title3{font-size:50px}}@media (max-width: 575px){.__home_page .__hero .__text .__title1{font-size:30px}.__home_page .__hero .__text .__title2 span{font-size:25px}.__home_page .__hero .__text .__title2 img{width:35px}.__home_page .__hero .__text .__title3{font-size:40px}}@media (min-width: 768px){.__title{font-size:55px}.__subtitle{font-size:20px;letter-spacing:15px}}@media (min-width: 576px) and (max-width: 767px){.__title{font-size:43px}.__subtitle{font-size:17px;letter-spacing:13px}}@media (min-width: 425px) and (max-width: 575px){.__title{font-size:33px}.__subtitle{font-size:15px;letter-spacing:11px}}@media (max-width: 424px){.__title{font-size:27px}.__subtitle{font-size:13px;letter-spacing:10px}}.__home_about{padding:1rem 0}.__home_about .__inner{width:var(--section-width-1);margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1199px){.__home_about .__inner{flex-direction:column}.__home_about .__inner.__inner_lg{display:none}}@media (min-width: 1200px){.__home_about .__inner.__inner_md{display:none}}.__home_about .__inner .__title{font-weight:700;text-transform:uppercase}.__home_about .__inner .__subtitle{color:#fd66c3;font-weight:600;text-transform:uppercase;margin-bottom:1rem}.__home_about .__inner .__text{max-width:665px;margin-right:2rem}@media (max-width: 1199px){.__home_about .__inner .__text{margin-right:0;margin-top:2rem}}.__home_about .__inner .__text .__text_1,.__home_about .__inner .__text .__text_2{font-size:19px;font-weight:400;margin-bottom:1rem}@media (max-width: 575px){.__home_about .__inner .__text .__text_1,.__home_about .__inner .__text .__text_2{font-size:15px;margin-bottom:.5rem}}.__home_about .__inner .__text .__more_btn{width:210px;height:74px;margin-top:3rem;position:relative}.__home_about .__inner .__text .__more_btn .__more_btn_inner{border:1px solid #000000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;cursor:pointer;z-index:2}.__home_about .__inner .__text .__more_btn .__more_btn_inner span{font-size:22px;font-weight:500}.__home_about .__inner .__text .__more_btn:before{content:"";position:absolute;background-color:#fd66c3;width:100%;height:100%;z-index:1;top:-.5rem;left:-1rem}@media (max-width: 767px){.__home_about .__inner .__text .__more_btn{width:180px;height:64px;margin-top:2rem}.__home_about .__inner .__text .__more_btn .__more_btn_inner span{font-size:20px}.__home_about .__inner .__text .__more_btn:before{top:-.5rem;left:-.75rem}}@media (max-width: 575px){.__home_about .__inner .__text .__more_btn{width:140px;height:45px;margin-top:2rem;margin-left:1rem}.__home_about .__inner .__text .__more_btn .__more_btn_inner span{font-size:16px;margin-bottom:.5rem}.__home_about .__inner .__text .__more_btn:before{top:-.5rem;left:-.75rem}}.__home_about .__inner .__images{display:flex}@media (max-width: 1199px){.__home_about .__inner .__images{margin-top:1rem}}.__home_about .__inner .__images .__image{width:430px}.__home_about .__inner .__images .__image:first-of-type{margin-right:1rem}@media (max-width: 1599px){.__home_about .__inner .__images .__image{width:350px}}@media (max-width: 767px){.__home_about .__inner .__images .__image{width:250px}}@media (max-width: 575px){.__home_about .__inner .__images .__image{width:200px}}@media (max-width: 424px){.__home_about .__inner .__images .__image{width:150px}}.__home_products{background-color:#fffafb}.__home_products .__inner{width:var(--section-width-1);margin:6rem auto 4rem;padding:3rem 0}@media (max-width: 767px){.__home_products .__inner{padding:2rem 0 0;margin:6rem auto 2rem}}.__home_products .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__home_products .__inner .__subtitle{color:#63dee5;font-weight:600;text-transform:uppercase;text-align:center}.__home_products .__inner .__categs{display:flex;flex-wrap:wrap;margin-top:4rem}@media (max-width: 767px){.__home_products .__inner .__categs{margin-top:2rem}}.__home_products .__inner .__categs .__categ{margin-right:1rem;margin-bottom:3rem;cursor:pointer}.__home_products .__inner .__categs .__categ .__categ_inner{position:relative}@media (min-width: 1400px){.__home_products .__inner .__categs .__categ{width:calc((100% - 3rem)/4)}.__home_products .__inner .__categs .__categ:nth-of-type(4n){margin-right:0}}@media (min-width: 1200px) and (max-width: 1399px){.__home_products .__inner .__categs .__categ{width:calc((100% - 2rem) / 3)}.__home_products .__inner .__categs .__categ:nth-of-type(3n){margin-right:0}}@media (min-width: 768px) and (max-width: 1199px){.__home_products .__inner .__categs .__categ{width:calc((100% - 1rem)/2)}.__home_products .__inner .__categs .__categ:nth-of-type(2n){margin-right:0}}@media (max-width: 767px){.__home_products .__inner .__categs .__categ{width:100%;margin:0 auto 3rem}.__home_products .__inner .__categs .__categ .__categ_inner{width:300px;margin:0 auto}}.__home_products .__inner .__categs .__categ .__categ_video{position:absolute;z-index:3;top:2rem;left:0;width:100%;height:500px}@media (max-width: 767px){.__home_products .__inner .__categs .__categ .__categ_video{height:400px}}.__home_products .__inner .__categs .__categ .__categ_video{object-fit:cover;object-position:center}.__home_products .__inner .__categs .__categ .__categ_name{position:relative;height:650px;width:85%;margin:0 auto;padding-bottom:2.5rem;display:flex;align-items:end;justify-content:center;z-index:2}.__home_products .__inner .__categs .__categ .__categ_name span{font-size:30px;font-weight:700;color:#fff;padding:0 1rem;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;max-width:100%}.__home_products .__inner .__categs .__categ .__categ_name .__shadow_1,.__home_products .__inner .__categs .__categ .__categ_name .__shadow_2{position:absolute;z-index:1;left:2rem}.__home_products .__inner .__categs .__categ .__categ_name .__shadow_1{top:-1.58rem}.__home_products .__inner .__categs .__categ .__categ_name .__shadow_2{bottom:-1.58rem;transform:rotateX(180deg)}@media (max-width: 767px){.__home_products .__inner .__categs .__categ .__categ_name{height:500px;padding-bottom:1rem}.__home_products .__inner .__categs .__categ .__categ_name span{font-size:25px}}.__home_products .__inner .__categs .__categ:nth-of-type(n) .__categ_name{background-color:#fd66c3}.__home_products .__inner .__categs .__categ:nth-of-type(2n) .__categ_name{background-color:#63dee5}.__loading_message{display:flex;margin:3rem auto;width:var(--section-width-1)}.__loading_message span{margin-right:.5rem;font-size:18px}.__loading_dots{align-items:center;display:flex;justify-content:center}.__loading__dot{animation:dot ease-in-out 1s infinite;background-color:#efa8a8;display:inline-block;border-radius:50%}.__loading__dot:nth-of-type(2){animation-delay:.2s}.__loading__dot:nth-of-type(3){animation-delay:.3s}@keyframes dot{0%{background-color:#fa4db8;transform:scale(1)}50%{background-color:#19b0b8;transform:scale(1.3)}to{background-color:#fa4db8;transform:scale(1)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.__home_blog .__inner{width:var(--section-width-1);margin:0 auto 3rem}@media (max-width: 767px){.__home_blog .__inner{margin:0 auto 1rem}}.__home_blog .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__home_blog .__inner .__subtitle{color:#fd66c3;font-weight:600;text-transform:uppercase;text-align:center}.__home_blog .__inner .__blogs_swiper{margin-top:4rem;width:100%}@media (min-width: 576px) and (max-width: 767px){.__home_blog .__inner .__blogs_swiper{width:450px;margin:.5rem auto 0}}@media (min-width: 425px) and (max-width: 575px){.__home_blog .__inner .__blogs_swiper{width:400px;margin:.5rem auto 0}}.__home_blog .__inner .__blogs_swiper .swiper-slide{width:calc(100% / 3)}@media (max-width: 1399px){.__home_blog .__inner .__blogs_swiper .swiper-slide{width:50%}}@media (max-width: 767px){.__home_blog .__inner .__blogs_swiper .swiper-slide{width:100%}}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box{width:95%;padding-top:50px;padding-bottom:83px}@media (max-width: 767px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box{padding-bottom:70px}}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box{margin:0 auto;position:relative}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box:before{content:"";position:absolute;top:30px;left:0;width:175px;height:100px;background-color:#63dee5}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content{width:calc(100% - 20px);margin-left:auto;position:relative}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__upper_shadow{position:absolute;top:-44px;left:-2.5px;width:160px}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__upper_shadow img,.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image{width:100%}@media (min-width: 1600px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image{height:300px}}@media (min-width: 992px) and (max-width: 1599px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image{height:250px}}@media (min-width: 768px) and (max-width: 991px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image{height:200px}}@media (max-width: 767px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image{height:250px}}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image{background-color:#fffafb}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_image img{width:100%;height:100%;object-fit:cover}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_date{position:absolute;top:1rem;left:1rem;width:60px;height:90px;background-color:#35c8d0c4;display:flex;flex-direction:column;align-items:center;justify-content:center}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_date span{color:#fff}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_date span:first-of-type{font-weight:500;font-size:36px;line-height:1}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_date span:last-of-type{font-size:20px;font-weight:500;text-transform:uppercase}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text{width:80%;margin:-4rem auto 0;padding:1rem;box-shadow:0 0 24.6px #0000001a;background-color:#fff;position:relative;z-index:2}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text:after{content:"";position:absolute;z-index:2;bottom:0;left:0;width:100%;height:1rem;background-color:#fff}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{position:absolute;bottom:-55px;z-index:1}@media (max-width: 1919px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-50px}}@media (max-width: 1599px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-45px}}@media (max-width: 1399px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-60px}}@media (max-width: 1199px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-40px}}@media (max-width: 991px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-35px}}@media (max-width: 767px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-50px}}@media (max-width: 575px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{bottom:-40px}}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow{left:-1px;width:100%}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__lower_shadow img{width:100%}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__blog_title{font-size:36px;font-weight:700;text-transform:capitalize}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__blog_description_short{font-size:19px;font-weight:400;margin:1rem 0;word-break:break-all;max-height:90px;overflow:hidden}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn{width:155px;height:54px;margin-top:2rem;margin-left:1rem;position:relative}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn .__more_btn_inner{border:1px solid #000000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:2;cursor:pointer}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn .__more_btn_inner span{font-size:22px;font-weight:500}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn:before{content:"";position:absolute;background-color:#63dee5;width:100%;height:100%;z-index:1;top:-.5rem;left:-1rem}@media (max-width: 991px){.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__blog_title{font-size:28px}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__blog_description_short{font-size:16px;margin:.25rem 0}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn{width:125px;height:44px;margin-top:1.5rem;margin-left:1rem}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn .__more_btn_inner span{font-size:18px;font-weight:500}.__home_blog .__inner .__blogs_swiper .swiper-slide .__blog_box .__blog_content .__blog_text .__more_btn:before{top:-.35rem;left:-.75rem}}.__home_blog .__inner .__blogs_swiper .swiper-pagination-bullet{background-color:#d9d9d980;opacity:1;width:10px;height:10px;border-radius:50px;transition:all .3s ease}.__home_blog .__inner .__blogs_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;transition:all .3s ease}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.__home_gallery{background-color:#fffafb}.__home_gallery .__inner{width:var(--section-width-1);margin:2rem auto 4rem;padding:3rem 0}@media (max-width: 767px){.__home_gallery .__inner{padding:2rem 0 1rem;margin:2rem auto}}.__home_gallery .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__home_gallery .__inner .__subtitle{color:#63dee5;font-weight:600;text-transform:uppercase;text-align:center}.__home_gallery .__inner .__gallery_container{margin-top:4rem}@media (max-width: 767px){.__home_gallery .__inner .__gallery_container{margin-top:2rem}}.__home_gallery .__inner .__gallery_container{display:flex;align-items:center}.__home_gallery .__inner .__gallery_container .__prev_arrow,.__home_gallery .__inner .__gallery_container .__next_arrow{display:flex;align-items:center;justify-content:center;border:.74px solid #63dee5;width:150px;height:50px}@media (max-width: 1399px){.__home_gallery .__inner .__gallery_container .__prev_arrow,.__home_gallery .__inner .__gallery_container .__next_arrow{width:75px;height:45px}}.__home_gallery .__inner .__gallery_container .__prev_arrow svg,.__home_gallery .__inner .__gallery_container .__next_arrow svg{width:40px;fill:#63dee5}@media (min-width: 1400px){.__home_gallery .__inner .__gallery_container .__prev_arrow svg:last-of-type,.__home_gallery .__inner .__gallery_container .__next_arrow svg:last-of-type{display:none}}@media (max-width: 1399px){.__home_gallery .__inner .__gallery_container .__prev_arrow svg,.__home_gallery .__inner .__gallery_container .__next_arrow svg{width:15px}.__home_gallery .__inner .__gallery_container .__prev_arrow svg:first-of-type,.__home_gallery .__inner .__gallery_container .__next_arrow svg:first-of-type{display:none}}@media (max-width: 1199px){.__home_gallery .__inner .__gallery_container .__prev_arrow,.__home_gallery .__inner .__gallery_container .__next_arrow{display:none}}@media (min-width: 1400px){.__home_gallery .__inner .__gallery_container .__prev_arrow svg{transform:rotate(180deg)}}@media (max-width: 1399px){.__home_gallery .__inner .__gallery_container .__next_arrow svg{transform:rotate(180deg)}}.__home_gallery .__inner .__gallery_container .__gallery_swiper{margin:0 auto;width:900px;z-index:0}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide{width:400px;margin-bottom:2rem;transition:transform .6s cubic-bezier(.25,.8,.25,1);position:relative}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__shadow{position:absolute;bottom:-13.25%;left:50%;transform:translate(-50%);width:145%;max-width:none!important;opacity:0;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__img_box{width:100%;height:480px;overflow:hidden}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__img_box img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000026;z-index:-1;box-shadow:0 8px 15px #0003;transition:all .6s cubic-bezier(.25,.8,.25,1)}@media (max-width: 991px){.__home_gallery .__inner .__gallery_container .__gallery_swiper{width:700px}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide{width:325px;margin-bottom:2rem}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__shadow{bottom:-12.75%;width:145%}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__img_box{height:400px}}@media (max-width: 767px){.__home_gallery .__inner .__gallery_container .__gallery_swiper{width:500px}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide{width:325px;margin-bottom:2rem}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__shadow{bottom:-12.75%;width:145%}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__img_box{height:400px}}@media (max-width: 575px){.__home_gallery .__inner .__gallery_container .__gallery_swiper{width:300px}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide{width:325px;margin-bottom:2rem}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__shadow{bottom:-12.75%;width:145%}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide .__img_box{height:400px}}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-active{transform:scale(1.1);z-index:2}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-active .__shadow{opacity:1;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-active .__img_box img{transform:scale(1.05)}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-active:before{opacity:0}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-next,.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-prev{transform:scale(.95);z-index:1}.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-next:before,.__home_gallery .__inner .__gallery_container .__gallery_swiper .swiper-slide-prev:before{opacity:.3}.__home_testimonials .__inner{width:var(--section-width-1);margin:0 auto 4rem}@media (max-width: 767px){.__home_testimonials .__inner{margin:0 auto 2rem}}.__home_testimonials .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__home_testimonials .__inner .__subtitle{color:#fd66c3;font-weight:600;text-transform:uppercase;text-align:center}.__home_testimonials .__inner .__testimonials_swiper{width:100%;margin-top:4rem}@media (max-width: 767px){.__home_testimonials .__inner .__testimonials_swiper{margin:0 auto;width:518px}}@media (max-width: 575px){.__home_testimonials .__inner .__testimonials_swiper{margin:0 auto;width:400px}}@media (max-width: 424px){.__home_testimonials .__inner .__testimonials_swiper{margin:0 auto;width:340px}}.__home_testimonials .__inner .__testimonials_swiper .swiper{padding:1rem 0 6rem}@media (max-width: 767px){.__home_testimonials .__inner .__testimonials_swiper .swiper{padding:1rem 0 3rem}}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide{width:calc(100% / 3)}@media (max-width: 1199px){.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide{width:50%}}@media (max-width: 767px){.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide{width:100%}}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide{transform:scale(1);transition:all .6s ease}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide.swiper-slide-active,.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide.swiper-slide-next+.swiper-slide{transform:scale(.85);transition:all .6s ease}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box{width:97%}@media (max-width: 991px){.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box{width:91%}}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box{margin:0 auto;padding-top:35px;padding-left:20px;position:relative}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__upper_shadow{position:absolute;top:-10px;left:0;width:160px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__upper_shadow img{width:100%}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box:before{content:"";position:absolute;top:15px;left:0;width:175px;height:100px;background-color:#fd66c3;z-index:2}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner{box-shadow:0 0 21.61px #0000001a;padding-top:60px;position:relative;z-index:3;background-color:#fff}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__pp{position:absolute;top:-35px;left:50%;transform:translate(-50%);width:80px;height:80px;border-radius:50%;border:5px solid #fd66c3;overflow:hidden}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__pp img{width:100%;height:100%;object-fit:cover}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__rating{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;padding:0 70px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__rating .__rating_star svg{width:15px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__text{font-size:16px;font-style:italic;font-weight:300;text-align:center;margin-bottom:.5rem;padding:0 70px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__username{font-size:26px;font-style:italic;font-weight:400;color:#030303;text-align:center;padding:0 70px 25px;background-color:#fff;position:relative;z-index:2}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__quotes{position:absolute;z-index:2;left:50%;bottom:-30px;transform:translate(-50%);width:60px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__quotes img{width:100%}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__lower_shadow{position:absolute;z-index:1;bottom:-65px;left:-1px;width:100%}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__lower_shadow img{width:100%}@media (max-width: 991px){.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__pp{top:-35px;width:80px;height:80px;border:5px solid #fd66c3}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__rating{margin-bottom:.5rem;padding:0 70px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__rating .__rating_star svg{width:15px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__text{font-size:14px;margin-bottom:.5rem;padding:0 30px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__username{font-size:22px;padding:0 70px 25px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__quotes{bottom:-30px;width:60px}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-slide .__testimonial_box .__testimonial_box_inner .__lower_shadow{bottom:-42px;left:-1px}}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-pagination-bullet{background-color:#d9d9d980;opacity:1;width:10px;height:10px;border-radius:50px;transition:all .3s ease}.__home_testimonials .__inner .__testimonials_swiper .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;transition:all .3s ease}.__home_contact{padding:3rem 0 0;position:relative;margin-bottom:7rem}@media (max-width: 767px){.__home_contact{margin-bottom:3rem}}.__home_contact:before{content:"";position:absolute;width:100%;height:85%;top:0;background-image:url(/assets/contact-bg-BAxPLZMg.png);background-repeat:no-repeat;background-size:cover;background-position:center;z-index:1}.__home_contact .__inner{width:var(--section-width-1);margin:0 auto;position:relative;z-index:2}.__home_contact .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__home_contact .__inner .__subtitle{color:#63dee5;font-weight:600;text-transform:uppercase;text-align:center}.__home_contact .__inner .__form{width:1070px}@media (max-width: 1199px){.__home_contact .__inner .__form{width:810px}}@media (max-width: 991px){.__home_contact .__inner .__form{width:630px}}@media (max-width: 767px){.__home_contact .__inner .__form{width:460px}}@media (max-width: 575px){.__home_contact .__inner .__form{width:360px}}@media (max-width: 424px){.__home_contact .__inner .__form{width:290px}}.__home_contact .__inner .__form{margin:5rem auto 0;background-color:#fff;box-shadow:0 0 21.61px #0000001a;position:relative}@media (max-width: 767px){.__home_contact .__inner .__form{margin:3rem auto 0}}.__home_contact .__inner .__form:before{position:absolute;z-index:2;top:-1rem;right:-1.5rem;content:"";background-color:#63dee5;width:300px;height:170px}.__home_contact .__inner .__form:after{position:absolute;z-index:3;top:-1rem;right:-1.5rem;content:"";background-color:#63dee5;width:300px;height:13px}.__home_contact .__inner .__form .__upper_shadow{position:absolute;z-index:1;top:-52px;right:10px;width:250px}.__home_contact .__inner .__form .__upper_shadow img{transform:rotateY(180deg);width:100%}.__home_contact .__inner .__form .__form_inner{position:relative;z-index:3;width:100%;height:100%;padding:2rem 75px}@media (max-width: 1199px){.__home_contact .__inner .__form .__form_inner{padding:2rem 40px}}@media (max-width: 575px){.__home_contact .__inner .__form .__form_inner{padding:1.5rem}}.__home_contact .__inner .__form .__form_inner{background-color:#fff}.__home_contact .__inner .__form .__form_inner:after{position:absolute;z-index:2;content:"";background-color:#fff;width:100%;height:20px;left:0;bottom:0}.__home_contact .__inner .__form .__form_inner .__lower_shadow{position:absolute;z-index:1;bottom:-150px;left:-1px;width:100%}@media (max-width: 1199px){.__home_contact .__inner .__form .__form_inner .__lower_shadow{bottom:-115px}}@media (max-width: 991px){.__home_contact .__inner .__form .__form_inner .__lower_shadow{bottom:-90px}}@media (max-width: 767px){.__home_contact .__inner .__form .__form_inner .__lower_shadow{bottom:-65px}}@media (max-width: 575px){.__home_contact .__inner .__form .__form_inner .__lower_shadow{bottom:-50px}}.__home_contact .__inner .__form .__form_inner .__lower_shadow img{width:100%}.__home_contact .__inner .__form .__form_inner .__input{margin-bottom:1.5rem}.__home_contact .__inner .__form .__form_inner .__input input,.__home_contact .__inner .__form .__form_inner .__input textarea{border:1.16px solid #0000009e;padding:1.25rem 2rem;width:100%;box-sizing:border-box}.__home_contact .__inner .__form .__form_inner .__send_btn{width:175px;height:64px;margin:2rem auto 0;position:relative}.__home_contact .__inner .__form .__form_inner .__send_btn .__send_btn_inner{border:1px solid #000000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:2;cursor:pointer}.__home_contact .__inner .__form .__form_inner .__send_btn .__send_btn_inner span{font-size:22px;font-weight:500}.__home_contact .__inner .__form .__form_inner .__send_btn:before{content:"";position:absolute;background-color:#63dee5;width:100%;height:100%;z-index:1;top:-.5rem;left:-1rem}@media (max-width: 767px){.__home_contact .__inner .__form .__form_inner .__send_btn{width:150px;height:55px;margin:2rem auto 0}.__home_contact .__inner .__form .__form_inner .__send_btn .__send_btn_inner span{font-size:17px;margin-bottom:.5rem}.__home_contact .__inner .__form .__form_inner .__send_btn:before{top:-.5rem;left:-.75rem}}.__navbar{position:fixed;z-index:100;top:0;left:50%;transform:translate(-50%);width:100%;background-color:transparent;transition:all .3s ease}@media (min-width: 1200px){.__navbar.__scrolled{top:-180.22px}}.__navbar.__scrolled{background-color:#fff;transition:all .3s ease}.__navbar .__navbar_inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:var(--section-width-1);margin:0 auto}@media (max-width: 1199px){.__navbar .__navbar_inner{flex-direction:row;justify-content:space-between;align-items:center}}.__navbar .__navbar_inner .__brand{width:200px;margin-bottom:1rem}@media (max-width: 1199px){.__navbar .__navbar_inner .__brand{width:150px;margin-bottom:0}}@media (max-width: 575px){.__navbar .__navbar_inner .__brand{width:100px}}.__navbar .__navbar_inner .__brand img{width:100%;height:100%;object-fit:contain}@media (min-width: 1200px){.__navbar .__navbar_inner .__menu_toggler{display:none}}.__navbar .__navbar_inner .__menu_toggler svg{width:40px;fill:#63dee5}@media (max-width: 575px){.__navbar .__navbar_inner .__menu_toggler svg{width:30px;margin-right:10px}}.__navbar .__navbar_inner .__links{width:100%;padding:1rem;border-top:1px solid #00000029;border-bottom:1px solid #00000029}@media (max-width: 1199px){.__navbar .__navbar_inner .__links.__links_outer{display:none}}.__navbar .__navbar_inner .__links .__inner{display:flex;align-items:center;justify-content:space-between;width:1120px}@media (max-width: 1199px){.__navbar .__navbar_inner .__links .__inner{width:100%}}.__navbar .__navbar_inner .__links .__inner{margin:0 auto}.__navbar .__navbar_inner .__links .__inner .__link{font-size:18px;font-weight:400;padding:.5rem 1rem;color:#000;cursor:pointer}@media (max-width: 1199px){.__navbar .__navbar_inner .__links .__inner .__link{font-size:16px}}.__navbar .__navbar_inner .__links .__inner .__link{transition:all .3s ease}.__navbar .__navbar_inner .__links .__inner .__link.__active{background-color:#63dee5;color:#fff;transition:all .3s ease}._offcanvas{position:fixed;top:0;right:-300px;width:300px;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #00000080;transition:right .3s ease-in-out;z-index:1050}._offcanvas.show{right:0}._offcanvas .offcanvas_content{padding:14px 20px 20px;position:relative;height:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}._offcanvas .offcanvas_content .close_btn{position:absolute;top:14px;right:14px}._offcanvas .offcanvas_content .close_btn svg{width:27px;height:27px;fill:var(--primary-blue)}._offcanvas .offcanvas_content .__brand{display:flex;align-items:center;cursor:pointer;margin-bottom:4rem}._offcanvas .offcanvas_content .__brand img{width:175px;margin-right:12px}._offcanvas .__menu_links .__link{margin-bottom:1.5rem;padding-left:0;transition:padding .3s ease;cursor:pointer}._offcanvas .__menu_links .__link:hover,._offcanvas .__menu_links .__link:focus{padding-left:1rem;transition:padding .3s ease}.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:1040;display:none}.backdrop.show{display:block}.__footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:2rem}.__footer .__brand{width:250px}@media (max-width: 1199px){.__footer .__brand{width:200px}}@media (max-width: 575px){.__footer .__brand{width:150px}}.__footer .__brand{margin-bottom:1rem}.__footer .__brand img{width:100%;height:100%;object-fit:contain}.__footer .__links{width:max-content;max-width:100%;padding:1rem;margin-bottom:2rem;border-top:1px solid #0000004a;border-bottom:1px solid #0000004a}.__footer .__links .__inner{display:flex;align-items:center;justify-content:center;margin:0 auto}@media (max-width: 575px){.__footer .__links .__inner{flex-direction:column}}.__footer .__links .__inner .__link{font-size:18px;padding:.5rem 2.5rem;cursor:pointer}@media (max-width: 1199px){.__footer .__links .__inner .__link{font-size:16px}}@media (max-width: 767px){.__footer .__links .__inner .__link{padding:.5rem 2rem;font-size:14px}}.__footer .__links .__inner .__link{font-weight:500;color:#000}.__footer .__links .__inner .__divider{height:16px;width:1px;background:#000}.__footer .__links .__inner .__divider:last-of-type{display:none}@media (max-width: 575px){.__footer .__links .__inner .__divider{display:none}}.__footer .__socials{display:flex;align-items:center;justify-content:center}.__footer .__socials .__social{margin-right:1rem}.__footer .__socials .__social:last-of-type{margin-right:0}.__footer .__socials .__social svg{width:50px}@media (max-width: 1199px){.__footer .__socials .__social svg{width:40px}}@media (max-width: 575px){.__footer .__socials .__social svg{width:30px}}@media (min-width: 1200px){.__category_page{padding-top:252.55px}}@media (max-width: 1199px){.__category_page{padding-top:120px}}.__category_page .__category_page_hero{position:relative;width:100%;height:400px}.__category_page .__category_page_hero .__bg_video{width:100%;height:100%;object-fit:cover;object-position:center}.__category_page .__category_page_hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#020202a3;z-index:1}.__category_page .__category_page_hero .__text{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.__category_page .__category_page_hero .__text .__category_name{font-size:40px;font-weight:400;color:#fff}.__category_page .__category_page_hero .__text .__category_path{color:#ffffffad;font-size:22px;font-weight:400}@media (min-width: 1600px){.__category_page .__products_grid{width:calc(1360px + 4.5rem);margin:4rem auto}}@media (min-width: 1400px) and (max-width: 1599px){.__category_page .__products_grid{width:calc(1020px + 3rem);margin:4rem auto}}@media (min-width: 992px) and (max-width: 1399px){.__category_page .__products_grid{width:calc(900px + 2rem);margin:3rem auto}}@media (min-width: 640px) and (max-width: 991px){.__category_page .__products_grid{width:calc(600px + 1rem);margin:3rem auto}}@media (max-width: 639px){.__category_page .__products_grid{width:95%;margin:3rem auto}}@media (min-width: 1400px){.__category_page .__products_grid .__products_grid_title{font-size:55px;margin-bottom:2rem}}@media (max-width: 1399px){.__category_page .__products_grid .__products_grid_title{font-size:45px;margin-bottom:1.5rem}}.__category_page .__products_grid .__products_grid_title{font-weight:700}.__category_page .__products_grid .__products_grid_content{display:flex;flex-wrap:wrap}.__category_page .__products_grid .__products_grid_content .__product_card{margin-bottom:1.5rem}@media (min-width: 1600px){.__category_page .__products_grid .__products_grid_content .__product_card{width:340px;margin-right:1.5rem}.__category_page .__products_grid .__products_grid_content .__product_card:nth-of-type(4n){margin-right:0}}@media (min-width: 1400px) and (max-width: 1599px){.__category_page .__products_grid .__products_grid_content .__product_card{width:340px;margin-right:1.5rem}}@media (min-width: 640px) and (max-width: 1399px){.__category_page .__products_grid .__products_grid_content .__product_card{width:300px;margin-right:1rem}}@media (max-width: 639px){.__category_page .__products_grid .__products_grid_content .__product_card{width:320px;margin:0 auto}}@media (min-width: 991px) and (max-width: 1599px){.__category_page .__products_grid .__products_grid_content .__product_card:nth-of-type(3n){margin-right:0}}@media (min-width: 640px) and (max-width: 991px){.__category_page .__products_grid .__products_grid_content .__product_card:nth-of-type(2n){margin-right:0}}@media (min-width: 1400px){.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image{height:470px}}@media (max-width: 1399px){.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image{height:420px}}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image{display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image:before{content:"";position:absolute;top:0;left:0;width:100%;height:440px;background-color:#f4f4f47a;z-index:0}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn{position:absolute;bottom:-70px;transition:bottom .3s ease;width:100%;cursor:pointer}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn .__more_btn_inner{position:relative;z-index:2;cursor:pointer}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text{display:flex;align-items:center;background-color:#fd66c3;justify-content:center;position:relative;z-index:2;height:70px}@media (min-width: 1400px){.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text span{font-size:25px}}@media (max-width: 1399px){.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text span{font-size:22px}}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text span{font-weight:500;color:#fff}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image .__more_btn .__more_btn_inner .__shadow{position:absolute;top:65%;left:15%;z-index:1;width:83.25%}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_image img:not(.__shadow){width:100%;height:80%;object-fit:contain;object-position:center;z-index:2;transform:scale(1);transition:transform .3s ease}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_name{padding:1rem}@media (min-width: 1400px){.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_name{font-size:30px}}@media (max-width: 1399px){.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_name{font-size:26px}}.__category_page .__products_grid .__products_grid_content .__product_card .__product_card_name{font-weight:600;text-align:center}.__category_page .__products_grid .__products_grid_content .__product_card:hover .__product_card_image .__more_btn,.__category_page .__products_grid .__products_grid_content .__product_card:focus .__product_card_image .__more_btn{transition:bottom .3s ease;bottom:30px}.__category_page .__products_grid .__products_grid_content .__product_card:hover .__product_card_image img:not(.__shadow),.__category_page .__products_grid .__products_grid_content .__product_card:focus .__product_card_image img:not(.__shadow){transform:scale(1.1);transition:transform .3s ease}.__nothing_notice{text-align:center;margin-bottom:2rem}.pagination-container{display:flex;flex-direction:column;align-items:center;font-family:Arial,sans-serif}.pagination{display:flex;align-items:center;gap:5px;margin-bottom:10px}@media (max-width: 575px){.pagination{flex-wrap:wrap;justify-content:center}}.pagination .__jumpto{display:flex;align-items:center;margin-left:.75rem}@media (max-width: 575px){.pagination .__jumpto{margin:0 auto}}.pagination .__jumpto input{width:50px;height:40px;border:.5px solid #7477aca6;padding:.25rem .25rem .5rem;box-sizing:border-box;margin-right:.75rem}.pagination .__jumpto input::-webkit-inner-spin-button,.pagination .__jumpto input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pagination .__jumpto input{-moz-appearance:textfield;color:#3f40534d;font-weight:900;font-family:var(--tt-fsz)}.pagination .__jumpto input:focus{color:#3f405366}.pagination .__jumpto span{color:#b2b2ba}.pagination button{background-color:transparent;border-radius:4px;cursor:pointer;color:#555;width:30px}.pagination button.__rotate{transform:rotate(180deg)}.pagination button:not(.arrow-button){border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:auto;width:40px;height:40px;color:#3f405366;font-weight:900}.pagination button.active{background-color:#63dee5;color:#fff;font-weight:700;border:none}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination .dots{color:#aaa;padding:0 5px}.page-info{font-size:14px;color:#b2b2ba}.arrow-button{width:30px;text-align:center}@media (min-width: 1200px){.__product_page{padding-top:252.55px}}@media (max-width: 1199px){.__product_page{padding-top:120px}}.__product_page .__product_page_header{display:flex;flex-direction:column;align-items:center}@media (min-width: 576px){.__product_page .__product_page_header{margin:2rem 0 4rem}}@media (max-width: 575px){.__product_page .__product_page_header{margin:2rem 0}}@media (min-width: 576px){.__product_page .__product_page_header .__categ_name{font-size:40px;font-weight:400;line-height:60px}}@media (max-width: 575px){.__product_page .__product_page_header .__categ_name{font-size:30px;font-weight:400}}@media (min-width: 576px){.__product_page .__product_page_header .__prod_path{font-size:22px;font-weight:400;line-height:33px}}@media (max-width: 575px){.__product_page .__product_page_header .__prod_path{font-size:18px;font-weight:400}}.__product_page .__product_page_header .__prod_path{color:#000000ad}.__product_page .__product_page_header .__prod_path span{text-decoration:underline}.__product_page .__prod_details{width:var(--section-width-1);margin:0 auto 2rem;display:flex}@media (max-width: 1199px){.__product_page .__prod_details{flex-direction:column}}.__product_page .__prod_details .__prod_img{padding:1rem 1rem 0}@media (min-width: 1600px){.__product_page .__prod_details .__prod_img{width:700px;height:700px}}@media (min-width: 1400px) and (max-width: 1599px){.__product_page .__prod_details .__prod_img{width:650px;height:650px}}@media (min-width: 1200px) and (max-width: 1399px){.__product_page .__prod_details .__prod_img{width:550px;height:550px}}@media (min-width: 992px) and (max-width: 1199px){.__product_page .__prod_details .__prod_img{width:100%;height:550px}}@media (min-width: 768px) and (max-width: 991px){.__product_page .__prod_details .__prod_img{width:100%;height:400px}}@media (min-width: 576px) and (max-width: 767px){.__product_page .__prod_details .__prod_img{width:100%;height:300px}}@media (max-width: 575px){.__product_page .__prod_details .__prod_img{width:100%;height:250px}}@media (min-width: 1200px){.__product_page .__prod_details .__prod_img{margin-right:4rem}}@media (max-width: 1199px){.__product_page .__prod_details .__prod_img{margin-bottom:2rem}}.__product_page .__prod_details .__prod_img{background-color:#f4f4f47a}.__product_page .__prod_details .__prod_img img{width:100%;height:100%;object-fit:contain;object-position:center}.__product_page .__prod_details .__prod_info{flex:1;display:flex;flex-wrap:wrap}@media (min-width: 576px){.__product_page .__prod_details .__prod_info .__prod_name{font-size:48px;font-weight:600;line-height:72px;margin-bottom:1.5rem}}@media (max-width: 575px){.__product_page .__prod_details .__prod_info .__prod_name{font-size:35px;font-weight:600;margin-bottom:1rem}}.__product_page .__prod_details .__prod_info .__prod_name{width:100%}@media (min-width: 576px){.__product_page .__prod_details .__prod_info .__prod_dimensions{font-size:24px;font-weight:600;line-height:36px;margin-bottom:1rem}}@media (max-width: 575px){.__product_page .__prod_details .__prod_info .__prod_dimensions{font-size:20px;font-weight:600;margin-bottom:.75rem}}.__product_page .__prod_details .__prod_info .__prod_dimensions{width:100%}.__product_page .__prod_details .__prod_info .__prod_dimensions span{font-weight:300}@media (min-width: 576px){.__product_page .__prod_details .__prod_info .__prod_qty{font-size:24px;font-weight:600;line-height:36px;margin-bottom:1rem}}@media (max-width: 575px){.__product_page .__prod_details .__prod_info .__prod_qty{font-size:20px;font-weight:600;margin-bottom:.75rem}}.__product_page .__prod_details .__prod_info .__prod_qty{width:100%}.__product_page .__prod_details .__prod_info .__prod_qty span{font-weight:300}.__product_page .__prod_details .__prod_info .__prod_desc{width:100%}.__product_page .__prod_details .__prod_info .__prod_desc span{font-size:24px;font-weight:600;line-height:36px}.__product_page .__prod_details .__prod_info .__prod_desc p{max-width:570px}@media (min-width: 576px){.__product_page .__prod_details .__prod_info .__prod_desc p{font-size:20px;font-weight:300;line-height:30px;margin:1.5rem 0}}@media (max-width: 575px){.__product_page .__prod_details .__prod_info .__prod_desc p{font-size:16px;font-weight:300;margin:1rem 0}}.__product_page .__prod_details .__prod_info .__more_btn{align-self:flex-end;width:300px;height:74px;margin-top:3rem;margin-left:1rem;position:relative}.__product_page .__prod_details .__prod_info .__more_btn .__more_btn_inner{border:1px solid #000000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:2;cursor:pointer}.__product_page .__prod_details .__prod_info .__more_btn .__more_btn_inner span{font-size:22px;font-weight:500}.__product_page .__prod_details .__prod_info .__more_btn:before{content:"";position:absolute;background-color:#fd66c3;width:100%;height:100%;z-index:1;top:-.5rem;left:-1rem}@media (max-width: 575px){.__product_page .__prod_details .__prod_info .__more_btn{width:220px;height:45px;margin-top:2rem;margin-left:1rem}.__product_page .__prod_details .__prod_info .__more_btn .__more_btn_inner span{font-size:16px;margin-bottom:.5rem}.__product_page .__prod_details .__prod_info .__more_btn:before{top:-.5rem;left:-.75rem}}.__product_page .__similar_prods_section .__inner{margin:5rem auto 0}.__product_page .__similar_prods_section .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__product_page .__similar_prods_section .__inner .__subtitle{color:#fd66c3;font-weight:600;text-transform:uppercase;text-align:center}.__product_page .__similar_prods_section .__inner .__similar_prods_grid{display:flex;flex-wrap:wrap}@media (min-width: 1600px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid{width:calc(1360px + 4.5rem);margin:4rem auto}}@media (min-width: 1400px) and (max-width: 1599px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid{width:calc(1020px + 3rem);margin:4rem auto}}@media (min-width: 992px) and (max-width: 1399px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid{width:calc(900px + 2rem);margin:3rem auto}}@media (min-width: 640px) and (max-width: 991px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid{width:calc(600px + 1rem);margin:3rem auto}}@media (max-width: 639px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid{width:95%;margin:3rem auto}}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card{margin-bottom:1.5rem}@media (min-width: 1600px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card{width:340px;margin-right:1.5rem}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:nth-of-type(4n){margin-right:0}}@media (min-width: 1400px) and (max-width: 1599px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card{width:340px;margin-right:1.5rem}}@media (min-width: 640px) and (max-width: 1399px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card{width:300px;margin-right:1rem}}@media (max-width: 639px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card{width:320px;margin:0 auto}}@media (min-width: 991px) and (max-width: 1599px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:nth-of-type(3n){margin-right:0}}@media (min-width: 640px) and (max-width: 991px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:nth-of-type(2n){margin-right:0}}@media (min-width: 1400px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image{height:470px}}@media (max-width: 1399px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image{height:420px}}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image{display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image:before{content:"";position:absolute;top:0;left:0;width:100%;height:440px;background-color:#f4f4f47a;z-index:0}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn{position:absolute;bottom:-70px;transition:bottom .3s ease;width:100%;cursor:pointer}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn .__more_btn_inner{position:relative;z-index:2;cursor:pointer}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text{display:flex;align-items:center;background-color:#fd66c3;justify-content:center;position:relative;z-index:2;height:70px}@media (min-width: 1400px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text span{font-size:25px}}@media (max-width: 1399px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text span{font-size:22px}}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn .__more_btn_inner .__more_btn_text span{font-weight:500;color:#fff}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image .__more_btn .__more_btn_inner .__shadow{position:absolute;top:65%;left:15%;z-index:1;width:83.25%}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_image img:not(.__shadow){width:100%;height:80%;object-fit:contain;object-position:center;z-index:2;transform:scale(1);transition:transform .3s ease}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_name{padding:1rem}@media (min-width: 1400px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_name{font-size:30px}}@media (max-width: 1399px){.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_name{font-size:26px}}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card .__product_card_name{font-weight:600;text-align:center}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:hover .__product_card_image .__more_btn,.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:focus .__product_card_image .__more_btn{transition:bottom .3s ease;bottom:30px}.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:hover .__product_card_image img:not(.__shadow),.__product_page .__similar_prods_section .__inner .__similar_prods_grid .__product_card:focus .__product_card_image img:not(.__shadow){transform:scale(1.1);transition:transform .3s ease}.__product_page .__similar_prods_section .__more_prods_btn{width:210px;height:70px;margin:1rem auto 5rem;position:relative}.__product_page .__similar_prods_section .__more_prods_btn .__more_btn_inner{border:1px solid #000000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:2;cursor:pointer}.__product_page .__similar_prods_section .__more_prods_btn .__more_btn_inner span{font-size:22px;font-weight:500}.__product_page .__similar_prods_section .__more_prods_btn:before{content:"";position:absolute;background-color:#fd66c3;width:100%;height:100%;z-index:1;top:-.5rem;left:-1rem}@media (max-width: 767px){.__product_page .__similar_prods_section .__more_prods_btn{width:180px;height:64px;margin-top:2rem}.__product_page .__similar_prods_section .__more_prods_btn .__more_btn_inner span{font-size:20px}.__product_page .__similar_prods_section .__more_prods_btn:before{top:-.5rem;left:-.75rem}}@media (max-width: 575px){.__product_page .__similar_prods_section .__more_prods_btn{width:140px;height:45px;margin-top:2rem;margin-left:1rem}.__product_page .__similar_prods_section .__more_prods_btn .__more_btn_inner span{font-size:16px;margin-bottom:.5rem}.__product_page .__similar_prods_section .__more_prods_btn:before{top:-.5rem;left:-.75rem}}.__login_page{height:100dvh;background-image:url(/assets/login-bg-DEt1P-qR.png);background-size:cover;background-repeat:no-repeat;background-position:center;overflow-x:hidden;overflow-y:auto}.__login_page .__inner{padding-top:5%}.__login_page .__inner .__login_logo{width:250px}@media (max-width: 991px){.__login_page .__inner .__login_logo{width:200px}}.__login_page .__inner .__login_logo{margin:0 auto}.__login_page .__inner .__login_logo img{width:100%;height:100%;object-fit:contain}.__login_page .__inner .__login_form{width:1070px}@media (max-width: 1199px){.__login_page .__inner .__login_form{width:810px}}@media (max-width: 991px){.__login_page .__inner .__login_form{width:630px}}@media (max-width: 767px){.__login_page .__inner .__login_form{width:460px}}@media (max-width: 575px){.__login_page .__inner .__login_form{width:360px}}@media (max-width: 424px){.__login_page .__inner .__login_form{width:290px}}.__login_page .__inner .__login_form{margin:5rem auto 0;background-color:#fff;box-shadow:0 0 21.61px #0000001a;position:relative}@media (max-width: 767px){.__login_page .__inner .__login_form{margin:3rem auto 0}}.__login_page .__inner .__login_form:before{position:absolute;z-index:2;top:-1rem;right:-1.5rem;content:"";background-color:#63dee5;width:300px;height:170px}.__login_page .__inner .__login_form:after{position:absolute;z-index:3;top:-1rem;right:-1.5rem;content:"";background-color:#63dee5;width:300px;height:13px}.__login_page .__inner .__login_form .__upper_shadow{position:absolute;z-index:1;top:-52px;right:10px;width:250px}.__login_page .__inner .__login_form .__upper_shadow img{transform:rotateY(180deg);width:100%}.__login_page .__inner .__login_form .__form_inner .__form_title{font-size:55px;margin:1.5rem 0 3rem;font-weight:700;text-align:center}@media (max-width: 991px){.__login_page .__inner .__login_form .__form_inner .__form_title{font-size:45px;margin:1.5rem 0 2rem}}@media (max-width: 575px){.__login_page .__inner .__login_form .__form_inner .__form_title{font-size:35px;margin:1.5rem 0 2rem}}.__login_page .__inner .__login_form .__form_inner{position:relative;z-index:3;width:100%;height:100%;padding:2rem 75px}@media (max-width: 1199px){.__login_page .__inner .__login_form .__form_inner{padding:2rem 40px}}@media (max-width: 575px){.__login_page .__inner .__login_form .__form_inner{padding:1.5rem}}.__login_page .__inner .__login_form .__form_inner{background-color:#fff}.__login_page .__inner .__login_form .__form_inner:after{position:absolute;z-index:2;content:"";background-color:#fff;width:100%;height:20px;left:0;bottom:0}.__login_page .__inner .__login_form .__form_inner .__lower_shadow{position:absolute;z-index:1;bottom:-150px;left:-1px;width:100%}@media (max-width: 1199px){.__login_page .__inner .__login_form .__form_inner .__lower_shadow{bottom:-115px}}@media (max-width: 991px){.__login_page .__inner .__login_form .__form_inner .__lower_shadow{bottom:-90px}}@media (max-width: 767px){.__login_page .__inner .__login_form .__form_inner .__lower_shadow{bottom:-65px}}@media (max-width: 575px){.__login_page .__inner .__login_form .__form_inner .__lower_shadow{bottom:-50px}}.__login_page .__inner .__login_form .__form_inner .__lower_shadow img{width:100%}.__login_page .__inner .__login_form .__form_inner .__input{margin-bottom:2rem;position:relative}.__login_page .__inner .__login_form .__form_inner .__input .__icon{width:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.__login_page .__inner .__login_form .__form_inner .__input .__icon svg{width:100%}.__login_page .__inner .__login_form .__form_inner .__input input{border:1.16px solid #0000009e;padding:1.25rem 2rem 1.25rem 4rem;width:100%;box-sizing:border-box}.__login_page .__inner .__login_form .__form_inner .__send_btn{width:175px;height:64px;margin:3rem auto 0;position:relative}.__login_page .__inner .__login_form .__form_inner .__send_btn .__send_btn_inner{border:1px solid #000000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:2;cursor:pointer}.__login_page .__inner .__login_form .__form_inner .__send_btn .__send_btn_inner span{font-size:22px;font-weight:500}.__login_page .__inner .__login_form .__form_inner .__send_btn:before{content:"";position:absolute;background-color:#63dee5;width:100%;height:100%;z-index:1;top:-.5rem;left:-1rem}@media (max-width: 767px){.__login_page .__inner .__login_form .__form_inner .__send_btn{width:150px;height:55px;margin:2rem auto 0}.__login_page .__inner .__login_form .__form_inner .__send_btn .__send_btn_inner span{font-size:17px;margin-bottom:.5rem}.__login_page .__inner .__login_form .__form_inner .__send_btn:before{top:-.5rem;left:-.75rem}}.__admin_dash{height:100dvh;overflow:hidden;background-color:#fafafa}.__admin_dash .__admin_dash_container{height:calc(100dvh - 96px);position:relative}@media (max-width: 1249px){.__admin_dash .__admin_dash_container .__sidebar_lg{display:none}}.__admin_dash .__admin_dash_container .__dash_page{height:99%;overflow-x:hidden;overflow-y:auto}@media (min-width: 1250px){.__admin_dash .__admin_dash_container .__dash_page{width:calc(100% - 215px);margin-left:auto;padding:5rem 3rem 0}}@media (max-width: 1249px){.__admin_dash .__admin_dash_container .__dash_page{width:100%;padding:5rem 3rem 0}}.__admin_dash .__admin_dash_container .__dash_page{position:relative;z-index:1}.__admin_dash .__admin_dash_container .__dash_page .__dash_title{font-size:32px;font-weight:600}.__admin_dash .__admin_dash_container .__dash_page .__add_btn{width:400px;height:60px;margin:2rem auto;border:1px solid #FD66C3;box-shadow:0 8px 46px #0000000d;display:flex;align-items:center;justify-content:center;cursor:pointer}.__admin_dash .__admin_dash_container .__dash_page .__add_btn svg{width:32px}.__admin_dash .__admin_dash_container .__dash_page .__add_btn svg.__plus_icon{width:24px}.__admin_dash .__admin_dash_container .__dash_page .__add_btn svg{margin-right:.75rem}.__admin_dash .__admin_dash_container .__dash_page .__add_btn span{font-size:20px;font-weight:600}@media (max-width: 575px){.__admin_dash .__admin_dash_container .__dash_page .__add_btn{width:100%}.__admin_dash .__admin_dash_container .__dash_page .__add_btn svg{width:24px}.__admin_dash .__admin_dash_container .__dash_page .__add_btn svg.__plus_icon{width:18px}.__admin_dash .__admin_dash_container .__dash_page .__add_btn svg{margin-right:.75rem}.__admin_dash .__admin_dash_container .__dash_page .__add_btn span{font-size:18px;font-weight:600}}@media (min-width: 1200px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .modal_content{width:1000px}}@media (max-width: 1199px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .modal_content{width:90%}}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__modal_title{display:flex;align-items:center;justify-content:center;margin-bottom:3rem}@media (max-width: 575px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__modal_title{margin-top:1.5rem}}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__modal_title svg{width:32px}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__modal_title svg.__plus_icon{width:24px}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__modal_title svg{margin-right:1rem}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__modal_title span{font-size:20px;font-weight:600}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group{margin-bottom:1.5rem}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__label{font-weight:400;margin-bottom:.75rem}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__input input,.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__input select,.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__input textarea{border:1.16px solid #0000009E;padding:.75rem 1rem;box-sizing:border-box}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__input select{background-image:url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.0652 1.75604C12.0689 1.59153 12.0212 1.42998 11.9287 1.29385C11.8363 1.15772 11.7037 1.05377 11.5494 0.996461C11.3952 0.93915 11.2269 0.931323 11.068 0.974067C10.9091 1.01681 10.7675 1.108 10.6629 1.23497L6.5128 6.07929L2.3642 1.23497C2.29965 1.14714 2.21771 1.07359 2.12341 1.01892C2.02912 0.964243 1.92453 0.929629 1.81624 0.91724C1.70795 0.904851 1.59829 0.914955 1.49409 0.946917C1.38988 0.97888 1.29337 1.03201 1.21065 1.10299C1.12794 1.17397 1.06084 1.26126 1.01342 1.3594C0.966001 1.45754 0.939367 1.56442 0.935164 1.67333C0.930963 1.78224 0.949231 1.89085 0.988948 1.99235C1.02866 2.09386 1.08891 2.18607 1.16591 2.26321L5.91133 7.80951C5.98566 7.89661 6.07791 7.96655 6.18189 8.01451C6.28586 8.06247 6.39903 8.0873 6.51353 8.0873C6.62804 8.0873 6.7412 8.06247 6.84518 8.01451C6.94915 7.96655 7.0415 7.89661 7.11583 7.80951L11.8658 2.26321C11.9903 2.1231 12.0608 1.94339 12.0652 1.75604Z" fill="%233F4053"/></svg>');background-size:15px 40px;background-position:right .75rem center;background-repeat:no-repeat}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field.__one_input{display:flex;align-items:center}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field.__one_input .__value_input{margin-right:1rem;flex:1}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field.__one_input .__unit_select{width:75px}@media (min-width: 768px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input){display:flex;align-items:center}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input) .__value_input{margin-right:1rem;flex:1}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input) .__unit_select{width:75px}}@media (max-width: 767px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input){display:flex;align-items:center;flex-wrap:wrap}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input) .__value_input{width:calc((100% - 1rem)/2);margin-right:1rem;margin-bottom:1rem}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input) .__value_input:nth-of-type(2n){margin-right:0}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input) .__value_input:nth-of-type(3n){margin-bottom:0}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__group .__dimension_field:not(.__one_input) .__unit_select{width:calc((100% - 1rem)/2)}}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field{position:relative;margin-top:1rem;border:4px dashed #F5BDCE;background-color:#fd66c312;height:250px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:center}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field .__vid_prev{width:100%;height:100%;padding:5px}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field .__vid_prev video,.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field .__vid_prev img{width:100%;height:100%;object-fit:contain}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field .__remove_btn{position:absolute;top:-.75rem;right:-.75rem;cursor:pointer}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field .__remove_btn:before{content:"";position:absolute;top:0;left:0;width:25px;height:25px;background-color:#fff;border-radius:50%}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field .__remove_btn svg{width:25px;height:25px;position:relative;z-index:2;fill:#fa4db8}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field input{width:100%;height:100%;display:none}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field label{display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field label svg{width:45px;height:45px;margin-bottom:.5rem}@media (max-width: 575px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field label span{display:none}}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__media_field label span{font-family:var(--tt-fsz);font-weight:700;font-size:20px;text-decoration:underline;margin-bottom:.25rem;margin-left:.75rem}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__admin_add_modal_content .__add_field_btn{margin-top:1rem;cursor:pointer;border:1px solid #7477AC30;font-family:var(--tt-fsz);font-weight:300;font-size:60px;color:var(--more-purple);background-color:#fafaff;width:190px;height:80px;display:flex;align-items:center;justify-content:center}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons{display:flex;align-items:center;justify-content:center;margin:2rem 0 1rem}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons .__cancel_btn,.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons .__submit_btn{width:180px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #FD66C3;font-size:18px;font-weight:500;cursor:pointer}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons .__cancel_btn{margin-right:1.5rem;color:#fd66c3;background-color:#fff}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons .__submit_btn{color:#fff;background-color:#fd66c3}@media (max-width: 575px){.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons{flex-direction:column-reverse}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__buttons .__cancel_btn{margin-right:0;margin-top:1rem}}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__code_editor{border:1px solid #BEBEC5;height:250px}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__code_editor .ql-editor{height:80%!important}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__code_editor .ql-toolbar.ql-snow{border:none;border-bottom:1px solid;border-color:#bebec5!important;width:calc(100% - 1rem);margin:0 auto}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__code_editor .ql-toolbar.ql-snow svg{fill:#0000005c!important}.__admin_dash .__admin_dash_container .__dash_page .__admin_add_modal .__code_editor .ql-container.ql-snow{border:none}.__admin_nav{background-color:#fff;box-shadow:0 8px 46px #0000000d;width:100%;position:relative;z-index:2}.__admin_nav ._offcanvas.__admin_offcanvas{position:fixed;top:0;left:-300px;width:300px;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #00000080;transition:left .3s ease-in-out;z-index:1050}.__admin_nav ._offcanvas.__admin_offcanvas.show{left:0}.__admin_nav .__admin_nav_inner{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 130px)}@media (max-width: 1249px){.__admin_nav .__admin_nav_inner{width:calc(100% - 2rem)}}.__admin_nav .__admin_nav_inner{margin:0 auto;padding:1rem}.__admin_nav .__admin_nav_inner .__admin_nav_logo{width:200px}.__admin_nav .__admin_nav_inner .__admin_nav_logo img{width:100%;object-fit:contain}@media (max-width: 1249px){.__admin_nav .__admin_nav_inner .__admin_nav_logo{display:none}}@media (min-width: 1250px){.__admin_nav .__admin_nav_inner .__sidebar_toggler{display:none}}.__admin_nav .__admin_nav_inner .__sidebar_toggler{cursor:pointer}.__admin_nav .__admin_nav_inner .__sidebar_toggler svg{width:35px;fill:#63dee5}.__admin_nav .__admin_nav_inner .__admin_nav_pp{display:flex;align-items:center;position:relative}.__admin_nav .__admin_nav_inner .__admin_nav_pp svg:first-of-type{width:50px;margin-right:.5rem}.__admin_nav .__admin_nav_inner .__admin_nav_pp svg:last-of-type{width:16px}.__admin_nav .__admin_nav_inner .__admin_nav_pp.__open .__chevron{transform:rotate(180deg)}.__admin_nav .__admin_nav_inner .__admin_nav_pp.__open .__pp_menu{max-height:200px;transition:max-height .5s ease}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu{position:absolute;top:60px;right:0;background-color:#fff;box-shadow:0 0 21.3px #0000000f;border-radius:10px;font-family:var(--tt-fsz);font-weight:400;max-height:0;overflow:hidden;transition:max-height .5s ease;z-index:100}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu .__pp_menu_inner{padding:.75rem 0;width:165px}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu .__pp_menu_inner .__link{margin-bottom:.5rem;padding:0 2rem;cursor:pointer}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu .__pp_menu_inner .__link.__top_divider{padding:.5rem 2rem 0;border-top:1.16px solid #bbbee773}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu .__pp_menu_inner .__logout_link{display:flex;padding:0 2rem;cursor:pointer}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu .__pp_menu_inner .__logout_link.__top_divider{padding:.5rem 2rem 0;border-top:1.16px solid #bbbee773}.__admin_nav .__admin_nav_inner .__admin_nav_pp .__pp_menu .__pp_menu_inner .__logout_link svg{min-width:15px;max-width:15px;margin-right:.5rem}.__admin_sidebar.__sidebar_lg{position:absolute;top:50%;left:65px;transform:translateY(-50%)}@media (min-height: 950px){.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator{position:absolute;right:-3px;height:200px;width:3px;background-color:#61d9df;transition:all .3s ease}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_1{top:1px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_2{top:200px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_3{top:400px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_4{top:599px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator svg{min-width:14px;position:absolute;top:50%;transform:translateY(-50%)}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__sidebar_item{width:150px;height:200px}}@media (max-height: 949px){.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator{position:absolute;right:-3px;height:150px;width:3px;background-color:#61d9df;transition:all .3s ease}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_1{top:1px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_2{top:150px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_3{top:300px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_4{top:449px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator svg{min-width:14px;position:absolute;top:50%;transform:translateY(-50%)}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__sidebar_item{width:150px;height:150px}}@media (max-height: 799px){.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator{position:absolute;right:-3px;height:120px;width:3px;background-color:#61d9df;transition:all .3s ease}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_1{top:1px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_2{top:120px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_3{top:240px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator.__state_4{top:359px}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__selected_indicator svg{min-width:14px;position:absolute;top:50%;transform:translateY(-50%)}.__admin_sidebar.__sidebar_lg .__admin_sidebar_inner .__sidebar_item{width:150px;height:120px}}.__admin_sidebar.__sidebar_sm{margin-top:3rem}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner{box-shadow:none}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__selected_indicator{position:absolute;right:-3px;height:150px;width:3px;background-color:#61d9df;transition:all .3s ease}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__selected_indicator.__state_1{top:1px}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__selected_indicator.__state_2{top:150px}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__selected_indicator.__state_3{top:300px}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__selected_indicator.__state_4{top:449px}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__selected_indicator svg{min-width:14px;position:absolute;top:50%;transform:translateY(-50%)}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__sidebar_item{width:100%;height:150px}.__admin_sidebar.__sidebar_sm .__admin_sidebar_inner .__sidebar_item.__sidebar_item_1 .__sidebar_item_inner{box-shadow:none}.__admin_sidebar .__admin_sidebar_inner{background-color:#fff;box-shadow:0 8px 46px #0000000d;position:relative}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item{position:relative;cursor:pointer}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item:before{position:absolute;z-index:2;top:-1rem;left:-1.5rem;content:"";background-color:#63dee5;width:105px;height:60px;opacity:0;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item:after{position:absolute;z-index:3;top:-1rem;left:-1.5rem;content:"";background-color:#63dee5;width:105px;height:13px;opacity:0;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__shadow{position:absolute;top:-31px;left:-20px;width:99px;z-index:4;opacity:0;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__shadow.__show{opacity:1;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__shadow img{width:100%}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__sidebar_item_1,.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__sidebar_item_2,.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__sidebar_item_3,.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__sidebar_item_4{z-index:2}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;box-shadow:0 -10px 20px -15px #0000000d;background-color:#fff;position:relative;z-index:5}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_icon{margin-bottom:1rem}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_icon.__sidebar_item_icon_1{width:38px}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_icon.__sidebar_item_icon_2{width:40px}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_icon.__sidebar_item_icon_3,.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_icon.__sidebar_item_icon_4{width:37px}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_icon svg{width:100%;fill:#00000069;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item .__sidebar_item_name{font-weight:600;color:#00000069;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__active .__sidebar_item_icon svg{fill:#61d9df;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__active .__sidebar_item_name{font-weight:600;color:#61d9df;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__active:before{opacity:1;transition:all .3s ease}.__admin_sidebar .__admin_sidebar_inner .__sidebar_item.__active:after{opacity:1;transition:all .3s ease}.__categories_dash::-webkit-scrollbar{width:5px;height:5px}.__categories_dash::-webkit-scrollbar-track{background-color:#abf1f5}.__categories_dash::-webkit-scrollbar-thumb{background-color:#63dde3;border:2px solid #63dde3}.__categories_dash::-webkit-scrollbar-thumb:hover{background-color:#63dde3}.__categories_dash::-webkit-scrollbar-thumb:active{background-color:#63dde3}.__categories_dash .__dash_page_content .__categs{display:flex;flex-wrap:wrap;margin-top:4rem}@media (max-width: 767px){.__categories_dash .__dash_page_content .__categs{margin-top:2rem}}.__categories_dash .__dash_page_content .__categs .__categ{margin-right:1rem;margin-bottom:3rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_inner{position:relative}@media (min-width: 1400px){.__categories_dash .__dash_page_content .__categs .__categ{width:calc((100% - 3rem)/4)}.__categories_dash .__dash_page_content .__categs .__categ:nth-of-type(4n){margin-right:0}}@media (min-width: 1200px) and (max-width: 1399px){.__categories_dash .__dash_page_content .__categs .__categ{width:calc((100% - 2rem) / 3)}.__categories_dash .__dash_page_content .__categs .__categ:nth-of-type(3n){margin-right:0}}@media (min-width: 992px) and (max-width: 1199px){.__categories_dash .__dash_page_content .__categs .__categ{width:calc((100% - 1rem)/2)}.__categories_dash .__dash_page_content .__categs .__categ:nth-of-type(2n){margin-right:0}}@media (max-width: 991px){.__categories_dash .__dash_page_content .__categs .__categ{width:100%;margin:0 auto 3rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_inner{width:300px;margin:0 auto}}@media (max-width: 575px){.__categories_dash .__dash_page_content .__categs .__categ{width:100%;margin:0 auto 3rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_inner{width:100%;margin:0 auto}}.__categories_dash .__dash_page_content .__categs .__categ:hover .__categ_video:after{background-color:#00000094;transition:all .3s ease}.__categories_dash .__dash_page_content .__categs .__categ:hover .__categ_video .__buttons{top:50%}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video{position:absolute;z-index:3;top:2rem;left:0;width:100%;height:350px;overflow:hidden}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:2;transition:all .3s ease}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video .__buttons{display:flex;position:absolute;top:110%;transform:translateY(-50%);width:100%;justify-content:center;z-index:3;transition:all .3s ease}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video .__buttons .__btn{background-color:#ffffff5e;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video .__buttons .__btn:first-of-type{margin-right:1rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video .__buttons .__btn svg{width:24px}@media (max-width: 767px){.__categories_dash .__dash_page_content .__categs .__categ .__categ_video{height:300px}}.__categories_dash .__dash_page_content .__categs .__categ .__categ_video video{width:100%;height:100%;object-fit:cover;object-position:center}.__categories_dash .__dash_page_content .__categs .__categ .__categ_name{position:relative;height:475px;width:85%;margin:0 auto;padding:0 1rem 1.5rem;display:flex;align-items:end;justify-content:center;z-index:2}.__categories_dash .__dash_page_content .__categs .__categ .__categ_name span{font-size:30px;font-weight:700;color:#fff;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;max-width:100%}.__categories_dash .__dash_page_content .__categs .__categ .__categ_name .__shadow_1,.__categories_dash .__dash_page_content .__categs .__categ .__categ_name .__shadow_2{position:absolute;z-index:1;left:2rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_name .__shadow_1{top:-1.58rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_name .__shadow_2{bottom:-1.58rem;transform:rotateX(180deg)}@media (max-width: 767px){.__categories_dash .__dash_page_content .__categs .__categ .__categ_name{height:400px;padding-bottom:1rem}.__categories_dash .__dash_page_content .__categs .__categ .__categ_name span{font-size:25px}}.__categories_dash .__dash_page_content .__categs .__categ:nth-of-type(n) .__categ_name{background-color:#fd66c3}.__categories_dash .__dash_page_content .__categs .__categ:nth-of-type(2n) .__categ_name{background-color:#63dee5}.__you_sure_modal .__you_sure_content{display:flex;flex-direction:column;align-items:center;justify-content:center}.__you_sure_modal .__you_sure_content .__warn_text{font-size:24px;margin:2rem 0}.__you_sure_modal .__you_sure_content .__confirm_btn{color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;width:160px;height:40px;border-radius:5px}.reusable_modal{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1050;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s}.reusable_modal.show{visibility:visible;opacity:1}.reusable_modal .modal_backdrop{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:#00000080}.reusable_modal .modal_content{position:relative;background:#fff;margin:auto;padding:32px 0 20px;border-radius:15px;z-index:1060;transform:translateY(-20px);transition:transform .3s ease-in-out,opacity .3s ease-in-out;overflow-y:auto;max-height:calc(100% - 200px)}.reusable_modal .modal_content::-webkit-scrollbar{width:5px;height:5px}.reusable_modal .modal_content::-webkit-scrollbar-track{background-color:#abf1f5}.reusable_modal .modal_content::-webkit-scrollbar-thumb{background-color:#63dde3;border:2px solid #63dde3}.reusable_modal .modal_content::-webkit-scrollbar-thumb:hover{background-color:#63dde3}.reusable_modal .modal_content::-webkit-scrollbar-thumb:active{background-color:#63dde3}@media (min-width: 1400px){.reusable_modal .modal_content{width:850px;padding-left:52.5px;padding-right:52.5px}}@media (max-width: 1399px){.reusable_modal .modal_content{padding-left:1.5rem;padding-right:1.5rem}}.reusable_modal .modal_content .title{font-size:24px;font-weight:600;line-height:28.13px;text-align:center;margin-bottom:3rem;width:100%!important}.reusable_modal.show .modal_content{transform:translateY(0);opacity:1}.reusable_modal .modal_close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer}.reusable_modal .modal_close svg{width:42px;height:42px;fill:#0000004a}.__products_dash::-webkit-scrollbar{width:5px;height:5px}.__products_dash::-webkit-scrollbar-track{background-color:#abf1f5}.__products_dash::-webkit-scrollbar-thumb{background-color:#63dde3;border:2px solid #63dde3}.__products_dash::-webkit-scrollbar-thumb:hover{background-color:#63dde3}.__products_dash::-webkit-scrollbar-thumb:active{background-color:#63dde3}.__products_dash .__dash_page_content .__category_filter{display:flex;justify-content:flex-end;margin-bottom:2rem}.__products_dash .__dash_page_content .__category_filter .__category_filter_select{border:1.16px solid #00000040;width:300px;box-sizing:border-box;padding:1rem 2rem 1rem 1rem;background-image:url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.0652 1.75604C12.0689 1.59153 12.0212 1.42998 11.9287 1.29385C11.8363 1.15772 11.7037 1.05377 11.5494 0.996461C11.3952 0.93915 11.2269 0.931323 11.068 0.974067C10.9091 1.01681 10.7675 1.108 10.6629 1.23497L6.5128 6.07929L2.3642 1.23497C2.29965 1.14714 2.21771 1.07359 2.12341 1.01892C2.02912 0.964243 1.92453 0.929629 1.81624 0.91724C1.70795 0.904851 1.59829 0.914955 1.49409 0.946917C1.38988 0.97888 1.29337 1.03201 1.21065 1.10299C1.12794 1.17397 1.06084 1.26126 1.01342 1.3594C0.966001 1.45754 0.939367 1.56442 0.935164 1.67333C0.930963 1.78224 0.949231 1.89085 0.988948 1.99235C1.02866 2.09386 1.08891 2.18607 1.16591 2.26321L5.91133 7.80951C5.98566 7.89661 6.07791 7.96655 6.18189 8.01451C6.28586 8.06247 6.39903 8.0873 6.51353 8.0873C6.62804 8.0873 6.7412 8.06247 6.84518 8.01451C6.94915 7.96655 7.0415 7.89661 7.11583 7.80951L11.8658 2.26321C11.9903 2.1231 12.0608 1.94339 12.0652 1.75604Z" fill="%233F4053"/></svg>');background-size:15px 40px;background-position:right .75rem center;background-repeat:no-repeat}@media (min-width: 1750px){.__products_dash .__dash_page_content{width:calc(1360px + 4.5rem);margin:4rem auto}}@media (min-width: 1400px) and (max-width: 1749px){.__products_dash .__dash_page_content{width:calc(1020px + 3rem);margin:4rem auto}}@media (min-width: 992px) and (max-width: 1399px){.__products_dash .__dash_page_content{width:calc(900px + 2rem);margin:3rem auto}}@media (min-width: 768px) and (max-width: 991px){.__products_dash .__dash_page_content{width:calc(600px + 1rem);margin:3rem auto}}@media (min-width: 640px) and (max-width: 767px){.__products_dash .__dash_page_content{width:calc(520px + .75rem);margin:3rem auto}}@media (max-width: 639px){.__products_dash .__dash_page_content{width:95%;margin:3rem auto}}.__products_dash .__dash_page_content .__products_grid_content{display:flex;flex-wrap:wrap}.__products_dash .__dash_page_content .__products_grid_content .__product_card{margin-bottom:1.5rem;overflow:hidden}@media (min-width: 1750px){.__products_dash .__dash_page_content .__products_grid_content .__product_card{width:340px;margin-right:1.5rem}.__products_dash .__dash_page_content .__products_grid_content .__product_card:nth-of-type(4n){margin-right:0}}@media (min-width: 1400px) and (max-width: 1749px){.__products_dash .__dash_page_content .__products_grid_content .__product_card{width:340px;margin-right:1.5rem}}@media (min-width: 768px) and (max-width: 1399px){.__products_dash .__dash_page_content .__products_grid_content .__product_card{width:300px;margin-right:1rem}}@media (min-width: 640px) and (max-width: 767px){.__products_dash .__dash_page_content .__products_grid_content .__product_card{width:260px;margin-right:.75rem}}@media (max-width: 639px){.__products_dash .__dash_page_content .__products_grid_content .__product_card{width:320px;margin:0 auto}}@media (min-width: 991px) and (max-width: 1749px){.__products_dash .__dash_page_content .__products_grid_content .__product_card:nth-of-type(3n){margin-right:0}}@media (min-width: 640px) and (max-width: 991px){.__products_dash .__dash_page_content .__products_grid_content .__product_card:nth-of-type(2n){margin-right:0}}@media (min-width: 1400px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image{height:470px}}@media (min-width: 768px) and (max-width: 1399px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image{height:420px}}@media (min-width: 640px) and (max-width: 767px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image{height:350px}}@media (min-width: 400px) and (max-width: 639px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image{height:400px}}@media (max-width: 399px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image{height:350px}}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image{display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:2;transition:all .3s ease}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image .__buttons{display:flex;position:absolute;top:110%;transform:translateY(-50%);width:100%;justify-content:center;z-index:3;transition:all .3s ease}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image .__buttons .__btn{background-color:#ffffff5e;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image .__buttons .__btn:first-of-type{margin-right:1rem}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image .__buttons .__btn svg{width:24px}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image:hover:after{background-color:#00000094;transition:all .3s ease}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image:hover .__buttons{top:50%}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f47a;z-index:0}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_image img:not(.__shadow){width:100%;height:100%;object-fit:contain;object-position:center;z-index:2;transform:scale(1);transition:transform .3s ease}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_name{padding:1rem;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;max-width:100%}@media (min-width: 1400px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_name{font-size:30px}}@media (max-width: 1399px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_name{font-size:24px}}@media (max-width: 575px){.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_name{font-size:18px}}.__products_dash .__dash_page_content .__products_grid_content .__product_card .__product_card_name{font-weight:600;text-align:center}.__products_dash .__dash_page_content .__products_grid_content .__product_card:hover .__product_card_image .__more_btn,.__products_dash .__dash_page_content .__products_grid_content .__product_card:focus .__product_card_image .__more_btn{transition:bottom .3s ease;bottom:30px}.__products_dash .__dash_page_content .__products_grid_content .__product_card:hover .__product_card_image img:not(.__shadow),.__products_dash .__dash_page_content .__products_grid_content .__product_card:focus .__product_card_image img:not(.__shadow){transform:scale(1.1);transition:transform .3s ease}.__emails_dash .__dash_title{display:flex;justify-content:space-between}.__emails_dash .__dash_title .__bulk_delete_btn{width:200px;height:40px;background-color:#fd66c3;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;border-radius:5px;cursor:pointer}.__emails_dash .__dash_title .__bulk_delete_btn svg{width:16px;fill:#fff;margin-right:.5rem}.__emails_dash .__emails_list{margin:2rem 0;overflow-x:auto;overflow-y:auto;height:calc(100% - 150px)}.__emails_dash .__emails_list::-webkit-scrollbar{width:5px;height:5px}.__emails_dash .__emails_list::-webkit-scrollbar-track{background-color:#abf1f5}.__emails_dash .__emails_list::-webkit-scrollbar-thumb{background-color:#63dde3;border:2px solid #63dde3}.__emails_dash .__emails_list::-webkit-scrollbar-thumb:hover{background-color:#63dde3}.__emails_dash .__emails_list::-webkit-scrollbar-thumb:active{background-color:#63dde3}.__emails_dash .__emails_list .__emails_list_inner{background-color:#fff;box-shadow:0 13.41px 6.4px #0000000f;padding:2rem;margin-right:1rem;min-width:700px}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_nav{display:flex}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_nav .__emails_list_nav_item{flex:1;display:flex;align-items:center;justify-content:center;padding-bottom:2rem;font-size:22px}@media (max-width: 767px){.__emails_dash .__emails_list .__emails_list_inner .__emails_list_nav .__emails_list_nav_item{font-size:16px;padding-bottom:1rem}}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_nav .__emails_list_nav_item{font-weight:500;border-bottom:1px solid #8A8E9940;transition:all .2s ease}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_nav .__emails_list_nav_item.__active{border-bottom:3px solid #63DCE3;color:#63dce3;transition:all .2s ease}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content{margin-top:2rem}@media (max-width: 767px){.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content{margin-top:1.5rem}}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row{display:flex;justify-content:space-between;border-bottom:.91px solid #8A8E9940;margin-bottom:1rem;padding-bottom:1rem}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row:last-of-type{border:none;margin-bottom:0;padding-bottom:0}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__checkbox_col{display:flex;align-items:center;margin-right:1rem}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__checkbox_col input[type=checkbox]{display:none}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__checkbox_col input[type=checkbox]:checked+label{border:2px solid #63DCE3}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__checkbox_col label{width:20px;height:20px;background:#fff;border:3px solid #63DCE3;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;position:relative}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__checkbox_col input[type=checkbox]:checked+label{background-color:#63dce3}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__checkbox_col input[type=checkbox]:checked+label:after{content:url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.85165 9.42477L14.8165 0.45996C14.9441 0.332357 15.1509 0.332357 15.2785 0.45996L16.4793 1.66076C16.6069 1.78828 16.607 1.99499 16.4796 2.12263L6.08243 12.5394C5.95502 12.667 5.7483 12.6673 5.62054 12.54L0.521177 7.45945C0.393173 7.33192 0.392982 7.12471 0.520751 6.99694L1.74139 5.7763C1.86899 5.64869 2.07589 5.6487 2.20349 5.77631L5.85165 9.42477Z" fill="white"/></svg>');color:#fff;font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__col{display:flex;align-items:center}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__name_col{width:15%;margin-right:1rem;justify-content:start}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__email_col{width:25%;margin-right:1rem}@media (max-width: 991px){.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__email_col{width:40%}}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__message_col{width:35%;margin-right:1rem}@media (max-width: 991px){.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__message_col{display:none}}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__date_col{color:#0706065e;font-size:12px;margin-right:1rem;justify-content:center}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col{display:flex}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn{border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn svg{width:16px}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn.__archive_btn{background-color:#63dce317;margin-right:1rem}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn.__archive_btn svg{fill:#63dce3}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn.__delete_btn{background-color:#fd66c317}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn.__delete_btn svg{fill:#fd66c3}@media (max-width: 767px){.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn{width:30px;height:30px}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__btns_col .__btn.__archive_btn{margin-right:.5rem}}.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__name_col span,.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__message_col span,.__emails_dash .__emails_list .__emails_list_inner .__emails_list_content .__email_row .__email_col span{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;max-width:100%}.__emails_dash .__email_details .__return_btn{display:flex;margin-bottom:2rem;cursor:pointer;width:max-content;font-family:var(--tt-fsz);font-weight:300}.__emails_dash .__email_details .__return_btn svg{width:20px;margin-right:.75rem}.__emails_dash .__email_details .__email_details_inner{box-shadow:0 13.41px 6.4px #0000000f;background-color:#fff;padding:2rem}.__emails_dash .__email_details .__email_details_inner .__sender,.__emails_dash .__email_details .__email_details_inner .__email{font-size:20px;font-weight:500}.__emails_dash .__email_details .__email_details_inner .__message .__lbl{font-size:20px;font-weight:500;line-height:1;margin-top:.45rem}.__emails_dash .__email_details .__email_details_inner .__message .__sentAt{color:#0706065e;font-size:14px}.__emails_dash .__email_details .__email_details_inner .__message .__message_text{margin:1rem 0}.__emails_dash .__email_details .__email_details_inner .__reply_view .__lbl{font-size:20px;font-weight:500;line-height:1;margin-top:.45rem}.__emails_dash .__email_details .__email_details_inner .__reply_view .__sentAt{color:#0706065e;font-size:14px}.__emails_dash .__email_details .__email_details_inner .__reply_view .__message_text{margin-top:1rem}.__emails_dash .__email_details .__email_details_inner .__reply_form textarea{border:1px solid #8A8E993D;padding:1rem;box-sizing:border-box}.__emails_dash .__email_details .__email_details_inner .__reply_form .__send_btn{background-color:#fd66c3;width:140px;height:40px;color:#ededed;display:flex;align-items:center;justify-content:center;border-radius:5px;margin-top:1rem}.__blogs_dash .__blogs_list{height:85%;width:100%;margin-top:2rem;padding-bottom:1.5rem;overflow-x:auto;overflow-y:auto;padding-right:2rem}@media (max-width: 991px){.__blogs_dash .__blogs_list{padding-right:.5rem}}.__blogs_dash .__blogs_list::-webkit-scrollbar{width:5px;height:5px}.__blogs_dash .__blogs_list::-webkit-scrollbar-track{background-color:#abf1f5}.__blogs_dash .__blogs_list::-webkit-scrollbar-thumb{background-color:#63dde3;border:2px solid #63dde3}.__blogs_dash .__blogs_list::-webkit-scrollbar-thumb:hover{background-color:#63dde3}.__blogs_dash .__blogs_list::-webkit-scrollbar-thumb:active{background-color:#63dde3}.__blogs_dash .__blogs_list .__blogs_list_inner{background-color:#fff;box-shadow:0 13.41px 6.4px #0000000f;padding:1rem;width:100%;min-width:800px}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row{display:flex;align-items:center;border-bottom:1px solid #BBBEE738;margin-bottom:1rem;padding-bottom:1rem;width:100%}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row:last-of-type{margin-bottom:0;padding-bottom:0;border:none}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__image{border:1px solid #BBBEE738;min-width:60px;min-height:60px;max-width:60px;max-height:60px;background-color:#fff;padding:5px;margin-right:1rem}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__image img{width:100%;height:100%;object-fit:contain;object-position:center}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col{display:flex;justify-content:center;font-weight:400}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__name{justify-content:start;font-weight:600}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__name{width:50%}@media (max-width: 1650px){.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__name{width:45%}}@media (max-width: 1100px){.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__name{width:45%}}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__date,.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__state,.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btn{flex:1}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__name span,.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__email span{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;max-width:100%}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col .__blog_state{display:flex;align-items:center;justify-content:center;border:1px solid;border-radius:5px;width:110px;height:35px}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col .__blog_state svg{width:15px;margin-right:1rem}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col .__blog_state.__blog_active{color:#63dce3;border-color:#63dce3}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col .__blog_state.__blog_inactive{color:#fd66c3;border-color:#fd66c3}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col{display:flex;align-items:center}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__btn{border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__btn svg{width:16px}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__btn.__archive_btn{background-color:#63dce317;margin:0 1rem}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__btn.__delete_btn{background-color:#fd66c317}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__deactivate_btn{width:160px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:300;font-size:16px;color:#fff;background-color:#fd66c3;border-radius:5px}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__deactivate_btn svg{width:15px;margin-right:.5rem}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__activate_btn{width:160px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:300;font-size:16px;color:#fff;background-color:#63dce3;border-radius:5px}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__activate_btn svg{width:15px;margin-right:.5rem}@media (max-width: 1199px){.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__activate_btn,.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__deactivate_btn{width:44px;height:44px}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__activate_btn svg,.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__deactivate_btn svg{margin-right:0}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__activate_btn span,.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__col.__btns_col .__deactivate_btn span{display:none}}.__blogs_dash .__blogs_list .__blogs_list_inner .__blog_row .__divider{background-color:#bbbee780;min-width:2px;max-width:2px;min-height:20px;max-height:20px;margin:0 1rem}@media (min-width: 1200px){.__blog_page{padding-top:252.55px}}@media (max-width: 1199px){.__blog_page{padding-top:120px}}.__blog_page{min-height:70vh;width:var(--section-width-1);margin:0 auto}.__blog_page .__blog_banner{aspect-ratio:3.5}.__blog_page .__blog_banner img{width:100%;height:100%;object-fit:contain;object-position:center}.__blog_page .__create_at{display:flex;align-items:center;margin-top:1rem;font-size:18px}.__blog_page .__create_at svg{width:24px;margin-bottom:.2rem;margin-right:.5rem}.__blog_page .__blog_title{margin-top:1rem;font-size:30px}.__blog_page .__blog_subtitle{font-size:20px;margin-bottom:1rem}.__blog_page .__blog_text{word-break:break-all}.__impressum_page{min-height:70dvh}@media (min-width: 1200px){.__impressum_page{padding-top:252.22px}}@media (max-width: 1199px){.__impressum_page{padding-top:120px}}.__impressum_page .__inner{width:var(--section-width-1);margin:0 auto;padding:1rem 0}.__impressum_page .__inner .__title{font-weight:700;text-align:center;text-transform:uppercase}.__impressum_page .__inner .__subtitle{color:#63dee5;font-weight:600;text-transform:uppercase;text-align:center}.__impressum_page .__inner .__impressum_content .__cords{margin-top:3rem;border-bottom:1px solid #00000029;margin-bottom:2rem;padding-bottom:2rem}.__impressum_page .__inner .__impressum_content .__cords .__cord{display:flex;flex-direction:column;font-size:20px}.__impressum_page .__inner .__impressum_content .__cords .__cord .__impressum_cord_title{font-weight:600;font-size:24px}.__impressum_page .__inner .__impressum_content .__cords .__cord .__impressum_cord_sub_title{font-weight:500}.__impressum_page .__inner .__impressum_content .__rules .__rule_title{font-size:24px;font-weight:600;word-break:break-all}.__impressum_page .__inner .__impressum_content .__rules .__rule_text{font-size:18px;margin-bottom:1rem}
