@charset "UTF-8";.checkoutProduct{align-items:center;background-color:var(--white-color);border:2px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #00000040;display:grid;grid-template-columns:40% 50% 10%;justify-items:center;margin:20px;width:90%}.checkoutProduct_image_container{width:100%}.checkoutProduct_image_container_image{border-radius:20px;height:100%;object-fit:cover;width:100%}.checkoutProduct_image_data{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.checkoutProduct_title{font-size:28px;font-weight:700;margin:10px 0}.checkoutProduct_price,.checkoutProduct_title{display:flex;justify-content:flex-start;text-align:left;text-align:initial;width:100%}.checkoutProduct_price{font-size:18px;font-weight:100;margin:5px 0}.checkoutProduct_price_discount{display:flex;flex-direction:column;margin-top:.5rem}.checkoutProduct_price_discount .checkoutProduct_price_discount_original{color:red;font-size:17px;text-decoration-line:line-through}.checkoutProduct_remove{border-left:2px solid #c6c5c5;flex-direction:column;height:80%}.checkoutProduct_remove,.checkoutProduct_remove div{align-items:center;display:flex;justify-content:center;width:100%}.checkoutProduct_remove div{height:100%}.checkoutProduct_remove svg{scale:1.5}.checkoutProduct_remove svg:hover{cursor:pointer;filter:brightness(.95)}@media (max-width:920px){.checkoutProduct{margin:10px}.checkoutProduct_image{margin:0;width:100%}.checkoutProduct_image_container_image{border-bottom-left-radius:0;border-bottom-right-radius:0;height:80%}.checkoutProduct_title{align-items:center;display:flex;justify-content:center}.checkoutProduct_price{justify-content:center}.checkoutProduct_remove{margin-top:2rem}}.subtotal{background-color:var(--back-color);border:1px solid var(--back-color);border-radius:15px;color:var(--black-color);display:flex;flex-direction:column;height:100px;justify-content:space-around;padding:20px;width:50%}.subtotal,.subtotal>button{font-size:1rem;font-weight:700}.subtotal>button{align-items:center;background-color:var(--black-color);border:1px solid var(--back-color);border-radius:20px;color:var(--white-color);height:3rem;justify-content:center;margin-top:10px;width:100%}.subtotal>button:hover{cursor:pointer;filter:brightness(.95)}@media (max-width:920px){.subtotal{width:70%}}@keyframes moveLeftCart{0%{left:-100%;opacity:0}to{left:0;opacity:1}}@keyframes moveRightCart{0%{left:0;opacity:1}to{left:-100%;opacity:0}}.carrito{animation-duration:.6s;animation-fill-mode:forwards;animation-name:moveRightCart}.carrito-active{animation-duration:.6s;animation-fill-mode:forwards;animation-name:moveLeftCart;background-color:var(--white-color);color:var(--black-color);display:grid;grid-template-rows:5% 10% auto 20%;height:100vh;overflow:visible;position:fixed;top:0;width:50%;z-index:1000!important}.carrito-active h2{font-size:27px;margin-top:25px;text-align:center}.carrito-title{align-items:center;display:flex;flex-direction:column}.carrito-title div{background-color:var(--black-color);background-color:#c6c5c5;height:1px;margin-top:10px;width:70%}.carrito-close{align-items:center;display:flex;justify-content:flex-start}.carrito-close svg{background-color:#000;border-radius:50%;color:#fff;height:2rem;margin-left:20px;margin-top:20px;width:2rem}.carrito-close svg:hover{cursor:pointer}.carrito-containerUp{flex-direction:column;justify-content:flex-start;margin:20px;overflow:auto}.carrito-containerDown,.carrito-containerUp{align-items:center;display:flex;text-align:center}.carrito-containerDown{justify-content:center;margin-bottom:20px}.modalFocus{background-color:rgba(0,0,0,.502);display:none;height:100vh;position:fixed;top:0;transition:background-color 1s linear;width:100%;z-index:1}@media (max-width:920px){.carrito-active{width:85%}.checkoutProduct{flex-direction:column;grid-template-columns:100%;grid-template-rows:50% 30% 20%;height:45vh;width:90%}.carrito-containerUp{margin:2rem}}.header_logo{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1.5rem 0}.header_logo:hover{cursor:pointer}.header_logo img{width:105px}.header_logo h3{font-size:8px;letter-spacing:4px}@media (max-width:900px){.header_logo{margin-left:15px;margin-top:1rem}}.countdown-section{align-items:center;background-image:linear-gradient(45deg,#8b4af9,#e73fe8 65%);color:var(--white-color);display:flex;justify-content:center}.countdown-section h2{margin:0 1rem 0 0}.countdown-section img{margin-right:1rem;width:50px}.countdown-section .countdown-section-titles{margin:0 1rem;padding:1rem}.countdown-section .countdown-section-titles h2{font-size:1.5rem;font-weight:700}.countdown-section .countdown-section-titles h3{font-size:1rem;font-weight:100}.countdown-section .timer-wrapper .timer-inner{display:flex;padding:1rem}.countdown-section .timer-wrapper .timer-inner .timer-segment{display:flex;flex-direction:column;text-align:center}.countdown-section .timer-wrapper .timer-inner .divider,.countdown-section .timer-wrapper .timer-inner .time{font-size:1.5rem}.countdown-section .timer-wrapper .timer-inner .divider{padding:0 1rem}.countdown-section .timer-wrapper .timer-inner .label{font-size:.75rem}.countdown-section .countdown-section-button{align-items:center;background-color:#fff;border-radius:20px;color:var(--black-color);display:flex;height:2rem;justify-content:center;margin:0 0 0 1rem;width:10rem}.countdown-section .countdown-section-button:hover{cursor:pointer}@media (max-width:920px){.countdown-section-img{display:none}.countdown-section{flex-direction:column;text-align:center;width:100%}.countdown-section .countdown-section-titles{margin-top:1rem}.countdown-section .countdown-section-titles h2{margin:0}.countdown-section .timer-wrapper .timer-inner .divider,.countdown-section .timer-wrapper .timer-inner .time{font-size:1.2rem}.countdown-section .countdown-section-button{margin:0 0 1rem}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.discount{align-items:center;animation:bounce 2s ease-in-out infinite;background-image:linear-gradient(45deg,#8b4af9,#e73fe8 65%);border-radius:50%;bottom:20px;box-shadow:0 4px 8px #0003;color:#fff;display:flex;font-size:14px;font-weight:700;height:100px;justify-content:center;opacity:0;position:fixed;right:20px;text-align:center;transform:translateY(20px);transition:opacity .3s ease-in-out;width:100px;z-index:9999}.discount.visible{opacity:1;transform:translateY(0)}@media (max-width:920px){.discount{display:none}}.trial{align-items:center;background-image:linear-gradient(45deg,var(--colorOne) 0,var(--colorTwo) 65%);border-radius:50%;bottom:0;box-shadow:0 4px 8px #0003;color:#000;display:flex;font-size:11px;font-weight:700;height:55px;justify-content:center;opacity:0;position:relative;right:0;text-align:center;width:55px;z-index:9999}.trial.visible{opacity:1}@media (max-width:920px){.trial{display:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header-container{position:relative}.header{align-items:center;display:grid;grid-template-columns:40% 20% 40%;justify-content:space-evenly;margin-top:0;position:fixed;transition:background-color .3s ease;width:100%;z-index:30}.header.scrolled{align-content:center;animation:fade_in_show 1s;background-color:#000;box-shadow:0 2px 5px #0003;height:15vh;position:fixed;top:0}.header.scrolled .header_logo img{width:100px}.header.hidden{animation:fade_out_show 1s}.header .header-section{display:flex;height:100%;justify-content:center;width:100%}.header .header-section div{align-items:center;display:flex;justify-content:space-evenly;width:100%}.header .header-section div span{color:var(--white-color)}.header .header-section div div{display:flex;justify-content:center;width:auto}.header .header-section div div p{margin:0 1rem}.header .header-section div div:hover{cursor:pointer}.header .header-section-burger{color:var(--white-color);display:none}.header-section-cart{color:var(--white-color)}.header-section-cart:hover{cursor:pointer}.header-section-cart svg{margin:0}@keyframes moveLeft{0%{left:-100%;opacity:0}to{left:0;opacity:1}}@keyframes moveRight{0%{left:0;opacity:1}to{left:-100%;opacity:0}}.header-user-menu{height:0;overflow:hidden;position:absolute;right:-100%;width:0}.header-user-menu-active{animation-duration:.4s;animation-fill-mode:forwards;animation-name:moveLeft;background-color:var(--black-color);color:var(--white-color);display:flex;height:100vh;justify-content:center;margin-bottom:2rem;overflow:auto;position:fixed;text-align:center;top:0;width:35vw;z-index:10}.header-user-menu-active ul{overflow:auto;padding:2rem;width:100%}.header-user-menu-close{color:var(--white-color);display:flex}.header-user-menu-name{margin-top:2rem;text-align:center}.header-user-menu-name h3{margin-top:10px}.header-user-menu-item{align-items:center;background-color:var(--white-color);border-radius:20px;color:var(--black-color);display:flex;height:3rem;margin:1rem 0 2rem;text-align:center;width:100%}.header-user-menu-item p{width:100%}.header-user-menu-item:hover{cursor:pointer}.header-user-menu-item-last{height:2rem;width:100%}.header-user-menu-line{align-items:center;display:flex;height:1px;justify-content:center;margin:1rem 0 2rem;text-align:center;width:100%}.header-user-menu-line div{background-color:var(--white-color);height:1px;width:80%}.main-title{background-image:linear-gradient(45deg,#8b4af9,#e73fe8 65%)}.header-user-menu-item-cart{align-items:center;display:flex;justify-content:center;text-align:center;width:100%}.header-user-menu-item-cart:hover{cursor:pointer}.header-user-menu-item-cart svg{margin:0 .5rem}.header-user-menu-item-cart p{margin:0 .5rem;width:auto}.header-user-menu-login{align-items:center;display:flex;font-size:15px;justify-content:center;margin-top:2rem;text-align:center;width:100%}.header-user-menu-login span{align-items:center;background-color:var(--brand-blue-1);border-radius:20px;color:var(--black-color);justify-content:center;padding:10px;width:100%}.header-user-menu-login span:hover{cursor:pointer}.header-float-header{align-items:center;animation:fade_in_show .5s;background-color:var(--black-color);color:var(--white-color);display:flex;display:grid;grid-template-columns:13% 44% 43%;grid-template-rows:100%;height:12vh;justify-content:space-around;position:fixed;top:0;width:100%}.header-float-header .header-float-header-title{align-items:center;display:flex;gap:2rem;justify-content:flex-start;margin-left:5rem}.header-float-header .header-float-header-title h3{font-family:UncutBold,"sans-serif";font-size:35px}.header-float-header .header-float-header-title h4{border-bottom:thick double var(--white-color);font-family:UncutRegular,"sans-serif";font-size:20px}.header-float-header .header-float-header-title .header-float-header-title-original{border-bottom:none;color:red;text-decoration-line:line-through}.header-float-header .header-float-header-actions{align-items:center;display:flex;display:grid;grid-template-columns:1% 50% auto;grid-template-rows:100%;justify-content:flex-end;margin-right:5rem}.header-float-header .header-float-header-actions:hover{cursor:pointer}.header-float-header .header-float-header-actions .header-float-header-button{margin:0 0 0 5rem}.header-float-header .header-float-header-actions .header-float-header-button a,.header-float-header .header-float-header-actions .header-float-header-button p{align-items:center;background-image:linear-gradient(225deg,var(--colorOne) 0,var(--colorTwo) 50%,var(--colorThree) 100%);border-radius:20px;box-shadow:0 0 0 0 var(--colorOne),0 0 0 0 var(--colorTwo);color:var(--black-color);display:flex;font-size:17px;height:2.5rem;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.header-float-header .header-float-header-actions .header-float-header-cart{align-items:center;display:flex;justify-content:center;margin-left:2.5rem}.header-float-header .header-float-header-actions .header-float-header-cart svg{margin:0 1rem}.header-float-header .header-float-header-plugins{align-items:center;background-image:linear-gradient(225deg,var(--colorOne) 0,var(--colorTwo) 50%,var(--colorThree) 100%);display:flex;flex-direction:column;height:12vh;justify-content:center}.header-float-header .header-float-header-plugins:hover{cursor:pointer}.header-float-header .header-float-header-plugins h3,.header-float-header .header-float-header-plugins h4{color:var(--black-color)}@media (max-width:1024px){.header_logo{margin:1.5rem 0}.header-float-header .header-float-header-title{gap:1.5rem;margin-left:2rem}.header-float-header .header-float-header-title h4{font-size:16px}}@media (max-width:920px){.header{grid-template-columns:50% 50%;height:10vh;justify-items:center;padding:1rem 0}.header .header_logo{margin:0}.header.scrolled .header_logo img{margin-top:1rem;width:100px}.header .header-section{display:none}.header .header-section-burger{display:block;margin-left:2rem}.header .header-section-burger svg{height:3rem;width:3rem}.header .header-section-burger:hover{cursor:pointer}.header-user-menu-active{width:70vw}.header-float-header{display:flex;height:13vh;justify-content:center;top:87vh;width:100%}.header-float-header .header-float-header-plugins{display:none}.header-float-header .header-float-header-title{flex-direction:row;margin:0}.header-float-header .header-float-header-title h3{margin:0}.header-float-header .header-float-header-actions{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 0 0 2rem;width:25%}.header-float-header .header-float-header-actions .header-float-header-button{margin:0 0 .5rem;text-align:center;width:100%}.header-float-header .header-float-header-actions .header-float-header-cart{background-color:var(--white-color);border-radius:20px;color:var(--black-color);height:2.4rem;margin:0;width:100%}}@media (max-width:600px){.header-float-header{height:15vh;top:85vh}}@media (max-width:425px){.header-float-header .header-float-header-title{flex-direction:column;gap:0}}@media (max-width:380px){.header-float-header{height:20vh;top:100%;transform:translateY(-90%)}.header-float-header .header-float-header-actions{width:40%}.header-float-header .header-float-header-title{text-align:center}.header-float-header .header-float-header-title h3{font-size:30px}.header-float-header .header-float-header-title h4{font-size:15px}.header_logo img{width:95px}}.main-view-image{background-blend-mode:soft-light;background-color:#282828;background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:auto;grid-template-rows:auto;height:100vh;width:100%;z-index:-10}.main-view-image .main-view-image-discount-logo{margin-bottom:1rem;width:100px}.main-view-image-title{align-items:center;display:flex;flex-direction:column;grid-row:1/15;justify-content:center;margin-top:4rem}.main-view-image-title h1{font-family:UncutBold,"sans-serif";font-size:80px;font-weight:800;padding:0 1rem;text-align:center}.main-view-image-title h1,.main-view-image-title h2{animation:fadeInUp;animation-duration:.7s;color:var(--white-color)}.main-view-image-title h2{animation-delay:0s;font-family:UncutRegular,"sans-serif";font-size:30px;font-weight:100;margin-bottom:20px;margin-top:1rem}.main-view-image-title .main-view-image-price{display:flex}.main-view-image-title .main-view-image-price h2{margin:1rem}.main-view-image-title .main-view-image-price .main-view-image-price-original{color:red;text-decoration-line:line-through}.main-view-image-download{align-items:center;animation:fadeInUp;animation-delay:0s;animation-duration:.7s;border-radius:20px;box-shadow:0 0 0 0 var(--colorOne),0 0 0 0 var(--colorTwo);color:var(--black-color);display:flex;font-size:17px;font-weight:500;height:45px;justify-content:center;margin-top:20px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:200px}.main-view-image-download span{z-index:10}.main-view-image-download:after{background-image:linear-gradient(225deg,var(--colorOne) 0,var(--colorTwo) 50%,var(--colorThree) 100%);content:"";height:400px;left:-100px;position:absolute;top:-50px;transition:transform .5s ease;width:400px;z-index:0}.main-view-image-download:hover{box-shadow:10px -10px 25px 0 var(--colorFour),-10px 10px 25px 0 var(--colorFive);cursor:pointer;transform:translateY(6px)}.main-view-image-download:hover:after{transform:rotate(150deg)}.main-view-image-trial{align-items:center;animation:fadeInUp;animation-delay:0s;animation-duration:.7s;border-radius:20px;box-shadow:0 0 0 0 var(--colorOne),0 0 0 0 var(--colorTwo);color:var(--black-color);display:flex;font-size:13px;font-weight:500;height:40px;justify-content:center;margin-top:20px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:120px}.main-view-image-trial span{font-size:17px;z-index:10}.main-view-image-trial:after{background-image:linear-gradient(225deg,var(--colorOne) 0,var(--colorTwo) 50%,var(--colorThree) 100%);content:"";height:400px;left:-100px;position:absolute;top:-50px;transition:transform .5s ease;width:400px;z-index:0}.main-view-image-trial:hover{box-shadow:10px -10px 25px 0 var(--colorFour),-10px 10px 25px 0 var(--colorFive);cursor:pointer;transform:translateY(6px)}.main-view-image-trial:hover:after{transform:rotate(150deg)}.main-view-image-trial-time{color:#fff;display:flex;font-family:UncutRegular,"sans-serif";font-size:14px;justify-content:center;margin:.6rem}@media (max-width:920px){.main-view-image-title h1{font-size:40px;font-weight:800;margin:0 10px;text-align:center}.main-view-image-title h2{font-size:1.5rem;text-align:center}}@media (max-width:425px){.main-view-image-title{margin-top:5rem}}@media (max-width:300px){.main-view-image-title h1{font-size:30px}.main-view-image-title h2{margin:0 1rem}}.footer_social_in p{color:var(--white-color);font-size:30px;justify-content:center;margin-bottom:50px;text-align:center}.footer_social_in ul{align-items:center;display:flex;justify-content:center;padding:0;text-align:center}.footer_social_in ul li{margin:0 10px}.iconsFooterSvg{color:var(--white-color);margin:0 20px;transform:scale(2)}.iconsFooterImg{height:45px;margin:-10px 0;width:45px}.dis{filter:var(--discord-color);margin:0;transform:scale(.7)}.dis:hover,.fb:hover,.ins:hover,.tw:hover,.yt:hover{cursor:pointer}.fb:hover{filter:brightness(0) saturate(100%) invert(45%) sepia(16%) saturate(7095%) hue-rotate(199deg) brightness(95%) contrast(87%)}.ins:hover{filter:brightness(0) saturate(100%) invert(51%) sepia(82%) saturate(4702%) hue-rotate(300deg) brightness(80%) contrast(86%)}.yt:hover{filter:brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(5898%) hue-rotate(354deg) brightness(99%) contrast(86%)}.tw:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(25%) saturate(1940%) hue-rotate(185deg) brightness(91%) contrast(101%)}.dis:hover{filter:var(--hoverDiscord-color)}@media (max-width:900px){.footer_social_in svg{font-size:1.5rem}.footer_social_in ul{flex-wrap:wrap;height:20vh}.iconsFooterImg{height:60px;width:60px}}@media (max-width:520px){.iconsFooterImg{height:20px;width:20px}.dis{transform:scale(.6)}}.footer{background-color:var(--black-color);display:grid;grid-template-rows:84% 2% 14%;height:80vh;width:100%}.footer li{list-style:none}.footer_up{display:grid;grid-template-columns:33% 34% 33%;justify-items:center}.line{background-color:var(--white-color);height:1px;width:100%}.footer_products{align-items:center;color:var(--white-color);display:flex;flex-direction:column;justify-content:center;text-align:center}.footer_products p{font-size:30px;margin-bottom:15px}.footer_products ul{padding:0}.footer_products li{color:var(--white-color);font-size:15px;margin:40px 0}.footer_social{align-items:center;justify-content:space-evenly;text-align:center}.footer_social,.footer_social_test{display:flex;flex-direction:column}.footer_social_test p{color:var(--white-color);font-size:25px;margin:30px 0;padding:0}.footer_social_test input{box-sizing:border-box;display:inline-block;font-family:UncutRegular,"sans-serif";font-size:20px;position:relative;transition:.5s}.footer_social_test input[type=email]{background-color:var(--white-color);border:none;border-radius:25px 0 0 25px;height:35px;outline:none;padding:0 25px}.footer_social_test input[type=submit]{background:var(--brand-blue-1);border:none;border-radius:0 25px 25px 0;cursor:pointer;height:35px;left:5px;outline:none;position:relative;width:120px}.footer_social_test input[type=submit]:hover{filter:brightness(.9)}.footer_services{display:flex;flex-direction:column;gap:16px;text-align:center}.footer_services,.footer_services_img ul{align-items:center;justify-content:center}.footer_services_img ul{display:grid;grid-template-columns:50% 50%;grid-template-rows:100%;padding:0}.footer_services_img ul li{margin:20px}.iconsServices{filter:brightness(0) saturate(100%) invert(98%) sepia(0) saturate(158%) hue-rotate(260deg) brightness(115%) contrast(100%);height:40px;width:80px}.footer_languages{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.footer_languages p{font-size:30px;margin-bottom:30px}.footer_languages ul{display:grid;grid-template-rows:25% 25% 25% 25%;justify-items:center;padding:0}.footer_languages ul li{color:var(--white-color);font-size:20px;margin:8px 20px}.footer_languages ul li:hover{filter:brightness(.8)}.footer_down{justify-content:space-around}.footer_down,.footer_down div{align-items:center;display:flex}.footer_down div{justify-content:center}.footer_down div p{color:var(--white-color);margin:0 5px}.footer_down div p:hover{filter:brightness(.7)}.footer_down img{width:50px}.lineAnimation{margin:0 30px;padding:0 10px;position:relative}.lineAnimation:after{background-color:var(--back-color);bottom:-10px;content:"";height:3px;left:0;position:absolute;transition:.3s;width:0}.lineAnimation:hover:after{width:100%}@media (max-width:1130px){.footer_social_test input[type=submit]{width:85px}.footer_social_test input[type=email]{width:60%}.footer_social_in p,.footer_social_test p{font-size:1.5rem}}@media (max-width:920px){.footer{height:auto}.footer,.footer_up{display:flex;flex-direction:column}.footer_products{margin-top:40px}.footer_social_test{margin-bottom:30px;margin-top:30px}.footer_social_test input[type=email]{padding:0 15px}.footer_social_test input[type=submit]{width:100px}.footer_social_test p{font-size:1.4rem}.line{margin-top:12vh}.footer_down{align-content:center;align-items:center;display:flex;flex-direction:column-reverse;justify-content:center;margin-bottom:20px;text-align:center}.footer_down p{font-size:15px;justify-content:center;margin-top:20px;width:90%}.footer_down div{align-items:center;display:flex;flex-direction:column;margin-top:20px;text-align:center}.footer_down div p{margin-bottom:20px;margin-top:40px;width:100%}.pipe{display:none}.footer_services_img{margin-bottom:30px;margin-top:30px;width:100%}.footer_social_in p{font-size:1.8rem}.footer_languages{margin-bottom:30px;margin-top:30px;width:100%}.footer_languages ul li{font-size:1.6rem}}.product{align-items:center;color:#000;display:flex;flex-direction:row;height:auto;justify-content:center;position:relative;width:100%}.product .product-sale{height:80px;position:absolute;right:5.5%;top:1%;width:80px;z-index:1}.card-link-wrapper{display:flex;height:100%;justify-content:center;width:100%}.product-card{align-items:center;background-color:#fff;border:2px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #00000040;display:grid;flex-direction:column;grid-template-columns:60% auto;margin:2.5rem 0;overflow:hidden;position:relative;text-align:center;width:85%}.product-card-image-container{border-radius:25px;width:100%}.product-card-image{border-bottom-left-radius:25px;border-top-left-radius:25px;height:auto;object-fit:cover;width:100%}.product-card-info{display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:space-evenly;padding:0 3.5rem}.product-card-info .product-card-info-div{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin:2rem 0 0}.product-card-info .product-card-info-div .product-card-description{color:#6e6e6e;font-size:1.5rem;text-align:left}.product-card-info .product-card-info-div .product-card-title{color:#000;font-size:3rem;text-align:left}.product-card-info .product-card-info-div .product-card-description-plugins{color:#000;font-size:1rem;text-align:left}.product-card-info .product-card-info-div .product-card-description-price{color:#000;font-size:2rem;text-align:left}.product-card-info .product-card-info-buttons{display:flex;flex-direction:column;gap:.5rem;margin:0 0 2rem}.product-card-info .product-card-info-buttons .product-card-buttons div{align-items:center;border-radius:15px;display:flex;font-size:1.2rem;height:2.4rem;justify-content:center}.product-card-info .product-card-info-buttons .product-card-buttons div:hover{cursor:pointer}.product-card-description-price-discount{color:red;margin:1rem 0 0;text-align:left;text-decoration-line:line-through}.product-card-description-content{color:#6e6e6e;font-size:1.2rem;margin:1.5rem .5rem 1rem 2.5rem;text-align:left}@media (max-height:670px){.product{height:auto;margin:6rem 0}}@media (max-width:1170px){.product-card-title{font-size:2.5rem}.product{height:auto;margin:5rem 0 3rem}}@media (max-width:940px){.product-card-image{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:25px;border-top-right-radius:25px}.product-card{align-items:start;grid-template-columns:100%;width:85%}.product-card-info{height:85%;padding:0 2.5rem}}@media (max-width:445px){.product-card-info{height:90%;padding:0 1.5rem}.product-card-info .product-card-description{font-size:1.1rem}.product-card-info .product-card-title{font-size:2.1rem}}@media (max-width:390px){.product-card-info .product-card-description{font-size:1rem}.product-card-info .product-card-title{font-size:1.9rem}}@media (max-width:320px){.product-card-info h2 .product-card-description-price{font-size:2rem}}.wait_modal{background-color:#00000080;height:100vh;position:fixed;text-align:center;transition:background-color 1s linear;width:100%;z-index:10000}.wait_modal,.wait_modal div{align-items:center;display:flex;justify-content:center}.wait_modal div{background-color:var(--white-color);border-radius:20px;color:var(--black-color);flex-direction:column;height:50%;width:40%}.wait_modal h2{font-size:23px;margin-bottom:1rem;margin-left:2rem;margin-right:2rem}.wait_modal h3{margin-left:1rem;margin-right:1rem}.wait_modal_loader{animation:mltShdSpin 1.7s ease infinite,round 1.7s ease infinite;border-radius:50%;color:var(--black-color);font-size:45px;height:1em;margin-top:4rem;overflow:hidden;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}.login{background-color:#fff;height:100vh;width:100%}.login,.login-crd{align-items:center;display:flex;flex-direction:column;justify-content:center}.login-crd{border-radius:16px;height:70vh;text-align:center;width:35%}.login-forms{margin-top:2.5rem;width:100%}.login-forms form{width:100%}.login-forms form div{align-items:center;color:#000;display:flex;justify-content:center;width:100%}.login-forms form div a{color:#000;width:100%}.login-form-input{width:100%}.login-form-input button{border:1px solid #a7a7a7;border-bottom-right-radius:16px;border-top-right-radius:16px;height:3rem;margin-left:-3rem}.login-account-input,.login-form-input button{background:#fff;margin-top:.9375rem;width:100%}.login-account-input{border:1px solid #a7a7a7;border-radius:4px;border-radius:18px;color:#000;height:2.7rem;padding-left:1rem}.login-form-input-password{display:grid;grid-template-columns:90% auto;width:100%}.login-form-input-password input{width:100%}.login-form-input-password button{width:15%}.login-form-forgot{margin:1rem 0 1rem .3rem;text-align:left;width:100%}.login-form-submit{background:#000;border:none;border-radius:18px;color:#fff;font-size:15px;height:2.7rem;padding:.4375rem 2.75rem;width:100%}.login-form-submit:hover{cursor:pointer}.login-form-text{color:#000;margin:1rem}.google-login-button{align-items:center;display:flex;justify-content:center}.google-login-button svg{margin:0 1rem 0 0}.login-form-create-account{font-size:1rem;margin:1rem 0}.login-form-create-account a{color:#000}@media (max-width:920px){.login-crd{width:80%}.login-form-input-password button{height:2.8rem;width:16%}.login-form-input-password button svg{margin:0}.login-account-input{height:2.59rem}}@media (max-width:375px){.login-form-input-password button{width:20%}}.register{background-color:#fff;color:#000;width:100%}.register,.register-crd{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center}.register-crd{border-radius:16px;margin:5% 0;text-align:center;width:40%}.register-title{font-size:1.6rem;margin:1.5rem 0}.register-forms{width:100%}.register-forms p{font-weight:100}.register-forms form{width:100%}.register-forms-input input{background:#fff;background-position:11px 8px;height:2.7rem;width:100%}.register-forms-input input,.register-forms-input select{border:1px solid #a7a7a7;border-radius:18px;color:#000;margin-top:.9375rem;padding-left:1rem}.register-forms-input select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff;background-image:url(https://www.pngmart.com/files/3/Down-Arrow-PNG-Clipart.png);background-position:calc(100% - 15px);background-repeat:no-repeat;background-size:15px;color:#797979;height:3rem;width:103%}.register-forms-input span{color:red}.register-forms-password{align-items:center;display:flex;justify-content:center;width:103%}.register-forms-password input{border-radius:18px 0 0 18px}.register-forms-password button{background-color:#fff;border:1px solid #a7a7a7;border-bottom-right-radius:18px;border-top-right-radius:18px;height:3rem;margin-top:.9375rem;width:10%}.newsletter-container{margin:1rem 0;width:100%}.newsletter-container span{font-size:15px}.newsletter-container p{color:#000}.newsletter-container p a{color:#000;text-decoration:underline}.newsletter-container svg{color:#000}.newsletter-container-conditions{align-items:center;color:#000;display:flex;font-size:15px;justify-content:flex-start;margin:0}.css-j204z7-MuiFormControlLabel-root{margin:1rem 0 0!important}.recaptcha-container{align-items:center;flex-direction:column;margin:1rem 0 3rem .6rem!important}.register-submit{align-items:center;background:#000;border-radius:18px;color:#fff;display:flex;font-size:15px;height:2.7rem;justify-content:center;margin-top:1rem;width:104%}.register-submit svg{margin-right:.5rem}.register-submit:hover{cursor:pointer}.register-submit-disable{align-items:center;background:gray;border-radius:18px;color:#fff;display:flex;font-size:15px;height:2.7rem;justify-content:center;margin-top:1rem;width:104%}.register-submit-disable svg{margin-right:.5rem}.register-submit-disable:hover{cursor:pointer}.register-text-line{color:#000;margin:1rem}.register-text-line a{color:#000;margin-left:1.5rem}.register-text-or{margin-left:2.7rem}@media (max-width:920px){.register-crd{width:80%}.register-forms-password{width:106%}.register-forms-password button{height:2.95rem;width:20%}.register-forms form svg,.register-forms-password button svg{margin:0}.newsletter-container-conditions{margin:1rem 0;text-align:left;width:100%}.register-text-or{margin-left:2rem}.register-forms-input select{width:106%}}@media (max-width:768px){.register-forms-input input{width:97%}.register-forms-input select,.register-forms-password,.register-submit{width:100%}.register-text-or{margin-left:1rem}.register-text-line a{margin-left:0}}@media (max-width:425px){.register-forms-input input{width:94%}}@media (max-width:320px){.register-forms-input select,.register-forms-password{width:103%}.recaptcha-container{margin:0;transform:scale(.75)}}.new-password{background-color:#fff;height:100vh}.new-password,.new-password-crd{align-items:center;display:flex;flex-direction:column;justify-content:center}.new-password-crd{height:70vh;text-align:center;width:35%}.new-password-title{color:var(--black-color);font-size:1.8rem;margin:30px 0}.new-password-instructions{color:#000;font-size:1rem;margin-bottom:1rem;text-align:center;width:100%}.new-password-forms{width:70%}.new-password-account-input{background:#fff;border:1px solid #a7a7a7;border-radius:4px;border-radius:18px;color:#000;height:2.7rem;margin-bottom:.5rem;margin-top:.9375rem;padding:.375rem .375rem .375rem .875rem;width:100%!important}.new-password-form-input span{color:red;display:none;display:block;font-size:12px;margin-bottom:1rem;margin-top:.2rem}.new-password-registerButton{align-items:center;background:#000;border:none;border-radius:18px;color:#fff;display:flex;height:2.7rem;justify-content:center;margin-top:2rem;text-align:center;width:105%}.new-password-registerButton:disabled{background-color:#898989}.new-password-registerButton:hover{cursor:pointer}.css-ahj2mt-MuiTypography-root{color:#898989;font-family:UncutRegular,"sans-serif"!important;font-size:12px;margin-top:.4375rem;text-align:left}.new-password-forms span{color:red}.recaptcha-container{display:flex;height:70px;justify-content:flex-start;transform:scale(.9);transform-origin:0 0;width:100%}@media (max-width:920px){.new-password-crd{height:70vh;width:90%}.new-password-forms{margin:0;width:85%}}@media (max-width:425px){.new-password-account-input{width:90%!important}.new-password-registerButton{width:100%}}@media (max-width:320px){.recaptcha-container{margin:0;transform:scale(.8)}}.google-icon svg{margin:0 1rem}.plugin-login-google h2{color:#000;font-size:28px;margin-bottom:.5rem}.plugin-login-google h3{color:#000;font-size:20px;margin-bottom:1rem}.plugin-login-google a{color:#fff;margin-top:1.7rem}.googleButton{margin:1rem 0}.plugin-google-login-section{align-items:center;display:flex;flex-direction:column;justify-content:center}.lowButtons{width:60%}.plugin-google-login-button{align-items:center;background:#000;border:none;border-radius:18px;color:#fff;display:flex;height:2.7rem;justify-content:center;margin-top:2rem;text-align:center;width:80%}.plugin-google-login-button:hover{cursor:pointer}.plugin-google-login-button svg{margin:0 1rem}.new-password,.new-password-forms{width:100%}.register-form-input{display:grid;grid-template-columns:90% auto;width:100%}.register-form-input input{background:#fff;border:1px solid #a7a7a7;border-radius:4px;border-radius:18px;color:#000;height:2.7rem;margin-top:.9375rem;padding-left:1rem;width:100%}.register-form-input button{background:#fff;border:1px solid #a7a7a7;border-bottom-right-radius:16px;border-top-right-radius:16px;height:3rem;margin-top:.9375rem;width:130%}@media (max-width:920px){.register-form-input button{width:100%}.register-form-input button svg{margin:0}}.privateInfo{background-color:var(--back-color);border:2px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #0000001a;display:grid;grid-template-columns:30% 70%;height:40vh;margin-bottom:10vh;margin-top:5vh;padding:1rem 0;width:90%}.privateInfo-icon{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.privateInfo-icon svg{height:150px;width:150px}.privateInfo-info{align-content:space-around;align-items:center;display:flex;justify-content:space-between;margin-right:100px}.privateInfo-info h2{font-size:23px}.privateInfo-info h3{color:#94998e;font-size:18px;margin-bottom:5px}.privateInfo-info h4{font-size:16px}.privateInfo-info p{align-items:center;background-color:var(--black-color);color:var(--white-color);display:flex;height:30px;justify-content:center;width:80px}.privateInfo-actions{display:flex;flex-direction:column;gap:1rem}.privateInfo-actions .privateInfo-delete p,.privateInfo-actions .privateInfo-edit p{border-radius:18px;height:2.5rem;width:10rem}.privateInfo-actions .privateInfo-delete:hover,.privateInfo-actions .privateInfo-edit:hover{cursor:pointer}.privateInfo-infoInside{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:20px 0}.privateInfo-infoInside p{border-radius:20px;margin-right:20px;width:6rem}.privateInfo-infoInside p:hover{cursor:pointer}.privateInfo-infoInside .country-info{align-items:flex-start;display:flex;flex-direction:row}.privateInfo-infoInside .country-info .eng{margin-right:.5rem}.privateInfo-infoInside .country-info .info-requirement{color:red}.privateInfo-form{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.privateInfo-form .register-privateInfo{align-items:center;background:#000;border-radius:18px;color:#fff;font-size:15px;height:1.75rem;padding:0 1rem}.privateInfo-form .register-privateInfo:hover{cursor:pointer}@media (max-width:920px){.privateInfo{text-align:center}.privateInfo,.privateInfo-info{align-items:center;display:flex;flex-direction:column;justify-content:center}.privateInfo-info{align-content:center;margin:1.5rem 0}.privateInfo-info h3{margin:20px 0}.privateInfo-info h4{margin:15px 0}.privateInfo-icon{margin-top:2rem}.privateInfo-infoInside{flex-direction:column}.privateInfo-infoInside p{margin:0}.privateInfo-edit{margin:1rem 0}}@media (max-height:500px){.privateInfo{height:auto}}.order{background-color:var(--back-color);border:2px solid #cac6c6;border-radius:20px;border-radius:25px;box-shadow:0 10px 12px #0000001a;color:var(--black-color);margin:20px 0;padding:40px;position:relative}.order h2{font-size:35px;margin-bottom:20px}.order_title{display:flex;justify-content:space-between}.order_title a{background-color:#000;border-radius:15px;height:3rem;width:10rem}.order_title a,.order_title a div{align-items:center;display:flex;justify-content:center}.order_title a div{font-size:1.2rem;height:80%;width:80%}.order_title a div:hover{cursor:pointer}.imageProduct{border-radius:20px;width:95%}.order_layout{display:grid;grid-template-columns:40% 60%}.order_info h2{font-size:25px;margin-bottom:10px}.order_info h3{font-size:18px;margin:20px}.order_info h4{font-family:UncutRegular,"sans-serif";font-size:15px;font-weight:100;margin-bottom:20px;margin-top:20px}.order_info p{font-size:14px;font-weight:100;margin-bottom:1rem}.order_info_h4_descargas{margin-left:20px}.order_left h3{margin-top:20px}.order_left h4{font-family:UncutRegular,"sans-serif";font-weight:100}.order_left_data{align-items:center;display:flex;font-size:.9rem;justify-content:flex-start}.order_left_data h4{font-size:.9rem;margin-left:7px;margin-top:20px}.order_data{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:50px}.order_icon{height:30px;width:30px}.order_computer{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}.order_computer div{align-items:center;display:flex;justify-content:center}.order_computer p{font-size:15px;font-weight:700;margin:0 20px}.order_deleteComputer:hover{cursor:pointer}.order_product div{align-items:center;display:flex;justify-content:space-between}.order_product div a{color:var(--black-color)}.order_product svg{height:30px;width:30px}.order_info_h2_descargas{margin-top:40px}@media (max-width:920px){.order{padding:30px}.order_layout{display:flex;flex-direction:column}.imageProduct{width:100%}.order_info h2{font-size:23px;margin-top:50px}.order_info h4{margin:20px 0}.order_info_h4_descargas{margin-left:20px!important}.order_computer div,.order_product svg{margin-left:0}.order_product_manual{margin:0}}@media (max-width:430px){.order h2{font-size:32px}.order_title a{height:2.5rem;width:8.5rem}}@media (max-width:393px){.order h2{font-size:28px}.order_title a{height:2rem;width:7rem}.order_title a div{font-size:1rem}}@media (max-width:360px){.order_title a{width:6.5rem}.order_title a div{font-size:.9rem}}.orders{color:var(--black-color);margin:20px 0;width:90%}.orders h1{font-size:30px;justify-content:center;margin:6rem 0;text-align:center}.external-code{align-items:center;background-color:var(--back-color);border:2px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #0000001a;color:var(--black-color);display:flex;flex-direction:row;justify-content:space-between;margin:16px 0;padding:28px 40px;position:relative}.code-div{align-self:flex-end;display:flex}.code-div input{border:1px solid #a7a7a7;border-radius:25px 0 0 25px;box-sizing:border-box;font-family:UncutRegular,"sans-serif";font-size:18px;height:35px;margin-right:.75rem;padding:0 20px 4px;transition:.5s;width:440px}.code-div button{background:#000;border:none;border-radius:0 25px 25px 0;color:#fff;cursor:pointer;font-size:18px;font-weight:500;height:35px;outline:none;padding:8px 12px;text-align:center;width:140px}.code-div button:hover{filter:brightness(.9)}.input-div{display:flex;flex-direction:column}.input-div span{color:red}@media only screen and (max-width:900px){.orders .external-code{flex-direction:column}.orders .external-code h2{margin-bottom:1rem}}@media only screen and (max-width:750px){.orders .external-code{margin:3.75rem 0 6rem}.orders .external-code .code-div{align-self:center;justify-content:space-between;width:90%}.orders .external-code .code-div input{width:100%}}@media only screen and (max-width:530px){.orders .external-code{padding:28px 18px}.orders .code-div{align-items:center;flex-direction:column}.orders .code-div button{border-radius:25px;font-size:.9rem;width:116px}.orders .code-div input{border-radius:25px;font-size:.85rem;margin-right:0;padding-left:.75rem;padding-right:.5rem;width:330px!important}.orders .code-div .input-div{margin-bottom:1rem;width:100%}}@media only screen and (max-width:395px){.orders .external-code .code-div input{width:100%!important}}@media only screen and (max-width:320px){.order h2{margin-bottom:8px}.order_title{flex-wrap:wrap;margin-bottom:1rem}}.howToInstall{height:auto;width:90%}.howToInstall ul{font-family:UncutRegular,"sans-serif";font-weight:100;padding:50px;text-align:justify}.howToInstall ul li{font-size:20px;list-style-type:none;margin:20px 0}@media (max-width:920px){.howToInstall ul{padding:10px}}@media (max-width:768px){.howToInstall ul li{font-size:1rem}}.modalEditInfo{align-items:center;background-color:#000000e6;color:var(--black-color);display:flex;height:100vh;justify-content:center;position:fixed;top:5%;width:100%;z-index:10}.modalEditInfo-main{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;height:50vh;justify-content:space-around;padding:1rem 0 1.5rem;width:40%}.modalEditInfo-main h2{align-items:center;display:flex;font-size:30px;justify-content:center;text-align:center;width:100%}.modalEditInfo-close{align-content:center;align-items:center;display:flex;height:15%;justify-content:flex-end;width:100%}.modalEditInfo-close svg{background-color:#000;border-radius:18px;color:#fff;height:30px;margin:0 2.5rem;width:30px}.modalEditInfo-close svg:hover{cursor:pointer}.modalEditInfo-change{height:35%;justify-content:center}.modalEditInfo-change,.modalEditInfo-change div{align-items:center;display:flex;flex-direction:column;width:100%}.modalEditInfo-change div{justify-content:space-evenly}.modalEditInfo-change input,.modalEditInfo-change select{background-color:#f1f1f1;background:#fff;border:1px solid #a7a7a7;border-radius:18px;color:#000;height:2.7rem;margin:.9375rem 0 5px;outline:none;padding:0 25px 0 1rem;width:50%}.modalEditInfo-change select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(https://www.pngmart.com/files/3/Down-Arrow-PNG-Clipart.png);background-position:calc(100% - 15px);background-repeat:no-repeat;background-size:15px}.modalEditInfo-validation{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;width:100%}.modalEditInfo-validation input{background-color:#f1f1f1;background:#fff;border:1px solid #a7a7a7;border-radius:25px;border-radius:4px;border-radius:18px;color:#000;height:35px;height:2.7rem;margin:.9375rem 0 5px;outline:none;padding:0 25px 0 1rem;width:50%}.modalEditInfo-validation h3{margin:0 5%;text-align:center}.modalEditInfo-validation div{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;margin-top:2rem;width:100%}.modalEditInfo-submit{width:100%}.modalEditInfo-submit,.modalEditInfo-submit button{align-content:center;align-items:center;display:flex;justify-content:center}.modalEditInfo-submit button{background:var(--black-color);border:none;border-radius:20px;color:var(--white-color);height:2.6rem;margin-top:2rem;padding:.4375rem 2.75rem;width:30%}.modalEditInfo-submit button:hover{cursor:pointer}@media (max-width:920px){.modalEditInfo-main{height:85vh;width:80%}}.modalDeleteInfo{align-items:center;background-color:#000000e6;color:var(--black-color);display:flex;height:100vh;justify-content:center;position:fixed;top:5%;width:100%;z-index:10}.modalDeleteInfo .modalDeleteInfo-main{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;height:40vh;justify-content:space-between;padding:1rem 0 1.5rem;width:40%}.modalDeleteInfo .modalDeleteInfo-main h2{align-items:center;display:flex;font-size:30px;justify-content:center;text-align:center;width:100%}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-close{display:flex;justify-content:flex-end;padding:0 1rem 0 0}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-close svg{color:#000;height:30px;width:30px}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-close svg:hover{cursor:pointer}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-change,.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-submit{align-items:center;display:flex;flex-direction:column;justify-content:center}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-submit{align-content:center;gap:1.25rem;width:100%}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-submit #delete-button{background-color:red;background:red}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-submit button{background:var(--black-color);border:none;border-radius:20px;color:var(--white-color);height:2.6rem;padding:.4375rem 2.75rem;width:40%}.modalDeleteInfo .modalDeleteInfo-main .modalDeleteInfo-submit button:hover{cursor:pointer}.redeem-wait{background-color:#00000080;height:100vh;position:fixed;text-align:center;transition:background-color 1s linear;width:100%;z-index:10000}.redeem-wait,.redeem-wait div{align-items:center;display:flex;justify-content:center}.redeem-wait div{background-color:var(--white-color);border-radius:20px;color:var(--black-color);flex-direction:column;height:50%;width:40%}.redeem-wait h2{font-size:23px;margin-bottom:1rem;margin-left:2rem;margin-right:2rem}.redeem-wait h3{margin-left:1rem;margin-right:1rem}.user{background-color:var(--back-color)}.user-wrapper{padding-top:18vh}.user_noUser{align-items:center;display:flex;height:85vh;justify-content:center;width:100%}.user_noUser h2{color:var(--black-color)}.user-noUser{color:var(--black-color);height:auto}.user-noUser,.user-tabs{align-items:center;display:flex;justify-content:center;width:100%}.user-tabs{height:10vh}.user-tabs div{height:10vh;width:90%}.tabsUser,.user-tabs div{display:flex;justify-content:center}.tabsUser{align-items:center;background-color:var(--back-color);box-sizing:initial;cursor:pointer;font-family:UncutRegular,"sans-serif";font-size:22px;font-weight:700;margin:0 5rem;outline:none;padding:15px;position:relative;text-align:center;width:50%}.content-tabs-user,.content-user{height:auto;width:100%}.content-user{display:none}.active-content-user{align-items:center;color:var(--black-color);display:flex;height:auto;justify-content:center;width:100%}.unactive-tabs{color:#94998e}.active-tabs{border-bottom:3px solid var(--black-color)}.user-not-found{flex-direction:column;height:90vh;width:100%}.user-not-found,.user-not-found a{align-items:center;display:flex;justify-content:center}.user-not-found a{background-color:#000;border-radius:18px;color:#fff;font-size:1.3rem;height:2.5rem;margin-top:1rem;width:10rem}.user-not-found a:hover{cursor:pointer}@media (max-width:920px){.tabsUser{font-size:18px;margin:0 1rem}.user-not-found{height:90vh;text-align:center;width:100%}.user-not-found h1{font-size:1.3rem;width:100%}.content-tabs-user,.privateInfo{height:auto}}@media (max-width:425px){.tabsUser{font-size:1rem}}@media (max-width:365px){.tabsUser{margin:0 .5rem}}.phrase{align-items:center;background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:85vh;justify-content:center;text-align:center;width:100%}.phrase h2{font-size:80px;font-weight:700;letter-spacing:-3px;margin:0 10rem}.phrase h3{font-family:UncutRegular,"sans-serif";font-size:30px;font-weight:100;margin:40px 10rem}@media (max-width:900px){.phrase{width:100%}.phrase h2{align-items:center;font-size:50px;justify-content:center;width:90vw}.phrase h3{margin:40px 2rem}}@media (max-width:500px){.phrase{height:100vh}.phrase h3{font-size:1.25rem}}.sectionCenter{align-items:center;background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center;width:100%}.sectionCenter h2{font-size:45px;margin-bottom:50px;text-align:center}.sectionCenter-inside{align-items:center;display:grid;grid-template-columns:30% 40% 30%;justify-content:center;justify-items:center}.sectionCenter-inside h3{font-family:UncutRegular;font-size:25px;font-weight:400;margin:0 40px}@media (max-width:900px){.sectionCenter-inside{display:flex;flex-direction:column;margin-top:50px}}@media (max-width:500px){.sectionCenter h2{font-size:2rem}.sectionCenter-inside h3{font-size:1.25rem}.sectionCenter-inside img{height:100%!important;width:100%!important}}.sectionPlugin{align-items:center;background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:70vh;justify-content:center;width:100%}.sectionPlugin h2{font-size:45px;padding-bottom:50px}.sectionPlugin-info{align-items:center;display:grid;grid-template-columns:40% 60%;justify-content:center;justify-items:center}.sectionPlugin-info p{font-family:UncutRegular;font-size:20px;padding-left:150px;text-align:justify}.sectionPlugin-info picture{align-items:center;display:flex;justify-content:center}@media (max-width:900px){.sectionPlugin-info{display:flex;flex-direction:column;padding-right:0!important}.sectionPlugin-info p{margin:30px 20px;padding:0}.sectionPlugin-info img{display:flex;height:auto!important;margin-left:0!important;position:relative;width:80%!important}.sectionPlugin h2{margin:0 15px;text-align:center}}@media (max-width:500px){.sectionPlugin-info p{font-size:1rem}.sectionPlugin h2{font-size:2rem}}@media (max-height:500px){.sectionPlugin{height:auto}}.player{--bg:#613594;grid-gap:16px;background-color:var(--back-color);border-radius:64px;display:grid;grid-template-columns:48px 1fr 0;letter-spacing:1px;margin-top:25px;padding:2px 24px;position:relative;transition:all .35s linear;width:300px}.player:hover{cursor:pointer}#current,.control{align-items:flex-start;display:flex;height:100%;justify-content:center;padding-block:16px}.control:hover{color:green}#playbtn{height:30px;width:30px}#playbtn:hover{color:var(--black-color);cursor:pointer}.info{align-items:center;display:flex;font-size:21px;justify-content:center}#current{text-align:right}.bar{background-color:rgba(36,36,36,.141);border-radius:64px;bottom:var(--space);left:var(--space);overflow:hidden;position:absolute;right:var(--space);top:var(--space);z-index:-2}#progress{background-color:var(--black-color);display:block;height:100%;transition:all 1s linear;width:0;width:var(--progress,0)}.sampleSounds{background-color:var(--back-color);display:grid;grid-template-columns:38% auto 38%;height:85vh;width:100%;z-index:-100}.sounds-list{align-content:center;align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;text-align:center;z-index:10}.sounds-list h2{font-size:30px;font-weight:700}.sounds-list h3{color:#fff;font-size:23px;margin-top:2rem}.prueba{background-color:blue;height:100%;width:100%;z-index:1000}@media (max-width:1000px){.sampleSounds{display:flex;flex-direction:column;height:auto;padding:0 0 4rem}.sounds-list img{margin:7rem 0 0;transform:rotate(90deg);width:20%}.sounds-list h2{margin-bottom:20px;margin-top:110px}}@media (max-width:768px){.sounds-list .control{padding-block:.5rem}.sounds-list .info{font-size:1rem}.sounds-list h3{margin-top:7rem}}@media (max-width:375px){.player{width:220px}}@media (max-width:320px){.sampleSounds h2{margin-left:.5rem;margin-right:.5rem}}.download{background-color:var(--back-color);display:grid;grid-template-areas:"Title Title" "Mac Win";grid-template-columns:50% 50%;grid-template-rows:10% auto;height:75vh;width:100%}.download-title{align-items:center;display:flex;grid-area:Title;justify-content:center}.download h2{font-size:45px;text-align:center}.download h2,.download span{color:var(--black-color)}.download a{align-items:center;border-radius:20px;color:var(--white-color);cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin:0 20px;padding:10px;width:18rem}.download a p{margin:5px}.download-card-mac{grid-area:Mac}.download-card-win{grid-area:Win}.download-card-mac,.download-card-win{align-items:center;color:var(--black-color);display:flex;flex-direction:column;height:auto;justify-content:center}.download-card-mac h3,.download-card-win h3{font-size:2.6rem}.download-card-mac p,.download-card-win p{font-size:16px}.download-card-mac p:hover,.download-card-win p:hover{filter:brightness(.9)}.download-card{align-items:center;background-color:#fff;border:2px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #00000040;display:flex;flex-direction:column;height:50vh;justify-content:center;width:85%}.download-card span{color:var(--white-color)}.icon-mac{height:10rem;margin-bottom:40px;margin-top:25px;width:10rem}.icon-win{height:9rem;margin-bottom:40px;margin-top:40px;width:9rem}.download-downloads{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width:900px){.download{display:flex;flex-direction:column;height:auto}.download a{margin:20px 0;width:70%}.download a p{margin:.2rem 0}.download a svg{margin:0 .5rem}.download-card{height:auto;margin:50px 0}.download-card-mac h3,.download-card-win h3{margin:30px 0}.download-downloads{flex-direction:column;margin:20px 0;width:100%}}.fullVideo{background-color:var(--back-color);display:grid;grid-template-columns:90%;height:100vh;justify-content:center;width:100%}.fullVideo div{align-items:center;display:flex;height:100vh;width:100%}.fullVideo div iframe{height:90vh;width:100%}@media (max-width:1000px){.fullVideo{margin-top:3rem}.fullVideo,.fullVideo div{height:60vh}.fullVideo div iframe{height:50vh}}@media (max-width:550px){.fullVideo,.fullVideo div{height:35vh}.fullVideo div iframe{height:25vh}}.card{align-items:center;animation-duration:1.5s;animation-fill-mode:forwards;animation-name:moveLeft;color:var(--black-color);display:flex;flex-direction:column;justify-content:center;margin:3rem 5rem 5rem;max-width:750px;padding-bottom:30px;text-align:center}.card img{-webkit-clip-path:circle();clip-path:circle();margin-bottom:30px;width:200px}.card h2{font-size:40px}.card h3{font-size:20px;margin:1rem 0}.card h3,.card p{font-family:UncutRegularItalic;font-weight:100}.card p{font-size:15px}.card div{display:flex}.card div h3{color:#000;margin:2rem 2.5rem;text-decoration:underline}@media (max-width:900px){.card{margin:0}}@media (max-width:425px){.card p{font-size:1rem}.card{max-width:900px}}.testimonial{background-color:var(--back-color);color:var(--black-color);display:grid;grid-template-areas:"Title Title" "Card Card";grid-template-columns:100%;grid-template-rows:20% auto;height:100vh;margin-bottom:2rem;width:100%}.testimonial-title{text-align:center}.testimonial-cards,.testimonial-title{align-items:center;display:flex;justify-content:center}.testimonial-cards{grid-area:Card}.testimonial h2{font-size:28px;grid-area:Title}.testimonial-card{background-color:blue}.carrousel-img{width:100px}.testimonial-arrow:hover:hover{cursor:pointer}@media (max-width:900px){.testimonial{align-items:center;height:auto;justify-content:center;justify-items:center}.testimonial h2,.testimonial-cards .svg{margin:0}.testimonial-cards .css-i4bv87-MuiSvgIcon-root{margin:0!important;margin:0 2rem}}@media (max-width:425px){.testimonial-cards{margin-bottom:2rem;width:100%}}@media (max-width:320px){.testimonial-cards svg{font-size:1rem;margin:0}}@media (max-height:500px){.testimonial{height:auto;margin-bottom:1rem}}.infoTabs{background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:auto;margin:2rem 0;position:relative;width:100%}.infoTabs-bloc-tabs,.infoTabs-tabs{align-items:center;display:flex;justify-content:center}.infoTabs-tabs{background-color:var(--back-color);box-sizing:initial;color:#94998e;cursor:pointer;font-family:UncutBold,"sans-serif";font-size:22px;font-weight:700;outline:none;padding:15px;position:relative;text-align:center;width:30%}.infoTabs-active-tabs{background-color:var(--back-color);border-bottom:3px solid var(--black-color);color:#000}.infoTabs-active-tabs:before{background-color:var(--back-color);content:"";display:block;height:5px;left:50%;position:absolute;top:-5px;transform:translateX(-50%);width:calc(100% + 2px)}button{border:none}.infoTabs-content-tabs{flex-grow:1}.infoTabs-content-tabs ul{margin-left:40px}.infoTabs-content-tabs li{font-family:UncutRegular,"sans-serif";font-size:18px;font-weight:100;list-style:none;margin:10px 0}.infoTabs-content-tabs p{font-size:17px;margin-left:1.4rem}.infoTabs-content{background-color:var(--back-color);display:none;font-family:UncutRegular,"sans-serif";font-weight:100;height:100%;margin:3rem 0;width:90%}.infoTabs-content h2{padding:0 0 5px}.infoTabs-content hr{background-color:var(--back-color);height:2px;margin-bottom:5px;width:100px}.infoTabs-content p{height:100%;padding:0;width:100%}.infoTabs-active-content{display:block}.infoTabs-content-platforms{margin-right:6rem}.infoTabs-content-platforms img{height:50px;width:50px}.infoTabs-content-platforms-ind{margin:30px}.infoTabs-content-platforms-ind p{margin-top:5px}.infoTabs-content-platforms-os{align-items:center;display:flex;font-weight:700;justify-content:center}.infoTabs-content-platforms-os p{margin-left:20px}.infoTabs-platforms{align-items:center;display:flex;justify-content:space-between}@media (max-width:900px){.infoTabs{margin:5rem 0 0}.infoTabs-tabs{font-size:17px}.infoTabs-platforms{flex-direction:column}.infoTabs-content-tabs{align-items:center;display:flex;justify-content:center}.infoTabs-content-tabs ul{margin:0;padding:0}.infoTabs-content-platforms{margin:0 10px;width:100%}.infoTabs-content-platforms-ind{margin:20px}}@media (max-width:425px){.infoTabs-content-tabs li{font-size:1rem}}.sectionUpDown{align-items:center;background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:70vh;justify-content:center;text-align:center;width:100%}.sectionUpDown h2{font-size:45px;margin-bottom:50px}.sectionUpDown p{font-family:UncutRegular;font-size:20px;margin:50px 50px 0}.sectionUpDown img{margin:10px 20px}.actions-content{align-items:center;background-color:var(--black-color);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:30vh;justify-content:center;width:100%}.actions-content h2{color:var(--white-color);font-size:2.7rem;margin-bottom:2rem}.actions-content .actions-content-content{display:flex}.actions-content .actions-content-div{align-items:center;display:flex;flex-direction:column;margin:0 3rem}.actions-content .actions-content-div h3{font-family:UncutBold,"sans-serif";font-size:1.7em}.actions-content .actions-content-div h4{font-family:UncutRegular,"sans-serif";font-size:1.1rem;margin:0 0 0 2rem}.actions-content .actions-content-div a{align-items:center;background-image:linear-gradient(225deg,var(--colorOne) 0,var(--colorTwo) 50%,var(--colorTres) 100%);border-radius:20px;box-shadow:0 0 0 0 var(--colorOne),0 0 0 0 var(--colorTwo);color:var(--black-color);display:flex;font-size:1.5rem;font-weight:500;height:3.5rem;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:15rem}.actions-content .actions-content-div .carritoHeader{align-items:center;display:flex;justify-content:center;margin:0 2rem}.actions-content .actions-content-div .carritoHeader p{margin:0 10px}.actions-content .actions-content-div .main-view-image-trial-time{color:#fff;display:flex;font-family:UncutRegular,"sans-serif";font-size:14px;justify-content:center;margin:.6rem}@media (max-width:1024px){.actions-content .actions-content-div{flex-direction:column;margin:0 1rem}.actions-content .actions-content-div h3{font-size:20px;margin:0 0 0 1rem}.actions-content .actions-content-div h4{font-size:17px;margin:0 0 0 1rem}.actions-content .actions-content-div h3{font-size:16px}.actions-content .actions-content-div h4{font-size:15px}.actions-content{height:50vh}.actions-content h2{text-align:center}.actions-content .actions-content-content{display:flex;flex-direction:column}.actions-content .actions-content-content .actions-content-div{margin:1rem 0}}@media (max-width:320px){.actions-content{height:60vh}}.centerPlugin{margin:0 3rem;position:relative}.centerPlugin img{height:auto;width:100%}@media (max-width:425px){.centerPlugin{margin:0 1rem}}.centerPlugin-text{align-items:center;color:var(--black-color);display:flex;flex-direction:column;justify-content:center;margin:4rem 0}.centerPlugin-text h2{font-size:38px;margin:0 0 1rem;text-align:center}.centerPlugin-text h3{font-family:UncutRegular;font-size:20px;font-weight:100;text-align:center}@media (max-width:425px){.centerPlugin-text{margin:4rem 1rem 10rem}.centerPlugin-text h2,.centerPlugin-text h3{text-align:center}}@media (max-width:375px){.centerPlugin-text h2{font-size:2.2rem}.centerPlugin-text h3{font-size:1.2rem}}.centerPluginContent-text{align-items:center;color:var(--black-color);display:flex;flex-direction:column;justify-content:center;margin:4rem 25rem}.centerPluginContent-text h2{font-size:2.2rem;margin:0 4rem 0 2rem;text-align:left}.centerPluginContent-text h3{font-family:UncutRegular;font-size:2.2rem;font-weight:100;margin:0 4rem 1.5rem 2rem;text-align:left}.centerPluginContent-text h4{font-family:UncutRegular;font-size:1.2rem;font-weight:100;margin:0 4rem 0 2rem;text-align:center}@media (max-width:1200px){.centerPluginContent-text{margin:3rem 3rem 4rem}}@media (max-width:425px){.centerPluginContent-text{margin:3rem 0}.centerPluginContent-text h2,.centerPluginContent-text h3{margin:0;text-align:center}.centerPluginContent-text h4{margin:3rem 3rem 4rem;width:75%}}@media (max-width:375px){.centerPluginContent-text h2{font-size:2.2rem}.centerPluginContent-text h3{font-size:1.2rem}}.rightText-plugin{color:var(--white-color);margin:0 -1rem;width:140%}.rightText-plugin div{width:50%}.rightText-plugin h2{font-size:2.2rem;margin:0 7rem 2rem}.rightText-plugin h3{font-family:UncutRegular;font-size:1.2rem;font-weight:100;margin:0 7rem;width:75%}@media (max-width:1024px){.rightText-plugin{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.rightText-plugin h2{margin:0 5rem 0 7rem}.rightText-plugin h3{margin:3rem 4rem;text-align:center;width:70%}}@media (max-width:768px){.rightText-plugin h2{margin:-1rem 4rem 4rem;text-align:center}}@media (max-width:425px){.rightText-plugin h2{margin:-1rem 2rem 4rem}}.rightPlugin{margin-right:4rem;position:relative;top:-3.5vh;z-index:9}.rightPlugin img{height:auto;width:100%}@media (max-width:1920px){.rightPlugin{align-items:center;display:flex;justify-content:center}.rightPlugin img{width:80%}}@media (max-width:920px){.rightPlugin{margin:0 3.5rem}}@media (max-width:700px){.rightPlugin{top:-17vh}}@media (max-width:570px){.rightPlugin{top:-27vh;top:-7vh}}.imageTextLeft-plugin{align-items:center;color:var(--black-color);display:flex;justify-content:center;width:100%}.imageTextLeft-plugin img{height:auto;margin:6rem;width:100%}.imageTextLeft-plugin div{margin:2rem 0;width:100%}.imageTextLeft-plugin div h2{font-size:2.2rem;margin:0 2rem;text-align:center;text-align:left}.imageTextLeft-plugin div h3{font-size:2.2rem;margin:0 2rem 1.5rem}.imageTextLeft-plugin div h3,.imageTextLeft-plugin div h4{font-family:UncutRegular;font-weight:100;text-align:center;text-align:left}.imageTextLeft-plugin div h4{font-size:1.2rem;margin:0 2rem}@media (max-width:1280px){.imageTextLeft-plugin{flex-direction:column}.imageTextLeft-plugin img{margin:2rem 4rem 2rem 6rem;width:55%}.imageTextLeft-plugin h2{margin:4rem 4rem 4rem 0}.imageTextLeft-plugin h4{margin:0;text-align:center;width:100%}.imageTextLeft-plugin div{align-items:center;display:flex;flex-direction:column;justify-content:center}.imageTextLeft-plugin div h2,.imageTextLeft-plugin div h3{margin:0 0 1rem;text-align:center}.imageTextLeft-plugin div h4{margin:3rem 3rem 4rem;text-align:center;width:80%}}@media (max-width:920px){.imageTextLeft-plugin img{margin:4rem;width:70%}.imageTextLeft-plugin h2{margin:1rem 4rem 4rem}}@media (max-width:375px){.imageTextLeft-plugin img{width:80%}.imageTextLeft-plugin h2{margin:1rem 2rem 4rem}}.imageTextRight-plugin{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white-color);display:flex;height:37vh;justify-content:center;width:100%}.imageTextRight-plugin img{height:19rem;margin:6rem 10rem 6rem 0;width:20rem}.imageTextRight-plugin div{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:0 5rem 0 4rem;width:100%}.imageTextRight-plugin div h2{font-size:2.2rem;margin:0 4rem 0 2rem;text-align:left}.imageTextRight-plugin div h3{font-family:UncutRegular;font-size:2.2rem;font-weight:100;margin:0 4rem 1.5rem 2rem;text-align:left}.imageTextRight-plugin div h4{font-family:UncutRegular;font-size:1.2rem;font-weight:100;margin:0 2rem;text-align:left}@media (max-width:1200px){.imageTextRight-plugin div{align-items:center}.imageTextRight-plugin div h4{text-align:center}.imageTextRight-plugin img{margin:6rem 0}}@media (max-width:1020px){.imageTextRight-plugin{height:100vh}.imageTextRight-plugin h2{padding-right:0}.imageTextRight-plugin img{margin:6rem}.imageTextRight-plugin div{margin:0}.imageTextRight-plugin div h2{margin:3rem 0 1rem;text-align:center}.imageTextRight-plugin div h3{margin:0 0 1rem;text-align:center}.imageTextRight-plugin div h4{margin:3rem 3rem 4rem;text-align:center;width:75%}}@media (max-width:1200px){.imageTextRight-plugin{flex-direction:column;height:100vh}.imageTextRight-plugin h2{margin:4rem 4rem 0}.imageTextRight-plugin img{height:23rem;width:25rem}}@media (max-width:600px){.imageTextRight-plugin img{height:auto;width:75%}}@media (max-width:375px){.imageTextRight-plugin h2{margin:4rem 2rem 1rem}.imageTextRight-plugin img{margin:2rem 0 4rem}}.sender-receiver{align-items:center;color:var(--black-color);display:flex;height:auto;justify-content:center;width:100%}.sender-receiver .sender-receiver-section{align-items:center;display:flex;flex-direction:column}.sender-receiver .sender-receiver-section h2{font-size:2.2rem;margin:0 4rem 0 2rem}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs{align-items:center;display:flex}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs div{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 1rem}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs-images{display:flex;flex-direction:column;margin:0 0 6rem}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs-images .sender-receiver-section-knobs-images-one{position:relative;top:6rem;z-index:-3}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs-images .sender-receiver-section-knobs-images-two{position:relative;top:3rem;z-index:-2}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs-images .sender-receiver-section-knobs-images-three{margin:0 0 1rem}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs-images h3{margin:0 0 6rem}.sender-receiver img{width:150px}.sender-receiver .sender-receiver-line{background-color:var(--black-color);color:var(--black-color);display:block;height:40vh;margin:0 4rem;width:1px}@media (max-width:1200px){.sender-receiver img{width:120px}}@media (max-width:1100px){.sender-receiver img{width:110px}}@media (max-width:1000px){.sender-receiver img{width:100px}}@media (max-width:900px){.sender-receiver{flex-direction:column}.sender-receiver .sender-receiver-section h2{margin:0}.sender-receiver .sender-receiver-section .sender-receiver-section-knobs{width:100%}.sender-receiver img{width:140px}.sender-receiver .sender-receiver-line{display:none;margin:0;transform:rotate(90deg)}}@media (max-width:550px){.sender-receiver img{width:100px}}@media (max-width:400px){.sender-receiver img{width:80px}}.plugin-overlay-right-twiz{align-items:center;background-blend-mode:soft-light;background-image:url(/static/media/backOne.e61736c55cfdeb797e1f.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;height:37vh;position:relative}@media (max-width:1024px){.plugin-overlay-right-twiz{flex-direction:column-reverse;height:90vh}}@media (max-width:768px){.plugin-overlay-right-twiz{flex-direction:column-reverse;height:90vh}}@media (max-width:425px){.plugin-overlay-right-twiz{height:65vh}}@media (max-width:375px){.plugin-overlay-right-twiz{height:90vh}}.plugin-overlay-center{align-items:center;display:flex;flex-direction:column;position:relative;top:-8vh;z-index:9}@media (max-width:425px){.plugin-overlay-center{top:-5vh}}.plugin-overlay-right-gumm{align-items:center;background-blend-mode:soft-light;background-image:url(/static/media/backOne.471720a5f32606cf3da8.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;height:37vh;position:relative}@media (max-width:1024px){.plugin-overlay-right-gumm{flex-direction:column-reverse;height:90vh}}@media (max-width:768px){.plugin-overlay-right-gumm{flex-direction:column-reverse;height:100vh}}@media (max-height:500px){.plugin-overlay-right{height:auto}}@keyframes fade_in_show{0%{opacity:0}to{opacity:1}}.hover-plugin{align-items:center;background:#dbd17c;background:linear-gradient(1turn,#dbd17c 51%,#d6bf7e 59%,#cc9a81 65%,#c47c84 74%,#bd6386 86%);display:flex;height:auto;justify-content:center;width:100%;z-index:9}.hover-plugin img{height:auto;margin:12% 0;width:55%}.hover-plugin .hover-plugin-plus{align-items:center;background-color:#bb6083;border:1px solid var(--white-color);border-radius:50%;display:flex;height:1.8rem;justify-content:center;position:absolute;width:1.8rem}.hover-plugin .hover-plugin-plus p{color:var(--white-color)}.hover-plugin .hover-plugin-plus:hover{cursor:pointer}.hover-plugin .hover-plugin-plus:before{animation:ripple 2s ease-out infinite}.hover-plugin .hover-plugin-plus:after,.hover-plugin .hover-plugin-plus:before{border:2px solid #bb6083;border-radius:1em;bottom:0;box-sizing:border-box;content:"";left:0;position:absolute;right:0;top:0}.hover-plugin .hover-plugin-plus:after{animation:ripple 2s ease-out 1s infinite}.hover-plugin .hover-plugin-bubble{align-items:center;animation:fade_in_show .5s;background-color:#f5f5f5;border-radius:5%;display:flex;flex-direction:column;height:18rem;justify-content:center;left:10%;position:absolute;width:15rem}.hover-plugin .hover-plugin-bubble h3,.hover-plugin .hover-plugin-bubble p{color:#bb6083;margin:1rem;text-align:center}.hover-plugin .hover-plugin-bubble p{font-family:UncutRegular,sans-serif}.hover-plugin .hover-plugin-bubble .hover-plugin-line{background-color:#bb6083;height:2px;margin-bottom:.5rem;margin-top:.5rem;width:85%}.hover-plugin .hover-plugin-mobile-modal{align-items:center;animation:fade_in_show .5s;background-color:#f5f5f5d9;color:#bb6083;display:flex;flex-direction:column;height:100vh;justify-content:center;position:fixed;top:15%;width:100%;z-index:100}.hover-plugin .hover-plugin-mobile-modal h3{font-size:1.7rem;margin-bottom:1.5rem}.hover-plugin .hover-plugin-mobile-modal p{font-family:UncutRegular,sans-serif;font-size:1.5rem;margin:0 3rem;text-align:center}.hover-plugin .hover-plugin-mobile-modal .hover-plugin-line{background-color:#bb6083;height:2px;margin-bottom:2rem;margin-top:.5rem;width:87%}.hover-plugin .hover-plugin-mobile-modal .hover-plugin-mobile-modal-close{align-items:center;background-color:#bb6083;border-radius:1rem;color:#f5f5f5;display:flex;height:2rem;justify-content:center;margin:5rem 0;width:20%}.hover-plugin .hover-plugin-mobile-modal .hover-plugin-mobile-modal-close:hover{cursor:pointer}@keyframes ripple{0%{opacity:.25}to{border-radius:2em;opacity:0;transform:scale(3)}}@media (max-width:920px){.hover-plugin img{width:90%}}.sweetpoint-plugin-overlay-center{align-items:center;background:linear-gradient(180deg,#000,#2f2f2f 65%,#dad079);color:#fff;display:flex;flex-direction:column;justify-content:center;padding-bottom:4rem}.sweetpoint-plugin-overlay-center .center-plugin-asset{margin-top:3.3rem}.sweetpoint-plugin-overlay-center h3{font-size:26px}@media (max-width:768px){.sweetpoint-plugin-overlay-center h3{font-size:22px}.sweetpoint-plugin-overlay-center .centerPlugin{align-items:center;display:flex;justify-content:center}.sweetpoint-plugin-overlay-center .centerPlugin img{width:150%}}.sweetpoint-plugin-overlay-center .centerPlugin{width:100%}.sweetpoint-pad-assist{align-items:center;background:linear-gradient(90deg,#212121 50%,#bb6083);display:flex;flex-direction:row;height:100vh;justify-content:space-around;width:100%}@media (max-width:768px){.sweetpoint-pad-assist{background:linear-gradient(180deg,#212121 50%,#bb6083);flex-direction:column;height:auto;justify-content:center}}.sweetpoint-pad-assist .sweetpoint-pad-assist-content{align-items:flex-start;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-left:10rem;margin-right:2rem;width:45%}.sweetpoint-pad-assist .sweetpoint-pad-assist-content h2{font-size:38px}.sweetpoint-pad-assist .sweetpoint-pad-assist-content p{font-family:UncutRegular,sans-serif;font-size:24px;margin-bottom:2.4rem;width:85%}.sweetpoint-pad-assist .sweetpoint-pad-assist-content img{height:auto;margin-bottom:2.4rem;margin-left:3rem;width:60%}.sweetpoint-pad-assist .sweetpoint-pad-assist-content .sweetpoint-pad-assist-line{background-color:#bb6083;height:1px;margin-bottom:3rem;margin-top:2rem;width:85%}@media (max-width:1300px){.sweetpoint-pad-assist .sweetpoint-pad-assist-content{margin-left:5rem;width:50%}.sweetpoint-pad-assist .sweetpoint-pad-assist-content p{font-size:22px}}@media (max-width:768px){.sweetpoint-pad-assist .sweetpoint-pad-assist-content{align-items:center;margin:4rem 1rem;width:90%}.sweetpoint-pad-assist .sweetpoint-pad-assist-content h2,.sweetpoint-pad-assist .sweetpoint-pad-assist-content h3{text-align:center}.sweetpoint-pad-assist .sweetpoint-pad-assist-content h2{font-size:2.2rem}.sweetpoint-pad-assist .sweetpoint-pad-assist-content img{margin-left:0;width:40%}.sweetpoint-pad-assist .sweetpoint-pad-assist-content p{font-size:18px}}@media (max-width:425px){.sweetpoint-pad-assist .sweetpoint-pad-assist-content img{width:70%}}.sweetpoint-pad-assist .sweetpoint-smart-assist-img img{width:80%}@media (max-width:768px){.sweetpoint-pad-assist .sweetpoint-smart-assist-img img{width:140%}}.sweetpoint-pad-assist .sweetpoint-pad-assist-image{align-items:center;display:flex;justify-content:center;width:55%}@media (max-width:1024px){.sweetpoint-pad-assist .sweetpoint-pad-assist-image{margin-right:4rem}.sweetpoint-pad-assist .sweetpoint-pad-assist-image img{height:auto;width:100%}}@media (max-width:1300px){.sweetpoint-pad-assist .sweetpoint-pad-assist-image img{width:85%}}@media (max-width:768px){.sweetpoint-pad-assist .sweetpoint-pad-assist-image{margin-bottom:4rem;margin-right:0}.sweetpoint-pad-assist .sweetpoint-pad-assist-image img{height:auto;width:140%}}.sweetpoint-adjustments{align-items:center;background:linear-gradient(270deg,#212121 50%,#dad079);display:flex;flex-direction:row;height:100vh;justify-content:space-around;width:100%}@media (max-width:768px){.sweetpoint-adjustments{background:linear-gradient(180deg,#212121 50%,#dad079);flex-direction:column;height:auto;justify-content:center}}.sweetpoint-adjustments .sweetpoint-adjustments-image{align-items:center;display:flex;justify-content:center;width:55%}@media (max-width:768px){.sweetpoint-adjustments .sweetpoint-adjustments-image{margin-top:4rem}.sweetpoint-adjustments .sweetpoint-adjustments-image img{height:auto;width:120%}}.sweetpoint-adjustments .sweetpoint-adjustments-content{align-items:flex-start;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-left:10rem;margin-right:2rem;width:45%}.sweetpoint-adjustments .sweetpoint-adjustments-content h3{font-family:UncutRegular,sans-serif}.sweetpoint-adjustments .sweetpoint-adjustments-content h2{font-size:38px}@media (max-width:768px){.sweetpoint-adjustments .sweetpoint-adjustments-content{align-items:center;margin:4rem 1rem;width:90%}.sweetpoint-adjustments .sweetpoint-adjustments-content h2,.sweetpoint-adjustments .sweetpoint-adjustments-content h3{text-align:center}.sweetpoint-adjustments .sweetpoint-adjustments-content h2{font-size:2rem}.sweetpoint-adjustments .sweetpoint-adjustments-content img{margin-left:0}}.sweetpoint-adjustments .sweetpoint-adjustments-content .sweetpoint-adjustments-content-line{background-color:#dad079;height:1px;margin-bottom:3rem;margin-top:2rem;width:85%}.sweetpoint-adjustments .sweetpoint-adjustments-content div{margin-bottom:2rem}.sweetpoint-adjustments .sweetpoint-adjustments-content div .sweetpoint-adjustments-content-bullet{align-items:center;display:flex;margin-bottom:1rem}.sweetpoint-adjustments .sweetpoint-adjustments-content div .sweetpoint-adjustments-content-bullet h2{font-size:32px}.sweetpoint-adjustments .sweetpoint-adjustments-content div .sweetpoint-adjustments-content-bullet img{margin-right:.5rem;width:2rem}.sweetpoint-adjustments .sweetpoint-adjustments-content div p{font-family:UncutRegular,sans-serif;font-size:20px;width:80%}@media (max-width:768px){.sweetpoint-adjustments .sweetpoint-adjustments-content div p{font-size:18px;margin-left:1rem}}@media (max-width:425px){.sweetpoint-adjustments .sweetpoint-adjustments-content div{margin-left:1rem}}.sweetpoint-testimonial{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:35vh;justify-content:center;width:100%}@media (max-width:768px){.sweetpoint-testimonial{height:auto}}.sweetpoint-testimonial .sweetpoint-testimonial-content{align-items:center;display:flex;justify-content:center;width:100%}.sweetpoint-testimonial .sweetpoint-testimonial-content h2{color:#fff;font-size:2.5rem;margin:0 1rem;text-align:center}@media (max-width:768px){.sweetpoint-testimonial .sweetpoint-testimonial-content h2{font-size:1.5rem;margin:5rem 1rem}}.sweetpoint-testimonial .sweetpoint-testimonial-circle-container{align-items:center;display:flex;justify-content:space-evenly;width:100%}@media (max-width:1024px){.sweetpoint-testimonial .sweetpoint-testimonial-circle-container{margin:4rem 0}}@media (max-width:768px){.sweetpoint-testimonial .sweetpoint-testimonial-circle-container{flex-direction:column}}.sweetpoint-testimonial .sweetpoint-testimonial-circle-container .sweetpoint-testimonial-circle{background-color:#fff;border-radius:50%;height:15rem;margin:0;width:15rem}@media (max-width:1024px){.sweetpoint-testimonial .sweetpoint-testimonial-circle-container .sweetpoint-testimonial-circle{height:12rem;width:12rem}}@media (max-width:768px){.sweetpoint-testimonial .sweetpoint-testimonial-circle-container .sweetpoint-testimonial-circle{margin-bottom:1rem}}@media (max-width:425px){.sweetpoint-testimonial .sweetpoint-testimonial-circle-container .sweetpoint-testimonial-circle{height:10rem;width:10rem}}@media (max-width:375px){.sweetpoint-testimonial .sweetpoint-testimonial-circle-container .sweetpoint-testimonial-circle{height:8rem;width:8rem}}.sweetpoint-testimonial .sweetpoint-testimonial-text{color:#fff;margin-right:3rem;width:50%}.sweetpoint-testimonial .sweetpoint-testimonial-text h2{margin-bottom:2rem}.sweetpoint-testimonial .sweetpoint-testimonial-text h3{font-family:UncutRegular,sans-serif;font-weight:100}@media (max-width:768px){.sweetpoint-testimonial .sweetpoint-testimonial-text{margin-right:0;text-align:center;width:80%}}.arrow-right{border-bottom:20px solid #0000;border-left:30px solid #fff;border-top:20px solid #0000;height:0;width:10%}@media (max-width:1024px){.arrow-right{width:5%}}@media (max-width:768px){.arrow-right{width:3%}}@media (max-width:425px){.arrow-right{border-bottom:13px solid #0000;border-left:23px solid #fff;border-top:13px solid #0000;width:5%}}.arrow-left{border-bottom:20px solid #0000;border-right:30px solid #fff;border-top:20px solid #0000;height:0;width:10%}@media (max-width:1024px){.arrow-left{width:5%}}@media (max-width:768px){.arrow-left{width:3%}}@media (max-width:425px){.arrow-left{border-bottom:13px solid #0000;border-right:23px solid #fff;border-top:13px solid #0000;width:5%}}.sweetpoint-imageTextRight-plugin{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white-color);display:flex;height:50vh;justify-content:center;width:100%}.sweetpoint-imageTextRight-plugin .centerText{align-self:center;display:flex;flex-direction:column;text-align:center;width:60%}.sweetpoint-imageTextRight-plugin .centerText h2{font-size:2.2rem}.sweetpoint-imageTextRight-plugin .centerText h3{font-family:UncutRegular;font-weight:100}.sweetpoint-imageTextRight-plugin .centerText h2,.sweetpoint-imageTextRight-plugin .centerText h3{color:#e9e9e9;width:100%}.sweetpoint-imageTextRight-plugin .centerText h3{font-size:1.3rem;width:85%}.sweetpoint-imageTextRight-plugin .centerText .title-main{font-weight:700}.sweetpoint-imageTextRight-plugin .centerText .title-second{font-size:2rem;margin-bottom:2.4rem}.sweetpoint-flavio-credits{align-items:center;display:flex;justify-content:center;width:100%}.sweetpoint-flavio-credits h3{font-size:1rem;margin:4rem 0;text-align:center;width:80%}.sweetpoint-flavio-credits a{border-bottom:1px solid #000;color:#000}.payment_processing{background-color:#00000080;height:100vh;position:fixed;text-align:center;transition:background-color 1s linear;width:100%;z-index:10000}.payment_processing,.payment_processing div{align-items:center;display:flex;justify-content:center}.payment_processing div{background-color:var(--white-color);border-radius:20px;color:var(--black-color);flex-direction:column;height:50%;width:40%}.payment_processing h2{font-size:23px;margin-bottom:1rem;margin-left:2rem;margin-right:2rem}.payment_processing h3{margin-left:1rem;margin-right:1rem}.loader{animation:mltShdSpin 1.7s ease infinite,round 1.7s ease infinite;border-radius:50%;color:var(--black-color);font-size:45px;height:1em;margin-top:4rem;overflow:hidden;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}.refund-policy-container{align-items:center;display:flex;justify-content:flex-start;margin:1rem .7rem;width:100%}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.payment_container-empty{align-items:center;background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:85vh;justify-content:center;width:100%}.payment_container-empty h1{margin-bottom:25px;text-align:center}.payment_container-empty h3{margin:20px 0}.payment_container-empty p{background-color:var(--black-color);border-radius:20px;color:var(--white-color);font-size:1.2rem;height:3rem;text-align:center;width:20%}.payment_container-empty a,.payment_container-empty p{align-items:center;display:flex;justify-content:center}.payment_container-empty a{width:100%}.payment-adress-data span{color:red;font-size:.75rem}.payment_chooser{align-items:flex-start;display:flex;flex-direction:column;height:20vh;justify-content:center;margin:0 20px;padding:20px;width:100%}.payment_chooser h3{font-size:1.85rem;margin:20px 0}.payment_chooser label{align-items:center;display:flex;font-size:18px;justify-content:flex-start;margin:10px 20px}.payment_chooser .payment_chooser_options{display:flex;flex-direction:column}.payment_chooser .option-input{-webkit-appearance:none;-o-appearance:none;appearance:none;background:#f1f1f1;border:none;border-radius:50%;cursor:pointer;display:inline-block;height:20px;margin-right:.5rem;outline:none;position:relative;transition:all .15s ease-out 0s;width:20px;z-index:1000}.payment_chooser .option-input:hover{background:#9faab7}.payment_chooser .option-input:checked:before{align-items:center;color:#fff;content:"●";display:flex;font-family:Font Awesome\ 5 Free;font-size:15px;font-weight:700;justify-content:center}.payment_chooser .option-input:checked{background:var(--black-color)}.payment,.payment_container,.payment_container a{background-color:#fff;color:var(--black-color)}.payment_container>h1{font-size:30px;font-weight:700;padding:40px;text-align:center}.payment_container>h1 a{text-decoration:none}.payment_title{flex:.2 1;font-size:25px;margin:20px 0}.payment_section,.payment_section_product{border-bottom:1px solid #bababa;margin:0 20px;padding:20px}.payment_section,.payment_section_product{align-items:flex-start;display:flex;flex-direction:column}.payment_adress{font-size:16px;width:100%}.payment-adress-data{grid-gap:1%;display:grid;gap:1%;grid-template-columns:33% 33% 33%;justify-content:center;justify-items:center;width:100%}.payment-adress-data div{margin:.8rem 0;width:90%}.payment-adress-data p{margin:5px 10px}.payment-adress-data input{box-sizing:border-box;display:inline-block;font-family:UncutRegular,"sans-serif";font-size:14px;transition:.5s;width:100%}.payment-adress-data input,.payment-adress-data input[type=text]{color:#000;padding:.375rem .375rem .375rem .875rem}.payment-adress-data input,.payment-adress-data input[type=text],.payment-adress-data select{background:#fff;border:1px solid #a7a7a7;border-radius:4px;border-radius:18px;height:2.7rem;margin-top:.9375rem;width:100%!important}.payment-adress-data select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(https://www.pngmart.com/files/3/Down-Arrow-PNG-Clipart.png);background-position:calc(100% - 15px);background-repeat:no-repeat;background-size:15px;color:#a7a7a7;font-family:UncutRegular,"sans-serif";font-weight:700;padding:.375rem 15px .375rem .875rem}.payment-line{background-color:#000;height:1px;width:50%}.payment_details,.payment_items{align-items:center;display:flex;flex:.8 1;flex-direction:column;font-size:16px;justify-content:center;width:100%}.payment_details.paypal-button,.payment_details>form{margin:3rem 4rem;width:100%}.payment_details>h3{padding-bottom:20px}.payment_details>div>button{background-color:var(--black-color);border:1px solid;border-radius:2px;border-radius:20px;color:var(--white-color);display:flex;font-weight:bolder;height:3rem;justify-content:center;margin-top:10px;width:100%}.payment_details>div>button:hover{cursor:pointer}.payment_details_buyButton{background-color:var(--black-color);border:1px solid;border-radius:2px;border-radius:20px;color:var(--white-color);display:flex;font-weight:bolder;height:3rem;justify-content:center;margin-top:10px;width:100%}.payment_details_buyButton:hover{cursor:pointer}.payment_details_buyButton button{align-items:center;background-color:var(--transparent-color);display:flex;justify-content:center;width:100%}.payment_details_buyButton button:hover{cursor:pointer}.payment_details_buyButton span{background-color:none;color:var(--white-color)}.payment-method{flex-direction:row;flex-wrap:nowrap;justify-content:space-around}.payment-button,.payment-method{align-items:center;display:flex;width:100%}.payment-button{margin:0 2rem}.credit-debit-button{align-items:center;background-color:var(--black-color);border-radius:.25rem;box-sizing:border-box;color:#fff;display:flex;font-size:.9rem;font-weight:700;justify-content:center;margin:.75rem 0;padding-bottom:.75rem;padding-top:.75rem;position:relative;text-align:center;text-decoration:none;width:100%}.credit-debit-button:hover{cursor:pointer}.paypal-button{width:100%}@media (max-width:768px){.payment-method{flex-direction:column}}.payment_pay{align-items:center;height:50px;justify-content:center;margin:2rem;width:50%}.payment-coupon{align-items:flex-start;width:100%}.payment-coupon,.payment-coupon div{display:flex;flex-direction:column;justify-content:center}.payment-coupon div{align-items:center;margin:20px 0;width:20%}.payment-coupon div h3{margin-top:1rem}.payment-coupon h4{margin-bottom:10px}.payment-coupon input{box-sizing:border-box;display:inline-block;font-family:UncutRegular,"sans-serif";font-size:20px;position:relative;transition:.5s}.payment-coupon input,.payment-coupon input[type=text]{background:#fff;border:1px solid #a7a7a7;border-radius:4px;border-radius:18px;color:#000;height:2.7rem;margin-top:.9375rem;padding:.375rem .375rem .375rem .875rem;width:100%!important}.payment-coupon p{align-items:center;background-color:var(--black-color);border-radius:10px;color:var(--white-color);display:flex;height:30px;justify-content:center;margin:15px;text-align:center;width:100px}.checkoutProduct_image_container{border-radius:25px;height:80%;margin:1rem;width:80%}.payment-coupon p:hover{cursor:pointer}.checkoutProduct{height:40%;margin:30px 0}.checkoutProduct_image{border:4px solid #c6c5c5;border-radius:25px;height:70%;margin:.8rem;width:50%}.payment_title_total{font-size:30px;font-weight:700;margin:3rem 0;text-align:center;width:100%}.payment_total{width:100%}.payment_priceContainer,.payment_total{align-content:center;align-items:center;display:flex;justify-content:center}.payment_priceContainer{flex-direction:column;margin-bottom:3rem;width:40%}.payment_priceContainer h3{font-size:23px;text-align:center}.payment_buy{align-items:center;display:flex;font-size:1.5rem;height:2rem;justify-content:center}.paypal-checkout-button{margin-top:.8rem;width:100%}@media (max-width:920px){.checkoutProduct{box-shadow:1px 8px 8px #00000040;height:50vh;margin:1rem 0;width:100%}.checkoutProduct_image_container{height:100%;margin:0;width:100%}.payment_section_product{align-items:center}.checkoutProduct_image{width:300px!important}.payment_details,.payment_items{align-items:center;display:flex;flex-direction:column}.payment_details .paypal-button,.payment_details>form{margin:2rem 4rem;width:90%}.payment_priceContainer{width:90%}.payment_section{align-items:center}.payment-adress-data,.payment-adress-data div{align-items:center;display:flex;flex-direction:column;justify-content:center}.payment-adress-data div{align-content:center}.payment_pay{width:100%}.payment_container-empty p{width:50%}.refund-policy-container{margin:1rem 0}.refund-policy-container svg{margin:0}.payment-coupon div{width:100%}}.thanksBuy .thanksBuy-main{align-items:center;background-color:var(--back-color);color:var(--black-color);display:flex;flex-direction:column;height:85vh;justify-content:center;width:100%}.thanksBuy .thanksBuy-main div{align-items:center;background-color:var(--black-color);border-radius:20px;color:var(--white-color);display:flex;height:40px;justify-content:center;margin:20px 0;width:10rem}.thanksBuy .thanksBuy-main div:hover{cursor:pointer;filter:brightness(.9)}.thanksBuy .thanksBuy-main h3,.thanksBuy .thanksBuy-main h4{margin-top:2rem}@media (max-width:425px){.thanksBuy .thanksBuy-main h1,.thanksBuy .thanksBuy-main h3{text-align:center}}.privacy{background-color:var(--back-color)}.privacy_text{align-items:center;color:var(--black-color);display:flex;flex-direction:column;height:auto;justify-content:center;margin:18vh 5% 50px;text-align:justify}.privacy_text h2{font-size:40px;margin:30px 0}.privacy_text h3{font-size:20px;margin:30px 0}.privacy_text p{font-family:UncutRegular,"sans-serif";font-size:15px;font-weight:100;margin:10px 0}@media (max-width:920px){.privacy_text h2,.privacy_text h3{text-align:center}.privacy_text p{width:100%}}.contactSection{align-content:center;background-color:var(--back-color);color:var(--black-color);display:grid;grid-template-columns:50% 50%;height:75vh;margin:3rem 0;width:100%}.contactSection button{background:var(--black-color);border:none;border-radius:2px;border-radius:20px;color:var(--white-color);cursor:pointer;margin-left:32%;outline:none;padding:10px 50px}.contactSection button:hover{opacity:.8}.contactSection input[type=button]{background:var(--black-color);border:none;border-radius:2px;color:var(--white-color);cursor:pointer;margin-left:32%;outline:none;padding:7px 35px}.contactSection input[type=button]:hover{opacity:.8}.contactSection_left,.contactSection_right{align-items:center;display:flex;flex-direction:column;justify-content:center}.contactSection_right{justify-content:space-evenly}.contactSection_right h2{font-size:30px;font-weight:400;text-align:center;width:70%}.contactSection_left *{margin:20px 0}.contactSection_left h2{font-size:30px;font-weight:400}.contactSection_left input,.contactSection_left textarea{width:300px}.contactSection_left textarea{height:250px}.contactSection_left span{align-items:center;background-color:var(--black-color);border-radius:10px;color:var(--white-color);display:flex;height:35px;justify-content:center;width:120px}.contactSection_left span:hover{cursor:pointer}.contactanos{align-content:center;align-items:center;display:flex;justify-content:center}.contactanos h2{font-size:30px;font-weight:400;text-align:center;width:100%}.contactanos .row100{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));position:relative;width:100%}.contactanos .row100 .col{margin:30px 0 10px;position:relative;transition:.5s;width:100%}.contactanos .row100 .inputBox input,.contactanos .row100 .inputBox.textarea textarea{background:#0000;border:none;box-shadow:none;color:var(--white-color);height:100%;outline:none;padding:0 10px;position:absolute;width:100%;z-index:1}.contactanos .row100 .inputBox{color:var(--black-color);height:40px;position:relative;width:100%}.contactanos .row100 .inputBox .text{display:block;font-family:UncutRegular,"sans-serif";left:0;line-height:40px;padding:0 10px;pointer-events:none;position:absolute;top:0;transition:.5s}.contactanos .row100 .inputBox input:focus+.text,.contactanos .row100 .inputBox input:valid+.text{left:-10px;top:-35px}.contactanos .row100 .inputBox input:focus~.line,.contactanos .row100 .inputBox input:valid~.line{height:100%}.contactanos .row100 .inputBox .line{background:var(--black-color);border-radius:2px;bottom:0;display:block;height:2px;pointer-events:none;position:absolute;transition:.5s;width:100%}.contactanos .row100 .inputBox.textarea{height:150px;padding:10px 0;position:relative;width:100%}.contactanos .row100 .inputBox.textarea textarea{height:100%;resize:none}.contactanos .row100 .inputBox textarea:focus+.text,.contactanos .row100 .inputBox textarea:valid+.text{left:-10px;top:-35px}.contactanos .row100 .inputBox textarea:focus~.line,.contactanos .row100 .inputBox textarea:valid~.line{height:100%}#enviado{font-size:20px}#enviado,.sentNot{color:var(--black-color);display:none;margin-left:8px;padding-top:10px;text-align:center}.sentNot{font-size:15px}.should{color:red;display:none;justify-content:center}@media (max-width:1000px){.contactSection{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:flex-end;margin-top:5rem}.contactSection_right{display:none}}@media(max-width:550px){.contactanos .row100{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media(max-width:375px){.contactanos .row100{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contactSection button{align-items:center;justify-content:center;margin:20px 0;width:100%}}@media (max-height:500px){.contactSection{height:auto;margin-top:4rem}}.support{background-color:var(--back-color);overflow:hidden}.support-page{align-content:center;margin:auto}.support-help,.support-page{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.support-help{height:65vh;text-align:center}.support-help h1{color:var(--black-color);font-size:40px;font-weight:700;padding-bottom:1rem}.support-content{grid-gap:0 80px;display:grid;gap:0 80px;grid-template-columns:1fr 1fr 1fr;margin-top:5rem;width:80%}.support-content-card{background-color:#fff;border:2px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #00000040}.support-content-card:hover{background-color:#fafafa}.support-content-card h2{color:#333;font-size:28px;justify-content:center;margin:2.5rem}.support-card-icon{margin:2.5rem}.support-preguntas{height:auto;margin-bottom:4rem;margin-top:4rem;width:80%}.support-preguntas h2{color:var(--black-color);font-size:36px}.support-info-support{margin-bottom:-4rem;margin-top:1rem}.support-preguntas-acc{margin-bottom:2rem;margin-top:2rem}.support-preguntas-list{color:var(--black-color);margin-top:2rem}.support-preguntas-list li{font-size:20px;font-weight:700;padding-top:1rem}.support-preguntas-list li p{font-size:16px;font-weight:500;padding:1rem}.css-ahj2mt-MuiTypography-root{color:#000;font-weight:700!important}.css-15v22id-MuiAccordionDetails-root p{font-weight:100!important}@media (max-width:920px){.support-page{width:80%}.support-help{height:auto}.support-help h1{margin-bottom:2rem;margin-top:3rem}.support-content{grid-gap:50px 0;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;height:auto;margin-top:0}.support-preguntas{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:5rem;margin-top:2.5rem;padding-top:2.5rem;width:100%}.support-preguntas h2{text-align:center}.support-preguntas-acc{margin-bottom:0}}.carrouselProjects{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center;width:100%}.slick-slider{color:var(--black-color);height:80vh;width:100%}.carrouselProjects-card{align-items:center;border-radius:8px;display:flex!important;flex-direction:column;height:70vh;justify-content:center;overflow:hidden;width:100%}.carrouselProjects-card a{color:var(--black-color)}.carrouselProjects-cardTop{align-items:center;display:flex;flex-direction:column;height:auto;width:60%}.carrouselProjects-cardTop h3{font-size:25px;margin-top:20px}.carrouselProjects-cardTop a{align-items:center;background-color:var(--black-color);border-radius:20px;color:var(--white-color);display:flex;height:25px;justify-content:center;margin:10px 0;width:100px}.carrouselProjects-cardTop img{height:90%;object-fit:contain;width:20%}.slick-next,.slick-prev{display:none!important}.slick-dots{bottom:6rem!important}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.learning,.learning-page{background-color:var(--back-color)}.learning-page{align-items:center;color:var(--black-color);display:flex;flex-direction:column;justify-content:center;text-align:justify}.learning-page h2{font-size:30px;margin:0 15px;text-align:center}.seccion{margin:8rem 0;text-align:center}.seccion img{border-top-left-radius:20px;border-top-right-radius:20px}.seccion-info{align-content:space-around;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin-top:3rem}.flip-box{background-color:#0000;border:none;height:200px;margin-left:2rem;margin-right:2rem;perspective:1000px;width:300px}.flip-box:hover{transform:rotateY(180deg)}.flip-box-inner{height:100%;position:relative;text-align:center;transform:rotateY(180deg);transform-style:preserve-3d;transition:transform .8s;width:100%}.flip-box-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#333;color:var(--white-color);height:100%;position:absolute;width:100%}.flip-box-front h3{color:var(--white-color);font-size:20px;margin:5rem 2rem}.flip-box-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#f9e7e7;color:var(--black-color);height:100%;position:absolute;transform:rotateY(180deg);width:100%}.flip-box-back p{font-size:16px;margin:4rem 0}.learn-card{border:1px solid #cac6c6;border-radius:25px;box-shadow:0 10px 12px #0000001a;height:40rem;margin:2rem;transition:.3s;width:25rem}.container{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem;padding:2px 16px}.container h3{font-size:20px;justify-content:center;margin:2rem .75rem}.container p{font-family:UncutRegular;font-size:16px;font-weight:100;letter-spacing:1px;margin:1.25rem .75rem;text-align:justify}.container #small-header{margin-top:4.5rem}.container button{background-color:#ed7d3a;border-radius:1rem;display:flex;font-size:14px;justify-content:center;margin:1.5rem .75rem;padding:1rem 2rem;width:150px}.container button:hover{cursor:pointer}#mas-info h2{position:relative;z-index:1}.info-learn{margin-bottom:-4rem;margin-top:-4rem;z-index:0}.learning-fechas,.seccion-discord{height:100vh;width:100%}.learning-fechas,.seccion-discord,.seccion-invite{align-items:center;display:flex;justify-content:center}.seccion-invite{flex-direction:column}.seccion-discord h2{margin:0 5rem}.seccion-discord p{align-items:center;background-color:var(--black-color);border-radius:20px;color:var(--white-color);display:flex;height:2rem;justify-content:center;margin:2rem 0;width:10rem}.seccion-discord p:hover{cursor:pointer}.seccion-blank{width:5%}@media (max-width:1230px){.learning-page{align-items:stretch}.seccion{margin:4rem 0}.seccion-info{flex-direction:row;flex-wrap:none;margin:0}.learn-card{height:35rem;margin:2rem 0;width:20rem}.learning-page h2{font-size:25px}.slick-slide img{width:100%!important}.seccion-discord{flex-direction:column}}@media (max-width:320px){.learn-card{width:18rem}.container p{font-size:.9rem;margin:1.25rem .25rem}.container button{margin:.4rem .75rem}}@media (max-height:500px){.seccion-discord{height:auto}}.aboutUs{background-color:var(--back-color)}.aboutUs-mission-vision{align-items:center;display:flex;justify-content:center;margin:6rem 0}.aboutUs-main-right{justify-content:center;margin:8rem 0}.aboutUs-main-left,.aboutUs-main-right{align-items:center;color:var(--black-color);display:flex;height:auto;text-align:justify;width:100%}.aboutUs-main-left{flex-direction:row-reverse;justify-content:space-around}.aboutUs-main-left div,.aboutUs-main-right div{margin:0 30px;width:90%}.aboutUs-main-left img,.aboutUs-main-right img{height:auto;width:100%}.aboutUs-text{width:550px}.aboutUs-text h1{font-size:80px;margin-bottom:18px}.aboutUs-text p{font-family:UncutRegular;font-size:1.2rem}@media (max-width:920px){.aboutUs-main-left,.aboutUs-main-right{flex-direction:column-reverse;height:auto;justify-content:center}.aboutUs-main-left div,.aboutUs-main-right div{align-content:center;align-items:center;display:flex;flex-direction:column;justify-content:center;margin:.4rem 0 2rem}.aboutUs-text h1{font-size:48px;margin:1.5rem 1rem;text-align:center}.aboutUs-text p{text-align:justify}.aboutUs-mission-vision{flex-direction:column}}@media (max-width:350px){.aboutUs-text h1{font-size:30px;margin:10px}}@media (max-width:500px){.aboutUs-text p{font-size:1rem}}.product-activation .product-activation-main{align-items:center;display:flex;flex-direction:column;height:87vh;justify-content:flex-start;margin-top:18vh;text-align:center;width:100%}.product-activation .product-activation-main h1{color:#824df0;font-size:2.5rem;margin-top:3rem;text-align:center}.product-activation .product-activation-main img{margin-top:2rem;width:3rem}.product-activation .product-activation-main .product-activation-line{background-color:#d54de1;height:2px;margin-top:1rem;padding:0 1rem;width:60%}.product-activation .product-activation-main h3{font-family:UncutRegular,"sans-serif";font-size:1.1rem;font-weight:400;margin-top:3rem;text-align:center;width:80%}.product-activation .product-activation-main ul{font-family:UncutRegular,"sans-serif";margin-top:2rem;text-align:left;width:80%}.product-activation .product-activation-main ul li{font-size:1.1rem;margin:.25rem 0}.product-activation .product-activation-main ul li form{width:100%}.product-activation .product-activation-main .product-activation-item-bottom{margin-bottom:2rem}.product-activation .product-activation-main .product-activation-item-top{margin-top:2rem}.product-activation .product-activation-main .product-activation-link{color:blue;text-decoration:underline}.product-activation .product-activation-main .disabled{box-shadow:none;cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;pointer-events:none}@media only screen and (max-width:900px){.product-activation .product-activation-main{height:auto;margin-bottom:4rem}}.hero-section:before{background:#5c64636b;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-section{align-items:center;background:url(/static/media/FreeHighQualityPlugins.05522295c2f97ceeebea.webp) no-repeat 50%/cover;color:#fff;display:flex;flex-wrap:wrap;min-height:90vh;padding:0 48px;position:relative}.hero-section .hero-content{align-items:flex-start;background:#00000080;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:2vh;justify-content:center;margin-top:6vh;max-width:500px;padding:32px;position:relative;z-index:1}.hero-section .hero-content h1{font-size:4vh}.hero-section .hero-content h3{font-size:.875rem}.hero-section .hero-content p{font-size:1rem;font-weight:400}.hero-section .hero-content .read-more{background-color:#fff;border:none;border-radius:20px;color:#000;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}.hero-section .hero-content .read-more-card{background-color:#000;color:#fff}.latest-stories{background-color:#fff;border-radius:20px;display:flex;flex-direction:column;gap:64px;margin:-11vh 48px 80px;padding:32px;position:relative;z-index:1}.latest-stories .section-header{align-items:center;display:flex;justify-content:space-between}.latest-stories .section-header h2{font-size:1.75rem}.latest-stories .section-header input{border:1px solid #ccc;border-radius:20px;font-size:1rem;padding:10px}.latest-stories .blog-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.latest-stories .blog-grid .blog-card{align-items:flex-start;background:#fff;color:#000;cursor:pointer;display:flex;flex-direction:column;gap:8px;max-width:408px}.latest-stories .blog-grid .blog-card img{border-radius:16px;padding-bottom:8px;width:100%}.latest-stories .blog-grid .blog-card h3{font-size:1.2rem;margin-top:8px}.latest-stories .blog-grid .blog-card .date{color:gray;font-size:.9rem}.latest-stories .blog-grid .blog-card .description{color:gray;font-size:1rem;padding-bottom:8px}.latest-stories .blog-grid .blog-card .read-more-card{background-color:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}@media(max-width:768px){.hero-section .hero-content h1{font-size:2.5rem}.hero-section .hero-content .blog-info{margin:72px 32px 0}.latest-stories{margin:-11vh 32px 80px}}@media(max-width:591px){.latest-stories{margin:0 16px 80px}.latest-stories .section-header{padding:0}.latest-stories .section-header h2{font-size:2.25rem}}@media(max-width:500px){.hero-section{align-items:stretch;padding:0}.latest-stories{margin:0 0 80px}}.blog-entry-1 .blog-template-1-container{margin:0 18rem}.blog-entry-1 .blog-template-1-container li,.blog-entry-1 .blog-template-1-container p{font-family:UncutRegular;font-size:20px}.blog-entry-1 .blog-header{align-items:flex-start;display:flex;flex-direction:column;gap:24px;margin:0 72px 48px}.blog-entry-1 .blog-header nav{align-items:center;display:flex;font-size:18px;gap:10px;justify-content:center;margin:25% auto 0}.blog-entry-1 .blog-header nav .tag{background:#a9ef9a;border-color:#a9ef9a;border-radius:32px;padding:4px 20px}.blog-entry-1 .blog-header h1{font-size:68px;max-width:1000px}.blog-entry-1 .blog-header .subtitle{max-width:900px;text-align:justify}.blog-entry-1 .blog-header .subtitle p{font-size:20px}.blog-entry-1 .blog-header .author-info{align-items:center;display:flex;width:100%}.blog-entry-1 .blog-header .author-info .author-avatar{background:url(/static/media/earcandylogo_white.2150f49beb6061846a88.webp) no-repeat 50%/cover;border-radius:50%;height:40px;margin-right:24px;width:40px}.blog-entry-1 .blog-header .author-info .author-text p{line-height:24px}.blog-entry-1 .blog-header .author-info .next-link{color:#fff;font-weight:700;margin-left:auto;word-spacing:1rem}.blog-entry-1 .blog-entry-main{align-items:center;display:flex;flex-direction:column;gap:48px;margin:0 72px 96px}.blog-entry-1 .blog-entry-main .hero img{width:100%}.blog-entry-1 .blog-entry-main article{display:flex;flex-direction:column;gap:48px;max-width:100%}.blog-entry-1 .blog-entry-main article h2{font-size:28px}.blog-entry-1 .blog-entry-main article h3{background-color:#000;border-radius:10px;color:#fff;padding:2rem}.blog-entry-1 .blog-entry-main article h3 a{color:#fff;text-decoration:underline}.blog-entry-1 .blog-entry-main article h4,.blog-entry-1 .blog-entry-main article p{font-size:20px}.blog-entry-1 .blog-entry-main article .blog-text{display:flex;flex-direction:column;gap:24px}.blog-entry-1 .blog-entry-main article .blog-text a{color:#000;font-weight:700px;text-decoration:underline}.blog-entry-1 .blog-entry-main article .blog-text ul li{list-style:inside}.blog-entry-1 .blog-entry-main article .blog-text h3 a{color:#fff;text-decoration:underline}.blog-entry-1 .blog-entry-main article .image-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:25px 0 48px}.blog-entry-1 .blog-entry-main article .image-grid img{width:100%}.blog-entry-1 .blog-entry-main article .large-image img{max-height:418px;object-fit:cover;width:100%}.blog-entry-1 .blog-entry-main article .social-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between}.blog-entry-1 .blog-entry-main article .social-list a{color:#fff}.blog-entry-1 .blog-entry-main article .social-list a li{align-items:center;border-radius:8px;display:flex;gap:8px;padding:.75rem}.blog-entry-1 .blog-entry-main article .social-list a .instagram-social{background-color:#e1306c}.blog-entry-1 .blog-entry-main article .social-list a .facebook-social{background-color:#4267b2}.blog-entry-1 .blog-entry-main article .social-list a .youtube-social{background-color:red}@media(max-width:1300px){.blog-entry-1 .blog-template-1-container{margin:0 17rem}.blog-entry-1 .blog-header{margin:0 0 48px}.blog-entry-1 .blog-entry-main{margin:0 0 96px}}@media(max-width:1120px){.blog-entry-1 .blog-header nav{margin:35% auto 0}}@media(max-width:820px){.blog-entry-1 .blog-template-1-container{margin:0 9rem}.blog-entry-1 .blog-header nav{margin:20vh auto 0}}@media(max-width:768px){.blog-entry-1 .blog-header h1{font-size:60px}.blog-entry-1 .blog-template-1-container{margin:0 6rem}}@media(max-width:581px){.blog-entry-1 .blog-header h1{font-size:58px}}@media(max-width:542px){.blog-entry-1 .blog-template-1-container{margin:0 4rem}.blog-entry-1 .blog-header h1{font-size:56px}}@media(max-width:480px){.blog-entry-1 .blog-template-1-container{margin:0 2rem}}@media(max-width:390px){.blog-entry-1 .blog-header h1{text-wrap:wrap;font-size:48px}}@media(max-width:376px){.blog-entry-1 .blog-header h1{text-wrap:wrap;font-size:44px}}.blog-entry-2{max-width:100%;overflow-x:hidden;width:100%}.blog-entry-2 .main-image img{height:auto;margin-top:5rem;max-width:100%;vertical-align:bottom}.blog-entry-2 .blog-template-2-container{margin:0 18rem}.blog-entry-2 .blog-template-2-container li,.blog-entry-2 .blog-template-2-container p{font-family:UncutRegular;font-size:20px}.blog-entry-2 .blog-header .hero .hero-titles{margin:0 72px 48px;text-align:center}.blog-entry-2 .blog-header .hero .hero-titles nav{align-items:center;display:flex;font-size:18px;gap:10px;justify-content:center;margin:4rem auto 0}.blog-entry-2 .blog-header .hero .hero-titles nav .tag{background:#a9ef9a;border-color:#a9ef9a;border-radius:32px;padding:4px 20px}.blog-entry-2 .blog-header .hero .hero-titles h1{font-size:68px;margin-bottom:1rem;max-width:1000px;text-align:center}.blog-entry-2 .blog-header .hero .hero-titles h2{margin-bottom:1rem}.blog-entry-2 .blog-header .hero .hero-titles .author-info{align-items:center;display:flex;justify-content:center;width:100%}.blog-entry-2 .blog-header .hero .hero-titles .author-info .author-avatar{background:url(/static/media/earcandylogo_white.2150f49beb6061846a88.webp) no-repeat 50%/cover;border-radius:50%;height:40px;margin-right:24px;width:40px}.blog-entry-2 .blog-header .hero .hero-titles .author-info .author-text p{line-height:24px}.blog-entry-2 .blog-entry-main-2{align-items:center;display:flex;flex-direction:column;gap:48px;margin:0 72px 96px}.blog-entry-2 .blog-entry-main-2 article{display:flex;flex-direction:column;gap:48px;max-width:100%}.blog-entry-2 .blog-entry-main-2 article h2{font-size:28px}.blog-entry-2 .blog-entry-main-2 article h3{background-color:#000;border-radius:10px;color:#fff;padding:2rem}.blog-entry-2 .blog-entry-main-2 article p{font-size:20px}.blog-entry-2 .blog-entry-main-2 article .blog-text{display:flex;flex-direction:column;gap:24px}.blog-entry-2 .blog-entry-main-2 article .blog-text a{color:#000;font-weight:700px;text-decoration:underline}.blog-entry-2 .blog-entry-main-2 article .blog-text ul li{list-style:inside}.blog-entry-2 .blog-entry-main-2 article .blog-text h3 a{color:#fff}.blog-entry-2 .blog-entry-main-2 article .large-image img{max-height:418px;object-fit:cover;width:100%}.blog-entry-2 .blog-entry-main-2 article .social-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between}.blog-entry-2 .blog-entry-main-2 article .social-list a{color:#fff}.blog-entry-2 .blog-entry-main-2 article .social-list a li{align-items:center;border-radius:8px;display:flex;gap:8px;padding:.75rem}.blog-entry-2 .blog-entry-main-2 article .social-list a .instagram-social{background-color:#e1306c}.blog-entry-2 .blog-entry-main-2 article .social-list a .facebook-social{background-color:#4267b2}.blog-entry-2 .blog-entry-main-2 article .social-list a .youtube-social{background-color:red}@media(max-width:1300px){.blog-entry-2 .blog-template-2-container{margin:0 17rem}.blog-entry-2 .blog-header{margin:0 0 48px}.blog-entry-2 .blog-header .hero .hero-titles{margin:0}.blog-entry-2 .blog-entry-main-2{margin:0 0 96px}}@media(max-width:820px){.blog-entry-2 .blog-template-2-container{margin:0 9rem}}@media(max-width:768px){.blog-entry-2 .main-image img{margin-top:7rem}.blog-entry-2 .blog-header h1{font-size:60px}.blog-entry-2 .blog-template-2-container{margin:0 6rem}}@media(max-width:582px){.blog-entry-2 .blog-template-2-container{margin:0 5rem}.blog-entry-2 .main-image img{margin-top:6rem}.blog-entry-2 .blog-header .hero .hero-titles h1{font-size:58px}}@media(max-width:542px){.blog-entry-2 .blog-template-2-container{margin:0 4rem}.blog-entry-2 .blog-header .hero .hero-titles nav{margin:4rem auto 1rem}.blog-entry-2 .blog-header .hero .hero-titles h1{font-size:56px}}@media(max-width:480px){.blog-entry-2 .blog-template-2-container{margin:0 2rem}.blog-entry-2 .blog-header .hero .hero-titles h1{font-size:48px}}@media(max-width:390px){.blog-entry-1 .blog-header .hero .hero-titles h1{font-size:44px}}@media(max-width:376px){.blog-entry-2 .blog-header .hero .hero-titles h1{font-size:40px}}.products-section{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding:4rem}.products-section .product-image{align-items:center;display:flex;justify-content:flex-start;margin:0 0 0 2rem}.products-section .product-image img{width:93%}.products-section .product-content{align-items:flex-start;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:0 2rem 0 0;width:100%}.products-section .product-content h2{font-family:Inter,sans-serif;font-weight:600;padding:0 0 .5rem}.products-section .product-content .subtitle{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;padding:0 0 1.5rem}.products-section .product-content .content{font-family:Inter,sans-serif;font-weight:400}.ruby-section{background-image:url(/static/media/background-ruby.a18b2d64611a3bc56c38.webp)}.esme-section,.ruby-section{background-position:50%;background-repeat:no-repeat;background-size:cover}.esme-section{background-image:url(/static/media/background-esmeralda.c691ec38630252bb0a2c.webp)}.zafiro-section{background-image:url(/static/media/background-zafiro.96723a4d59e95442925f.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.product-opinions{background-color:#000;padding:4rem}.product-opinions h2{color:#fff;font-family:Inter,sans-serif;font-weight:600;margin:0 0 3rem}.product-opinions .product-opinions-cards{align-items:center;display:flex;gap:48px;justify-content:space-around}.product-opinions .product-opinions-cards .opinion-card{border:1px solid #e73fe8;border-radius:8px;color:#fff;display:flex;flex-direction:column;gap:24px;height:283px;padding:1.5rem;width:325.33px}.product-opinions .product-opinions-cards .opinion-card .opinion-card-stars{color:#fff;text-align:center}.product-opinions .product-opinions-cards .opinion-card .opinion-card-title h2{font-family:Inter,sans-serif;font-weight:600;margin:0}.product-opinions .product-opinions-cards .opinion-card .opinion-card-content{margin:0 0 1.5rem;padding:0 1.75rem 0 0}.product-opinions .product-opinions-cards .opinion-card .opinion-card-content p{font-family:Inter,sans-serif;font-weight:400}.product-opinions .product-opinions-cards .opinion-card .avatar-block{align-items:center;display:flex;justify-content:flex-start}.product-opinions .product-opinions-cards .opinion-card .avatar-block .avatar{width:12%}.product-opinions .product-opinions-cards .opinion-card .avatar-block .avatar img{-webkit-clip-path:circle();clip-path:circle();width:100%}.product-opinions .product-opinions-cards .opinion-card .avatar-block .info{align-items:flex-start;display:flex;flex-direction:column;padding:0 0 0 .75rem}.product-opinions .product-opinions-cards .opinion-card .avatar-block .info .info-name{font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.product-opinions .product-opinions-cards .opinion-card .avatar-block .info .info-year{font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.faq-section{align-items:center;background-image:url(/static/media/background-faq.22d7bf0bad9af6e7949f.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;gap:48px;padding:64px}.faq-section h2{color:#fff;font-family:Inter,sans-serif;font-size:48px;font-weight:700}.faq-section .accordion{display:flex;flex-direction:column;gap:16px;max-width:640px;width:640px}.faq-section .accordion .accordion-item{background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;gap:8px;padding:16px}.faq-section .accordion .accordion-item .accordion-title{display:flex;gap:8px;justify-content:space-between}.faq-section .accordion .accordion-item .accordion-title p{font-family:Inter,sans-serif;font-size:16px;font-weight:600}.faq-section .accordion .accordion-item .accordion-content p{font-family:Inter,sans-serif;font-weight:400}.data-form{background-image:url(/static/media/background-data-form.9ea2b5cad6837f6eae99.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:none;gap:32px;padding:64px 160px}.data-form,.data-form .content-title{align-items:center;flex-direction:column}.data-form .content-title{display:flex;gap:8px;text-align:center}.data-form .content-title h2{font-family:Inter,sans-serif;font-size:72px;font-weight:700;text-align:center}.data-form .content-title h3{font-family:Inter,sans-serif;font-size:32px;font-weight:400}.data-form .form-contact{background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;color:#000;display:flex;flex-direction:column;gap:24px;min-width:240px;padding:24px 24px 40px;width:320px}.data-form .form-contact .input-field{display:flex;flex-direction:column;gap:8px}.data-form .form-contact .input-field p{font-family:Inter,sans-serif;font-weight:400}.data-form .form-contact .input-field input{border:1px solid #d9d9d9;border-radius:8px;padding:12px 16px}.data-form .form-contact .button-group{align-self:center;display:flex;gap:16px;height:40px;width:auto}.data-form .form-contact .button-group button{background-color:#e73fe8;border:1px solid rgba(231,63,232,.831);border-radius:8px;color:#fff;gap:8px;padding:12px}@media (max-width:1170px){.product-opinions .product-opinions-cards .opinion-card{gap:20px}.product-opinions .product-opinions-cards .opinion-card .opinion-card-content{margin:0;padding:0}}@media (max-width:970px){.products-section{flex-direction:column;gap:28px}.products-section .product-image{margin:0}.products-section .product-image img{width:100%}.products-section .product-content{margin:0}.product-opinions .product-opinions-cards{flex-direction:column}}@media (max-width:768px){.faq-section .accordion{width:auto}.data-form .content-title h1{font-size:50px}.data-form .form-contact{width:auto}}@media (max-width:425px){.product-opinions .product-opinions-cards .opinion-card{gap:12px;width:auto}}@media (max-width:375px){.product-opinions,.products-section{padding:3rem}.product-opinions .product-opinions-cards .opinion-card{padding:1rem}.product-opinions .product-opinions-cards .opinion-card .opinion-card-title h2{font-size:20px}.faq-section h1{font-size:40px}.data-form{padding:3rem}.data-form .content-title h1{font-size:40px}.data-form .content-title h2{font-size:24px}}@media (max-width:320px){.product-opinions .product-opinions-cards .opinion-card .opinion-card-content{margin:0 0 .75rem;padding:0}.product-opinions .product-opinions-cards .opinion-card .avatar-block .info .info-name,.product-opinions .product-opinions-cards .opinion-card .avatar-block .info .info-year{font-size:14px}}.CookieConsent{justify-content:center!important}@font-face{font-family:UncutBold;src:url(/static/media/Uncut-Sans-Bold.bbcb2c54f6c8424207ec.otf)}@font-face{font-family:UncutRegular;src:url(/static/media/Uncut-Sans-Regular.25fbf1b50a81789448db.otf)}@font-face{font-family:UncutRegularItalic;src:url(/static/media/Uncut-Sans-RegularOblique.dc84812232e4804fc1c0.otf)}@font-face{font-family:SweetPointFont;src:url(/static/media/Furore.7c2d24435f6f4ca0152e.otf)}:root{--black-color:#000;--white-color:#fff;--brand-blue-1:#6ffada;--brand-bc-1:#c858e0;--brand-bc-2:#92e7dd;--brand-bc-3:#c858e080;--brand-bc-4:#92e7dd80;--sweetpoint-rose:#bb6083;--sweetpoint-bc-1:#bb6083;--sweetpoint-bc-2:#dad079;--sweetpoint-bc-3:#bb608380;--sweetpoint-bc-4:#dad07980;--gummygroove-blue:#4d8bf7;--twizzlay-orange:#e1383b;--twizzlay-bc-1:#f49627;--phonograin-green:#19f7b4;--phonograin-bc-1:#31d0a7;--ruby-red:#f31736;--esmeralda-green:#16e182;--zafiro-blue:#1bffff;--toastify-font-family:"UncutRegular",sans-serif!important;--toastify-color-light:var(--white-color)!important;--toastify-color-dark:var(--white-color)!important;--toastify-color-warning:var(--white-color)!important;--toastify-color-success:var(--white-color)!important;--toastify-icon-color-info:var(--black-color)!important;--toastify-icon-color-success:green!important;--toastify-icon-color-warning:#ff0!important;--toastify-icon-color-error:red!important;--toastify-text-color-light:var(--black-color)!important;--toastify-text-color-dark:var(--black-color)!important}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:UncutBold,"sans-serif"}a{text-decoration:none}a:hover{cursor:pointer}ul{list-style-type:none}