@charset "UTF-8";: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat;color:#313638;accent-color:rgb(68,204,23);outline-color:#44cc17}html{font-size:62.5%;min-height:100%;display:flex;flex-direction:column;overflow-x:hidden}body{font-size:1rem;flex-grow:1}input[type=checkbox]:before{content:"";display:block;width:1rem;aspect-ratio:1;border-radius:2px;background-color:#eaeaea;cursor:pointer;margin-top:.1rem;margin-right:.5rem}input[type=checkbox]:checked:before{background-color:#44cc17;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuOTI4NTcgMTBMMTIgMSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat}input::placeholder,textarea::placeholder{color:#b3b3b3}hr{border:1px solid #ececec}.error-inline-message{color:#ff5c5c;font-size:1rem;margin:1rem 0}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce-to-left{0%,to{transform:translate(25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.ani-bounce{animation:bounce 1s infinite}.ani-bounce-to-left{animation:bounce-to-left 1s infinite}@keyframes ani-fade-left{0%{opacity:0;transform:rotate(45deg) translate(-18px,-18px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(18px,18px)}}@keyframes outlinePulse{0%{outline-color:#44cc17}to{outline-color:#c8f7b8}}.slide-in-bottom{-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.ping{animation:ping 2s cubic-bezier(0,0,.2,1) infinite}.ping-dot{width:.8rem;height:.8rem;background-color:#0b1b2d;position:absolute;border-radius:50%;top:0;right:0}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.modal__overlay{visibility:hidden;opacity:0;width:100vw;min-height:100vh;isolation:isolate;height:100%;position:fixed;z-index:10;top:0;left:0;background:#000000b4;display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out;font-family:Montserrat}@media (max-width: 500px){.modal__overlay{align-items:flex-start}}.modal__overlay__visible{visibility:visible;opacity:1}.modal__overlay__box{display:block;background-color:#fff;width:50vw;height:500px;border-radius:1rem;overflow-y:scroll;overflow-x:hidden;position:relative}@media (max-width: 1200px){.modal__overlay__box{width:60vw}}@media (max-width: 1000px){.modal__overlay__box{width:70vw}}@media (max-width: 800px){.modal__overlay__box{width:85vw}}@media (max-width: 500px){.modal__overlay__box{margin-top:3rem;width:90vw;height:60rem}}.modal__overlay__box>span{font-size:2rem;position:absolute;right:2%;top:2%;transition:.2s all ease-in-out;cursor:pointer}.modal__overlay__box>span:hover{transform:scale(1.2)}.modal-wrapper{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;isolation:isolate;justify-content:center;align-items:center;background-color:#1f29374a;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.react-portal{position:fixed;z-index:11;top:0;right:0;bottom:0;left:0;isolation:isolate;display:flex;justify-content:center;align-items:center}.modal{overflow:hidden;position:relative;padding:1.5rem 1rem;border-radius:1rem;border-width:0;width:fit-content;height:fit-content;background-color:#fff;z-index:2}.modal__close{position:absolute;top:.625rem;right:.625rem;cursor:pointer}.input-form,.textarea-form,.select-form{font-size:1rem;font-family:Montserrat;border:.1rem solid #d3d3d3;color:#282828;font-weight:600;border-radius:.5rem;padding:1rem;resize:none}.input-form{width:100%}.input-wrapper{display:flex;align-items:center;justify-content:center;background-color:transparent;font-size:1rem;font-family:Montserrat;border:.1rem solid #d3d3d3;color:#282828;font-weight:600;border-radius:.5rem;height:3.5rem;position:relative;overflow:hidden}.input-wrapper input{padding:.8rem .8rem .8rem 3rem;width:100%;height:100%;font-size:1.2rem}.input-wrapper input:focus{outline:transparent}.input-wrapper input::placeholder{color:#adafaf}.input-wrapper .input-icon{position:absolute;width:1.5rem;height:1.5rem}.input-wrapper .input-icon__left{top:50%;left:0;transform:translate(74%,-52%);font-size:1.6rem}.input-wrapper.input-wrapper--error{border-color:#ff5c5c}.input-wrapper__with-criteria{padding:0 .5rem 0 0;max-width:30rem;width:100%;overflow:visible}.input-wrapper__with-criteria input{padding:.8rem}.input-criteria{border:none;width:50%}.input-criteria-dropdown{border:none!important;border-right:1px solid #eaeaea!important;font-size:1rem;border-radius:1rem 0 0 1rem!important;text-overflow:ellipsis;overflow:hidden;padding:.5rem 1rem}.input-criteria-dropdown:focus-visible,.input-criteria-dropdown:focus{outline:none}.input-criteria{border-radius:1rem!important}.input-label{font-size:1rem;font-weight:500}.input-label[aria-disabled]{cursor:not-allowed;opacity:.5}.input-radio,.input-radio[disabled]{cursor:pointer;background-color:transparent}.input-radio:before,.input-radio[disabled]:before{content:"";position:relative;bottom:-.2rem;margin-right:.5rem;display:block;width:1rem;height:1rem;border-radius:50%;border:1px solid #eaeaea;background-color:transparent}.input-radio:checked:before,.input-radio[disabled]:checked:before{border-color:#44cc17;background-color:#44cc17}.input-radio~label,.input-radio[disabled]~label{cursor:pointer}.input-radio[disabled]{cursor:not-allowed}.input-radio[disabled]~label{opacity:.6}.input--search{border-radius:6px;border-color:#d7d4d4}.input--search>input{font-size:.9rem}.input{background-color:transparent;font-size:1rem;line-height:1.1rem;font-weight:600;border:1px solid #eaeaea;border-radius:1rem;padding:.8rem 1rem}.input__tag-list{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input__tag-list[type=checkbox]:before{display:none}.input__tag-list:checked~.input__tag-list-name{background-color:#313638;color:#fff}.input__tag-list-name{-webkit-user-select:none;user-select:none;background-color:#fff;display:flex;padding:.5rem 1rem;border:1px solid #7f7f7f;border-radius:3rem;cursor:pointer}.input__tag-list-name:hover{box-shadow:0 7px 10px #64646f24}.outline-none{outline:none}.textarea{border:1px solid #eaeaea;border-radius:1rem;padding:1rem;font-size:1.1rem;line-height:1.6rem;resize:vertical;width:100%}.textarea:focus{outline:transparent}.textarea::placeholder{color:#adafaf}.section__title{display:flex;height:1.2rem;align-items:center;gap:.4rem;font-size:1rem;font-weight:600;margin-bottom:.7rem}.section__title__secondary{display:flex;height:1.2rem;align-items:center;gap:.4rem;font-size:1rem;font-weight:600}.section__subtitle{font-size:.9rem;color:#757575;margin-bottom:1rem}.form-section-justified{padding-left:2rem}.form-row{justify-content:space-between;display:flex;gap:1rem}.form-section__input-label{font-size:1rem;font-weight:700}.btn-secondary{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#eaeaea;color:#313638}.btn-secondary:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-secondary[disabled]:hover{box-shadow:none}.btn-secondary[disabled]{opacity:.8;cursor:not-allowed}.btn-white{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#fff;border:1px solid #eaeaea;color:#313638}.btn-white:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-white[disabled]:hover{box-shadow:none}.btn-white[disabled]{opacity:.8;cursor:not-allowed}.btn-table-action--rounded{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#eaeaea;color:#313638;padding:.2rem;border-radius:50%;border:1px solid #eaeaea}.btn-table-action--rounded:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-table-action--rounded[disabled]:hover{box-shadow:none}.btn-table-action--rounded[disabled]{opacity:.8;cursor:not-allowed}.btn-danger{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#ffc2c2;color:#313638}.btn-danger:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-danger[disabled]:hover{box-shadow:none}.btn-danger[disabled]{opacity:.8;cursor:not-allowed}.btn-danger-dark{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#ff5c5c;color:#fff;font-weight:600}.btn-danger-dark:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-danger-dark[disabled]:hover{box-shadow:none}.btn-danger-dark[disabled]{opacity:.8;cursor:not-allowed}.btn-success{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#a5ecad;color:#313638}.btn-success:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-success[disabled]:hover{box-shadow:none}.btn-success[disabled]{opacity:.8;cursor:not-allowed}.btn-success span{color:#313638}.btn-primary{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#313638;color:#fff}.btn-primary:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-primary[disabled]:hover{box-shadow:none}.btn-primary[disabled]{opacity:.8;cursor:not-allowed}.btn-dark-brand{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#246b0d;color:#fff;white-space:nowrap}.btn-dark-brand:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-dark-brand[disabled]:hover{box-shadow:none}.btn-dark-brand[disabled]{opacity:.8;cursor:not-allowed}.btn-filter{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#fff;color:#313638;border-radius:6px;border:1px solid #d7d4d4;font-size:.9rem;padding:.2rem 1rem;height:100%}.btn-filter:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-filter[disabled]:hover{box-shadow:none}.btn-filter[disabled]{opacity:.8;cursor:not-allowed}.btn-filter>.material-symbols-outlined{font-size:1.5rem}.btn-filter:focus,.btn-filter:focus-visible,.btn-filter:active{outline:1px solid rgb(68,204,23)}.btn-table{display:flex;justify-content:center;align-items:center;gap:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #eaeaea;background-color:#fff;height:3.5rem;padding:.7rem 1.3rem;cursor:pointer;border-radius:.8rem;font-size:1.1rem;font-weight:500;transition:border-color .15s ease-in,color .15s ease-in}.btn-table:focus,.btn-table:focus-visible{border:1px solid rgb(68,204,23);outline:1px solid rgb(68,204,23)}.btn-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-weight:inherit;font-size:inherit;background-color:transparent;cursor:pointer;outline:none}.btn-reset:hover,.btn-reset:focus,.btn-reset:focus-visible{border:none}.btn-reset[disabled]{opacity:.8;cursor:not-allowed}.btn-counter{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#eaeaea;color:#313638;padding:.3rem;border-radius:.3rem;width:1.5rem;min-width:1.5rem;height:1.5rem;min-height:1.5rem}.btn-counter:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-counter[disabled]:hover{box-shadow:none}.btn-counter[disabled]{opacity:.8;cursor:not-allowed}.btn-big-counter{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#eaeaea;color:#313638;padding:.3rem;border-radius:.3rem;width:3rem;min-width:3rem;height:3rem;min-height:3rem;font-size:2em}.btn-big-counter:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.btn-big-counter[disabled]:hover{box-shadow:none}.btn-big-counter[disabled]{opacity:.8;cursor:not-allowed}.inner-card{padding:1rem 1.5rem;border-radius:1rem;background-color:#f9f9f9}.inner-card--danger{padding:1rem 1.5rem;border-radius:1rem;background-color:#ffc2c2}.option-card-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:2rem;row-gap:2rem}@media (max-width: 800px){.option-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.option-card-grid{grid-template-columns:repeat(1,1fr)}}.option-card__container{width:25rem;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem;background-color:#c2c2c227;border-radius:2rem;height:20rem;cursor:pointer;transition:all .2s ease-in-out;position:relative;-webkit-user-select:none;user-select:none}.option-card__container:hover{box-shadow:2px 5px 8px 1px #8d8d8d73;background-color:#313638;color:#fff}.option-card__info-btn{font-size:2rem;position:absolute;top:5%;right:5%;color:inherit}.option-card__info-btn>span{color:inherit;font-variation-settings:"wght" 300}.option-card__info-btn>span:hover{transform:scale(1.1)}.option-card__icon{font-variation-settings:"wght" 200;color:inherit}.option-card__icon span{color:inherit;font-variation-settings:"wght" 100;font-size:8rem}.option-card__title{text-align:center;color:inherit;font-size:1.4rem}.option-card__description{font-size:.9rem;color:inherit;text-align:center}.table{--header-radius: 8px;width:100%;table-layout:auto;border-collapse:collapse}.table>thead{background-color:#f6f6f6;overflow:hidden;position:sticky;top:0;z-index:1}.table>thead th:first-child{border-radius:var(--header-radius) 0 0 var(--header-radius)}.table>thead th:last-child{border-radius:0 var(--header-radius) var(--header-radius) 0}.table>thead th{font-size:1.1rem;padding:.8rem 1.2rem}.table>thead th.table__header-checkbox{width:1rem}.table>tbody>tr{border-bottom:1px solid #eaeaea;position:relative}.table>tbody>tr:not(:first-child){border-top:1px solid #eaeaea}.table>tbody>tr>td{padding:1rem .7rem;text-align:center;max-width:20rem}.table .table-checkbox:before{border:1px solid #eaeaea;background-color:transparent}.table .table-checkbox:checked:before{background-color:#44cc17;border-color:#44cc17}.table-spacer{padding:.3rem 0!important}.table-tag{display:flex;justify-content:center;align-items:center;border:1px solid black;border-radius:2rem}.table-action{--button-size: 3rem;position:absolute;right:0;top:17%;z-index:2}.table-action .table-action__content{border:1px solid #eaeaea;border-radius:10px;box-shadow:#64646f33 0 7px 29px;background-color:#fff;position:absolute;right:calc(var(--button-size));top:-5%;white-space:nowrap;padding:.3rem .5rem;overflow:hidden;gap:.2rem;transform:translateY(5rem);display:flex;opacity:0;pointer-events:none;touch-action:none;transition:opacity .15s ease-in,transform .15s ease-in}.table-action .table-action__content--open{transform:translateY(0);opacity:1;pointer-events:auto;touch-action:auto}.table-action .table-action__btn{display:flex;justify-content:center;align-items:center;border:1px solid transparent;background-color:transparent;width:var(--button-size);height:var(--button-size);cursor:pointer;border-radius:50%}.table-action .table-action__btn:hover{border:1px solid #eaeaea}.table__item-count-list{border:1px solid #eaeaea;border-radius:.8rem;height:3.5rem;padding:.7rem 1.3rem;font-size:1rem;cursor:pointer}.table__item-count-list:focus,.table__item-count-list:active,.table__item-count-list:focus-visible{border-color:#44cc17;outline:1px solid rgb(68,204,23)}.table-action__content-btn{display:flex;justify-content:center;align-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:.5rem;background-color:#f6f6f6;cursor:pointer;padding:.3rem;width:2.5rem;height:2.5rem}.table-action__content-btn>span{font-size:2rem;font-weight:100}.table-action__content-btn>svg{font-size:1.7rem}.table-action__content-btn:not(:last-child):before{content:"";border-right:1px solid #eaeaea}.table-action__content-btn:hover{background-color:#eee}.table-cell__collapsible{width:100%;overflow:hidden;transition:all .15s ease-in-out}.table-cell__collapsible .table-cell__collapse{opacity:0;pointer-events:none;touch-action:none;position:absolute;z-index:2;min-width:30rem;overflow:visible;background-color:#fff;top:0;left:0;height:100%;padding:.3rem 1rem;border-radius:.5rem;box-shadow:#64646f33 0 7px 29px;display:flex;justify-content:center;align-items:center;flex-direction:column}.table-cell__collapsible:hover>.table-cell__collapse{opacity:1;pointer-events:auto;touch-action:auto}.table-body__spinner{display:flex;justify-content:center;width:100%;height:200px}.table-resume-separator{display:block;width:100%;height:1px;background-color:#b3b3b3}.table-filters-btn__statuses{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));column-gap:1.5rem;row-gap:1rem;width:100%}.table-filters-btn__statuses--small{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,18rem));column-gap:1rem;row-gap:1rem}.table-filters-btn__statuses-btn{display:flex;justify-content:center;align-items:center;gap:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #eaeaea;background-color:#fff;height:3.5rem;padding:.7rem 1.3rem;cursor:pointer;border-radius:.8rem;font-size:1.1rem;font-weight:500;transition:border-color .15s ease-in,color .15s ease-in}.table-filters-btn__statuses-btn:focus,.table-filters-btn__statuses-btn:focus-visible{border:1px solid rgb(68,204,23);outline:1px solid rgb(68,204,23)}.table-filters-btn__statuses-btn--active{border-color:#44cc17;color:#44cc17}.table-filters-btn__statuses-btn--active:focus,.table-filters-btn__statuses-btn--active:focus-visible{border:1px solid rgb(68,204,23);outline:1px solid rgb(68,204,23)}.on-building-layer{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;min-height:100vh;background-color:#181818ed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.on-building-layer>img{object-fit:contain;width:30em}.orders-pipeline__wrapper{display:flex;justify-content:start;gap:.5rem;flex-wrap:wrap;width:100%}.orders-pipeline__button{flex-basis:15rem;max-width:25rem;flex-grow:1;display:flex;justify-content:space-between;align-items:center;border:1px solid #eaeaea;background-color:#fff;padding:.5rem .5rem .5rem 2rem;border-radius:5rem;gap:1rem;font-weight:600;cursor:pointer}.orders-pipeline__button:hover{border-radius:5rem;border:1px solid #eaeaea}.orders-pipeline__button--active{border-color:#44cc17;background-color:#44cc17;color:#fff}.orders-pipeline__button--active:hover{border-radius:5rem;border:1px solid rgb(68,204,23)}.orders-pipeline__decorator{display:flex;align-items:center;--decorator-margin: .5rem;fill:#eaeaea}.orders-pipeline__decorator:not(:first-child):before{content:"";width:2rem;height:1px;background-color:#eaeaea;display:block;margin-right:var(--decorator-margin)}.orders-pipeline__decorator:not(:last-child):after{content:"";width:2rem;height:1px;background-color:#eaeaea;display:block;margin-left:var(--decorator-margin)}.orders-pipeline__counter{flex-basis:3.5rem;border:1px solid #eaeaea;background-color:#f6f6f6;display:inline-flex;justify-content:center;align-items:center;width:3rem;height:3rem;border-radius:50%}.orders-pipeline__button--active .orders-pipeline__counter{border-color:transparent;background-color:#fff}.breadcrumb__wrapper{display:flex;align-items:center;gap:1rem;font-weight:600;-webkit-user-select:none;user-select:none}.breadcrumb__item{font-size:1rem}.breadcrumb__item a{text-decoration:none}.breadcrumb__item a:hover{text-decoration:underline;cursor:pointer}.breadcrumb__item--last a:hover{text-decoration:none}.breadcrumb__item:first-letter{text-transform:uppercase}.tab-container{margin:1rem 3rem}.tab-container__header{padding:1.5rem 0;-webkit-user-select:none;user-select:none}.tab-container__header .header__list{display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none;gap:2rem}.tab-container__header .header__list-item{cursor:pointer;font-size:1.2rem;padding-bottom:.5rem}.tab-container__header .header__list-item--active{border-bottom:1px solid;font-weight:600}.tab-container__content{margin-top:1rem}.tag-neutral,.product-tag-neutral{border-radius:1rem;padding:.3rem .7rem;background-color:#f3f3f3;color:#313638}.product-tag-gray{border-radius:1rem;padding:.3rem .7rem;background-color:#f3f3f3;border:1px solid #313638;color:#313638}.product-tag-info{border-radius:1rem;padding:.3rem .7rem;background-color:#79c5ff}.product-tag-success{border-radius:1rem;padding:.3rem .7rem;background-color:#a3f980;color:#313638}.product-tag-danger{border-radius:1rem;padding:.3rem .7rem;background-color:#ffb6b6;color:#7f3939}.tag-black{border-radius:1rem;padding:.3rem .7rem;background-color:#000;color:#fff}.tag-danger{border-radius:1rem;padding:.3rem .7rem;background-color:#ff5c5c;color:#fff}.tag-warning{border-radius:1rem;padding:.3rem .7rem;background-color:#e8d470;color:#000}.tag-info{border-radius:1rem;padding:.3rem .7rem;background-color:#d4e4f5;color:#0b1b2d}.tag-success{border-radius:1rem;padding:.3rem .7rem;background-color:#a5ecad;color:#313638}.inline-tag--info{border-radius:1rem;padding:.3rem .7rem;background-color:#d4e4f5;color:#0b1b2d}.circle-tag-black{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:.3rem .7rem;background-color:#000;color:#fff;aspect-ratio:1}.tag-warning-soft{border-radius:1rem;padding:.3rem .7rem;background-color:#fff5ae;color:#000}.dropdown-new{position:relative;width:100%}.dropdown-new .list-add{display:flex;position:sticky;top:.5rem;justify-content:space-between;align-items:center;background-color:#fff;overflow:hidden;height:3rem;margin:.5rem}.dropdown-new .list-add--error .list-add-input{border-color:#ff5c5c}.dropdown-new .list-add-input{flex-grow:1;font-size:1rem;height:100%;outline:none;background-color:#fff;border:1px solid #dddddd;border-right:none;border-radius:.5rem 0 0 .5rem;padding:0 1rem}.dropdown-new .list-add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#313638;color:#fff;border:none;cursor:pointer;height:100%;padding:0 .5rem;border-radius:0 .5rem .5rem 0}.dropdown-new .list-add-btn>span{color:inherit}.dropdown-new .list-add-btn:hover{background-color:#495053}.dropdown-new__trigger{-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:1rem;background-color:#fff;cursor:pointer;font-size:1rem;border:.1rem solid #d3d3d3;border-radius:.5rem;padding:1rem;position:relative;overflow:hidden;text-overflow:clip;white-space:nowrap;width:100%}.dropdown-new__trigger>.material-symbols-outlined{font-size:1.3rem;position:absolute;right:.5rem}.dropdown-new__trigger[disabled]{opacity:.7;cursor:not-allowed}.dropdown-new__trigger-label{display:flex;gap:.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dropdown-new__list-wrapper{background-color:#fff;position:absolute;z-index:2;top:110%;left:0;box-shadow:#64646f33 0 7px 29px;border-radius:.5rem;width:100%;padding:.4rem}.dropdown-new__list{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;scrollbar-gutter:stable;max-height:20rem;width:100%;overflow-y:auto}.dropdown-new__list-item-btn{font-size:1.1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:.4rem;background-color:#fff;width:100%;padding:.5rem 1rem;text-align:left;cursor:pointer}.dropdown-new__list-item-btn:hover{background-color:#f6f6f6}.progress-bar{display:flex;width:100%;border-radius:1rem;height:.8rem;background-color:#f6f6f6}.progress-bar__progress{border-radius:1rem;background-color:#44cc17}.infoTooltip-btn{display:inline-flex;margin-left:.3rem;aspect-ratio:1/1;padding:.3rem .7rem;font-size:1rem;border-radius:50%}.infoTooltip-btn--sm{padding:.2rem .4rem;font-size:.7rem}.infosidebar{position:fixed;display:flex;flex-direction:column;background-color:#fff;width:30vw;max-width:90%;right:0;bottom:0;border-radius:2rem 0 0 2rem;height:90%;z-index:11;box-shadow:0 7px 10px #64646f24;padding:2rem 1.5rem}.infosidebar__frame{border:none;width:100%;height:70%;margin:1rem 0 0;flex-grow:1}.infosidebar__btn{display:flex;justify-content:center;align-items:center;gap:.5rem;text-decoration:none;padding:.5rem 1rem;background-color:#f6f6f6}.flag-icon{display:inline-block;background:#fff;background:url(/assets/flags_responsive-DxNdFW_6.png) no-repeat;background-size:100%}.flag{min-width:20px;min-height:14px;display:inline-block;border-radius:3px}img.flag{width:30px}.flag{background:url(/assets/flags_responsive-DxNdFW_6.png) no-repeat;background-size:100%}.flag-ad{background-position:0 .413223%}.flag-ae{background-position:0 .826446%}.flag-af{background-position:0 1.239669%}.flag-ag{background-position:0 1.652893%}.flag-ai{background-position:0 2.066116%}.flag-al{background-position:0 2.479339%}.flag-am{background-position:0 2.892562%}.flag-an{background-position:0 3.305785%}.flag-ao{background-position:0 3.719008%}.flag-aq{background-position:0 4.132231%}.flag-ar{background-position:0 4.545455%}.flag-as{background-position:0 4.958678%}.flag-at{background-position:0 5.371901%}.flag-au{background-position:0 5.785124%}.flag-aw{background-position:0 6.198347%}.flag-az{background-position:0 6.61157%}.flag-ba{background-position:0 7.024793%}.flag-bb{background-position:0 7.438017%}.flag-bd{background-position:0 7.85124%}.flag-be{background-position:0 8.264463%}.flag-bf{background-position:0 8.677686%}.flag-bg{background-position:0 9.090909%}.flag-bh{background-position:0 9.504132%}.flag-bi{background-position:0 9.917355%}.flag-bj{background-position:0 10.330579%}.flag-bm{background-position:0 10.743802%}.flag-bn{background-position:0 11.157025%}.flag-bo{background-position:0 11.570248%}.flag-br{background-position:0 11.983471%}.flag-bs{background-position:0 12.396694%}.flag-bt{background-position:0 12.809917%}.flag-bv{background-position:0 13.22314%}.flag-bw{background-position:0 13.636364%}.flag-by{background-position:0 14.049587%}.flag-bz{background-position:0 14.46281%}.flag-ca{background-position:0 14.876033%}.flag-cc{background-position:0 15.289256%}.flag-cd{background-position:0 15.702479%}.flag-cf{background-position:0 16.115702%}.flag-cg{background-position:0 16.528926%}.flag-ch{background-position:0 16.942149%}.flag-ci{background-position:0 17.355372%}.flag-ck{background-position:0 17.768595%}.flag-cl{background-position:0 18.181818%}.flag-cm{background-position:0 18.595041%}.flag-cn{background-position:0 19.008264%}.flag-co{background-position:0 19.421488%}.flag-cr{background-position:0 19.834711%}.flag-cu{background-position:0 20.247934%}.flag-cv{background-position:0 20.661157%}.flag-cx{background-position:0 21.07438%}.flag-cy{background-position:0 21.487603%}.flag-cz{background-position:0 21.900826%}.flag-de{background-position:0 22.31405%}.flag-dj{background-position:0 22.727273%}.flag-dk{background-position:0 23.140496%}.flag-dm{background-position:0 23.553719%}.flag-do{background-position:0 23.966942%}.flag-dz{background-position:0 24.380165%}.flag-ec{background-position:0 24.793388%}.flag-ee{background-position:0 25.206612%}.flag-eg{background-position:0 25.619835%}.flag-eh{background-position:0 26.033058%}.flag-er{background-position:0 26.446281%}.flag-es{background-position:0 26.859504%}.flag-et{background-position:0 27.272727%}.flag-fi{background-position:0 27.68595%}.flag-fj{background-position:0 28.099174%}.flag-fk{background-position:0 28.512397%}.flag-fm{background-position:0 28.92562%}.flag-fo{background-position:0 29.338843%}.flag-fr{background-position:0 29.752066%}.flag-ga{background-position:0 30.165289%}.flag-gd{background-position:0 30.578512%}.flag-ge{background-position:0 30.991736%}.flag-gf{background-position:0 31.404959%}.flag-gh{background-position:0 31.818182%}.flag-gi{background-position:0 32.231405%}.flag-gl{background-position:0 32.644628%}.flag-gm{background-position:0 33.057851%}.flag-gn{background-position:0 33.471074%}.flag-gp{background-position:0 33.884298%}.flag-gq{background-position:0 34.297521%}.flag-gr{background-position:0 34.710744%}.flag-gs{background-position:0 35.123967%}.flag-gt{background-position:0 35.53719%}.flag-gu{background-position:0 35.950413%}.flag-gw{background-position:0 36.363636%}.flag-gy{background-position:0 36.77686%}.flag-hk{background-position:0 37.190083%}.flag-hm{background-position:0 37.603306%}.flag-hn{background-position:0 38.016529%}.flag-hr{background-position:0 38.429752%}.flag-ht{background-position:0 38.842975%}.flag-hu{background-position:0 39.256198%}.flag-id{background-position:0 39.669421%}.flag-ie{background-position:0 40.082645%}.flag-il{background-position:0 40.495868%}.flag-in{background-position:0 40.909091%}.flag-io{background-position:0 41.322314%}.flag-iq{background-position:0 41.735537%}.flag-ir{background-position:0 42.14876%}.flag-is{background-position:0 42.561983%}.flag-it{background-position:0 42.975207%}.flag-jm{background-position:0 43.38843%}.flag-jo{background-position:0 43.801653%}.flag-jp{background-position:0 44.214876%}.flag-ke{background-position:0 44.628099%}.flag-kg{background-position:0 45.041322%}.flag-kh{background-position:0 45.454545%}.flag-ki{background-position:0 45.867769%}.flag-km{background-position:0 46.280992%}.flag-kn{background-position:0 46.694215%}.flag-kp{background-position:0 47.107438%}.flag-kr{background-position:0 47.520661%}.flag-kw{background-position:0 47.933884%}.flag-ky{background-position:0 48.347107%}.flag-kz{background-position:0 48.760331%}.flag-la{background-position:0 49.173554%}.flag-lb{background-position:0 49.586777%}.flag-lc{background-position:0 50%}.flag-li{background-position:0 50.413223%}.flag-lk{background-position:0 50.826446%}.flag-lr{background-position:0 51.239669%}.flag-ls{background-position:0 51.652893%}.flag-lt{background-position:0 52.066116%}.flag-lu{background-position:0 52.479339%}.flag-lv{background-position:0 52.892562%}.flag-ly{background-position:0 53.305785%}.flag-ma{background-position:0 53.719008%}.flag-mc{background-position:0 54.132231%}.flag-md{background-position:0 54.545455%}.flag-me{background-position:0 54.958678%}.flag-mg{background-position:0 55.371901%}.flag-mh{background-position:0 55.785124%}.flag-mk{background-position:0 56.198347%}.flag-ml{background-position:0 56.61157%}.flag-mm{background-position:0 57.024793%}.flag-mn{background-position:0 57.438017%}.flag-mo{background-position:0 57.85124%}.flag-mp{background-position:0 58.264463%}.flag-mq{background-position:0 58.677686%}.flag-mr{background-position:0 59.090909%}.flag-ms{background-position:0 59.504132%}.flag-mt{background-position:0 59.917355%}.flag-mu{background-position:0 60.330579%}.flag-mv{background-position:0 60.743802%}.flag-mw{background-position:0 61.157025%}.flag-mx{background-position:0 61.570248%}.flag-my{background-position:0 61.983471%}.flag-mz{background-position:0 62.396694%}.flag-na{background-position:0 62.809917%}.flag-nc{background-position:0 63.22314%}.flag-ne{background-position:0 63.636364%}.flag-nf{background-position:0 64.049587%}.flag-ng{background-position:0 64.46281%}.flag-ni{background-position:0 64.876033%}.flag-nl{background-position:0 65.289256%}.flag-no{background-position:0 65.702479%}.flag-np{background-position:0 66.115702%}.flag-nr{background-position:0 66.528926%}.flag-nu{background-position:0 66.942149%}.flag-nz{background-position:0 67.355372%}.flag-om{background-position:0 67.768595%}.flag-pa{background-position:0 68.181818%}.flag-pe{background-position:0 68.595041%}.flag-pf{background-position:0 69.008264%}.flag-pg{background-position:0 69.421488%}.flag-ph{background-position:0 69.834711%}.flag-pk{background-position:0 70.247934%}.flag-pl{background-position:0 70.661157%}.flag-pm{background-position:0 71.07438%}.flag-pn{background-position:0 71.487603%}.flag-pr{background-position:0 71.900826%}.flag-pt{background-position:0 72.31405%}.flag-pw{background-position:0 72.727273%}.flag-py{background-position:0 73.140496%}.flag-qa{background-position:0 73.553719%}.flag-re{background-position:0 73.966942%}.flag-ro{background-position:0 74.380165%}.flag-rs{background-position:0 74.793388%}.flag-ru{background-position:0 75.206612%}.flag-rw{background-position:0 75.619835%}.flag-sa{background-position:0 76.033058%}.flag-sb{background-position:0 76.446281%}.flag-sc{background-position:0 76.859504%}.flag-sd{background-position:0 77.272727%}.flag-se{background-position:0 77.68595%}.flag-sg{background-position:0 78.099174%}.flag-sh{background-position:0 78.512397%}.flag-si{background-position:0 78.92562%}.flag-sj{background-position:0 79.338843%}.flag-sk{background-position:0 79.752066%}.flag-sl{background-position:0 80.165289%}.flag-sm{background-position:0 80.578512%}.flag-sn{background-position:0 80.991736%}.flag-so{background-position:0 81.404959%}.flag-sr{background-position:0 81.818182%}.flag-ss{background-position:0 82.231405%}.flag-st{background-position:0 82.644628%}.flag-sv{background-position:0 83.057851%}.flag-sy{background-position:0 83.471074%}.flag-sz{background-position:0 83.884298%}.flag-tc{background-position:0 84.297521%}.flag-td{background-position:0 84.710744%}.flag-tf{background-position:0 85.123967%}.flag-tg{background-position:0 85.53719%}.flag-th{background-position:0 85.950413%}.flag-tj{background-position:0 86.363636%}.flag-tk{background-position:0 86.77686%}.flag-tl{background-position:0 87.190083%}.flag-tm{background-position:0 87.603306%}.flag-tn{background-position:0 88.016529%}.flag-to{background-position:0 88.429752%}.flag-tp{background-position:0 88.842975%}.flag-tr{background-position:0 89.256198%}.flag-tt{background-position:0 89.669421%}.flag-tv{background-position:0 90.082645%}.flag-tw{background-position:0 90.495868%}.flag-ty{background-position:0 90.909091%}.flag-tz{background-position:0 91.322314%}.flag-ua{background-position:0 91.735537%}.flag-ug{background-position:0 92.14876%}.flag-gb,.flag-uk{background-position:0 92.561983%}.flag-um{background-position:0 92.975207%}.flag-us{background-position:0 93.38843%}.flag-uy{background-position:0 93.801653%}.flag-uz{background-position:0 94.214876%}.flag-va{background-position:0 94.628099%}.flag-vc{background-position:0 95.041322%}.flag-ve{background-position:0 95.454545%}.flag-vg{background-position:0 95.867769%}.flag-vi{background-position:0 96.280992%}.flag-vn{background-position:0 96.694215%}.flag-vu{background-position:0 97.107438%}.flag-wf{background-position:0 97.520661%}.flag-ws{background-position:0 97.933884%}.flag-ye{background-position:0 98.347107%}.flag-za{background-position:0 98.760331%}.flag-zm{background-position:0 99.173554%}.flag-zr{background-position:0 99.586777%}.flag-zw{background-position:0 100%}.separator-horizontal{display:block;background-color:#eaeaea;height:1px;width:100%}.separator-vertical{display:block;background-color:#eaeaea;height:100%;width:1px}.upload-section{width:100%;display:flex;gap:1rem;justify-content:space-evenly;align-items:center;flex-direction:column;padding:2rem;border:2px dashed #d4d4d4;background-color:#f4f4f4;border-radius:1rem;height:fit-content}.upload-section .content__input-file{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.upload-section--error{border-color:#ff5c5c}.upload-section__image-selected{border-radius:.5rem;object-fit:cover}.image-folder-manager__wrapper{display:block;background-color:#f6f6f6;width:90%;max-width:95rem;height:50rem;overflow:hidden;border-radius:1rem;position:relative}.image-folder-manager{display:grid;grid-template-columns:30% 1fr;gap:1rem;width:100%;height:100%}.image-folder-manager__panel{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.image-folder-manager__panel .panel-folder__wrapper{width:90%;height:31em;background-color:#fff;border-radius:1rem;overflow:auto;scrollbar-gutter:stable;position:relative;flex-grow:1;margin-bottom:2rem}.image-folder-manager__panel .panel-folder__list{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:2rem 1rem}.image-folder-manager__panel .panel-folder__list-item{display:flex;justify-content:space-between;align-items:center;background-color:#f6f6f6;padding:1rem 1.4rem;border-radius:.5rem;cursor:pointer}.image-folder-manager__panel .panel-folder__list-item:hover{background-color:#ececec}.image-folder-manager__panel .panel-folder__list-item:hover>.panel-folder__list-item-btn{opacity:1}.image-folder-manager__panel .panel-folder__list-add{display:flex;position:sticky;top:.5rem;justify-content:space-between;align-items:center;background-color:#fff;border-radius:.5rem;overflow:hidden;height:4rem;box-shadow:#64646f33 0 7px 29px;margin-bottom:.5rem}.image-folder-manager__panel .panel-folder__list-add-input{flex-grow:1;font-size:1.2rem;height:100%;outline:none;background-color:#fff;padding:0 1rem}.image-folder-manager__panel .panel-folder__list-add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#313638;color:#fff;border:none;cursor:pointer;height:100%;border-left:1px solid #dddddd;padding:0 .5rem}.image-folder-manager__panel .panel-folder__list-add-btn>span{color:inherit}.image-folder-manager__panel .panel-folder__list-add-btn:hover{background-color:#495053}.image-folder-manager__panel .panel-folder__list-item--selected{background-color:#ddd}.image-folder-manager__panel .panel-folder__list-item-text{width:85%;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;overflow:hidden}.image-folder-manager__panel .panel-folder__list-item-btn{border:none;background-color:transparent;opacity:0;cursor:pointer;transition:opacity .15s ease-in-out,transform .15s ease-in-out}.image-folder-manager__panel .panel-folder__list-item-btn:hover>span{transform:scale(1.3)}.image-folder-manager__panel .panel-folder__list-item-btn span{font-size:2rem}.image-folder-manager__content{display:flex;height:50rem;flex-direction:column;justify-content:space-between;background-color:#fff;padding:2rem 1rem}.image-folder-manager__content .content__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));grid-template-rows:repeat(auto-fill,14rem);padding:1rem 2rem;max-height:85%;overflow-y:scroll}.image-folder-manager__content .content__img-wrapper{width:100%;height:100%;cursor:pointer;outline-offset:2px;transition:box-shadow .1s ease-in;position:relative;border-radius:1rem}.image-folder-manager__content .content__img-wrapper:hover{box-shadow:0 7px 10px #64646f24}.image-folder-manager__content .content__img-wrapper:hover>.content__delete-btn{opacity:1}.image-folder-manager__content .content__img-btn{height:100%;overflow:hidden;border:none;border-radius:1rem}.image-folder-manager__content .content__delete-btn{opacity:0;background-color:#313638;width:3rem;aspect-ratio:1;border:none;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;top:-5%;right:-5%;cursor:pointer;z-index:1000}.image-folder-manager__content .content__delete-btn:hover{transform:scale(1.2);box-shadow:#64646f33 0 7px 29px}.image-folder-manager__content .content__img-wrapper--selected{outline:2px solid rgb(68,204,23)}.image-folder-manager__content .content__input-file{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.image-folder-manager__content .content__img{width:100%;object-fit:cover}.image-folder-manager__content .content__add-btn{display:flex;justify-content:center;align-items:center;background-color:#fff;width:100%;height:100%;min-height:13rem;border-radius:.5rem;border:2px dashed #b3b3b3;cursor:pointer}.image-folder-manager__footer{display:flex;gap:1rem;justify-content:space-between;align-items:end}.image-folder-manager__gallery-list{display:flex;gap:1rem;flex-wrap:wrap}.image-folder-manager__gallery-list-item{position:relative}.image-folder-manager__gallery-list-item:hover .content__delete-btn{opacity:1}.image-folder-manager__gallery-list-item>img{width:10rem;height:10rem;object-fit:cover;border-radius:.5rem}.image-folder-manager__gallery-list-item .content__delete-btn{opacity:0;background-color:#313638;width:3rem;aspect-ratio:1;border:none;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;top:-5%;right:-5%;cursor:pointer;z-index:1000}.image-folder-manager__gallery-list-item .content__delete-btn:hover{transform:scale(1.2);box-shadow:#64646f33 0 7px 29px}.image-folder-manager__no-folders{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column-start:1;gap:1rem;grid-column-end:5}.embedded-page{width:100vw;height:100%;position:relative;left:-7rem;z-index:1}.embedded-page>iframe{width:100%;height:100%}.aspect-square{aspect-ratio:1/1}.object-cover{object-fit:cover}.rounded-full{border-radius:50%}.w-full{width:100%}.pre-line{white-space:pre-line}.w-half{width:50%}.w-three-quarters{width:75%}.w-fit{width:fit-content}.w-1\/5{width:20%}.w-2\/6{width:33.333333%}.w-4\/6{width:66%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-2\/3{width:66.666667%}.h-full{height:100%}.max-w-none{max-width:none}.max-w-full{max-width:100%}.max-h-full{max-height:100%}.max-h-11\/12{max-height:91vh}.max-w-11\/12{max-width:91vw}.max-h-none{max-height:none}.opacity-0{opacity:0}.opacity-1{opacity:.1}.opacity-2{opacity:.2}.opacity-3{opacity:.3}.opacity-4{opacity:.4}.opacity-5{opacity:.5}.opacity-6{opacity:.6}.opacity-7{opacity:.7}.opacity-8{opacity:.8}.opacity-9{opacity:.9}.opacity-10{opacity:1}.border-t-0{border-top:0px solid #eaeaea}.border-r-0{border-right:0px solid #eaeaea}.border-b-0{border-bottom:0px solid #eaeaea}.border-l-0{border-left:0px solid #eaeaea}.border-0{border:0px solid #eaeaea}.border-t-1{border-top:1px solid #eaeaea}.border-r-1{border-right:1px solid #eaeaea}.border-b-1{border-bottom:1px solid #eaeaea}.border-l-1{border-left:1px solid #eaeaea}.border-1{border:1px solid #eaeaea}.border-t-2{border-top:2px solid #eaeaea}.border-r-2{border-right:2px solid #eaeaea}.border-b-2{border-bottom:2px solid #eaeaea}.border-l-2{border-left:2px solid #eaeaea}.border-2{border:2px solid #eaeaea}.border-t-3{border-top:3px solid #eaeaea}.border-r-3{border-right:3px solid #eaeaea}.border-b-3{border-bottom:3px solid #eaeaea}.border-l-3{border-left:3px solid #eaeaea}.border-3{border:3px solid #eaeaea}.border-t-4{border-top:4px solid #eaeaea}.border-r-4{border-right:4px solid #eaeaea}.border-b-4{border-bottom:4px solid #eaeaea}.border-l-4{border-left:4px solid #eaeaea}.border-4{border:4px solid #eaeaea}.border-t-5{border-top:5px solid #eaeaea}.border-r-5{border-right:5px solid #eaeaea}.border-b-5{border-bottom:5px solid #eaeaea}.border-l-5{border-left:5px solid #eaeaea}.border-5{border:5px solid #eaeaea}.border-t-6{border-top:6px solid #eaeaea}.border-r-6{border-right:6px solid #eaeaea}.border-b-6{border-bottom:6px solid #eaeaea}.border-l-6{border-left:6px solid #eaeaea}.border-6{border:6px solid #eaeaea}.border-t-7{border-top:7px solid #eaeaea}.border-r-7{border-right:7px solid #eaeaea}.border-b-7{border-bottom:7px solid #eaeaea}.border-l-7{border-left:7px solid #eaeaea}.border-7{border:7px solid #eaeaea}.border-t-8{border-top:8px solid #eaeaea}.border-r-8{border-right:8px solid #eaeaea}.border-b-8{border-bottom:8px solid #eaeaea}.border-l-8{border-left:8px solid #eaeaea}.border-8{border:8px solid #eaeaea}.border-t-9{border-top:9px solid #eaeaea}.border-r-9{border-right:9px solid #eaeaea}.border-b-9{border-bottom:9px solid #eaeaea}.border-l-9{border-left:9px solid #eaeaea}.border-9{border:9px solid #eaeaea}.border-t-10{border-top:10px solid #eaeaea}.border-r-10{border-right:10px solid #eaeaea}.border-b-10{border-bottom:10px solid #eaeaea}.border-l-10{border-left:10px solid #eaeaea}.border-10{border:10px solid #eaeaea}.rounded-0{border-radius:0rem}.rounded-1{border-radius:.5rem}.rounded-2{border-radius:1rem}.rounded-3{border-radius:1.5rem}.rounded-4{border-radius:2rem}.rounded-5{border-radius:2.5rem}.rounded-6{border-radius:3rem}.rounded-7{border-radius:3.5rem}.rounded-8{border-radius:4rem}.rounded-9{border-radius:4.5rem}.rounded-10{border-radius:5rem}.font-100{font-weight:100}.font-200{font-weight:200}.font-300{font-weight:300}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.font-800{font-weight:800}.font-900{font-weight:900}.h-0{height:0rem}.max-h-0{max-height:0rem}.w-0{width:0rem}.max-w-0{max-width:0rem}.min-w-0{min-width:0rem}.min-h-0{min-height:0rem}.h-1{height:1rem}.max-h-1{max-height:1rem}.w-1{width:1rem}.max-w-1{max-width:1rem}.min-w-1{min-width:1rem}.min-h-1{min-height:1rem}.h-2{height:2rem}.max-h-2{max-height:2rem}.w-2{width:2rem}.max-w-2{max-width:2rem}.min-w-2{min-width:2rem}.min-h-2{min-height:2rem}.h-3{height:3rem}.max-h-3{max-height:3rem}.w-3{width:3rem}.max-w-3{max-width:3rem}.min-w-3{min-width:3rem}.min-h-3{min-height:3rem}.h-4{height:4rem}.max-h-4{max-height:4rem}.w-4{width:4rem}.max-w-4{max-width:4rem}.min-w-4{min-width:4rem}.min-h-4{min-height:4rem}.h-5{height:5rem}.max-h-5{max-height:5rem}.w-5{width:5rem}.max-w-5{max-width:5rem}.min-w-5{min-width:5rem}.min-h-5{min-height:5rem}.h-6{height:6rem}.max-h-6{max-height:6rem}.w-6{width:6rem}.max-w-6{max-width:6rem}.min-w-6{min-width:6rem}.min-h-6{min-height:6rem}.h-7{height:7rem}.max-h-7{max-height:7rem}.w-7{width:7rem}.max-w-7{max-width:7rem}.min-w-7{min-width:7rem}.min-h-7{min-height:7rem}.h-8{height:8rem}.max-h-8{max-height:8rem}.w-8{width:8rem}.max-w-8{max-width:8rem}.min-w-8{min-width:8rem}.min-h-8{min-height:8rem}.h-9{height:9rem}.max-h-9{max-height:9rem}.w-9{width:9rem}.max-w-9{max-width:9rem}.min-w-9{min-width:9rem}.min-h-9{min-height:9rem}.h-10{height:10rem}.max-h-10{max-height:10rem}.w-10{width:10rem}.max-w-10{max-width:10rem}.min-w-10{min-width:10rem}.min-h-10{min-height:10rem}.h-11{height:11rem}.max-h-11{max-height:11rem}.w-11{width:11rem}.max-w-11{max-width:11rem}.min-w-11{min-width:11rem}.min-h-11{min-height:11rem}.h-12{height:12rem}.max-h-12{max-height:12rem}.w-12{width:12rem}.max-w-12{max-width:12rem}.min-w-12{min-width:12rem}.min-h-12{min-height:12rem}.h-13{height:13rem}.max-h-13{max-height:13rem}.w-13{width:13rem}.max-w-13{max-width:13rem}.min-w-13{min-width:13rem}.min-h-13{min-height:13rem}.h-14{height:14rem}.max-h-14{max-height:14rem}.w-14{width:14rem}.max-w-14{max-width:14rem}.min-w-14{min-width:14rem}.min-h-14{min-height:14rem}.h-15{height:15rem}.max-h-15{max-height:15rem}.w-15{width:15rem}.max-w-15{max-width:15rem}.min-w-15{min-width:15rem}.min-h-15{min-height:15rem}.h-20{height:20rem}.max-h-20{max-height:20rem}.w-20{width:20rem}.max-w-20{max-width:20rem}.min-w-20{min-width:20rem}.min-h-20{min-height:20rem}.h-21{height:21rem}.max-h-21{max-height:21rem}.w-21{width:21rem}.max-w-21{max-width:21rem}.min-w-21{min-width:21rem}.min-h-21{min-height:21rem}.h-22{height:22rem}.max-h-22{max-height:22rem}.w-22{width:22rem}.max-w-22{max-width:22rem}.min-w-22{min-width:22rem}.min-h-22{min-height:22rem}.h-23{height:23rem}.max-h-23{max-height:23rem}.w-23{width:23rem}.max-w-23{max-width:23rem}.min-w-23{min-width:23rem}.min-h-23{min-height:23rem}.h-24{height:24rem}.max-h-24{max-height:24rem}.w-24{width:24rem}.max-w-24{max-width:24rem}.min-w-24{min-width:24rem}.min-h-24{min-height:24rem}.h-25{height:25rem}.max-h-25{max-height:25rem}.w-25{width:25rem}.max-w-25{max-width:25rem}.min-w-25{min-width:25rem}.min-h-25{min-height:25rem}.h-30{height:30rem}.max-h-30{max-height:30rem}.w-30{width:30rem}.max-w-30{max-width:30rem}.min-w-30{min-width:30rem}.min-h-30{min-height:30rem}.h-35{height:35rem}.max-h-35{max-height:35rem}.w-35{width:35rem}.max-w-35{max-width:35rem}.min-w-35{min-width:35rem}.min-h-35{min-height:35rem}.h-40{height:40rem}.max-h-40{max-height:40rem}.w-40{width:40rem}.max-w-40{max-width:40rem}.min-w-40{min-width:40rem}.min-h-40{min-height:40rem}.h-45{height:45rem}.max-h-45{max-height:45rem}.w-45{width:45rem}.max-w-45{max-width:45rem}.min-w-45{min-width:45rem}.min-h-45{min-height:45rem}.h-50{height:50rem}.max-h-50{max-height:50rem}.w-50{width:50rem}.max-w-50{max-width:50rem}.min-w-50{min-width:50rem}.min-h-50{min-height:50rem}.h-55{height:55rem}.max-h-55{max-height:55rem}.w-55{width:55rem}.max-w-55{max-width:55rem}.min-w-55{min-width:55rem}.min-h-55{min-height:55rem}.h-60{height:60rem}.max-h-60{max-height:60rem}.w-60{width:60rem}.max-w-60{max-width:60rem}.min-w-60{min-width:60rem}.min-h-60{min-height:60rem}.h-65{height:65rem}.max-h-65{max-height:65rem}.w-65{width:65rem}.max-w-65{max-width:65rem}.min-w-65{min-width:65rem}.min-h-65{min-height:65rem}.h-70{height:70rem}.max-h-70{max-height:70rem}.w-70{width:70rem}.max-w-70{max-width:70rem}.min-w-70{min-width:70rem}.min-h-70{min-height:70rem}.h-75{height:75rem}.max-h-75{max-height:75rem}.w-75{width:75rem}.max-w-75{max-width:75rem}.min-w-75{min-width:75rem}.min-h-75{min-height:75rem}.h-80{height:80rem}.max-h-80{max-height:80rem}.w-80{width:80rem}.max-w-80{max-width:80rem}.min-w-80{min-width:80rem}.min-h-80{min-height:80rem}.h-85{height:85rem}.max-h-85{max-height:85rem}.w-85{width:85rem}.max-w-85{max-width:85rem}.min-w-85{min-width:85rem}.min-h-85{min-height:85rem}.h-90{height:90rem}.max-h-90{max-height:90rem}.w-90{width:90rem}.max-w-90{max-width:90rem}.min-w-90{min-width:90rem}.min-h-90{min-height:90rem}.h-95{height:95rem}.max-h-95{max-height:95rem}.w-95{width:95rem}.max-w-95{max-width:95rem}.min-w-95{min-width:95rem}.min-h-95{min-height:95rem}.h-100{height:100rem}.max-h-100{max-height:100rem}.w-100{width:100rem}.max-w-100{max-width:100rem}.min-w-100{min-width:100rem}.min-h-100{min-height:100rem}.lowercase,.paragraph-case{text-transform:lowercase}.paragraph-case:first-letter{text-transform:uppercase}.underline{text-decoration:underline}.text-decoration-none{text-decoration:none}.text-base{font-size:1rem}.text-no-wrap{text-wrap:nowrap}.word-break{word-break:break-all}.text-0,.text-0-half,.text-0-half-plus{font-size:0rem!important}.text-1{font-size:.5rem!important}.text-1-half{font-size:.625rem!important}.text-1-half-plus{font-size:calc(1rem / 1.2)!important}.text-2{font-size:1rem!important}.text-2-half{font-size:1.25rem!important}.text-2-half-plus{font-size:calc(2rem / 1.2)!important}.text-3{font-size:1.5rem!important}.text-3-half{font-size:1.875rem!important}.text-3-half-plus{font-size:2.5rem!important}.text-4{font-size:2rem!important}.text-4-half{font-size:2.5rem!important}.text-4-half-plus{font-size:calc(4rem / 1.2)!important}.text-5{font-size:2.5rem!important}.text-5-half{font-size:3.125rem!important}.text-5-half-plus{font-size:calc(5rem / 1.2)!important}.text-6{font-size:3rem!important}.text-6-half{font-size:3.75rem!important}.text-6-half-plus{font-size:5rem!important}.text-7{font-size:3.5rem!important}.text-7-half{font-size:4.375rem!important}.text-7-half-plus{font-size:calc(7rem / 1.2)!important}.text-8{font-size:4rem!important}.text-8-half{font-size:5rem!important}.text-8-half-plus{font-size:calc(8rem / 1.2)!important}.text-9{font-size:4.5rem!important}.text-9-half{font-size:5.625rem!important}.text-9-half-plus{font-size:7.5rem!important}.text-10{font-size:5rem!important}.text-10-half{font-size:6.25rem!important}.text-10-half-plus{font-size:calc(10rem / 1.2)!important}.text-11{font-size:5.5rem!important}.text-11-half{font-size:6.875rem!important}.text-11-half-plus{font-size:calc(11rem / 1.2)!important}.text-12{font-size:6rem!important}.text-12-half{font-size:7.5rem!important}.text-12-half-plus{font-size:10rem!important}.text-13{font-size:6.5rem!important}.text-13-half{font-size:8.125rem!important}.text-13-half-plus{font-size:calc(13rem / 1.2)!important}.text-14{font-size:7rem!important}.text-14-half{font-size:8.75rem!important}.text-14-half-plus{font-size:calc(14rem / 1.2)!important}.text-15{font-size:7.5rem!important}.text-15-half{font-size:9.375rem!important}.text-15-half-plus{font-size:12.5rem!important}.text-20{font-size:10rem!important}.text-20-half{font-size:12.5rem!important}.text-20-half-plus{font-size:calc(20rem / 1.2)!important}.text-21{font-size:10.5rem!important}.text-21-half{font-size:13.125rem!important}.text-21-half-plus{font-size:17.5rem!important}.text-22{font-size:11rem!important}.text-22-half{font-size:13.75rem!important}.text-22-half-plus{font-size:calc(22rem / 1.2)!important}.text-23{font-size:11.5rem!important}.text-23-half{font-size:14.375rem!important}.text-23-half-plus{font-size:calc(23rem / 1.2)!important}.text-24{font-size:12rem!important}.text-24-half{font-size:15rem!important}.text-24-half-plus{font-size:20rem!important}.text-25{font-size:12.5rem!important}.text-25-half{font-size:15.625rem!important}.text-25-half-plus{font-size:calc(25rem / 1.2)!important}.text-30{font-size:15rem!important}.text-30-half{font-size:18.75rem!important}.text-30-half-plus{font-size:25rem!important}.text-35{font-size:17.5rem!important}.text-35-half{font-size:21.875rem!important}.text-35-half-plus{font-size:calc(35rem / 1.2)!important}.text-40{font-size:20rem!important}.text-40-half{font-size:25rem!important}.text-40-half-plus{font-size:calc(40rem / 1.2)!important}.text-45{font-size:22.5rem!important}.text-45-half{font-size:28.125rem!important}.text-45-half-plus{font-size:37.5rem!important}.text-50{font-size:25rem!important}.text-50-half{font-size:31.25rem!important}.text-50-half-plus{font-size:calc(50rem / 1.2)!important}.text-55{font-size:27.5rem!important}.text-55-half{font-size:34.375rem!important}.text-55-half-plus{font-size:calc(55rem / 1.2)!important}.text-60{font-size:30rem!important}.text-60-half{font-size:37.5rem!important}.text-60-half-plus{font-size:50rem!important}.text-65{font-size:32.5rem!important}.text-65-half{font-size:40.625rem!important}.text-65-half-plus{font-size:calc(65rem / 1.2)!important}.text-70{font-size:35rem!important}.text-70-half{font-size:43.75rem!important}.text-70-half-plus{font-size:calc(70rem / 1.2)!important}.text-75{font-size:37.5rem!important}.text-75-half{font-size:46.875rem!important}.text-75-half-plus{font-size:62.5rem!important}.text-80{font-size:40rem!important}.text-80-half{font-size:50rem!important}.text-80-half-plus{font-size:calc(80rem / 1.2)!important}.text-85{font-size:42.5rem!important}.text-85-half{font-size:53.125rem!important}.text-85-half-plus{font-size:calc(85rem / 1.2)!important}.text-90{font-size:45rem!important}.text-90-half{font-size:56.25rem!important}.text-90-half-plus{font-size:75rem!important}.text-95{font-size:47.5rem!important}.text-95-half{font-size:59.375rem!important}.text-95-half-plus{font-size:calc(95rem / 1.2)!important}.text-100{font-size:50rem!important}.text-100-half{font-size:62.5rem!important}.text-100-half-plus{font-size:calc(100rem / 1.2)!important}.scrollbar-gutter-stable{scrollbar-gutter:stable}.italic{font-style:italic}.border-gray{border-color:#d3d3d3}.border-dark{border-color:#7f7f7f}.border-brand{border-color:#44cc17}.border-dashed{border-style:dashed}.text-inherit{color:inherit!important}.text-brand{color:#44cc17}.text-dark-brand{color:#246b0d}.text-brand-darken{color:#359e12}.text-white{color:#fff}.text-dark{color:#313638}.text-danger-contrast{color:#7f3939}.text-warning-contrast{color:#3d3a2a}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-start{text-align:start}.text-justified{text-align:justify}.text-end{text-align:end}.fill-gold{fill:gold}.fill-white{fill:#fff}.text-success{color:#44cc17}.fill-success{fill:#44cc17}.text-secondary{color:#b3b3b3}.text-gray{color:#7f7f7f}.text-secondary-soft{color:#cdcdcd}.fill-secondary{fill:#eaeaea}.fill-brand{fill:#44cc17}.text-danger{color:#ff5c5c}.fill-danger{fill:#ff5c5c}.text-warning{color:#e8d470}.fill-warning{fill:#e8d470}.place-self-end{place-self:end}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.layer-1{z-index:1}.layer-2{z-index:2}.layer-3{z-index:3}.layer-4{z-index:4}.layer-5{z-index:5}.modal-layer{z-index:11}.top-0{top:0}.-top-1{top:-1rem}.top-1{top:1rem}.right-1{right:1rem}.top-1-half{top:.5rem}.right-1-half{right:.5rem}.left-0{left:0}.-left-1{left:-1rem}.-right-1{right:-1rem}.right-0{right:0}.bottom-0{bottom:0}.flex{display:flex}.space-between{justify-content:space-between}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-grow-1{flex-grow:1}.flex-wrap{flex-wrap:wrap}.flex-row-reverse{flex-direction:row-reverse}.block{display:block}.scroll-y{overflow-y:scroll}.hidden{display:none}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-normal{align-items:normal}.items-stretch{align-items:stretch}.self-align{align-self:center}.self-align-end{align-self:flex-end}.self-align-start{align-self:flex-start}.mx-auto{margin:0 auto}.my-auto{margin:auto 0}.px-auto{padding-left:0;padding-right:0}.py-auto{padding-top:0;padding-bottom:0}.m-auto{margin:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.m-0{margin:0rem}.mt-0,.mt-0\/2{margin-top:0rem}.mr-0,.mr-0\/2{margin-right:0rem}.mb-0,.mb-0\/2{margin-bottom:0rem}.ml-0,.ml-0\/2{margin-left:0rem}.mx-0,.mx-0\/2{margin-right:0rem;margin-left:0rem}.my-0,.my-0\/2{margin-top:0rem;margin-bottom:0rem}.p-0{padding:0rem}.pt-0{padding-top:0rem}.pr-0{padding-right:0rem}.pb-0{padding-bottom:0rem}.pl-0{padding-left:0rem}.px-0{padding-left:0rem;padding-right:0rem}.py-0{padding-top:0rem;padding-bottom:0rem}.p-0\/2{padding:0rem}.pt-0\/2{padding-top:0rem}.pr-0\/2{padding-right:0rem}.pb-0\/2{padding-bottom:0rem}.pl-0\/2{padding-left:0rem}.px-0\/2{padding-left:0rem;padding-right:0rem}.py-0\/2{padding-top:0rem;padding-bottom:0rem}.gap-0,.gap-0-half{gap:0rem!important}.flex-0{flex:0}.m-1{margin:1rem}.mt-1{margin-top:1rem}.mt-1\/2{margin-top:.5rem}.mr-1,.mr-1\/2{margin-right:1rem}.mb-1{margin-bottom:1rem}.mb-1\/2{margin-bottom:.5rem}.ml-1{margin-left:1rem}.ml-1\/2{margin-left:.5rem}.mx-1{margin-right:1rem;margin-left:1rem}.mx-1\/2{margin-right:.5rem;margin-left:.5rem}.my-1{margin-top:1rem;margin-bottom:1rem}.my-1\/2{margin-top:.5rem;margin-bottom:.5rem}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pr-1{padding-right:1rem}.pb-1{padding-bottom:1rem}.pl-1{padding-left:1rem}.px-1{padding-left:1rem;padding-right:1rem}.py-1{padding-top:1rem;padding-bottom:1rem}.p-1\/2{padding:.5rem}.pt-1\/2{padding-top:.5rem}.pr-1\/2{padding-right:.5rem}.pb-1\/2{padding-bottom:.5rem}.pl-1\/2{padding-left:.5rem}.px-1\/2{padding-left:.5rem;padding-right:.5rem}.py-1\/2{padding-top:.5rem;padding-bottom:.5rem}.gap-1{gap:1rem!important}.gap-1-half{gap:.5rem!important}.flex-1{flex:1}.m-2{margin:2rem}.mt-2{margin-top:2rem}.mt-2\/2{margin-top:1rem}.mr-2,.mr-2\/2{margin-right:2rem}.mb-2{margin-bottom:2rem}.mb-2\/2{margin-bottom:1rem}.ml-2{margin-left:2rem}.ml-2\/2{margin-left:1rem}.mx-2{margin-right:2rem;margin-left:2rem}.mx-2\/2{margin-right:1rem;margin-left:1rem}.my-2{margin-top:2rem;margin-bottom:2rem}.my-2\/2{margin-top:1rem;margin-bottom:1rem}.p-2{padding:2rem}.pt-2{padding-top:2rem}.pr-2{padding-right:2rem}.pb-2{padding-bottom:2rem}.pl-2{padding-left:2rem}.px-2{padding-left:2rem;padding-right:2rem}.py-2{padding-top:2rem;padding-bottom:2rem}.p-2\/2{padding:1rem}.pt-2\/2{padding-top:1rem}.pr-2\/2{padding-right:1rem}.pb-2\/2{padding-bottom:1rem}.pl-2\/2{padding-left:1rem}.px-2\/2{padding-left:1rem;padding-right:1rem}.py-2\/2{padding-top:1rem;padding-bottom:1rem}.gap-2{gap:2rem!important}.gap-2-half{gap:1rem!important}.flex-2{flex:2}.m-3{margin:3rem}.mt-3{margin-top:3rem}.mt-3\/2{margin-top:1.5rem}.mr-3,.mr-3\/2{margin-right:3rem}.mb-3{margin-bottom:3rem}.mb-3\/2{margin-bottom:1.5rem}.ml-3{margin-left:3rem}.ml-3\/2{margin-left:1.5rem}.mx-3{margin-right:3rem;margin-left:3rem}.mx-3\/2{margin-right:1.5rem;margin-left:1.5rem}.my-3{margin-top:3rem;margin-bottom:3rem}.my-3\/2{margin-top:1.5rem;margin-bottom:1.5rem}.p-3{padding:3rem}.pt-3{padding-top:3rem}.pr-3{padding-right:3rem}.pb-3{padding-bottom:3rem}.pl-3{padding-left:3rem}.px-3{padding-left:3rem;padding-right:3rem}.py-3{padding-top:3rem;padding-bottom:3rem}.p-3\/2{padding:1.5rem}.pt-3\/2{padding-top:1.5rem}.pr-3\/2{padding-right:1.5rem}.pb-3\/2{padding-bottom:1.5rem}.pl-3\/2{padding-left:1.5rem}.px-3\/2{padding-left:1.5rem;padding-right:1.5rem}.py-3\/2{padding-top:1.5rem;padding-bottom:1.5rem}.gap-3{gap:3rem!important}.gap-3-half{gap:1.5rem!important}.flex-3{flex:3}.m-4{margin:4rem}.mt-4{margin-top:4rem}.mt-4\/2{margin-top:2rem}.mr-4,.mr-4\/2{margin-right:4rem}.mb-4{margin-bottom:4rem}.mb-4\/2{margin-bottom:2rem}.ml-4{margin-left:4rem}.ml-4\/2{margin-left:2rem}.mx-4{margin-right:4rem;margin-left:4rem}.mx-4\/2{margin-right:2rem;margin-left:2rem}.my-4{margin-top:4rem;margin-bottom:4rem}.my-4\/2{margin-top:2rem;margin-bottom:2rem}.p-4{padding:4rem}.pt-4{padding-top:4rem}.pr-4{padding-right:4rem}.pb-4{padding-bottom:4rem}.pl-4{padding-left:4rem}.px-4{padding-left:4rem;padding-right:4rem}.py-4{padding-top:4rem;padding-bottom:4rem}.p-4\/2{padding:2rem}.pt-4\/2{padding-top:2rem}.pr-4\/2{padding-right:2rem}.pb-4\/2{padding-bottom:2rem}.pl-4\/2{padding-left:2rem}.px-4\/2{padding-left:2rem;padding-right:2rem}.py-4\/2{padding-top:2rem;padding-bottom:2rem}.gap-4{gap:4rem!important}.gap-4-half{gap:2rem!important}.flex-4{flex:4}.m-5{margin:5rem}.mt-5{margin-top:5rem}.mt-5\/2{margin-top:2.5rem}.mr-5,.mr-5\/2{margin-right:5rem}.mb-5{margin-bottom:5rem}.mb-5\/2{margin-bottom:2.5rem}.ml-5{margin-left:5rem}.ml-5\/2{margin-left:2.5rem}.mx-5{margin-right:5rem;margin-left:5rem}.mx-5\/2{margin-right:2.5rem;margin-left:2.5rem}.my-5{margin-top:5rem;margin-bottom:5rem}.my-5\/2{margin-top:2.5rem;margin-bottom:2.5rem}.p-5{padding:5rem}.pt-5{padding-top:5rem}.pr-5{padding-right:5rem}.pb-5{padding-bottom:5rem}.pl-5{padding-left:5rem}.px-5{padding-left:5rem;padding-right:5rem}.py-5{padding-top:5rem;padding-bottom:5rem}.p-5\/2{padding:2.5rem}.pt-5\/2{padding-top:2.5rem}.pr-5\/2{padding-right:2.5rem}.pb-5\/2{padding-bottom:2.5rem}.pl-5\/2{padding-left:2.5rem}.px-5\/2{padding-left:2.5rem;padding-right:2.5rem}.py-5\/2{padding-top:2.5rem;padding-bottom:2.5rem}.gap-5{gap:5rem!important}.gap-5-half{gap:2.5rem!important}.flex-5{flex:5}.m-6{margin:6rem}.mt-6{margin-top:6rem}.mt-6\/2{margin-top:3rem}.mr-6,.mr-6\/2{margin-right:6rem}.mb-6{margin-bottom:6rem}.mb-6\/2{margin-bottom:3rem}.ml-6{margin-left:6rem}.ml-6\/2{margin-left:3rem}.mx-6{margin-right:6rem;margin-left:6rem}.mx-6\/2{margin-right:3rem;margin-left:3rem}.my-6{margin-top:6rem;margin-bottom:6rem}.my-6\/2{margin-top:3rem;margin-bottom:3rem}.p-6{padding:6rem}.pt-6{padding-top:6rem}.pr-6{padding-right:6rem}.pb-6{padding-bottom:6rem}.pl-6{padding-left:6rem}.px-6{padding-left:6rem;padding-right:6rem}.py-6{padding-top:6rem;padding-bottom:6rem}.p-6\/2{padding:3rem}.pt-6\/2{padding-top:3rem}.pr-6\/2{padding-right:3rem}.pb-6\/2{padding-bottom:3rem}.pl-6\/2{padding-left:3rem}.px-6\/2{padding-left:3rem;padding-right:3rem}.py-6\/2{padding-top:3rem;padding-bottom:3rem}.gap-6{gap:6rem!important}.gap-6-half{gap:3rem!important}.flex-6{flex:6}.m-7{margin:7rem}.mt-7{margin-top:7rem}.mt-7\/2{margin-top:3.5rem}.mr-7,.mr-7\/2{margin-right:7rem}.mb-7{margin-bottom:7rem}.mb-7\/2{margin-bottom:3.5rem}.ml-7{margin-left:7rem}.ml-7\/2{margin-left:3.5rem}.mx-7{margin-right:7rem;margin-left:7rem}.mx-7\/2{margin-right:3.5rem;margin-left:3.5rem}.my-7{margin-top:7rem;margin-bottom:7rem}.my-7\/2{margin-top:3.5rem;margin-bottom:3.5rem}.p-7{padding:7rem}.pt-7{padding-top:7rem}.pr-7{padding-right:7rem}.pb-7{padding-bottom:7rem}.pl-7{padding-left:7rem}.px-7{padding-left:7rem;padding-right:7rem}.py-7{padding-top:7rem;padding-bottom:7rem}.p-7\/2{padding:3.5rem}.pt-7\/2{padding-top:3.5rem}.pr-7\/2{padding-right:3.5rem}.pb-7\/2{padding-bottom:3.5rem}.pl-7\/2{padding-left:3.5rem}.px-7\/2{padding-left:3.5rem;padding-right:3.5rem}.py-7\/2{padding-top:3.5rem;padding-bottom:3.5rem}.gap-7{gap:7rem!important}.gap-7-half{gap:3.5rem!important}.flex-7{flex:7}.m-8{margin:8rem}.mt-8{margin-top:8rem}.mt-8\/2{margin-top:4rem}.mr-8,.mr-8\/2{margin-right:8rem}.mb-8{margin-bottom:8rem}.mb-8\/2{margin-bottom:4rem}.ml-8{margin-left:8rem}.ml-8\/2{margin-left:4rem}.mx-8{margin-right:8rem;margin-left:8rem}.mx-8\/2{margin-right:4rem;margin-left:4rem}.my-8{margin-top:8rem;margin-bottom:8rem}.my-8\/2{margin-top:4rem;margin-bottom:4rem}.p-8{padding:8rem}.pt-8{padding-top:8rem}.pr-8{padding-right:8rem}.pb-8{padding-bottom:8rem}.pl-8{padding-left:8rem}.px-8{padding-left:8rem;padding-right:8rem}.py-8{padding-top:8rem;padding-bottom:8rem}.p-8\/2{padding:4rem}.pt-8\/2{padding-top:4rem}.pr-8\/2{padding-right:4rem}.pb-8\/2{padding-bottom:4rem}.pl-8\/2{padding-left:4rem}.px-8\/2{padding-left:4rem;padding-right:4rem}.py-8\/2{padding-top:4rem;padding-bottom:4rem}.gap-8{gap:8rem!important}.gap-8-half{gap:4rem!important}.flex-8{flex:8}.m-9{margin:9rem}.mt-9{margin-top:9rem}.mt-9\/2{margin-top:4.5rem}.mr-9,.mr-9\/2{margin-right:9rem}.mb-9{margin-bottom:9rem}.mb-9\/2{margin-bottom:4.5rem}.ml-9{margin-left:9rem}.ml-9\/2{margin-left:4.5rem}.mx-9{margin-right:9rem;margin-left:9rem}.mx-9\/2{margin-right:4.5rem;margin-left:4.5rem}.my-9{margin-top:9rem;margin-bottom:9rem}.my-9\/2{margin-top:4.5rem;margin-bottom:4.5rem}.p-9{padding:9rem}.pt-9{padding-top:9rem}.pr-9{padding-right:9rem}.pb-9{padding-bottom:9rem}.pl-9{padding-left:9rem}.px-9{padding-left:9rem;padding-right:9rem}.py-9{padding-top:9rem;padding-bottom:9rem}.p-9\/2{padding:4.5rem}.pt-9\/2{padding-top:4.5rem}.pr-9\/2{padding-right:4.5rem}.pb-9\/2{padding-bottom:4.5rem}.pl-9\/2{padding-left:4.5rem}.px-9\/2{padding-left:4.5rem;padding-right:4.5rem}.py-9\/2{padding-top:4.5rem;padding-bottom:4.5rem}.gap-9{gap:9rem!important}.gap-9-half{gap:4.5rem!important}.flex-9{flex:9}.m-10{margin:10rem}.mt-10{margin-top:10rem}.mt-10\/2{margin-top:5rem}.mr-10,.mr-10\/2{margin-right:10rem}.mb-10{margin-bottom:10rem}.mb-10\/2{margin-bottom:5rem}.ml-10{margin-left:10rem}.ml-10\/2{margin-left:5rem}.mx-10{margin-right:10rem;margin-left:10rem}.mx-10\/2{margin-right:5rem;margin-left:5rem}.my-10{margin-top:10rem;margin-bottom:10rem}.my-10\/2{margin-top:5rem;margin-bottom:5rem}.p-10{padding:10rem}.pt-10{padding-top:10rem}.pr-10{padding-right:10rem}.pb-10{padding-bottom:10rem}.pl-10{padding-left:10rem}.px-10{padding-left:10rem;padding-right:10rem}.py-10{padding-top:10rem;padding-bottom:10rem}.p-10\/2{padding:5rem}.pt-10\/2{padding-top:5rem}.pr-10\/2{padding-right:5rem}.pb-10\/2{padding-bottom:5rem}.pl-10\/2{padding-left:5rem}.px-10\/2{padding-left:5rem;padding-right:5rem}.py-10\/2{padding-top:5rem;padding-bottom:5rem}.gap-10{gap:10rem!important}.gap-10-half{gap:5rem!important}.flex-10{flex:10}.m-11{margin:11rem}.mt-11{margin-top:11rem}.mt-11\/2{margin-top:5.5rem}.mr-11,.mr-11\/2{margin-right:11rem}.mb-11{margin-bottom:11rem}.mb-11\/2{margin-bottom:5.5rem}.ml-11{margin-left:11rem}.ml-11\/2{margin-left:5.5rem}.mx-11{margin-right:11rem;margin-left:11rem}.mx-11\/2{margin-right:5.5rem;margin-left:5.5rem}.my-11{margin-top:11rem;margin-bottom:11rem}.my-11\/2{margin-top:5.5rem;margin-bottom:5.5rem}.p-11{padding:11rem}.pt-11{padding-top:11rem}.pr-11{padding-right:11rem}.pb-11{padding-bottom:11rem}.pl-11{padding-left:11rem}.px-11{padding-left:11rem;padding-right:11rem}.py-11{padding-top:11rem;padding-bottom:11rem}.p-11\/2{padding:5.5rem}.pt-11\/2{padding-top:5.5rem}.pr-11\/2{padding-right:5.5rem}.pb-11\/2{padding-bottom:5.5rem}.pl-11\/2{padding-left:5.5rem}.px-11\/2{padding-left:5.5rem;padding-right:5.5rem}.py-11\/2{padding-top:5.5rem;padding-bottom:5.5rem}.gap-11{gap:11rem!important}.gap-11-half{gap:5.5rem!important}.flex-11{flex:11}.m-12{margin:12rem}.mt-12{margin-top:12rem}.mt-12\/2{margin-top:6rem}.mr-12,.mr-12\/2{margin-right:12rem}.mb-12{margin-bottom:12rem}.mb-12\/2{margin-bottom:6rem}.ml-12{margin-left:12rem}.ml-12\/2{margin-left:6rem}.mx-12{margin-right:12rem;margin-left:12rem}.mx-12\/2{margin-right:6rem;margin-left:6rem}.my-12{margin-top:12rem;margin-bottom:12rem}.my-12\/2{margin-top:6rem;margin-bottom:6rem}.p-12{padding:12rem}.pt-12{padding-top:12rem}.pr-12{padding-right:12rem}.pb-12{padding-bottom:12rem}.pl-12{padding-left:12rem}.px-12{padding-left:12rem;padding-right:12rem}.py-12{padding-top:12rem;padding-bottom:12rem}.p-12\/2{padding:6rem}.pt-12\/2{padding-top:6rem}.pr-12\/2{padding-right:6rem}.pb-12\/2{padding-bottom:6rem}.pl-12\/2{padding-left:6rem}.px-12\/2{padding-left:6rem;padding-right:6rem}.py-12\/2{padding-top:6rem;padding-bottom:6rem}.gap-12{gap:12rem!important}.gap-12-half{gap:6rem!important}.flex-12{flex:12}.m-13{margin:13rem}.mt-13{margin-top:13rem}.mt-13\/2{margin-top:6.5rem}.mr-13,.mr-13\/2{margin-right:13rem}.mb-13{margin-bottom:13rem}.mb-13\/2{margin-bottom:6.5rem}.ml-13{margin-left:13rem}.ml-13\/2{margin-left:6.5rem}.mx-13{margin-right:13rem;margin-left:13rem}.mx-13\/2{margin-right:6.5rem;margin-left:6.5rem}.my-13{margin-top:13rem;margin-bottom:13rem}.my-13\/2{margin-top:6.5rem;margin-bottom:6.5rem}.p-13{padding:13rem}.pt-13{padding-top:13rem}.pr-13{padding-right:13rem}.pb-13{padding-bottom:13rem}.pl-13{padding-left:13rem}.px-13{padding-left:13rem;padding-right:13rem}.py-13{padding-top:13rem;padding-bottom:13rem}.p-13\/2{padding:6.5rem}.pt-13\/2{padding-top:6.5rem}.pr-13\/2{padding-right:6.5rem}.pb-13\/2{padding-bottom:6.5rem}.pl-13\/2{padding-left:6.5rem}.px-13\/2{padding-left:6.5rem;padding-right:6.5rem}.py-13\/2{padding-top:6.5rem;padding-bottom:6.5rem}.gap-13{gap:13rem!important}.gap-13-half{gap:6.5rem!important}.flex-13{flex:13}.m-14{margin:14rem}.mt-14{margin-top:14rem}.mt-14\/2{margin-top:7rem}.mr-14,.mr-14\/2{margin-right:14rem}.mb-14{margin-bottom:14rem}.mb-14\/2{margin-bottom:7rem}.ml-14{margin-left:14rem}.ml-14\/2{margin-left:7rem}.mx-14{margin-right:14rem;margin-left:14rem}.mx-14\/2{margin-right:7rem;margin-left:7rem}.my-14{margin-top:14rem;margin-bottom:14rem}.my-14\/2{margin-top:7rem;margin-bottom:7rem}.p-14{padding:14rem}.pt-14{padding-top:14rem}.pr-14{padding-right:14rem}.pb-14{padding-bottom:14rem}.pl-14{padding-left:14rem}.px-14{padding-left:14rem;padding-right:14rem}.py-14{padding-top:14rem;padding-bottom:14rem}.p-14\/2{padding:7rem}.pt-14\/2{padding-top:7rem}.pr-14\/2{padding-right:7rem}.pb-14\/2{padding-bottom:7rem}.pl-14\/2{padding-left:7rem}.px-14\/2{padding-left:7rem;padding-right:7rem}.py-14\/2{padding-top:7rem;padding-bottom:7rem}.gap-14{gap:14rem!important}.gap-14-half{gap:7rem!important}.flex-14{flex:14}.m-15{margin:15rem}.mt-15{margin-top:15rem}.mt-15\/2{margin-top:7.5rem}.mr-15,.mr-15\/2{margin-right:15rem}.mb-15{margin-bottom:15rem}.mb-15\/2{margin-bottom:7.5rem}.ml-15{margin-left:15rem}.ml-15\/2{margin-left:7.5rem}.mx-15{margin-right:15rem;margin-left:15rem}.mx-15\/2{margin-right:7.5rem;margin-left:7.5rem}.my-15{margin-top:15rem;margin-bottom:15rem}.my-15\/2{margin-top:7.5rem;margin-bottom:7.5rem}.p-15{padding:15rem}.pt-15{padding-top:15rem}.pr-15{padding-right:15rem}.pb-15{padding-bottom:15rem}.pl-15{padding-left:15rem}.px-15{padding-left:15rem;padding-right:15rem}.py-15{padding-top:15rem;padding-bottom:15rem}.p-15\/2{padding:7.5rem}.pt-15\/2{padding-top:7.5rem}.pr-15\/2{padding-right:7.5rem}.pb-15\/2{padding-bottom:7.5rem}.pl-15\/2{padding-left:7.5rem}.px-15\/2{padding-left:7.5rem;padding-right:7.5rem}.py-15\/2{padding-top:7.5rem;padding-bottom:7.5rem}.gap-15{gap:15rem!important}.gap-15-half{gap:7.5rem!important}.flex-15{flex:15}.m-20{margin:20rem}.mt-20{margin-top:20rem}.mt-20\/2{margin-top:10rem}.mr-20,.mr-20\/2{margin-right:20rem}.mb-20{margin-bottom:20rem}.mb-20\/2{margin-bottom:10rem}.ml-20{margin-left:20rem}.ml-20\/2{margin-left:10rem}.mx-20{margin-right:20rem;margin-left:20rem}.mx-20\/2{margin-right:10rem;margin-left:10rem}.my-20{margin-top:20rem;margin-bottom:20rem}.my-20\/2{margin-top:10rem;margin-bottom:10rem}.p-20{padding:20rem}.pt-20{padding-top:20rem}.pr-20{padding-right:20rem}.pb-20{padding-bottom:20rem}.pl-20{padding-left:20rem}.px-20{padding-left:20rem;padding-right:20rem}.py-20{padding-top:20rem;padding-bottom:20rem}.p-20\/2{padding:10rem}.pt-20\/2{padding-top:10rem}.pr-20\/2{padding-right:10rem}.pb-20\/2{padding-bottom:10rem}.pl-20\/2{padding-left:10rem}.px-20\/2{padding-left:10rem;padding-right:10rem}.py-20\/2{padding-top:10rem;padding-bottom:10rem}.gap-20{gap:20rem!important}.gap-20-half{gap:10rem!important}.flex-20{flex:20}.m-21{margin:21rem}.mt-21{margin-top:21rem}.mt-21\/2{margin-top:10.5rem}.mr-21,.mr-21\/2{margin-right:21rem}.mb-21{margin-bottom:21rem}.mb-21\/2{margin-bottom:10.5rem}.ml-21{margin-left:21rem}.ml-21\/2{margin-left:10.5rem}.mx-21{margin-right:21rem;margin-left:21rem}.mx-21\/2{margin-right:10.5rem;margin-left:10.5rem}.my-21{margin-top:21rem;margin-bottom:21rem}.my-21\/2{margin-top:10.5rem;margin-bottom:10.5rem}.p-21{padding:21rem}.pt-21{padding-top:21rem}.pr-21{padding-right:21rem}.pb-21{padding-bottom:21rem}.pl-21{padding-left:21rem}.px-21{padding-left:21rem;padding-right:21rem}.py-21{padding-top:21rem;padding-bottom:21rem}.p-21\/2{padding:10.5rem}.pt-21\/2{padding-top:10.5rem}.pr-21\/2{padding-right:10.5rem}.pb-21\/2{padding-bottom:10.5rem}.pl-21\/2{padding-left:10.5rem}.px-21\/2{padding-left:10.5rem;padding-right:10.5rem}.py-21\/2{padding-top:10.5rem;padding-bottom:10.5rem}.gap-21{gap:21rem!important}.gap-21-half{gap:10.5rem!important}.flex-21{flex:21}.m-22{margin:22rem}.mt-22{margin-top:22rem}.mt-22\/2{margin-top:11rem}.mr-22,.mr-22\/2{margin-right:22rem}.mb-22{margin-bottom:22rem}.mb-22\/2{margin-bottom:11rem}.ml-22{margin-left:22rem}.ml-22\/2{margin-left:11rem}.mx-22{margin-right:22rem;margin-left:22rem}.mx-22\/2{margin-right:11rem;margin-left:11rem}.my-22{margin-top:22rem;margin-bottom:22rem}.my-22\/2{margin-top:11rem;margin-bottom:11rem}.p-22{padding:22rem}.pt-22{padding-top:22rem}.pr-22{padding-right:22rem}.pb-22{padding-bottom:22rem}.pl-22{padding-left:22rem}.px-22{padding-left:22rem;padding-right:22rem}.py-22{padding-top:22rem;padding-bottom:22rem}.p-22\/2{padding:11rem}.pt-22\/2{padding-top:11rem}.pr-22\/2{padding-right:11rem}.pb-22\/2{padding-bottom:11rem}.pl-22\/2{padding-left:11rem}.px-22\/2{padding-left:11rem;padding-right:11rem}.py-22\/2{padding-top:11rem;padding-bottom:11rem}.gap-22{gap:22rem!important}.gap-22-half{gap:11rem!important}.flex-22{flex:22}.m-23{margin:23rem}.mt-23{margin-top:23rem}.mt-23\/2{margin-top:11.5rem}.mr-23,.mr-23\/2{margin-right:23rem}.mb-23{margin-bottom:23rem}.mb-23\/2{margin-bottom:11.5rem}.ml-23{margin-left:23rem}.ml-23\/2{margin-left:11.5rem}.mx-23{margin-right:23rem;margin-left:23rem}.mx-23\/2{margin-right:11.5rem;margin-left:11.5rem}.my-23{margin-top:23rem;margin-bottom:23rem}.my-23\/2{margin-top:11.5rem;margin-bottom:11.5rem}.p-23{padding:23rem}.pt-23{padding-top:23rem}.pr-23{padding-right:23rem}.pb-23{padding-bottom:23rem}.pl-23{padding-left:23rem}.px-23{padding-left:23rem;padding-right:23rem}.py-23{padding-top:23rem;padding-bottom:23rem}.p-23\/2{padding:11.5rem}.pt-23\/2{padding-top:11.5rem}.pr-23\/2{padding-right:11.5rem}.pb-23\/2{padding-bottom:11.5rem}.pl-23\/2{padding-left:11.5rem}.px-23\/2{padding-left:11.5rem;padding-right:11.5rem}.py-23\/2{padding-top:11.5rem;padding-bottom:11.5rem}.gap-23{gap:23rem!important}.gap-23-half{gap:11.5rem!important}.flex-23{flex:23}.m-24{margin:24rem}.mt-24{margin-top:24rem}.mt-24\/2{margin-top:12rem}.mr-24,.mr-24\/2{margin-right:24rem}.mb-24{margin-bottom:24rem}.mb-24\/2{margin-bottom:12rem}.ml-24{margin-left:24rem}.ml-24\/2{margin-left:12rem}.mx-24{margin-right:24rem;margin-left:24rem}.mx-24\/2{margin-right:12rem;margin-left:12rem}.my-24{margin-top:24rem;margin-bottom:24rem}.my-24\/2{margin-top:12rem;margin-bottom:12rem}.p-24{padding:24rem}.pt-24{padding-top:24rem}.pr-24{padding-right:24rem}.pb-24{padding-bottom:24rem}.pl-24{padding-left:24rem}.px-24{padding-left:24rem;padding-right:24rem}.py-24{padding-top:24rem;padding-bottom:24rem}.p-24\/2{padding:12rem}.pt-24\/2{padding-top:12rem}.pr-24\/2{padding-right:12rem}.pb-24\/2{padding-bottom:12rem}.pl-24\/2{padding-left:12rem}.px-24\/2{padding-left:12rem;padding-right:12rem}.py-24\/2{padding-top:12rem;padding-bottom:12rem}.gap-24{gap:24rem!important}.gap-24-half{gap:12rem!important}.flex-24{flex:24}.m-25{margin:25rem}.mt-25{margin-top:25rem}.mt-25\/2{margin-top:12.5rem}.mr-25,.mr-25\/2{margin-right:25rem}.mb-25{margin-bottom:25rem}.mb-25\/2{margin-bottom:12.5rem}.ml-25{margin-left:25rem}.ml-25\/2{margin-left:12.5rem}.mx-25{margin-right:25rem;margin-left:25rem}.mx-25\/2{margin-right:12.5rem;margin-left:12.5rem}.my-25{margin-top:25rem;margin-bottom:25rem}.my-25\/2{margin-top:12.5rem;margin-bottom:12.5rem}.p-25{padding:25rem}.pt-25{padding-top:25rem}.pr-25{padding-right:25rem}.pb-25{padding-bottom:25rem}.pl-25{padding-left:25rem}.px-25{padding-left:25rem;padding-right:25rem}.py-25{padding-top:25rem;padding-bottom:25rem}.p-25\/2{padding:12.5rem}.pt-25\/2{padding-top:12.5rem}.pr-25\/2{padding-right:12.5rem}.pb-25\/2{padding-bottom:12.5rem}.pl-25\/2{padding-left:12.5rem}.px-25\/2{padding-left:12.5rem;padding-right:12.5rem}.py-25\/2{padding-top:12.5rem;padding-bottom:12.5rem}.gap-25{gap:25rem!important}.gap-25-half{gap:12.5rem!important}.flex-25{flex:25}.m-30{margin:30rem}.mt-30{margin-top:30rem}.mt-30\/2{margin-top:15rem}.mr-30,.mr-30\/2{margin-right:30rem}.mb-30{margin-bottom:30rem}.mb-30\/2{margin-bottom:15rem}.ml-30{margin-left:30rem}.ml-30\/2{margin-left:15rem}.mx-30{margin-right:30rem;margin-left:30rem}.mx-30\/2{margin-right:15rem;margin-left:15rem}.my-30{margin-top:30rem;margin-bottom:30rem}.my-30\/2{margin-top:15rem;margin-bottom:15rem}.p-30{padding:30rem}.pt-30{padding-top:30rem}.pr-30{padding-right:30rem}.pb-30{padding-bottom:30rem}.pl-30{padding-left:30rem}.px-30{padding-left:30rem;padding-right:30rem}.py-30{padding-top:30rem;padding-bottom:30rem}.p-30\/2{padding:15rem}.pt-30\/2{padding-top:15rem}.pr-30\/2{padding-right:15rem}.pb-30\/2{padding-bottom:15rem}.pl-30\/2{padding-left:15rem}.px-30\/2{padding-left:15rem;padding-right:15rem}.py-30\/2{padding-top:15rem;padding-bottom:15rem}.gap-30{gap:30rem!important}.gap-30-half{gap:15rem!important}.flex-30{flex:30}.m-35{margin:35rem}.mt-35{margin-top:35rem}.mt-35\/2{margin-top:17.5rem}.mr-35,.mr-35\/2{margin-right:35rem}.mb-35{margin-bottom:35rem}.mb-35\/2{margin-bottom:17.5rem}.ml-35{margin-left:35rem}.ml-35\/2{margin-left:17.5rem}.mx-35{margin-right:35rem;margin-left:35rem}.mx-35\/2{margin-right:17.5rem;margin-left:17.5rem}.my-35{margin-top:35rem;margin-bottom:35rem}.my-35\/2{margin-top:17.5rem;margin-bottom:17.5rem}.p-35{padding:35rem}.pt-35{padding-top:35rem}.pr-35{padding-right:35rem}.pb-35{padding-bottom:35rem}.pl-35{padding-left:35rem}.px-35{padding-left:35rem;padding-right:35rem}.py-35{padding-top:35rem;padding-bottom:35rem}.p-35\/2{padding:17.5rem}.pt-35\/2{padding-top:17.5rem}.pr-35\/2{padding-right:17.5rem}.pb-35\/2{padding-bottom:17.5rem}.pl-35\/2{padding-left:17.5rem}.px-35\/2{padding-left:17.5rem;padding-right:17.5rem}.py-35\/2{padding-top:17.5rem;padding-bottom:17.5rem}.gap-35{gap:35rem!important}.gap-35-half{gap:17.5rem!important}.flex-35{flex:35}.m-40{margin:40rem}.mt-40{margin-top:40rem}.mt-40\/2{margin-top:20rem}.mr-40,.mr-40\/2{margin-right:40rem}.mb-40{margin-bottom:40rem}.mb-40\/2{margin-bottom:20rem}.ml-40{margin-left:40rem}.ml-40\/2{margin-left:20rem}.mx-40{margin-right:40rem;margin-left:40rem}.mx-40\/2{margin-right:20rem;margin-left:20rem}.my-40{margin-top:40rem;margin-bottom:40rem}.my-40\/2{margin-top:20rem;margin-bottom:20rem}.p-40{padding:40rem}.pt-40{padding-top:40rem}.pr-40{padding-right:40rem}.pb-40{padding-bottom:40rem}.pl-40{padding-left:40rem}.px-40{padding-left:40rem;padding-right:40rem}.py-40{padding-top:40rem;padding-bottom:40rem}.p-40\/2{padding:20rem}.pt-40\/2{padding-top:20rem}.pr-40\/2{padding-right:20rem}.pb-40\/2{padding-bottom:20rem}.pl-40\/2{padding-left:20rem}.px-40\/2{padding-left:20rem;padding-right:20rem}.py-40\/2{padding-top:20rem;padding-bottom:20rem}.gap-40{gap:40rem!important}.gap-40-half{gap:20rem!important}.flex-40{flex:40}.m-45{margin:45rem}.mt-45{margin-top:45rem}.mt-45\/2{margin-top:22.5rem}.mr-45,.mr-45\/2{margin-right:45rem}.mb-45{margin-bottom:45rem}.mb-45\/2{margin-bottom:22.5rem}.ml-45{margin-left:45rem}.ml-45\/2{margin-left:22.5rem}.mx-45{margin-right:45rem;margin-left:45rem}.mx-45\/2{margin-right:22.5rem;margin-left:22.5rem}.my-45{margin-top:45rem;margin-bottom:45rem}.my-45\/2{margin-top:22.5rem;margin-bottom:22.5rem}.p-45{padding:45rem}.pt-45{padding-top:45rem}.pr-45{padding-right:45rem}.pb-45{padding-bottom:45rem}.pl-45{padding-left:45rem}.px-45{padding-left:45rem;padding-right:45rem}.py-45{padding-top:45rem;padding-bottom:45rem}.p-45\/2{padding:22.5rem}.pt-45\/2{padding-top:22.5rem}.pr-45\/2{padding-right:22.5rem}.pb-45\/2{padding-bottom:22.5rem}.pl-45\/2{padding-left:22.5rem}.px-45\/2{padding-left:22.5rem;padding-right:22.5rem}.py-45\/2{padding-top:22.5rem;padding-bottom:22.5rem}.gap-45{gap:45rem!important}.gap-45-half{gap:22.5rem!important}.flex-45{flex:45}.m-50{margin:50rem}.mt-50{margin-top:50rem}.mt-50\/2{margin-top:25rem}.mr-50,.mr-50\/2{margin-right:50rem}.mb-50{margin-bottom:50rem}.mb-50\/2{margin-bottom:25rem}.ml-50{margin-left:50rem}.ml-50\/2{margin-left:25rem}.mx-50{margin-right:50rem;margin-left:50rem}.mx-50\/2{margin-right:25rem;margin-left:25rem}.my-50{margin-top:50rem;margin-bottom:50rem}.my-50\/2{margin-top:25rem;margin-bottom:25rem}.p-50{padding:50rem}.pt-50{padding-top:50rem}.pr-50{padding-right:50rem}.pb-50{padding-bottom:50rem}.pl-50{padding-left:50rem}.px-50{padding-left:50rem;padding-right:50rem}.py-50{padding-top:50rem;padding-bottom:50rem}.p-50\/2{padding:25rem}.pt-50\/2{padding-top:25rem}.pr-50\/2{padding-right:25rem}.pb-50\/2{padding-bottom:25rem}.pl-50\/2{padding-left:25rem}.px-50\/2{padding-left:25rem;padding-right:25rem}.py-50\/2{padding-top:25rem;padding-bottom:25rem}.gap-50{gap:50rem!important}.gap-50-half{gap:25rem!important}.flex-50{flex:50}.m-55{margin:55rem}.mt-55{margin-top:55rem}.mt-55\/2{margin-top:27.5rem}.mr-55,.mr-55\/2{margin-right:55rem}.mb-55{margin-bottom:55rem}.mb-55\/2{margin-bottom:27.5rem}.ml-55{margin-left:55rem}.ml-55\/2{margin-left:27.5rem}.mx-55{margin-right:55rem;margin-left:55rem}.mx-55\/2{margin-right:27.5rem;margin-left:27.5rem}.my-55{margin-top:55rem;margin-bottom:55rem}.my-55\/2{margin-top:27.5rem;margin-bottom:27.5rem}.p-55{padding:55rem}.pt-55{padding-top:55rem}.pr-55{padding-right:55rem}.pb-55{padding-bottom:55rem}.pl-55{padding-left:55rem}.px-55{padding-left:55rem;padding-right:55rem}.py-55{padding-top:55rem;padding-bottom:55rem}.p-55\/2{padding:27.5rem}.pt-55\/2{padding-top:27.5rem}.pr-55\/2{padding-right:27.5rem}.pb-55\/2{padding-bottom:27.5rem}.pl-55\/2{padding-left:27.5rem}.px-55\/2{padding-left:27.5rem;padding-right:27.5rem}.py-55\/2{padding-top:27.5rem;padding-bottom:27.5rem}.gap-55{gap:55rem!important}.gap-55-half{gap:27.5rem!important}.flex-55{flex:55}.m-60{margin:60rem}.mt-60{margin-top:60rem}.mt-60\/2{margin-top:30rem}.mr-60,.mr-60\/2{margin-right:60rem}.mb-60{margin-bottom:60rem}.mb-60\/2{margin-bottom:30rem}.ml-60{margin-left:60rem}.ml-60\/2{margin-left:30rem}.mx-60{margin-right:60rem;margin-left:60rem}.mx-60\/2{margin-right:30rem;margin-left:30rem}.my-60{margin-top:60rem;margin-bottom:60rem}.my-60\/2{margin-top:30rem;margin-bottom:30rem}.p-60{padding:60rem}.pt-60{padding-top:60rem}.pr-60{padding-right:60rem}.pb-60{padding-bottom:60rem}.pl-60{padding-left:60rem}.px-60{padding-left:60rem;padding-right:60rem}.py-60{padding-top:60rem;padding-bottom:60rem}.p-60\/2{padding:30rem}.pt-60\/2{padding-top:30rem}.pr-60\/2{padding-right:30rem}.pb-60\/2{padding-bottom:30rem}.pl-60\/2{padding-left:30rem}.px-60\/2{padding-left:30rem;padding-right:30rem}.py-60\/2{padding-top:30rem;padding-bottom:30rem}.gap-60{gap:60rem!important}.gap-60-half{gap:30rem!important}.flex-60{flex:60}.m-65{margin:65rem}.mt-65{margin-top:65rem}.mt-65\/2{margin-top:32.5rem}.mr-65,.mr-65\/2{margin-right:65rem}.mb-65{margin-bottom:65rem}.mb-65\/2{margin-bottom:32.5rem}.ml-65{margin-left:65rem}.ml-65\/2{margin-left:32.5rem}.mx-65{margin-right:65rem;margin-left:65rem}.mx-65\/2{margin-right:32.5rem;margin-left:32.5rem}.my-65{margin-top:65rem;margin-bottom:65rem}.my-65\/2{margin-top:32.5rem;margin-bottom:32.5rem}.p-65{padding:65rem}.pt-65{padding-top:65rem}.pr-65{padding-right:65rem}.pb-65{padding-bottom:65rem}.pl-65{padding-left:65rem}.px-65{padding-left:65rem;padding-right:65rem}.py-65{padding-top:65rem;padding-bottom:65rem}.p-65\/2{padding:32.5rem}.pt-65\/2{padding-top:32.5rem}.pr-65\/2{padding-right:32.5rem}.pb-65\/2{padding-bottom:32.5rem}.pl-65\/2{padding-left:32.5rem}.px-65\/2{padding-left:32.5rem;padding-right:32.5rem}.py-65\/2{padding-top:32.5rem;padding-bottom:32.5rem}.gap-65{gap:65rem!important}.gap-65-half{gap:32.5rem!important}.flex-65{flex:65}.m-70{margin:70rem}.mt-70{margin-top:70rem}.mt-70\/2{margin-top:35rem}.mr-70,.mr-70\/2{margin-right:70rem}.mb-70{margin-bottom:70rem}.mb-70\/2{margin-bottom:35rem}.ml-70{margin-left:70rem}.ml-70\/2{margin-left:35rem}.mx-70{margin-right:70rem;margin-left:70rem}.mx-70\/2{margin-right:35rem;margin-left:35rem}.my-70{margin-top:70rem;margin-bottom:70rem}.my-70\/2{margin-top:35rem;margin-bottom:35rem}.p-70{padding:70rem}.pt-70{padding-top:70rem}.pr-70{padding-right:70rem}.pb-70{padding-bottom:70rem}.pl-70{padding-left:70rem}.px-70{padding-left:70rem;padding-right:70rem}.py-70{padding-top:70rem;padding-bottom:70rem}.p-70\/2{padding:35rem}.pt-70\/2{padding-top:35rem}.pr-70\/2{padding-right:35rem}.pb-70\/2{padding-bottom:35rem}.pl-70\/2{padding-left:35rem}.px-70\/2{padding-left:35rem;padding-right:35rem}.py-70\/2{padding-top:35rem;padding-bottom:35rem}.gap-70{gap:70rem!important}.gap-70-half{gap:35rem!important}.flex-70{flex:70}.m-75{margin:75rem}.mt-75{margin-top:75rem}.mt-75\/2{margin-top:37.5rem}.mr-75,.mr-75\/2{margin-right:75rem}.mb-75{margin-bottom:75rem}.mb-75\/2{margin-bottom:37.5rem}.ml-75{margin-left:75rem}.ml-75\/2{margin-left:37.5rem}.mx-75{margin-right:75rem;margin-left:75rem}.mx-75\/2{margin-right:37.5rem;margin-left:37.5rem}.my-75{margin-top:75rem;margin-bottom:75rem}.my-75\/2{margin-top:37.5rem;margin-bottom:37.5rem}.p-75{padding:75rem}.pt-75{padding-top:75rem}.pr-75{padding-right:75rem}.pb-75{padding-bottom:75rem}.pl-75{padding-left:75rem}.px-75{padding-left:75rem;padding-right:75rem}.py-75{padding-top:75rem;padding-bottom:75rem}.p-75\/2{padding:37.5rem}.pt-75\/2{padding-top:37.5rem}.pr-75\/2{padding-right:37.5rem}.pb-75\/2{padding-bottom:37.5rem}.pl-75\/2{padding-left:37.5rem}.px-75\/2{padding-left:37.5rem;padding-right:37.5rem}.py-75\/2{padding-top:37.5rem;padding-bottom:37.5rem}.gap-75{gap:75rem!important}.gap-75-half{gap:37.5rem!important}.flex-75{flex:75}.m-80{margin:80rem}.mt-80{margin-top:80rem}.mt-80\/2{margin-top:40rem}.mr-80,.mr-80\/2{margin-right:80rem}.mb-80{margin-bottom:80rem}.mb-80\/2{margin-bottom:40rem}.ml-80{margin-left:80rem}.ml-80\/2{margin-left:40rem}.mx-80{margin-right:80rem;margin-left:80rem}.mx-80\/2{margin-right:40rem;margin-left:40rem}.my-80{margin-top:80rem;margin-bottom:80rem}.my-80\/2{margin-top:40rem;margin-bottom:40rem}.p-80{padding:80rem}.pt-80{padding-top:80rem}.pr-80{padding-right:80rem}.pb-80{padding-bottom:80rem}.pl-80{padding-left:80rem}.px-80{padding-left:80rem;padding-right:80rem}.py-80{padding-top:80rem;padding-bottom:80rem}.p-80\/2{padding:40rem}.pt-80\/2{padding-top:40rem}.pr-80\/2{padding-right:40rem}.pb-80\/2{padding-bottom:40rem}.pl-80\/2{padding-left:40rem}.px-80\/2{padding-left:40rem;padding-right:40rem}.py-80\/2{padding-top:40rem;padding-bottom:40rem}.gap-80{gap:80rem!important}.gap-80-half{gap:40rem!important}.flex-80{flex:80}.m-85{margin:85rem}.mt-85{margin-top:85rem}.mt-85\/2{margin-top:42.5rem}.mr-85,.mr-85\/2{margin-right:85rem}.mb-85{margin-bottom:85rem}.mb-85\/2{margin-bottom:42.5rem}.ml-85{margin-left:85rem}.ml-85\/2{margin-left:42.5rem}.mx-85{margin-right:85rem;margin-left:85rem}.mx-85\/2{margin-right:42.5rem;margin-left:42.5rem}.my-85{margin-top:85rem;margin-bottom:85rem}.my-85\/2{margin-top:42.5rem;margin-bottom:42.5rem}.p-85{padding:85rem}.pt-85{padding-top:85rem}.pr-85{padding-right:85rem}.pb-85{padding-bottom:85rem}.pl-85{padding-left:85rem}.px-85{padding-left:85rem;padding-right:85rem}.py-85{padding-top:85rem;padding-bottom:85rem}.p-85\/2{padding:42.5rem}.pt-85\/2{padding-top:42.5rem}.pr-85\/2{padding-right:42.5rem}.pb-85\/2{padding-bottom:42.5rem}.pl-85\/2{padding-left:42.5rem}.px-85\/2{padding-left:42.5rem;padding-right:42.5rem}.py-85\/2{padding-top:42.5rem;padding-bottom:42.5rem}.gap-85{gap:85rem!important}.gap-85-half{gap:42.5rem!important}.flex-85{flex:85}.m-90{margin:90rem}.mt-90{margin-top:90rem}.mt-90\/2{margin-top:45rem}.mr-90,.mr-90\/2{margin-right:90rem}.mb-90{margin-bottom:90rem}.mb-90\/2{margin-bottom:45rem}.ml-90{margin-left:90rem}.ml-90\/2{margin-left:45rem}.mx-90{margin-right:90rem;margin-left:90rem}.mx-90\/2{margin-right:45rem;margin-left:45rem}.my-90{margin-top:90rem;margin-bottom:90rem}.my-90\/2{margin-top:45rem;margin-bottom:45rem}.p-90{padding:90rem}.pt-90{padding-top:90rem}.pr-90{padding-right:90rem}.pb-90{padding-bottom:90rem}.pl-90{padding-left:90rem}.px-90{padding-left:90rem;padding-right:90rem}.py-90{padding-top:90rem;padding-bottom:90rem}.p-90\/2{padding:45rem}.pt-90\/2{padding-top:45rem}.pr-90\/2{padding-right:45rem}.pb-90\/2{padding-bottom:45rem}.pl-90\/2{padding-left:45rem}.px-90\/2{padding-left:45rem;padding-right:45rem}.py-90\/2{padding-top:45rem;padding-bottom:45rem}.gap-90{gap:90rem!important}.gap-90-half{gap:45rem!important}.flex-90{flex:90}.m-95{margin:95rem}.mt-95{margin-top:95rem}.mt-95\/2{margin-top:47.5rem}.mr-95,.mr-95\/2{margin-right:95rem}.mb-95{margin-bottom:95rem}.mb-95\/2{margin-bottom:47.5rem}.ml-95{margin-left:95rem}.ml-95\/2{margin-left:47.5rem}.mx-95{margin-right:95rem;margin-left:95rem}.mx-95\/2{margin-right:47.5rem;margin-left:47.5rem}.my-95{margin-top:95rem;margin-bottom:95rem}.my-95\/2{margin-top:47.5rem;margin-bottom:47.5rem}.p-95{padding:95rem}.pt-95{padding-top:95rem}.pr-95{padding-right:95rem}.pb-95{padding-bottom:95rem}.pl-95{padding-left:95rem}.px-95{padding-left:95rem;padding-right:95rem}.py-95{padding-top:95rem;padding-bottom:95rem}.p-95\/2{padding:47.5rem}.pt-95\/2{padding-top:47.5rem}.pr-95\/2{padding-right:47.5rem}.pb-95\/2{padding-bottom:47.5rem}.pl-95\/2{padding-left:47.5rem}.px-95\/2{padding-left:47.5rem;padding-right:47.5rem}.py-95\/2{padding-top:47.5rem;padding-bottom:47.5rem}.gap-95{gap:95rem!important}.gap-95-half{gap:47.5rem!important}.flex-95{flex:95}.m-100{margin:100rem}.mt-100{margin-top:100rem}.mt-100\/2{margin-top:50rem}.mr-100,.mr-100\/2{margin-right:100rem}.mb-100{margin-bottom:100rem}.mb-100\/2{margin-bottom:50rem}.ml-100{margin-left:100rem}.ml-100\/2{margin-left:50rem}.mx-100{margin-right:100rem;margin-left:100rem}.mx-100\/2{margin-right:50rem;margin-left:50rem}.my-100{margin-top:100rem;margin-bottom:100rem}.my-100\/2{margin-top:50rem;margin-bottom:50rem}.p-100{padding:100rem}.pt-100{padding-top:100rem}.pr-100{padding-right:100rem}.pb-100{padding-bottom:100rem}.pl-100{padding-left:100rem}.px-100{padding-left:100rem;padding-right:100rem}.py-100{padding-top:100rem;padding-bottom:100rem}.p-100\/2{padding:50rem}.pt-100\/2{padding-top:50rem}.pr-100\/2{padding-right:50rem}.pb-100\/2{padding-bottom:50rem}.pl-100\/2{padding-left:50rem}.px-100\/2{padding-left:50rem;padding-right:50rem}.py-100\/2{padding-top:50rem;padding-bottom:50rem}.gap-100{gap:100rem!important}.gap-100-half{gap:50rem!important}.flex-100{flex:100}.gap-0-half{gap:.5rem!important}.select-none{-webkit-user-select:none;user-select:none}.cursor-not-allow{cursor:not-allowed}.pointer-events{pointer-events:none}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-x-auto{overflow-x:auto}.overflow-hidden{overflow:hidden}.fade-right{-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.text-oneline{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.gray-scale{filter:grayscale(1);opacity:.7}.bg-dark{background-color:#313638}.bg-gray{background-color:#e8e7e7}.bg-brand{background-color:#44cc17}.bg-gray-lighten{background-color:#f6f6f6}.bg-brand-lighten{background-color:#a4f28a}.bg-danger-lighten{background-color:#ffc5c5!important}.bg-warning-lighten{background-color:#fff5ae}.bg-white{background-color:#fff}.bg-card{background-color:#f5f5f5}.list-decoration-none{list-style:none}.dotted-connection{border-bottom:2px dotted #eaeaea}.arrow-wrapper{overflow:hidden;background-color:#000;width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative}.arrow{position:absolute;top:28%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);cursor:pointer}.arrow span{display:block;width:.8rem;height:.8rem;border-bottom:3px solid white;border-right:3px solid white;transform:rotate(45deg);margin:-10px;animation:ani-fade-left 2s infinite}.arrow span:nth-child(2){animation-delay:-.2s}.arrow span:nth-child(3){animation-delay:-.4s}.object-fit-cover{object-fit:cover}.object-fit-contain{object-fit:contain}@media print{.no-print{display:none!important}.print-only{display:block!important}}@media screen{.print-only{display:none!important}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:68.75%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:hidden}body{font-size:1rem;height:100vh}*{font-family:Montserrat;color:#313638}.form__alert__msg,.form-error{border-color:#f74848!important}::-webkit-scrollbar{width:.6rem;height:.6rem;border-radius:.5rem;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:.5rem;background-color:#3136389d}::-webkit-scrollbar-thumb:hover{background-color:#313638}@media screen and (max-width: 768px){::-webkit-scrollbar{display:none}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}small{font-family:Montserrat;font-size:.9rem;font-weight:600;margin:.3rem 0}@media (max-width: 800px){small{margin-top:.3rem;font-size:.8rem;line-height:1rem}}@media (max-width: 500px){small{margin-top:.5rem;font-size:.8rem;line-height:1.2rem}}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}input::-ms-reveal,input::-ms-clear{display:none}input[type=checkbox]:before{content:"";display:block;width:1rem;aspect-ratio:1;border-radius:2px;background-color:#d1d1d1;cursor:pointer;margin-top:.1rem;margin-right:.5rem}input[type=checkbox][disabled]:before{content:"";display:block;width:1rem;aspect-ratio:1;border-radius:2px;background-color:#7f7f7f;cursor:not-allowed;margin-top:.1rem;margin-right:.5rem}input[type=checkbox]:checked:before{background-color:#44cc17;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuOTI4NTcgMTBMMTIgMSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat}body:has(.modal__overlay__visible){overflow-x:hidden}.toast{font-size:1.2rem}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.stepwise-account-management__header{display:flex;gap:1rem;margin-bottom:2rem}.stepwise-account-management__header .status-user-tag{border-radius:.8rem;padding:.1rem 1rem;font-size:.9rem;color:#fff}.stepwise-account-management__header .account-status-active{background-color:#44cc17}.stepwise-account-management__header .account-status-inactive{background-color:#e8d470}.public-profile__form{padding-right:1rem;scrollbar-gutter:stable;position:relative}.public-profile__form .public-profile__form-btn{position:absolute;right:0;top:-6rem}.public-profile__form .form-section__social,.public-profile__form .profile-info-description{display:flex;flex-direction:column}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.profile-photo{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;cursor:pointer;position:relative;border-radius:1rem;overflow:hidden;width:10rem;height:10rem}.profile-photo>.profile-photo__img{border-radius:1rem;width:100%;height:100%}.profile-photo:before{content:"";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;transition:background-color .25s ease-in}.profile-photo:hover:before{background-color:#00000091}.profile-photo:after{content:"Editar";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(50%);color:#fff;letter-spacing:1px;font-weight:600}.profile-photo:hover:after{opacity:1}.photo-update-modal{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:3rem 2rem;width:100%;height:100%;position:relative}.photo-update-modal__btn{border:none;background-color:#eaeaea;display:flex;align-items:center;gap:.5rem;justify-content:center;cursor:pointer;padding:.8rem 0;border-radius:.4rem;font-size:1.3rem;flex:1;transition:box-shadow .1s ease-in-out}.photo-update-modal__btn:hover{box-shadow:#3c40434d 0 2px 2px,#3c404326 0 2px 6px 2px}.photo-update-modal__close{position:absolute;right:1rem;top:2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer}.photo-update-modal__button-wrapper{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1rem}.click-outside-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.webcam__canvas{border:11px solid white;border-radius:50%;width:300px;height:300px;margin:0 auto;aspect-ratio:1/1}@media (max-width: 500px){.webcam__canvas{width:15em;height:15em}}.webcam__video{border-radius:50%;border:11px solid #00dfb0;width:300px;height:300px;margin:0 auto;aspect-ratio:1/1;animation:take-photo-animation 1s infinite}@media (max-width: 500px){.webcam__video{width:15em;height:15em}}@keyframes take-photo-animation{0%{border-color:#00dfb0}50%{border-color:#27c09f}to{border-color:#00dfb0}}.webcam.webcam__img{border-radius:50%;width:300px;height:300px;aspect-ratio:1;margin:0 auto;border:11px solid #f9f9f9;object-fit:cover}@media (max-width: 500px){.webcam.webcam__img{width:15em;height:15em}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.skeleton-container{background-color:#eaeaea;-webkit-animation:infinite-pulse 1.5s linear infinite alternate;animation:infinite-pulse 1.5s linear infinite alternate}.skeleton-shape-circle{border-radius:50%}.skeleton-shape-rectangle{border-radius:.8rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.stepwise__management__layout__main__container{display:flex;align-items:"";justify-content:flex-start;column-gap:2rem;font-family:Montserrat}@media (max-width: 500px){.stepwise__management__layout__main__container{flex-direction:column}}.stepwise__management__layout__main__container__info{display:flex;flex-direction:column;width:35%;border-right:1px solid #cacfd1}@media (max-width: 1000px){.stepwise__management__layout__main__container__info{width:30%}}@media (max-width: 800px){.stepwise__management__layout__main__container__info{width:40%}}@media (max-width: 500px){.stepwise__management__layout__main__container__info{align-items:center;width:100%}}.stepwise__management__layout__main__container__info__product{width:60%;display:flex;align-items:center;justify-content:flex-start;column-gap:1rem}@media (max-width: 800px){.stepwise__management__layout__main__container__info__product{width:90%;flex-direction:column;margin-bottom:1rem}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__product{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:row}}.stepwise__management__layout__main__container__info__product__figure{display:flex;align-items:center}@media (max-width: 800px){.stepwise__management__layout__main__container__info__product__figure{margin-right:0;margin-bottom:1rem}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__product__figure{margin-right:2rem}}.stepwise__management__layout__main__container__info__product__figure img{border-radius:.5rem;width:6rem;height:6rem;object-fit:cover}@media (max-width: 500px){.stepwise__management__layout__main__container__info__product__figure img{width:80px;height:80px}}.stepwise__management__layout__main__container__info__product__details{display:flex;align-items:flex-start;justify-content:space-evenly;flex-direction:column;height:100%}.stepwise__management__layout__main__container__info__product__details__title{font-weight:600;font-size:1.5rem}@media (max-width: 800px){.stepwise__management__layout__main__container__info__product__details__title{font-size:1.5rem}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__product__details__title{font-size:2rem}}.stepwise__management__layout__main__container__info__product__details__code,.stepwise__management__layout__main__container__info__product__details__format{font-size:1rem;color:#7c7c7c}@media (max-width: 800px){.stepwise__management__layout__main__container__info__product__details__code,.stepwise__management__layout__main__container__info__product__details__format{font-size:1.3rem}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__product__details__code,.stepwise__management__layout__main__container__info__product__details__format{font-size:1.5rem}}.stepwise__management__layout__main__container__info__product__details__tags{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;column-gap:2rem}.stepwise__management__layout__main__container__info__product__details__tags__item{background-color:#eaeaea;color:#313638;padding:.5rem 1rem;border-radius:1rem}.stepwise__management__layout__main__container__info__steps{overflow-y:scroll;width:90%}@media (max-width: 500px){.stepwise__management__layout__main__container__info__steps{height:auto;margin-bottom:2rem;width:100%}}.stepwise__management__layout__main__container__info__steps__container{display:flex;align-items:flex-start;justify-content:"";flex-direction:column;width:100%;row-gap:.5rem;padding-right:10px}@media (max-width: 800px){.stepwise__management__layout__main__container__info__steps__container{width:100%}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__steps__container{width:100%;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}}@media (max-width: 1200px){.stepwise__management__layout__main__container__info__steps .step{padding-left:2rem}}@media (max-width: 800px){.stepwise__management__layout__main__container__info__steps .step{padding-left:1rem}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__steps .step{width:8%;height:3rem}}@media (max-width: 500px){.stepwise__management__layout__main__container__info__steps .step__content{display:none}}.stepwise__management__layout__main__container__main__content{width:65%;padding-right:1rem;scrollbar-gutter:stable}@media (max-width: 1000px){.stepwise__management__layout__main__container__main__content{width:60%}}@media (max-width: 800px){.stepwise__management__layout__main__container__main__content{width:60%;margin-right:0}}@media (max-width: 500px){.stepwise__management__layout__main__container__main__content{width:100%;height:auto}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.stepwise__management__step{display:flex;align-items:center;justify-content:center;flex-direction:row;column-gap:1rem;width:100%;font-size:1.2rem;cursor:pointer;-webkit-user-select:none;user-select:none}.stepwise__management__step[aria-disabled=true]{pointer-events:none;touch-action:none;opacity:.6;cursor:not-allowed}@media (max-width: 500px){.stepwise__management__step{width:40%;margin-top:0}}.stepwise__management__step__status{position:relative;height:2.5rem;line-height:2.5rem}.stepwise__management__step__status__icon{position:relative;font-size:2.5rem;color:#d3d3d3;background-color:#fff}.stepwise__management__step__status__icon:after{content:"";display:inline-block;height:.5em;width:40%;border-top:2px solid transparent}.stepwise__management__step__status__selected{font-variation-settings:"wght" 400}.stepwise__management__step__status__selected span{color:#44cc17}.stepwise__management__step__status__selected span:after{border-top:2px solid #44cc17}.stepwise__management__step__status__completed{font-variation-settings:"FILL" 1,"wght" 400}.stepwise__management__step__status__completed span{color:#44cc17;background-color:#fff}.stepwise__management__step__status__separator{position:absolute;top:90%;left:45%;right:0;height:250%;border-left:2px solid #d3d3d3}.stepwise__management__step__content{width:100%;border:2px solid transparent;padding:1rem 0 1rem 1rem;border-radius:.5rem;font-size:1rem;font-family:Montserrat;display:flex;gap:10px;align-items:center;justify-content:space-between}.stepwise__management__step__content .infotooltip-wrapper{margin-right:10px}.stepwise__management__step__content h3{display:flex;align-items:center;gap:1rem;font-size:1.2rem;height:2rem}@media (max-width: 800px){.stepwise__management__step__content h3{font-size:1.2em}}@media (max-width: 500px){.stepwise__management__step__content h3{font-size:1.1rem}}.stepwise__management__step__content .tag-neutral{font-size:9px!important}.stepwise__management__step__content p{font-size:.9rem}@media (max-width: 500px){.stepwise__management__step__content p{font-size:0}}.stepwise__management__step__content__selected{border:2px solid #44cc17}.stepwise__management__step__completed{opacity:100%;background-color:#44cc17}.stepwise__management__step:last-child .stepwise__management__step__status__separator{display:none}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.verify-email__container{background-color:#f2f2f2;border-radius:.8rem;padding:1.5rem}.verify-email__container .resend-btn{font-weight:600}.verify-email__container .resend-btn:hover{text-decoration:underline}.security__error-message{background-color:#ffebeb;border-radius:.4rem;display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem}.security__error-message .warning-icon{font-size:1.6rem}.security__error-message .warning-icon,.security__error-message p,.security__error-message li{color:#ff5c5c;font-weight:500;letter-spacing:.1rem}.security__error-message .warning-list{margin-top:.5rem;margin-left:2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.enter-code__container{border-radius:.4rem;display:flex;align-items:center;gap:1rem;padding:1rem;width:fit-content}.enter-code__container .__input{border-radius:.4rem;background-color:#fff;font-size:1.6rem;font-weight:500;text-align:center;height:4.5rem;width:4.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.spinner-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.spinner{color:#44cc17;font-size:6px;width:.6rem;height:.6rem;border-radius:50%;position:relative;text-indent:-9999rem;animation:multiSpin 1.3s infinite linear;transform:translateZ(0)}@keyframes multiSpin{0%,to{box-shadow:0 -3em 0 .2em,2em -2em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em}12.5%{box-shadow:0 -3em,2em -2em 0 .2em,3em 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em,3em 0 0 .2em,2em 2em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0,2em 2em 0 .2em,0 3em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em,0 3em 0 .2em,-2em 2em,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em,-2em 2em 0 .2em,-3em 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0 0 .2em,-2em -2em}87.5%{box-shadow:0 -3em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0,-2em -2em 0 .2em}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.account-layout__container{position:relative}.account-layout__container .more-info-link{display:flex;align-items:center;align-self:flex-end;color:#7f7f7f;text-decoration:none;font-size:1.2rem;font-weight:600}.account-layout__container .more-info-link:hover{text-decoration:underline}@media (max-width: 500px){.account-layout__container .more-info-link{right:1rem;top:2rem}}.account-layout__content-wrapper{display:grid;grid-template-columns:1fr 1fr;place-items:center;align-items:start;height:100%;min-height:100vh;overflow-y:scroll;padding:1rem 0;max-width:1440px;margin:0 auto}.account-layout__content-wrapper .left-decoration{display:flex;position:sticky;top:1rem}.account-layout__content-wrapper .left-decoration>img{max-width:84%;margin:0 auto}.account-layout__content-wrapper .right-decoration{width:90%;max-width:50rem;margin-inline:auto;display:flex;flex-direction:column;isolation:isolate}.account-layout__content-wrapper .right-decoration__icon{position:absolute;bottom:2rem;right:4rem}.account-layout__content-wrapper .logo{margin-bottom:2.5rem;object-fit:contain}@media (max-width: 500px){.account-layout__content-wrapper{grid-template-columns:1fr;margin-top:15px}.account-layout__content-wrapper .left-decoration{display:none}.account-layout__content-wrapper .right-decoration__icon{position:fixed}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.password-update-container{font-family:Montserrat;margin-top:-3rem;width:100%;height:100%}.password-update-container__form{display:flex;flex-direction:column;gap:1rem;width:70%}@media (max-width: 1000px){.password-update-container__form{width:40%}}@media (max-width: 800px){.password-update-container__form{width:60%}}@media (max-width: 500px){.password-update-container__form{width:100%;align-items:center;justify-content:center}}.password-update-container__form__title{margin-bottom:1.5rem}.password-update-container__form__title h2{display:flex;align-items:center;justify-content:flex-start;font-size:2.5rem;font-weight:700;font-family:Montserrat;color:#000}.password-update-container__form__title h2 svg{font-size:1.7rem}.password-update-container__form__title h2 a{color:inherit}.password-update-container__form__title p{font-size:1.2rem}@media (max-width: 500px){.password-update-container__form__title p{font-size:1rem;line-height:1.2rem}}.password-update-container__form__description{color:#fff;font-size:1.2rem}@media (max-width: 500px){.password-update-container__form__description{align-self:start;margin-left:3rem}}.password-update-container__form__description p{font-weight:600}@media (max-width: 800px){.password-update-container__form__description p{line-height:1.5rem}}.password-update-container__form__input{display:flex;flex-direction:column;gap:1rem}@media (max-width: 500px){.password-update-container__form__input{flex-direction:column;width:90%}}.password-update-container__form__input__innerbox{display:flex;flex-direction:column;gap:1.5rem;width:100%;position:relative}.password-update-container__form__input__innerbox input{background-color:transparent;font-size:1.4rem;font-weight:500;border-bottom:1px solid #b3b3b3;padding:1rem 1rem 1rem 4rem;width:100%;height:100%}.password-update-container__form__input__innerbox input:focus{border-bottom:1px solid #b3b3b3;outline:none}.password-update-container__form__input__innerbox figure{filter:invert(18%) sepia(17%) saturate(262%) hue-rotate(151deg) brightness(90%) contrast(88%)}.password-update-container__form__input__innerbox__text__icon{position:absolute;top:1.2rem;left:1rem;width:1.5rem;height:1.5rem}@media (max-width: 500px){.password-update-container__form__submit{width:90%}}.password-update-container__form__submit button{align-self:flex-end;margin:1rem 5rem 3rem 0;border:none;cursor:pointer;background-color:#313638;color:#fff;border-radius:6px;font-weight:500;line-height:2rem;font-size:1.5rem;letter-spacing:1px;width:auto;transition:background-color .2s ease-in-out;margin:0;padding:1.3rem 4rem}.password-update-container__form__submit button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.password-update-container__form__submit button[disabled]:hover{box-shadow:none}.password-update-container__form__submit button[disabled]{opacity:.8;cursor:not-allowed}.password-update-container__form__otp{position:relative;margin:1rem 0}.password-update-container__form__otp__input{display:flex;align-items:center;justify-content:flex-start}.password-update-container__form__otp__input__status{position:absolute;font-size:3.5rem;top:2rem;right:-3rem}.password-update-container__form__otp__input__status.success{color:#00ff26}.password-update-container__form__otp__input__status.error{color:#f74848}.password-update-container__form .otp-group{width:100%;justify-content:center;margin-bottom:2rem}.toggle__password{position:absolute;top:1.2rem;right:1rem;width:1.6rem;height:1.6rem;opacity:60%}.toggle__password:hover{cursor:pointer;opacity:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.otp-group{display:flex;align-items:center;justify-content:flex-start;width:50%;column-gap:1rem}@media (max-width: 1200px){.otp-group{width:70%}}@media (max-width: 800px){.otp-group{width:80%}}@media (max-width: 500px){.otp-group{justify-content:center}}.otp-group__input{width:13%;border-bottom:1px solid #ccc;text-align:center;font-size:3.2rem;font-weight:800;line-height:1}.otp-group__input:focus{outline:none}@media (max-width: 800px){.otp-group__input{font-size:2.2rem;width:12%}}@media (max-width: 500px){.otp-group__input{width:10%}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.password-recovery-container{font-family:Montserrat;width:100%;height:100%}@media (max-width: 1000px){.password-recovery-container{width:100%;height:auto;margin-top:2rem}}@media (max-width: 800px){.password-recovery-container{width:100%;height:auto;margin-top:0}}@media (max-width: 500px){.password-recovery-container{width:100%;height:auto;margin-top:0}}.password-recovery-container__form{display:flex;flex-direction:column;gap:1rem;width:70%}@media (max-width: 1000px){.password-recovery-container__form{width:40%}}@media (max-width: 800px){.password-recovery-container__form{width:60%}}@media (max-width: 500px){.password-recovery-container__form{width:100%;align-items:center;justify-content:center}}.password-recovery-container__form__title{margin:3rem 0 1.5rem}.password-recovery-container__form__title h2{display:flex;align-items:center;justify-content:flex-start;font-size:2.5rem;font-weight:700;font-family:Montserrat;color:#000}.password-recovery-container__form__title h2 svg{font-size:1.7rem}.password-recovery-container__form__title h2 a{color:inherit}.password-recovery-container__form__title p{font-size:1.2rem}@media (max-width: 500px){.password-recovery-container__form__title p{font-size:1rem;line-height:1.2rem}}.password-recovery-container__form__description{color:#fff;font-size:1.2rem;align-self:flex-start}.password-recovery-container__form__description p{font-weight:600}@media (max-width: 800px){.password-recovery-container__form__description p{font-size:1rem;line-height:1.5rem}}@media (max-width: 500px){.password-recovery-container__form__description p{margin-left:3rem}}.password-recovery-container__form__input{display:flex;flex-direction:column;gap:1rem}@media (max-width: 500px){.password-recovery-container__form__input{flex-direction:column;width:90%}}.password-recovery-container__form__input__innerbox{display:flex;flex-direction:column;gap:1.5rem;width:100%;position:relative}.password-recovery-container__form__input__innerbox input{background-color:transparent;font-size:1.4rem;font-weight:500;border-bottom:1px solid #b3b3b3;padding:1rem 1rem 1rem 4rem;width:100%;height:100%}.password-recovery-container__form__input__innerbox input:focus{border-bottom:1px solid #b3b3b3;outline:none}.password-recovery-container__form__input__innerbox figure{filter:invert(18%) sepia(17%) saturate(262%) hue-rotate(151deg) brightness(90%) contrast(88%)}.password-recovery-container__form__input__innerbox__text__icon{position:absolute;top:1.2rem;left:1rem;width:1.5rem;height:1.5rem}.password-recovery-container__form__recovery{margin-top:0;display:flex;align-items:center;justify-content:flex-start}.password-recovery-container__form__recovery a{font-size:1.2rem;line-height:1.2rem;text-decoration:none;color:#00ff7f;font-weight:800}.password-recovery-container__form__submit{margin-top:2rem;font-size:1.2rem;display:flex;align-items:"";justify-content:space-between;flex-direction:row;gap:1rem}@media (max-width: 500px){.password-recovery-container__form__submit{width:90%;margin-top:1rem}}.password-recovery-container__form__submit button{align-self:flex-end;margin:1rem 5rem 3rem 0;border:none;cursor:pointer;background-color:#313638;color:#fff;border-radius:6px;font-weight:500;line-height:2rem;font-size:1.5rem;letter-spacing:1px;width:auto;transition:background-color .2s ease-in-out;margin:0;padding:1.3rem 4rem}.password-recovery-container__form__submit button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.password-recovery-container__form__submit button[disabled]:hover{box-shadow:none}.password-recovery-container__form__submit button[disabled]{opacity:.8;cursor:not-allowed}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.register-container{font-family:Montserrat;margin-top:-3rem;width:100%;height:100%;position:relative;z-index:1;background-color:#ffffff4a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.register-container__form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:45rem}.register-container__form__title{margin:3rem 0 1.5rem}.register-container__form__title h2{display:flex;align-items:center;justify-content:flex-start;font-size:2.5rem;font-weight:700;font-family:Montserrat;color:#000}.register-container__form__title h2 svg{font-size:1.7rem}.register-container__form__title h2 a{color:inherit}.register-container__form__title p{font-size:1.2rem}@media (max-width: 500px){.register-container__form__title p{font-size:1rem;line-height:1.2rem}}.register-container__form__input{display:flex;gap:1rem;flex-direction:column}.register-container__form__input__innerbox{display:flex;flex-direction:column;gap:1.5rem;width:100%;position:relative}.register-container__form__input__innerbox input{background-color:transparent;font-size:1.4rem;font-weight:500;border-bottom:1px solid #b3b3b3;padding:1rem 1rem 1rem 4rem;width:100%;height:100%}.register-container__form__input__innerbox input:focus{border-bottom:1px solid #b3b3b3;outline:none}.register-container__form__input__innerbox figure{filter:invert(18%) sepia(17%) saturate(262%) hue-rotate(151deg) brightness(90%) contrast(88%)}.register-container__form__input__innerbox__text__icon{position:absolute;top:1.2rem;left:1rem;width:1.5rem;height:1.5rem}.register-container__form__checkbox{flex-direction:column}.register-container__form__checkbox__content{display:flex;flex-direction:row;justify-content:center}.register-container__form__checkbox__content p{font-size:1.2rem}.register-container__form__checkbox__content a{color:#313638;font-weight:700;text-decoration:none}.register-container__form__checkbox__content a:hover{text-decoration:underline}.register-container__form__checkbox small{margin-left:1.2rem}.register-container__form__submit{display:flex;justify-content:flex-start;gap:1.5rem;margin-top:3rem}.register-container__form__submit button{align-self:flex-end;margin:1rem 5rem 3rem 0;border:none;cursor:pointer;background-color:#313638;color:#fff;border-radius:6px;font-weight:500;line-height:2rem;font-size:1.5rem;letter-spacing:1px;width:auto;transition:background-color .2s ease-in-out;margin:0;padding:1.3rem 4rem;width:100%}.register-container__form__submit button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.register-container__form__submit button[disabled]:hover{box-shadow:none}.register-container__form__submit button[disabled]{opacity:.8;cursor:not-allowed}.register-container__form__submit .btn-secondary{align-self:flex-end;margin:1rem 5rem 3rem 0;border:none;cursor:pointer;background-color:#eaeaea;color:#313638;border-radius:6px;font-weight:500;line-height:2rem;font-size:1.5rem;letter-spacing:1px;width:auto;transition:background-color .2s ease-in-out;margin:0;padding:1.3rem 4rem;width:100%}.register-container__form__submit .btn-secondary:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.register-container__form__submit .btn-secondary[disabled]:hover{box-shadow:none}.register-container__form__submit .btn-secondary[disabled]{opacity:.8;cursor:not-allowed}@media (max-width: 500px){.register-container__form__submit{justify-content:space-between;flex-direction:column}}.register-container__form__register{display:flex;align-items:center;justify-content:flex-start}@media (max-width: 800px){.register-container__form__register{margin-top:1rem}}.register-container__form__register p{margin-right:.5rem;font-size:1.2rem;line-height:1.2rem}.register-container__form__register a{font-size:1.2rem;line-height:1.2rem;text-decoration:none;color:#00ff26;font-weight:600}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.verify-code-container{font-family:Montserrat;display:flex;align-items:center;justify-content:center;margin-top:-3rem;width:100%;height:100%}.verify-code-container__form{display:flex;flex-direction:column;gap:1rem;width:100%}.verify-code-container__form__title{margin:3rem 0 1.5rem}.verify-code-container__form__title h2{display:flex;align-items:center;justify-content:flex-start;font-size:2.5rem;font-weight:700;font-family:Montserrat;color:#000}.verify-code-container__form__title h2 svg{font-size:1.7rem}.verify-code-container__form__title h2 a{color:inherit}.verify-code-container__form__title p{margin-top:1rem;font-size:1.2rem}@media (max-width: 500px){.verify-code-container__form__title p{font-size:1rem;line-height:1.2rem}}.verify-code-container__form__otp__input{margin-top:1rem;display:flex;align-items:center;justify-content:flex-start}.verify-code-container__form__otp__input__status{justify-self:flex-start;font-size:4rem}.verify-code-container__form__otp__input svg[class$=success]{color:#00ff26}.verify-code-container__form__otp__input svg[class$=error]{color:#f74848}.verify-code-container__form__nocode{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}@media (max-width: 500px){.verify-code-container__form__nocode{width:90%}}.verify-code-container__form__nocode__content{display:flex;align-items:"";justify-content:center;flex-direction:row}@media (max-width: 800px){.verify-code-container__form__nocode__content{display:flex;align-items:center;justify-content:"";margin-top:.5rem}}.verify-code-container__form__nocode__content p{font-size:1.2rem}.verify-code-container__form__nocode__content p a{text-decoration:none;color:#313638;font-weight:600;cursor:pointer}.verify-code-container__form__nocode__content p a:hover{text-decoration:underline}@media (max-width: 800px){.verify-code-container__form__nocode__content p{width:100%;line-height:1.5rem;font-size:1.1rem}}@media (max-width: 500px){.verify-code-container__form__nocode__content p{width:90%;line-height:1.5rem;font-size:1rem}}.verify-code-container__form__nocode__content p strong{font-weight:800}.verify-code-container__form__nocode small{margin-left:1.2rem}.verify-code-container__form__submit button{align-self:flex-end;margin:1rem 5rem 3rem 0;border:none;cursor:pointer;background-color:#313638;color:#fff;border-radius:6px;font-weight:500;line-height:2rem;font-size:1.5rem;letter-spacing:1px;width:auto;transition:background-color .2s ease-in-out;padding:1rem 5.5rem}.verify-code-container__form__submit button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.verify-code-container__form__submit button[disabled]:hover{box-shadow:none}.verify-code-container__form__submit button[disabled]{opacity:.8;cursor:not-allowed}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.login-container{display:flex}.login-container__form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:35rem;margin-inline:0}.login-container__form__title h2{font-size:2.5rem;font-weight:700;font-family:Montserrat;color:#000}.login-container__form__register{font-size:1.3rem;width:100%}.login-container__form__register a{line-height:1.2rem;text-decoration:none;color:#000;font-weight:700;cursor:pointer}.login-container__form__register a:hover{text-decoration:underline}.login-container__form__input{width:100%;margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.login-container__form__input__innerbox{display:flex;flex-direction:column;width:100%;position:relative}.login-container__form__input__innerbox.error-dot:before{content:"";display:block;position:absolute;right:-1rem;top:30%;width:.5rem;height:.5rem;background-color:#ff5c5c;border-radius:50%}.login-container__form__input__innerbox input{background-color:transparent;font-size:1.4rem;font-weight:500;border-bottom:1px solid #b3b3b3;padding:1rem 1rem 1rem 4rem;width:100%;height:100%;position:relative}.login-container__form__input__innerbox input:focus{border-bottom:1px solid #b3b3b3;outline:none}.login-container__form__input__innerbox figure{filter:invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%)}.login-container__form__input__innerbox__text__icon{position:absolute;width:1.5rem;height:1.5rem;top:50%;left:0;transform:translate(100%,-106%)}.login-container__form__recovery{margin-top:1.5rem}.login-container__form__recovery a{font-size:1.3rem;line-height:1.2rem;text-decoration:none;color:#313638;font-weight:600}.login-container__form__recovery a:hover{text-decoration:underline}.login-container__form__submit{margin-top:2rem}.login-container__form__submit button{align-self:flex-end;margin:1rem 5rem 3rem 0;border:none;cursor:pointer;background-color:#313638;color:#fff;border-radius:6px;font-weight:500;line-height:2rem;font-size:1.5rem;letter-spacing:1px;width:auto;transition:background-color .2s ease-in-out;margin:0;padding:1.3rem 4rem}.login-container__form__submit button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.login-container__form__submit button[disabled]:hover{box-shadow:none}.login-container__form__submit button[disabled]{opacity:.8;cursor:not-allowed}.login-container__form__submit button:hover{border:none}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.password-recovery-main-container{width:100%;height:100vh;overflow:hidden}.password-recovery-main-container__content{display:flex;flex-direction:row;width:100%;height:80vh}.password-recovery-main-container__content__left__decoration{width:100%;display:flex;justify-content:flex-end}@media (max-width: 1000px){.password-recovery-main-container__content__left__decoration{justify-content:flex-start;width:100%}}@media (max-width: 800px){.password-recovery-main-container__content__left__decoration{width:100%;justify-content:flex-start;margin-top:2rem}}@media (max-width: 500px){.password-recovery-main-container__content__left__decoration{height:50%;justify-content:flex-start}}.password-recovery-main-container__content__left__decoration__figure{width:12rem;margin-top:3rem;margin-left:10rem}@media (max-width: 1000px){.password-recovery-main-container__content__left__decoration__figure{margin-left:9rem;width:10rem}}@media (max-width: 800px){.password-recovery-main-container__content__left__decoration__figure{margin-top:0;margin-left:12rem;width:7rem}}@media (max-width: 500px){.password-recovery-main-container__content__left__decoration__figure{margin-top:0;margin-left:2rem;width:8rem}}.password-recovery-main-container__content__right__decoration{width:30%;display:flex;justify-content:flex-end;align-items:flex-end}@media (max-width: 1000px){.password-recovery-main-container__content__right__decoration{justify-content:flex-end;width:100%;margin-top:4rem}}.password-recovery-main-container__content__right__decoration__figure{width:12rem;margin-bottom:2rem;margin-right:2rem}@media (max-width: 1000px){.password-recovery-main-container__content__right__decoration__figure{margin-top:1.5rem;margin-right:2rem;width:10rem}}@media (max-width: 800px){.password-recovery-main-container__content__right__decoration__figure{margin-top:0;margin-right:15rem;width:8rem}}@media (max-width: 500px){.password-recovery-main-container__content__right__decoration__figure{width:9rem;margin-top:0;margin-right:2rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.password-update-main-container{position:relative;width:100%;height:100vh;overflow:hidden}.password-update-main-container__content{display:flex;flex-direction:row;width:100%;height:80vh}.password-update-main-container__content__left__decoration{width:30%;display:flex;justify-content:flex-end}@media (max-width: 1000px){.password-update-main-container__content__left__decoration{justify-content:flex-start;width:100%}}@media (max-width: 800px){.password-update-main-container__content__left__decoration{width:100%;justify-content:flex-start;margin-top:2rem}}@media (max-width: 500px){.password-update-main-container__content__left__decoration{height:50%;justify-content:flex-start}}.password-update-main-container__content__left__decoration__figure{width:12rem;margin-top:3rem;margin-left:10rem}@media (max-width: 1000px){.password-update-main-container__content__left__decoration__figure{margin-left:9rem;width:10rem}}@media (max-width: 800px){.password-update-main-container__content__left__decoration__figure{margin-top:0;margin-left:12rem;width:7rem}}@media (max-width: 500px){.password-update-main-container__content__left__decoration__figure{margin-top:0;margin-left:2rem;width:8rem}}.password-update-main-container__content__right__decoration{width:30%;display:flex;justify-content:flex-end;align-items:flex-end}@media (max-width: 1000px){.password-update-main-container__content__right__decoration{justify-content:flex-end;width:100%;margin-top:4rem}}.password-update-main-container__content__right__decoration__figure{width:12rem;margin-bottom:2rem;margin-right:2rem}@media (max-width: 1000px){.password-update-main-container__content__right__decoration__figure{margin-top:1.5rem;margin-right:2rem;width:10rem}}@media (max-width: 800px){.password-update-main-container__content__right__decoration__figure{margin-top:0;margin-right:15rem;width:8rem}}@media (max-width: 500px){.password-update-main-container__content__right__decoration__figure{width:9rem;margin-top:0;margin-right:2rem}}.toggle__password{filter:brightness(0) invert(1)}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.register-main-container{position:relative;width:100%;height:100vh}.register-main-container__content{display:flex;flex-direction:row;width:100%;height:80vh;margin-top:-3rem}@media (max-width: 1000px){.register-main-container__content{flex-direction:column;width:100%;margin-top:-5rem}}@media (max-width: 800px){.register-main-container__content{margin-top:0}}@media (max-width: 500px){.register-main-container__content{margin-top:6rem}}.register-main-container__content__left__decoration{width:20%;display:flex;justify-content:flex-start}@media (max-width: 800px){.register-main-container__content__left__decoration{width:100%;margin-top:2rem}}@media (max-width: 800px){.register-main-container__content__left__decoration{margin-top:0}}.register-main-container__content__left__decoration__figure{width:12rem;margin-top:6rem;margin-left:10rem}@media (max-width: 800px){.register-main-container__content__left__decoration__figure{width:7rem;margin-top:0;margin-left:8rem}}@media (max-width: 500px){.register-main-container__content__left__decoration__figure{margin-top:0;width:4rem;margin-left:2rem}}.register-main-container__content__right__decoration{width:20%;display:flex;justify-content:center;align-items:flex-end}@media (max-width: 1000px){.register-main-container__content__right__decoration{justify-content:flex-end;width:100%}}.register-main-container__content__right__decoration__figure{width:12rem;margin-bottom:2rem;margin-right:10rem}@media (max-width: 1000px){.register-main-container__content__right__decoration__figure{width:7rem;margin-top:0;margin-right:6rem}}@media (max-width: 800px){.register-main-container__content__right__decoration__figure{width:7rem;margin-top:0;margin-right:6rem}}@media (max-width: 500px){.register-main-container__content__right__decoration__figure{width:4rem;margin-top:-9rem;margin-right:2rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.verify-code-main-container{position:relative;width:100%;height:100vh}.verify-code-main-container__content{display:flex;flex-direction:row;width:100%;height:80vh;margin-top:-3rem}@media (max-width: 1000px){.verify-code-main-container__content{flex-direction:column;width:100%;margin-top:-5rem}}@media (max-width: 800px){.verify-code-main-container__content{margin-top:0}}@media (max-width: 500px){.verify-code-main-container__content{margin-top:6rem}}.verify-code-main-container__content__left__decoration{width:20%;display:flex;justify-content:flex-start}@media (max-width: 800px){.verify-code-main-container__content__left__decoration{width:100%;margin-top:2rem}}@media (max-width: 800px){.verify-code-main-container__content__left__decoration{margin-top:0}}.verify-code-main-container__content__left__decoration__figure{width:12rem;margin-top:6rem;margin-left:10rem}@media (max-width: 800px){.verify-code-main-container__content__left__decoration__figure{width:7rem;margin-top:0;margin-left:8rem}}@media (max-width: 500px){.verify-code-main-container__content__left__decoration__figure{margin-top:0;width:4rem;margin-left:2rem}}.verify-code-main-container__content__right__decoration{width:20%;display:flex;justify-content:center;align-items:flex-end}@media (max-width: 1000px){.verify-code-main-container__content__right__decoration{justify-content:flex-end;width:100%}}.verify-code-main-container__content__right__decoration__figure{width:12rem;margin-bottom:2rem;margin-right:10rem}@media (max-width: 1000px){.verify-code-main-container__content__right__decoration__figure{width:7rem;margin-top:0;margin-right:6rem}}@media (max-width: 800px){.verify-code-main-container__content__right__decoration__figure{width:7rem;margin-top:0;margin-right:6rem}}@media (max-width: 500px){.verify-code-main-container__content__right__decoration__figure{width:4rem;margin-top:-9rem;margin-right:2rem}}.__topbar__logo{color:#313638!important}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new-business-page__container{display:flex;justify-content:center;padding:3rem 1rem;height:100vh;overflow:auto;align-items:start}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new-business-form__container{display:flex;flex-direction:column;gap:.8rem;position:relative;max-width:600px}@media (max-width: 765px){.new-business-form__container{max-width:100%}}.new-business-form__container__header{border-bottom:1px solid #eaeaea}.new-business-form__container__form{border:2px solid #eaeaea;border-radius:.8rem;padding:2rem;display:flex;flex-direction:column;gap:2rem;-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.new-business-form__container .country-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));column-gap:2rem;row-gap:2rem}.new-business-form__container .country-list__card{border-radius:.5rem;border:1px solid #eaeaea;display:flex;align-items:center;padding:1.5rem;gap:1rem}.new-business-form__container .step-indicator__container{margin:2rem auto 0}.go-back-btn{display:flex;align-items:center;gap:.2rem}.go-back-btn:hover{text-decoration:underline}.go-back-btn__arrow{height:2rem;width:2rem;transform:rotate(90deg);transition:transform .1s ease-in-out}.business-loading-screen{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;left:0;bottom:0;height:100%;width:100%;color:#000}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.country-code{display:flex;align-items:center;border-radius:.5rem;border:1px solid #d3d3d3}.country-code__dropdown{border:none;border-radius:0;border-right:1px solid #d3d3d3;background-color:transparent;min-width:80px}.country-code__dropdown-wrapper{width:auto}.country-code__input{border:none;border-bottom-left-radius:0}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.selection-card-container{border:1px solid #eaeaea;border-radius:.8rem;padding:2rem 1.5rem;flex:1;cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem;background-color:#fff;outline:none}.selection-card-container__circle{border:1px solid #eaeaea;border-radius:50%;width:1.5rem;height:1.5rem;display:block;position:absolute;right:1rem;top:1rem}.selection-card-container .selected-cirle{border:none;background-color:#44cc17}.selection-card-container .rounded-image{border-radius:50%;width:2rem;height:2rem}.selection-card-container__opacity{opacity:.5}.selection-card-container__selected{border:1px solid rgb(68,204,23)}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.mastershop-shopifyIntegration{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.mastershop-integrations-container__oauth{border-radius:.8rem;background-color:#eaeaea;display:flex;flex-direction:column;align-items:center;justify-content:center}.mastershop-integrations-logo,.mastershop-integrations-IconContainer{margin:10px}.mastershop-integrations-title{font-family:Montserrat;margin-top:4px}@media only screen and (max-width: 576px){.mastershop-integrations-container__oauth{width:90%}.mastershop-shopifyIntegration{top:14rem}.mastershop-integrations-title{font-size:xx-small}}@media only screen and (min-width: 577px) and (max-width: 768px){.mastershop-integrations-container__oauth{width:45%}.mastershop-shopifyIntegration{top:14rem}}@media only screen and (min-width: 769px){.mastershop-integrations-container__oauth{width:30%}.mastershop-shopifyIntegration{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;top:13rem}.mastershop-integrations-title{font-family:Montserrat;margin-top:4px}}#inline-loader{width:100%;height:100%;display:flex;flex-grow:1;padding:1rem 0;justify-content:center;align-items:center}.cube-folding{width:25px;height:25px;display:inline-block;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);font-size:0}.cube-folding span{position:relative;width:12px;height:12px;transform:scale(1.1);display:inline-block}.cube-folding span:before{content:"";background-color:#b8f99d;position:absolute;left:0;top:0;display:block;width:12px;height:12px;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation:folding 2.5s infinite linear both;-moz-animation:folding 2.5s infinite linear both;animation:folding 2.5s infinite linear both}.cube-folding .leaf2{-webkit-transform:rotateZ(90deg) scale(1.1);-moz-transform:rotateZ(90deg) scale(1.1);transform:rotate(90deg) scale(1.1)}.cube-folding .leaf2:before{-webkit-animation-delay:.3s;animation-delay:.3s;background-color:#8cf165}.cube-folding .leaf3{-webkit-transform:rotateZ(270deg) scale(1.1);-moz-transform:rotateZ(270deg) scale(1.1);transform:rotate(270deg) scale(1.1)}.cube-folding .leaf3:before{-webkit-animation-delay:.9s;animation-delay:.9s;background-color:#65e536}.cube-folding .leaf4{-webkit-transform:rotateZ(180deg) scale(1.1);-moz-transform:rotateZ(180deg) scale(1.1);transform:rotate(180deg) scale(1.1)}.cube-folding .leaf4:before{-webkit-animation-delay:.6s;animation-delay:.6s;background-color:#44cc17}@-webkit-keyframes folding{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);-moz-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);-moz-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0);-webkit-opacity:1;-moz-opacity:1;opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);-moz-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}}@-moz-keyframes folding{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);-moz-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);-moz-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0);-webkit-opacity:1;-moz-opacity:1;opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);-moz-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}}@-ms-keyframes folding{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);-moz-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);-moz-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0);-webkit-opacity:1;-moz-opacity:1;opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);-moz-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}}@keyframes folding{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);-moz-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);-moz-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0);-webkit-opacity:1;-moz-opacity:1;opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);-moz-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.account-actions-template__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(40rem,1fr));column-gap:1rem;row-gap:1rem}.money-input{width:100%;flex-direction:column;display:flex;gap:10px}.money-input strong{font-size:1.2rem}.money-input__container{font-size:1rem;font-family:Montserrat;border:.1rem solid #d3d3d3;color:#282828;font-weight:600;border-radius:.5rem;padding:1rem;height:3.4rem;resize:none}.money-input__container input{width:100%;outline:none;background:transparent;border:none;font-size:1.1rem;line-height:1.2}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dropdown-menu__action{display:flex;align-items:center;justify-content:space-between;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15rem;place-self:end;border:1px solid #eaeaea;background-color:#fff;border-radius:.8rem;height:3.5rem;padding:.7rem 1.3rem;font-size:1rem;cursor:pointer}.dropdown-menu__action:focus,.dropdown-menu__action:active,.dropdown-menu__action:focus-visible{border-color:#44cc17;outline:1px solid rgb(68,204,23)}.dropdown-menu__action span{font-size:1.8rem;font-weight:400}.dropdown-menu__content{display:flex;flex-direction:column;gap:.5rem;border-radius:.7rem;position:absolute;top:110%;width:100%;box-shadow:0 0 3px #00000036;background-color:#fff;z-index:2;overflow:hidden}.dropdown-menu__content>div{padding:1rem;cursor:pointer;border:none;outline:none;background:none}.dropdown-menu__content>div:hover{background-color:#f6f6f6}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.__topbar{position:fixed;height:5rem;top:0;left:0;padding:1rem 2rem;width:100%;z-index:5;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:space-between;background-color:#f7f7f7}.__topbar__logo{display:flex;align-items:center;justify-content:space-between;height:100%;padding-right:1rem;border-right:1px solid #313638}.__topbar__logout{display:flex;align-items:center;font-size:1.3rem}.__topbar__logout a{display:block;border:none;font-family:inherit;text-decoration:none;color:inherit;font-weight:400}.__topbar__logout a:hover{cursor:pointer;text-decoration:underline}.business-create-modal--close{position:absolute;right:30px;z-index:10;-webkit-user-select:none;user-select:none;cursor:pointer}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.selector-content-container{background-color:#fff;border-radius:.8rem;padding:1rem;box-shadow:#64646f33 0 7px 29px;position:absolute;width:100%;z-index:2}.selector-content-container__arrow{width:2rem;height:2rem;transform:rotate(180deg)}.selector-content-container .separator{background-color:#eaeaea;height:.1rem;width:100%}.selector-content-container__create-btn{background-color:#fff;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;border:none;cursor:pointer;transition:background-color .1s ease-in-out;padding:.5rem}.selector-content-container__create-btn:hover{background-color:#eaeaea}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.selector-item-container{background-color:#fff;border:none;border-radius:.5rem;outline:none;align-items:center;display:flex;cursor:pointer;gap:1.5rem;padding:.5rem;transition:background-color .1s ease-in-out;width:100%}.selector-item-container:hover{background-color:#eaeaea}.selector-item-container__text{display:flex;flex-direction:column;align-items:start;width:100%}.selector-item-container__text strong{font-size:.8em;text-align:start}.selector-item-container__text p{font-size:.8rem}.selector-item-container__icon{border-radius:.5rem;background-color:#eaeaea;position:relative;padding:.3rem}.selector-item-container__icon .flag-icon{position:absolute;border-radius:50%;width:1rem;height:1rem;right:-.2rem;top:-.2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.notification-sidebar__container{display:flex;flex-direction:column;position:absolute;background:#fff;padding:1.5em;top:3.8em;right:-50em;height:fit-content;overflow-y:scroll;max-height:90vh;width:34.5rem;border-radius:.8rem 0 0 .8rem;box-shadow:0 8px 8px #00000012;transition:all .2s ease-in-out}.notification-sidebar__active-container{right:-9em}.notification-sidebar__img{position:absolute;right:-50em;top:-.9em;color:#fff;transition:all .2s ease-in-out}.notification-sidebar__active-image{right:-3.3em}.notification-sidebar__ico{color:#323638;right:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.notifications-sidebar{position:fixed;display:flex;flex-direction:column;background-color:#fff;width:30vw;max-width:90%;right:0;bottom:0;border-radius:2rem 0 0 2rem;height:100%;z-index:11;box-shadow:0 7px 10px #64646f24;padding:2rem 1.5rem}.notifications-list__wrapper{flex-grow:1;display:flex;flex-direction:column;height:80dvh}.notifications-list__wrapper--sidebar{flex-grow:1;display:flex;flex-direction:column;gap:1rem;overflow-y:scroll}.notifications-list{display:flex;flex-direction:column;gap:.8rem;list-style:none;padding-right:.5rem;overflow:scroll}.notifications-list--sidebar{display:flex;flex-direction:column;gap:.8rem;list-style:none;padding-right:.5rem;overflow:scroll;height:calc(100vh - 51em);margin-bottom:2rem;transition:all .2s ease-in-out}.notifications-list__item{cursor:pointer;display:grid;gap:1rem;grid-template-columns:4% 20% 1fr;place-items:center;justify-items:left;padding:1rem;transition:.15s ease-in background-color}.notifications-list__item:hover{background-color:#f6f6f6}.notifications-list__item--sidebar{position:relative;grid-template-columns:10% 2fr}.notifications-list__item--active{background-color:#f6f6f6}.notifications-list__item__icon{width:100%;height:auto;aspect-ratio:1;border-radius:.5rem;overflow:hidden}.massive-actions__list{display:flex;flex-direction:column;align-self:flex-start;align-items:flex-start;list-style:none;gap:.5rem;max-height:20rem;min-height:7rem;overflow:scroll;width:100%}.massive-actions__list-item{display:flex;align-items:center;gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.note{display:flex;gap:1rem;color:#0b1b2d;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600}.note--info{background-color:#d4e4f5}.note--warning{background-color:#fff5ae}.note--danger{background-color:#ffb6b6}.note__icon{align-self:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.layout-container__header{top:auto}.table-tag.transaction-table__tag--green{color:#313638;background-color:#a5ecad;border:none}.table-tag.transaction-table__tag--green span{color:#313638}.table-tag.transaction-table__tag--red{color:#7f3939;background-color:#ffb6b6;border:none}.table-tag.transaction-table__tag--red span{color:#7f3939}.table-tag.transaction-table__tag--gray{color:#313638;background-color:#f3f3f3;border:none}.table-tag.transaction-table__tag--gray span{color:#313638}.table-tag.transaction-table__tag--yellow{color:#3d3a2a;background-color:#fff5ae;border:none}.table-tag.transaction-table__tag--yellow span{color:#3d3a2a}.transactions-table__wrapper{position:relative}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.profile-menu__container{position:relative}.profile-menu__container__photo{cursor:pointer;border-radius:50%;width:42px;height:42px;padding:.3rem;transition:box-shadow .1s ease-in-out;position:relative;z-index:5}.profile-menu__container__photo:hover{box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.profile-menu__container__profile-photo .profile-photo{border-radius:100%}.profile-menu__container__big-photo{cursor:pointer;border-radius:50%;width:100px;height:100px;padding:.3rem;transition:box-shadow .1s ease-in-out;position:relative;z-index:5}.profile-menu__container__big-photo:hover{box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.profile-menu__container__img{position:absolute;right:-50em;top:-.3em;color:#fff;transition:all .2s ease-in-out}.profile-menu__container__icon{font-weight:200;fill:#6b6b6b;width:3rem;height:3rem}.profile-menu__container__links{-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;background-color:#fff;border-radius:.8rem 0 0 .8rem;padding:1.5rem;position:absolute;right:-50rem;border:1px solid #eaeaea;border-top:none;box-shadow:-8px 8px 7px #00000012;transition:all .2s ease-in-out;top:116%;height:calc(100vh - 14.5em);min-width:24rem;overflow-y:auto}.profile-menu__container__links .link-container{border-radius:.5rem;display:flex;align-items:center;gap:1rem;padding:.5rem;text-decoration:none;transition:background-color .1s ease-in-out}.profile-menu__container__links .link-container:hover{background-color:#eaeaea}.profile-menu__container__links .separator{display:block;width:100%;background-color:#eaeaea;height:.1rem}.profile-menu__container .active-container{right:-2em}.profile-menu__container .active-image{right:-2.4em}.profile-menu__container__tag{border-radius:1rem;padding:.3rem .7rem;background-color:#29d629;color:#fff}.mobile-warning{padding:10px;max-width:55rem;text-align:center}.mobile-warning__container .modal{margin:auto 20px}.mobile-warning h3,.mobile-warning p{margin-bottom:15px}.mobile-warning>h3{text-align:center;font-size:1.5rem}.banner-preview{border-radius:10px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-width:40vw;min-height:4vw;max-width:60vw;position:absolute;left:50%;top:-10rem;transform:translate(-50%);z-index:2;animation:.5s cubic-bezier(0,0,.58,1.26) 1s advice-banner-ani forwards}.banner-preview:hover .banner-preview__close-btn{opacity:1}@keyframes advice-banner-ani{0%{top:-10rem;box-shadow:0 1px 13px 1px #44cc17}to{top:16%;box-shadow:0 0 10px 5px #52525245}}.banner-preview__close-btn{position:absolute;padding:.5rem;border-radius:50%;left:50%;top:0;transform:translate(-50%) translateY(-50%);opacity:0;transition:opacity .15s ease-in-out}.banner-preview__icon{aspect-ratio:1/1;padding:.5rem;background-color:#fff;box-shadow:0 0 8px 1px #5252521f}.banner-preview__content{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;gap:.5rem}.banner-preview__content h3{font-size:1.2rem}.banner-preview__content p{font-weight:500}.banner-preview__content>*{text-align:start}.banner-preview__btn{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;text-decoration:none;cursor:pointer;background-color:#313638;color:#fff;min-width:10rem}.banner-preview__btn:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.banner-preview__btn[disabled]:hover{box-shadow:none}.banner-preview__btn[disabled]{opacity:.8;cursor:not-allowed}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.help-center__list{display:flex;flex-direction:column;list-style:none}.help-center__list-item,.help-center__action{width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem;padding:.8rem 1.5rem;transition:.15s ease-in background-color;border-radius:10px}.help-center__list-item:hover,.help-center__action:hover{background-color:#f6f6f6}.help-sidebar__container{display:flex;flex-direction:column;position:absolute;background:#fff;padding:1.5em;top:3.8em;right:-50em;height:fit-content;overflow-y:scroll;max-height:90vh;width:30rem;border-radius:.8rem 0 0 .8rem;box-shadow:0 8px 8px #00000012;transition:all .2s ease-in-out}.help-sidebar__active-container{right:-9em}.help-center__action-icon{position:relative;left:-.5rem}.help-center__banner{object-fit:cover;width:100%;margin-top:1rem}.help-center__footer{display:flex;flex-grow:1;margin-top:1.2rem;align-items:flex-end}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.navbar{position:fixed;top:0;bottom:0;left:1%}.navbar__links{display:flex;align-items:flex-start;justify-content:"";flex-direction:column;position:absolute;top:30%;background-color:#f7f7f7;border-radius:1rem;padding:1rem;row-gap:1rem;transition:all .2s ease-in-out}@media (max-width: 500px){.navbar__links{display:flex;align-items:center;justify-content:"";flex-direction:row;background-color:#f5f5f5;border-radius:1rem;top:88%;padding:1rem}.navbar__links.hide{top:100%}}.navbar__links__link{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:.5rem;text-decoration:none;column-gap:1rem;transition:all .2s ease-in-out;border:none;background-color:transparent;cursor:pointer}.navbar__links__link:hover{background:#313638}.navbar__links__link:hover span{color:#fff}@media (max-width: 500px){.navbar__links__link{transition:none;padding:.5rem .8rem;margin-bottom:0;margin-left:1rem}}.navbar__links__link__icon{font-size:2.5rem;color:#000;font-variation-settings:"wght" 200}@media (max-width: 500px){.navbar__links__link__icon{margin-right:0;width:2.2rem;height:2.2rem}}.navbar__links__link__text{margin-right:.2rem;color:#fff}@media (max-width: 500px){.navbar__links__link__text{display:none}}.navbar__links__link__active{background:#313638}.navbar__links__link__active__text{display:none}@media (max-width: 500px){.navbar__links__link__active{border-radius:1rem}}.navbar__links__link__active .navbar__links__link__icon{color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.simple-lightbox{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.simple-lightbox-container{width:100vw;height:100vh;display:flex;position:relative;justify-content:center}.simple-lightbox__btn-close{position:absolute;top:3rem;right:3rem;background:#000;border:none;display:flex;align-items:center;justify-content:center;color:#fafafa;padding:1rem;border-radius:100%;cursor:pointer;z-index:1}.simple-lightbox__btn-close span{color:#fafafa}@media (max-width: 1000px){.simple-lightbox__btn-close{top:1.2rem;right:1rem}}.simple-lightbox__display{width:100%;height:100%;display:flex;position:relative;flex-direction:column;animation:fadeIn ease-in-out .4s;max-height:100vh;gap:1rem}.simple-lightbox__display>p{position:absolute;top:0;width:100%;color:#fafafa;text-align:center;padding:3rem 0rem .3rem;font-size:1.3rem;z-index:1}@media (max-width: 1000px){.simple-lightbox__display>p{top:50px}}.simple-lightbox__display>div,.simple-lightbox__display>div>div{width:100%;height:100%}.simple-lightbox__display>div>div>figure{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.simple-lightbox__display>div>div>figure>img{width:100%;height:calc(100% - 140px);padding-bottom:2rem;object-fit:contain}.simple-lightbox__options{position:absolute;bottom:0;width:100%;height:100px;display:flex;align-items:center;justify-content:center;color:#fafafa}.simple-lightbox__options-container{display:flex;width:fit-content;background-color:#000;border-radius:.5rem;padding:.5rem .8rem .5rem .5rem;align-items:center;color:inherit;gap:.3rem}.simple-lightbox__options-container a,.simple-lightbox__options-container button{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:none;background:transparent;padding:.4rem}.simple-lightbox__options-container a span,.simple-lightbox__options-container button span{color:#fafafa;font-size:2.4rem;font-weight:200}.simple-lightbox__options-container a:hover>span,.simple-lightbox__options-container button:hover>span{font-weight:300}.simple-lightbox__options-container a:hover,.simple-lightbox__options-container button:hover{background-color:#141414;border-radius:5px}.simple-lightbox__options-container a{text-decoration:none}.simple-lightbox__options-counter{min-width:44px;color:#fafafa;margin:auto .2rem;text-align:center;font-size:1.2rem;font-feature-settings:"tnum"}.simple-lightbox__menu{right:0;position:absolute;overflow-x:hidden;overflow-y:scroll;white-space:nowrap;max-height:50%;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-snap-stop:always}@media (max-width: 1000px){.simple-lightbox__menu{display:none}}.simple-lightbox__menu-thumbnails{display:flex;flex-direction:column;width:fit-content;flex-wrap:nowrap;list-style:none;gap:20px;padding:1.5rem 1rem 2rem;-webkit-user-select:none;user-select:none}.simple-lightbox__menu::-webkit-scrollbar{width:8px;height:8px}.simple-lightbox__menu::-webkit-scrollbar-thumb{background:#ffffff31;border-radius:4px;border:none}.simple-lightbox__menu::-webkit-scrollbar-track{border:none;border-radius:2px;background:transparent}.simple-lightbox__menu-item{position:relative;border-radius:8px;width:75px;height:75px;background:#0009;filter:brightness(.4)}.simple-lightbox__menu-item.active{filter:brightness(1);box-shadow:0 0 0 2px #fff}.simple-lightbox__menu-item img{width:100%;height:100%;object-position:center;object-fit:cover;border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.toggle__container{width:4rem;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:2rem;height:2rem;position:relative;background-color:#44cc17;transition:all .3s ease}.toggle__container[aria-disabled=true]>*{opacity:.7;cursor:not-allowed}.toggle__container__button{position:absolute;font-size:1rem;font-weight:700;cursor:pointer;left:2.15rem;top:.19rem;background-color:#fff;height:1.65rem;width:1.65rem;min-width:unset;border-radius:2rem;transition:all .2s ease-in}.toggle__container__button__disabled{left:.2rem}.toggle__container__disabled{background-color:#d1d1d1}.dropdown-searchablev2{position:relative;width:100%;font-family:Arial,sans-serif;outline:none}.dropdown-searchablev2 .dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:0 10px;background-color:transparent;border:1px solid #ccc;border-radius:5px;cursor:pointer;outline:none;height:inherit}.dropdown-searchablev2 .dropdown-header .selected-option{display:flex;align-items:center;justify-content:space-between;width:100%}.dropdown-searchablev2 .dropdown-header .selected-option .delete-option{background:none;border:none;border-radius:50%;color:#999;font-size:14px;cursor:pointer;padding:0 5px;transition:background-color .1s ease-in-out}.dropdown-searchablev2 .dropdown-header .selected-option .delete-option:hover{color:#333;background-color:#ededed}.dropdown-searchablev2 .dropdown-header .placeholder{color:#999}.dropdown-searchablev2 .dropdown-content{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 2px 4px #0000001a;z-index:1000}.dropdown-searchablev2 .dropdown-content .dropdown-search{width:100%;padding:10px;border:none;font-size:1rem;border-bottom:1px solid #eee;outline:none}.dropdown-searchablev2 .dropdown-content .options-list{max-height:200px;overflow-y:auto;list-style-type:none;padding:5px;margin:0}.dropdown-searchablev2 .dropdown-content .options-list .option-item{border-radius:5px;padding:10px;cursor:pointer}.dropdown-searchablev2 .dropdown-content .options-list .option-item:hover{background-color:#f0f0f0}.dropdown-searchablev2 .dropdown-content .options-list .option-item.focused{background-color:#e0e0e0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.pagination{display:flex;list-style:none;justify-content:center;align-items:center;gap:.5rem;padding:0}.pagination__page-item{padding:2px 6px;border-radius:4px;font-size:12px;color:#313638}.pagination__active{background-color:#eaeaea;color:dark}.pagination__prev-page,.pagination__next-page{color:#44cc17;cursor:pointer}.pagination__prev-page.disabled,.pagination__next-page.disabled{color:#313638;cursor:not-allowed}.pagination__prev-page.disabled .pagination__items-color,.pagination__next-page.disabled .pagination__items-color{color:#313638}.pagination__page-link{text-decoration:none;color:inherit;font-size:inherit}.pagination__prev-page:hover:not(.disabled),.pagination__next-page:hover:not(.disabled){background-color:#ffffff6c;color:#44cc17}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dropdown{position:relative;display:inline-block;font-family:Montserrat;width:100%}.dropdown__btn{display:flex;align-items:space-between;justify-content:space-between;width:100%;column-gap:1rem;font-family:Montserrat;font-size:1rem;background-color:#fff;border-radius:.5rem;cursor:pointer;padding:.7rem 1rem;border:1px solid #d3d3d3}.dropdown__btn__arrow{border:1px solid #313638;border-width:0 1px 1px 0;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.dropdown__list{width:100%;list-style:none;border-radius:.5rem;padding:0;margin:0;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #cacfd1;border-top:none;z-index:10}.dropdown__list li{padding:.5rem;cursor:pointer;transition:background-color .3s}.dropdown__list li:hover{background-color:#313638;color:#fff}.dropdown__list__action{font-weight:700;border-top:1px solid #cacfd1}.dropdown button:focus+ul.dropdown-list{display:block}.dropdown-searchable{position:relative;min-height:38px}.dropdown-searchable__search-input{border:none;outline:none;width:100%;font-size:1rem;cursor:pointer}.dropdown-searchable__search-input:focus{outline:none}.dropdown-searchable__trigger{-webkit-user-select:none;user-select:none;display:flex;align-items:center;background-color:#fff;cursor:pointer;font-size:1rem;border:.1rem solid #d3d3d3;border-radius:.5rem;padding:.8rem 1rem;position:relative;overflow:hidden;text-overflow:clip;white-space:nowrap;width:100%;height:100%}.dropdown-searchable__trigger>.material-symbols-outlined{font-size:1.3rem;position:absolute;right:.5rem}.dropdown-searchable__trigger__controls{display:flex;justify-content:end;align-items:center;gap:.5rem;width:100%}.dropdown-searchable__trigger__controls .separator{background-color:#d3d3d3;height:1.2rem;width:.1rem}.dropdown-searchable__trigger__controls button span{font-size:1.3rem}.dropdown-searchable__trigger__remove-button{display:flex;border:none;cursor:pointer;background-color:#fff;justify-content:center;align-items:center;z-index:10}.dropdown-searchable__trigger__label-button{border:none;cursor:pointer;background-color:transparent;height:100%;max-width:10rem;font-size:inherit;outline:none;position:absolute}.dropdown-searchable__trigger span{font-size:1.5rem}.filter-panel__title{margin-bottom:5px;margin-top:0}.filter-panel__subtitle{margin-top:5px;margin-bottom:10px}.filter-panel__info{border-radius:5px;padding:1rem;margin-top:10px;gap:5px;background-color:#f6f6f6;display:flex}.filter-panel__info span{color:#323638;font-weight:100}.json-view{color:#4d4d4d;--json-property: #f9e84d !important;--json-index: #f8f8f8 !important;--json-number: #bf87ff !important;--json-string: #64f0d2 !important;--json-boolean: #3ad6c9 !important;--json-null: #f20f62 !important}.json-view .json-view--property{font-size:1.2rem;color:var(--json-property)}.json-view .json-view--index{color:var(--json-index);font-size:12px}.json-view .json-view--number{font-size:1.2rem;color:var(--json-number)}.json-view .json-view--string{font-size:1.2rem;color:var(--json-string)}.json-view .json-view--boolean{font-size:1.2rem;color:var(--json-boolean)}.json-view .json-view--null{font-size:1.2rem;color:var(--json-null)}.json-view-content{background-color:#110c3e;font-size:1.5rem;border-radius:1.5rem;scrollbar-width:none;overflow-y:auto;height:36rem;width:70rem;max-width:80rem;padding:1rem}.json-view .json-view--edit,.json-view .json-view--copy{display:none;width:1.8rem;height:1.8rem;margin-left:4px;cursor:pointer;stroke-width:1!important}.json-view div:hover>.json-view--edit,.json-view div:hover>.json-view--copy{display:inline-block!important;stroke:#fff!important;width:1.8rem!important;height:1.8rem!important}.json-view{display:block;color:#4d4d4d;text-align:left;--json-property: #009033;--json-index: #676dff;--json-number: #676dff;--json-string: #b2762e;--json-boolean: #dc155e;--json-null: #dc155e}.json-view .json-view--property{color:var(--json-property)}.json-view .json-view--index{color:var(--json-index)}.json-view .json-view--number{color:var(--json-number)}.json-view .json-view--string{color:var(--json-string)}.json-view .json-view--boolean{color:var(--json-boolean)}.json-view .json-view--null{color:var(--json-null)}.json-view .jv-indent{padding-left:1em}.json-view .jv-chevron{display:inline-block;vertical-align:-20%;cursor:pointer;opacity:.4;width:1em;height:1em}:is(.json-view .jv-chevron:hover,.json-view .jv-size:hover+.jv-chevron){opacity:.8}.json-view .jv-size{cursor:pointer;opacity:.4;font-size:.875em;font-style:italic;margin-left:.5em;vertical-align:-5%;line-height:1}.json-view :is(.json-view--copy,.json-view--edit),.json-view .json-view--link svg{display:none;width:1em;height:1em;margin-left:.25em;cursor:pointer}.json-view .json-view--input{width:120px;margin-left:.25em;border-radius:4px;border:1px solid currentColor;padding:0 4px;font-size:87.5%;line-height:1.25;background:transparent}.json-view .json-view--deleting{outline:1px solid #da0000;background-color:#da000011;text-decoration-line:line-through}:is(.json-view:hover,.json-view--pair:hover)>:is(.json-view--copy,.json-view--edit),:is(.json-view:hover,.json-view--pair:hover)>.json-view--link svg{display:inline-block}.json-view .jv-button{background:transparent;outline:none;border:none;cursor:pointer;color:inherit}.json-view .cursor-pointer{cursor:pointer}.json-view svg{vertical-align:-10%}.jv-size-chevron~svg{vertical-align:-16%}.json-view_a11y{color:#545454;--json-property: #aa5d00;--json-index: #007299;--json-number: #007299;--json-string: #008000;--json-boolean: #d91e18;--json-null: #d91e18}.json-view_github{color:#005cc5;--json-property: #005cc5;--json-index: #005cc5;--json-number: #005cc5;--json-string: #032f62;--json-boolean: #005cc5;--json-null: #005cc5}.json-view_vscode{color:#005cc5;--json-property: #0451a5;--json-index: #0000ff;--json-number: #0000ff;--json-string: #a31515;--json-boolean: #0000ff;--json-null: #0000ff}.json-view_atom{color:#383a42;--json-property: #e45649;--json-index: #986801;--json-number: #986801;--json-string: #50a14f;--json-boolean: #0184bc;--json-null: #0184bc}.json-view_winter-is-coming{color:#0431fa;--json-property: #3a9685;--json-index: #ae408b;--json-number: #ae408b;--json-string: #8123a9;--json-boolean: #0184bc;--json-null: #0184bc}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.loading__screen__container{position:fixed;bottom:12px;left:50%;transform:translate(-50%);z-index:4;overflow:hidden}.loading__screen__container__main{display:flex;align-items:center;justify-content:center;flex-direction:column;width:30rem;background-color:#313638;padding:1rem;border-radius:1rem}.loading__screen__container__main__ripples{--uib-size: 45px;--uib-speed: 2s;position:relative;height:var(--uib-size);width:var(--uib-size)}.loading__screen__container__main__ripples:before,.loading__screen__container__main__ripples:after,.loading__screen__container__main__ripples__dot:before,.loading__screen__container__main__ripples__dot:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:50%;background-color:#00ff7f;animation:pulse var(--uib-speed) linear infinite;transform:scale(0);opacity:0}.loading__screen__container__main__ripples:after{animation-delay:calc(var(--uib-speed) / -4)}.loading__screen__container__main__ripples__dot:before{animation-delay:calc(var(--uib-speed) * -.5)}.loading__screen__container__main__ripples__dot:after{animation-delay:calc(var(--uib-speed) * -.75)}@keyframes pulse{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}.loading__screen__container__main__figure{width:5rem}.loading__screen__container__main__figure img{animation-name:loading;animation-duration:.8s;animation-timing-function:ease-in-out;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:backwards;animation-play-state:running}@keyframes loading{to{filter:invert(69%) sepia(77%) saturate(4009%) hue-rotate(87deg) brightness(117%) contrast(115%)}}.loading__screen__container__main p{margin-top:.5rem;color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-search{display:flex;gap:.5rem;width:50%;align-items:center}.product-search__input-wrapper{display:flex;align-items:center;flex-grow:1;border:1px solid #ccc;border-radius:.25rem;overflow:hidden;height:100%}.product-search__input-label{font-size:1rem;color:#333;white-space:nowrap;padding:.8rem 1rem;border-right:1px solid #eaeaea}.product-search__input{flex-grow:1;font-size:1rem;border:none;outline:none;padding:.8rem;background:transparent;height:100%}.product-search__input::placeholder{color:#999}.product-search__button-section{display:flex;gap:.5rem}.custom-dropdown{position:relative;width:100%;font-family:Arial,sans-serif;outline:none;min-width:22rem}.custom-dropdown .dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:transparent;border:1px solid #ccc;border-radius:5px;cursor:pointer;outline:none;transition:border-color .25 ease;height:35px}.custom-dropdown .dropdown-header .selected-option{display:flex;align-items:center;justify-content:space-between;width:100%}.custom-dropdown .dropdown-header .selected-option .delete-option{background:none;border:none;border-radius:50%;color:#999;font-size:14px;cursor:pointer;padding:0 5px;transition:background-color .1s ease-in-out}.custom-dropdown .dropdown-header .selected-option .delete-option:hover{color:#333;background-color:#ededed}.custom-dropdown .dropdown-header .placeholder{color:#999}.custom-dropdown .dropdown-content{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 2px 4px #0000001a;z-index:1000}.custom-dropdown .dropdown-content .dropdown-search{width:100%;padding:10px;border:none;font-size:1rem;border-bottom:1px solid #eee;outline:none}.custom-dropdown .dropdown-content .options-list{max-height:200px;overflow-y:auto;list-style-type:none;padding:5px;margin:0}.custom-dropdown .dropdown-content .options-list .option-item{border-radius:5px;padding:8px;cursor:pointer}.custom-dropdown .dropdown-content .options-list .option-item:hover{background-color:#f0f0f0}.custom-dropdown .dropdown-content .options-list .option-item.focused{background-color:#e0e0e0}.custom-dropdown .dropdown-disabled{background-color:#ececec}.dropdown-loading-indicator{display:flex;align-items:center;justify-content:center;height:100%;width:100%;flex-direction:column}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.sync-connectool__product__table tbody tr td{max-width:25rem!important}.account-product__input{outline:none;padding:.9rem;height:36.9px;width:60px}.account-product__add__button{outline:none;background-color:transparent;border:1px solid #eaeaea;border-radius:4px;cursor:pointer;width:2.3rem;display:flex;align-items:center;justify-content:center}.account-product__add__button:hover{background-color:#f7f7f7}.account-product__add__button span{font-size:1.8rem}.account-product__remove__product{outline:none;background-color:transparent;border:none;cursor:pointer;position:relative;font-size:.8rem;align-self:flex-end}.account-product__remove__product:hover{text-decoration:underline}.tool-sync-product-indicator{background-color:#eaeaea;border-radius:50%;padding:8px;display:block;font-size:10px!important;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sync-product-info-box{background-color:#fff5ae;border-radius:5px;padding:1rem;display:flex;flex-direction:column;gap:.3rem}.sync-product-info-box>p{font-weight:500}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.sync-connectool__warehouse__table tbody tr td{max-width:25rem!important}.account-warehouse__input{outline:none;padding:.9rem;height:36.9px;width:60px}.account-warehouse__add__button{outline:none;background-color:transparent;border:1px solid #eaeaea;border-radius:4px;cursor:pointer;width:2.3rem;display:flex;align-items:center;justify-content:center}.account-warehouse__add__button:hover{background-color:#f7f7f7}.account-warehouse__add__button span{font-size:1.8rem}.account-warehouse__remove__warehouse{outline:none;background-color:transparent;border:none;cursor:pointer;position:relative;font-size:.8rem;align-self:flex-end}.account-warehouse__remove__warehouse:hover{text-decoration:underline}.tool-sync-warehouse-indicator{background-color:#eaeaea;border-radius:50%;padding:8px;display:block;font-size:10px!important;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.tool-sync-variant-indicator{font-size:1.8rem;color:#44cc17;font-weight:400}.disabled-sync-input{background-color:#0000001a;outline:none;cursor:default}.sync-warehouse-info-box{background-color:#fff5ae;border-radius:5px;padding:1rem;display:flex;flex-direction:column;gap:.3rem}.sync-warehouse-info-box>p{font-weight:500}.connectool-app-container{border:none;height:100%;width:100%}.integrations__back-button{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.integrations__back-button .icon{font-weight:100;font-size:1rem}.integrations__back-button p{text-decoration:underline}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.account-actions__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1rem}.account-actions__container_tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(35rem,1fr));gap:1.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.option-card{width:25rem;word-wrap:break-word;padding:1rem 2rem;flex-direction:flex;row-gap:.5rem;border-radius:1rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;text-decoration:none;gap:1rem}.option-card .icon{cursor:pointer;border-radius:2rem}.option-card .icon-config{background-color:#ffc2c2;position:absolute;top:2.3rem;right:-.3rem}.option-card .icon-config:hover:after{content:"Hay configuraciones pendientes";position:absolute;top:-2rem;left:0;background-color:#ffc2c2;padding:.3rem .7rem;font-size:1rem;border-radius:1rem;white-space:nowrap;color:#000;font-family:Montserrat;font-weight:500}.option-card-tools{width:100%;height:100%;padding:1rem;flex-direction:column;border-radius:1rem;transition:all .2s ease-in-out;position:flex;-webkit-user-select:none;user-select:none;border:1px solid rgba(194,194,194,.151);text-decoration:none;background-color:#c2c2c227;color:#fff}.option-card-tools .card-image{display:flex;height:auto;width:auto;flex:1 0 auto;max-height:10rem}.option-card-tools .card-info{display:flex;flex-direction:column;gap:1rem;width:100%;flex:2 1 0%}.option-card__button-icon{font-weight:300;font-size:2rem;color:#9ac12e}.option-card__config-container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:.5rem;padding:.5rem;margin-top:.5rem}.option-card__config-container .text-config{font-weight:400;color:#000;display:flex;gap:.4rem;align-items:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.template-actions__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(50rem,1fr));gap:2rem}.layout-container__header.layout-container__header--no-sticky.mt-2{padding-right:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.close-requirement-modal__status-wrapper{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.close-requirement-modal__status-wrapper .close-requirement-modal__status-container{display:flex;width:80%;align-items:center;gap:3rem;background-color:#f3f3f3;border-radius:.5rem;padding:2rem}.close-requirement-modal__status-wrapper .close-requirement-modal__status-container .close-requirement-modal__status-arrow{display:flex;justify-content:center;align-items:center;background-color:#313638;border-radius:100%;padding:.2rem}.close-requirement-modal__status-wrapper .close-requirement-modal__status-container .close-requirement-modal__status-arrow span{color:#fff;font-weight:100;font-size:3rem}.close-requirement-modal__status-wrapper .close-requirement-modal__status-container .requirement-status-pill{font-size:1.1rem}.requirement-status-pill{display:inline-flex;align-items:center;font-weight:600;border-radius:1rem;padding:.4rem .8rem;width:fit-content;font-size:.9rem;line-height:1.2;gap:.3rem}.requirement-status-pill.yellow{background-color:#fe9;color:#650}.requirement-status-pill.orange{background-color:#fc9;color:#993d00}.requirement-status-pill.blue{background-color:#9cf;color:#036}.requirement-status-pill.green{background-color:#99e699;color:#004d00}.requirement-status-pill.gray{background-color:#d9d9d9;color:#4d4d4d}.requirement-status-pill.cyan{background-color:#99e6e6;color:#005757}.requirement-status-pill.red{background-color:#ffc6c6;color:#570000}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.evidence-requirement-section{flex:3;border:1px solid #d1d1d1;border-radius:.8rem;padding:1rem;overflow-y:auto}.evidence-requirement-section__container{padding:.3rem}.evidence-requirement-section__evidence-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));background-color:#f4f4f4;border-radius:.8rem;padding:9px 9px 6px;gap:6px}.evidence-requirement-section__evidence-empty{width:100%;display:flex;align-items:center;justify-content:center;background-color:#f4f4f4;border-radius:.8rem;padding:16px 0}.evidence-requirement-section__evidence-empty p{color:#a0a0a0}.evidence-requirement-section__reason,.evidence-requirement-section__evidence,.evidence-requirement-section__observation{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.evidence-requirement-section__files-card{display:flex;position:relative;flex-direction:column;gap:4px}.evidence-requirement-section__files-preview,.evidence-requirement-section__files-preview--icon{width:100%;aspect-ratio:1;display:flex;overflow:hidden;border-radius:4px;background-color:#d4d4d4;justify-content:center;align-items:center;cursor:pointer}.evidence-requirement-section__files-preview img,.evidence-requirement-section__files-preview--icon img{width:100%;height:100%;object-fit:cover}.evidence-requirement-section__files-preview--icon{background-color:#cecece;justify-content:center;align-items:center}.evidence-requirement-section__files-preview--icon span{font-size:2.1rem;opacity:1}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.info-cards-section-carrier-requirements{display:flex;width:100%;gap:1rem}.info-cards-section-carrier-requirements__card{flex:1;position:relative;display:flex;flex-direction:column;background-color:#f4f4f4;border-radius:.8rem;padding:1rem}.info-cards-section-carrier-requirements__card-title{margin-bottom:6px;font-size:1.1rem}.info-cards-section-carrier-requirements__card-title img{object-fit:cover;width:2.3rem}.info-cards-section-carrier-requirements__card-icon{display:flex;max-height:16px;justify-content:flex-end}.info-cards-section-carrier-requirements__card-data{display:flex;flex-direction:column}.info-cards-section-carrier-requirements__card-data strong{margin-right:4px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.modal__overlay__visible:has(.new-requirement-modal__wrapper){overflow-y:auto}.modal__overlay__visible:has(.new-requirement-modal__wrapper)::-webkit-scrollbar-thumb:hover{background-color:#9e9e9e}.new-requirement-modal__wrapper{width:660px;overflow:visible;margin:1rem}.new-requirement-modal{width:100%;display:flex;flex-direction:column;padding:1rem;gap:1rem}.new-requirement-modal__search-label{font-size:1.2rem;margin-bottom:.5rem}.new-requirement-modal--loader{display:flex;height:480px;align-items:center;justify-content:center}.new-requirement-modal .dropdown-new__list-wrapper{overflow:hidden}.new-requirement-modal .step-indicator__container{height:3rem;justify-content:center;padding:0px 2.2rem 2.5rem 2rem}.new-requirement-modal .step-indicator__container .step-indicator__icon{top:-3rem}.new-requirement-modal__text{font-size:.85rem;font-weight:500;color:#707070}.new-requirement-modal__header{align-items:center;display:flex;gap:.8rem;border-bottom:1px solid #eaeaea;margin-bottom:1rem}.new-requirement-modal fieldset{display:flex;gap:8rem;border:none}.new-requirement-modal fieldset legend{margin-bottom:.8rem}.new-requirement-modal .textarea{border:1px solid #d3d3d3;min-height:80px}.new-requirement-modal__files{display:flex;flex-direction:column;border:2px dashed #d4d4d4;background-color:#f4f4f4;border-radius:8px;height:fit-content}.new-requirement-modal__files-input{display:none}.new-requirement-modal__files-wrapper{width:100%;max-width:660px;display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));padding:1rem;gap:1rem}.new-requirement-modal__files-wrapper--hidden{display:none}.new-requirement-modal__files-btn-add{display:flex;justify-content:center;align-items:center;border:none;background:#313638;border-radius:6px;aspect-ratio:1;cursor:pointer}.new-requirement-modal__files-btn-add span{color:#fafafa}.new-requirement-modal__files-card{display:flex;position:relative;flex-direction:column;gap:4px}.new-requirement-modal__files-card button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;position:absolute;right:-8px;top:-8px;border-radius:50%;border:none;background-color:#313638;transition:background-color .25s ease-in-out 0s;cursor:pointer}.new-requirement-modal__files-card button span{color:#fafafa;font-size:14px}.new-requirement-modal__files-card button:hover{background-color:#212425}.new-requirement-modal__files-preview,.new-requirement-modal__files-preview--icon{width:100%;aspect-ratio:1;display:flex;overflow:hidden;border-radius:8px}.new-requirement-modal__files-preview img,.new-requirement-modal__files-preview--icon img{width:100%;height:100%;object-fit:cover}.new-requirement-modal__files-preview--icon{background-color:#cecece;justify-content:center;align-items:center}.new-requirement-modal__files-preview--icon span{font-size:36px;opacity:.9}.new-requirement-modal__buttons>.btn-secondary{background:none;box-shadow:none;font-weight:500;line-height:1.2}.new-requirement-modal__buttons>.btn-secondary:hover{background:#f5f5f5}.new-requirement-modal__buttons>.btn-primary{line-height:1.2}.new-requirement-modal__btn-back{background:none;border-radius:6px;padding:.5rem .8rem .5rem .2rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease-in-out 0s}.new-requirement-modal__btn-back:hover{background-color:#f5f5f5}.new-requirement-modal__warning{display:flex;width:100%;min-width:580px;background-color:#feefc5;border-radius:6px;padding:1rem}@media (max-width: 1000px){.new-requirement-modal__warning{min-width:100%}.new-requirement-modal__warning-list li{margin-bottom:.5rem}}.new-requirement-modal__warning-icon{display:flex;min-width:50px}.new-requirement-modal__warning-list{width:100%;font-size:.9rem;list-style-position:inside}.new-requirement-modal__warning-list h4{font-size:1rem;margin-bottom:4px}.new-requirement-modal__info{width:100%;display:flex;padding:0rem 0rem .5rem}.new-requirement-modal__info-description{width:100%;height:60px;display:flex;align-items:center;justify-content:flex-start;background-color:#f5f5f5;border-radius:6px;padding:1rem 2rem;font-size:1.1rem;font-weight:400}.new-requirement-modal__not-found{width:100%;height:80px;display:flex;border-radius:8px;background-color:#f5f5f5;align-items:center;padding:1.6rem 1.4rem;gap:1.4rem}.new-requirement-modal__not-found p{font-size:1.2rem;max-width:85%;word-wrap:break-word;text-align:left}.new-requirement-modal__not-found figure{width:60px;min-width:60px;display:flex;align-items:center;justify-content:center;background-color:#dfdfdf;border-radius:6px;aspect-ratio:1}.new-requirement-modal__not-found figure span{font-size:3.4rem;font-weight:300}.input-password{border:.1rem solid #d3d3d3;width:100%;border-radius:.5rem;height:3.5rem;resize:none;display:flex;justify-content:space-between;padding:.5rem}.input-password__input{padding-left:.5rem;width:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.notification-compensation-modal{width:680px;height:fit-content;display:flex;flex-direction:column;padding:1rem;gap:1rem}.notification-compensation-modal__header{align-items:center;display:flex;gap:.8rem;border-bottom:1px solid #eaeaea;padding-bottom:.8rem;margin-bottom:1rem}.notification-compensation-modal__form{display:flex;flex-direction:column;gap:12px}.notification-compensation-modal__form textarea{border:1px solid #d3d3d3;min-height:80px}.notification-compensation-modal__file{display:flex;flex-direction:column;border:2px dashed #d4d4d4;background-color:#f4f4f4;border-radius:8px;height:fit-content;align-items:center;justify-content:center;padding:1rem 0rem}.notification-compensation-modal__file>input{display:none}.notification-compensation-modal__file-card{display:flex;flex-direction:column;margin:1rem 0rem;align-items:center;gap:1rem}.notification-compensation-modal__file-card figure{width:70px;height:70px;display:flex;position:relative;align-items:center;justify-content:center;border-radius:6px;background-color:#cecece}.notification-compensation-modal__file-card figure span{font-size:36px;opacity:.9}.notification-compensation-modal__file-card figure img{width:100%;height:100%;object-fit:cover;border-radius:6px}.notification-compensation-modal__file-card figure button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;position:absolute;right:-8px;top:-8px;border-radius:50%;border:none;background-color:#313638;transition:background-color .25s ease-in-out 0s;cursor:pointer}.notification-compensation-modal__file-card figure button span{color:#fafafa;font-size:14px}.notification-compensation-modal__file-card figure button:hover{background-color:#212425}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.requirement-ticket-modal{display:flex;max-width:800px;flex-direction:column;gap:1rem;padding:1rem;width:100%}.requirement-ticket-modal__header{align-items:center;display:flex;gap:.8rem;border-bottom:1px solid #eaeaea;margin-bottom:1rem}.requirement-ticket-modal__content{padding-top:10px}@media (max-width: 1000px){.requirement-ticket-modal__content{overflow-y:auto;max-height:30rem}}.requirement-ticket-modal__form{display:flex;flex-direction:column;gap:16px}.requirement-ticket-modal__form textarea{border:1px solid #d3d3d3;min-height:120px}.carrier-requirement-table th:nth-child(2),.carrier-requirement-table th:nth-child(3),.carrier-requirement-table th:nth-child(6){max-width:85px}.carrier-requirement-table .loading__screen__container{z-index:1}.carrier-requirement-table__cell--default{text-wrap:balance}.carrier-requirement-table__cell--detail{display:flex;max-width:fit-content;align-items:center;justify-content:center;aspect-ratio:1;border-radius:100%;transition:background-color .15s ease-in-out 0s;padding:.4rem}.carrier-requirement-table .carrier-cell-image{object-fit:cover;width:2.3rem}.carrier-requirement-table .carrier-cell-wrapper{width:120px}.carrier-requirement-table__results-counter{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;height:45px}.carrier-requirement-table__header{display:grid;grid-template-columns:.4fr 1fr;place-content:center;align-items:start}.carrier-requirement-table__buttons{display:flex;justify-content:flex-end;gap:10px}.carrier-requirement-table__buttons div{flex-grow:unset}.carrier-requirement-table__filter-button{display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;border-radius:20px;font-size:10px;border:none;padding:6px 12px;gap:6px;align-items:center}.carrier-requirement-table__filter-button span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000;border-radius:50%;transition:background-color .2s ease,color .2s ease}.carrier-requirement-table__filter-button:hover span{background-color:#707070;color:#fafafa}.carrier-requirement-table__filter-button strong{margin-right:4px}.carrier-requirement-table__table-button-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));column-gap:1.5rem;row-gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carriers-requirements-detail-header__content{display:flex;justify-content:space-between}@media (max-width: 800px){.carriers-requirements-detail-header__content{flex-direction:column;gap:1rem}}.carriers-requirements-detail-header__resolved{background-color:#44cc17;padding:.7rem 1rem;border-radius:.5rem;color:#fff;display:flex;align-items:center;gap:.5rem}.carriers-requirements-detail-content{display:flex;gap:1rem;width:100%;height:calc(100vh - 220px)}.carriers-requirements-detail-content__separator{display:flex;border-right:1px solid #eaeaea;height:100%;width:.5rem;margin-left:1rem}.carriers-requirements-detail-content__content{flex:1;padding-left:1rem;padding-right:1rem;overflow-y:auto}.carriers-requirements-content-description__card{min-width:350px;height:100%;padding:1.5rem}.carriers-requirements-content-description__carrier img{max-width:75px;max-height:50px}.carriers-requirements-content-description__tag{margin:auto 0;align-items:center;height:fit-content;font-weight:600;border-radius:1rem;padding:.2rem .8rem;width:fit-content;font-size:.9rem}.carriers-requirements-content-description__button{position:absolute;right:0;padding-top:1rem}.carriers-requirements-content-description__order-info{margin-top:1em;padding:1rem;border:1px solid #edecec;border-radius:1rem}.carriers-requirements-content-description__order-info__client{display:flex;align-items:center;gap:2rem;border-radius:1rem;background-color:#f7f7f7;padding:1rem}.carriers-requirements-content-description__order-info__client__icon{position:relative}.carriers-requirements-content-description__order-info__client__icon .material-symbols-outlined{background-color:#fff;padding:.5rem;font-weight:200;font-size:4rem;border-radius:100%}.carriers-requirements-content-description__order-info__client__icon .flag{position:absolute;top:0;right:0}.carriers-requirements-content-description__order-info__client__info h3{margin-bottom:.5rem;font-size:1.25em}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.accordion__container{width:100%}.accordion__container__header{background:#fff;border-bottom:1px solid #b3b3b3;border-top:0;border-left:0;border-right:0;display:flex;align-items:center;justify-content:space-between;width:inherit;cursor:pointer;outline:none;padding:.5rem 0}.accordion__container__header__icon{width:2rem;height:2rem;transition:all .2s ease-in-out}.accordion__container__header .rotate__arrow{transform:rotate(180deg)}.accordion__container__header.active__accordion{border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion__container__content{overflow:auto;max-height:0;padding:0;transition:max-height .3s ease-out,padding .3s ease-out}.accordion__container__content.active__accordion{max-height:300px}.accordion__container__content.closed__accordion{padding:0!important}.animated-order-history{display:flex;align-content:center;align-items:center;justify-content:center;margin-bottom:60px;margin-top:25px}.animated-order-history-canceled .step-connector,.animated-order-history-warning .step-connector{background-color:#ccc!important}.animated-order-history .step{position:relative;width:fit-content;pointer-events:none;display:flex;flex-direction:column;align-items:center}.animated-order-history .step-indicator{padding:16px;display:flex;align-items:center;justify-content:center;border-radius:100%;border:1px solid #ccc}.animated-order-history .step-indicator span{font-size:24px;font-weight:100}.animated-order-history .step-indicator.completed{border:none;background-color:#45cc2f}.animated-order-history .step-indicator.completed span{color:#fff}.animated-order-history .step-indicator-canceled{background-color:#ffc5c5!important}.animated-order-history .step-indicator-canceled span{color:#000!important}.animated-order-history .step-indicator-warning{background-color:#fff5ae!important}.animated-order-history .step-indicator-warning span{color:#000!important}.animated-order-history .step-label{position:absolute;top:100%;left:50%;transform:translate(-50%);font-size:12px;text-align:center;pointer-events:none}.animated-order-history .step-connector{position:relative;height:2px;width:120px;background-color:#ccc;overflow:visible}.animated-order-history .step-connector.completed{background-color:#45cc2f}.animated-order-history .step-connector .icon{position:absolute;bottom:-50%;left:0;animation:moveIcon 2s ease-in-out forwards;pointer-events:none;color:#000}.animated-order-history .step-connector.half:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#45cc2f;animation:fillWidth 2s ease-in-out forwards}@keyframes fillWidth{0%{width:25px}to{width:75%}}@keyframes moveIcon{0%{left:0}to{left:65px}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carrier-cell-image{object-fit:contain;width:2.3rem}.shipment-update-expired-btn{padding:.6rem 1.2rem;font-size:1rem;text-align:center;cursor:pointer;border:none;border-radius:5px;background-color:#ffc2c2;display:flex;align-items:center;gap:.3rem}.shipment-update-early-btn{padding:.6rem 1.2rem;font-size:1rem;text-align:center;cursor:pointer;border:none;border-radius:5px;background-color:#dcddff;display:flex;align-items:center;gap:.3rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.shipment-update-manage-container{display:flex;flex-direction:column;gap:1rem;padding:.5rem;width:100%;width:60rem;max-width:60rem;min-height:10rem;max-height:60rem}.shipment-update-manage-container .dropdown-new__list-wrapper{width:100%}.shipment-update-manage-container .dropdown-new__list-wrapper .dropdown-new__list{max-height:15rem}.shipment-update-manage-container__header{align-items:center;display:flex;gap:.5rem;border-bottom:1px solid #eaeaea}@media (max-width: 1400px){.shipment-update-manage-container__content{overflow-y:auto;max-height:30rem}}.shipment-update-manage-container .solution-input-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.shipment-update-manage-container .solution-input-container__input{border:none;border-radius:.5rem;background-color:#ffecc2;outline:none;font-size:1rem;padding:.8rem .5rem;width:100%}.shipment-update-manage-container .shipment-update-manage-textarea{border:1px solid #d3d3d3}.shipment-update-manage-alert{display:flex;gap:.8rem;align-items:center;padding:1.5rem;border-radius:.5rem;background-color:#ffeec7;font-size:1rem;font-weight:500;margin-top:1rem;margin-bottom:1rem}.shipment-update-manage-alert span{font-weight:100}.shipment-update-manage-alert p{max-width:500px}.shipment-update-manage-alert__error{background-color:#ffdcdc}.shipment-update-manage-alert__early{background-color:#dcddff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.navigation-content__container{background-color:#f6f6f6;border-radius:.8rem;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:1.5rem;position:absolute;top:0;bottom:0;height:100%;left:-25rem;transition:all .3s ease-in-out;z-index:1;min-width:25rem}.navigation-content__container__header{background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:.8rem;display:flex;flex-direction:column;padding:1rem;width:100%}.navigation-content__container__list{display:flex;flex-direction:column;gap:.5rem;width:100%;overflow-y:auto}.navigation-content__container__list .navlink{text-decoration:none}.navigation-content__container__list .list-item{list-style:none;border-radius:.5rem;display:flex;align-items:center;gap:1rem;padding:.8rem;transition:background-color .1s ease-in-out;position:relative}.navigation-content__container__list .list-item:hover{background-color:#ddd}.navigation-content__container-active{z-index:1;left:6rem}.sidebar-module-new-tag{background-color:#44cc17;border-radius:20px;padding:.2rem 1rem;position:absolute;right:.5rem}.sidebar-module-new-tag p{font-size:.8rem;color:#fff;font-weight:500}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.wallet-summary-container{border-radius:.8rem;padding:1rem;width:100%;background-color:#eaeaea}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.shipment-update-manage-detail{display:flex;flex-direction:column}.shipment-update-manage-detail__card-container{display:flex;gap:1rem}@media (max-width: 500px){.shipment-update-manage-detail__card-container{flex-direction:column}}.shipment-update-manage-detail__card-container__element{flex:1;background-color:#f4f4f4;border-radius:.8rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.shipment-update-manage-detail__card-container__element .tag{background-color:#d1d1d1;border-radius:.8rem;padding:.1rem 1rem;font-size:.8rem;font-weight:700}.shipment-update-manage-detail__card-container__element .no-bg-tag{font-size:.8rem;font-weight:700}.shipment-update-manage-detail__card-container__element li{list-style:none}.shipment-update-manage-detail__notes{background-color:#eaeaea;border-radius:.5rem;padding:.5rem;list-style:none}.inline-ai-loader{display:flex;justify-content:center;align-items:center}.inline-ai-loader img{max-width:75px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.change-address-address-input{border:1px solid #d3d3d3;border-radius:.5rem;display:flex;align-items:center;gap:.3rem;padding:.7rem}.change-address-address-input ::placeholder{font-size:1rem;font-weight:600;transform:translate3d(0,-1px,0)}.change-address-address-input__separator{display:block;background-color:#eaeaea;width:.1rem;height:2rem}.change-address-address-input__input{font-size:1rem;outline:none;padding-left:.4rem;width:100%}.change-newDate-input{border:1px solid #d3d3d3;border-radius:.5rem;padding:1rem;font-size:1rem;outline:none}.change-address-double-input{display:flex;gap:1rem}@media (max-width: 800px){.change-address-double-input{flex-direction:column}}.change-address-double-input .change-address-input{border:1px solid #d3d3d3;border-radius:.5rem;padding:1.15rem;font-size:1rem;outline:none}.change-address-double-input .change-address-input::placeholder{font-size:1rem;font-weight:600}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.status-log__description{display:flex;justify-content:space-between;align-items:center;width:100%}.log-border-bottom{padding-bottom:.8rem;border-bottom:1px solid #eaeaea}.status-log__circle{border:1px solid rgb(68,204,23);border-radius:50%;width:12px;height:12px;display:block;position:relative;top:1px}.status-log__bar{height:20px;width:1px;background-color:#eaeaea}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-view-modal .tab-container__content{margin-top:unset}.order-view-modal .tab-container{margin:unset}.order-view-modal .modal{padding:1rem 2.5rem 2.5rem}.guide-number{color:#87cafe;font-weight:600;cursor:pointer;text-decoration:underline;margin-left:5px}.order-resume__container{display:flex;gap:1rem;min-height:450px}.order-resume__container__products{flex:0 0 calc(70% - .5rem);max-width:calc(70% - .5rem);border-radius:10px;border:2px solid #ececec;padding:15px}.order-resume__container__data{flex:0 0 calc(30% - .5rem);max-width:calc(30% - .5rem);border-radius:10px;border:2px solid #ececec;padding:15px}.order-resume__container__row{text-align:left}.order-resume__container__row p{display:flex}.order-resume__container__row p .copy-wrapper{display:flex;width:100%}.order-resume__container__row p .copy-wrapper span{margin-left:auto}.order-resume__header{display:flex;gap:3rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}.order-resume__print-button{display:flex;align-items:center;justify-content:center;padding:2.5px 10px;text-decoration:none;border-radius:5px}.order-resume__print-button span{font-size:25px}.order-resume__location{display:grid;grid-template-columns:45% 1fr;gap:1rem}.order-history__states-list{list-style:none;margin-top:1rem;margin-left:5rem;display:flex;flex-direction:column;gap:3rem}.order-history__states-list .order-history__states-list-item{position:relative}.order-history__states-list .order-history__states-list-item:before{content:"";font-family:Material Symbols Outlined,sans-serif;display:block;position:absolute;left:-3rem;top:1.8rem;font-size:4rem;transform:translate(-50%,-50%);font-weight:100;color:#44cc17}.order-history__states-list .order-history__states-list-item:not(:last-child):after{content:"";display:block;width:1px;height:100%;position:absolute;left:-3rem;top:3.3rem;background-color:#eaeaea}.order-resume__img{border-radius:1rem}.order-detail__header{display:flex;width:100%;justify-content:space-between}.order-detail__shipping-detail{display:flex;width:100%;position:relative;border:1px solid #eaeaea;border-radius:.5rem;padding:.5rem 1rem}.order-detail__history__statuses-buttons-wrapper{display:flex;justify-content:space-between;gap:2rem;position:relative}.order-detail__history__statuses-buttons-wrapper:before{content:"";width:100%;position:absolute;top:50%;z-index:-1;border-top:2px solid #eaeaea}.order-detail__history__statuses-buttons{display:flex;flex-direction:column;justify-content:space-between;width:160px;height:160px;aspect-ratio:1;gap:1rem;padding:1rem;border-radius:1rem;background-color:#fff;border:2px solid #eaeaea}.order-detail__history__statuses-buttons.active,.order-detail__history__statuses-buttons.cancelled,.order-detail__history__statuses-buttons.new,.order-detail__history__statuses-buttons.guarantee{border-color:#a4f28a;position:relative}.order-detail__history__statuses-buttons.active:before,.order-detail__history__statuses-buttons.active:after,.order-detail__history__statuses-buttons.cancelled:before,.order-detail__history__statuses-buttons.cancelled:after,.order-detail__history__statuses-buttons.new:before,.order-detail__history__statuses-buttons.new:after,.order-detail__history__statuses-buttons.guarantee:before,.order-detail__history__statuses-buttons.guarantee:after{color:#a4f28a;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:1.5rem;content:"";z-index:-1;margin:-5%;box-shadow:inset 0 0 0 2px;animation:borderSourrounded 10s linear infinite}.order-detail__history__statuses-buttons.active:before,.order-detail__history__statuses-buttons.cancelled:before,.order-detail__history__statuses-buttons.new:before,.order-detail__history__statuses-buttons.guarantee:before{animation-delay:-5s}.order-detail__history__statuses-buttons.active .order-detail__history__icon-wrapper,.order-detail__history__statuses-buttons.cancelled .order-detail__history__icon-wrapper,.order-detail__history__statuses-buttons.new .order-detail__history__icon-wrapper,.order-detail__history__statuses-buttons.guarantee .order-detail__history__icon-wrapper{background-color:#a4f28a}.order-detail__history__statuses-buttons:has(~.active){border-color:#a4f28a}.order-detail__history__statuses-buttons:has(~.active) .order-detail__history__icon-wrapper{background-color:#a4f28a}.order-detail__history__statuses-buttons:has(~.cancelled){border-color:#ffc2c2}.order-detail__history__statuses-buttons:has(~.cancelled) .order-detail__history__icon-wrapper{background-color:#ffc2c2}.order-detail__history__statuses-buttons.cancelled{border-color:#ffc2c2;position:relative}.order-detail__history__statuses-buttons.cancelled:before,.order-detail__history__statuses-buttons.cancelled:after{color:#ff8080}.order-detail__history__statuses-buttons.cancelled .order-detail__history__icon-wrapper{background-color:#ffc2c2}.order-detail__history__statuses-buttons:has(~.guarantee){border-color:#a4f28a}.order-detail__history__statuses-buttons:has(~.guarantee) .order-detail__history__icon-wrapper{background-color:#a4f28a}.order-detail__history__statuses-buttons.guarantee{border-color:#fff5ae;position:relative}.order-detail__history__statuses-buttons.guarantee:before,.order-detail__history__statuses-buttons.guarantee:after{color:#ffe215}.order-detail__history__statuses-buttons.guarantee .order-detail__history__icon-wrapper{background-color:#fff5ae}.order-detail__history__statuses-buttons:has(~.new){border-color:#a4f28a}.order-detail__history__statuses-buttons:has(~.new) .order-detail__history__icon-wrapper{background-color:#a4f28a}.order-detail__history__statuses-buttons.new{border-color:#ffc2c2;position:relative}.order-detail__history__statuses-buttons.new:before,.order-detail__history__statuses-buttons.new:after{color:#ff2929}.order-detail__history__statuses-buttons.new .order-detail__history__icon-wrapper{background-color:#ffc2c2}@keyframes borderSourrounded{0%,to{clip:rect(0px,176px,2px,0px)}25%{clip:rect(0px,2px,176px,0px)}50%{clip:rect(174px,176px,176px,0px)}75%{clip:rect(0px,176px,176px,174px)}}.order-detail__history__icon-wrapper{padding:.5rem;display:flex;justify-content:center;align-items:center;width:40%;aspect-ratio:1;border-radius:50%;background-color:#f7f7f7}.order-detail__history__accordion-trigger{margin-top:1rem;padding:1rem;border:none;background-color:#f6f6f6;border-radius:.5rem}.order-detail__history__accordion-content-wrapper{background-color:#f6f6f6;padding:1rem}.order-history__list{list-style:none;display:flex;flex-direction:column;padding-left:1rem;position:relative}.order-history__list:before{content:"";width:1px;transform:translateY(12%) translate(-1rem);height:75%;position:absolute;border-right:1px solid #eaeaea}.order-history__list-item{display:grid;grid-template-columns:50% 1fr 1fr;justify-content:space-between;padding:1rem;position:relative}.order-history__list-item:not(:last-child){border-bottom:1px solid #f6f6f6}.order-history__list-item:before{content:"";position:absolute;top:50%;transform:translateY(-50%) translate(-80%);width:1rem;height:1rem;left:-.5rem;border-radius:50%;border:1px solid rgb(68,204,23);background-color:#fff}.order-news__list_item{display:grid;grid-template-columns:1fr 3fr;column-gap:1rem;padding:1rem 0}.order-news__list_item .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.order-news__list_item .news-grid--single-item{display:grid;grid-template-columns:1fr;gap:.5rem}.automation-see-more-link{text-decoration:none;display:flex;align-items:center}.automation-see-more-link:hover span{transition:all .1s ease-in-out;transform:translate(2px)}.automation-lat-message-tag{display:flex;align-items:center;position:absolute;gap:.5rem;top:1rem;right:1rem}.metrics-popup{position:absolute;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 5px #0000004a;bottom:-120px;z-index:100}.metrics-popup--title{display:flex;gap:10px;align-items:center;margin-bottom:5px}.copy-wrapper{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer}.copy-wrapper span{display:inline-block;margin-left:5px;margin-right:5px;font-size:12px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.tab-switcher{display:flex;flex-direction:column}.tab-switcher__btn-container{display:flex;gap:1rem;align-self:flex-end;padding:.5rem;border:1px solid #b3b3b3;border-radius:.8rem}.tab-switcher__btn{padding:1rem 2rem;border-radius:.5rem;transition:background-color .1s ease-in,color .1s ease-in}.tab-switcher__btn--active{background-color:#000;color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.content-email-response{border-radius:.8rem;height:calc(100vh - 280px);width:100%;display:flex;gap:1rem}.content-email-response__email-container{overflow-x:auto;overflow-y:auto;height:calc(100vh - 300px);min-width:450px;flex:1}.content-email-response__selected{border-radius:.5rem;background:#eef0f1;padding:.5rem;margin-top:.5rem}.content-email-response__non-selected{border-radius:.5rem;padding:.5rem}.content-email-response__element{height:9rem;min-width:400px;max-width:400px;width:400px}.content-email-response__element--open{height:9rem}.content-email-response__history-container{overflow-y:auto;height:calc(100vh - 300px);padding:1rem 2rem 1rem 1rem;margin-right:.5rem;border-right:1px solid #eaeaea}.email-content-container{background-color:#fff;border-radius:1rem;gap:1rem;width:80%;padding:2rem}.email-content-container .email-content-container__wrapper img,.email-content-container .email-content-container__wrapper table{max-width:500px!important}.email-content-container__header{border-bottom:1px solid #eaeaea;margin:2rem auto;font-weight:500;font-size:1.4rem;padding-bottom:.8rem;display:flex;align-items:center;justify-content:center;gap:1rem;width:80%}.email-content-container__date{align-self:flex-end}.content-email-response__step__status{position:relative;height:2.5rem;line-height:2.5rem;margin-right:1rem}.content-email-response__step__status__icon{top:4rem;position:relative;font-size:2.5rem;color:#d3d3d3;background-color:#fff;z-index:5}.content-email-response__step__status__separator{position:absolute;left:45%;right:0;height:9rem;border-left:2px solid #d3d3d3}.content-email-response__step__status__icon:after{content:"";display:inline-block;height:.5em;width:40%;border-top:2px solid transparent}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-form-wrapper{display:flex;flex-direction:column;gap:1rem}.order-warranty-form-wrapper__header{border-bottom:1px solid #eaeaea;display:flex;align-items:center;padding-bottom:.5rem;gap:1rem;margin-bottom:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-product-input{position:absolute;top:1.8px;left:2.5px;opacity:0;z-index:10}.order-warranty-product-checkbox{border:1px solid rgb(218,215,215);background-color:#fff;border-radius:3px;cursor:pointer;width:16px;height:16px;display:inline-block;position:relative}.order-warranty-product-checkbox:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:12px;height:12px;background:#44cc17;border-radius:2px;transition:.3s}.active-order-warranty-checkbox:after{transform:translate(-50%,-50%) scale(1)}.order-warranty-product-label{font-size:1rem}.order-warranty-form{display:flex;flex-direction:column;gap:1rem}.order-warranty-form__product-list{border:1px solid #d3d3d3;border-radius:.8rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.order-warranty-form__textarea{border:1px solid #d3d3d3}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-image-uploader{display:flex;flex-direction:column;gap:1rem}.order-warranty-image-uploader .subtitle{font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.order-warranty-image-uploader__message{color:#848484;margin-top:-.5rem}.order-warranty-image-uploader__image-container{border:1px dashed #b7b7b7;background-color:#f2f2f2;border-radius:.8rem;padding:1rem}.order-warranty-image-uploader__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,70px));column-gap:1rem;row-gap:1rem;place-content:center}.order-warranty-image-uploader__images .image-container{border:1px solid #eaeaea;background-color:#fff;cursor:pointer;border-radius:.8rem;padding:.8rem;height:auto;outline:none;position:relative;overflow:hidden}.order-warranty-image-uploader__images .image-container .delete-image{background-color:#0009;position:absolute;display:grid;place-items:center;top:0;bottom:0;left:0;right:0;display:none;transition:all .1s ease-in-out}.order-warranty-image-uploader__images .image-container .delete-image span{font-weight:200;font-size:3.5rem;color:#fff}.order-warranty-image-uploader__images .image-container img{object-fit:contain;width:100%;min-height:50px}.order-warranty-image-uploader__images .image-container:hover .delete-image{display:grid}.order-warranty-image-uploader input[type=file]{position:absolute;left:-9999px;opacity:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.warranty-type-selector__existence-alert{border:none;border-radius:.5rem;background-color:#ffecc2;outline:none;font-size:1rem;text-align:center;padding:.8rem .5rem;margin-top:2rem;width:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.orders-table__filters-wrapper{display:grid;grid-template-columns:1fr 1fr;place-content:center;align-items:start;column-gap:1.5rem}.alerts-popup{position:absolute;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 5px #0000004a;bottom:-20px;left:75px;width:300px;z-index:100}.alerts-popup--announce{margin-top:10px}.alerts-popup--item{text-align:left}.alerts-popup--list{display:flex;flex-direction:column;align-items:flex-start;padding:5px;text-align:left}.alerts-popup--title{display:flex;gap:10px;background-color:#f7f7f7;padding:5px;border-radius:5px;align-items:center;margin-bottom:5px}.alerts-popup--title span{background-color:#f8c8ca;border-radius:15px;padding:2px;margin:2px;font-size:1.5rem}.alerts-popup--title-info{display:flex;gap:10px;background-color:#f7f7f7;padding:5px;border-radius:5px;align-items:center;text-justify:left;margin-bottom:5px}.alerts-popup--title-info span{background-color:#f5f8c8;border-radius:15px;padding:2px;margin:2px;font-size:1.5rem}.alerts-popup i{margin-top:5px}.metrics-popup{position:absolute;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 5px #0000004a;bottom:415px;left:330px;width:300px;z-index:100}.metrics-popup--announce{margin-top:10px}.metrics-popup--list{display:flex;flex-direction:column;align-items:flex-start;padding:5px}.metrics-popup--title{display:flex;gap:10px;background-color:#f7f7f7;padding:5px;border-radius:5px;align-items:center;margin-bottom:5px}.metrics-popup--title span{background-color:#fff;border-radius:15px;padding:2px;margin:2px;font-size:1.5rem}.metrics-popup i{margin-top:5px}.metrics-popup-row{position:absolute;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 5px #0000004a;bottom:-40px;left:250px;width:300px;z-index:100}.metrics-popup-row--announce{margin-top:10px}.metrics-popup-row--list{display:flex;flex-direction:column;align-items:flex-start;padding:5px}.metrics-popup-row--title{display:flex;gap:10px;background-color:#f7f7f7;padding:5px;border-radius:5px;align-items:center;margin-bottom:5px}.metrics-popup-row--title span{background-color:#fff;border-radius:15px;padding:2px;margin:2px;font-size:1.5rem}.metrics-popup-row i{margin-top:5px}.table-tag{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:fit-content;margin:0 auto;padding:.3rem .7rem;display:flex;align-items:center;gap:.5rem;border-color:transparent}.table-tag.orders-table__tag--green{color:#313638;background-color:#a5ecad}.table-tag.orders-table__tag--green>span{color:#313638}.table-tag.orders-table__tag--red{color:#7f3939;border-color:transparent;background-color:#ffb6b6}.table-tag.orders-table__tag--red span{color:#7f3939}.table-tag.orders-table__tag--gray{color:#313638;background-color:#f3f3f3}.table-tag.orders-table__tag--gray span{color:#313638}.table-tag.orders-table__tag--yellow{color:#786d3a;border-color:transparent;background-color:#e8d470}.table-tag.orders-table__tag--yellow span{color:#786d3a}.orders-table__massive-actions__disabled{border:1px solid #eaeaea;background-color:#fff;border-radius:.6rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;padding:0 1rem;max-width:15rem}.orders-table__massive-actions{display:flex;align-items:center;justify-content:space-between;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15rem;place-self:end;border:1px solid #eaeaea;background-color:#fff;border-radius:.8rem;height:3.5rem;padding:.7rem 1.3rem;font-size:1rem;cursor:pointer}.orders-table__massive-actions:focus,.orders-table__massive-actions:active,.orders-table__massive-actions:focus-visible{border-color:#44cc17;outline:1px solid rgb(68,204,23)}.orders-table__massive-actions>option{display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none}.orders-table__massive-actions-content{display:flex;flex-direction:column;gap:.5rem;border-radius:.7rem;position:absolute;top:110%;width:100%;box-shadow:0 0 3px #00000036;background-color:#fff;z-index:2;overflow:hidden}.orders-table__massive-actions-content>*{padding:1rem;cursor:pointer}.orders-table__massive-actions-content>*:hover{background-color:#f6f6f6}.order_alert__wrapper{display:flex;justify-content:center;align-items:center}.order_success-alert_icon,.order_info-alert_icon,.order_danger-alert_icon{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;aspect-ratio:1;border-radius:50%;opacity:0}.order_success-alert_icon{background-color:#a5ecad}.order_danger-alert_icon{background-color:#ffc2c2}.order_info-alert_icon{background-color:#fff5ae}.order_alert_icon--active{opacity:1}.order_alert_icon--sm{width:1.8rem;height:1.8rem}.quote-order__titles{display:flex;margin-bottom:1em;align-items:center;gap:.4em}.quote-order__titles span{font-weight:100;font-size:4rem}.quote-order__titles h2{font-size:1.4rem}.quote-order__titles__mini{display:flex;align-items:center;gap:.7em}.quote-order__titles__mini span{font-weight:100;font-size:2.5rem}.quote-order__titles__mini h2{font-size:1.3rem}.quote-order__carrier-list{background-color:#f5f5f5;padding:1.5em;border-radius:1.4em;margin-top:1em;margin-bottom:1em}.quote-order__carrier-list__quotes-grid{display:flex;justify-content:space-between;max-height:125px;overflow-y:auto;padding-right:10px}.quote-order__carrier-list__quotes-grid__column{flex:1;margin-right:10px}.quote-order__carrier-list__quotes-grid__column:last-child{margin-right:0}.quote-order__carrier-list__quotes-grid__quote-card{background-color:#fff;padding:1.5em;margin-bottom:10px;border-radius:1.4em;display:flex;justify-content:space-between;font-size:1.1em;font-weight:700}.quote-order__carrier-list__quotes-grid__quote-card label{font-size:1em;font-weight:600}.quote-order__carrier-list__quotes-grid--message{margin:20px;text-align:center;font-size:1.2em}.quote-order__container{min-width:500px;max-height:calc(100vh - 80px);margin-top:1.5em;padding:1em 10px 0 1em;overflow-y:auto}.quote-order__container h1{text-align:center;margin-bottom:1em;font-size:1.8rem}.quote-order__button{display:flex;justify-content:center;margin-top:2em;margin-bottom:2em}.quote-order__location{display:flex;gap:2em;border:1px solid #d3d3d3;padding:1.5em;border-radius:1.4em}.quote-order__location__destination,.quote-order__location__origin{flex:1}.quote-order__location__inputs{display:flex;gap:1em;margin-top:1.2em;min-width:500px}.quote-order__package{display:flex;gap:1.5em;margin-top:1em}.quote-order__package__info{border:1px solid #d3d3d3;border-radius:1.4em;padding:1.5em;width:fit-content}.quote-order__package__info__input{display:flex;flex-direction:column}.quote-order__package__info__input small{margin-top:unset}.quote-order__package__info__input input{max-width:120px}.quote-order__package__info__units{margin-bottom:2em;display:flex;align-items:center;gap:.8em}.quote-order__package__info__units p{font-size:1.1em;font-weight:700;flex:1}.quote-order__package__info__units input{max-width:120px}.quote-order__package__payment{flex:1;display:flex;flex-direction:column;gap:1.5em}.quote-order__package__payment__method{border:1px solid #d3d3d3;border-radius:1.4em;padding:1.5em;flex:1}.quote-order__package__payment__method__inputs{display:flex;gap:.5em}.quote-order__package__payment__method__input{flex:1;border:1px solid #d3d3d3;border-radius:1em;display:flex;gap:1em;background-color:#fff;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;padding:1em}.quote-order__package__payment__method__input input{margin-bottom:5px;height:100%}.quote-order__package__payment__method__input strong{line-height:18px;vertical-align:middle}.quote-order__package__payment__price{border:1px solid #d3d3d3;border-radius:1.4em;padding:1.5em;display:flex;justify-content:space-between}.quote-order__divider{margin-top:1em;margin-bottom:1em;background-color:#d3d3d3;width:1px;height:100px}.status-cell-container{font-weight:600;border-radius:1rem;padding:.2rem .8rem;width:fit-content;margin:0 auto;font-size:.9rem}.status-cell-gray{background-color:#cecece}.status-cell-yellow{background-color:#fff09d}.status-cell-green{background-color:#a7ffa7}.status-cell-red{background-color:#ffc6c6;color:#570000}.order-cell{text-decoration:underline;font-weight:500;outline:none}.carrier-cell-image{object-fit:contain;width:2.4rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-detail-page{display:flex;flex-direction:column;gap:2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-detail-content{display:flex;justify-content:space-between;gap:1rem;min-height:40vh;height:65vh;max-height:70vh;width:100%}@media (max-width: 800px){.order-warranty-detail-content{flex-direction:column}}.order-warranty-detail-content__separator{display:flex;background-color:#eaeaea;height:100%;width:.1rem}.order-warranty-detail-content__section{width:calc(100% - 400px)}.OrderWarrantyHistory{height:calc(100vh - 310px)}.OrderWarrantyHistory__container{overflow-x:auto}.OrderWarrantyHistory__table{margin-top:10px;overflow-y:auto;padding-right:5px;height:calc(100% - 175px)}.OrderWarrantyHistory__list{display:flex;align-items:center;margin-bottom:6px}.OrderWarrantyHistory__list__element--green{padding:15px;min-height:160px;min-width:max-content;max-height:160px;width:max-content;border-radius:10px;border:2px solid #a3f980;display:flex;flex-direction:column;justify-content:space-between}.OrderWarrantyHistory__list__element--green span{background-color:#a3f980;padding:15px;border-radius:100%;font-weight:300}.OrderWarrantyHistory__list__element--green__icon{min-width:140px}.OrderWarrantyHistory__list__element--green__title{font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--green__tag{background-color:#a3f980;padding:7px 10px;border-radius:10px;margin-top:5px;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--green__date{border-radius:10px;margin-top:5px;padding:8px 8px 8px 0;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--green__BigTag{background-color:#a3f980;padding:8px 10px 8px 15px;border-radius:100px;margin-top:5px;font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--red{padding:15px;min-height:160px;min-width:max-content;max-height:160px;width:max-content;border-radius:10px;border:2px solid #ffcaca;display:flex;flex-direction:column;justify-content:space-between}.OrderWarrantyHistory__list__element--red span{background-color:#ffcaca;padding:15px;border-radius:100%;font-weight:300}.OrderWarrantyHistory__list__element--red__icon{min-width:140px}.OrderWarrantyHistory__list__element--red__title{font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--red__tag{background-color:#ffcaca;padding:7px 10px;border-radius:10px;margin-top:5px;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--red__date{border-radius:10px;margin-top:5px;padding:8px 8px 8px 0;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--red__BigTag{background-color:#ffcaca;padding:8px 10px 8px 15px;border-radius:100px;margin-top:5px;font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--yellow{padding:15px;min-height:160px;min-width:max-content;max-height:160px;width:max-content;border-radius:10px;border:2px solid #fff5ae;display:flex;flex-direction:column;justify-content:space-between}.OrderWarrantyHistory__list__element--yellow span{background-color:#fff5ae;padding:15px;border-radius:100%;font-weight:300}.OrderWarrantyHistory__list__element--yellow__icon{min-width:140px}.OrderWarrantyHistory__list__element--yellow__title{font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--yellow__tag{background-color:#fff5ae;padding:7px 10px;border-radius:10px;margin-top:5px;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--yellow__date{border-radius:10px;margin-top:5px;padding:8px 8px 8px 0;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--yellow__BigTag{background-color:#fff5ae;padding:8px 10px 8px 15px;border-radius:100px;margin-top:5px;font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--gray{padding:15px;min-height:160px;min-width:max-content;max-height:160px;width:max-content;border-radius:10px;border:2px solid #f7f6f6;display:flex;flex-direction:column;justify-content:space-between}.OrderWarrantyHistory__list__element--gray span{background-color:#f7f6f6;padding:15px;border-radius:100%;font-weight:300}.OrderWarrantyHistory__list__element--gray__icon{min-width:140px}.OrderWarrantyHistory__list__element--gray__title{font-size:14px;font-weight:500}.OrderWarrantyHistory__list__element--gray__tag{background-color:#f7f6f6;padding:7px 10px;border-radius:10px;margin-top:5px;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--gray__date{border-radius:10px;margin-top:5px;padding:8px 8px 8px 0;font-size:10px;width:fit-content}.OrderWarrantyHistory__list__element--gray__BigTag{background-color:#f7f6f6;padding:8px 10px 8px 15px;border-radius:100px;margin-top:5px;font-size:14px;font-weight:500}.OrderWarrantyHistory__list__line{min-height:1px;min-width:40px;border:2px solid #d3d3d3}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.warranty-detail-container{flex:3;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}.warranty-detail-container__product{margin-right:5px;border-radius:.8rem;display:flex;gap:2rem}@media (max-width: 1200px){.warranty-detail-container__product{gap:.5rem}}@media (max-width: 1000px){.warranty-detail-container__product{flex-direction:column}}.warranty-detail-container__product__list{padding:1.3rem 2rem 2rem;border:1px solid;border-color:#eaeaea;border-radius:10px}.warranty-detail-container__product__cost{padding:1.3rem 2rem 2rem;background-color:#f9f9f9;border-radius:10px}.warranty-detail-container__separator{background-color:#c4c4c4;height:12rem;width:.1rem;align-self:center}@media (max-width: 1000px){.warranty-detail-container__separator{width:100%;height:.1rem}}.warranty-detail-container__contact-phone{background-color:#f2f2f2;border-radius:.5rem;align-self:stretch;display:flex;align-items:center;padding-left:2rem;font-size:1.2rem;min-width:25rem}.warranty-detail-container__contact-phone+a{text-decoration:none}.warranty-detail-container__observations{border-radius:.8rem;padding:1rem;border:1px solid #eaeaea;margin-top:1rem;height:100%;min-width:200px}.warranty-detail-container__evidence{background-color:transparent;border:1px solid #eaeaea;cursor:pointer;border-radius:.8rem;object-fit:contain;width:8rem;height:8rem;padding:.8rem;transition:box-shadow .2s ease-in-out;outline:none}.warranty-detail-container__evidence:hover{box-shadow:#0000003d 0 3px 8px}.warranty-detail-container__evidence img{object-fit:contain;width:100%;height:100%}.warranty-detail-container .colored-value p{color:#44cc17}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.costs-detail-separator{border-bottom:1px dotted #b7b7b7;align-self:flex-end;flex:2}.costs-detail-total-revenue strong{color:#44cc17}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-info__card{border:1px solid #d1d1d1;border-radius:.8rem;padding:1rem;overflow-y:auto}.order-warranty-info__card__user{background-color:#eaeaea;border-radius:50%;font-size:4rem}.order-warranty-info__card__text{font-size:.8rem}.order-warranty-info__card__no-history{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;min-height:25rem}.order-warranty-info__card__no-history span,.order-warranty-info__card__no-history p{color:#9e9e9e}.warranty-action-history{background-color:#f7f7f7;border-radius:.5rem;display:flex;flex-direction:column;gap:1.2rem;padding:1rem}.warranty-action-history__status{border-radius:2rem;padding:.2rem 1.5rem;width:fit-content}.warranty-action-history .pending{background-color:#fff09d}.warranty-action-history .rejected{background-color:#ffc6c6;color:#570000}.warranty-action-history .resolved{background-color:#a7ffa7}.WarrantyInfo-container{max-width:350px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-warranty-detail-header__content{display:flex;justify-content:space-between}@media (max-width: 800px){.order-warranty-detail-header__content{flex-direction:column;gap:1rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.manage-warranty-container{padding:.5rem;max-width:60rem;min-height:250px}.manage-warranty-container__header{border-bottom:1px solid #eaeaea;display:flex;align-items:center;padding-bottom:.5rem;gap:1rem;margin-bottom:1rem}.manage-warranty-alert{align-items:center;border-radius:.6rem;background-color:#ffecc2;font-size:1rem;padding:.8rem;width:100%;display:flex;gap:1rem}.manage-warranty-textarea{border:1px solid #d3d3d3}.manage-warranty-product-id{border-radius:.5rem;background-color:#ededed;padding:.5rem;align-items:center;display:flex;justify-content:space-between;font-size:1.2rem}.manage-warranty-product-id__button{border:none;background-color:#fff;border-radius:.3rem;cursor:pointer;padding:.3rem;outline:none;display:grid;place-items:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.warranty-order-info{align-items:center;border:1px solid transparent;background-color:#f4f4f4;cursor:pointer;border-radius:.8rem;display:flex;justify-content:space-evenly;padding:1rem 0;width:100%;position:relative;outline:none;font-size:1rem}@media (max-width: 500px){.warranty-order-info{flex-direction:column;gap:1rem}}.warranty-order-info .separator{background-color:#b7b7b7;display:block;height:8rem;width:.05rem}.warranty-order-info-selected{border:2px solid rgb(68,204,23)}.warranty-order-info-disabled{cursor:not-allowed}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.radio-input-list{display:flex;gap:1rem}.radio-input-list__label{align-items:center;display:flex;gap:.5rem;font-size:1.1rem}.radio-input-list__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:14px;height:14px;border:1px solid #d1d1d1;border-radius:50%;transition:all .1s ease-in-out}.radio-input-list__input:after{content:"";display:block;border-radius:50%;width:10px;height:10px;margin:1px}.radio-input-list__input:checked:after{background-color:#44cc17}.radio-input-list__input:hover{cursor:pointer}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.warranty-type-selector__card-container{display:flex;gap:1rem}@media (max-width: 500px){.warranty-type-selector__card-container{flex-direction:column}}.warranty-type-selector__card-container__element{flex:1;background-color:#f4f4f4;border-radius:.8rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.warranty-type-selector__card-container__element .tag{background-color:#d1d1d1;border-radius:.8rem;padding:.1rem 1rem;font-size:.8rem;font-weight:700}.warranty-type-selector__card-container__element .no-bg-tag{font-size:1rem;font-weight:700;margin-bottom:.5rem}.warranty-type-selector__card-container__element li{list-style:none}.warranty-type-selector__notes{background-color:#eaeaea;border-radius:.5rem;padding:.4rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.settings__page__container{padding:2rem 0 0 10rem;overflow-y:hidden}@media (max-width: 800px){.settings__page__container{width:100%;padding-left:5rem}}@media (max-width: 500px){.settings__page__container{padding-left:1rem}}.settings__page__container__header{margin-bottom:4rem}.settings__page__container__title{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.settings-page__steps{height:calc(100vh - 170px);overflow-y:auto}.mastershop-apikey-container{width:90%;height:100%}@media (max-width: 800px){.mastershop-apikey-container{width:100%}}.mastershop-apikey-container__header{display:flex;justify-content:space-between;width:100%}@media (max-width: 800px){.mastershop-apikey-container__header{gap:1rem;flex-direction:column}}.mastershop-apikey-container .back-button{border:none;cursor:pointer;display:flex;align-items:center;border-radius:.5rem;padding:.5rem 1rem}.carrier-selection__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ms-status-badge{width:fit-content;height:fit-content;display:inline-flex;background-color:#f7f7f7;padding:.25rem 1rem;border-radius:20px;text-wrap:nowrap;font-weight:600;font-size:1rem}.ms-status-badge.gray{background-color:#d9d9d9;color:#4d4d4d}.ms-status-badge.yellow{background-color:#fe9;color:#650}.ms-status-badge.green{background-color:#99e699;color:#004d00}.ms-status-badge.orange{background-color:#fc9;color:#993d00}.ms-status-badge.red{background-color:#ffc6c6;color:#570000}.ms-status-badge.blue{background-color:#9cf;color:#036}.ms-status-badge.black{background-color:#1d1d1d;color:#fff}.ms-status-badge.cyan{background-color:#99e6e6;color:#005757}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.map__container{aspect-ratio:16/9;width:100%;border-radius:20px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carrier-pickup__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40rem,1fr));column-gap:1.5rem;row-gap:1rem}.carrier-pickup__grid-item{padding:1rem;border-radius:1rem;border:1px solid #eaeaea}.carrier-pickup__map{aspect-ratio:12/10}.carrier-pickup__map--sm{aspect-ratio:12/8}.carrier-pickup__grid-item__content{display:grid;grid-template-columns:1fr 1fr;column-gap:1rem}.carrier-fixed-days__wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.carrier-pickup__warehouse-data__wrapper{display:grid;grid-template-columns:1fr 20%;gap:1rem}.carrier-pickup__warehouse-data__wrapper .warehouse-data__wrapper__content{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.automatization-rule-preview{padding:10px;max-width:600px;min-width:600px}.automatization-rule-preview__controllers{display:flex;align-items:center;justify-content:flex-end;cursor:pointer;-webkit-user-select:none;user-select:none}.automatization-rule-preview__container{padding-left:15px;padding-right:15px;padding-bottom:25px}.automatization-rule-preview__titles{margin-bottom:10px;display:flex;align-items:center;gap:10px}.automatization-rule-preview__titles span{font-weight:100;font-size:40px}.automatization-rule-preview__box{display:flex;justify-content:center}.automatization-rule-preview__breadcrumbs{display:flex;gap:15px;align-items:center;margin-bottom:15px;margin-top:25px;justify-content:center}.automatization-rule-preview__breadcrumbs__option{font-size:12px;-webkit-user-select:none;user-select:none;cursor:pointer}.automatization-rule-preview__breadcrumbs__option__selected{font-size:12px;text-decoration:underline;font-weight:700;-webkit-user-select:none;user-select:none;cursor:pointer}.automatization-rules__titles{margin-bottom:10px}.automatization-rules__titles h3{margin-bottom:.5rem}.automatization-rules__titles p{color:#838383}.automatization-rules-grid__titles__block{display:flex;gap:10px;align-items:center}.automatization-rules-grid__titles__block__description{align-items:center;gap:20px;min-width:450px;width:450px;border-radius:5px;background-color:#f7f7f7;padding:10px}.automatization-rules-grid__titles__block__description h3{font-size:12px}.automatization-rules-grid__titles__block__description p{font-size:10px;color:#838383}.automatization-rules-grid__titles__block__whatsapp{background:#f7f7f7;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;align-items:center;justify-content:center;padding:13px 10px 23px;width:60px;min-width:60px}.automatization-rules-grid__titles__block__whatsapp svg{width:18px;height:18px}.automatization-rules-grid__titles__block__email{background:#f7f7f7;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;align-items:center;justify-content:center;padding:10px 10px 20px;width:60px;min-width:60px}.automatization-rules-grid__titles__block__email span{font-weight:100}.automatization-rules-grid__options__element{display:flex;gap:10px;align-items:center}.automatization-rules-grid__options__element__description{display:flex;align-items:center;gap:20px;min-width:450px;width:450px;border-radius:5px;border:1px solid #e4e4e4;padding:10px 10px 10px 20px}.automatization-rules-grid__options__element__email{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:50px;width:60px;min-width:60px}.automatization-rules-grid__options__element__email__input{margin-left:.5rem}.automatization-rules-grid__options__element__email__input input[type=checkbox]:before{content:"";display:block;width:1rem;aspect-ratio:1;border-radius:2px;background-color:red;cursor:pointer;margin-top:.1rem;margin-right:.5rem}.automatization-rules-grid__options__element__email__last{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:46px;margin-bottom:auto;width:60px;min-width:60px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.automatization-rules-grid__options__element__email__last__input{margin-left:.5rem}.automatization-rules-grid__options__element__whatsapp{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:50px;width:60px;min-width:60px}.automatization-rules-grid__options__element__whatsapp__input{margin-left:.5rem}.automatization-rules-grid__options__element__whatsapp__last{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:46px;margin-bottom:auto;width:60px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.automatization-rules-grid__options__element__whatsapp__last__input{margin-left:.5rem}.automatization-rules-grid__options__element__preview{display:flex;height:30px;border:1px solid #e4e4e4;width:30px;border-radius:5px;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.automatization-rules-grid__options__element__preview span{font-weight:100;font-size:20px}input[type=checkbox].automatization-rules-grid__options__element__email__input:before{background:#fff;border:1px solid #e4e4e4}input[type=checkbox].automatization-rules-grid__options__element__whatsapp__input:before{background:#fff;border:1px solid #e4e4e4}input[type=checkbox].automatization-rules-grid__options__element__email__input:checked:before{background-color:#44cc17;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuOTI4NTcgMTBMMTIgMSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat}input[type=checkbox].automatization-rules-grid__options__element__whatsapp__input:checked:before{background-color:#44cc17;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuOTI4NTcgMTBMMTIgMSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat}.confirmation-rules__titles{margin-bottom:10px}.confirmation-rules__titles__title{color:#313638;margin-bottom:.25rem}.confirmation-rules__sections{margin-left:20px}.confirmation-rule{margin-top:25px}.confirmation-rule__titles{padding:10px;border-radius:5px;background-color:#f7f7f7}.confirmation-rule__titles__title{color:#313638;margin-bottom:.25rem}.confirmation-rule__preview__text{font-size:1.3em}.confirmation-rule__preview__icon{font-size:3.5em;font-weight:100}.confirmation-rule__options{margin-top:10px}.confirmation-rule__options__option{margin-top:8px;border:1px solid #e5e5e5;padding:10px 20px 10px 30px;border-radius:5px;display:flex;align-items:center;justify-content:space-between}.confirmation-rule__options__option__controller{gap:15px;align-items:center;display:flex}.confirmation-rule__options__option__controller__toggle{min-width:45px;width:45px;max-width:45px;margin-right:10px}.confirmation-rule__options__option__controller__description{max-width:600px}.confirmation-rule__options__option__controller__description__title{font-weight:700;font-size:1.17em}.confirmation-rule__options__option__controller__description__title em{font-weight:400}#support-contact-box__button{border-radius:5px;background:#313638;color:#fff;padding:5px 15px 5px 10px}#support-contact-box__button span{color:#fff}#support-contact-box__button:hover{cursor:pointer;box-shadow:0 0 5px #0003}#support-contact-box__button__cancel{border-radius:5px;border:.5px solid rgba(49,54,56,.3411764706);background:#fff;color:#313638;padding:5px 15px 5px 10px}#support-contact-box__button__cancel span{color:#313638}#support-contact-box__button__cancel:hover{cursor:pointer;box-shadow:0 0 5px #0003}.support-contact-box{padding:15px;margin-top:15px;border-radius:5px;max-width:650px;margin-bottom:15px;background-color:#f7f7f7}.support-contact-box h3{margin-bottom:5px}.support-contact-box p{margin-bottom:10px}.support-contact-box__form{display:flex;gap:20px}.support-contact-box__form__element{flex:1}.support-contact-box__form__element p{font-weight:700;margin-bottom:5px}.support-contact-box__form__element input{width:100%;border-radius:5px;background:#fff}.support-contact-box__form__element__common{border:1px solid #d3d3d3;height:40.5px}.support-contact-box__form__element__number{display:flex;gap:10px;margin-top:10px;max-width:500px;align-items:center}.support-contact-box__form__element__number .country-code{flex:1}.support-contact-box__form__element__number span{font-weight:100;-webkit-user-select:none;user-select:none;cursor:pointer}.confirmation-rules-confirm-modal{width:500px;height:fit-content;padding:30px;text-align:center}.confirmation-rules-confirm-modal__title{text-align:center}.confirmation-rules-confirm-modal__text{margin-top:20px}.confirmation-rules-confirm-modal__buttons{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.confirmation-rules-confirm-modal__buttons__confirm{padding:10px;border-radius:5px;width:200px;height:38.5px;border:none;color:#fff;background-color:#313638;cursor:pointer}.confirmation-rules-confirm-modal__buttons__cancel{padding:10px;border-radius:5px;width:200px;border:none;color:#313638;background-color:#fff;cursor:pointer;margin-right:10px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.couriers__container__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.couriers__container__header__text{width:75%}.courier__list__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1rem}.courier__list__container .loading__screen__container{z-index:1}.courier__list__container__modal{max-width:58rem}.courier__list__container__modal:has(.courier-terms-view) .modal__close{display:none}.courier__card__container{border:1px #f3f3f3 solid;border-radius:1rem;padding:1.6rem;display:flex;flex-direction:column;justify-content:space-between;position:relative}.courier__card__container__controls{display:flex;align-items:center;justify-content:flex-end;gap:.8rem}.courier__card__container__controls__icon{cursor:pointer;width:2rem;height:2rem}.courier__card__container__star{fill:#ffe732;width:2rem;height:2rem;overflow:unset;position:absolute}.courier__card__container__image{object-fit:contain;width:auto;height:3.8rem;padding:.5rem 0}.courier__form__container{display:flex;flex-direction:column;padding:.5rem 1rem 1rem;gap:2rem}.courier__form__container__header{display:flex;align-items:center;justify-content:"";border-bottom:1px solid #e4e4e4;padding-bottom:.5rem;gap:1rem}.courier__form__container__header__icon{fill:inherit;width:5.5rem;height:5.5rem}.courier__form__container__header__img{object-fit:contain;width:12rem}.courier__form__container label{margin-bottom:.4rem}.courier__form__container__custom-setup{display:flex;flex-direction:column;padding:1rem 2rem 2rem;gap:1rem}.courier__card__container__terms{display:flex;margin-top:15px;align-items:center;justify-content:flex-end}.courier__card__container__terms__text{-webkit-user-select:none;user-select:none;cursor:pointer;text-decoration:underline;font-weight:600}.courier-terms-view{padding:0rem}.courier-terms-view iframe{width:600px;height:calc(100vh - 200px);border:0}.courier-terms-view button{margin-top:2rem;margin-left:auto}.courier-format-section{width:100%;min-height:50px;display:flex;justify-content:space-between;align-items:center;background-color:#f6f6f6;border-radius:8px;padding:1rem;margin-top:1rem}.courier-format-section__title{font-size:.95rem}.courier-format-section__name{font-size:1rem;font-weight:400;text-wrap:balance;text-align:right}.courier-format-section__btn-preview{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.courier-format-section__btn-preview>span{line-height:1.2;font-size:1.6rem;font-weight:300}.courier-format-section__chip{display:flex;width:fit-content;align-items:center;justify-content:center;background-color:#252525;padding:4px 12px 4px 10px;border-radius:20px;color:#fff;gap:4px}.courier-format-section__chip>div{font-size:.85rem;color:inherit}.courier-format-section__chip>span{font-size:1.2rem;font-weight:200;color:inherit}.courier-format-card{width:210px;height:260px;background-color:#fff;border:1px solid #e4e4e4;border-radius:8px;padding:1.4rem 1.4rem 1rem;transition:border-color .15s ease-in-out;flex-direction:column;cursor:pointer;display:flex;gap:1rem}.courier-format-card.active{border-color:#44cc17}.courier-format-card>p{font-size:.85rem;font-weight:400}.courier-format-card>header>input.input-radio:before{transition:border-color .15s ease-in-out,background-color .15s ease-in-out;border-color:#dadada;margin:0}.courier-format-card>header>input.input-radio:checked:before{border-color:transparent}.courier-format-card__preview{width:100%;height:100%;display:flex;align-items:center;background-color:#f6f6f6;justify-content:center;border-radius:8px;padding:.6rem;overflow:hidden}.courier-format-card__preview>img{width:100%;height:100%;max-width:180px;object-fit:contain}.courier-format-card__btn-preview{width:fit-content;height:auto;display:flex;background-color:transparent;align-items:center;cursor:pointer;border:none;gap:4px}.courier-format-card__btn-preview>span{font-size:1.6rem;font-weight:300}.courier-format-card__btn-preview>div{line-height:1.2;font-size:.95rem;font-weight:400}.courier-format-card__btn-preview:hover>div{text-decoration:underline}.courier-form-accordion{width:100%;height:fit-content;display:flex;flex-direction:column;background-color:#f6f6f6;border-radius:8px}.courier-form-accordion>:last-child{transition:max-height .3s ease-in-out,padding .3s ease-in-out,opacity .3s ease-in-out;max-height:100vh;overflow:hidden;opacity:1}.courier-form-accordion.closed>:last-child{max-height:0vh;padding:0;opacity:0}.courier-form-accordion.disabled>.courier-form-accordion__header{cursor:not-allowed;opacity:.85}.courier-form-accordion__header{width:100%;height:48px;min-height:48px;display:flex;justify-content:space-between;align-items:center;padding:0rem 1.2rem;background:none;font-size:1rem;cursor:pointer;outline:none;border:none;gap:1rem}.courier-form-accordion__header>span:first-child{font-size:2.6rem;font-weight:300}.courier-form-accordion__header>span:last-child{font-size:2.2rem;font-weight:300;transition:transform .3s ease-in-out}.courier-form-accordion__header>span:last-child.icon--open{transform:rotate(0)}.courier-form-accordion__header>span:last-child.icon--close{transform:rotate(180deg)}.courier-form-content{width:100%;display:flex;flex-direction:column;height:fit-content;overflow-y:scroll;max-height:68vh;gap:1.4rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.logistic__rules__container__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.logistic__rules__container__header__text{width:75%}.add__rule__container{display:flex;align-items:center;justify-content:center;padding:5rem 0;width:100%;height:100%}.add__rule__container__content{display:grid;place-items:center;gap:1rem}.add__rule__container__content__icon{stroke:#f3f3f3;width:8rem;height:8rem}.rule__setup__container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.rule__setup__container__header{display:flex;align-items:center;justify-content:"";gap:1rem}.rule__setup__container__header__icon{stroke:#f3f3f3;width:5rem;height:5rem}.rule__card__container{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:2rem;background-color:#f6f6f6;border-radius:1rem;list-style:none;padding:2rem}.rule__card__container__icon{stroke:#7f7f7f;width:1.8rem;height:1.8rem}.rule__card__container__info{display:flex;flex-direction:column;gap:.5rem;border-right:2px solid #cfcdcd;padding-right:1rem}.rule__card__container__info__tag{background-color:#000;color:#fff;border-radius:1rem;padding:.1rem .7rem;font-size:.8rem;width:fit-content}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.warehouse-carrier-relation__separator:before{content:"";left:50%;top:50%;z-index:-1;transform:translate(-50%);position:absolute;width:150%;height:2px;background-color:#e8e7e7}.warehouse-carrier-relation__separator-bubble{border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem}.warehouse-carrier-relation__list-item{display:grid;grid-template-columns:1fr 10% 1fr 13%;gap:.5rem;align-items:center;justify-items:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.actions-bar-container{display:flex;width:100%}.filter-chip{display:flex;gap:10px;font-size:10px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;padding:8px 10px;border-radius:20px}.filter-chip span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.shipment-update-detail{display:flex;gap:1rem;width:100%;height:calc(100vh - 210px)}.shipment-update-detail__button{position:absolute;right:0;padding-top:1rem}.shipment-update-detail__tag{margin:auto 0;align-items:center;height:fit-content}.shipment-update-detail__content{flex:1;padding-left:1rem;padding-right:1rem;overflow-y:auto}.shipment-update-detail__separator{display:flex;border-right:1px solid #eaeaea;height:100%;width:.5rem;margin-left:1rem}.ia-message i{color:#79c5ff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.shipment-content-description__card{min-width:350px;height:100%;padding:1.5rem}.shipment-content-description__carrier img{margin-top:5px;max-width:50px;max-height:50px}.shipment-content-description__order-info{margin-top:1em;border:1px solid #edecec;border-radius:1rem}.shipment-content-description__order-info__client{display:flex;align-items:center;gap:2rem;border-radius:1rem}.shipment-content-description__order-info__client__icon{position:relative}.shipment-content-description__order-info__client__icon .material-symbols-outlined{background-color:#f7f7f7;padding:.5rem;font-weight:200;font-size:3rem;border-radius:100%}.shipment-content-description__order-info__client__icon .flag{position:absolute;top:0;right:0}.shipment-content-description__order-info__client__info h3{margin-bottom:.5rem;font-size:1.25em}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.divider-element{background-color:#e8e7e7}.divider-horizontal{width:100%;height:1px}.divider-vertical{width:1px;height:inherit}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.shipment-update-detail-header__content{display:flex;justify-content:space-between}@media (max-width: 800px){.shipment-update-detail-header__content{flex-direction:column;gap:1rem}}.shipment-update-detail-header__resolved{background-color:#44cc17;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;color:#fff;padding:.7rem 1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.whatsapp-automation-page__content{width:100%;height:100%;overflow:hidden;display:flex;background-color:#fff;border:1px solid #eaeaea;border-radius:6px}.whatsapp-automation-page__aside{width:350px;height:100%;max-width:350px;min-width:350px;display:flex;flex-direction:column;border-right:1px solid #eaeaea}.whatsapp-automation-page__aside-header{width:100%;height:60px;min-height:60px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid #eaeaea}.whatsapp-automation-page__aside-header h3{font-size:1.6rem}.whatsapp-automation-page__aside-chats{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:scroll}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.whatsapp-chat-item{display:flex;min-height:65px;padding-left:12px;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer;gap:12px}.whatsapp-chat-item:hover{background-color:#f5f5f5}.whatsapp-chat-item.active{background-color:#f0f2f5}.whatsapp-chat-item__icon{width:38px;height:38px;display:flex;aspect-ratio:1;align-items:center;justify-content:center;border-radius:50%;background-color:#dfe5e7}.whatsapp-chat-item__text-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #eaeaea;padding-right:12px;gap:2px}.whatsapp-chat-item__id{font-size:1.24rem}.whatsapp-chat-item__date{font-size:1.1rem}.whatsapp-chat-item__last-message{max-width:235px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.15rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.whatsapp-chat-window{width:100%;height:100%;display:flex;background:url(https://cdn.bemaster.com/mastershop/media/images/backgrounds/thunder-background-pattern.png) repeat,#ede8e2;background-size:130px 130px;border-radius:0 6px 6px 0;animation:fadeIn .35s ease-in}.whatsapp-chat-window__black-list{background-color:#101010;color:#f0f0f0;margin-left:8px;font-size:.8rem;border-radius:20px;padding:2px 8px}.whatsapp-chat-window__header{display:flex;background-color:#098c7f;align-items:center;padding:0 20px;height:60px;min-height:60px;cursor:pointer}.whatsapp-chat-window__header h3{min-height:16px;animation:fadeIn .25s ease-in-out;text-transform:capitalize}.whatsapp-chat-window__profile-image{width:40px;height:40px;display:flex;aspect-ratio:1;align-items:center;justify-content:center;border-radius:50%;background-color:#dfe5e7}.whatsapp-chat-window__fallback-label{top:0;left:0;right:0;position:absolute;background-color:#feefcd;margin:3rem 4rem;text-align:center;padding:1rem;border-radius:8px;box-shadow:0 1px .5px #0b141a21}.whatsapp-chat-window__chat-list{width:100%;height:100%;display:flex;flex-direction:column;padding:12px 80px;overflow-y:scroll}@media (max-width: 1500px){.whatsapp-chat-window__chat-list{padding:12px 0}}.whatsapp-chat-window__chat-list.hidden{display:none}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.whatsapp-chat-detail{width:320px;max-width:320px;min-width:320px;height:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:0 6px 6px 0}.whatsapp-chat-detail__header{width:100%;height:60px;min-height:60px;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;gap:12px;border-bottom:1px solid #eaeaea;background-color:#f0f2f5}.whatsapp-chat-detail__header button{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.whatsapp-chat-detail__header button span{font-weight:500;font-size:2rem}.whatsapp-chat-detail__header h5{font-weight:500;font-size:1.4rem}.whatsapp-chat-detail__order{width:100%;display:flex;flex-direction:column;border-bottom:1px solid #eaeaea;padding:20px;gap:8px}.whatsapp-chat-detail__order h5{font-size:1.2rem;font-weight:600}.whatsapp-chat-detail__order-status{display:flex}.whatsapp-chat-detail__order-status>div{font-size:1.1rem!important;font-weight:500;line-height:1}.whatsapp-chat-detail__order-status span{font-size:1.7rem!important;font-weight:300}.whatsapp-chat-detail__wrapper{flex:1;width:100%;display:flex;flex-direction:column;overflow-y:scroll;gap:12px;padding-bottom:40px}.whatsapp-chat-detail__section{width:100%;display:flex;flex-direction:column;padding:0 20px;gap:12px}.whatsapp-chat-detail__section header{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #eaeaea;font-size:1.3rem;font-weight:600;gap:12px}.whatsapp-chat-detail__section header span{font-size:2rem;font-weight:400}.whatsapp-chat-detail__section li{list-style-position:inside;margin-left:6px}.whatsapp-chat-detail__section-image{width:35px;height:35px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.whatsapp-chat-detail__section-image img{width:100%;height:auto}.whatsapp-chat-detail__section strong{text-wrap:pretty}.whatsapp-chat-detail__footer{display:flex;align-items:center;justify-content:center;padding:1.4rem 1rem;border-top:1px solid #eaeaea}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.whatsapp-message-sent,.whatsapp-message-received{width:100%;display:flex;justify-content:flex-end;padding:2px 50px 2px 12px}.whatsapp-message-sent__container,.whatsapp-message-received__container{position:relative;width:fit-content;height:fit-content;max-width:60%;display:flex;flex-direction:column;justify-content:flex-end;background-color:#d9fdd3;border-radius:8px 0 8px 8px;box-shadow:0 1px .5px #0b141a21}@media (max-width: 1500px){.whatsapp-message-sent__container,.whatsapp-message-received__container{max-width:75%}}.whatsapp-message-sent__container-shape,.whatsapp-message-received__container-shape{top:0;right:-8px;width:8px;height:13px;position:absolute;display:block;z-index:1;color:#d9fdd3}.whatsapp-message-sent__container-shape path,.whatsapp-message-received__container-shape path{color:#d9fdd3}.whatsapp-message-sent__wamid-button,.whatsapp-message-sent__wamid-button-hidden,.whatsapp-message-received__wamid-button,.whatsapp-message-received__wamid-button-hidden{display:flex;justify-content:center;align-items:center;background:#0b141a33;border-radius:8px;border:none;outline:none;gap:4px;color:#2e2e2e;cursor:pointer;padding:2px 6px;margin-right:auto}.whatsapp-message-sent__wamid-button:hover,.whatsapp-message-sent__wamid-button-hidden:hover,.whatsapp-message-received__wamid-button:hover,.whatsapp-message-received__wamid-button-hidden:hover{background:#0b141a4d}.whatsapp-message-sent__wamid-button strong,.whatsapp-message-sent__wamid-button-hidden strong,.whatsapp-message-received__wamid-button strong,.whatsapp-message-received__wamid-button-hidden strong{font-size:.9rem;color:inherit}.whatsapp-message-sent__wamid-button span,.whatsapp-message-sent__wamid-button-hidden span,.whatsapp-message-received__wamid-button span,.whatsapp-message-received__wamid-button-hidden span{font-size:1.8rem;color:inherit}.whatsapp-message-sent__wamid-button-hidden,.whatsapp-message-received__wamid-button-hidden{display:none}.whatsapp-message-sent__date,.whatsapp-message-received__date{display:flex;align-items:center;justify-content:flex-end;padding:4px 8px 8px}.whatsapp-message-sent__date-text,.whatsapp-message-received__date-text{font-size:.9rem;font-weight:400}.whatsapp-message-sent__content,.whatsapp-message-received__content{display:flex;flex-direction:column;gap:2px}.whatsapp-message-sent__content p,.whatsapp-message-received__content p{min-height:8px;font-size:1.2rem;text-align:initial;font-weight:400;color:#000;overflow-wrap:break-word}.whatsapp-message-sent__content section,.whatsapp-message-received__content section{margin-bottom:0;padding:0 12px}.whatsapp-message-sent__content section:first-child,.whatsapp-message-received__content section:first-child{padding:16px 12px 8px}.whatsapp-message-sent__content a,.whatsapp-message-sent__content a>strong,.whatsapp-message-received__content a,.whatsapp-message-received__content a>strong{color:#027eb5;text-decoration:none}.whatsapp-message-sent__content a:hover,.whatsapp-message-received__content a:hover{text-decoration:underline}.whatsapp-message__actions{width:100%;height:fit-content;display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.1647058824);margin-top:8px}.whatsapp-message__actions-button{display:flex;align-items:center;justify-content:center;padding:8px 12px;background:transparent;border:none;outline:none;color:#027eb5;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1647058824);cursor:pointer;gap:8px}.whatsapp-message__actions-button:last-child{border:none;padding-bottom:0}.whatsapp-message__actions-button span{font-size:1.6rem;font-weight:300;color:inherit}.whatsapp-message-received{justify-content:flex-start;padding:2px 12px}.whatsapp-message-received__container{background-color:#fff;border-radius:0 8px 8px}.whatsapp-message-received__container-shape{left:-8px;transform:scaleX(-1)}.whatsapp-message-received__container-shape path{color:#fff}.whatsapp-message-received+.whatsapp-message-received .whatsapp-message-received__container{border-radius:8px}.whatsapp-message-received+.whatsapp-message-received .whatsapp-message-received__container-shape{display:none}.whatsapp-message-sent+.whatsapp-message-sent .whatsapp-message-sent__container{border-radius:8px}.whatsapp-message-sent+.whatsapp-message-sent .whatsapp-message-sent__container-shape{display:none}.whatsapp-message-received+.whatsapp-message-sent{padding-top:25px}.whatsapp-message-sent+.whatsapp-message-received{padding-top:25px}.whatsapp-message__reply{padding:8px 8px 0}.whatsapp-message__reply-wrapper{background-color:#eee;overflow:hidden;border-radius:6px;border-left:4px solid #101010;padding-bottom:8px}.whatsapp-message__reply-wrapper>section{opacity:.8}.whatsapp-message__reply-wrapper>section:first-child{padding-top:8px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.whatsapp-filter-section{display:flex;background-color:#f7f7f7;padding:1rem;border-radius:6px;justify-content:space-between;align-items:center}.whatsapp-filter-section__input{width:35rem;padding:.8rem;border:.1rem solid #d3d3d3;color:#282828;font-weight:400;border-radius:.5rem}.whatsapp-filter-section__clear-filters{width:38.5px;display:flex;align-items:center;justify-content:center;background-color:#dedede;border-radius:.5rem;cursor:pointer;border:none;transition:background-color .2s ease-in}.whatsapp-filter-section__clear-filters span{font-size:2.1rem;font-weight:200;color:#000}.whatsapp-filter-section__clear-filters:hover{background-color:#d6d6d6}.whatsapp-filter-section__clear-filters:active{background-color:#f0f0f0}.whatsapp-filter-section__settings-link{height:100%;display:flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;background-color:#dedede;border-radius:.5rem;cursor:pointer;text-decoration:none;font-size:1.2rem;font-weight:400;border:none;color:#000;gap:.5rem;transition:background-color .2s ease-in}.whatsapp-filter-section__settings-link span{font-size:2rem;font-weight:200;color:#000}.whatsapp-filter-section__settings-link:hover{background-color:#d6d6d6}.movements-list__header{display:flex;gap:.5rem;align-items:center;margin:.5rem 0}.movements-list__header>img{border-radius:10px}.movements-list__container__title{display:flex;justify-content:space-between;margin-bottom:5px;font-size:2rem}.movements-list__container__box{background-color:#f7f7f7;margin-top:20px;margin-bottom:20px;padding:15px;border-radius:10px}.movements-list__container__list{margin-left:20px;margin-right:20px}.movements-list__container__detail{display:flex;gap:5px;padding:4px}.movements-list__container__detail__name{background-color:#000;padding:4px 15px;display:flex;border-radius:15px;font-size:10px}.movements-list__container__detail__id{display:flex;gap:5px;padding:4px}.movements-list__container__detail__id span{font-weight:100;font-size:22px}.movements-list__container__detail__id p{font-size:14px;line-height:1.7}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.layout-container__header,.common-header-page{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 0;position:sticky;top:-1rem;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffa6;margin-bottom:2rem}.layout-container__header--no-sticky,.common-header-page{position:relative;-webkit-backdrop-filter:none;backdrop-filter:none;background:none}.common-header-page{margin-top:.5rem;margin-bottom:1rem;padding-right:0;top:initial}@media (max-width: 800px){.common-header-page{flex-direction:column;gap:1rem}}@media (max-width: 800px){.common-header-page h2{line-height:1;margin-bottom:.6rem}}@media (max-width: 800px){.common-header-page>.layout-container__actions>button{width:100%;font-size:1.1rem;padding:.6rem 1rem}}.customer-avatar{width:40px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#686868;color:#fafafa;font-size:1.4rem;font-weight:500;border-radius:50%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.customer-form{width:100%;display:flex;height:fit-content;flex-direction:column;gap:16px}@media (max-width: 800px){.customer-form{max-height:80vh;overflow-y:scroll}}.customer-form__grid{width:100%;display:grid;grid-template-columns:180px 180px auto;gap:16px}.customer-form__grid:nth-child(3){grid-template-columns:repeat(3,1fr)}@media (max-width: 800px){.customer-form__grid:nth-child(3){grid-template-columns:1fr;grid-template-rows:repeat(1fr,3)}}@media (max-width: 800px){.customer-form__grid{grid-template-columns:1fr;grid-template-rows:repeat(1fr,3)}}.customer-form>div>.btn-secondary{background:none;box-shadow:none;font-weight:500;line-height:1.2}.customer-form>div>.btn-secondary:hover{background:#f5f5f5}.customer-form>div>.btn-primary{line-height:1.2}.customer-form-field{display:flex;flex-direction:column;height:fit-content;width:100%;gap:6px}.customer-form-field>strong{font-size:1.15rem;font-weight:700}.modal{overflow:visible}.dropdown-new__list-wrapper{overflow:hidden}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.modal-header{display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #eaeaea;padding-bottom:1rem;margin-bottom:1rem;gap:12px}.modal-header__title{display:flex;flex-direction:column}.modal-header__title h3{font-size:1.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.modal-header-block{display:flex;flex-direction:column;gap:2rem}@media (max-width: 800px){.modal-header-block{gap:1rem}}.modal-header-block h2{font-size:2.2rem;font-weight:700;text-align:center}@media (max-width: 800px){.modal-header-block h2{font-size:1.8rem}}.modal-header-block__container{width:100%;display:flex;background-color:#f5f5f5;border-radius:8px;overflow:hidden;align-items:center;padding:1.4rem;gap:2rem}.modal-header-block__container p{font-size:1.2rem;font-weight:500;text-align:left}.modal-header-block__icon{width:180px;display:flex;align-items:center;justify-content:center;aspect-ratio:1;background-color:#cfcfcf;border-radius:8px;padding:1rem}.modal-header-block__icon span{font-size:3.5rem;font-weight:400}.tag-element-container,.tag-element-container--blacklist,.tag-element-container--primary{display:flex;width:fit-content;height:fit-content;align-items:center;justify-content:center;padding:3px 8px;border-radius:20px;transition:width 1s ease-in-out;font-size:1rem}.tag-element-container--primary{background-color:#e3e3e3;font-weight:500}.tag-element-container--blacklist{background-color:#313638;color:#fafafa;gap:2px}.tag-element-container--blacklist span{font-size:1.2rem;font-weight:300;color:#fafafa}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-by-panel__content{position:absolute;top:120%;border-radius:1rem;right:0;background-color:#fff;box-shadow:#64646f33 0 7px 29px;z-index:2;display:flex;flex-direction:column;padding:1rem;max-width:90vw;width:20rem;opacity:0;transition:opacity .15s ease-in;pointer-events:none}.order-by-panel__content--open{opacity:1;pointer-events:auto}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.filter-panel__content{position:absolute;top:120%;border-radius:1rem;right:0;background-color:#fff;box-shadow:#64646f33 0 7px 29px;z-index:2;display:grid;grid-template-columns:40% 1fr;min-width:45rem;min-height:18rem;max-width:90vw;opacity:0;transition:opacity .15s ease-in;pointer-events:none}.filter-panel__content--open{opacity:1;pointer-events:auto}.filter-panel__submit-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #eaeaea;font-size:1.1rem;padding:.5rem 1rem;background-color:transparent;cursor:pointer}.filter-panel__submit-btn:hover{box-shadow:0 0 3px #00000036;background-color:#eaeaea}.content-section__list{display:flex;flex-direction:column;gap:1rem}.content-section__item{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;display:flex;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background-color:inherit;cursor:pointer;font-size:1rem}.content-section__item--active{background-color:#eaeaea}.filter-panel__content-sections{display:flex;flex-direction:column;justify-content:space-between;background-color:#f6f6f6;padding:1rem}.filter-panel__content-filters{padding:1.5rem}.refresh-filters__button{border:1px solid #eaeaea;border-radius:.8rem;height:3.5rem;padding:0 .8rem;background-color:#fff;cursor:pointer}.refresh-filters__button__icon{height:2rem;width:2rem}.MovementsTable__table{min-width:1000px;margin-top:10px}.MovementsTable__table thead{margin-bottom:10px;border-spacing:10px;z-index:0}.MovementsTable__table tbody tr td{max-width:26rem;border-bottom:1px solid #e0e0e0;padding:1.3rem .7rem}.MovementsTable__container{width:100%;overflow-x:scroll}.empty{border-spacing:0 10px;border-collapse:unset}.empty tbody tr td{max-width:26rem;border-bottom:unset}.inventoryHeaderDescriptionSection__container{display:flex;justify-content:space-between;min-height:38.5px}.inventoryHeaderDescriptionSection__container .layout-container__subtitle{width:60%}@media (max-width: 910px){.inventoryHeaderDescriptionSection__container .layout-container__subtitle{width:100%}}.inventoryHeaderTopSection__container{margin-bottom:15px}.inventoryHeaderTopSection__container .layout-container__header{margin-bottom:0}.inventoryHeaderTopSection__container .layout-container__title{margin-bottom:5px}.inventoryHeaderTopSection__container__filters .dropdown-new{display:flex;justify-content:flex-end}.inventoryHeaderTopSection__container__titles{display:flex;align-items:center;gap:10px}.inventoryHeaderSection__container{margin-bottom:15px}.inventoryHeaderSection__divider{margin-top:15px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.sectionSwitch_container{display:flex;background-color:#f7f7f7;padding:5px;height:46px;border-radius:5px;max-width:20rem}.btn-switch{padding:10px;border-radius:5px;width:150px;border:none;color:#fff;background-color:#313638;cursor:pointer}.btn-selected{background-color:#f7f7f7;color:#313638}.warehouse-filter_container{width:50%;height:38.5px}.warehouse-filter_container .dropdown-new__trigger-label{max-width:none}.warehouse-filter_wrapper .dropdown-new__list-wrapper{left:unset;width:100%}.warehouse-filter_wrapper .dropdown-new__list-wrapper .dropdown-new__list{max-height:100px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.movementsTableSearch__container{width:300px}@media (max-width: 770px){.movementsTableSearch__container{width:100%}}.movementsTableControllers__container{display:flex;justify-content:space-between;margin-bottom:5px;gap:5px}.movementsTableControllers__filters__section{display:flex;gap:5px}@media (max-width: 770px){.movementsTableControllers__filters__section{display:contents;width:auto}}.movementsTableControllers__filters__section .dropdown-new,.inventoryHeaderDescriptionSection__container .dropdown-new{width:unset}.inventoryHeaderDescriptionSection__container .dropdown-new__list-wrapper{top:40px}.btn-controller{display:flex;justify-content:center;align-items:center;gap:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #eaeaea;height:3.5rem;padding:.7rem 1.3rem;cursor:pointer;border-radius:.8rem;font-size:1.1rem;font-weight:500;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out}.btn-controller:hover{box-shadow:0 2px 3px 1px #8d8d8d4d}@media (max-width: 770px){.btn-controller{font-size:0;display:inline}}.btn-controller-dark{background-color:#f7f7f7;border:none;-webkit-user-select:none;user-select:none}.btn-controller-dark:hover{background-color:#313638;color:#fff}.btn-controller-dark:hover span{color:#fff}.add-product-to-warehouse-modal__container{padding:10px}.add-product-to-warehouse-modal__container__close{position:relative;justify-content:flex-end}.add-product-to-warehouse-modal__container__close span{cursor:pointer;position:absolute;right:0}.add-product-to-warehouse-modal__wrapper{width:600px}.add-product-to-warehouse-modal__wrapper .dropdown-new__list-wrapper{width:100%}.add-product-to-warehouse-modal__title{display:flex;gap:15px;align-items:center}.add-product-to-warehouse-modal__title span{font-size:64px;color:gray;font-weight:100}.add-product-to-warehouse-modal__title__texts{max-width:400px}.add-product-to-warehouse-modal__header hr{margin-top:5px;margin-bottom:10px}.add-product-to-warehouse-modal__footer{margin:50px 10px 10px;display:flex;justify-content:center}.add-product-to-warehouse-modal__content{margin-top:15px;margin-bottom:20px}.add-product-to-warehouse-modal__content .dropdown-new{margin-top:10px}.add-product-to-warehouse-modal__content .warehouse-filter_container{width:100%}.add-product-to-warehouse-modal__card{display:flex;gap:15px;align-items:center;border:1px solid #e0e0e0;padding:10px;border-radius:5px;margin-top:10px}.add-product-to-warehouse-modal__card p{margin-top:3px}.add-product-to-warehouse-modal__card h3{text-decoration:underline;text-transform:uppercase}.movementsTableFallback__icon{width:200px;height:200px;color:#d5d5d5;font-size:192px;line-height:1.5;font-weight:100;margin-bottom:50px}.movementsTableFallback p{color:#d5d5d5;font-size:16px;font-weight:700}.movementTableRow__titles{display:flex;gap:20px}.movementTableRow__titles .title{font-weight:700;text-decoration:underline}.movementTableRow__titles .variant{color:#000;background-color:#f7f7f7;padding:5px 5px 5px 10px;margin-top:5px;border-radius:5px;width:fit-content}.movementTableRow__titles .subtitle{font-size:.8em;margin-top:5px}.movementTableRow__titles .container{text-align:left}.movementTableRow__titles__image{width:60px;height:60px}.movementTableRow__titles__image img{border-radius:5px;object-fit:cover}.movementTableRow_inventory--green{display:inline-flex;background-color:#a3f987;gap:5px;justify-content:center;text-align:center;padding:2px 5px;border-radius:20px}.movementTableRow_inventory--red{display:inline-flex;background-color:#f9a3a3;gap:5px;justify-content:center;text-align:center;padding:2px 5px;border-radius:20px}.icon{font-weight:100}.table-cell-icon__text{line-height:2}.table-cell-value-icon{display:flex;gap:5px;justify-content:center;text-align:center}.table-action-buttons__container{display:flex;gap:10px;justify-content:center;text-align:center}.table-action-buttons__container span{cursor:pointer;background-color:#eaeaea;border-radius:15px;padding:2.5px}.table-action-buttons__container .table-action-buttons__redirect{background-color:unset;font-weight:300}.edit-inventory-warehouse-modal{height:fit-content;width:800px}.edit-inventory-warehouse-modal__container{padding:20px 30px}.edit-inventory-warehouse-modal__container hr{margin-top:2.5px;margin-bottom:20px}.edit-inventory-warehouse-modal__container__title{margin-top:30px;margin-bottom:15px}.edit-inventory-warehouse-modal__stock{background-color:#f7f7f7;margin-top:20px;display:flex;gap:20px;margin-bottom:20px}.edit-inventory-warehouse-modal__stock__wrapper{width:250px}.edit-inventory-warehouse-modal__stock__wrapper input{margin-top:10px;height:38.5px;padding:5px;border:1px solid #d1d1d1;border-radius:5px;width:100%}.edit-inventory-warehouse-modal__stock__wrapper input[disabled]{background:#f5f5f5}.edit-inventory-warehouse-modal__result{background-color:#f7f7f7;padding:10px 20px;border-radius:10px;margin-top:30px;justify-content:space-between;display:flex;gap:20px;align-items:center;margin-bottom:20px}.edit-inventory-warehouse-modal__result h2{font-size:26px}.edit-inventory-warehouse-modal__result p{font-size:12px;text-align:end}.edit-inventory-warehouse-modal__reasons{display:flex;gap:20px;margin-top:30px;margin-bottom:20px;justify-content:space-between}.edit-inventory-warehouse-modal__reasons .warehouse-filter_container{margin-top:10px}.edit-inventory-warehouse-modal__reasons__wrapper{flex:1}.edit-inventory-warehouse-modal__reasons__wrapper .dropdown-new .dropdown-new__trigger,.edit-inventory-warehouse-modal__reasons__wrapper .dropdown-new__list-wrapper{width:100%}.edit-inventory-warehouse-modal__reasons__wrapper .dropdown-new__list-wrapper ul{max-height:100px}.edit-inventory-warehouse-modal__titles{display:flex;gap:10px}.edit-inventory-warehouse-modal__titles__icon span{font-size:64px;font-weight:100}.edit-inventory-warehouse-modal__titles__text h2{font-size:24px;margin-bottom:4px;margin-top:8px}.edit-inventory-warehouse-modal .btn-save{margin-top:40px;background:#313638;color:#fff;margin-left:auto;margin-right:auto}.edit-inventory-warehouse-modal .btn-save .material-symbols-outlined{color:#fff;font-weight:100}.edit-inventory-warehouse-modal .disabled{background:#d1d1d1;color:#fff}.warehouseGrid__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(40rem,1fr));column-gap:1.5rem;row-gap:1.5rem;margin-top:15px}.warehouseFallback{display:flex;flex-direction:column;align-items:center;margin-top:75px}.warehouseFallback__icon{width:200px;height:200px;font-weight:100;color:#d5d5d5;font-size:192px;line-height:1.5;margin-bottom:50px}.warehouseFallback p{color:#d5d5d5;font-size:16px;font-weight:700}.warehouseHeaderDescriptionSection__container{display:flex;justify-content:space-between;margin-bottom:15px}.warehouseHeaderDescriptionSection__container .layout-container__header{margin-bottom:0}.warehouseHeaderDescriptionSection__container .layout-container__header .layout-container__title{margin-bottom:5px}.warehouseHeaderDescriptionSection__container .layout-container__header{width:100%}.warehouseHeaderDescriptionSection__container .btn-new-address{background-color:#2f4c27;color:#fff}.warehouseHeaderDescriptionSection__container .btn-new-address span{color:#fff;font-weight:100}.warehouseHeaderDescriptionSection__container__titles{display:flex;align-items:center;gap:10px}.warehouseHeaderSection__divider{margin-top:15px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new__warehouse__modal{height:100%;display:flex;align-items:"";justify-content:space-between;flex-direction:row}.new__warehouse__modal__right{width:50%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:2rem 0 2rem 2rem;row-gap:1rem}.new__warehouse__modal__right__name,.new__warehouse__modal__right__address,.new__warehouse__modal__right__address__type,.new__warehouse__modal__right__company__name,.new__warehouse__modal__right__aditional__info,.new__warehouse__modal__right__dispatcher__name,.new__warehouse__modal__right__cellphone{width:100%;display:flex;align-items:flex-start;justify-content:"";flex-direction:column}.new__warehouse__modal__right__name__label,.new__warehouse__modal__right__address__label,.new__warehouse__modal__right__address__type__label,.new__warehouse__modal__right__company__name__label,.new__warehouse__modal__right__aditional__info__label,.new__warehouse__modal__right__dispatcher__name__label,.new__warehouse__modal__right__cellphone__label{font-weight:800;font-size:1rem}.new__warehouse__modal__right__name input,.new__warehouse__modal__right__address input,.new__warehouse__modal__right__address__type input,.new__warehouse__modal__right__company__name input,.new__warehouse__modal__right__aditional__info input,.new__warehouse__modal__right__dispatcher__name input,.new__warehouse__modal__right__cellphone input{width:95%}.new__warehouse__modal__right__name .dropdown-new__list-wrapper .dropdown-new__list,.new__warehouse__modal__right__address .dropdown-new__list-wrapper .dropdown-new__list,.new__warehouse__modal__right__address__type .dropdown-new__list-wrapper .dropdown-new__list,.new__warehouse__modal__right__company__name .dropdown-new__list-wrapper .dropdown-new__list,.new__warehouse__modal__right__aditional__info .dropdown-new__list-wrapper .dropdown-new__list,.new__warehouse__modal__right__dispatcher__name .dropdown-new__list-wrapper .dropdown-new__list,.new__warehouse__modal__right__cellphone .dropdown-new__list-wrapper .dropdown-new__list{max-height:150px}.new__warehouse__modal__right__add__detail{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;position:relative;column-gap:1rem}.new__warehouse__modal__right__add__detail__country,.new__warehouse__modal__right__add__detail__state,.new__warehouse__modal__right__add__detail__city{z-index:1;flex:1}.new__warehouse__modal__right__add__detail__country__label,.new__warehouse__modal__right__add__detail__state__label,.new__warehouse__modal__right__add__detail__city__label{font-weight:800;font-size:1rem}.new__warehouse__modal__right__add__detail__country .dropdown-new__list-wrapper,.new__warehouse__modal__right__add__detail__state .dropdown-new__list-wrapper,.new__warehouse__modal__right__add__detail__city .dropdown-new__list-wrapper{width:220px;right:0;left:unset}.new__warehouse__modal__right__address__type{padding:.5rem 0}.new__warehouse__modal__right__address__type__options{display:flex;align-items:"";justify-content:center;flex-direction:row;width:fit-content;column-gap:1rem}@media (max-width: 500px){.new__warehouse__modal__right__address__type__options{width:100%}}.new__warehouse__modal__right__address__type__options__option{display:flex;align-items:center;justify-content:"";font-size:1rem}.new__warehouse__modal__right__address__type__options__option input[type=checkbox]:before{width:1.3rem}.new__warehouse__modal__right__address__type__options__option input[type=checkbox]:checked:before{background-color:#313638}.new__warehouse__modal__right__submit{display:flex;align-items:center;justify-content:center}.new__warehouse__modal__right__submit button{font-family:Montserrat;font-size:1rem;align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out;margin:0;padding:1rem 2rem;height:fit-content;align-self:center;border:none;background-color:#cacfd1;color:#313638}@media (max-width: 500px){.new__warehouse__modal__right__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.new__warehouse__modal__right__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.search-location__btn-toggle{text-decoration:underline;cursor:pointer}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new__address__modal{height:100%;display:flex;align-items:"";justify-content:space-between;flex-direction:row}.new__address__modal__left{background:url(/assets/modal-bg-DQfLKepM.png);background-color:#313638;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;overflow:hidden;width:50%;display:flex;align-items:center;justify-content:center}.new__address__modal__left__content{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:1rem}.new__address__modal__left__content span{font-variation-settings:"wght" 100;font-size:7rem;color:#fff}.new__address__modal__left__content__title{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem}.new__address__modal__left__content__title h2{line-height:1.9rem;font-size:1.9rem;color:#fff}@media (max-width: 1000px){.new__address__modal__left__content__title h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.new__address__modal__left__content__title h2{font-size:1.2rem;line-height:1.2rem}}.new__address__modal__left__content__title p{text-align:center;width:80%;font-family:Montserrat;line-height:1.1rem;font-size:1.1rem;font-weight:300;color:#fff}@media (max-width: 1200px){.new__address__modal__left__content__title p{font-size:1.25rem;line-height:1.25rem}}@media (max-width: 500px){.new__address__modal__left__content__title p{font-size:1rem;line-height:1rem}}.warehouse-information-section__container{background:#f7f7f7;border-radius:20px;padding:15px}.warehouse-information-section__container hr{margin:10px 0;border-top:1px solid #313638;max-width:100px}.warehouse-information-section__titles{display:flex;margin-bottom:10px}.warehouse-information-section__titles .warehouseGrid__title{right:0;align-items:center;color:#fff;margin-right:auto;font-size:10px;font-weight:200;border-radius:10px;background-color:#313638;padding:4px 10px 2px}.warehouseGrid__item{display:flex;flex-direction:column;gap:10px;width:100%;height:max-content;border:1px solid #d6d6d6;padding:20px;border-radius:1.5rem;background-color:#ffffff6c;transition:all .2s ease-in-out;box-shadow:0 7px 10px #64646f24}.warehouseGrid__text{font-size:1rem}.warehouseGrid__item .warehouse-location-section__container{display:flex;align-items:center;align-content:center;flex-wrap:nowrap}.warehouseGrid__item .warehouse-location-section__container .btn-controller{margin-bottom:10px}.warehouseGrid__item .warehouse-location-section__container__box{display:flex;gap:5px}.warehouseGrid__item .map__container{height:100%;border-radius:20px}.one_warehouse_item{max-width:700px}.warehouse-location-section__menu__but{width:38.5px}.warehouse-location-section__menu__but span{font-weight:300}.warehouse-location-section__menu__container_main{position:relative;display:none}.warehouse-location-section__menu{position:absolute;right:0;top:-5px;background-color:#f9f9f9;min-width:400px;width:fit-content;box-shadow:5px 8px 16px 5px #00000046;padding:12px 16px;z-index:1;border-radius:8px}.warehouse-location-section__menu button{display:block;width:100%;padding:5px 8px;border:none;background:none;text-align:left}.warehouse-location-section__menu button:hover{background-color:#ddd}.delete-warehouse-confirmation-modal{width:400px;height:fit-content;padding:30px;text-align:center}.delete-warehouse-confirmation-modal__title{text-align:center}.delete-warehouse-confirmation-modal__text{text-align:justify;margin-top:20px}.delete-warehouse-confirmation-modal__buttons{margin-top:20px}.delete-warehouse-confirmation-modal__buttons button{padding:10px;border-radius:5px;width:150px;border:none;color:#fff;background-color:#313638;cursor:pointer;margin:5px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.create-order-page{display:flex;align-items:center;justify-content:space-between}@media (max-width: 800px){.create-order-page{flex-direction:column}}.create-order-title{font-size:1.15rem!important}.create-order-container{display:flex;gap:1.5rem;width:100%}.create-order-container section:nth-child(1){flex:3}.create-order-container__content{max-width:90%;display:flex;flex-direction:column;gap:3rem}.create-order-container section:nth-child(3){flex:2}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.additional-charge-add-btn{background-color:#eaeaea;border-radius:4px;padding:5px;display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content;outline:none;border:none;transition:background-color .2s ease-in-out;cursor:pointer}.additional-charge-add-btn:hover{background-color:#d1d1d1}.additional-charge-input{border:1px solid #ccc;border-radius:5px;outline:none;padding:0 5px;height:30px;width:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carrier-selection-message{background-color:#fff5ae;border-radius:.5rem;padding:.5rem}.carrier-office-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));column-gap:1rem;row-gap:.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-selection-button{border:1px solid #d1d1d1;background-color:transparent;border-radius:.5rem;padding:1rem;display:flex;align-items:center;outline:none;gap:1rem;cursor:pointer;transition:background-color .1s ease-in-out;background-color:#fff}.order-selection-button__circle{display:inline-block;width:20px;height:20px;border:1px solid #d1d1d1;border-radius:50%;position:relative}.order-selection-button .active-selection{border:none;background-color:#44cc17}.order-selection-button__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;fill:#fff}.order-selection-button__intelliflete{background:#79ccff;color:#fff;padding:5px;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;gap:2px;box-shadow:0 10px #79ccff;-webkit-box-shadow:0px 10px 0px 0px #79ccff;-moz-box-shadow:0px 10px 0px 0px #79ccff}.order-selection-button__intelliflete p{color:#fff;font-size:.8rem}.order-selection-button__intelliflete p b{color:#fff}.order-selection-button__intelliflete .trademark{font-size:.6rem;vertical-align:middle}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.customer-form__tooltipInfo{position:absolute;top:100%;box-shadow:0 0 10px #00000020;padding:6px;border-radius:5px;background-color:#fff;z-index:10}.visibility-button{background-color:#f7f7f7;padding:3px;border-radius:100px;margin-right:8px;font-size:16px;cursor:pointer;-webkit-user-select:none;user-select:none}.customer-form__recommendation{display:flex;flex-direction:column;gap:.3rem;position:absolute;border:.8rem;top:105%;background-color:#fff;box-shadow:0 0 10px #00000020;padding:1rem;width:100%;z-index:10}.customer-form__recommendation__item{border-radius:.3rem;padding:.7rem;width:100%;transition:background-color .1s ease-in-out;text-align:left}.customer-form__recommendation__item:hover{background-color:#f6f6f6}.location-dropdown-box{width:50%}.metrics-closeable-popup{position:absolute;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 5px #0007;bottom:-135px;left:0;width:300px;z-index:100}.metrics-closeable-popup--close{display:flex;justify-content:flex-end;align-items:center;cursor:pointer;margin-bottom:2px}.metrics-closeable-popup--announce{margin-top:10px}.metrics-closeable-popup--list{display:flex;flex-direction:column;align-items:flex-start;padding:5px}.metrics-closeable-popup--title{display:flex;gap:10px;background-color:#f7f7f7;padding:5px;border-radius:5px;align-items:center;margin-bottom:5px}.metrics-closeable-popup--title span{background-color:#fff;border-radius:15px;padding:2px;margin:2px;font-size:1.5rem}.metrics-closeable-popup i{margin-top:5px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-summary-wrapper{position:sticky;top:95px}.order-summary-container{width:95%;margin:0 auto}.order-summary-container__content{border-radius:10px;border:1px solid #ececec;box-shadow:0 0 15px -3px #b3b3b3;padding:2rem;display:flex;flex-direction:column;gap:1rem}.reduced-product-item{display:flex;align-items:center;justify-content:space-between}.reduced-product-item__name{font-size:.9rem;word-break:break-all;align-items:center;display:flex;flex:3}.reduced-product-item__quantity{background-color:#eaeaea;border-radius:1rem;padding:2px 8px;font-size:.7rem;font-weight:500;display:block;width:fit-content}.reduced-product-item__price{font-weight:600;font-size:1rem;text-align:right;flex:1}.confirm-order-wrapper{position:relative;width:100%}.confirm-order-wrapper__dialog{position:absolute;right:103%;bottom:0;z-index:20;border-radius:1.2rem;background-color:#fff5ae;padding:1rem;box-shadow:0 0 15px -3px #b3b3b3;min-width:28rem}.confirm-order-wrapper__dialog:after{content:"";border-radius:.3rem;position:absolute;bottom:1.2rem;right:-.6rem;width:1.4rem;height:1.4rem;transform:rotate(45deg);background-color:#fff5ae;transition:box-shadow .2s ease-in-out}.confirm-order-wrapper__button{cursor:pointer;border:none;background-color:#246b0d;border-radius:.5rem;padding:1rem;align-items:center;display:flex;justify-content:center;color:#fff;width:100%}.confirm-order-wrapper__button:disabled{background-color:#eaeaea;cursor:not-allowed;color:#7f7f7f}.confirm-order-wrapper__button:disabled:hover{box-shadow:none}.confirm-order-wrapper__button:hover{box-shadow:0 3px 5px 1px #8d8d8d73}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@media (max-width: 900px){.product-list-dropdown{width:50rem}}.product-list-dropdown-image{border-radius:5px;width:1.5rem;height:1.5rem}.product-list-item-price{background-color:#eaeaea;border-radius:.8rem;padding:2px 8px;font-size:.8rem;display:flex;align-items:center;width:fit-content;gap:.2rem;margin-top:.3rem}.product-list-item-input{border:1px solid #ccc;border-radius:5px;outline:none;padding:0 5px;max-width:8rem;height:30px}.product-list-item-quantity{border:1px solid #ccc;border-radius:5px;display:flex;justify-content:space-between;padding:1px}.product-list-item-quantity button{border-radius:4px;background-color:#eaeaea;transition:background .1s ease-in-out}.product-list-item-quantity button:hover{background-color:#ddd}.product-list-item-quantity input{outline:none;width:3rem;text-align:center}.product-list-item-delete{border-radius:50%;background-color:#ffc2c2;display:grid;place-items:center;padding:2px}.empty-cart-list{display:flex;flex-direction:column;align-items:center;padding:.5rem 0;gap:2px}.empty-cart-list span{background-color:#f6f6f6;padding:1rem;border-radius:50%;display:grid;place-items:center;color:#6b6b6b}.no-variation-text{align-self:self-end;padding-bottom:.5rem}.no-variation-text-pb1{align-self:self-end;padding-bottom:.8rem}@media (max-width: 900px){.no-variation-text-pb1{align-self:self-end;padding-bottom:1.3rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.quantity-package-container{background-color:#f6f6f6;border-radius:.6rem;padding:1.3rem;display:flex;align-items:center;justify-content:space-between}.quantity-package-container .quantity-package-input{border:1px solid #ccc;border-radius:5px;display:flex;justify-content:space-between;padding:1px}.quantity-package-container .quantity-package-input button{border-radius:4px;background-color:#eaeaea;transition:background .1s ease-in-out}.quantity-package-container .quantity-package-input button:hover{background-color:#ddd}.quantity-package-container .quantity-package-input input{outline:none;width:3rem;text-align:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.payment-method-btn{border:1px solid #d1d1d1;background-color:transparent;border-radius:.5rem;padding:1rem;display:flex;align-items:center;outline:none;width:18rem;cursor:pointer;transition:background-color .1s ease-in-out}.payment-method-btn__circle{display:inline-block;width:20px;height:20px;border:1px solid #d1d1d1;border-radius:50%;margin-right:10px;position:relative}.payment-method-btn .active-selection{border:none;background-color:#44cc17}.payment-method-btn__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;fill:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.edit-order__wrapper{display:flex;gap:2rem}.edit-order-container__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 0;position:sticky;top:-1rem;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffa6}.location-input{-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:1rem;background-color:#fff;cursor:pointer;font-size:1rem;border:.1rem solid #d3d3d3;border-radius:.5rem;padding:1rem;position:relative;overflow:hidden;text-overflow:clip;white-space:nowrap;width:100%}.edit-order__left-content{display:flex;flex-direction:column;border-right:1px solid #e4e4e4;padding-right:2rem;overflow-y:auto;height:calc(100vh - 190px);max-width:450px}.edit-order-customer__flag{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;border-radius:50%;overflow:hidden;width:1.3rem;height:1.2rem}.edit-order__content__container{overflow-y:auto;height:calc(100vh - 190px);padding-right:1em;flex:1}.edit-order__customer{position:relative;display:flex;align-items:center;border-radius:.5rem;border:1px solid #e4e4e4;padding:1rem;gap:2rem}.edit-order__order-info{margin-top:1em;padding:1rem;border:1px solid #edecec;border-radius:1rem}.edit-order__order-info__client{display:flex;align-items:center;gap:2rem;border-radius:1rem;background-color:#f7f7f7;padding:1rem 2rem}.edit-order__order-info__client__icon{position:relative}.edit-order__order-info__client__icon .material-symbols-outlined{background-color:#fff;padding:.75rem;font-weight:200;font-size:5rem;border-radius:100%}.edit-order__order-info__client__icon .flag{position:absolute;top:0;right:0}.edit-order__order-info__client__info h3{margin-bottom:.5rem;font-size:1.25em}.edit-order-tabs__container{display:flex;align-items:center;justify-content:space-between;gap:.5em;padding-left:.25em;padding-right:.25em}.edit-order-tabs__icon{font-weight:100;font-size:1.5em}.edit-order__customer__blacklist{color:#fff;position:absolute;top:.2rem;right:1rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;padding:.3rem 1rem;background-color:#000;gap:.5rem}.edit-order__customer__blacklist>.material-symbols-outlined{margin-top:.3rem}.edit-order__customer__blacklist__common{color:#fff;display:flex;align-items:center;justify-content:center;border-radius:1rem;padding:.3rem 1rem;background-color:#000;gap:.5rem}.edit-order__customer__blacklist__common>.material-symbols-outlined{margin-top:.3rem}.edit-order__address{display:flex;flex-direction:column;border:1px solid #edecec;border-radius:1rem;padding:1rem}.edit-order__alert{border:1px solid #edecec;padding:1rem;border-radius:1rem;margin-top:1rem}.edit-order__alert-list{display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.edit-order__alert--list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:1rem}.edit-order__product-list{display:flex;flex-direction:column;border-radius:.5rem;border:1px solid #e4e4e4;max-height:10rem;overflow-y:auto;scrollbar-gutter:stable}.edit-order__product-list-item{display:flex;padding:1rem}.edit-order__customer-img{width:6rem;height:6rem;border-radius:50%;object-fit:cover}.edit-order__customer__flag{position:absolute;display:flex;justify-content:center;align-items:center;top:0;right:0;border-radius:50%;overflow:hidden;width:1.3rem;height:1.3rem}.edit-order__action-buttons{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.quantity-package__container{display:flex;gap:3rem;background-color:#f5f5f5;padding:2rem;border-radius:2em;margin-top:1.6rem;margin-bottom:2rem;align-items:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.app-layout__container{display:flex;gap:1rem;height:100vh;padding-top:5.2rem}.app-layout__container .main-container{flex:1;margin:0 auto;overflow-y:auto;padding:1rem 2rem}.app-layout__container .main-container:has(.embedded-page){padding:0;overflow:visible}@media (max-width: 160rem){.app-layout__container .main-container{padding:1rem 2rem}}.unauthorized-page__app-layout__container{display:flex;gap:1rem;height:100vh;padding-top:5.2rem;background-color:#e9e9e9}.unauthorized-page__app-layout__container .main-container{flex:1;margin:0 auto;overflow-y:auto;padding:1rem 2rem}.unauthorized-page__app-layout__container .main-container:has(.embedded-page){padding:0;overflow:visible}@media (max-width: 160rem){.unauthorized-page__app-layout__container .main-container{padding:1rem 2rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.navigation-bar__container{display:flex;justify-content:space-between;background-color:#f6f6f6;position:fixed;bottom:0;left:0;right:0;padding:.8rem 3rem;width:100%;z-index:10}.navigation-bar__container__item{list-style:none}.sidebar-container{height:100%;position:relative;display:flex;align-items:center;z-index:2}.sidebar-container__inner-wrapper{display:flex;position:relative}.sidebar-container__inner-wrapper .bridge{width:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.lateral-bar-container{background-color:#f6f6f6;border-radius:0 .8rem .8rem 0;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem 1rem;width:6rem;z-index:10;position:relative}.lateral-bar-container__list{display:flex;flex-direction:column;gap:3rem}.lateral-bar-container__list .list-item,.lateral-bar-container__list .dashboard-btn{list-style:none;border-radius:.5rem;padding:.5rem;transition:background-color .1s ease-in-out;cursor:pointer;display:grid;place-items:center}.lateral-bar-container__list .list-item:not(.list-item-selected):hover,.lateral-bar-container__list .dashboard-btn:not(.list-item-selected):hover{background-color:#ddd}.lateral-bar-container__list .list-item-selected{background-color:#313638;fill:#fff}.lateral-bar-container span{font-size:2.5rem}.lateral-bar-container__separator{display:block;background-color:#999;height:.13rem;width:100%}.lateral-bar-container__wallet-button{border-radius:.5rem;background-color:#ddd;padding:.5rem;cursor:default;display:grid;place-items:center}.lateral-bar-container__wallet-button:hover{background-color:#313638;color:#fff}.lateral-bar-container__wallet-button:hover span{color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carrier-metrics-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;margin-bottom:1rem;gap:1rem}@media (max-width: 800px){.carrier-metrics-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.carrier-metrics-filter-section>div:first-child{order:2}}@media (max-width: 800px){.carrier-metrics-filter-section>div:last-child{justify-content:center}}.carrier-metrics-page__header{margin-bottom:0rem!important}.carrier-metrics-page__header .layout-container__actions{position:relative;top:-1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carrier-metrics-charts{display:flex;width:100%;min-height:220px;margin-bottom:1rem;gap:2rem}@media (max-width: 800px){.carrier-metrics-charts{flex-direction:column}}.carrier-metrics-charts__chart-container{flex:.7;display:flex;border-radius:6px;border:1px solid #eaeaea;padding:2rem}@media (max-width: 800px){.carrier-metrics-charts__chart-container{width:100%;max-width:90vw;height:220px;min-height:220px;padding:20px 25px 0 0;flex:1}}.carrier-metrics-charts__metrics{flex:.3;display:flex;flex-direction:column;gap:2rem}@media (max-width: 800px){.carrier-metrics-charts__metrics{flex:1}}.carrier-metrics-charts__metrics>article{width:100%;height:50%;display:flex;flex-direction:column;justify-content:space-between;border-radius:6px;border:1px solid #eaeaea;padding:1rem}.carrier-metrics-charts__metrics>article>header{display:flex;align-items:center;font-size:1.3rem;font-weight:400;gap:.6rem}.carrier-metrics-charts__metrics>article>header span{font-size:2rem;font-weight:300}.carrier-metrics-charts__metrics>article>strong{font-size:2rem;padding-left:4px}.carrier-metrics-charts-tooltip{background-color:#fff;opacity:.85;border-radius:.5rem;padding:1rem 1.4rem;display:flex;flex-direction:column;gap:.5rem}.carrier-metrics-charts-tooltip-header{font-size:1rem;border-bottom:1px solid #dddddd;padding-bottom:.5rem}.carrier-metrics-charts-tooltip-list{display:flex;flex-direction:column;gap:.4rem}.carrier-metrics-charts-tooltip-list li{list-style:none;font-size:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.carrier-metrics-table{width:100%;height:fit-content;display:flex;flex-direction:column}.carrier-metrics-table .loading__screen__container{z-index:1}@media (max-width: 800px){.carrier-metrics-table>table{min-width:120rem}}.carrier-metrics-table__carrier-logo>img{object-fit:cover;width:3.3rem}@media (max-width: 800px){.carrier-metrics-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}.table-tag{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:fit-content;margin:0 auto;padding:0rem .7rem;display:flex;align-items:center;gap:.2rem;border-color:transparent;font-weight:500;font-size:1.2rem}.table-tag.success{color:#313638;background-color:#a5ecad}.table-tag.success>span{color:#313638}.table-tag.danger{color:#7f3939;border-color:transparent;background-color:#ffb6b6}.table-tag.danger span{color:#7f3939}.table-tag.warning{color:#786d3a;border-color:transparent;background-color:#fff5ae}.table-tag.warning span{color:#786d3a}.table-tag.neutral{border-color:transparent;background-color:#f3f3f3}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}.digital-bank__card{background-color:#fcfcfc;flex:1 0 40%;max-width:48%;display:flex;gap:3rem;padding:2rem 2.2rem;border-radius:1rem;border:1px solid rgba(229,229,229,.1098039216);align-items:center}.international-country-select{height:40px!important}.international-country-select .dropdown-header .placeholder{font-size:1rem;color:#282828;font-weight:600}.international-country-select .dropdown-content .options-list{max-height:100px}.fiscalData__container{height:calc(100vh - 200px)}.fiscalData__header{display:flex;justify-content:space-between;gap:5rem;align-items:center}.fiscalData__header__text h3{margin-bottom:.5em}.fiscalData__header button{width:180px;min-width:180px;max-width:180px}.fiscalData__data-not-found{padding:2em;border:1px solid #d3d3d3;border-radius:1rem;margin-top:4rem;max-width:750px;margin-left:auto;margin-right:auto}.fiscalData__data-not-found__title{text-align:center;margin-top:1em}.fiscalData__data-not-found__subtitle{text-align:center;margin-top:1em;font-size:1.1rem}.fiscalData__data-not-found__cards{display:flex;gap:1em;justify-content:center;margin-top:3em;margin-bottom:2.5em}.fiscalData__data-not-found__card{display:flex;max-width:200px}.fiscalData__data-not-found__card span{flex:1;display:flex;color:#313638;background:#f7f7f7;height:65px;width:65px;align-items:center;font-size:3rem;justify-content:center;min-height:65px;min-width:65px;max-height:65px;font-weight:200;margin-right:1.5rem;max-width:65px;border-radius:10px}.fiscalData__data-not-found__card div h4{font-size:1.5rem}.fiscalData__data-found__title{margin-top:1em;margin-bottom:1em;background:#f7f7f7;padding:1rem 1rem 1rem 1.5rem;display:flex;gap:1rem;border-radius:.5rem;align-items:center;justify-content:space-between}.fiscalData__data-found__title__text{display:flex;gap:1rem;align-items:center}.fiscalData__data-found__title__text h3{font-weight:600}.fiscalData__data-found__title__text span{font-weight:400;font-size:1.8rem}.fiscalData__data-found__title__verification{display:flex;gap:1rem;align-items:center;margin-right:2em}.fiscalData__data-found__title__verification h3{font-weight:400}.fiscalData__data-found__title__verification .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;color:#45cc2f;font-size:1.5rem}.fiscalData__data-found__profile{margin-right:1rem;position:relative}.fiscalData__data-found__profile .flag-icon{position:absolute;background:unset;top:0;right:0;width:20px;height:20px;border-radius:1em;outline:2px solid white}.fiscalData__data-found__img{width:125px;height:125px;object-fit:cover;border-radius:1rem}.fiscalData__data-found__documents{padding:1rem;display:flex;flex-direction:column;gap:1rem}.fiscalData__data-found__documents__element{cursor:pointer;display:flex;align-items:center;gap:3rem;justify-content:space-between;max-width:250px}.fiscalData__data-found__documents__element span{font-weight:200}.fiscalData__data-found__documents__element p{text-decoration:underline}.fiscalData__data-found__data{display:flex;gap:2rem;margin-top:1rem;padding:1rem}.fiscalData__data-found__data__column h4{font-weight:600}.fiscalData__data-found__data__column p{margin-left:2.2rem;font-weight:600;max-width:250px}.fiscalData__data-found__data__title{display:flex;align-items:center;gap:.2rem;margin-top:.5rem}.fiscalData__data-found__data__title span{font-weight:200;font-size:2rem}.fiscalData__data-found__data__title P{margin-left:unset;font-weight:unset}.fiscalData__warning{display:flex;gap:1.5rem;margin-top:2rem;margin-bottom:2rem;padding:1rem;align-items:center;border-radius:1rem}.fiscalData__warning__icon span{font-size:5em;font-weight:300}.fiscalData__warning__text{display:flex;flex-direction:column;gap:.5rem}.fiscalData__warning__yellow{background:#ffeec7}.fiscalData__warning__red{background:#ffdcdc}.brazil-warn-modal-banner{background-image:url(https://img.master.la/mastershop/media/images/backgrounds/brazil-warn-banner.png?format=Web);background-repeat:no-repeat;background-size:cover;background-position:center;height:12rem;width:100%;border-radius:1rem}.business-box__icon-flag{top:.5rem;right:.5rem;width:1.2rem;height:1.2rem;position:absolute;border-radius:50%;overflow:hidden}.business-box__btn{padding-block:.2rem;padding-inline:.5rem;line-height:1}.public-profile{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:auto;padding-bottom:2rem}.public-profile__contact{text-decoration:none}.public-profile__social-networks{display:flex;gap:.5rem;align-items:center}.public-profile__social-networks__icon{border-radius:50%;width:3rem;height:3rem}.public-profile__social-networks .btn-danger{height:2.8rem}.public-profile__preview{height:auto;width:100%;overflow:hidden;background-color:#f7f7f7;border-radius:1.5rem}.public-profile__cover-image{width:100%;padding:0;position:relative}.public-profile__cover-image__image{object-fit:cover;width:100%;height:28rem;border-radius:1rem;border:#b5b5b5 solid 1px;background-color:#313638}.public-profile__cover-image-pioneer-badge{left:10px;top:18px;position:absolute;border-radius:0 4px 4px 0;transform:scale(1.2)}.public-profile__content{width:94%;min-height:16rem;border:#b5b5b5 solid 1px;border-radius:1rem;margin-top:-10rem;background-color:#fff;display:grid;grid-template-columns:40% auto 40%;padding:1rem 2rem;z-index:1}.public-profile__content__score__title{display:flex;width:100%;justify-content:space-around;margin:.4rem 0}.public-profile__content__score__title__text{flex:1;flex-basis:0;display:flex;justify-content:center;border-right:#dadada 1px solid}.public-profile__content__score__title__text:last-child{border-right:none}.public-profile__content__columns{display:grid;grid-template-rows:auto;padding:1rem;text-overflow:ellipsis;width:100%}.public-profile__content__information{display:flex;padding:1rem;text-overflow:ellipsis;width:100%}.public-profile__content__last-login{display:flex;align-items:center;gap:1rem}.public-profile__content__last-login p:first-letter{text-transform:capitalize}.public-profile__content__statistics{width:100%;display:flex;flex-direction:column;gap:1rem}.public-profile__content__statistics__metrics{display:flex;flex-wrap:wrap}.public-profile__content__statistics__metrics__icon{flex:1 0 50%;padding:1rem 0;display:flex;align-items:center;gap:1rem}.public-profile__content__statistics__actions{display:flex;align-items:flex-end;width:max-content;cursor:pointer}.public-profile__content__image-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;margin-top:-3rem}.public-profile__content__image-container__image,.public-profile__content__image-container__image--verified{width:12rem;height:12rem;object-fit:cover;border-radius:50%;border:#b5b5b5 solid 1px;background-color:#313638}.public-profile__content__image-container__image--verified{border:transparent solid 1px;box-shadow:0 0 0 3px #44cc17}.public-profile__actions{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.public-profile__actions__btn{height:2.2rem;font-size:.8rem}.text-profile{display:flex;flex-direction:column;justify-content:center}.settings-business__personal-name{margin:1rem 0;display:flex;flex-direction:row;gap:1rem}.settings-business__personal-name__icon{background-color:#f7f7f7;border-radius:1rem;width:6rem;height:6rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.settings-business__personal-name__details{display:flex;flex-direction:column;justify-content:center}.settings-business__personal-name__details__name{display:flex;flex-direction:row;align-items:center}.settings-business__personal-name__details__name p{margin-right:15px}.settings-business__personal-name__details__name svg{margin-right:10px}.settings-business__personal-name__details__name__delete{width:1.4rem;height:1.4rem}.name-with-verified{position:relative;max-width:90%;padding:0px .4rem;text-align:center;font-weight:600;font-size:1.7rem;color:#000;line-height:1;transition:width 1s ease-in-out}.name-with-verified__icon{position:absolute;transform:translate(-10%,16%);width:14px;height:auto;object-fit:contain;object-position:center;margin-left:6px;animation:fadeIn .15s ease-in}.name-with-verified__icon--hidden{display:none}.pioneer-badge-component{display:flex;align-items:center;background-color:#000;color:#fafafa;padding:.7rem 1rem .7rem .7rem;animation:fadeIn .2s ease-in forwards;font-weight:400;font-size:1.1rem;gap:6px}.pioneer-badge-component div{width:15px;aspect-ratio:1;display:inline-flex;justify-content:center;align-items:center;background-color:#00fe56;border-radius:50%}.pioneer-badge-component span{color:inherit}.pioneer-badge-component--hidden{display:none}.results-filter-section__filters{display:flex;margin-top:10px;margin-bottom:15px;gap:10px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.results-filter-categories{position:relative}.results-filter-categories__button--open{color:#7ada62;border:1px solid #7ada62}.results-filter-categories__button--open span{color:#7ada62}.results-filter-categories__container{position:absolute}.results-filter-categories__content{position:relative;display:flex;gap:1rem;width:90vw;padding:1.5rem;top:110%;left:0;margin-top:10px;z-index:1;background-color:#fff;border-radius:.5rem;border:.5px solid #f6f6f6;box-shadow:0 0 3px #00000036;transition:opacity .15s ease-in;opacity:0;pointer-events:none;touch-action:none}.results-filter-categories__content--open{opacity:1;pointer-events:auto;touch-action:auto}.results-filter-categories__overview{position:relative;min-width:250px;height:12rem;overflow:hidden;border-radius:1rem}.results-filter-categories__overview-img{width:100%;height:100%;object-fit:cover}.results-filter-categories__overview-preview{display:flex;flex-direction:column;width:100%;height:100%;gap:.5rem;background-color:#000;padding:1.5rem}.results-filter-categories__overview-preview span{font-weight:100}.results-filter-categories__overview-preview>*{color:#fff}.results-filter-categories__content-wrapper{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.5rem}.results-filter-categories__col{display:flex;flex-direction:column;gap:.3rem;padding-right:1rem}.results-filter-categories__col:not(:last-child){border-right:2px solid #f6f6f6}.results-filter-categories__col-item{padding:.5rem 1rem;border-radius:.5rem}.results-filter-categories__col-item:hover{background-color:#f6f6f6}.results-filter-categories__col-item--selected{padding:.5rem 1rem;border-radius:.5rem;background-color:#ccc}.results-filter-name__search{width:450px}.results-filter-pill{display:flex;gap:10px;font-size:10px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;padding:8px 10px;border-radius:20px}.results-filter-pill span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000}.supplier-award-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));justify-items:center;gap:1.6rem}.supplier-award-list__empty-item{width:100%;height:33rem;flex-direction:column;background-color:#e9e9e9;justify-content:center;align-items:center;text-align:center;padding:1.6rem;border-radius:2rem;display:flex;gap:.5rem}.supplier-award-list__empty-item p{opacity:.4}.supplier-award-list__card{background-color:#000;padding:1.6rem;border-radius:2rem;width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.supplier-award-list__card-image{height:42%;margin:1.4rem 0px;object-fit:scale-down}.supplier-award-list__card-description{width:100%;height:100%;font-weight:400}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.supplier-card{width:100%;height:fit-content;display:flex;flex-direction:column;border:1px #d7d7d7 solid;border-radius:1rem;cursor:pointer;box-shadow:#c2cdd833 0 6px 24px;animation:fadeIn .35s ease-in-out forwards}.supplier-card__header{width:100%;display:flex;height:fit-content;flex-direction:column;position:relative}.supplier-card__header-logo{width:100%;display:flex;align-items:center;justify-content:center;aspect-ratio:1;max-width:140px;border-radius:50%;overflow:hidden;margin:20px auto 10px;border:1px #e9e9e9 solid;background-color:#fff}.supplier-card__header-logo-image{width:100%;height:auto;object-position:center;object-fit:cover}.supplier-card__header-pioneer-badge{top:18px;right:0;position:absolute;border-radius:4px 0 0 4px}.supplier-card__header-name{display:flex;flex-direction:column;align-items:center;gap:6px}.supplier-card__header-name-text{position:relative;max-width:90%;padding:0px .4rem;text-align:center;font-weight:600;font-size:1.7rem;color:#000;line-height:1}.supplier-card__header-name-verified{position:absolute;transform:translate(-10%,16%);width:14px;height:auto;object-fit:contain;object-position:center;margin-left:6px}.supplier-card__header-name-location,.supplier-card__header-name-location--hidden{display:flex;width:fit-content;align-items:center;background-color:#000;border-radius:12px;color:#fafafa;font-weight:300;font-size:.95rem;padding:4px 8px 4px 6px;gap:2px;animation:fadeIn .4s ease-in forwards}.supplier-card__header-name-location-icon,.supplier-card__header-name-location--hidden-icon{color:inherit;font-size:1.2rem;font-weight:200}.supplier-card__header-name-location--hidden{visibility:hidden}.supplier-card__stats{display:flex;align-items:center;height:fit-content;background-color:#f3f3f3;border-radius:12px;padding:1rem 0px;margin:1.8rem 1.4rem 10px}.supplier-card__stats-content,.supplier-card__stats-content--large{flex:1;height:100%;display:flex;align-items:center;justify-content:center;gap:4px}.supplier-card__stats-content-icon,.supplier-card__stats-content-icon--small,.supplier-card__stats-content--large-icon,.supplier-card__stats-content--large-icon--small{font-size:2.8rem;font-weight:200;margin-right:.5rem}@media (max-width: 1500px){.supplier-card__stats-content-icon,.supplier-card__stats-content-icon--small,.supplier-card__stats-content--large-icon,.supplier-card__stats-content--large-icon--small{font-size:2.6rem}}.supplier-card__stats-content-icon--small,.supplier-card__stats-content--large-icon--small{font-size:2.5rem;margin-right:0}@media (max-width: 1500px){.supplier-card__stats-content-icon--small,.supplier-card__stats-content--large-icon--small{font-size:2.3rem}}.supplier-card__stats-content-text,.supplier-card__stats-content--large-text{display:flex;flex-direction:column}.supplier-card__stats-content-text span,.supplier-card__stats-content--large-text span{font-size:.88rem;font-weight:500}@media (max-width: 1500px){.supplier-card__stats-content-text span,.supplier-card__stats-content--large-text span{font-size:.8rem}}.supplier-card__stats-content-text strong,.supplier-card__stats-content--large-text strong{font-size:1.38rem;font-weight:600}@media (max-width: 1500px){.supplier-card__stats-content-text strong,.supplier-card__stats-content--large-text strong{font-size:1.3rem}}.supplier-card__stats-content--large{flex:1.6}.supplier-card__stats-separator{display:inline-block;width:1px;height:30px;background-color:#ccc;margin:.5rem 0px}.supplier-card__details{display:flex;flex-direction:column;padding:.5rem 1.6rem;gap:.35rem}.supplier-card__details-container{display:flex;align-items:center;justify-content:space-between}.supplier-card__details-title,.supplier-card__details-text{font-size:1.2rem}.supplier-card__details-title{font-weight:400}.supplier-card__details-text{font-weight:600}.supplier-card__footer{display:flex;justify-content:space-between;padding:1rem 1.6rem;border-top:1px solid #ececec;margin-top:1.4rem;gap:20px}.supplier-card__footer .btn-secondary{height:2.8rem;margin-right:5px;border-radius:5rem}.supplier-card__footer .supplier-card__button,.supplier-card__footer .supplier-card__button--hidden{display:flex;align-items:center;justify-content:center;border:1px solid #e4e4e4;border-radius:20px;background:transparent;padding:.5rem 1.5rem .5rem 1rem;font-size:1.2rem;cursor:pointer;font-weight:500;gap:6px;transition:background .15s ease-in-out,border .15s ease-in-out,color .15s ease-in-out;line-height:1.2}.supplier-card__footer .supplier-card__button svg,.supplier-card__footer .supplier-card__button--hidden svg{font-size:1.6rem;transition:fill .15s ease-in-out}.supplier-card__footer .supplier-card__button:hover,.supplier-card__footer .supplier-card__button--hidden:hover{background:#44cc17;border-color:#44cc17;color:#fafafa}.supplier-card__footer .supplier-card__button:hover svg,.supplier-card__footer .supplier-card__button--hidden:hover svg{fill:#fafafa}.supplier-card__footer .supplier-card__button--hidden{visibility:hidden}.supplier-card__footer .supplier-card__link{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;line-height:1.2}.supplier-card__footer .supplier-card__link span{font-weight:200}.supplier-card__footer .supplier-card__link:hover div{text-decoration:underline}.supplier-card-skeleton__slot,.supplier-card-skeleton__slot-block,.supplier-card-skeleton__slot-button,.supplier-card-skeleton__slot-image,.supplier-card-skeleton__slot-text--large,.supplier-card-skeleton__slot-text--link,.supplier-card-skeleton__slot--location,.supplier-card-skeleton__slot-text{background-color:#ececec;animation:pulseAnimation 2s cubic-bezier(.4,0,.6,1) infinite;color:transparent}.supplier-card-skeleton__slot span,.supplier-card-skeleton__slot-block span,.supplier-card-skeleton__slot-button span,.supplier-card-skeleton__slot-image span,.supplier-card-skeleton__slot-text--large span,.supplier-card-skeleton__slot-text--link span,.supplier-card-skeleton__slot--location span,.supplier-card-skeleton__slot-text span{color:transparent}.supplier-card-skeleton__slot-image{width:100%;height:100%}.supplier-card-skeleton__slot-text--link,.supplier-card-skeleton__slot-text{width:50%;height:18px;border-radius:20px}.supplier-card-skeleton__slot-text--link--large,.supplier-card-skeleton__slot-text--large{width:100%;height:16px;border-radius:20px}.supplier-card-skeleton__slot-text--link--link,.supplier-card-skeleton__slot-text--link{width:80px;height:32px;border-radius:8px}.supplier-card-skeleton__slot--location{width:88px;height:21px}.supplier-card-skeleton__slot-block{height:62px}.supplier-card-skeleton__slot-button{width:110px;height:32px;border-radius:20px}@keyframes pulseAnimation{0%,to{opacity:1}50%{opacity:.5}}.supplier-metrics__about{width:100%;background-color:#f7f7f7;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.supplier-metrics__list{margin:1rem 0;width:100%;display:grid;gap:1.3rem;grid-template-columns:repeat(auto-fill,minmax(28rem,1fr))}.supplier-metrics__card{margin:.5rem;border:1px #d2d2d2 solid;padding:1.4rem 1rem 1rem;display:grid;grid-template-rows:auto 40%;border-radius:2rem;height:25rem}.supplier-metrics__card-stats{padding:0 1rem}.supplier-metrics__card-stats-icon{border-radius:50%;width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.supplier-metrics__card-stats-icon.bg-green{background-color:#a3f980}.supplier-metrics__card-stats-icon.bg-yellow{background-color:#fff5ae}.supplier-metrics__card-stats-icon.bg-red{background-color:#ffcaca}.supplier-metrics__card-stats-icon.bg-grey{background-color:#f7f7f7}.supplier-metrics__card-description{padding:1rem;border-radius:1rem;background-color:#f7f7f7;height:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.supplier-product-list{width:100%;display:grid;margin:.4rem 0;min-height:20vh;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));grid-template-rows:auto;gap:1rem}.supplier-product-list__empty-item{width:100%;height:25rem;flex-direction:column;background-color:#e9e9e9;justify-content:center;align-items:center;text-align:center;padding:1.6rem;border-radius:2rem;display:flex;gap:.5rem}.supplier-product-list__empty-item p{opacity:.4}.supplier-product-list__header{width:100%;display:flex;height:fit-content;justify-content:space-between;align-items:center;margin-top:1rem}.supplier-product-list__input-search{width:340px;display:flex;height:fit-content;align-items:center;justify-content:flex-start;border:1px solid #e4e4e4;padding:.7rem .2rem .7rem 1.6rem;border-radius:6px;gap:12px}.supplier-product-list__input-search>span{color:#e4e4e4;font-size:2rem;font-weight:200}.supplier-product-list__input-search>input{width:100%;line-height:1.2;height:fit-content;outline:none}.supplier-product-categories-filter__button--open{color:#7ada62;border:1px solid #7ada62}.supplier-product-categories-filter__button--open span{color:#7ada62}.supplier-product-categories-filter__container{position:absolute}.supplier-product-categories-filter__content{position:relative;display:flex;gap:1rem;width:calc(100% - 20px);padding:1.5rem;top:110%;left:0;margin-top:10px;z-index:1;background-color:#fff;border-radius:.5rem;border:.5px solid #f6f6f6;box-shadow:0 0 3px #00000036;transition:opacity .15s ease-in;opacity:0;pointer-events:none;touch-action:none}.supplier-product-categories-filter__content--open{opacity:1;pointer-events:auto;touch-action:auto}.supplier-product-categories-filter__overview{position:relative;min-width:250px;height:12rem;overflow:hidden;border-radius:1rem}.supplier-product-categories-filter__overview-img{width:100%;height:100%;object-fit:cover}.supplier-product-categories-filter__overview-preview{display:flex;flex-direction:column;width:100%;height:100%;gap:.5rem;background-color:#000;padding:1.5rem}.supplier-product-categories-filter__overview-preview span{font-weight:100}.supplier-product-categories-filter__overview-preview>*{color:#fff}.supplier-product-categories-filter__content-wrapper{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.5rem}.supplier-product-categories-filter__col{display:flex;flex-direction:column;gap:.3rem;padding-right:1rem}.supplier-product-categories-filter__col:not(:last-child){border-right:2px solid #f6f6f6}.supplier-product-categories-filter__col-item{padding:.5rem 1rem;border-radius:.5rem}.supplier-product-categories-filter__col-item:hover{background-color:#f6f6f6}.supplier-product-categories-filter__col-item--selected{padding:.5rem 1rem;border-radius:.5rem;background-color:#ccc}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-card{height:100%;max-height:450px;max-width:300px;display:flex;flex-direction:column;border:1px solid #d2d2d2;border-radius:1rem;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:pointer}.product-card__variants{position:absolute;top:0;right:0;margin:10px;background:#f5a216;color:#fff;font-weight:600;border-radius:30px;padding:4px 8px}.product-card__image{object-fit:cover;aspect-ratio:16/10;border-radius:1rem 1rem 0 0}.product-card__content{display:flex;flex-direction:column;gap:1.2rem;justify-content:end;background-color:#fff;padding:3rem 2rem 1.5rem;flex-grow:1}.product-card__content__provider{display:flex;align-items:center;gap:1rem;text-decoration:underline;font-weight:400;cursor:pointer;-webkit-user-select:none;user-select:none}.product-card__content__provider__awards{display:flex;gap:.5rem}.product-card__content__provider__awards img{height:18px}.product-card__content__stats{display:flex;gap:1rem}.product-card__content__stats__stock{display:flex;align-items:center;background-color:#c6dfb6;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.product-card__content__stats__stock span{margin-right:5px;font-size:1.5em;font-weight:300}.product-card__content__stats__stock__amount{font-weight:800;font-size:1em;margin-left:4px}.product-card__content__stats__stock--warning{display:flex;align-items:center;background-color:#fcf6b0;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.product-card__content__stats__stock--warning span{margin-right:5px;font-size:1.5em;font-weight:300}.product-card__content__stats__stock--warning__amount{font-weight:800;font-size:1em;margin-left:4px}.product-card__content__stats__stock--alert{display:flex;align-items:center;background-color:#fcb0b0;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.product-card__content__stats__stock--alert span{margin-right:5px;font-size:1.5em;font-weight:300}.product-card__content__stats__stock--alert__amount{font-weight:800;font-size:1em;margin-left:4px}.product-card__content__stats__id{display:flex;align-items:center;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.product-card__content__stats__id span{margin-right:5px;font-size:1.5em;font-weight:300}.product-card__tag{display:flex;gap:.3rem;align-items:center;color:#fff;background-color:#000;width:fit-content;font-size:1rem;font-weight:600;border-radius:3rem;padding:.3rem .8rem;font-weight:200}.product-card__tag span{font-weight:100;color:#fff;font-size:1.5rem}.product-card__actions__add{background-color:#f5f5f5}.product-card__actions__add span{font-weight:100}.product-card__actions__details:hover{background-color:#313638;color:#fff}.product-card__actions__details:hover span{color:#fff}.add-product-modal{padding:10px}.add-product-modal__headers__title{text-align:center}.add-product-modal__headers__subtitle{margin-top:15px;width:400px;text-align:center}.add-product-modal__buttons{margin-top:20px;display:flex;justify-content:center;gap:5px}.add-product-modal__buttons__confirm{max-width:180px;background-color:#314c26}.add-product-modal__buttons__confirm p{color:#fff}.add-product-modal__buttons__confirm span{color:#fff;font-weight:100}.add-product-modal__buttons__cancel{max-width:100px}.add-product-modal__buttons__cancel:hover{max-width:100px;background-color:#313638;color:#fff}.add-product-modal__buttons__cancel:hover span{color:#fff}.add-product-modal__details{background:#f7f7f7;padding:20px;margin:20px 10px 0;border-radius:5px;justify-content:center;display:flex;gap:3rem}.add-product-modal__details__text p{margin-bottom:5px}.add-product-modal__details__icon span{font-size:5rem;font-weight:100}.add-product-modal__alert{background:#fcf6b0;padding:5px;margin:20px 10px 0;border-radius:5px;justify-content:center;display:flex;gap:1rem;align-items:center}.add-product-modal__alert__icon span{font-size:2rem;font-weight:100}.add-product-modal__warning{background:#fcb0b0;padding:5px;margin:20px 10px 0;border-radius:5px;justify-content:center;display:flex;gap:1rem;align-items:center}.add-product-modal__warning__icon span{font-size:2rem;font-weight:100}.settings__container{height:calc(100vh - 200px);overflow-y:auto;padding-bottom:100px}.social-networks{display:flex;margin-top:1rem;width:100%;flex-wrap:wrap;flex-direction:column;gap:1rem}.social-networks__whatsapp__container{display:flex;width:100%;align-items:center;gap:1rem}.social-networks__others{display:flex;width:100%}.social-networks__others__item{flex-grow:1;padding:.5rem}.agreement-detail-section{width:100%;display:flex;height:fit-content;flex-direction:column;gap:2rem}.agreement-detail-section>header>h3{font-size:1.4rem}.agreement-detail-section__content{width:100%;height:fit-content;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:2rem}.agreement-detail-section__item-base-card{width:100%;height:fit-content;padding:1rem 1.2rem;border:1px solid #e4e4e4;border-radius:8px;justify-content:flex-start;align-items:center;display:flex;gap:1.2rem}.agreement-detail-section__item-base-card>figure{width:50px;min-width:50px;aspect-ratio:1;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;border-radius:50%}.agreement-detail-section__item-base-card>figure>span{font-size:2.4rem;font-weight:300}.agreement-detail-section__item-base-card-title{display:inline-block;font-size:1.2rem;font-weight:700;margin-bottom:2px}.agreement-detail-section__terms{width:100%;display:flex;flex-direction:column;background-color:#f7f7f7;border:4px solid #f7f7f7;border-radius:8px;overflow:hidden}.agreement-detail-section__terms>header{width:100%;padding:2rem}.agreement-detail-section__terms>header>button{background:transparent;outline:none;border:none}.agreement-detail-section__terms>header>button>span.icon--open{transform:rotate(0)}.agreement-detail-section__terms>header>button>span.icon--close{transform:rotate(180deg)}.agreement-detail-section__terms-container{width:100%;height:400px;max-height:400px;overflow:hidden}.agreement-detail-section__terms-container>iframe{display:flex;width:100%;height:100%;border:none}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.no-results__container{align-items:center;display:flex;flex-direction:column;justify-content:center;gap:1rem;width:100%}.no-results__container__icon{fill:#fff;stroke:#eaeaea;width:6rem;height:6rem}.no-results__container__text{font-size:1.2rem;letter-spacing:.05rem;color:#adafaf}.agreement-participant-section{width:100%;height:fit-content;flex-direction:column;display:flex;gap:2rem}.agreement-participant-section__title{font-size:1.4rem}.agreement-participant-section__search{width:340px;display:flex;height:fit-content;align-items:center;justify-content:flex-start;border:1px solid #e4e4e4;padding:.7rem 1.6rem;border-radius:6px;gap:12px}.agreement-participant-section__search>span{color:#e4e4e4;font-size:2rem;font-weight:200}.agreement-participant-section__search>input{width:100%;line-height:1.2;height:fit-content;outline:none}.agreement-participant-section__profile-image{width:35px;height:35px;min-width:35px;min-height:35px;aspect-ratio:1;border-radius:50%;overflow:hidden}.agreement-participant-section__profile-image img{width:100%;height:100%;object-fit:cover;object-position:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.agreement-product-card{height:100%;max-height:450px;max-width:300px;display:flex;flex-direction:column;border:1px solid #d2d2d2;border-radius:1rem;overflow:hidden;-webkit-user-select:none;user-select:none}.agreement-product-card__variants,.agreement-product-card__agreement-alert{position:absolute;top:0;right:0;margin:10px;background:#f5a216;color:#fff;font-weight:600;border-radius:30px;padding:4px 8px}.agreement-product-card__agreement-alert{top:-3px;left:-26px;display:flex;width:fit-content;background:#f5df16;border-radius:50%;justify-content:center;align-items:center;cursor:pointer;padding:6px}.agreement-product-card__image-wrapper{position:relative}.agreement-product-card__image{object-fit:cover;aspect-ratio:16/10;border-radius:1rem 1rem 0 0}.agreement-product-card__price{position:absolute;display:flex;flex-direction:column;align-items:center;background-color:#f6f6f6;left:0;right:0;margin:0 auto;width:fit-content;padding:.5rem 2rem;border-radius:1rem;bottom:-2rem}.agreement-product-card__content{display:flex;flex-direction:column;gap:1.2rem;justify-content:end;background-color:#fff;padding:3rem 2rem 1.5rem;flex-grow:1}.agreement-product-card__content__provider{display:flex;align-items:center;gap:1rem;text-decoration:underline;font-weight:400;cursor:pointer;-webkit-user-select:none;user-select:none}.agreement-product-card__content__provider__awards{display:flex;gap:.5rem}.agreement-product-card__content__provider__awards img{height:18px}.agreement-product-card__content__stats{display:flex;gap:1rem}.agreement-product-card__content__stats__stock{display:flex;align-items:center;background-color:#c6dfb6;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.agreement-product-card__content__stats__stock span{margin-right:5px;font-size:1.5em;font-weight:300}.agreement-product-card__content__stats__stock__amount{font-weight:800;font-size:1em;margin-left:4px}.agreement-product-card__content__stats__stock--warning{display:flex;align-items:center;background-color:#fcf6b0;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.agreement-product-card__content__stats__stock--warning span{margin-right:5px;font-size:1.5em;font-weight:300}.agreement-product-card__content__stats__stock--warning__amount{font-weight:800;font-size:1em;margin-left:4px}.agreement-product-card__content__stats__stock--alert{display:flex;align-items:center;background-color:#fcb0b0;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.agreement-product-card__content__stats__stock--alert span{margin-right:5px;font-size:1.5em;font-weight:300}.agreement-product-card__content__stats__stock--alert__amount{font-weight:800;font-size:1em;margin-left:4px}.agreement-product-card__content__stats__id{display:flex;align-items:center;padding:5px;border-radius:5px;font-size:1em;font-weight:600;line-height:.7}.agreement-product-card__content__stats__id span{margin-right:5px;font-size:1.5em;font-weight:300}.agreement-product-card__name{font-size:1.5rem;font-weight:600;letter-spacing:-.05rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3rem;overflow:hidden;line-clamp:2}.agreement-product-card__tag{display:flex;gap:.3rem;align-items:center;color:#fff;background-color:#000;width:fit-content;font-size:1rem;font-weight:600;border-radius:3rem;padding:.3rem .8rem;font-weight:200}.agreement-product-card__tag span{font-weight:100;color:#fff;font-size:1.5rem}.agreement-product-card__actions{display:flex;justify-content:space-between;gap:.5rem}.agreement-product-card__actions__add{background-color:#f5f5f5}.agreement-product-card__actions__add span{font-weight:100}.agreement-product-card__actions__details:hover{background-color:#313638;color:#fff}.agreement-product-card__actions__details:hover span{color:#fff}.agreement-products-section__grid{margin:2rem 0rem 0rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));grid-template-rows:auto;gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.layout-container__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 0;position:sticky;top:-1rem;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffa6;margin-bottom:2rem}.layout-container__header--no-sticky{position:relative;-webkit-backdrop-filter:none;backdrop-filter:none;background:none}.agreement-table,.agreement-table__container{width:100%;height:100%;display:flex;flex-direction:column}.agreement-table__container>table th:nth-child(2){min-width:240px}.agreement-table__container>table th:nth-child(7){min-width:140px}.agreement-table__container>table th:nth-child(8){min-width:220px}.agreement-table__container>table th:nth-child(9){max-width:100px}@media (max-width: 800px){.agreement-table__container>table{min-width:120rem}}@media (max-width: 800px){.agreement-table__container{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}.agreement-table__ellipsis{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agreement-table-product-cell{width:100%;display:flex;align-items:center;height:fit-content;gap:12px}.agreement-table-product-cell>figure{height:35px;min-width:35px;min-height:35px;aspect-ratio:1;border-radius:6px;overflow:hidden}.agreement-table-product-cell>figure>img{width:100%;height:100%;object-fit:cover;object-position:center}.agreement-table-product-cell>figure.empty{background-color:#7e7e7e}.agreement-table-status-cell{width:fit-content;height:fit-content;padding:3px 12px;border-radius:20px;font-size:1rem;font-weight:600}.agreement-table-status-cell.color--green{background-color:#9cfa81}.agreement-table-status-cell.color--red{background-color:#ffcbca}.agreement-table-status-cell.color--yellow{background-color:#fdf7ae}.agreement-table-status-cell.color--gray{background-color:#f1f1f1}.agreement-table-detail-cell,.agreement-table-participants-cell{display:flex;align-items:center;justify-content:center;gap:7px}.agreement-table-detail-cell>span,.agreement-table-participants-cell>span{font-size:2rem;font-weight:300}.agreement-table-detail-cell>p,.agreement-table-participants-cell>p{line-height:1}.agreement-table-detail-cell{text-wrap:nowrap;cursor:pointer;gap:0px}.agreement-table-detail-cell>span{font-weight:200}.agreement-table-filters{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;place-content:space-between;align-items:center}.agreement-table-filters>section.table-filters-btn__statuses{column-gap:1rem}.agreement-table-filters__actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 800px){.agreement-table-filters__actions{margin-bottom:1rem;justify-content:center;flex-wrap:wrap}}@media (max-width: 800px){.agreement-table-filters{place-content:initial;align-items:initial;grid-template-columns:1fr;grid-template-rows:auto;gap:1rem}}.agreement-table-counter{width:100%;display:flex;flex-direction:column;margin:2px 0}.agreement-table-counter__container{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 800px){.agreement-table-counter__container{flex-direction:column}}.filter-pills{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.filter-pills__pill,.filter-pills__pill--empty{display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;border-radius:20px;font-size:10px;border:none;padding:6px 12px;gap:6px;align-items:center}.filter-pills__pill span,.filter-pills__pill--empty span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000;border-radius:50%;transition:background-color .2s ease,color .2s ease}.filter-pills__pill:hover span,.filter-pills__pill--empty:hover span{background-color:#707070;color:#fafafa}.filter-pills__pill strong,.filter-pills__pill--empty strong{margin-right:4px}.filter-pills__pill--empty{background-color:#f7f7f7}.filter-pills__btn-delete{background:none;outline:none;cursor:pointer;border:none;text-decoration:underline}.filter-pills__btn-delete:hover{opacity:.7}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.referral-table{width:100%;display:flex;height:fit-content;flex-direction:column}.referral-table__profile-image{width:35px;height:35px;min-width:35px;min-height:35px;aspect-ratio:1;border-radius:50%;overflow:hidden}.referral-table__profile-image img{width:100%;height:100%;object-fit:cover;object-position:center}.referral-table__ellipsis{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.referral-table__btn-arrow{background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.referral-table__btn-arrow span{font-weight:300}.referral-table table th:nth-child(1){width:290px}.referral-table table th:nth-child(5),.referral-table table th:nth-child(6),.referral-table table th:nth-child(7){max-width:85px}.referral-table .loading__screen__container{z-index:1}.referral-table .table-tag{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.referral-table .table-tag.referral-tag-cell--green{color:#313638;background-color:#a5ecad;border:none}.referral-table .table-tag.referral-tag-cell--green span{color:#313638}.referral-table .table-tag.referral-tag-cell--red{color:#7f3939;background-color:#ffb6b6;border:none}.referral-table .table-tag.referral-tag-cell--red span{color:#7f3939}.referral-table .table-tag.referral-tag-cell--gray{color:#313638;background-color:#f3f3f3;border:none}.referral-table .table-tag.referral-tag-cell--gray span{color:#313638}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.table-tag.transaction-tag-cell--green{color:#313638;background-color:#a5ecad;border:none}.table-tag.transaction-tag-cell--green span{color:#313638}.table-tag.transaction-tag-cell--red{color:#7f3939;background-color:#ffb6b6;border:none}.table-tag.transaction-tag-cell--red span{color:#7f3939}.table-tag.transaction-tag-cell--gray{color:#313638;background-color:#f3f3f3;border:none}.table-tag.transaction-tag-cell--gray span{color:#313638}.table-tag.transaction-tag-cell--yellow{color:#3d3a2a;background-color:#fff5ae;border:none}.table-tag.transaction-tag-cell--yellow span{color:#3d3a2a}.transaction-table .loading__screen__container{z-index:1}.transaction-table table th:nth-child(7){max-width:85px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.city-selling-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;margin-bottom:1rem;gap:1rem}@media (max-width: 800px){.city-selling-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.city-selling-filter-section>div:first-child{order:2}}@media (max-width: 800px){.city-selling-filter-section>div:last-child{justify-content:center}}.city-selling-page__header{margin-bottom:0rem!important}.city-selling-page__content{display:flex;width:100%;height:60vh;gap:2rem}@media (max-width: 800px){.city-selling-page__content{flex-direction:column}}@media (max-width: 800px){.city-selling-page__content>:first-child{min-height:60vh;flex:1}}@media (max-width: 800px){.city-selling-page__content>:last-child{min-height:70vh;flex:1}}.city-selling-char{flex:.4;border-radius:6px;border:1px solid #eaeaea;padding:20px 25px 0 0;display:flex;width:100%;height:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.city-selling-table{flex:.6;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow-y:scroll}.city-selling-table .loading__screen__container{z-index:1}@media (max-width: 800px){.city-selling-table>table{min-width:120rem}}@media (max-width: 800px){.city-selling-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dropshipper-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr auto;margin-bottom:.6rem;gap:1rem}@media (max-width: 800px){.dropshipper-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.dropshipper-filter-section>div:first-child{order:2}}@media (max-width: 800px){.dropshipper-filter-section>div:last-child{justify-content:center}}.dropshipper-page__header{margin-bottom:0rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dropshipper-table{width:100%;height:fit-content;display:flex;flex-direction:column}.dropshipper-table__ellipsis{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropshipper-table .loading__screen__container{z-index:1}@media (max-width: 800px){.dropshipper-table>table{min-width:100rem}}@media (max-width: 800px){.dropshipper-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.niche-selling-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;margin-bottom:1rem;gap:1rem}@media (max-width: 800px){.niche-selling-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.niche-selling-filter-section>div:first-child{order:2}}@media (max-width: 800px){.niche-selling-filter-section>div:last-child{justify-content:center}}.niche-selling-page__header{margin-bottom:0rem!important}.niche-selling-page__content{display:flex;width:100%;height:60vh;gap:2rem}@media (max-width: 800px){.niche-selling-page__content{flex-direction:column}}@media (max-width: 800px){.niche-selling-page__content>:first-child{min-height:60vh;flex:1}}@media (max-width: 800px){.niche-selling-page__content>:last-child{min-height:70vh;flex:1}}.niche-selling-char{flex:.4;border-radius:6px;border:1px solid #eaeaea;padding:20px 25px 0 0;display:flex;width:100%;height:100%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.niche-selling-table{flex:.6;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow-y:scroll}.niche-selling-table__name-cell{display:flex;align-items:center;justify-content:center;width:max-content;padding:4px 10px;border-radius:25px;background-color:#101010;color:#fff;gap:4px}.niche-selling-table__name-cell>p{color:inherit}.niche-selling-table__name-cell>span{font-size:1.4rem;font-weight:200;color:inherit}.niche-selling-table table th:nth-child(1){min-width:260px}.niche-selling-table table th:nth-child(3){min-width:150px}.niche-selling-table table th:nth-child(4){min-width:130px}.niche-selling-table .loading__screen__container{z-index:1}@media (max-width: 800px){.niche-selling-table>table{min-width:100rem}}@media (max-width: 800px){.niche-selling-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-costs-filters{width:100%;display:grid;height:fit-content;grid-template-columns:1fr auto;margin-bottom:.6rem;gap:1rem}@media (max-width: 800px){.order-costs-filters{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.order-costs-filters>div:first-child{order:2}}@media (max-width: 800px){.order-costs-filters>div:last-child{justify-content:center}}.order-costs-page__header{margin-bottom:0rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-cost-table{width:100%;height:fit-content;display:flex;flex-direction:column}.order-cost-table__btn-link{background:none;outline:none;border:none;cursor:pointer;text-decoration:underline;font-size:inherit}.order-cost-table table th:nth-child(1){min-width:140px}.order-cost-table .loading__screen__container{z-index:1}@media (max-width: 800px){.order-cost-table>table{min-width:120rem}}@media (max-width: 800px){.order-cost-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.order-funnel-page-filters{width:100%;display:grid;height:fit-content;grid-template-columns:1fr auto;margin-bottom:1rem;gap:1rem}@media (max-width: 800px){.order-funnel-page-filters{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.order-funnel-page-filters>div:first-child{order:2}}@media (max-width: 800px){.order-funnel-page-filters>div:last-child{justify-content:center}}.order-funnel-page__header{margin-bottom:0rem!important}.order-funnel-cards{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));margin:2rem 0rem;gap:1rem}.order-funnel-chart{opacity:0;animation:fadeIn 1s forwards}.order-funnel-chart-shape__group>path{opacity:0;transform:translate(-50px);animation:fadeInMoveRight 1s forwards}.order-funnel-chart-shape__group:nth-child(5)>path{animation-delay:.8s}.order-funnel-chart-shape__group:nth-child(4)>path{animation-delay:1.3s}.order-funnel-chart-shape__group:nth-child(3)>path{animation-delay:1.8s}.order-funnel-chart-shape text{opacity:0;animation:fadeIn 1s forwards}.order-funnel-chart-shape text:nth-child(7){animation-delay:.8s}.order-funnel-chart-shape text:nth-child(8){animation-delay:1.3s}.order-funnel-chart-shape text:nth-child(9){animation-delay:1.8s}@keyframes fadeInMoveRight{to{opacity:1;transform:translate(0)}}@keyframes fadeIn{to{opacity:1}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-selling-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;margin-bottom:.6rem;gap:1rem}@media (max-width: 800px){.product-selling-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.product-selling-filter-section>div:first-child{order:2}}@media (max-width: 800px){.product-selling-filter-section>div:last-child{justify-content:center}}.product-selling-page__header{margin-bottom:0rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-selling-table{width:100%;height:fit-content;display:flex;flex-direction:column}.product-selling-table__product-image{height:35px;min-width:35px;min-height:35px;aspect-ratio:1;border-radius:4px;overflow:hidden}.product-selling-table__product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-selling-table__ellipsis{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-selling-table .loading__screen__container{z-index:1}@media (max-width: 800px){.product-selling-table>table{min-width:100rem}}@media (max-width: 800px){.product-selling-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}.product-selling-table table th:nth-child(1){width:100px}.product-selling-table table th:nth-child(2){width:35%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.profit-order-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr auto;gap:1rem}@media (max-width: 800px){.profit-order-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.profit-order-filter-section>div:first-child{order:2}}@media (max-width: 800px){.profit-order-filter-section>div:last-child{justify-content:center}}.profit-order-page__header{margin-bottom:0rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.profit-order-table{width:100%;height:fit-content;display:flex;flex-direction:column}.profit-order-table__btn-link{background:none;outline:none;border:none;cursor:pointer;text-decoration:underline;font-size:inherit}.profit-order-table__color-red{color:#e74c3c}.profit-order-table__color-green{color:#07bc0c}.profit-order-table table th:nth-child(4){min-width:120px}.profit-order-table .loading__screen__container{z-index:1}@media (max-width: 800px){.profit-order-table>table{min-width:120rem}}@media (max-width: 800px){.profit-order-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.provider-billing-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;margin-bottom:.6rem;gap:1rem}@media (max-width: 800px){.provider-billing-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.provider-billing-filter-section>div:first-child{order:2}}@media (max-width: 800px){.provider-billing-filter-section>div:last-child{justify-content:center}}.provider-billing-page__header{margin-bottom:0rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.providers-billing-table{width:100%;height:fit-content;display:flex;flex-direction:column}.providers-billing-table__ellipsis{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.providers-billing-table .loading__screen__container{z-index:1}@media (max-width: 800px){.providers-billing-table>table{min-width:100rem}}@media (max-width: 800px){.providers-billing-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.state-selling-filter-section{width:100%;display:grid;height:fit-content;grid-template-columns:1fr 1.3fr;margin-bottom:1rem;gap:1rem}@media (max-width: 800px){.state-selling-filter-section{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 800px){.state-selling-filter-section>div:first-child{order:2}}@media (max-width: 800px){.state-selling-filter-section>div:last-child{justify-content:center}}.state-selling-page__header{margin-bottom:0rem!important}.state-selling-page__content{display:flex;width:100%;height:60vh;gap:2rem}@media (max-width: 800px){.state-selling-page__content{flex-direction:column}}@media (max-width: 800px){.state-selling-page__content>:first-child{min-height:60vh;flex:1}}@media (max-width: 800px){.state-selling-page__content>:last-child{min-height:70vh;flex:1}}.state-selling-chart{flex:.4;border-radius:6px;border:1px solid #eaeaea;display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:3rem 1rem 1rem;position:relative}.state-selling-chart>svg{width:100%;height:100%}.state-selling-chart>svg .land{fill:#fff;fill-opacity:1;stroke:#000;stroke-opacity:1;stroke-width:1;cursor:pointer}.state-selling-chart>.tooltip{position:absolute;background-color:#fff;color:#fff;padding:1rem;border-radius:3px;pointer-events:none;transform:translate(10%,-50%);box-shadow:#64646f33 0 7px 29px;white-space:nowrap;z-index:2}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.state-selling-table{flex:.6;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow-y:scroll}.state-selling-table .loading__screen__container{z-index:1}@media (max-width: 800px){.state-selling-table>table{min-width:120rem}}@media (max-width: 800px){.state-selling-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}.wallet-movements__header{margin-bottom:0rem!important}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.wallet-movement-table{width:100%;height:fit-content;display:flex;flex-direction:column}@media (max-width: 800px){.wallet-movement-table>table{min-width:100rem}}@media (max-width: 800px){.wallet-movement-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}.wallet-movement-table__time-cell{width:10rem;display:inline-flex}.report-request-modal{width:650px;height:70vh;display:flex;outline:none;border:none}.report-request-modal__wrapper>.modal__close{right:.7rem;top:1.6rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.reports-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));column-gap:1rem;row-gap:1rem;width:90%}@media (max-width: 1200px){.reports-grid-container{width:100%}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.report-grid-card{border-radius:.8rem;border:2px solid #f7f7f7;display:flex;align-items:center;gap:1rem;padding:1rem;outline:none;text-decoration:none;transition:background-color .1s ease-in-out}.report-grid-card:hover{background-color:#f7f7f7}.report-grid-card:hover .report-grid-card__icon-container{background-color:#fff}.report-grid-card__icon-container{background-color:#f7f7f7;border-radius:.6rem;padding:1rem}.report-grid-card__icon-container span{font-size:4rem}.report-grid-card__text-info{display:flex;flex-direction:column;gap:.3rem}.report-grid-card__text-info h4{font-size:1.1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.block-customer-modal{width:500px;display:flex;flex-direction:column;padding:3rem 3rem 0rem;gap:10px}.block-customer-modal>div>.btn-secondary{background:none;box-shadow:none;font-weight:500;line-height:1.2}.block-customer-modal>div>.btn-secondary:hover{background:#f5f5f5}.block-customer-modal>div>.btn-primary{line-height:1.2}@media (max-width: 800px){.block-customer-modal{padding:1rem 1rem 0rem;max-width:90vw}}@media (max-width: 800px){.block-customer-modal>div.flex.justify-center.m-2.gap-1{flex-direction:column-reverse}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.create-customer-modal{width:670px;display:flex;flex-direction:column;padding:.5rem 1rem;gap:10px}@media (max-width: 800px){.create-customer-modal{max-width:90vw}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.customer-metrics{max-height:calc(100vh - 260px);overflow-y:auto;border-radius:10px}.customer-metrics__container{padding:1rem;background:#f7f7f7;margin-bottom:15px;margin-top:10px;margin-right:5px}.customer-metrics__titles p{font-size:1em;margin-top:2px}.customer-metrics__title{display:flex;gap:1rem;align-items:center}.customer-metrics__title h3{font-weight:600;font-size:1.3em}.customer-metrics__cards{display:flex;gap:1rem}.customer-metrics__cards--top{margin-bottom:.5em}.customer-metrics__banner{border-radius:10px;margin-top:10px;padding:1.3em;display:flex;justify-content:space-between;align-items:center;background-color:#fff}.customer-metrics__banner__number{font-size:2.1rem;font-weight:600}.customer-metrics__banner__number h3{font-weight:600}.customer-metrics__banner__text{display:flex;align-items:center;gap:20px}.customer-metrics__banner__text h3{font-size:1.3rem;font-weight:500}.customer-metrics__banner__text span{font-size:3rem;font-weight:100}.customer-metrics__card{flex:1;border-color:#f7f7f7;border-radius:10px;padding:1.2rem;border:3px solid #f7f7f7;background:#fff;display:flex;justify-content:space-between}.customer-metrics__card span{background:#f7f7f7;padding:8px;font-size:20px;font-weight:250;border-radius:100px;margin-bottom:10px}.customer-metrics__card h3{font-size:1.1rem;font-weight:500}.customer-metrics__card__content{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.customer-metrics__card__content__amount--green{color:#44cc17;font-size:1.4em;margin:unset}.customer-metrics__card__content__amount--red{color:#f9b4b4;font-size:1.4em;margin:unset}.customer-metrics__card__content__amount--black{font-size:1.4em;margin:unset}.customer-metrics__card__content p{font-size:2rem;font-weight:700;margin-top:.3em}.customer-metrics__card--special span{background:#f9b4b4}#icon-red{background-color:#f9b4b4}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.customer-orders-table{width:100%;height:100%;max-height:67vh;display:flex;overflow-y:scroll;flex-direction:column}@media (max-width: 800px){.customer-orders-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll}}@media (max-width: 800px){.customer-orders-table>table{min-width:100rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.customers-table{width:100%;height:fit-content;display:flex;flex-direction:column}.customers-table .loading__screen__container{z-index:1}.customers-table th:nth-child(3){max-width:100px;text-align:center}.customers-table th:nth-child(4){max-width:232px;text-align:center}.customers-table th:nth-child(5){max-width:158px;text-align:center}.customers-table th:nth-child(6){max-width:132px}.customers-table th:nth-child(7){max-width:142px}.customers-table th:nth-child(8){max-width:58px}.customers-table__btn-arrow{background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.customers-table__ellipsis{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 800px){.customers-table>table{min-width:100rem}}@media (max-width: 800px){.customers-table{max-width:90vw;overflow-x:scroll;overflow-y:scroll;margin-bottom:8rem}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.edit-customer-modal,.edit-customer-modal--loader{width:670px;display:flex;flex-direction:column;padding:.5rem 1rem;gap:10px}@media (max-width: 800px){.edit-customer-modal,.edit-customer-modal--loader{max-width:90vw}}.edit-customer-modal--loader{height:500px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.import-customer-modal,.import-customer-modal--loader{width:fit-content;height:fit-content;display:flex;flex-direction:column;padding:.5rem 1rem;gap:10px}@media (max-width: 800px){.import-customer-modal,.import-customer-modal--loader{max-width:90vw;padding:0rem}}.import-customer-modal__customers,.import-customer-modal__customers--hidden,.import-customer-modal--loader__customers,.import-customer-modal--loader__customers--hidden{width:540px;display:flex;height:fit-content;flex-direction:column;gap:12px}@media (max-width: 800px){.import-customer-modal__customers,.import-customer-modal__customers--hidden,.import-customer-modal--loader__customers,.import-customer-modal--loader__customers--hidden{width:100%}}.import-customer-modal__customers>footer>.btn-secondary,.import-customer-modal__customers--hidden>footer>.btn-secondary,.import-customer-modal--loader__customers>footer>.btn-secondary,.import-customer-modal--loader__customers--hidden>footer>.btn-secondary{background:none;box-shadow:none;font-weight:500;line-height:1.2}.import-customer-modal__customers>footer>.btn-secondary:hover,.import-customer-modal__customers--hidden>footer>.btn-secondary:hover,.import-customer-modal--loader__customers>footer>.btn-secondary:hover,.import-customer-modal--loader__customers--hidden>footer>.btn-secondary:hover{background:#f5f5f5}.import-customer-modal__customers>footer>.btn-primary,.import-customer-modal__customers--hidden>footer>.btn-primary,.import-customer-modal--loader__customers>footer>.btn-primary,.import-customer-modal--loader__customers--hidden>footer>.btn-primary{line-height:1.2}.import-customer-modal__customers--hidden,.import-customer-modal--loader__customers--hidden{display:none}.import-customer-modal__list,.import-customer-modal--loader__list{width:100%;height:200px;display:flex;max-height:200px;flex-direction:column;overflow-x:hidden;overflow-y:scroll;border:1px solid #e4e4e4;padding:1rem;border-radius:6px;gap:12px}.import-customer-modal__customer,.import-customer-modal--loader__customer{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#f5f5f5;border-radius:6px;padding:0px 1rem;min-height:44px;height:44px}.import-customer-modal__customer>h5,.import-customer-modal--loader__customer>h5{font-size:1.2rem}@media (max-width: 800px){.import-customer-modal__customer>h5,.import-customer-modal--loader__customer>h5{font-size:1rem}}.import-customer-modal__customer>div>button>span,.import-customer-modal--loader__customer>div>button>span{font-size:2rem;color:inherit}@media (max-width: 800px){.import-customer-modal__customer>div>button>span,.import-customer-modal--loader__customer>div>button>span{font-size:1.6rem}}.import-customer-modal__customer--actions,.import-customer-modal--loader__customer--actions{display:flex;height:100%;width:fit-content;align-items:center;gap:8px}.import-customer-modal__customer--actions-warning,.import-customer-modal__customer--actions-error,.import-customer-modal--loader__customer--actions-warning,.import-customer-modal--loader__customer--actions-error{display:flex;align-items:center;justify-content:center;background-color:#fdd68e;padding:4px 7px;border-radius:20px;height:fit-content;font-weight:500;font-size:.96rem;color:#000;gap:3px}.import-customer-modal__customer--actions-warning span,.import-customer-modal__customer--actions-error span,.import-customer-modal--loader__customer--actions-warning span,.import-customer-modal--loader__customer--actions-error span{font-size:1.2rem;font-weight:300;color:inherit}@media (max-width: 800px){.import-customer-modal__customer--actions-warning span,.import-customer-modal__customer--actions-error span,.import-customer-modal--loader__customer--actions-warning span,.import-customer-modal--loader__customer--actions-error span{font-size:1rem}}@media (max-width: 800px){.import-customer-modal__customer--actions-warning,.import-customer-modal__customer--actions-error,.import-customer-modal--loader__customer--actions-warning,.import-customer-modal--loader__customer--actions-error{font-size:.8rem}}.import-customer-modal__customer--actions-error,.import-customer-modal--loader__customer--actions-error{background-color:#ff4141;color:#fafafa}.import-customer-modal__customer--actions>button,.import-customer-modal--loader__customer--actions>button{display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;outline:none;border:none}.import-customer-modal__customer--actions-delete,.import-customer-modal--loader__customer--actions-delete{color:#f85858}.import-customer-modal__loader,.import-customer-modal__loader--hidden{width:550px;height:200px;display:flex;flex-direction:column;padding-bottom:30px;gap:12px}.import-customer-modal__loader>div>.spinner-container,.import-customer-modal__loader--hidden>div>.spinner-container{height:100px}.import-customer-modal__loader--hidden{display:none}.import-customer-modal__input,.import-customer-modal__input--loading{width:480px;height:10rem;display:flex;align-items:center;justify-content:center;background-color:#f4f4f4;border-radius:8px;border:2px dashed #e1e1e1}.import-customer-modal__input>div>input,.import-customer-modal__input--loading>div>input{display:none}@media (max-width: 800px){.import-customer-modal__input,.import-customer-modal__input--loading{max-width:90vw;max-height:80vh}}.import-customer-modal__input-text{font-size:1.16rem}.import-customer-modal__input--loading{background-color:transparent;border-color:transparent}.import-customer-modal__btn-link{background:none;border:none;outline:none;color:inherit;font-size:inherit;color:#44cc17;font-weight:600;text-decoration:underline;cursor:pointer}.import-customer-modal-edit,.import-customer-modal-edit--loader{width:670px;display:flex;flex-direction:column;padding:.5rem 1rem;gap:10px}@media (max-width: 800px){.import-customer-modal-edit,.import-customer-modal-edit--loader{max-width:90vw}}.import-customer-modal-edit--loader{height:500px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.unlock-customer-modal{width:550px;display:flex;flex-direction:column;padding:3rem 3rem 0rem;gap:10px}.unlock-customer-modal>div>.btn-secondary{background:none;box-shadow:none;font-weight:500;line-height:1.2}.unlock-customer-modal>div>.btn-secondary:hover{background:#f5f5f5}.unlock-customer-modal>div>.btn-primary{line-height:1.2}@media (max-width: 800px){.unlock-customer-modal{max-width:90vw}}@media (max-width: 800px){.unlock-customer-modal>div.flex.justify-center.m-2.gap-1{flex-direction:column}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.customer-detail-page{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:2rem}@media (max-width: 800px){.customer-detail-page{min-height:170vh;gap:3rem}}.customer-detail-page__grid-content{width:100%;height:100%;display:grid;grid-template-columns:300px 1fr;grid-template-rows:1fr;gap:2rem}@media (max-width: 800px){.customer-detail-page__grid-content{height:fit-content;grid-template-columns:1fr;grid-template-rows:auto}}.customer-detail-page__tabs{width:100%;height:100%;display:flex;flex-direction:column;gap:1.4rem}.customer-detail-page__tabs-header{width:100%;display:flex;align-items:center;gap:1rem}.customer-detail-page__tabs-header a{color:#313638;font-weight:600;font-size:1.4rem;text-decoration:none;border-bottom:2px solid transparent}.customer-detail-page__tabs-header a.active{border-bottom:2px solid #313638}.customer-detail-header{width:100%;display:flex;flex-direction:column;gap:1.8rem}@media (max-width: 800px){.customer-detail-header{gap:3rem}}.customer-detail-header__content{width:100%;display:flex;justify-content:space-between;align-items:center}.customer-detail-header__content-name{font-size:2rem}@media (max-width: 800px){.customer-detail-header__content-name{font-size:1.45rem}}.customer-detail-header__content-subtitle{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;row-gap:.5rem}.customer-detail-header__content-subtitle-date{font-weight:400;font-size:1.3rem}@media (max-width: 800px){.customer-detail-header__content-subtitle-date{font-size:1.15rem}}@media (max-width: 800px){.customer-detail-header__content-subtitle{gap:.5rem}}@media (max-width: 800px){.customer-detail-header__content{flex-direction:column;align-items:center;gap:3rem}}.customer-detail-aside{width:100%;height:100%;max-height:68vh;display:flex;flex-direction:column;border:1px solid #e4e4e4;border-radius:6px;overflow-y:scroll}@media (max-width: 800px){.customer-detail-aside{max-height:none;height:fit-content}}.customer-detail-aside__title{width:100%;height:fit-content;display:flex;justify-content:flex-start;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;align-items:center;padding:1.5rem 1.3rem;gap:1rem}.customer-detail-aside__title:first-child{border-top:none}.customer-detail-aside__content{display:flex;flex-direction:column;padding:1rem 1.3rem;gap:.6rem}.customer-detail-aside__content-data,.customer-detail-aside__content-data--no-column{display:flex;flex-direction:column;justify-content:flex-start;font-size:1.1rem}.customer-detail-aside__content-data>h5,.customer-detail-aside__content-data--no-column>h5{font-weight:700;font-size:inherit}.customer-detail-aside__content-data>p,.customer-detail-aside__content-data--no-column>p{font-weight:400;font-size:inherit}.customer-detail-aside__content-data--no-column{display:inline-block}.customer-detail-aside__content-map{display:flex;width:100%;height:100%}.customer-detail-aside__content-button{position:relative;background:none;border:none;outline:none;display:flex;align-items:center;justify-content:flex-start;padding-left:1.2rem;font-size:1.05rem}.customer-detail-aside__content-button span{position:absolute;left:-6px;top:-2px;font-weight:300;font-size:1.8rem}.customer-detail-aside__content-button>div{text-decoration:underline}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.layout-container{max-width:145rem;margin:2rem auto;padding-bottom:2rem;position:relative}@media (max-width: 1500px){.layout-container{margin-right:2rem;margin-left:10rem}}@media (max-width: 500px){.layout-container{margin-right:1rem;margin-left:1rem}}.layout-container__header,.customer-header-page{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 0;position:sticky;top:-1rem;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffa6;margin-bottom:2rem}.layout-container__header--no-sticky,.customer-header-page{position:relative;-webkit-backdrop-filter:none;backdrop-filter:none;background:none}.layout-container__title{font-size:2.5rem}.layout-container__subtitle{font-size:1.2rem}.layout-container__actions{display:flex;gap:1rem;height:fit-content;align-self:center}.customer-header-page{margin-top:2rem;margin-bottom:1rem;padding-right:0}@media (max-width: 800px){.customer-header-page{flex-direction:column;gap:1rem}}@media (max-width: 800px){.customer-header-page>.layout-container__actions>button{width:100%;font-size:1.1rem;padding:.6rem 1rem}}.customers-filter-section{width:100%;display:flex;flex-direction:column;height:fit-content}.customers-filter-section__header{display:grid;grid-template-columns:.3fr 1fr;place-content:center;align-items:start;column-gap:1.5rem}@media (max-width: 800px){.customers-filter-section__header{place-content:initial;align-items:initial;grid-template-columns:1fr;grid-template-rows:auto;gap:1rem}}.customers-filter-section__actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 800px){.customers-filter-section__actions{flex-wrap:wrap}}.customers-filter-section__info{display:flex;justify-content:space-between;align-items:center;height:55px}@media (max-width: 800px){.customers-filter-section__info{height:fit-content;padding:2rem 0rem;flex-direction:column-reverse;justify-content:initial;align-items:flex-start;gap:.5rem}}.customers-filter-section__filter-button{display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;border-radius:20px;font-size:10px;border:none;padding:6px 12px;gap:6px;align-items:center}.customers-filter-section__filter-button span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000;border-radius:50%;transition:background-color .2s ease,color .2s ease}.customers-filter-section__filter-button:hover span{background-color:#707070;color:#fafafa}.customers-filter-section__filter-button strong{margin-right:4px}.customers-filter-section__counter{font-size:1.2rem;font-feature-settings:"tnum"}.customers-filter-section__counter strong{margin-right:4px}.dropshipper-detail-page__profile-image{width:52px;height:52px;min-width:52px;min-height:52px;aspect-ratio:1;border-radius:50%;overflow:hidden}.dropshipper-detail-page__profile-image img{width:100%;height:100%;object-fit:cover;object-position:center}.dropshipper-detail-page__table-wrapper{width:100%;display:flex;overflow-x:hidden;overflow-y:scroll;min-height:40vh;height:65vh;max-height:70vh}.dropshipper-detail-aside{width:50%;max-width:fit-content;display:flex;flex-direction:column;border:1px solid #e4e4e4;border-radius:6px}.dropshipper-detail-aside__header,.dropshipper-detail-aside__header--both{width:100%;height:55px;display:flex;border-bottom:1px solid #e4e4e4;margin-bottom:2rem;justify-content:flex-start;align-items:center;padding:0px 2rem;gap:8px}.dropshipper-detail-aside__header--both{border-top:1px solid #e4e4e4;margin-top:2rem}.dropshipper-detail-aside p{font-size:1.1rem;font-weight:400;word-wrap:break-word}.dropshipper-detail-aside strong{font-size:1.15rem}.dropshipper-metrics__cardContainer{display:flex;gap:.9rem;margin-bottom:2rem}.dropshipper-metrics__card{background-color:#f7f7f7;padding:15px 50px 15px 15px;min-width:200px;border-radius:15px}.dropshipper-metrics__card p{font-size:2.5rem;font-weight:600}.dropshipper-metrics__card h4{margin-top:5px;font-size:1.2rem;margin-bottom:5px;font-weight:500}.dropshipper-metrics__card--special{border:2px solid #f7f7f7;padding:15px 50px 15px 15px;min-width:200px;border-radius:15px}.dropshipper-metrics__card--special p{font-size:2.5rem;font-weight:600}.dropshipper-metrics__card--special h4{margin-top:5px;font-size:1.2rem;margin-bottom:5px;font-weight:500}.dropshipper-metrics__title h3{display:flex;gap:10px;margin-bottom:1px;align-content:center;align-items:center;font-size:16px;font-weight:500}.dropshipper-metrics__title p{font-size:12px;margin-bottom:10px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dropshipper-products-table{width:100%;height:100%;display:flex;flex-direction:column;padding-left:2.5rem}.dropshipper-products-table__product-image{height:35px;min-width:35px;min-height:35px;aspect-ratio:1;border-radius:4px;overflow:hidden}.dropshipper-products-table__product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.dropshipper-products-table__ellipsis{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropshipper-products-table table th:nth-child(1){width:35%}.dropshipper-products-table table th:nth-child(2){max-width:70px}.dropshipper-products-table table th:nth-child(3){max-width:80px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.table-tag.dropshipper-tag-cell--green{color:#313638;background-color:#a5ecad;border:none}.table-tag.dropshipper-tag-cell--green span{color:#313638}.table-tag.dropshipper-tag-cell--red{color:#7f3939;background-color:#ffb6b6;border:none}.table-tag.dropshipper-tag-cell--red span{color:#7f3939}.table-tag.dropshipper-tag-cell--gray{color:#313638;background-color:#f3f3f3;border:none}.table-tag.dropshipper-tag-cell--gray span{color:#313638}.dropshippers-table .loading__screen__container{z-index:1}.dropshippers-table__btn-arrow{background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropshippers-table__btn-arrow span{font-weight:300}.dropshippers-table__profile-image{width:35px;height:35px;min-width:35px;min-height:35px;aspect-ratio:1;border-radius:50%;overflow:hidden}.dropshippers-table__profile-image img{width:100%;height:100%;object-fit:cover;object-position:center}.dropshippers-table table th:nth-child(3){max-width:65px}.dropshippers-table table th:nth-child(5){max-width:85px}.dropshippers-table__ellipsis{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.confirmation-modal{width:400px;height:fit-content;padding:30px;text-align:center}.confirmation-modal__title{text-align:center}.confirmation-modal__text{text-align:justify;margin-top:20px}.confirmation-modal__buttons{margin-top:20px}.confirmation-modal__buttons__confirm{padding:10px;border-radius:5px;width:150px;border:none;color:#fff;background-color:#313638;cursor:pointer;margin:5px}.confirmation-modal__buttons__cancel{padding:10px;border-radius:5px;width:150px;border:none;color:#313638;background-color:#fff;cursor:pointer;margin:5px}.dropshippers-page{width:100%;height:100%;display:flex;flex-direction:column}.dropshippers-page header.layout-container__header{margin-bottom:0rem}.dropshippers-filters-section{width:100%;display:grid;height:fit-content;grid-template-columns:.7fr 1.3fr;gap:2rem}.dropshippers-filters-section div.dropdown-new__list-wrapper{width:fit-content}.commercial-agreement-detail-page__header{width:100%;height:fit-content;margin-top:1rem;margin-bottom:2rem;display:flex}.commercial-agreement-detail-page__section{width:100%;display:flex;height:fit-content;flex-direction:column;gap:.4rem}.commercial-agreement-detail-page__section-header{width:100%;height:fit-content;align-items:center;display:flex;gap:1rem}.commercial-agreement-detail-page__section-header>h2{font-size:2.2rem;font-weight:700}.commercial-agreement-detail-page__section-tags{width:100%;height:fit-content;align-items:center;justify-content:center;display:flex;gap:1rem}.commercial-agreement-detail-page__section-tags-container{display:flex;align-items:center;justify-content:center;gap:1rem}.commercial-agreement-detail-page__section-tags-container>span{display:flex;width:fit-content;height:fit-content;align-items:center;justify-content:center;text-wrap:nowrap;border-radius:20px;border:1px solid #c9c9c9;padding:.4rem 1.2rem}.commercial-agreement-detail-page__section-tags-date{width:100%;height:fit-content;align-items:center;font-size:1.2rem;display:flex;gap:8px}.commercial-agreement-detail-page__section-tags-date>span{width:1px;height:12px;display:inline-block;background-color:#a7a7a7}.commercial-agreement-detail-page__nav{width:100%;height:fit-content;margin:1rem 0rem 2.5rem;display:flex;align-items:center;justify-content:flex-start;gap:12px}.commercial-agreement-detail-page__nav>a{display:inline-block;text-decoration:none;font-size:1.2rem;padding:.6rem 1.2rem;border-bottom:3px solid transparent;font-weight:700}.commercial-agreement-detail-page__nav>a.active{border-color:#313638}.commercial-agreement-detail-page__terms{width:100%;height:22rem;max-height:22rem;background-color:#f8f8f8;border:3px solid #f8f8f8;flex-direction:column;border-radius:6px;overflow:hidden;display:flex}.commercial-agreement-detail-page__terms iframe{width:100%;height:100%;border:0}.commercial-agreements-page{width:100%;height:100%;display:flex;flex-direction:column}.commercial-agreements-page__header{margin-top:0!important}.commercial-agreements-page__header .btn-dark-brand{line-height:1.2}.agreement-modal-content__terms{width:100%;height:22vh;max-height:22vh;background-color:#f8f8f8;border:4px solid #f8f8f8;flex-direction:column;overflow:hidden;border-radius:6px;display:flex}.agreement-modal-content__terms.hidden{display:none}.agreement-modal-content__terms iframe{width:100%;height:100%;border:0}.agreement-modal-content__editable-user-chip{display:flex;align-items:center;justify-content:center;background-color:#e9e9e9;border-radius:20px;padding:.6rem 1.3rem;line-height:1.2}.agreement-modal-content__editable-user-chip>button{width:24px;height:24px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;transition:background-color .25s ease-in-out;border-radius:50%;background:none;cursor:pointer;border:none}.agreement-modal-content__editable-user-chip>button>span{color:inherit;font-size:1.5rem;font-weight:400;transition:color .25s ease-in-out}.agreement-modal-content__editable-user-chip>button:hover{background-color:#202020;color:#e4e4e4}.agreement-modal-content__editable-user-chip>button:hover.delete{background-color:#d63434;color:#d6d3d3}.agreement-modal-content__btn-delete{display:flex;align-items:center;justify-content:center;background:none;cursor:pointer;border:none}.agreement-modal-content__btn-delete>span{transition:color .15s ease-in-out;font-size:1.8rem;font-weight:300}.agreement-modal-content__btn-delete:hover>span{color:#e74c3c}.agreement-modal-content__resume{width:100%;height:fit-content;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.main__category__container{width:14vw;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem;background-color:#c2c2c227;border-radius:2rem;height:25vh;padding:0 1.5rem;cursor:pointer;transition:all .2s ease-in-out;position:relative}@media (max-width: 1000px){.main__category__container{height:20vh;width:25vw}}@media (max-width: 800px){.main__category__container{width:35vw}}@media (max-width: 500px){.main__category__container{justify-content:space-evenly;height:16vh;width:40vw}}.main__category__container__info{font-size:2rem;position:absolute;top:5%;right:5%;transition:all .2s ease-in-out}.main__category__container__info>span{font-variation-settings:"wght" 300}.main__category__container__info>span:hover{transform:scale(1.1);color:#fff}.main__category__container__figure{transition:all .2s ease-in-out;font-variation-settings:"wght" 200}.main__category__container__figure span{font-variation-settings:"wght" 100;font-size:8rem}.main__category__container__title{text-align:center;font-size:1.4rem}@media (max-width: 800px){.main__category__container__title{font-size:1.6rem}}@media (max-width: 500px){.main__category__container__title{font-size:1.3rem}}.main__category__container__description{font-size:.9rem}@media (max-width: 800px){.main__category__container__description{font-size:1.6rem}}@media (max-width: 500px){.main__category__container__description{font-size:1.3rem}}.main__category__container:hover{box-shadow:2px 5px 8px 1px #8d8d8d73;background-color:#313638}.main__category__container:hover .main__category__container__info>span,.main__category__container:hover .main__category__container__description,.main__category__container:hover .main__category__container__title,.main__category__container:hover .main__category__container__figure>span{color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.secondary__category__container{width:18vw;display:flex;align-items:center;justify-content:space-evenly;background-color:#313638;color:#fff;border-radius:1rem;height:8vh;transition:all .2s ease-in-out;position:relative}@media (max-width: 1000px){.secondary__category__container{width:25vw}}@media (max-width: 800px){.secondary__category__container{height:6vh;width:35vw}}@media (max-width: 500px){.secondary__category__container{width:40vw}}.secondary__category__container__figure{display:flex;align-items:center;justify-content:center;width:30%}.secondary__category__container__figure__icon{font-size:3.5rem;filter:invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%)}@media (max-width: 1200px){.secondary__category__container__figure__icon{font-size:3rem}}@media (max-width: 500px){.secondary__category__container__figure__icon{font-size:2rem}}.secondary__category__container__figure img{width:50%;height:50%;filter:invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%)}.secondary__category__container h2{width:70%;font-family:Montserrat;font-size:2rem;line-height:1rem;font-weight:600}@media (max-width: 1200px){.secondary__category__container h2{font-size:1.8rem}}@media (max-width: 500px){.secondary__category__container h2{font-size:1.3rem}}.secondary__category__container__info{font-size:2rem;position:absolute;right:5%;transition:all .2s ease-in-out}.secondary__category__container__info:hover{transform:scale(1.2)}.secondary__category__container:hover{background-color:#fff;color:#313638;box-shadow:2px 5px 8px 1px #8d8d8d73;cursor:pointer}.secondary__category__container:hover .secondary__category__container__figure__icon,.secondary__category__container:hover .secondary__category__container__figure img{filter:invert(69%) sepia(77%) saturate(4009%) hue-rotate(87deg) brightness(117%) contrast(115%)}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new__product__page__container__categories{height:70vh;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 500px){.new__product__page__container__categories{height:50vh;width:100%}}.new__product__page__container__categories__list{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;padding:1rem 0 0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.format__info__modal{height:100%;display:flex;align-items:"";justify-content:space-between}.format__info__modal__left{background-color:#313638;width:50%;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:row}.format__info__modal__left__content{display:flex;align-items:center;justify-content:center;width:70%}.format__info__modal__left__content span{font-size:8rem;color:#fff;font-variation-settings:"wght" 200}.format__info__modal__left__content__info{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;row-gap:.5rem;font-family:Montserrat}.format__info__modal__left__content__info h2{line-height:1.5rem;font-size:1.5rem;color:#fff}@media (max-width: 1000px){.format__info__modal__left__content__info h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.format__info__modal__left__content__info h2{font-size:1.2rem;line-height:1.2rem}}.format__info__modal__left__content__info p{width:80%;color:#fff;line-height:1rem;font-size:1rem;font-weight:300}@media (max-width: 1200px){.format__info__modal__left__content__info p{font-size:1.25rem;line-height:1.25rem}}@media (max-width: 500px){.format__info__modal__left__content__info p{font-size:1rem;line-height:1rem}}.format__info__modal__right{width:50%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 1rem 2rem 2rem}.format__info__modal__right__content{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;row-gap:1rem;font-family:Montserrat}.format__info__modal__right__content__description p{font-size:1.2rem}.format__info__modal__right__submit{justify-self:flex-end}.format__info__modal__right__submit button{height:4rem;margin:2rem 1rem 1rem 0;background-color:#313638;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:1rem 3rem;font-size:1.2rem;font-family:Montserrat;transition:all .2s ease-in-out}.format__info__modal__right__submit button:hover{background-color:#fff;box-shadow:0 2px 8px 1px #8d8d8d73;color:#313638;font-weight:600}.transactions-filters-section{width:100%;display:grid;height:fit-content;grid-template-columns:.7fr 1.3fr;gap:2rem}.transactions-filters-section div.dropdown-new__list-wrapper{width:fit-content}.transactions-counter-section{width:100%;display:flex;flex-direction:column}.transactions-counter-section__pills{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.transactions-counter-section__pill,.transactions-counter-section__pill--empty{display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;border-radius:20px;font-size:10px;border:none;padding:6px 12px;gap:6px;align-items:center}.transactions-counter-section__pill span,.transactions-counter-section__pill--empty span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000;border-radius:50%;transition:background-color .2s ease,color .2s ease}.transactions-counter-section__pill:hover span,.transactions-counter-section__pill--empty:hover span{background-color:#707070;color:#fafafa}.transactions-counter-section__pill strong,.transactions-counter-section__pill--empty strong{margin-right:4px}.transactions-counter-section__pill--empty{background-color:#f7f7f7}.transactions-counter-section__pill-delete{background:none;outline:none;cursor:pointer;border:none;text-decoration:underline}.transactions-counter-section__pill-delete:hover{opacity:.7}.billing-detailed__table-row{width:100%;display:flex;gap:.5rem;flex-direction:column;overflow:hidden;background-color:#d7d7d747;border-radius:5px;height:0}.billing-detailed__table-row>li{background-color:#ffffffde}.billing-detailed__table-row--open{padding:.5rem 1rem;height:auto}.billing-detailed__table-row--open>li{border-radius:5px;padding:.5rem 1rem}.referrals-page{width:100%;height:100%;display:flex;flex-direction:column}.referrals-page header.layout-container__header{margin-bottom:0rem}.referrals-filters-section{width:100%;display:grid;height:fit-content;grid-template-columns:.7fr 1.3fr;gap:2rem}.referrals-filters-section div.dropdown-new__list-wrapper{width:fit-content}.ReferralsPageHeader__linkModal{max-width:450px}.ReferralsPageHeader__linkBox{margin-top:20px}.ReferralsPageHeader__linkBox span{width:45px;height:38.5px;display:flex;justify-content:center;align-items:center;font-size:22px;border-radius:.5rem;cursor:pointer;border:.1rem solid #d3d3d3;background-color:#f7f7f7}.ReferralsPageHeader__message{background:#fff5ae;padding:10px;margin-top:20px;gap:10px;justify-content:center;border-radius:.5rem;align-items:center}.ReferralsPageHeader__message span{width:45px;height:38.5px;display:flex;justify-content:center;align-items:center;font-size:22px;cursor:pointer}.document-card-view-data__container{max-width:300px;margin-left:20px}.address-card-view-data__container{display:flex;gap:20px}.address-card-view-data__text{min-width:175px}.address-card-view-data__text p{vertical-align:middle}.address-card-view-data__text p span{font-size:22px;font-weight:100}.map-card-view-data__container{max-height:150px}.d-flex-column{display:flex;flex-direction:column;gap:2rem}.d-grid-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:2rem;width:100%}.business__card-container{display:flex;flex-direction:column;width:100%;gap:.2rem}.btn-right{display:flex;flex-direction:row-reverse}.rectangle-gray{background-color:#f7f7f7;max-width:15rem;min-width:6rem;height:2rem;border-radius:1rem}.alert{border:1px solid #d1d1d1;display:flex;flex-direction:row;padding:1rem;margin:1rem 0;border-radius:1rem}.alert__icon{width:5rem;margin-right:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.warning{background-color:#ffeec5}.error{background-color:#f8d7da}.box{background-color:#f7f7f7;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1rem}.modal-component{display:flex;flex-direction:column;gap:.2rem;padding:1rem;width:80rem}.modal-component__title{display:flex;flex-direction:row;align-items:center;gap:.2rem;margin-bottom:1rem}.modal-component__actions{display:flex;flex-direction:row;margin-top:.5rem;gap:.5rem;align-items:center;justify-content:flex-end}.tooltip-component{position:relative;display:inline-block;border-bottom:1px dotted black}.tooltip-component__tooltiptext{visibility:hidden;width:20rem;background-color:#555;color:#fff;border-radius:6px;padding:1rem;position:absolute;z-index:1;bottom:125%;left:-400%;margin-left:-60px;opacity:0;transition:opacity .3s}.tooltip-component__tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-component:hover .tooltip-component__tooltiptext{visibility:visible;opacity:1}.container-advices{display:flex;flex-direction:column;gap:1rem}.scroll{overflow-y:auto}.max-height-70{max-height:calc(100vh - 30rem)}.max-height-80{max-height:calc(100vh - 20rem)}.width-auto{width:auto}.width-min-content{width:min-content}.border-right{border-right:1px solid #cacfd1}.border-right-2{border-right:2px solid #868585}.cursor-pointer{cursor:pointer}.stepper-text{padding-left:clamp(.25rem,2vw,.25rem);padding-right:clamp(.25rem,2vw,.25rem);text-align:center;left:-3rem;width:112%}.w-7\/12{width:58%}.w-9\/12{width:75%}.w-10\/12{width:83%}.text-wrap{overflow-wrap:anywhere;overflow-y:scroll}.form-fiscal-data--container .upload-section input,.form-financial-data-file-input .upload-section input{display:unset}.new-business-form__container__form__phone .country-code .country-code__dropdown-wrapper{min-width:95px}.form-fiscal-data__location--text{margin-bottom:5px}.form-fiscal-data__location .new__warehouse__modal__right__add__detail{width:100%}.form-fiscal-data__location .new__warehouse__modal__right__add__detail__country p,.form-fiscal-data__location .new__warehouse__modal__right__add__detail__state p,.form-fiscal-data__location .new__warehouse__modal__right__add__detail__city p{margin-bottom:5px}.pointer{cursor:pointer}.delete-business-confirmation-modal{width:400px;height:fit-content;padding:30px;text-align:center}.delete-business-confirmation-modal__title{text-align:center}.delete-business-confirmation-modal__text{text-align:justify;margin-top:20px}.delete-business-confirmation-modal__buttons{margin-top:20px}.delete-business-confirmation-modal__buttons button{padding:10px;border-radius:5px;width:150px;border:none;color:#fff;background-color:#313638;cursor:pointer;margin:5px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.tools-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));column-gap:1rem;row-gap:1rem;width:90%}@media (max-width: 1200px){.tools-grid-container{width:100%}}.tools-grid__item{display:flex;flex-direction:column;position:relative;gap:.5rem;padding:1rem 2rem;border-radius:10px;border:1px solid #e8e7e7;transition:outline-color .15s ease-in;cursor:pointer}.tools-grid__item:before{position:absolute;border-radius:10px;left:50%;top:50%;transform:translate(-50%,-50%) scale(1.1);content:"";width:102%;height:107%;border:2px solid rgb(68,204,23);transform-origin:50% 50%;opacity:0;transition:transform .15s ease-in,opacity .15s}.tools-grid__item--disabled{opacity:.5;filter:grayscale(1)}.tools-grid__item:hover:before{opacity:1;transform:translate(-50%,-50%) scale(1)}.tracking-tools__list-item{display:grid;grid-template-columns:1fr 1fr;align-items:center}@media (min-width: 1200px){.tracking-tools__list-item{grid-template-columns:5% 10% 15% 25% 25% 20%}}.selector-tree__root:before{content:"";width:2.5%;height:120%;z-index:-1;position:absolute;left:.5%;top:80%;border-bottom:1px solid rgba(0,0,0,.25);border-left:1px solid rgba(0,0,0,.25)}.selector-tree__child{position:relative}.selector-tree__child:not(:last-child):before{content:"";width:2.5%;height:140%;z-index:-1;position:absolute;left:-2.1%;top:40%;border-bottom:1px solid rgba(0,0,0,.25);border-left:1px solid rgba(0,0,0,.25)}.webhook-product-selector__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-height:15rem;overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable}.tracking-tools__selection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;place-content:center}.tracking-tools__list{display:flex;flex-direction:column;gap:1rem}.webhooks-tools__list-item{display:grid;grid-template-columns:1fr 1fr;align-items:center}@media (min-width: 1200px){.webhooks-tools__list-item{grid-template-columns:5% 10% 25% 25% 25% 10%}}.tracking-tools__list-item__token{display:block;white-space:nowrap;max-width:90%;overflow:hidden;text-overflow:ellipsis}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.apikey-container{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:1rem 0;position:relative}@media (max-width: 800px){.apikey-container{flex-direction:column;gap:2rem}}.apikey-container__first-box{align-items:center;display:flex;gap:5rem}@media (max-width: 800px){.apikey-container__first-box{gap:1rem;flex-direction:column}}.apikey-container__icon{border-radius:50%;background-color:#eaeaea;padding:.5rem}.apikey-container__extraline{background-color:#eaeaea;position:absolute;width:100%;height:1px;bottom:-5px}.apikey-container__action-icon{background-color:#eaeaea;border-radius:.4rem;font-weight:200;font-size:1.8rem;padding:.3rem}.apikey-container__key-content{background-color:#f4f4f4;border-radius:.8rem;padding:.8rem 1rem;font-weight:500;font-size:1rem;outline:none;text-align:center;min-width:35rem}@media (max-width: 800px){.apikey-container__key-content{max-width:30rem}}.create-apikye-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.create-apikye-container__apikey__image{opacity:.3;width:7rem;margin:0 auto}.create-apikye-container__add-apikey{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.8rem 1.2rem;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:5px;background-color:#246b0d;color:#fff;width:auto;transition:all .1s ease-in-out}.create-apikye-container__add-apikey:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.create-apikye-container__add-apikey:focus{outline:none}.create-apikye-container__add-apikey[disabled]:hover{box-shadow:none}.create-apikye-container__add-apikey[disabled]{opacity:.8;cursor:not-allowed}.create-apikye-container__add-apikey .icon,.create-apikye-container__add-apikey p{color:#fff}.disable-apikey-container{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.disable-apikey-container__icon{font-size:6rem;color:#ff5c5c;opacity:.8}.disable-apikey-container__text{background-color:#ffebeb;border-radius:.5rem;color:#ff5c5c;font-weight:500;padding:2rem 1rem}.notification-preview{padding:10px;max-width:600px}.notification-preview__controllers{display:flex;align-items:center;justify-content:flex-end}.notification-preview__container{padding-left:15px;padding-right:15px;padding-bottom:15px}.notification-preview__titles{margin-bottom:10px;display:flex;align-items:center;gap:10px}.notification-preview__titles span{font-weight:100;font-size:40px}.notification-preview__box{display:flex;justify-content:center}.notification-preview__breadcrumbs{display:flex;gap:15px;align-items:center;margin-bottom:15px;margin-top:15px;justify-content:center}.notification-preview__breadcrumbs__option{font-size:12px;-webkit-user-select:none;user-select:none;cursor:pointer}.notification-preview__breadcrumbs__option__selected{font-size:12px;text-decoration:underline;font-weight:700;-webkit-user-select:none;user-select:none;cursor:pointer}.notifications__titles{margin-bottom:10px}.notifications__titles h3{margin-bottom:.5rem}.notifications__titles p{color:#838383}.notifications-grid-title{border-radius:1rem;margin-bottom:1rem;margin-top:1rem}.notifications-grid-title--open{margin-bottom:unset;border-radius:1rem 1rem 0 0}.notifications-grid{padding:1rem;border-radius:0 0 1rem 1rem;border:1px solid #f6f6f6;border-top:unset}.notifications-grid__titles__block{display:flex;gap:10px;align-items:center}.notifications-grid__titles__block__description{align-items:center;gap:20px;min-width:450px;width:100%;margin-bottom:10px;border-radius:5px;background-color:#f7f7f7;padding:10px}.notifications-grid__titles__block__description h3{font-size:12px}.notifications-grid__titles__block__description p{font-size:10px;color:#838383}.notifications-grid__titles__block__whatsapp{background:#f7f7f7;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;align-items:center;justify-content:center;padding:13px 10px 23px;width:60px;min-width:60px}.notifications-grid__titles__block__whatsapp svg{width:18px;height:18px}.notifications-grid__titles__block__email{background:#f7f7f7;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;align-items:center;justify-content:center;padding:10px 10px 20px;width:60px;min-width:60px}.notifications-grid__titles__block__email span{font-weight:100}.notifications-grid__options__element{display:flex;margin-top:5px;gap:10px;align-items:center}.notifications-grid__options__element__description{display:flex;align-items:center;gap:20px;min-width:450px;width:100%;border-radius:5px;border:1px solid #e4e4e4;padding:10px 10px 10px 20px}.notifications-grid__options__element__email{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:50px;width:60px;min-width:60px}.notifications-grid__options__element__email__input{margin-left:.5rem}.notifications-grid__options__element__email__input input[type=checkbox]:before{content:"";display:block;width:1rem;aspect-ratio:1;border-radius:2px;background-color:red;cursor:pointer;margin-top:.1rem;margin-right:.5rem}.notifications-grid__options__element__email__last{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:46px;margin-bottom:auto;width:60px;min-width:60px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.notifications-grid__options__element__email__last__input{margin-left:.5rem}.notifications-grid__options__element__whatsapp{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:50px;width:60px;min-width:60px}.notifications-grid__options__element__whatsapp__input{margin-left:.5rem}.notifications-grid__options__element__whatsapp__last{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:10px;height:46px;margin-bottom:auto;width:60px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.notifications-grid__options__element__whatsapp__last__input{margin-left:.5rem}.notifications-grid__options__element__preview{display:flex;height:30px;border:1px solid #e4e4e4;width:30px;border-radius:5px;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.notifications-grid__options__element__preview span{font-weight:100;font-size:20px}input[type=checkbox].notifications-grid__options__element__email__input:before{background:#fff;border:1px solid #e4e4e4}input[type=checkbox].notifications-grid__options__element__whatsapp__input:before{background:#fff;border:1px solid #e4e4e4}input[type=checkbox].notifications-grid__options__element__email__input:checked:before{background-color:#44cc17;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuOTI4NTcgMTBMMTIgMSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat}input[type=checkbox].notifications-grid__options__element__whatsapp__input:checked:before{background-color:#44cc17;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuOTI4NTcgMTBMMTIgMSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat}.confirm-WhatsApp-notification{padding:30px;max-width:500px}.confirm-WhatsApp-notification h2{font-size:24px;margin-bottom:18px;text-align:center}.confirm-WhatsApp-notification p{text-align:center}.confirm-WhatsApp-notification__buttons{display:flex;gap:10px;margin-top:30px;align-items:center;justify-content:center}.confirm-WhatsApp-notification__buttons__cancel{background-color:#fff;max-width:100px}.confirm-WhatsApp-notification__buttons__cancel:hover{background-color:#313638;color:#fff}.confirm-WhatsApp-notification__buttons__confirm{max-width:180px;background-color:#313638;color:#fff}.confirm-WhatsApp-notification__buttons__confirm span{color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.wallet-card-withdraw-btn{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#eaeaea;font-size:1rem}.wallet-card-withdraw-btn:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.wallet-card-withdraw-btn[disabled]:hover{box-shadow:none}.wallet-card-withdraw-btn[disabled]{opacity:.8;cursor:not-allowed}.wallet-card-deposit-btn{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#246b0d;color:#fff;font-size:1rem}.wallet-card-deposit-btn:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.wallet-card-deposit-btn[disabled]:hover{box-shadow:none}.wallet-card-deposit-btn[disabled]{opacity:.8;cursor:not-allowed}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.step-indicator__container{display:flex;flex-direction:column;width:70%;height:5rem;gap:1.5rem;-webkit-user-select:none;user-select:none;margin:5rem auto 0}.step-indicator__container .step-line{display:block;background-color:#eaeaea;flex-grow:2;height:.1rem}.step-indicator__container__info{display:flex;justify-content:space-between;align-items:center;position:relative}.step-indicator__container__info .icon-to-left{position:absolute;left:-.5rem}.step-indicator__container__info .icon-to-right{position:absolute;right:-.4rem}.step-indicator__container__info .step-ball{background-color:#eaeaea;border-radius:50%;position:relative;display:block;height:1.2rem;width:1.2rem}.step-indicator__container__info .step-line{display:block;background-color:#eaeaea;flex-grow:2;height:.1rem}.step-indicator__container__info .active-step{background-color:#44cc17}.step-indicator__container__info .text-to-left{position:absolute;left:-5rem}.step-indicator__container__info .text-to-right{position:absolute;right:-5rem}.step-indicator__icon{position:absolute;bottom:120%;right:50%;transform:translate(50%)}.step-indicator__text{right:50%;transform:translate(50%);position:absolute;top:120%;width:10rem;text-align:center}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.shopcard-transaction-table-controls{display:grid;grid-template-columns:50% 1fr;place-content:space-between;align-items:center;column-gap:1.5rem;margin-bottom:1rem}.transaction-state-tag{border-radius:2rem;padding:.2rem 1rem .2rem .8rem;margin:0 auto;width:fit-content}.transaction-state-tag.approved-state{background-color:#a5ecad}.transaction-state-tag.reverted-state{background-color:#fff5ae}.transaction-state-tag.declined-state{background-color:#ffb6b6}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.card-lateral-panel{background-color:#fff;display:flex;gap:2rem;position:absolute;box-shadow:-10px 0 10px -7px #0003;top:55px;right:-100rem;bottom:0;padding:2rem;z-index:2;width:100rem;transition:all .3s ease-in-out}.card-lateral-panel__details{display:flex;flex-direction:column;justify-content:space-between;width:30rem}.card-lateral-panel__active-panel{right:-68rem}.card-lateral-panel__active-movements{right:0rem}.card-lateral-panel__card-image{background-image:url(https://img.master.la/mastershop/media/images/shopcard/shopcard-look.png?format=WebP);background-size:contain;background-position:center center;background-repeat:no-repeat;border:none;width:100%;height:20rem;position:relative;display:flex;align-items:end;padding:1rem;overflow:hidden}.card-lateral-panel__card-image p{font-size:1.3rem}.card-lateral-panel__card-image .last-four{letter-spacing:3px;scrollbar-width:none}.card-lateral-panel__card-image .look-frame{border:none;padding-bottom:2rem;overflow:hidden}.card-lateral-panel__detail-table{width:65rem;overflow-y:auto}.card-lateral-panel__detail-table::-webkit-scrollbar{display:none}.card-lateral-panel__curved-line{display:flex;flex-direction:column;align-items:center}.card-lateral-panel__curved-line .line{background-color:#e8e7e7;width:1px;height:100%}.card-lateral-panel__curved-line .line-button{background-color:transparent;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid #e8e7e7;padding:.5rem;cursor:pointer;transition:background-color .1s ease-in-out}.card-lateral-panel__curved-line .line-button span{padding-left:.2rem;font-weight:300}.card-lateral-panel__curved-line .line-button:hover{background-color:#eaeaea}.create-shopcard-form{width:100%;display:flex;flex-direction:column;gap:1rem;padding:1rem}.create-shopcard-form label{display:flex;align-items:center;gap:5px}.create-shopcard-form__input-wrapper{border:1px solid #d3d3d3;border-radius:.5rem;align-items:center;display:flex;gap:.5rem;padding:0 .2rem;height:38px;width:100%}.create-shopcard-form__input-wrapper span{font-size:2rem;font-weight:200}.create-shopcard-form__input-wrapper input{border:none;outline:none;width:100%;font-size:1rem}.create-shopcard-form__input-wrapper:focus-within{border-color:#44cc17}.create-shopcard-form label:after{content:"*";color:#cd2c2c;font-size:1.2rem;display:none}.create-shopcard-form label.display-error:after{display:block}.shopcard-table-image{border-radius:.2rem}.shopcard-status-tag{display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:2rem;padding:.2rem 1rem .2rem .8rem;margin:0 auto;width:fit-content}.shopcard-status-tag p{font-size:.9rem!important}.shopcard-status-tag span{font-size:1.3rem;font-weight:200}.shopcard-status-tag.created-status{background-color:#d4e4f5}.shopcard-status-tag.active-status{background-color:#a5ecad}.shopcard-status-tag.canceled-status{background-color:#ffb6b6}.shopcard-status-tag.frozen-status{background-color:#fff5ae}.shopcard-status-tag.default-status{background-color:#f3f3f3}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.pocket-rules-chart{background:url(https://img.master.la/mastershop/media/images/shopcard/ledger-rules-chart.png?format=WebP);background-position:center center;background-repeat:no-repeat;background-size:cover;height:15rem;position:relative;margin:1rem 0}.pocket-rules-chart div{border:2px solid rgb(68,204,23);border-radius:999px;width:fit-content;height:2rem;display:flex;align-items:center;justify-content:center;padding:0 .5rem}.pocket-rules-chart .min-value{background-color:#fff;position:absolute;left:calc(50% - 11rem);bottom:2.8rem}.pocket-rules-chart .min-value:after{content:"";background-color:#fff;border-radius:999px;position:absolute;right:-10px;border:1px solid rgb(68,204,23);width:10px;height:10px}.pocket-rules-chart .recharge-amount{background-color:#44cc17;position:absolute;top:-10px;left:calc(50% + 1.5rem);display:flex;align-items:center}.pocket-rules-chart .recharge-amount:before{content:"";background-color:#fff;border-radius:999px;position:absolute;left:-10px;border:1px solid rgb(68,204,23);width:10px;height:10px}.pocket-value-input{display:flex;align-items:center;border:1px solid #e8e7e7;border-radius:.5rem;padding:.5rem 0;flex:1}.pocket-value-input__separator{background-color:#e8e7e7;height:2rem;width:1px}.pocket-value-input__input{border:none;font-size:1rem;width:100%;outline:none;padding:0 1rem}.ledger-rule-indicator{border-radius:9999px;padding:.2rem}.ledger-rule-active-indicator{background-color:#d8f7db;color:#44cc17}.ledger-rule-inactive-indicator{background-color:#eaeaea;color:#7f7f7f}.pocket-fee-underline{flex:1;border-bottom:1px dotted #b3b3b3}.pocket-fee-underline-request{flex:1;border-bottom:1px dotted rgb(68,204,23)}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.balance__container{display:flex;gap:3rem;-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.balance__container__image{max-width:350px}.balance__container__image img{width:100%}@media (max-width: 800px){.balance__container__image{display:none}}.balance__list__container{flex:3}.balance__list__container__items{display:flex;flex-direction:column;gap:1rem}.physical-balance-card__container,.balance-card__container{border:1px solid #eaeaea;border-radius:.8rem;padding:1.5rem 2rem;list-style:none;display:flex;justify-content:space-between}.physical-balance-card__container__currency,.balance-card__container__currency{align-items:center;display:flex;gap:.8rem}.physical-balance-card__container__currency .currency__icon,.balance-card__container__currency .currency__icon{height:2.5rem;width:2.5rem;stroke-width:.5}.physical-balance-card__container .currency__link,.balance-card__container .currency__link{text-align:left;text-decoration:underline}.physical-balance-card__container__data,.balance-card__container__data{display:flex;gap:4rem}.physical-balance-card__container{display:grid;grid-template-columns:30% 1fr 1fr;align-items:center}.balance-data{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.balance-data__available,.balance-data__avalible{color:#44cc17}.balance-data__negative{color:red}.balance-data__separator{display:block;background-color:#eaeaea;height:100%;width:.1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.fetch-error__container{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;gap:.5rem;width:100%}.fetch-error__container__icon{fill:#ffa9a9;height:6.5rem;width:6.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.balance-movement__table-wrapper{-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.balance-movement__table-wrapper .status-tag{border-radius:.8rem;padding:.2rem .8rem;width:8rem;margin:0 auto;font-size:.85rem;letter-spacing:.05rem;font-weight:500}.balance-movement__table-wrapper .status-tag .icon{height:.5rem;width:.5rem}.balance-movement__table-wrapper .status-tag.paid{background-color:#a3f980;color:#313638}.balance-movement__table-wrapper .status-tag.canceled{background-color:#ffcaca;color:#7f3939}.balance-movement__table-wrapper .status-tag.pending{background-color:#e6e6e6;color:#313638}.balance-movement__table-wrapper .status-tag.available{background-color:#fff5ae;color:#3d3a2a}.balance-movement__table-wrapper .positive__value{color:#087529}.balance-movement__table-wrapper .negative__value{color:#9b0d0d}.balance-movement__table-wrapper .balance-movement__transaction-btn{background-color:#f6f6f6;border-radius:1.2rem;display:flex;align-items:center;gap:.5rem;margin:0 auto;padding:.4rem .6rem;width:fit-content;transition:all .1s ease-in-out}.balance-movement__table-wrapper .balance-movement__transaction-btn span{font-size:1.8rem}.balance-movement__table-wrapper .balance-movement__table__details{display:flex;flex-direction:column;gap:.3rem;max-width:70%;margin:0 auto}.approval-tag{border:1px solid rgb(68,204,23);border-radius:1rem;color:#44cc17;padding:0 .5rem;font-size:.9rem;width:fit-content;margin:0 auto;font-weight:500}.brand-color{color:#44cc17;font-weight:700}.balance-movements__table-filters{display:grid;grid-template-columns:40% 1fr;place-content:space-between;align-items:center;column-gap:1.5rem;margin-bottom:1rem}.balance-changer__container{display:flex}.balance-movements__back-arrow{width:2.5rem;height:2.5rem;transition:all .1s ease-in-out}.balance-movements__back-arrow:hover{transform:translate(-.5rem)}.balance-changer__container{align-items:center;display:flex;border:1px solid #eaeaea;border-radius:.8rem;padding:.7rem 1.5rem;gap:4rem}.balance-changer__container__separator{background-color:#eaeaea;display:block;height:auto;width:.1rem}.balance-changer__container .balance-changer__available,.balance-changer__container .balance-changer__total{font-weight:700;font-size:1.5rem}.filter-movement__select{border:1px solid #eaeaea;border-radius:.5rem;padding:.5rem 1.5rem;cursor:pointer;outline:none}.balance-movement__button-filter-tab{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));column-gap:1.5rem;row-gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.transaction__gray-container{background-color:#f6f6f6;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:2.5rem;width:100%}.transaction__gray-container__icon{margin-bottom:.5rem;height:2.5rem;width:2.5rem}.transaction-summary__columns{border:1px #eaeaea solid;border-radius:.8rem;display:flex;gap:2rem;flex-wrap:wrap;padding:2rem}.transaction-summary__columns__separator{display:block;background-color:#eaeaea;width:.1rem}.wallet-page__tab-container{margin:0rem}.wallet-page__tab-container .tab-container__header{padding:1rem 0rem}.wallet-page__tab-container .tab-container__content{margin-top:0rem}.timer-container{position:relative;display:flex;justify-content:center;align-items:center;height:100%}.timer{display:flex;justify-content:center;align-items:center;min-width:115px;border-radius:20px;background-color:#fbf7b0;padding:2px 4px;position:relative}.timer span{font-weight:100;font-size:16px;margin-right:10px}.timer__text{margin-right:9px}.timer__hover-text{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:10;margin-bottom:9px}.timer__hover-text.visible{opacity:1;pointer-events:auto}.timer__hover-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#333 transparent transparent transparent}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.validation-banner__container{border-radius:.8rem;border:1px solid #dddddd;background-color:#f6f6f6;width:100%;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.validation-banner__container__icon{background-color:#ffb6b6;border-radius:.5rem;padding:1rem;height:4.5rem;min-width:4.5rem;width:4.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.wallet__action__button{display:flex;align-items:center;gap:1rem;padding:0 .5rem}.wallet__action__button__icon{fill:#fff;width:1.5rem;height:1.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.deposit-cash__container{display:flex;flex-direction:column;gap:1rem;width:70rem;margin:0 auto;max-width:95%}.deposit-cash__container .deposit-cash__iframe-container{width:70rem;height:70rem;padding:2rem}@media (max-width: 800px){.deposit-cash__container .deposit-cash__iframe-container{width:50rem;height:50rem}}@media (max-width: 500px){.deposit-cash__container .deposit-cash__iframe-container{width:35rem;height:40rem}}.deposit-cash__container .deposit-cash__iframe-container iframe{width:100%;height:100%}.border-style__container{border:2px solid #f6f6f6;border-radius:.8rem;padding:1.3rem}@media (max-width: 1000px){.border-style__container{max-height:25rem;overflow-y:auto}}.currency-selector__container{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:0 3rem;-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.currency-selector__container .currency-selector__card{border:1px solid #eaeaea;background-color:#fff;border-radius:.8rem;padding:1.5rem;outline:none;cursor:pointer;width:18rem;transition:all .2s ease-in-out}.currency-selector__container .currency-selector__card__icon{fill:#eaeaea;height:5rem;width:5rem}.currency-selector__container .currency-selector__card:hover{transform:scale(1.01);box-shadow:0 10px 15px -3px #eaeaea;border:1px solid rgb(68,204,23)}.currency-selector__container .currency-selector__card:hover .currency-selector__card__icon{transition:all .2s ease-in-out;fill:#44cc17}.deposit-button{padding:.8rem 1.2rem;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:5px;background-color:#44cc17;color:#fff;width:8rem;transition:all .1s ease-in-out}.deposit-button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.deposit-button:focus{outline:none}.deposit-button[disabled]:hover{box-shadow:none}.deposit-button[disabled]{opacity:.8;cursor:not-allowed}.deposit-value-summary__container{background-color:#f6f6f6;border-radius:.5rem;display:flex;align-items:center;gap:2rem;padding:3rem;min-width:450px}.deposit-value-summary__container .summary__container{display:flex;flex-direction:column;gap:.8rem;width:90%;margin:0 auto}.deposit-value-summary__container .summary__container .content__item{display:flex;justify-content:space-between}.deposit-value-summary__container .summary__container .content__item .dotted__line{display:block;flex-grow:2;border-bottom:1px dotted #7f7f7f}.deposit-value-list__container{padding:0rem 3rem;min-width:700px;max-width:800px;display:flex;flex-direction:column;-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}@media (max-width: 800px){.deposit-value-list__container{min-width:unset;max-width:unset}}.deposit-value-list__container__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));column-gap:1rem;row-gap:1rem}.deposit-value__card{text-align:left;border-radius:.5rem;border:1px solid #eaeaea;padding:3.5rem 1rem 1rem;cursor:pointer;position:relative;background-color:#fff;outline:none;transition:all .1s ease-in-out}.deposit-value__card:hover,.deposit-value__card.selected{border:1px solid rgb(68,204,23)}.deposit-value__card__icon-off{background-color:#eaeaea;border-radius:50%;display:block;width:1.5rem;height:1.5rem;position:absolute;top:.3rem;right:.3rem}.deposit-value__card__icon-on{fill:#44cc17;width:2rem;height:2rem;position:absolute;top:0;right:0}.deposit-value__card__separator{display:block;background-color:#000;width:2rem;height:.2rem;margin:.5rem 0}.deposit-value__card__cashback{color:#246b0d;font-size:1rem;font-weight:600}.deposit-step__container{display:flex;flex-direction:column;width:70%;margin:0 auto;gap:.5rem}.deposit-step__container__info{display:flex;justify-content:space-between;align-items:center;position:relative}.deposit-step__container__info .step-icon{height:1.5rem;width:1.5rem}.deposit-step__container__info .step-ball{background-color:#eaeaea;border-radius:50%;display:block;height:1.2rem;width:1.2rem}.deposit-step__container__info .step-line{display:block;background-color:#eaeaea;flex-grow:2;height:.1rem}.deposit-step__container__info p{position:relative;padding-top:.5 rem}.deposit-step__container__info .text-to-left{left:-1.5rem}.deposit-step__container__info .text-to-right{right:-1.8rem}.deposit-step__container__info .active-step{background-color:#44cc17}.deposit-confirmation__container{display:flex;flex-direction:column;gap:1rem;padding:0 3rem;-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.deposit-confirmation__container__image{width:100%;height:auto}.deposit-confirmation__container__message{margin-bottom:.5rem;text-align:center;font-weight:400;font-size:1.1rem}.deposit-confirmation__container .confirm-button{padding:.8rem 1.2rem;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:5px;background-color:#44cc17;color:#fff;width:auto;transition:all .1s ease-in-out}.deposit-confirmation__container .confirm-button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.deposit-confirmation__container .confirm-button:focus{outline:none}.deposit-confirmation__container .confirm-button[disabled]:hover{box-shadow:none}.deposit-confirmation__container .confirm-button[disabled]{opacity:.8;cursor:not-allowed}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.transfer-request-form{width:600px;display:flex;height:fit-content;flex-direction:column}.transfer-request-form__amount--brand,.transfer-request-form__amount--brand>.dropdown-new__trigger-label{color:#44cc17}.transfer-request-form__amount--danger,.transfer-request-form__amount--danger>.dropdown-new__trigger-label{color:#ff5c5c}@media (max-width: 800px){.transfer-request-form{max-width:90vw}}.transfer-request-form>header{width:100%;text-align:center;padding-top:1rem}.transfer-request-form .btn-secondary{background:none;box-shadow:none;font-weight:500;line-height:1.2}.transfer-request-form .btn-secondary:hover{background:#f5f5f5}.transfer-request-form .btn-primary.btn-icon{line-height:1.2;padding-right:.5rem;gap:3px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.withdraw-banner{border-radius:.5rem;background-color:#f6f6f6;padding:2rem;width:100%}.withdraw-banner__icon{background-color:#ffb6b6;border-radius:.5rem;padding:1rem;height:4.5rem;width:4.5rem}.withdraw-dropdown ul{max-height:14rem}.withdraw-calculator__container{display:flex;gap:2rem;border:2px solid #f6f6f6;border-radius:.8rem}.withdraw-calculator__container>div{padding:2rem}.withdraw-calculator__container .container-left__account{display:flex;flex-direction:column;gap:1.5rem}.withdraw-calculator__container__right{background-color:#f6f6f6;display:flex;flex-direction:column;gap:2rem;min-width:28rem}.withdraw-input__container{display:flex;gap:1rem;width:100%}.withdraw-input__container__input{align-items:center;border:1px solid #eaeaea;border-radius:.5rem;display:flex;gap:.8rem;padding:.6rem}.withdraw-input__container__input .input-icon{height:1.5rem;width:1.5rem}.withdraw-input__container__input .input-separator{background-color:#eaeaea;display:block;width:.1rem;height:100%}.withdraw-input__container__input .input-element{border:none;outline:none;font-size:1.1rem;letter-spacing:.1rem;width:100%}.withdraw-input__container__button{padding:.8rem 1.2rem;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:5px;background-color:#246b0d;color:#fff;width:auto;transition:all .1s ease-in-out}.withdraw-input__container__button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.withdraw-input__container__button:focus{outline:none}.withdraw-input__container__button[disabled]:hover{box-shadow:none}.withdraw-input__container__button[disabled]{opacity:.8;cursor:not-allowed}.withdraw-confirmation__container{border:2px solid #f6f6f6;border-radius:.8rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.withdraw__button{padding:.8rem 1.2rem;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:5px;background-color:#44cc17;color:#fff;width:15rem;transition:all .1s ease-in-out}.withdraw__button:hover{box-shadow:0 5px 10px 2px #8d8d8d73;border:none}.withdraw__button:focus{outline:none}.withdraw__button[disabled]:hover{box-shadow:none}.withdraw__button[disabled]{opacity:.8;cursor:not-allowed}.withdraw-separator{background-color:#eaeaea;display:block;height:.1rem;width:100%}.withdraw-dotted-line{display:block;border-bottom:1px dotted #f3f3f3;flex-grow:2}.withdraw__account__tag{border-radius:.8rem;display:block;background-color:#f6f6f6;padding:.2rem 1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.navigation-menu-content__container{background-color:#fff;padding:1rem 2.5rem;width:100%;z-index:3;-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.navigation-menu-content__container__header{padding:1.5rem 0}.navigation-menu-content__container__links-container{overflow-y:auto;max-height:calc(100vh - 180px)}.navigation-menu-content__container__logout{border-top:1px solid #eaeaea;display:flex;align-items:center;gap:.5rem;text-decoration:none;padding-top:1rem;margin-top:2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.navigation-element__container{display:flex;flex-direction:column;gap:.5rem}.navigation-element__container__title{color:#fca503;font-weight:500;border-bottom:1px solid #eaeaea;padding-bottom:.5rem;font-size:1.1rem}.navigation-element__container__item{list-style:none}.navigation-element__container__link{display:flex;align-items:center;gap:.5rem;text-decoration:none;padding:.5rem 0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.profile-access__container{align-items:center;display:flex;gap:1rem;background-color:transparent;border:none}.profile-access__container__photo{border-radius:50%;height:4.5rem;width:4.5rem}.unauthorized-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 80px);text-align:center}.unauthorized-page h1{font-size:2.5rem;margin-bottom:1rem;font-weight:600}.unauthorized-page h2{font-size:1.5rem;margin-bottom:2rem;font-weight:400}.unauthorized-page button{padding:1.5rem}.unauthorized-page img{height:250px;margin-bottom:20px}.unauthorized-page img svg{height:250px}.promotion-modal{width:auto;height:90vh;padding:1.2rem;aspect-ratio:16/9}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dashboard-banner__container{position:relative;cursor:pointer}.dashboard-banner__container-image{border-radius:1rem;transition:height .3s ease-in-out;height:5rem;width:100%;overflow:hidden}.dashboard-banner__container-image img{object-fit:cover;height:100%;width:100%}.dashboard-banner__container .open-banner{height:20rem}.dashboard-banner__container-button{border:1px solid #eaeaea;background-color:#fff;border-radius:50%;cursor:pointer;position:absolute;left:0;right:0;bottom:-1.5rem;width:3rem;height:3rem;margin:0 auto;outline:none;display:grid;place-items:center;z-index:2}.dashboard-banner__container-button:hover{background-color:#eaeaea}.dashboard-banner-mobile__container{position:relative;cursor:pointer}.dashboard-banner-mobile__container-image{border-radius:1rem;transition:height .3s ease-in-out;height:5rem;width:100%;overflow:hidden}.dashboard-banner-mobile__container-image img{object-fit:content;height:100%;width:100%}.dashboard-banner-mobile__container-button{border:1px solid #eaeaea;background-color:#fff;border-radius:50%;cursor:pointer;position:absolute;left:0;right:0;bottom:-1.5rem;width:3rem;height:3rem;margin:0 auto;outline:none;display:grid;place-items:center;z-index:2}.dashboard-banner-mobile__container-button:hover{background-color:#eaeaea}.banner{position:relative;width:100%;aspect-ratio:5.4/1;max-height:20rem;height:100%;display:flex;transition:height .3s ease-in;flex-direction:column;margin-bottom:.5rem}.banner__content{width:100%;height:100%;background-color:#0d0d0d;border-radius:1rem;overflow:hidden;z-index:1}.banner__content-image{width:100%;height:100%;animation:fadeIn .6s ease-in-out 0s;object-position:center;cursor:pointer;object-fit:contain}.banner__footer{width:100%;height:4rem;position:absolute;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1}.banner__footer-indicator,.banner__footer-indicator--active{width:11px;height:11px;aspect-ratio:1;border:none;border-radius:50%;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border:1px solid #fafafa;cursor:pointer}.banner__footer-indicator--active{background-color:#07bc0c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.physical-product-content__container{display:flex;gap:1rem;position:relative;top:-2rem;width:98%;margin:0 auto;height:80vh;z-index:1}@media (max-width: 1000px){.physical-product-content__container{flex-direction:column;top:2rem}}.physical-product-content__container .container__left-column{display:flex;flex-direction:column;gap:1rem;flex:4}.physical-product-content__container .container__left-column__header{display:flex;flex-direction:column;gap:1rem;width:40rem}.physical-product-content__container .container__left-column__header__titles{height:84px;display:flex;padding-left:2rem;padding-right:2rem;align-items:center;justify-content:space-between}.physical-product-content__container .container__left-column__header__titles img{height:60px}.physical-product-content__container .container__left-column__header__titles h1{font-size:24px}@media (max-width: 800px){.physical-product-content__container .container__left-column__header{width:100%}}.physical-product-content__container .container__left-column__middle{display:flex;justify-content:space-between}@media (max-width: 500px){.physical-product-content__container .container__left-column__middle{flex-direction:column;gap:1rem}}.physical-product-content__container .container__left-column .chart-container{display:flex;flex-direction:column;height:100%}@media (max-width: 500px){.physical-product-content__container .container__left-column .chart-container{min-height:400px}}.physical-product-content__container .container__left-column .chart-container:nth-child(2){flex:1}.physical-product-content__container .container__left-column .chart-legend{display:block;border-radius:50%;height:1rem;width:1rem}.physical-product-content__container .container__right-column{display:flex;flex-direction:column;gap:1rem;flex:2}.physical-product-content__container .summary-arrow-down{color:#ff5c5c;font-size:2rem}.physical-product-content__container .lose-value{color:#ff5c5c}.physical-product-content__container .gain-value{color:#44cc17}.physical-product-content__container .summary-arrow-up{color:#44cc17;font-size:2rem}.physical-product-content__container .date-text{font-size:1rem;color:#7f7f7f}.physical-product-content__container .collaborator-grid{display:grid;margin-top:20px;grid-template-columns:repeat(3,1fr);gap:20px}.physical-product-content__container .collaborator-grid button{display:flex;gap:1rem;align-items:center;justify-content:space-between;font-size:1.5rem;padding:2.5rem 2rem}.physical-product-content__container .collaborator-grid button span{font-weight:200}@media (max-width: 768px){.physical-product-content__container .collaborator-grid{grid-template-columns:1fr}}.physical-product-content__container .summary__box-row{display:flex;flex-direction:column;gap:.5rem;flex:1}@media (max-width: 1500px){.physical-product-content__container .summary__box-row{flex-direction:row}}@media (max-width: 500px){.physical-product-content__container .summary__box-row{flex-direction:column}}.physical-product-content__container .counter-box{display:flex;align-items:center;justify-content:space-between}@media (max-width: 1500px){.physical-product-content__container .counter-box{flex-direction:column}}.physical-product-content__container .stats-box{align-items:center;display:flex;justify-content:space-between}.toggle-chart-button{border:none;border-radius:2rem;background-color:#f2f2f2;align-items:center;display:flex;justify-content:center;gap:.5rem;padding:.5rem 0;font-size:.9rem;cursor:pointer;transition:background-color .1s ease-in-out;width:8rem}.toggle-chart-button:hover{background-color:#e5e5e5}.toggle-chart-button__off{background-color:#e2e2e2}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.content-card__container{border:1px solid #eaeaea;border-radius:1rem;background-color:#fff;padding:1rem;position:relative;z-index:1}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.custom-tooltip__container{background-color:#fff;opacity:.85;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.custom-tooltip__container-header{font-size:1rem;border-bottom:1px solid #dddddd;padding-bottom:.5rem}.custom-tooltip__container-list{display:flex;flex-direction:column;gap:.4rem}.custom-tooltip__container-list li{list-style:none;font-size:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.custom-date-btn{background-color:#eaeaea;border:none;border-radius:.3rem;display:grid;place-items:center;cursor:pointer;transition:background-color .1s ease-in-out;padding:0 .5rem}.custom-date-btn span{font-size:2rem}.custom-date-btn:hover{background-color:#d1d1d1}.custom-date-input{border:1px solid #eaeaea;cursor:pointer;padding:.5rem;border-radius:.3rem;font-size:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.management-notification__button{align-items:center;display:flex;cursor:pointer;border-radius:.5rem;background-color:#fff;border:none;outline:none;padding:10px 5px 5px;transition:background-color .1s ease-in-out;width:100%;justify-content:space-between}.management-notification__button:hover{background-color:#f6f6f6}.management-notification__message{margin-top:20px;display:flex;align-items:center;justify-content:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.status-toggle__container{display:flex;align-items:center;gap:1rem}@media (max-width: 500px){.status-toggle__container{flex-direction:row-reverse;justify-content:space-between}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product__page__container{margin-left:10rem;width:85%}@media (max-width: 800px){.product__page__container{margin-left:6rem}}@media (max-width: 500px){.product__page__container{margin-left:1rem;width:95%}}.product__page__container__header{display:flex;align-items:center;justify-content:space-between}.product__page__container__header__title h2{font-size:3rem}@media (max-width: 500px){.product__page__container__header__title h2{font-size:2rem}}@media (max-width: 500px){.product__page__container__header__title p{font-size:1.3rem}}.product__page__container__header__submit{display:flex;justify-content:end}.product__page__container__header__submit__content button{display:flex;align-items:center;justify-content:"";height:4rem;margin:1rem 0;background-color:#00ff26;border:none;border-radius:1rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.product__page__container__header__submit__content button{padding:1rem 2rem;font-size:1.6rem}}.product__page__container__header__submit__content button p{margin-right:2rem}@media (max-width: 500px){.product__page__container__header__submit__content button p{font-size:1.4rem;margin-right:1rem}}.product__page__container__header__submit__content button:hover{background-color:#313638;box-shadow:0 2px 8px 1px #8d8d8d73;color:#fff}.product__page__container__navbar{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media (max-width: 800px){.product__page__container__navbar{flex-direction:column}}.product__page__container__navbar__options{display:flex;align-items:center;justify-content:flex-end;width:50%}@media (max-width: 800px){.product__page__container__navbar__options{align-items:center;flex-direction:row;width:100%}}@media (max-width: 500px){.product__page__container__navbar__options{justify-content:center}}.product__page__container__navbar__options input{background-color:transparent;font-size:1.2rem;font-weight:600;border:.2rem solid gray;border-radius:1rem;padding:1rem 1rem 1rem 3rem;color:#313638}@media (max-width: 1000px){.product__page__container__navbar__options input{width:100%;padding-left:1.5rem;font-size:1rem}}@media (max-width: 800px){.product__page__container__navbar__options input{width:40%;font-size:1.2rem}}@media (max-width: 500px){.product__page__container__navbar__options input{width:100%;padding-left:1.5rem}}.product__page__container__navbar__options input:is(:hover,:focus){opacity:100%}.product__page__container__navbar__options__filters{display:flex;align-items:center;justify-content:center;position:relative}.product__page__container__navbar__options__filters__filter button{display:flex;align-items:center;justify-content:"";height:4rem;margin:1rem 0 1rem 1rem;background-color:#c2c2c227;border:none;border-radius:1rem;color:#313638;cursor:pointer;padding:1rem 1.2rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 1000px){.product__page__container__navbar__options__filters__filter button{font-size:1.2rem}}@media (max-width: 500px){.product__page__container__navbar__options__filters__filter button:nth-last-child(1){font-size:2rem}}.product__page__container__navbar__options__filters__filter button p{margin-right:1rem}@media (max-width: 500px){.product__page__container__navbar__options__filters__filter button p{display:none}}.product__page__container__navbar__options__filters__filter button:hover{background-color:#313638;box-shadow:0 2px 8px 1px #8d8d8d73;color:#fff}.product__page__container__navbar__options__filters__options{width:20rem;height:20rem;position:absolute;top:100%;right:0;opacity:0;z-index:-1;background-color:#fff;border-radius:1rem;box-shadow:7px 7px 8px -5px #8d8d8d73;padding:1rem;transition:all .2s ease-in-out}.product__page__container__navbar__options__filters__options__display{opacity:1;z-index:1}.product__page__container__navbar__options__filters__options__title{width:100%;font-size:2rem;display:flex;align-items:center;justify-content:flex-start}.product__page__container__navbar__options__filters__options__title div{width:10%;color:#00ff26;height:2rem;margin-right:1rem}.product__page__container__navbar__options__filters__options__title h2{width:80%;font-size:1.7rem}.product__page__container__navbar__options__filters__options__title p{width:10%;justify-self:flex-end;text-align:right}.product__page__container__navbar__options__filters__options__subtitle{width:100%;margin-top:1rem;display:flex;align-items:center;justify-content:""}.product__page__container__navbar__options__filters__options__subtitle h2{width:60%;font-size:1rem}.product__page__container__navbar__options__filters__options__subtitle p{width:40%;font-size:.8rem;text-align:right;color:#00ff26;cursor:pointer;transition:all .3s ease-in-out}.product__page__container__navbar__options__filters__options__categories__tag{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.product__page__container__navbar__options__filters__options__categories__tag .toggle__container{margin:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@media (max-width: 500px){.productTable .table{min-width:1200px}}@media (max-width: 500px){.productTable{min-height:800px;overflow-x:auto}}.table-tag{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.table-tag.product-table__tag--green{color:#313638;background-color:#a3f980;border:none}.table-tag.product-table__tag--green span{color:#313638}.table-tag.product-table__tag--red{color:#7f3939;background-color:#ffb6b6;border:none}.table-tag.product-table__tag--red span{color:#7f3939}.table-tag.product-table__tag--gray{color:#0b1b2d;background-color:#d4e4f5;border:none}.table-tag.product-table__tag--gray span{color:#0b1b2d}.table-tag.product-table__tag--blue{color:#313638;background-color:#79c5ff;border:none}.table-tag.product-table__tag--blue span{color:#313638}.table-tag.product-table__tag--yellow{color:#3d3a2a;background-color:#fff5ae;border:none}.table-tag.product-table__tag--yellow span{color:#3d3a2a}.transactions-table__filters-wrapper{display:grid;grid-template-columns:40% 1fr;place-content:space-between;align-items:center;column-gap:1.5rem}.transactions-table__show-more{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;border:none;cursor:pointer;background-color:transparent;color:#000;border-radius:6px;font-size:1.2rem;font-style:normal;font-weight:400;width:auto;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;border:1px solid #eaeaea;background-color:#fff;border-radius:2rem;font-size:1.3rem}.transactions-table__show-more:hover{box-shadow:0 3px 5px 1px #8d8d8d73;border-color:transparent}.transactions-table__show-more[disabled]:hover{box-shadow:none}.transactions-table__show-more[disabled]{opacity:.8;cursor:not-allowed}.transactions-table__total-wrapper{display:flex;justify-content:space-around}.transactions-table__total-item,.transactions-table__total-item-btn{display:flex;justify-content:center;align-items:center;font-size:1.2rem;background-color:#fff;box-shadow:#64646f33 0 7px 29px;padding:1rem 2rem;border-radius:1rem;position:relative;gap:1rem}.transactions-table__total-item-btn{padding:0}.accordion-trigger{-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;padding:1rem 2rem}.accordion-content{position:absolute;top:110%;left:0;border-radius:1rem;background-color:#fff;box-shadow:#64646f33 0 7px 29px;padding:1rem 2rem;z-index:1;width:100%;opacity:0;transition:opacity .25s ease-in}.accordion-content--open{opacity:1}.accordion-content--list{list-style:none}.product-actions__button{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:100%;margin-left:5px;color:#000;font-weight:100;padding:3px;font-size:20px;background:#eaeaea}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new__product__page__container{width:90%;padding-left:12rem}@media (max-width: 500px){.new__product__page__container{height:0;padding-left:1rem}}.new__product__page__container__header{padding-top:1rem}.new__product__page__container__header__breadcumb{width:100%;margin-bottom:1rem}.new__product__page__container__header__breadcumb__text{display:flex;align-items:"";justify-content:""}.new__product__page__container__header__breadcumb__text p{margin-right:.5rem;text-decoration:underline}.new__product__page__container__header__breadcumb__text p:hover{cursor:pointer;color:#00ff26}@media (max-width: 800px){.new__product__page__container__header__breadcumb__text{font-size:1.3rem}}@media (max-width: 500px){.new__product__page__container__header__breadcumb__text{font-size:1.2rem}}.new__product__page__container__header__content{margin:1rem 0}.new__product__page__container__header__content__title{font-size:2.5rem}.new__product__page__container__header__content__description{font-size:1.2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new__product__page__container__product__formats{width:100%;display:flex;flex-direction:column}.new__product__page__container__product__formats__main__title{width:100%;align-self:flex-start}.new__product__page__container__product__formats__main__title h2{font-size:1.2rem;font-weight:400}@media (max-width: 800px){.new__product__page__container__product__formats__main__title h2{font-size:1.3rem}}@media (max-width: 500px){.new__product__page__container__product__formats__main__title h2{font-size:1.2rem}}.new__product__page__container__product__formats__list{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:4rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-basic-form{display:flex;flex-direction:column;gap:2rem;position:relative}.description-counter{position:absolute;right:0;top:-2rem}.product-basic-form__tag-list .list{display:flex;flex-wrap:wrap;gap:.5rem}.product-basic-form__save-btn{position:sticky;top:0;right:0;display:flex;justify-content:flex-end;z-index:1}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.new__product__layout__main__container{max-width:1500px;padding:2rem 0 0 10rem}@media (max-width: 500px){.new__product__layout__main__container{flex-direction:column}}.new__product__layout__main__container__main{display:flex;align-items:"";justify-content:space-evenly;column-gap:2rem;position:relative}.new__product__layout__main__container__main__status{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:35%;position:sticky;top:10rem;height:fit-content}@media (max-width: 1000px){.new__product__layout__main__container__main__status{width:30%}}@media (max-width: 800px){.new__product__layout__main__container__main__status{width:35%}}@media (max-width: 500px){.new__product__layout__main__container__main__status{align-items:center;width:100%}}.new__product__layout__main__container__main__status__format{width:80%}.new__product__layout__main__container__main__status__format p{font-size:1.5rem;font-weight:600;line-height:1.5rem;text-align:center}@media (max-width: 1000px){.new__product__layout__main__container__main__status__format p{font-size:1.2rem;width:85%}}@media (max-width: 800px){.new__product__layout__main__container__main__status__format p{font-size:1rem}}@media (max-width: 500px){.new__product__layout__main__container__main__status__format p{width:90%;font-size:1.5rem}}.new__product__layout__main__container__main__status__logo{display:flex;align-items:center;justify-content:center;height:24rem;width:24rem;flex-direction:column;background-color:#313638;border-radius:2rem;padding:2rem 0;margin-top:1rem;row-gap:1rem}@media (max-width: 800px){.new__product__layout__main__container__main__status__logo{width:90%}}@media (max-width: 500px){.new__product__layout__main__container__main__status__logo{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:row}}.new__product__layout__main__container__main__status__logo__figure{transition:all .2s ease-in-out;font-variation-settings:"wght" 100}.new__product__layout__main__container__main__status__logo__figure span{font-size:8rem;color:#fff}.new__product__layout__main__container__main__status__logo__title{font-weight:600;font-size:2rem;text-align:center;color:#fff}@media (max-width: 1000px){.new__product__layout__main__container__main__status__logo__title{font-size:2rem}}@media (max-width: 800px){.new__product__layout__main__container__main__status__logo__title{font-size:1.7rem}}.new__product__layout__main__container__main__status__logo__description{font-size:1.2rem;text-align:center;color:#fff}@media (max-width: 1000px){.new__product__layout__main__container__main__status__logo__description{font-size:2rem}}@media (max-width: 800px){.new__product__layout__main__container__main__status__logo__description{font-size:1.7rem}}.new__product__layout__main__container__main__status__advice{font-family:Montserrat;margin-top:2rem}.new__product__layout__main__container__main__status__advice p{font-size:1.2rem;line-height:1.2rem;text-align:center}.new__product__layout__main__container__main__status__advice p:first-child{font-weight:600;margin-bottom:.5rem}.new__product__layout__main__container__main__form{width:65%;padding:0 2rem 2rem;border-left:1px solid #cacfd1}@media (max-width: 1000px){.new__product__layout__main__container__main__form{width:60%}}@media (max-width: 800px){.new__product__layout__main__container__main__form{width:55%;height:80vh}}@media (max-width: 500px){.new__product__layout__main__container__main__form{width:100%;height:auto}}.new__product__layout__main__container__main .new-product__form__submit-btn{display:flex;justify-content:end;padding:2rem 0;position:sticky;margin:0 0 0 auto;top:0;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-detail-page__container{height:calc(100vh - 100px)}.product-detail-page__container .product-market-detail-tabs__buttons span,.product-detail-page__container .product-market-detail-tabs__buttons--selected span{font-weight:100}.product-detail-page__container .btn-controller{font-size:10px}.product-detail-page__container .btn-controller span{font-size:24px}.product-detail-page__container__grid{display:flex;width:100%}.product-detail-page__container__grid__views{height:calc(100vh - 150px);flex:1;padding-left:30px;padding-top:5px;overflow-y:hidden}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.ai-study__search-input--disabled{opacity:.8;cursor:not-allowed;pointer-events:none}.ai-study--disabled{opacity:.8;cursor:not-allowed;position:relative}.ai-study--disabled .ai-study__search-coming-soon{opacity:0;position:absolute;box-shadow:0 5px 20px #7c7c7c5c;pointer-events:none;background-color:#fff;padding:1rem;border-radius:10px;transform:translateY(10%);transition:opacity .1s ease-in-out,transform .25s ease-in-out;z-index:-1}.ai-study--disabled:hover .ai-study__search-coming-soon{pointer-events:auto;opacity:1;transform:translateY(0);bottom:120%}.ai-study__search-input{display:grid;grid-template-columns:1fr auto;align-content:center;width:90%;position:relative;padding:1rem 1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 5px 20px #7c7c7c5c;background-color:#fff;color:#000;z-index:1}.ai-study__search-input>input{border-radius:inherit;color:inherit;font-weight:500;font-size:1.2rem;letter-spacing:.5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;background-color:inherit}.ai-study__search-input>input:focus,.ai-study__search-input>input:focus-visible{outline-color:transparent}.ai-study__search-input-placeholder{color:#0a0a0a59;position:absolute;width:100%;height:100%;pointer-events:none;display:flex;align-items:center;padding:1rem 1.5rem;font-size:1.2rem;letter-spacing:.5px;font-weight:500}.ai-study__send-btn{width:4rem;border-radius:50%;aspect-ratio:1/1}.ai-study__suggestions-btn{width:4.5rem;box-shadow:0 5px 20px #7c7c7c5c;aspect-ratio:1/1}.product-ads-finder__container{max-height:calc(100vh - 220px);overflow-y:auto}.ai-study__bg{display:grid;position:relative;flex-grow:1;height:90%;grid-auto-rows:100%;padding-right:1rem;border-radius:1rem;box-shadow:inset #58585826 0 0 66px -10px}.chat-wrapper{list-style:none;overflow:auto;height:100%}.chat-wrapper__row{display:flex;flex-direction:column;max-width:70%;width:fit-content;min-height:2rem;border-radius:10px;box-shadow:0 5px 10px #a0a0a06b;background-color:#fff;padding:1rem;position:relative;height:fit-content;margin:1rem}.chat-wrapper__row-action-btn{border-radius:10px;margin-top:1rem;padding:1rem}.chat-wrapper__row-icon--left{position:absolute;display:flex;justify-content:center;align-items:center;left:-6rem;bottom:-.1rem;background-color:#fff;border-radius:50%;box-shadow:0 5px 18px #b0b0b042}.chat-wrapper__row-icon--right{position:absolute;right:-4rem;top:0;display:flex;justify-content:center;align-items:center;box-shadow:0 5px 18px #b0b0b042;border-radius:50%}.chat-wrapper__row--left{margin-left:8rem;justify-self:start}.chat-wrapper__row--right{margin-right:8rem;margin-left:auto;justify-self:end;background-color:#f5f5f5}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.face-container{--eye-size: 1.5rem;--eye-gap: .5rem;--eye-color: #ffffff;--background: #000000;width:4.5rem;min-height:4.5rem;display:grid;place-items:center;background:var(--background);border-radius:50%}@keyframes float{0%,to{transform:translateY(-5%)}50%{transform:translateY(5%)}}.face-icon{position:absolute;background-color:#fff;border-radius:50%;z-index:1;transform-origin:50% 0}.trapdoor-close-ani{animation:3s trapdoor-close-anim forwards}.trapdoor-open-ani{animation:3s trapdoor-open-anim forwards}@keyframes trapdoor-close-anim{0%{transform:rotateX(180deg)}to{transform:rotateX(0)}}@keyframes trapdoor-open-anim{to{transform:rotateX(180deg)}}.face{--left-lower-rotation:0deg;--left-lower-position:0%;--left-upper-rotation:0deg;--left-upper-position:0%;--right-lower-rotation:0deg;--right-lower-position:0%;--right-upper-rotation:0deg;--right-upper-position:0%;--face-rotation-x:0deg;--face-rotation-y:0deg;--face-rotation-z:0deg;display:grid;grid-template-columns:var(--eye-size) var(--eye-gap) var(--eye-size);grid-template-rows:var(--eye-size);grid-template-areas:"left . right";filter:blur(.05rem) contrast(8);transform:translateZ(8vmin) rotateX(var(--face-rotation-x)) rotateY(var(--face-rotation-y)) rotate(var(--face-rotation-z));transition:.75s cubic-bezier(.25,.5,.5,1);mix-blend-mode:lighten}.face .eye{position:relative;background:#fff;border-radius:100%;overflow:hidden;box-shadow:0 0 0 .1rem #000}.face .eye,.face .eye *{transition:.5s cubic-bezier(.75,.25,.25,.75)}.face .eye>div{--rotation:0deg;--position:0%;position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(var(--rotation))}.face .eye>div .lid{position:absolute;width:100%;height:100%;background:#000}.face .eye>div.lower .lid{top:calc(100% - var(--position))}.face .eye>div.upper .lid{bottom:calc(100% - var(--position))}.face .eye.left{grid-area:left}.face .eye.left .lower{--rotation:var(--left-lower-rotation);--position:var(--left-lower-position)}.face .eye.left .upper{--rotation:var(--left-upper-rotation);--position:var(--left-upper-position)}.face .eye.right{grid-area:right}.face .eye.right .lower{--rotation:var(--right-lower-rotation);--position:var(--right-lower-position)}.face .eye.right .upper{--rotation:var(--right-upper-rotation);--position:var(--right-upper-position)}.product-promotional-resources{border-radius:10px;border:1px solid #e0e0e0;padding:2rem;height:calc(100vh - 230px);overflow-y:auto}.product-promotional-resources__folders{margin-top:10px}.product-promotional-resources__folders__container{overflow-y:auto;max-height:calc(100vh - 320px);margin-top:10px}.product-promotional-resources__folders__buttons{display:flex;align-items:center;justify-content:flex-end}.product-promotional-resources__folders__buttons section{margin-top:20px;margin-bottom:5px;margin-right:auto}.product-promotional-resources__folders__buttons__download{margin-top:20px;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7.7px 14px 7.7px 10px;font-weight:500;background:#f7f7f7;border-radius:8px;font-size:10px;margin-bottom:5px;border:0;-webkit-user-select:none;user-select:none;cursor:pointer}.product-promotional-resources__folders__buttons__download span{font-size:22px}.product-promotional-resources__folders__buttons__download:hover{box-shadow:0 0 5px #0000001a}.product-promotional-resources__folders__buttons__grid{display:flex;margin-left:10px}.product-promotional-resources__folders__buttons__grid__button__right{background:#fff;border:1px solid #ccc;border-right:0;border-radius:5px 0 0 5px;margin-top:15px;margin-left:5px}.product-promotional-resources__folders__buttons__grid__button__right span{-webkit-user-select:none;user-select:none;cursor:pointer;height:28px;width:28px;margin:3px 0 3px 3px;border-radius:5px;background:#313638;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff}.product-promotional-resources__folders__buttons__grid__button__right__right{display:flex;align-items:center;gap:10px}.product-promotional-resources__folders__buttons__grid__button__left{background:#fff;border:1px solid #ccc;border-left:0;border-radius:0 5px 5px 0;margin-top:15px}.product-promotional-resources__folders__buttons__grid__button__left span{height:28px;width:28px;margin:3px 3px 3px 0;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:5px;background:#313638;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff}.product-promotional-resources__folders__buttons__grid__button__left__right{display:flex;align-items:center;gap:10px}.product-promotional-resources__folders__buttons__grid__button__right--active{background:#fff;border:1px solid #ccc;border-right:0;border-radius:5px 0 0 5px;margin-top:15px;margin-left:5px}.product-promotional-resources__folders__buttons__grid__button__right--active span{height:28px;width:28px;margin:3px 0 3px 3px;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;color:#000}.product-promotional-resources__folders__buttons__grid__button__right--active__right{display:flex;align-items:center;gap:10px}.product-promotional-resources__folders__buttons__grid__button__left--active{background:#fff;border:1px solid #ccc;border-left:0;border-radius:0 5px 5px 0;margin-top:15px}.product-promotional-resources__folders__buttons__grid__button__left--active span{height:28px;width:28px;margin:3px 3px 3px 0;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:22px}.product-promotional-resources__folders__buttons__grid__button__left--active__right{display:flex;align-items:center;gap:10px}.product-promotional-resources__folders__folder{-webkit-user-select:none;user-select:none;margin-right:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:15px 20px;border:1px solid #ccc;border-radius:5px;margin-bottom:5px}.product-promotional-resources__folders__folder h3{font-weight:500}.product-promotional-resources__folders__folder__info{display:flex;align-items:center;gap:10px}.product-promotional-resources__folders__folder__controllers span{background-color:#f5f5f5;padding:4px;border-radius:5px;-webkit-user-select:none;user-select:none;cursor:pointer}.product-promotional-resources__folders__header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:15px 20px;background:#f5f5f5;border-radius:5px;margin-bottom:5px}.product-promotional-resources__folders__header h3{font-weight:800}.product-promotional-resources__folders__header__info{display:flex;align-items:center;gap:10px}.product-promotional-resources__folders__header__controllers span{background-color:#f5f5f5;padding:4px}.product-promotional-resources__grid__folders{margin-top:10px;height:calc(100vh - 400px);overflow-y:auto}.product-promotional-resources__grid__folders__container{display:ruby;margin-top:10px}.product-promotional-resources__grid__folders__folder{height:max-content;width:240px;background:#fff;border:1px solid #e0e0e0;border-radius:5px;margin-right:10px;padding:5px;margin-bottom:10px}.product-promotional-resources__grid__folders__folder h3{padding:10px}.product-promotional-resources__grid__folders__folder__info{position:relative;height:100%}.product-promotional-resources__grid__folders__folder__info input[type=checkbox]{position:absolute;margin-top:5px;margin-right:5px;right:0}.product-promotional-resources__grid__folders__folder__info span{color:#e0e0e0;font-size:64px}.product-promotional-resources__grid__folders__folder__info h3{font-weight:600}.product-promotional-resources__grid__folders__folder__controllers{position:relative}.product-promotional-resources__grid__folders__folder__controllers span{position:absolute;margin-bottom:10px;margin-right:10px;right:0;bottom:0;cursor:pointer;-webkit-user-select:none;user-select:none}.folder-fallback{display:flex;flex-direction:column;justify-content:center;align-items:center}.folder-fallback__icon{width:200px;height:200px;color:#d5d5d5;font-size:192px;line-height:1.5;font-weight:100;margin-bottom:50px}.folder-fallback__text{color:#d5d5d5;font-size:16px;font-weight:700}.product-market-detail__prices-box{display:flex;gap:10px;max-width:750px;border-radius:20px;justify-content:space-around;align-items:center;background-color:#f5f5f5}.product-market-detail__prices-box__provider{padding:15px 25px}.product-market-detail__prices-box__provider h3{color:#44cc17;font-size:18px}.product-market-detail__prices-box__provider__title{display:flex;align-items:center;gap:5px;margin-bottom:5px}.product-market-detail__prices-box__provider__title p{font-size:10px;font-weight:500}.product-market-detail__prices-box__provider__title span{font-weight:100}.product-market-detail__prices-box__seller{padding:15px 25px;display:flex;flex:2;gap:30px}.product-market-detail__prices-box__seller__price h3{font-size:18px;font-weight:500}.product-market-detail__prices-box__seller__price__title{display:flex;align-items:center;gap:5px;margin-bottom:5px}.product-market-detail__prices-box__seller__price__title p{font-size:10px;font-weight:500}.product-market-detail__prices-box__seller__price__title span{font-weight:100}.product-market-detail__prices-box__seller__stock h3{font-size:18px;font-weight:500}.product-market-detail__prices-box__seller__stock__title{display:flex;align-items:center;gap:5px;margin-bottom:5px}.product-market-detail__prices-box__seller__stock__title p{font-size:10px;font-weight:500}.product-market-detail__prices-box__seller__stock__title span{font-weight:100}.product-market-detail__product-description__title{font-size:18px;margin-top:25px;margin-bottom:10px}.product-market-detail__product-description__description{font-size:14px;line-height:1.5;max-height:calc(100vh - 410px);min-height:50px;overflow-y:auto}.product-market-detail__product-description__description__line{margin-top:.8rem;min-height:5px;overflow:hidden;word-wrap:break-word}.product-market-detail-sideBar{padding-right:30px;height:max-content;width:30%;border-right:1px solid #e0e0e0}.product-market-detail-sideBar .product-provider-details__box__image{margin-top:10px;margin-bottom:10px}.product-market-detail-sideBar__images{object-fit:contain;border-radius:10px;width:100%;height:calc(100vh - 530px);margin-bottom:10px;cursor:pointer}.product-market-detail-sideBar__images__carrousel{position:relative;margin-bottom:10px}.product-market-detail-sideBar__images__carrousel__wrapper{display:flex;overflow-x:auto;gap:10px;height:55px;width:100%}.product-market-detail-sideBar__images__carrousel__image{max-height:50px;margin-bottom:5px;border-radius:2px;filter:brightness(1.3) contrast(.8);opacity:.7}.product-market-detail-sideBar__images__carrousel__image--selected{max-height:50px;margin-bottom:5px;border-radius:2px}.product-market-detail-sideBar__images__carrousel__controller--left{cursor:pointer;position:absolute;-webkit-user-select:none;user-select:none;left:0;top:45%;transform:translateY(-50%)}.product-market-detail-sideBar__images__carrousel__controller--left span{background:#44444448;color:#fff;font-size:18px;height:36px;text-align:center;display:flex;border-radius:5px;align-items:center}.product-market-detail-sideBar__images__carrousel__controller--right{cursor:pointer;position:absolute;-webkit-user-select:none;user-select:none;right:0;top:45%;transform:translateY(-50%)}.product-market-detail-sideBar__images__carrousel__controller--right span{background:#44444448;color:#fff;font-size:18px;height:36px;text-align:center;display:flex;border-radius:5px;align-items:center}.product-market-detail-sideBar__statistics{margin-bottom:10px}.product-market-detail-sideBar__statistics__stats{margin-top:10px}.product-market-detail-sideBar__statistics__metrics{display:flex;flex-wrap:wrap}.product-market-detail-sideBar__statistics__metrics__icon{flex:1 0 50%;padding-bottom:.4rem;display:flex;align-items:center;gap:10px}.product-market-detail-sideBar__statistics__metrics__icon span{font-size:1.5rem;padding:.3rem;background-color:#f5f5f5;border-radius:50%}.product-market-detail-sideBar__statistics__buttons{display:flex;margin-top:12px;justify-content:space-between}.product-market-detail-sideBar__statistics__buttons button{padding:.8em}.product-market-detail-sideBar__statistics__buttons button svg{width:14px;height:14px;margin-right:5px}.product-market-detail-sideBar__statistics__buttons .btn-primary{background:#f5f5f5;color:#313638}.product-provider-details{overflow-y:auto;height:calc(100vh - 220px)}.product-provider-details__box{margin-right:8px;padding:20px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;gap:30px}.product-provider-details__box__image{margin-top:20px;margin-bottom:15px;flex-grow:0;display:flex;align-items:center;gap:10px;max-width:400px}.product-provider-details__box__image img{height:50px;border-radius:100%;width:50px;object-fit:cover}.product-provider-details__box__image__description{width:fit-content}.product-provider-details__box__image__description h2{font-size:16px;font-weight:600}.product-provider-details__box__image__description h3{width:fit-content;background:#f7f7f7;color:#000;padding:5px 10px;font-weight:400;margin-top:2px;font-size:10px;border-radius:10px}.product-provider-details__box__text{flex:2;font-size:12px;line-height:1.5;font-weight:500}.product-provider-details__stats{margin-right:8px;margin-top:30px;margin-bottom:10px}.product-provider-details__stats__content{padding-left:10px;display:flex;gap:40px;margin-top:5px}.product-provider-details__stats__content__stats__section{display:flex;gap:20px;margin-bottom:10px;margin-top:10px}.product-provider-details__stats__content__stats__section__element{display:flex;gap:10px;align-items:center;width:200px}.product-provider-details__stats__content__stats__section__element span{font-size:52px;font-weight:100}.product-provider-details__stats__content__stats__section__element__text h3{font-size:18px}.product-provider-details__stats__content__reputation{padding-right:10px;flex-grow:1}.product-provider-details__stats__content__reputation h3{font-size:16px;font-weight:600;margin-bottom:20px}.product-provider-details__contact{margin-right:8px;margin-top:25px;margin-bottom:25px}.product-provider-details__contact__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.product-provider-details__contact__title P{text-decoration:underline;cursor:pointer;-webkit-user-select:none;user-select:none}.product-provider-details__contact__content{display:flex;gap:20px;margin-top:10px;justify-content:space-between}.product-provider-details__contact__content__buttons{display:flex;gap:10px;flex-grow:0}.product-provider-details__contact__content__buttons button{background:#f7f7f7;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:170px;padding:10px;color:#000;border-radius:6px;border:0;display:flex;gap:8px;align-items:center;font-size:10px}.product-provider-details__contact__content__buttons button svg{margin-right:2px;margin-left:3px;height:15px;width:15px}.product-provider-details__contact__content__buttons button:hover{box-shadow:0 0 5px #0000001a}.product-provider-details__contact__content__text{font-size:12px;flex-grow:1;max-width:500px}.product-provider-details hr{margin-right:8px}.product-market-detail-title__container span{font-weight:100}.product-market-detail-title__container .btn-controller{font-size:10px}.product-market-detail-title__container .btn-controller span{font-size:24px}.product-market-detail-title__container__title{display:flex;justify-content:space-between;margin-top:15px;gap:10px}.product-market-detail-title__container__title h2{font-size:18px;margin-bottom:10px}.product-market-detail-title__container__title__btn{font-size:10px;background-color:#2f4c27;color:#fff}.product-market-detail-title__container__title__btn span{color:#fff}.product-market-detail-title__container__title__btn:hover{background-color:#2f4c27;color:#fff}.product-market-detail-title__container__title__btn:hover span{color:#fff}.product-market-detail-title__container__title__delete{font-size:10px;background-color:#fbcbcb;color:#000}.product-market-detail-title__container__title__delete span{color:#000}.product-market-detail-title__container__title__delete:hover{background-color:#fbcbcb;color:#000}.product-market-detail-title__container__title__delete:hover span{color:#000}.product-market-detail-title__container__title__send,.product-market-detail-title__container__title .btn-controller{font-size:10px}.product-market-detail-title__container__title__buttons{font-size:10px;display:flex;gap:5px}.product-market-detail-title__container__detail{display:flex;gap:5px;margin-top:6px}.product-market-detail-title__container__detail__name{background-color:#000;align-items:center;padding:4px 8px;display:flex;gap:4px;border-radius:15px;font-size:10px}.product-market-detail-title__container__detail__name span{font-size:18px;color:#fff}.product-market-detail-title__container__detail__id{display:flex;align-items:center;gap:5px;padding:4px}.product-market-detail-title__container__detail__id span{font-size:22px}.product-market-detail-title__container__detail__id p{font-size:12px;line-height:1.7}.product-market-variant-row{overflow-x:hidden;overflow-y:hidden;border-radius:10px;border:1px solid #e0e0e0;padding:2rem;height:calc(100vh - 230px)}.product-market-variant-row__search{max-width:300px}.product-market-variant-row__subtitle{display:flex;margin-top:25px;margin-bottom:20px;justify-content:space-between;justify-items:center;align-items:flex-end}.product-market-variant-row__subtitle__button-right{border-radius:5px 0 0 5px/5px 0px 0px 5px}.product-market-variant-row__subtitle__button-left{border-radius:0 5px 5px 0/0px 5px 5px 0px}.product-market-variant-row__subtitle__button-right-active{border-radius:5px 0 0 5px/5px 0px 0px 5px;background:#313638;color:#fff}.product-market-variant-row__subtitle__button-left-active{border-radius:0 5px 5px 0/0px 5px 5px 0px;color:313638;background:#313638;color:#fff}.product-market-variant-row__subtitle__container{display:flex;gap:10px;align-items:center}.product-market-variant-row__subtitle__container button{height:36.5px;width:36.5px;border:0;font-weight:200}.product-market-variant-row__container{height:calc(100vh - 400px);overflow-y:auto;overflow-x:hidden}.product-market-variant-row__elements{display:ruby;overflow-y:auto;height:calc(100vh - 600px);padding-right:10px;margin-top:25px}.product-market-variant-row__elements__element{margin-left:10px;padding:12px;margin-bottom:10px;border-radius:5px;border:1px solid #e0e0e0;justify-content:space-between;align-items:center}.product-market-variant-row__elements__element__texts__title,.product-market-variant-row__elements__element__texts__title__price{text-align:center;margin-top:10px;margin-bottom:10px}.product-market-variant-row__elements__element__title{align-items:center;gap:15px}.product-market-variant-row__elements__element__title__img{width:120px;height:120px;border-radius:5px}.product-market-variant-row__elements__element__stock{display:flex;height:fit-content;background-color:#f7f6f6;border-radius:10px;padding:4px 6px;gap:5px;font-size:10px;align-items:center}.product-market-variant-row-grid{overflow-x:hidden;overflow-y:hidden;border-radius:10px;border:1px solid #e0e0e0;padding:2rem;height:calc(100vh - 230px)}.product-market-variant-row-grid__title h3{font-size:14px}.product-market-variant-row-grid__title p{margin-top:10px}.product-market-variant-row-grid__search{max-width:300px}.product-market-variant-row-grid__subtitle{display:flex;margin-top:25px;margin-bottom:20px;justify-content:space-between;justify-items:center;align-items:flex-end}.product-market-variant-row-grid__container{height:calc(100vh - 340px);overflow-y:auto;overflow-x:hidden}.product-market-variant-row-grid__elements{overflow-y:auto;height:calc(100vh - 400px);padding-right:10px}.product-market-variant-row-grid__elements__element{display:flex;justify-content:flex-start;margin-left:10px;padding:8px;margin-bottom:10px;border-radius:5px;border:1px solid #e0e0e0;gap:30px;align-items:center}.product-market-variant-row-grid__elements__element__texts{flex:1;display:flex;gap:15px;align-items:center}.product-market-variant-row-grid__elements__element__texts__title{flex:1;text-align:left;margin-top:10px;margin-bottom:10px}.product-market-variant-row-grid__elements__element__title{align-items:center;gap:15px}.product-market-variant-row-grid__elements__element__title__img{width:50px;height:50px;border-radius:5px}.product-market-variant-row-grid__elements__element__stock{display:flex;height:fit-content;background-color:#f7f6f6;border-radius:10px;padding:4px 6px;gap:5px;font-size:10px;margin-right:10px;align-items:center}.product-market-variant-row-grid__elements__element__stock span{font-size:18px}.product-market-variant-row__light-box{-webkit-user-select:none;user-select:none;cursor:pointer}.product-market-variant-row__title h3{font-size:14px}.product-market-variant-row__title p{margin-top:10px}.product-market-variant-row__elements__element{padding:8px;margin-bottom:10px;border-radius:5px;border:1px solid #e0e0e0;justify-content:space-between;align-items:center}.product-market-variant-row__elements__element__title{display:flex;align-items:center;gap:15px;width:150px;height:150px}.product-market-variant-row__elements__element__title__img{width:150px;height:150px;object-fit:cover;border-radius:5px}.product-market-variant-row__elements__element__stock{display:flex;height:fit-content;background-color:#f7f6f6;border-radius:10px;padding:4px 6px;gap:5px;font-size:10px;align-items:center;justify-content:center}.product-market-variant-row__elements__element__stock span{font-size:18px}.product-images-modal{-webkit-user-select:none;user-select:none}.product-images-modal__zoom{height:calc(100vh - 20px);background:transparent;width:calc(100vw - 20px);padding:0}.product-images-modal__zoom__image{height:100%;width:100%;object-fit:contain;cursor:zoom-out}.product-images-modal__close{position:relative}.product-images-modal__close span{position:absolute;cursor:pointer;-webkit-user-select:none;user-select:none;top:0;right:0;color:#fff;font-size:32px;height:56px;width:56px;text-align:center;display:flex;border-radius:5px;align-items:center}.product-images-modal__download{position:relative}.product-images-modal__download span{position:absolute;cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;bottom:8px;background:#444;padding:2px;right:8px;font-size:32px;text-align:center;display:flex;border-radius:5px;align-items:center}.product-images-modal__modal{background:#262624a2;height:calc(100vh - 70px);width:calc(100vw - 450px);min-width:500px}.product-images-modal__carrusel{margin-top:20px;display:flex;height:19%;width:100%;overflow-x:auto}.product-images-modal__carrusel__image{border-radius:5px;margin-bottom:10px;margin-right:15px;object-fit:cover;background:#fff}.product-images-modal__carrusel__image--selected{background:#fff;border-radius:5px;margin-bottom:10px;margin-right:5px;object-fit:cover;border:3px solid green}.product-images-modal__carrusel::-webkit-scrollbar{width:.6rem;border-radius:.5rem;background-color:#e8e8e8;max-height:8px}.product-images-modal__carrusel::-webkit-scrollbar{width:.6rem;border-radius:.5rem;background-color:#e8e8e8}.product-images-modal__carrusel::-webkit-scrollbar-thumb{border-radius:.5rem;background-color:#a0a0a0}.product-images-modal__main{display:flex;align-items:center;justify-content:space-between;height:78%}.product-images-modal__main__image{height:calc(100% - 15px);max-width:100%;object-fit:cover;cursor:zoom-in;background:#fff}.product-images-modal__main__image__container{height:100%;max-width:70%}.product-images-modal__main__image__container p{color:#fff;margin-bottom:5px}.product-images-modal__main__controller{cursor:pointer;-webkit-user-select:none;user-select:none}.product-images-modal__main__controller span{background:#444;color:#fff;font-size:32px;height:56px;text-align:center;display:flex;border-radius:5px;align-items:center}.waranty-politics-details{border-radius:10px;border:1px solid #e0e0e0;padding:2rem;height:calc(100vh - 230px);overflow-y:auto}.waranty-politics-details__titles{margin-right:5px}.waranty-politics-details__titles p{margin-top:5px}.waranty-politics-details__titles span{font-weight:100}.waranty-politics-details__titles__provider-details{background-color:#f5f5f5;border-radius:15px;margin-top:20px;padding:25px 35px;display:flex;width:100%;align-items:center;margin-bottom:20px}.waranty-politics-details__titles__provider-details__email{flex:1;padding-right:50px}.waranty-politics-details__titles__provider-details__email__details{display:flex;font-size:24px;font-weight:500}.waranty-politics-details__titles__provider-details__email__details p{margin:0}.waranty-politics-details__titles__provider-details__email__icon{display:flex;align-items:center;gap:5px}.waranty-politics-details__titles__provider-details__email__icon h3{font-weight:400}.waranty-politics-details__titles__provider-details__warranty{flex:1;border-left:2px solid #313638;padding-left:50px}.waranty-politics-details__titles__provider-details__warranty__title-box{margin-bottom:5px}.waranty-politics-details__titles__provider-details__warranty__title-box h3{font-size:18px;font-weight:600}.waranty-politics-details__titles__provider-details__warranty__days{display:flex;gap:10px}.waranty-politics-details__titles__provider-details__warranty__days__icon span{font-size:36px}.waranty-politics-details__titles__provider-details__warranty__days__texts h3{font-size:18px}.waranty-politics-details__titles__provider-details__warranty__days__texts p{margin-top:0;font-weight:500}.waranty-politics-details__titles__provider-details__warranty p{margin-top:0}.waranty-politics-details__conditions{margin-right:5px;margin-bottom:25px}.waranty-politics-details__conditions__title{font-size:16px;font-weight:700;margin-bottom:10px}.waranty-politics-details__conditions__details{line-height:1.5;-webkit-hyphens:auto;hyphens:auto;word-break:break-all;text-overflow:ellipsis}.waranty-politics-details__terms{margin-right:5px;margin-bottom:15px}.waranty-politics-details__terms__title{font-size:16px;font-weight:700;margin-bottom:10px}.waranty-politics-details__terms__subtitle{line-height:1.5;margin-top:5px;margin-bottom:10px}.waranty-politics-details__terms__details{margin-top:20px;display:flex;gap:10px;align-items:center;height:fit-content}.waranty-politics-details__terms__details__url{min-height:45px;flex:1;background:#fafafa;padding:15px;border-radius:10px;border:1px solid #e2e1e1}.waranty-politics-details__terms__details__url p{font-size:12px}.waranty-politics-details__terms__details__buttons{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;align-items:center;gap:10px;height:100%}.waranty-politics-details__terms__details__buttons button{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #e2e1e1;background:#fafafa;padding:9px;border-radius:10px}.waranty-politics-details__terms__details__buttons button span{color:#000;font-weight:400}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product__management__page__container{padding:2rem 0 0 10rem;overflow-y:hidden}@media (max-width: 800px){.product__management__page__container{width:100%;padding-left:5rem}}@media (max-width: 500px){.product__management__page__container{padding-left:1rem}}.product__management__page__container .layout-container__header_old{margin:0;display:flex;align-items:space-between;justify-content:space-between;padding-bottom:1rem}.product__management__page__container .layout-container__header_old__content{width:70%}.product__management__page__container .layout-container__header_old__form__submit{width:30%;padding:0 2rem 0 0;top:0;right:0;display:flex;align-items:center;justify-content:flex-end}.product__management__page__container .layout-container__header_old__form__submit__button{font-size:1rem;margin:0;height:auto;border:1px solid transparent;background-color:#eaeaea;padding:1rem 3rem;font-weight:600;border-radius:.5rem;opacity:50%}.product__management__page__container .layout-container__header_old__form__submit__button__active{opacity:100%;cursor:pointer;transition:all .2s ease-in-out}.product__management__page__container .layout-container__header_old__form__submit__button__active:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.product-management-page__steps{height:calc(100vh - 240px);overflow-y:auto}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dropshippers-form__accept-button{display:flex;gap:1rem;align-items:center;border:1px solid #b3b3b3;padding:1rem 1.5rem;border-radius:.5rem}.dropshippers-form__accept-button:hover,.dropshippers-form__accept-button:focus,.dropshippers-form__accept-button:focus-visible{border:1px solid #b3b3b3}.dropshippers-form__check-button{display:flex;justify-content:center;align-items:center;padding:1rem;border-radius:50%;border:1px solid #b3b3b3;width:2rem;height:2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.general-panel__toggle{display:flex;gap:1rem;padding:.7rem 1rem;align-items:center;justify-content:space-between;border:1px solid #d9d9d9}.general-panel__cards{padding:.7rem 1rem;border:1px solid #d9d9d9}.general-panel__properties{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.coupons__offers__content{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:hidden}@media (max-width: 500px){.coupons__offers__content{padding:2rem 1rem 0 3rem}}.coupons__offers__content__header{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:4rem}.coupons__offers__content__header__title{width:80%}.coupons__offers__content__header__title h1{font-size:2.5rem}.coupons__offers__content__header__title p{font-size:1.5rem}@media (max-width: 800px){.coupons__offers__content__header__title p{font-size:1.2rem;margin-right:1rem}}@media (max-width: 500px){.coupons__offers__content__header__title p{font-size:1rem;margin-right:1rem}}.coupons__offers__content__header__new__price{width:20%;display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.coupons__offers__content__header__new__price{justify-content:center;padding-left:3rem}}.coupons__offers__content__header__new__price button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.coupons__offers__content__header__new__price button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.coupons__offers__content__header__new__price button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.coupons__offers__content__header__new__price button{display:flex;align-items:center;justify-content:space-evenly;margin:0;background-color:#00ff26;border:none;padding:0 2rem}.coupons__offers__content__header__new__price button svg{font-size:1.5rem;margin-left:.3rem}.coupons__offers__content__navbar{display:flex;align-items:flex-end;justify-content:""}.coupons__offers__content__navbar__links{width:25%;display:flex;align-items:center;justify-content:space-between;padding:.5rem;margin-top:1rem;border:1px solid #313638;border-radius:1rem}.coupons__offers__content__navbar__links__option{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out;margin:0;border:none;padding:1rem 2rem;border-radius:.9rem}@media (max-width: 500px){.coupons__offers__content__navbar__links__option{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.coupons__offers__content__navbar__links__option:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.coupons__offers__content__navbar__links__option__active{background-color:#313638;color:#fff}.coupons__offers__content__navbar__links__option:hover{box-shadow:none}.coupons__offers__content__navbar__options{width:75%;display:flex;align-items:flex-end;justify-content:flex-end;padding-right:1rem}@media (max-width: 800px){.coupons__offers__content__navbar__options{align-items:center;flex-direction:row;width:100%}}@media (max-width: 500px){.coupons__offers__content__navbar__options{justify-content:center}}.coupons__offers__content__navbar__options__search{display:flex;align-items:center;justify-content:flex-end;width:100%}.coupons__offers__content__navbar__options__search input{width:60%;background-color:transparent;font-size:1.2rem;font-weight:600;border:.2rem solid gray;border-radius:1rem;padding:1rem 1rem 1rem 3rem;color:#313638}@media (max-width: 1000px){.coupons__offers__content__navbar__options__search input{padding-left:1.5rem;font-size:1rem}}@media (max-width: 800px){.coupons__offers__content__navbar__options__search input{width:40%;font-size:1.2rem}}@media (max-width: 500px){.coupons__offers__content__navbar__options__search input{width:100%;padding-left:1.5rem}}.coupons__offers__content__navbar__options__search input:is(:hover,:focus){opacity:100%}.coupons__offers__content__navbar__options__filter{position:relative;margin-left:1rem}.coupons__offers__content__navbar__options__filter__button{display:flex;align-items:flex-end;justify-content:center}.coupons__offers__content__navbar__options__filter__button button{height:4rem;display:flex;align-items:center;justify-content:"";background-color:#c2c2c227;border:none;border-radius:1rem;color:#313638;cursor:pointer;padding:1rem 1.2rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 1000px){.coupons__offers__content__navbar__options__filter__button button{font-size:1.2rem}}@media (max-width: 500px){.coupons__offers__content__navbar__options__filter__button button:nth-last-child(1){font-size:2rem}}.coupons__offers__content__navbar__options__filter__button button p{margin-right:1rem}@media (max-width: 500px){.coupons__offers__content__navbar__options__filter__button button p{display:none}}.coupons__offers__content__navbar__options__filter__button button:hover{background-color:#313638;box-shadow:0 2px 8px 1px #8d8d8d73;color:#fff}.coupons__offers__content__navbar__options__filter__options{width:20rem;position:absolute;top:100%;right:0;opacity:0;z-index:-1;background-color:#fff;border-radius:1rem;box-shadow:7px 7px 8px -5px #8d8d8d73;padding:1rem;transition:all .2s ease-in-out}.coupons__offers__content__navbar__options__filter__options__display{opacity:1;z-index:1}.coupons__offers__content__navbar__options__filter__options__title{width:100%;font-size:2rem;display:flex;align-items:center;justify-content:flex-start}.coupons__offers__content__navbar__options__filter__options__title div{width:10%;color:#00ff26;height:2rem;margin-right:1rem}.coupons__offers__content__navbar__options__filter__options__title h2{width:80%;font-size:1.7rem}.coupons__offers__content__navbar__options__filter__options__title p{width:10%;justify-self:flex-end;text-align:right}.coupons__offers__content__navbar__options__filter__options__subtitle{width:100%;margin-top:1rem;display:flex;align-items:center;justify-content:""}.coupons__offers__content__navbar__options__filter__options__subtitle h2{width:70%;font-size:1rem}.coupons__offers__content__navbar__options__filter__options__subtitle p{width:40%;font-size:.8rem;text-align:right;color:#00ff26;cursor:pointer;transition:all .3s ease-in-out}.coupons__offers__content__navbar__options__filter__options__categories__tag{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.coupons__offers__content__navbar__options__filter__options__categories__tag .toggle__container{margin:0}.coupons__offers__content__page{width:100%;font-weight:600}.coupons__offers__content__page__header__plan{display:flex;align-items:center;justify-content:flex-start;height:4rem;margin:2rem 1rem 0 0}.coupons__offers__content__page__header__plan__return{width:3%;display:flex;align-items:flex-start;justify-content:flex-start}.coupons__offers__content__page__header__plan__return figure{font-size:2rem;cursor:pointer;transition:all .2s ease-in-out}.coupons__offers__content__page__header__plan__return figure:hover{transform:translate(-2px)}.coupons__offers__content__page__header__plan__text{width:72%}.coupons__offers__content__page__header__plan__text__title{font-size:2rem}.coupons__offers__content__page__header__plan__text__description{font-size:1rem;font-weight:400}.coupons__offers__content__page__header__plan__add{display:flex;align-items:"";justify-content:flex-end;width:25%}@media (max-width: 500px){.coupons__offers__content__page__header__plan__add{justify-content:center;padding-left:3rem}}.coupons__offers__content__page__header__plan__add button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.coupons__offers__content__page__header__plan__add button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.coupons__offers__content__page__header__plan__add button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.coupons__offers__content__page__header__plan__add button{display:flex;align-items:center;justify-content:space-evenly;margin:0;background-color:#313638;color:#fff;border:none;padding:0 2rem}.coupons__offers__content__page__header__plan__add button svg{font-size:2rem;margin-left:.3rem}.coupons__offers__content__page__header__plan__add button[disabled]{cursor:not-allowed;opacity:.8}.coupons__offers__content__page__header__plan__add button[disabled]:hover{box-shadow:none}.coupons__offers__content__page__counter{width:100%;padding-left:1rem;margin:2rem 0 1rem}.coupons__offers__content__page__counter p{font-size:1.2rem}.coupons__offers__content__page hr{width:100%}.coupons__offers__content__page__table__titles{width:96%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0 1rem 1rem}.coupons__offers__content__page__table__titles__coupons,.coupons__offers__content__page__table__titles__offers{font-size:1.5rem;width:16%;text-align:center}.coupons__offers__content__page__table__titles__plans{font-size:1.5rem;width:20%;text-align:center}.coupons__offers__content__page__table__items{min-height:auto;height:40vh;overflow-y:scroll}.coupons__offers__content__submit{display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.coupons__offers__content__submit{justify-content:center;padding-left:3rem}}.coupons__offers__content__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.coupons__offers__content__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.coupons__offers__content__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.coupon__item{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid gray;border-radius:.5rem;padding:1rem 0 1rem 1rem;font-size:1.3rem;font-weight:400;margin-top:1rem}.coupon__item__default{background-color:#02bb021e}.coupon__item__data{width:96%;display:flex;align-items:center;justify-content:space-between}.coupon__item__data p{width:16%;text-align:center}.coupon__item__data p:nth-child(2){font-weight:600;color:#069906}.coupon__item__more{width:4%;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;position:relative}.coupon__item__more figure{color:green;height:2.5rem;font-size:2.5rem;cursor:pointer;transition:all .2s ease-in-out}.coupon__item__more figure:hover{transform:scale(1.1)}.coupon__item__more__options{width:10vw;position:absolute;right:0;top:0;opacity:0;z-index:-1;background-color:#fff;border-radius:.5rem 0 .5rem .5rem;box-shadow:7px 7px 8px -5px #8d8d8d73;padding:.5rem;transition:all .2s ease-in-out}.coupon__item__more__options__display{right:90%;opacity:1;z-index:1}.coupon__item__more__options__menu__link{font-size:1rem;margin-bottom:.2rem;cursor:pointer}.coupon__item__more__options__menu__link:hover{text-decoration:underline}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.coupon__form{width:100%;height:100%;display:flex;flex-direction:column;padding:2rem}.coupon__form__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}@media (max-width: 500px){.coupon__form__title{margin-bottom:.5rem}}.coupon__form__title h1{font-size:2.5rem}.coupon__form__name{width:100%;margin-bottom:1rem;display:flex;flex-direction:column}.coupon__form__name__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.coupon__form__name input{width:40%}@media (max-width: 800px){.coupon__form__name input{width:85%}}@media (max-width: 500px){.coupon__form__name input{width:90%}}.coupon__form__name__alt{margin-top:.2rem;font-size:.8rem;opacity:70%}.coupon__form__main{width:100%}.coupon__form__main__fields{display:flex;align-items:center;justify-content:space-between}.coupon__form__main__fields__percentage__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.coupon__form__main__fields__percentage__input__container{position:relative}.coupon__form__main__fields__percentage__input__container__bg__icon{position:absolute;border-left:1px solid gray;right:0;bottom:0;width:4rem;height:100%;border-radius:0 1rem 1rem 0;z-index:0}.coupon__form__main__fields__percentage__input__container__text__icon{position:absolute;top:25%;right:6%;width:1.8rem;height:1.8rem}.coupon__form__main__fields__percentage__input__container input{width:100%;height:4rem}@media (max-width: 800px){.coupon__form__main__fields__percentage__input__container input{width:50%}}@media (max-width: 500px){.coupon__form__main__fields__percentage__input__container input{width:95%}}.coupon__form__main__fields__date__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.coupon__form__main__fields__date input{width:100%;height:4rem}@media (max-width: 800px){.coupon__form__main__fields__date input{width:50%}}@media (max-width: 500px){.coupon__form__main__fields__date input{width:95%}}.coupon__form__main__alt{font-size:.8rem;opacity:70%;text-align:justify}.coupon__form__footer{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;width:100%;margin-top:1rem;height:7rem}.coupon__form__footer__toggles{display:flex;width:100%}.coupon__form__footer__toggles__offers{width:50%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem}.coupon__form__footer__toggles__offers .toggle__container{margin-left:0}.coupon__form__footer__toggles__offers__title{font-weight:600;font-size:1.2rem}.coupon__form__footer__options{display:flex;width:100%;height:5rem}.coupon__form__footer__options__offers{width:100%}.coupon__form__footer__options__offers select{width:80%}.coupon__form__submit{height:100%;align-self:flex-end;margin-top:4rem;display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.coupon__form__submit{justify-content:center;padding-left:3rem}}.coupon__form__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.coupon__form__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.coupon__form__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.coupon__form__submit button{margin:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.offer__form{width:100%;height:100%;display:flex;flex-direction:column;padding:2rem}.offer__form__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}@media (max-width: 500px){.offer__form__title{margin-bottom:.5rem}}.offer__form__title h1{font-size:2.5rem}.offer__form__name{width:100%;margin-bottom:1rem;display:flex;flex-direction:column}.offer__form__name__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.offer__form__name input{width:40%}@media (max-width: 800px){.offer__form__name input{width:85%}}@media (max-width: 500px){.offer__form__name input{width:90%}}.offer__form__name__alt{margin-top:.2rem;font-size:.8rem;opacity:70%}.offer__form__description{width:100%;margin-bottom:1rem;display:flex;flex-direction:column}@media (max-width: 500px){.offer__form__description{margin-bottom:.5rem}}.offer__form__description__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.offer__form__description textarea{width:80%;resize:none}@media (max-width: 800px){.offer__form__description textarea{width:85%}}@media (max-width: 500px){.offer__form__description textarea{width:90%}}.offer__form__description__alt{margin-top:.2rem;font-size:.8rem;opacity:70%}.offer__form__price{width:100%;margin-top:.5rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 800px){.offer__form__price{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}}.offer__form__price__currency,.offer__form__price__value{width:50%}@media (max-width: 800px){.offer__form__price__currency,.offer__form__price__value{width:100%}}.offer__form__price__currency__alt,.offer__form__price__value__alt{margin-top:.5rem;font-size:.8rem;opacity:70%}.offer__form__price__currency__title,.offer__form__price__value__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}@media (max-width: 800px){.offer__form__price__currency{margin-bottom:1rem}}.offer__form__price__currency select{width:80%}@media (max-width: 800px){.offer__form__price__currency select{width:50%}}@media (max-width: 500px){.offer__form__price__currency select{width:95%}}.offer__form__price__value{display:flex;flex-direction:column}.offer__form__price__value__input__container{position:relative}.offer__form__price__value__input__container__bg__icon{position:absolute;background-color:#7a7a7ac2;left:0;bottom:0;width:4rem;height:100%;border-radius:.8rem 0 0 .8rem;z-index:0}.offer__form__price__value__input__container__text__icon{position:absolute;top:25%;left:3%;width:1.8rem;height:1.8rem}.offer__form__price__value__input__container input{width:70%;padding-left:5rem;height:4rem}@media (max-width: 800px){.offer__form__price__value__input__container input{width:50%}}@media (max-width: 500px){.offer__form__price__value__input__container input{width:95%}}.offer__form__dropdown{width:100%;margin-top:.5rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 800px){.offer__form__dropdown{margin-top:1rem}}@media (max-width: 500px){.offer__form__dropdown{margin-top:.5rem}}.offer__form__dropdown__warranty,.offer__form__dropdown__payment{width:50%}@media (max-width: 500px){.offer__form__dropdown__warranty,.offer__form__dropdown__payment{width:100%}}.offer__form__dropdown__warranty__title,.offer__form__dropdown__payment__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.offer__form__dropdown__warranty select{width:80%}@media (max-width: 800px){.offer__form__dropdown__warranty select{width:90%}}@media (max-width: 500px){.offer__form__dropdown__warranty select{width:95%}}.offer__form__dropdown__payment select{width:70%}@media (max-width: 800px){.offer__form__dropdown__payment select{width:90%}}@media (max-width: 500px){.offer__form__dropdown__payment select{width:90%}}.offer__form__submit{height:100%;align-self:flex-end;margin-top:4rem;display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.offer__form__submit{justify-content:center;padding-left:3rem}}.offer__form__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.offer__form__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.offer__form__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.offer__form__submit button{margin:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.price__offer__item{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid gray;border-radius:.5rem;padding:1rem 0 1rem 1rem;font-size:1.3rem;font-weight:400;margin-top:1rem}.price__offer__item__default{background-color:#02bb021e}.price__offer__item__data{width:96%;display:flex;align-items:center;justify-content:space-between}.price__offer__item__data p{width:16%;text-align:center}.price__offer__item__data p:nth-child(2){font-weight:600;color:#069906}.price__offer__item__more{width:4%;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;position:relative}.price__offer__item__more figure{color:green;height:2.5rem;font-size:2.5rem;cursor:pointer;transition:all .2s ease-in-out}.price__offer__item__more figure:hover{transform:scale(1.1)}.price__offer__item__more__options{width:10vw;position:absolute;right:0;top:0;opacity:0;z-index:-1;background-color:#fff;border-radius:.5rem 0 .5rem .5rem;box-shadow:7px 7px 8px -5px #8d8d8d73;padding:.5rem;transition:all .2s ease-in-out}.price__offer__item__more__options__display{right:90%;opacity:1;z-index:1}.price__offer__item__more__options__menu__link{font-size:1rem;margin-bottom:.2rem;cursor:pointer}.price__offer__item__more__options__menu__link:hover{text-decoration:underline}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.plan__item{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid gray;border-radius:.5rem;padding:1rem 0 1rem 1rem;font-size:1.3rem;font-weight:400;margin-top:1rem}.plan__item__default{background-color:#02bb021e}.plan__item__data{width:96%;display:flex;align-items:center;justify-content:space-between}.plan__item__data p{width:20%;text-align:center}.plan__item__data p:nth-child(3){font-weight:600;color:#069906}.plan__item__more{width:4%;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;position:relative}.plan__item__more figure{color:green;height:2.5rem;font-size:2.5rem;cursor:pointer;transition:all .2s ease-in-out}.plan__item__more figure:hover{transform:scale(1.1)}.plan__item__more__options{width:10vw;position:absolute;right:0;top:0;opacity:0;z-index:-1;background-color:#fff;border-radius:.5rem 0 .5rem .5rem;box-shadow:7px 7px 8px -5px #8d8d8d73;padding:.5rem;transition:all .2s ease-in-out}.plan__item__more__options__display{right:90%;opacity:1;z-index:1}.plan__item__more__options__menu__link{font-size:1rem;margin-bottom:.2rem;cursor:pointer}.plan__item__more__options__menu__link:hover{text-decoration:underline}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dashboard{width:100%}@media (max-width: 800px){.dashboard{width:95%}}.dashboard__alert__msg{display:flex;align-items:center;justify-content:flex-start;background-color:#ff000020;color:#f74848;padding:1rem 2rem;border-radius:1rem}.dashboard__alert__msg__figure{margin-right:1rem}.dashboard__alert__msg__figure svg{font-size:3rem}@media (max-width: 1200px){.dashboard__alert__msg__figure svg{font-size:2.5rem}}@media (max-width: 800px){.dashboard__alert__msg__figure svg{font-size:2rem}}@media (max-width: 500px){.dashboard__alert__msg__figure svg{font-size:3rem}}.dashboard__alert__msg__text{font-size:1.5rem;font-weight:600}@media (max-width: 1200px){.dashboard__alert__msg__text{font-size:1.3rem}}@media (max-width: 1000px){.dashboard__alert__msg__text{font-size:1.1rem}}@media (max-width: 500px){.dashboard__alert__msg__text{font-size:1.2rem}}.dashboard__alert__info{margin-top:1rem;font-size:1.2rem}@media (max-width: 800px){.dashboard__alert__info{font-size:.9rem}}@media (max-width: 500px){.dashboard__alert__info{font-size:1.2rem}}.dashboard__steps{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:5rem;gap:1rem}@media (max-width: 800px){.dashboard__steps{margin-top:8rem}}@media (max-width: 500px){.dashboard__steps{margin:2rem 0}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.dashboard__steps__step{width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:1.5rem;background-color:#c2c2c227;border-radius:1rem;border:.1rem solid rgba(194,194,194,.151)}.dashboard__steps__step__figure{display:flex;align-items:center;justify-content:center;width:5%;padding:1.5rem 0;background-color:#00ff26;border:.1rem solid rgba(194,194,194,.151);border-radius:1rem 0 0 1rem}@media (max-width: 1200px){.dashboard__steps__step__figure{padding:1rem 0;width:10%}}@media (max-width: 1000px){.dashboard__steps__step__figure{width:15%}}.dashboard__steps__step__figure svg{font-size:2.5rem}.dashboard__steps__step__name{width:85%;margin-left:1rem;font-weight:600}@media (max-width: 1200px){.dashboard__steps__step__name{width:75%}}@media (max-width: 1000px){.dashboard__steps__step__name{width:65%}}@media (max-width: 800px){.dashboard__steps__step__name{font-size:1.2rem}}.dashboard__steps__step__edit{display:flex;align-items:center;justify-content:space-evenly;width:10%;margin-right:1rem}@media (max-width: 1200px){.dashboard__steps__step__edit{width:15%;font-size:1.3rem}}@media (max-width: 1000px){.dashboard__steps__step__edit{width:20%}}@media (max-width: 800px){.dashboard__steps__step__edit{font-size:1.1rem}}.dashboard__steps__step__edit__figure{display:flex;align-items:center;justify-content:center}.dashboard__steps__step__edit__text{text-decoration:underline;cursor:pointer}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.funnel__content{width:100%}@media (max-width: 500px){.funnel__content{padding:2rem 1rem 0 3rem}}.funnel__content__header{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:4rem}.funnel__content__header__title{width:80%}.funnel__content__header__title h1{font-size:2.5rem}.funnel__content__header__title p{font-size:1.3rem}@media (max-width: 800px){.funnel__content__header__title p{font-size:1.2rem;margin-right:1rem}}@media (max-width: 500px){.funnel__content__header__title p{font-size:1rem;margin-right:1rem}}.funnel__content__header__integration{width:30%;margin-right:1rem;display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.funnel__content__header__integration{justify-content:center;padding-left:3rem}}.funnel__content__header__integration button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.funnel__content__header__integration button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.funnel__content__header__integration button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.funnel__content__header__integration button{margin:0;background-color:purple;color:#fff;border:none;padding:0 2rem}.funnel__content__header__integration button:hover{background-color:purple}.funnel__content__page{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:95%;position:relative;border:2px solid #313638;border-radius:3rem;padding:2rem 1rem;height:65vh;min-height:65vh}.funnel__content__page:after{position:absolute;z-index:-1;content:"";border-radius:3rem;top:0;right:0;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;background-image:url(/assets/bg-funnel.steps-diagram-ClFAZTs5.jpg);background-repeat:no-repeat;background-size:cover;opacity:.3}.funnel__content__page__header{width:100%;display:flex;align-items:center;justify-content:space-between}.funnel__content__page__header__add__step{margin-right:1rem;display:flex;align-items:"";justify-content:flex-end;justify-content:flex-start}@media (max-width: 500px){.funnel__content__page__header__add__step{justify-content:center;padding-left:3rem}}.funnel__content__page__header__add__step button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.funnel__content__page__header__add__step button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.funnel__content__page__header__add__step button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.funnel__content__page__header__add__step button{display:flex;align-items:center;justify-content:space-evenly;margin:0;background-color:#313638;color:#fff;border:none;padding:0 2rem}.funnel__content__page__header__add__step button svg{font-size:2rem;margin-left:.3rem}.funnel__content__page__header__add__step button[disabled]{cursor:not-allowed;opacity:.8}.funnel__content__page__header__add__step button[disabled]:hover{box-shadow:none}.funnel__content__page__header__navbar{width:10%}.funnel__content__page__header__navbar__links{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.funnel__content__page__header__navbar__links__option{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out;margin:0;border:none;padding:1rem;border-radius:.9rem;font-size:2rem}@media (max-width: 500px){.funnel__content__page__header__navbar__links__option{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.funnel__content__page__header__navbar__links__option:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.funnel__content__page__header__navbar__links__option__active{background-color:#313638;color:#fff}.funnel__content__page__header__navbar__links__option:hover{box-shadow:none}.funnel__content__page__diagrams,.funnel__content__page__steps{width:100%;height:90%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.checkout{height:60vh;overflow-y:scroll}.checkout__contact__info,.checkout__payment__form,.checkout__payment__way{width:100%;margin-top:3rem}.checkout__contact__info__title,.checkout__payment__form__title,.checkout__payment__way__title{width:80%}.checkout__contact__info__title h1,.checkout__payment__form__title h1,.checkout__payment__way__title h1{font-size:1.8rem}.checkout__contact__info__title p,.checkout__payment__form__title p,.checkout__payment__way__title p{font-size:1.1rem}@media (max-width: 800px){.checkout__contact__info__title p,.checkout__payment__form__title p,.checkout__payment__way__title p{font-size:1.2rem}}@media (max-width: 500px){.checkout__contact__info__title p,.checkout__payment__form__title p,.checkout__payment__way__title p{font-size:1rem}}.checkout__contact__info__main,.checkout__payment__form__main,.checkout__payment__way__main{width:100%;display:flex;align-items:center;justify-content:center}.checkout__contact__info__main__options,.checkout__payment__form__main__options,.checkout__payment__way__main__options{width:60%;padding-right:1rem}.checkout__contact__info__main__options__title__before,.checkout__contact__info__main__options__title__after,.checkout__payment__form__main__options__title__before,.checkout__payment__form__main__options__title__after,.checkout__payment__way__main__options__title__before,.checkout__payment__way__main__options__title__after{font-weight:600;font-size:1.2rem;padding-top:2rem}.checkout__contact__info__main__options__item,.checkout__payment__form__main__options__item,.checkout__payment__way__main__options__item{width:100%;display:flex;align-items:center;justify-content:flex-start;margin:1.5rem 0}.checkout__contact__info__main__options__item .toggle__container,.checkout__payment__form__main__options__item .toggle__container,.checkout__payment__way__main__options__item .toggle__container{min-width:4rem;margin-left:0}.checkout__contact__info__main__options__item__description,.checkout__payment__form__main__options__item__description,.checkout__payment__way__main__options__item__description{font-size:1.2rem}.checkout__contact__info__main__preview,.checkout__payment__form__main__preview,.checkout__payment__way__main__preview{width:40%;align-self:flex-start}.checkout__contact__info__main__preview figure,.checkout__payment__form__main__preview figure,.checkout__payment__way__main__preview figure{width:100%}.checkout__contact__info__main__preview figure img,.checkout__payment__form__main__preview figure img,.checkout__payment__way__main__preview figure img{width:100%}.checkout__contact__info{margin-top:0}.checkout__contact__info__email{width:100%;display:flex;flex-direction:column;margin-top:2rem}.checkout__contact__info__email__title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.checkout__contact__info__email input{width:40%}@media (max-width: 800px){.checkout__contact__info__email input{width:85%}}@media (max-width: 500px){.checkout__contact__info__email input{width:90%}}.checkout__contact__info__email__alt{margin-top:.2rem;font-size:.8rem;opacity:70%}.checkout__payment__way{margin-top:2rem}.checkout__payment__way__subtitle{font-weight:600;font-size:1.2rem;padding-top:2rem}.checkout__payment__way__main__options{width:100%}.checkout__payment__way__main__options__item__info{display:flex;align-items:center;justify-content:flex-start}.checkout__payment__way__main__options__item__info__description{font-size:1.2rem;margin-right:1rem}.checkout__payment__way__main__options__item__info figure{display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-right:.5rem}.checkout__payment__way__main__options__item__info__moreInfo{font-size:1rem;opacity:.8}.checkout__payment__way__restrictions{display:flex;align-items:center;justify-content:flex-start;width:100%;padding-top:2rem}.checkout__payment__way__restrictions__expiration__period{margin-right:4rem}.checkout__payment__way__restrictions__expiration__period__title{font-weight:600;font-size:1.2rem}.checkout__payment__way__restrictions__expiration__period select{width:100%}.checkout__payment__way__restrictions__days{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;height:6.8rem}.checkout__payment__way__restrictions__days__title{font-size:1.2rem;font-weight:600}.checkout__payment__way__restrictions__days__options{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:1rem;height:4rem}.checkout__payment__way__restrictions__days__options__checkbox{text-align:center}.checkout__payment__way__restrictions__days__options__checkbox__title{font-weight:600;margin-bottom:.2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.funnel__steps__diagram{height:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.funnel__step__diagram{position:relative;width:12%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#313638;font-weight:400;font-size:1.2rem;height:180px}.funnel__step__diagram__name{text-align:center;width:100%;font-weight:600;margin-bottom:2rem}.funnel__step__diagram__image{height:12rem;width:80%;display:flex;align-items:center;justify-content:center}.funnel__step__diagram__image__figure img{width:100%}.funnel__step__diagram:not(:last-child){margin-right:1rem}.funnel__step__diagram:not(:last-child):after{position:absolute;content:"-------";width:100%;left:90%;top:50%}.funnel__step__diagram__options{font-size:1.5rem;display:flex;align-items:center;justify-content:flex-end}.funnel__step__diagram__options__item{position:relative;cursor:pointer;margin-right:.5rem;transition:all .2s ease-in-out}.funnel__step__diagram__options__item:last-child{margin-right:0}.funnel__step__diagram__options__item:hover{transform:scale(1.1)}.funnel__step__diagram__options__item:hover p[class$=title]{opacity:1}.funnel__step__diagram__options__item__title{opacity:0;position:absolute;background-color:#313638;color:#fff;padding:.2rem .5rem;border-radius:.2rem;font-size:.8rem;bottom:100%;left:50%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.funnel__steps__list{padding-top:2rem;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;row-gap:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.funnel__step{position:relative;width:70%;display:flex;align-items:center;justify-content:flex-start;background-color:#fff;border:1px solid #313638;font-weight:400;font-size:1.2rem;padding:1rem;border-radius:1rem}.funnel__step__number{text-align:center}.funnel__step__number p{display:flex;align-items:center;justify-content:center;background-color:#313638;color:#fff;border-radius:50%;width:2.5rem;height:2.5rem}.funnel__step__number p svg{width:2rem;height:2rem}.funnel__step__name{width:80%;font-weight:600;margin-left:1rem}.funnel__step:not(:last-child):after{z-index:-1;position:absolute;content:"-------";transform:rotate(90deg);top:100%;left:0}.funnel__step__options{font-size:1.5rem;width:15%;display:flex;align-items:center;justify-content:flex-end}.funnel__step__options__item{position:relative;cursor:pointer;margin-right:.5rem;transition:all .2s ease-in-out}.funnel__step__options__item:last-child{margin-right:0}.funnel__step__options__item:hover{transform:scale(1.1)}.funnel__step__options__item:hover p[class$=title]{opacity:1}.funnel__step__options__item__title{opacity:0;position:absolute;background-color:#313638;color:#fff;padding:.2rem .5rem;border-radius:.2rem;font-size:.8rem;bottom:100%;left:50%}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.funnel__step__form{width:100%;height:100%;display:flex;flex-direction:column;padding:2rem}.funnel__step__form__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}@media (max-width: 500px){.funnel__step__form__title{margin-bottom:.5rem}}.funnel__step__form__title h1{font-size:2.5rem}.funnel__step__form__name{width:100%;margin-bottom:1rem;display:flex;flex-direction:column}.funnel__step__form__name__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.funnel__step__form__name input{width:90%}@media (max-width: 800px){.funnel__step__form__name input{width:85%}}@media (max-width: 500px){.funnel__step__form__name input{width:90%}}.funnel__step__form__name__alt{margin-top:.2rem;font-size:.8rem;opacity:70%}.funnel__step__form__submit{height:100%;align-self:flex-end;display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.funnel__step__form__submit{justify-content:center;padding-left:3rem}}.funnel__step__form__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.funnel__step__form__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.funnel__step__form__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.funnel__step__form__submit button{margin:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-attribute{display:grid;grid-template-columns:45% 1fr;column-gap:1rem}.product-attribute__attribute-creator{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid #e4e4e4;border-radius:.5rem}.product-attribute__attributes{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid #e4e4e4;border-radius:.5rem;height:fit-content}.attribute-creator__content{display:flex;flex-direction:column;gap:1rem}.attribute-creator__values-list{display:flex;gap:.5rem;flex-wrap:wrap}.attribute-creator__values-list-item{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.5rem 1rem;min-width:3rem;background-color:#d4e4f5;border-radius:1rem;-webkit-user-select:none;user-select:none;font-weight:600}.attribute-creator__values-list-item .material-symbols-outlined{font-size:1.2rem;display:block;background-color:#afcdec;border-radius:50%}.attributes__list{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none;display:flex;flex-direction:column;gap:.8rem}.attributes__list-item{display:grid;grid-template-columns:1fr 20%;background-color:#f6f6f6;padding:1rem 2rem;border-radius:.5rem;outline:2px solid transparent;outline-offset:2px;-webkit-user-select:none;user-select:none;position:relative}.attributes__list-item--active{outline-color:#44cc17}.attributes__tag-list{display:flex;flex-wrap:wrap;gap:1rem}.attributes__tag-list-item{display:flex;justify-content:center;gap:1rem;align-items:center;padding:.2rem 1rem;min-width:3rem;background-color:#d4e4f5;border-radius:1rem;-webkit-user-select:none;user-select:none;font-weight:600}.attributes__delete-item{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:.5rem}.variant-selector__list{display:flex;flex-direction:column;margin-top:1rem;scrollbar-gutter:stable;max-height:30rem;overflow-y:auto;border-bottom:1px solid #f6f6f6}.variant-selector__list-item{display:flex;align-items:center;padding:1rem .5rem;-webkit-user-select:none;user-select:none}.variant-selector__list-item:not(:last-child){border-bottom:1px solid #f6f6f6}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.variant-tab__content{display:grid;grid-template-columns:30% 1fr;column-gap:1rem;padding:.5rem}.variant__list{position:sticky;top:7rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none;display:flex;flex-direction:column;border:1px solid #c5c5c5;border-radius:.5rem;overflow-y:auto;height:fit-content;max-height:40rem;scrollbar-gutter:both-edges}.variant__list-item{position:relative;display:grid;grid-template-columns:1fr 60% 20%;place-content:center;gap:.5rem;align-items:center;padding:1rem 2rem;outline:2px solid transparent;outline-offset:2px;-webkit-user-select:none;user-select:none;cursor:pointer;min-height:5rem}.variant__list-item:not(:last-child){border-bottom:1px solid #c5c5c5}.variant__list-void-image{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;opacity:.7;border:1px dashed #c5c5c5}.variant__list-image{object-fit:cover;width:2rem}.variant__list-item--active{background-color:#f9f9f9}.variant__list-item-icon{font-size:1.5rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.selected-variant__wrapper{border:1px solid #c5c5c5;border-radius:.5rem;padding:1rem;isolation:isolate}.selected-variant__wrapper__header{display:flex;align-items:center;justify-content:space-between;top:7rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffcf;z-index:2}.selected-variant__wrapper__header span{align-content:center}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.inventory__list__container{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:100%;height:100%;padding-top:2rem;row-gap:1rem}.inventory__list__container__edit{display:flex;background-color:#eaeaea;max-width:120px;padding:5px;border-radius:5px;align-items:center;justify-content:center;gap:5px}.inventory__list__container__edit span{font-weight:100}.inventory__list__container__header{padding-right:2rem;width:100%;display:flex;align-items:center;justify-content:space-between}.inventory__list__container__header__title__main{font-weight:700}.inventory__list__container__header__action__button{display:flex;align-items:center;justify-content:space-between;column-gap:.5rem;border:none;border-radius:.5rem;padding:1rem;transition:all .2s ease-in-out;background-color:#313638;color:#fff;opacity:30%}.inventory__list__container__header__action__button>*{color:#fff}.inventory__list__container__header__action__button p{font-size:1rem}.inventory__list__container__header__action__button span{font-size:1.5rem}.inventory__list__container__header__action__button__active{cursor:pointer;opacity:100%}.inventory__list__container__header__action__button__active:hover{box-shadow:0 2px 8px 1px #8d8d8d73}.inventory__list__container__tracking{display:flex;align-items:flex-start;justify-content:flex-start;column-gap:.5rem;font-size:1rem}.inventory__list__container__tracking input[type=checkbox]:before{width:1.1rem;margin-right:0}.inventory__list__container__tracking input[type=checkbox]:checked:before{background-color:#313638;opacity:50%}.inventory__list__container__tracking__content__title{font-weight:700}.inventory__list__container__tracking__content__description{font-style:italic}.inventory__list__container__submit{position:fixed;padding:0 4rem 4rem 0;bottom:0;right:0;align-items:"";justify-content:flex-end;display:flex;align-items:center;justify-content:center;column-gap:1rem}@media (max-width: 500px){.inventory__list__container__submit{justify-content:center;padding-left:3rem}}.inventory__list__container__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.inventory__list__container__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.inventory__list__container__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.inventory__list__container__submit button{font-family:Montserrat;font-size:1.2rem;margin:0;height:fit-content;padding:1rem 2rem;background-color:#313638;color:#fff;font-weight:500;border:none}.inventory__list__container__submit button:first-child{background-color:#f74848}.add-inventory-modal__save-button{font-size:1.3rem}.add-inventory-modal{height:fit-content}.add-inventory-modal__warehouse{display:flex;gap:10px}.add-inventory-modal__warehouse .btn-controller{width:200px}.add-inventory-modal__warehouse .dropdown-new__list-wrapper .dropdown-new__list{max-height:180px}.add-inventory-modal__stock input{height:38.5px;padding:5px;border:1px solid #d1d1d1;border-radius:5px}.add-inventory-modal__container{display:flex;flex-direction:column;justify-content:space-between;padding:2rem 3rem;width:81rem;max-width:90vw;max-height:86vh}.add-inventory-modal__container hr{margin-top:2.5px}.add-inventory-modal__container__title{margin:1.5rem 0 .5rem}.add-inventory-modal__titles{display:flex;gap:10px}.add-inventory-modal__titles__icon span{font-size:64px;font-weight:100}.add-inventory-modal__titles__text h2{font-size:24px;margin-bottom:4px;margin-top:8px}.add-inventory-modal__detail{display:flex;align-items:center;gap:1.5rem}.add-inventory-modal__detail__img{width:80px;height:80px}.add-inventory-modal__detail__img img{border-radius:5px;object-fit:cover}.add-inventory-modal__detail__text{width:-webkit-fill-available;gap:5px}.add-inventory-modal__detail__text h3{font-size:18px}.add-inventory-modal__detail__text__variant{padding:7px;background-color:#000;display:flex;margin-top:5px;border-radius:10px;width:fit-content;min-width:3rem;justify-content:center}.add-inventory-modal__detail__text__variant p{color:#fff}.add-inventory-modal .btn-save{margin-top:30px;background:#313638;color:#fff;margin-left:auto}.add-inventory-modal .disabled{background:#d1d1d1;color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.physical__product__inventory__form{display:flex;align-items:"";justify-content:"";flex-direction:column;row-gap:2rem;font-family:Montserrat;font-size:1rem;padding-right:2rem;position:relative}.physical__product__inventory__form__price__title,.physical__product__inventory__form__inventory__title,.physical__product__inventory__form__warranty__title{font-weight:600}.physical__product__inventory__form__price__description,.physical__product__inventory__form__inventory__description,.physical__product__inventory__form__warranty__description{color:#757575}.physical__product__inventory__form__price__content,.physical__product__inventory__form__inventory__content,.physical__product__inventory__form__warranty__content{display:flex;align-items:center;justify-content:flex-start;margin-top:1rem}.physical__product__inventory__form__price>section{padding-left:1rem}.physical__product__inventory__form__price__content__left{width:40%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;row-gap:1rem}.physical__product__inventory__form__price__content__left__value,.physical__product__inventory__form__price__content__left__currency{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;width:100%}.physical__product__inventory__form__price__content__left__value__label,.physical__product__inventory__form__price__content__left__currency__label{font-weight:600;margin-bottom:.5rem}.physical__product__inventory__form__price__content__left__value input,.physical__product__inventory__form__price__content__left__currency input{width:50%}.physical__product__inventory__form__price__content__left__value select,.physical__product__inventory__form__price__content__left__currency select{width:70%}.physical__product__inventory__form__price__content__left__value select *,.physical__product__inventory__form__price__content__left__currency select *{padding:1rem 0}.physical__product__inventory__form__price__content__right{width:60%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;border:.1rem solid #d3d3d3;border-radius:.5rem;padding:1rem}.physical__product__inventory__form__price__content__right__title{font-weight:600}.physical__product__inventory__form__price__content__right__title>small{font-weight:400;color:inherit;font-size:.8rem}.physical__product__inventory__form__price__content__right__info{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:.5rem;padding-top:2rem}.physical__product__inventory__form__price__content__right__info__item__cost,.physical__product__inventory__form__price__content__right__info__estimated__profit,.physical__product__inventory__form__price__content__right__info__income{width:30%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;row-gap:.5rem}.physical__product__inventory__form__price__content__right__info__item__cost__label,.physical__product__inventory__form__price__content__right__info__estimated__profit__label,.physical__product__inventory__form__price__content__right__info__income__label{font-weight:600}.physical__product__inventory__form__price__content__right__info__item__cost input,.physical__product__inventory__form__price__content__right__info__estimated__profit input,.physical__product__inventory__form__price__content__right__info__income input{width:100%}.physical__product__inventory__form__warranty>section{padding-left:1rem}.physical__product__inventory__form__warranty__content{flex-direction:column;align-items:flex-start;row-gap:1rem;padding-bottom:5rem}.physical__product__inventory__form__warranty__content__shipping{padding:.5rem 0}.physical__product__inventory__form__warranty__content__shipping__option{display:flex;align-items:center;justify-content:"";column-gap:.5rem;font-size:1rem;font-style:italic;font-weight:700}.physical__product__inventory__form__warranty__content__shipping__option input[type=checkbox]:before{width:1.3rem;margin-right:0}.physical__product__inventory__form__warranty__content__shipping__option input[type=checkbox]:checked:before{background-color:#313638;opacity:50%}.physical__product__inventory__form__warranty__content__aside{display:flex;align-items:center;justify-content:flex-start;width:100%}.physical__product__inventory__form__warranty__content__aside__weight,.physical__product__inventory__form__warranty__content__aside__days{width:40%}.physical__product__inventory__form__warranty__content__aside__weight select,.physical__product__inventory__form__warranty__content__aside__days select{width:50%}.physical__product__inventory__form__warranty__content__aside__weight__label,.physical__product__inventory__form__warranty__content__aside__days__label{font-weight:600;margin-bottom:.5rem}.physical__product__inventory__form__warranty__content__aside__weight__data,.physical__product__inventory__form__warranty__content__aside__days__data{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.physical__product__inventory__form__warranty__content__aside__weight{display:flex;align-items:flex-start;justify-content:"";flex-direction:column}.physical__product__inventory__form__warranty__content__chanels__title,.physical__product__inventory__form__warranty__content__terms__title{font-weight:600}.physical__product__inventory__form__warranty__content__chanels__description,.physical__product__inventory__form__warranty__content__terms__description{color:#757575}.physical__product__inventory__form__warranty__content__chanels__info,.physical__product__inventory__form__warranty__content__terms__info{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;row-gap:1rem;margin-bottom:1rem;padding-left:1rem}.physical__product__inventory__form__warranty__content__chanels{width:100%}.physical__product__inventory__form__warranty__content__chanels__info{margin-top:1rem}.physical__product__inventory__form__warranty__content__chanels__info__email{width:40%}.physical__product__inventory__form__warranty__content__chanels__info__email input{width:90%}.physical__product__inventory__form__warranty__content__chanels__info__phone{width:60%}.physical__product__inventory__form__warranty__content__chanels__info__phone input{width:40%}.physical__product__inventory__form__warranty__content__chanels__info__email__label,.physical__product__inventory__form__warranty__content__chanels__info__phone__label{font-weight:600;margin-bottom:.5rem}.physical__product__inventory__form__warranty__content__terms{width:100%}.physical__product__inventory__form__warranty__content__terms__title,.physical__product__inventory__form__warranty__content__terms__description{padding-left:1rem}.physical__product__inventory__form__warranty__content__terms__info{width:100%}.physical__product__inventory__form__warranty__content__terms__info__terms{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%}.physical__product__inventory__form__warranty__content__terms__info input{width:50%}.physical__product__inventory__form__submit{position:fixed;padding:0 4rem 2rem 0;bottom:0;right:0;display:flex;align-items:"";justify-content:flex-end}@media (max-width: 500px){.physical__product__inventory__form__submit{justify-content:center;padding-left:3rem}}.physical__product__inventory__form__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.physical__product__inventory__form__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.physical__product__inventory__form__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}.physical__product__inventory__form__submit button{font-size:1rem;margin:0;height:auto}.profit-calculator{max-width:50rem;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;border:.1rem solid #d3d3d3;border-radius:.5rem;padding:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.warehouses__address__form{display:flex;align-items:"";justify-content:"";height:100%;flex-direction:column;row-gap:2rem;font-family:Montserrat;font-size:1rem;padding-right:2rem;position:relative}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.stepwise__management__skeleton__layout__main__container{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:1rem;height:75vh;-moz-animation:skeleton 1s ease-in-out infinite alternate;-webkit-animation:skeleton 1s ease-in-out infinite alternate;-ms-animation:skeleton 1s ease-in-out infinite alternate;-o-animation:skeleton 1s ease-in-out infinite alternate;animation:skeleton 1s ease-in-out infinite alternate}.stepwise__management__skeleton__layout__main__container__breadcrumb{width:15%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.stepwise__management__skeleton__layout__main__container__header{width:70%;display:flex;align-items:"";justify-content:flex-start;flex-direction:column;row-gap:1rem}.stepwise__management__skeleton__layout__main__container__header>*{height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.stepwise__management__skeleton__layout__main__container__header__title{width:30%}.stepwise__management__skeleton__layout__main__container__content{width:100%;display:flex;align-items:"";justify-content:flex-start;height:75vh}.stepwise__management__skeleton__layout__main__container__content__left{border-right:1px solid rgba(161,161,161,.286);display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:35%;font-family:Montserrat}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left{flex-direction:column}}.stepwise__management__skeleton__layout__main__container__content__left__product{width:80%;display:flex;align-items:center;justify-content:flex-start;padding:2rem 0;column-gap:1rem}@media (max-width: 800px){.stepwise__management__skeleton__layout__main__container__content__left__product{width:90%;flex-direction:column;margin-bottom:1rem}}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__product{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:row}}.stepwise__management__skeleton__layout__main__container__content__left__product__image{width:30%}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__product__image{width:100%}}.stepwise__management__skeleton__layout__main__container__content__left__product__image figure{height:14vh;background-color:#c5c4c4;border-radius:1.5rem}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__product__image figure{height:20vh}}.stepwise__management__skeleton__layout__main__container__content__left__product__details{display:flex;align-items:space-evenly;justify-content:space-evenly;flex-direction:column;width:70%;row-gap:1rem}.stepwise__management__skeleton__layout__main__container__content__left__product__details__title{width:60%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.stepwise__management__skeleton__layout__main__container__content__left__product__details__code,.stepwise__management__skeleton__layout__main__container__content__left__product__details__format{width:40%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.stepwise__management__skeleton__layout__main__container__content__left__product__details__tags{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;column-gap:2rem}.stepwise__management__skeleton__layout__main__container__content__left__product__details__tags__item{width:30%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.stepwise__management__skeleton__layout__main__container__content__left__steps{overflow-y:scroll;width:90%}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__steps{height:auto;margin-bottom:2rem;width:100%}}.stepwise__management__skeleton__layout__main__container__content__left__steps__container{display:flex;align-items:flex-start;justify-content:"";flex-direction:column;width:100%;row-gap:.5rem}@media (max-width: 800px){.stepwise__management__skeleton__layout__main__container__content__left__steps__container{width:100%}}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__steps__container{width:100%;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}}@media (max-width: 1200px){.stepwise__management__skeleton__layout__main__container__content__left__steps .step{padding-left:2rem}}@media (max-width: 800px){.stepwise__management__skeleton__layout__main__container__content__left__steps .step{padding-left:1rem}}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__steps .step{width:8%;height:3rem}}@media (max-width: 500px){.stepwise__management__skeleton__layout__main__container__content__left__steps .step__content{display:none}}.stepwise__management__skeleton__layout__main__container__content__forms{width:65%;display:flex;align-items:center;justify-content:center}.stepwise__management__skeleton__layout__main__container__content__forms__icon{font-size:12.5rem;color:#a1a1a1;font-variation-settings:"wght" 400}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.stepwise__skeleton__management__step{display:flex;align-items:center;justify-content:center;column-gap:1rem;width:100%}.stepwise__skeleton__management__step__status{position:relative;height:2.5rem;line-height:2.5rem}.stepwise__skeleton__management__step__status__icon{font-size:2.5rem;color:#a1a1a1;font-variation-settings:"wght" 400}.stepwise__skeleton__management__step__status__icon:after{content:"";display:inline-block;height:.5em;width:40%;border-top:2px solid transparent}.stepwise__skeleton__management__step__status__separator{position:absolute;top:90%;left:45%;right:0;height:140%;border-left:2px solid rgb(161,161,161);z-index:-1}.stepwise__skeleton__management__step__content{width:100%;height:5rem;border:2px solid transparent;padding:1rem 0 1rem 1rem;border-radius:.5rem;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;row-gap:.5rem}.stepwise__skeleton__management__step__content p{width:60%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.stepwise__skeleton__management__step__content p:last-child{width:90%}.stepwise__skeleton__management__step:last-child .stepwise__skeleton__management__step__status__separator{display:none}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.supplier-market-page__subtitle{max-width:95%;font-size:1.2rem;margin-top:.5rem;text-wrap:pretty}.supplier-market-page__supplier-list{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(26rem,1fr));gap:2.8rem}@media (max-width: 1500px){.supplier-market-page__supplier-list{grid-template-columns:repeat(auto-fill,minmax(24rem,1fr));gap:1rem}}.supplier-profile-page-tabs__wrapper{display:flex;justify-content:center;align-items:center;height:3rem;margin-bottom:1rem}.supplier-profile-page-tabs__container{border-right:#dadada 1px solid}.supplier-profile-page-tabs__container:last-child{border-right:none}.supplier-profile-page-tabs__title{padding:1rem;border-radius:1rem;margin:0 .5rem;width:14rem;display:flex;justify-content:center;cursor:pointer;text-decoration:none}.supplier-profile-page-tabs__title.active{background-color:#f3f3f3;font-weight:600}.supplier-profile-page-tabs .appear-transition{animation:deslizar 1s forwards}@keyframes deslizar{0%{transform:translate(100%)}to{transform:translate(0)}}.product-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));column-gap:1.5rem;row-gap:1rem;justify-items:start;width:100%;margin-top:2rem}.product-cards-container--flex{display:flex;margin-top:2rem;gap:1rem}.product-cards-container__text{margin-top:10px}.product-fallback{display:flex;flex-direction:column;justify-content:center;align-items:center}.product-fallback__icon{width:200px;height:200px;color:#d5d5d5;font-size:192px;line-height:1.5;font-weight:100;margin-bottom:50px}.product-fallback__text{color:#d5d5d5;font-size:16px;font-weight:700}#inline-loader-custom{width:100%;height:calc(100% - 200px);display:flex;flex-grow:1;padding:1rem 0;justify-content:center;align-items:center}.product-list-actions{display:flex;gap:10px;justify-content:space-between}.product-list-actions__search{display:flex;gap:10px}.product-list-actions-filters{display:flex;margin-top:10px;margin-bottom:15px;gap:10px}.product-filter-chip{display:flex;gap:10px;font-size:10px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#eaeaea;padding:8px 10px;border-radius:20px}.product-filter-chip span{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#000}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-market-categories-filter__button--open{color:#7ada62;border:1px solid #7ada62}.product-market-categories-filter__button--open span{color:#7ada62}.product-market-categories-filter__container{position:absolute}.product-market-categories-filter__content{position:relative;display:flex;gap:1rem;width:calc(100% - 20px);padding:1.5rem;top:110%;left:0;margin-top:10px;z-index:1;background-color:#fff;border-radius:.5rem;border:.5px solid #f6f6f6;box-shadow:0 0 3px #00000036;transition:opacity .15s ease-in;opacity:0;pointer-events:none;touch-action:none}.product-market-categories-filter__content--open{opacity:1;pointer-events:auto;touch-action:auto}.product-market-categories-filter__overview{position:relative;min-width:250px;height:12rem;overflow:hidden;border-radius:1rem}.product-market-categories-filter__overview-img{width:100%;height:100%;object-fit:cover}.product-market-categories-filter__overview-preview{display:flex;flex-direction:column;width:100%;height:100%;gap:.5rem;background-color:#000;padding:1.5rem}.product-market-categories-filter__overview-preview span{font-weight:100}.product-market-categories-filter__overview-preview>*{color:#fff}.product-market-categories-filter__content-wrapper{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.5rem}.product-market-categories-filter__col{display:flex;flex-direction:column;gap:.3rem;padding-right:1rem}.product-market-categories-filter__col:not(:last-child){border-right:2px solid #f6f6f6}.product-market-categories-filter__col-item{padding:.5rem 1rem;border-radius:.5rem}.product-market-categories-filter__col-item:hover{background-color:#f6f6f6}.product-market-categories-filter__col-item--selected{padding:.5rem 1rem;border-radius:.5rem;background-color:#ccc}.product-marketplace__search{width:450px}.product-marketPage-header{display:flex;gap:5px}.product-marketPage-header__titles__title{margin-bottom:5px}.product-marketPage-header__advice{margin-bottom:20px;background-color:#eaeaea;padding:10px;border-radius:5px}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-marketplace__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));column-gap:1.5rem;row-gap:1rem;width:100%;margin-top:2rem}.product-marketplace__category-panel{position:relative}.product-marketplace__category-panel__content{position:absolute;display:flex;gap:1rem;width:100%;padding:1.5rem;top:110%;left:0;z-index:1;background-color:#fff;border-radius:.5rem;border:1px solid #f6f6f6;box-shadow:0 0 3px #00000036;transition:opacity .15s ease-in;opacity:0;pointer-events:none;touch-action:none}.product-marketplace__category-panel__content--open{opacity:1;pointer-events:auto;touch-action:auto}.product-marketplace__category-panel__overview{position:relative;width:20%;height:12rem;overflow:hidden;border-radius:1rem}.product-marketplace__category-panel__overview-img{width:100%;height:100%;object-fit:cover}.product-marketplace__category-panel__overview-preview{display:flex;flex-direction:column;width:100%;height:100%;gap:.5rem;background-color:#000;padding:1.5rem}.product-marketplace__category-panel__overview-preview>*{color:#fff}.product-marketplace__category-panel__content-wrapper{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.5rem}.product-marketplace__category-panel__col{display:flex;flex-direction:column;gap:.3rem;padding-right:1rem}.product-marketplace__category-panel__col:not(:last-child){border-right:2px solid #f6f6f6}.product-marketplace__category-panel__col-item{padding:.5rem 1rem;border-radius:.5rem}.product-marketplace__category-panel__col-item:hover{background-color:#f6f6f6}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.product-card{height:100%;display:flex;flex-direction:column;border:1px solid #d2d2d2;border-radius:2rem;overflow:hidden}.product-card__image-wrapper{position:relative}.product-card__image{object-fit:cover;aspect-ratio:16/10;border-radius:2rem 2rem 0 0}.product-card__price{position:absolute;display:flex;flex-direction:column;align-items:center;background-color:#f6f6f6;left:0;right:0;margin:0 auto;width:fit-content;padding:.5rem 2rem;border-radius:1rem;bottom:-2rem}.product-card__content{display:flex;flex-direction:column;gap:1.2rem;justify-content:end;background-color:#fff;padding:3rem 2rem 1rem;flex-grow:1}.product-card__name{font-size:1.5rem;font-weight:600;letter-spacing:-.05rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3rem;overflow:hidden}.product-card__tag{display:flex;gap:.3rem;align-items:center;color:#fff;background-color:#000;width:fit-content;font-size:1rem;font-weight:600;border-radius:3rem;padding:.2rem 1.5rem}.product-card__actions{display:flex;justify-content:space-between;gap:.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliation__detail__page{margin-left:10rem;width:90%;max-width:1200px}@media (max-width: 800px){.affiliation__detail__page{margin-left:6rem}}@media (max-width: 500px){.affiliation__detail__page{margin-left:1rem;width:95%}}.affiliation__detail__page__header{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;padding-top:1rem}.affiliation__detail__page__header__breadcumbs{width:100%;margin-bottom:1rem}.affiliation__detail__page__header__breadcumbs__text{display:flex;align-items:"";justify-content:""}.affiliation__detail__page__header__breadcumbs__text p{margin-right:.5rem;text-decoration:underline}.affiliation__detail__page__header__breadcumbs__text p:hover{cursor:pointer;color:#00ff26}@media (max-width: 800px){.affiliation__detail__page__header__breadcumbs__text{font-size:1.3rem}}@media (max-width: 500px){.affiliation__detail__page__header__breadcumbs__text{font-size:1.2rem}}.affiliation__detail__page__header__title{margin:2rem 0}.affiliation__detail__page__header__title h2{font-size:3rem}@media (max-width: 500px){.affiliation__detail__page__header__title h2{font-size:2rem}}.affiliation__detail__page__header__title p{font-size:1.3rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliation__detail__sk__container{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:2rem;padding-bottom:2rem;-moz-animation:skeleton 1s ease-in-out infinite alternate;-webkit-animation:skeleton 1s ease-in-out infinite alternate;-ms-animation:skeleton 1s ease-in-out infinite alternate;-o-animation:skeleton 1s ease-in-out infinite alternate;animation:skeleton 1s ease-in-out infinite alternate}.affiliation__detail__sk__container__product,.affiliation__detail__sk__container__about{width:100%;display:flex;align-items:space-between;justify-content:space-between;flex-direction:row}@media (max-width: 500px){.affiliation__detail__sk__container__product,.affiliation__detail__sk__container__about{flex-direction:column}}.affiliation__detail__sk__container__product{display:flex;align-items:space-between;justify-content:space-between;gap:2rem}.affiliation__detail__sk__container__product__image{width:30%}@media (max-width: 500px){.affiliation__detail__sk__container__product__image{width:100%}}.affiliation__detail__sk__container__product__image figure{height:28vh;background-color:#c5c4c4;border-radius:1.5rem}@media (max-width: 500px){.affiliation__detail__sk__container__product__image figure{height:20vh}}.affiliation__detail__sk__container__product__info{width:70%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;border-radius:2rem;box-shadow:0 2px 8px 1px #8d8d8d73;padding:2rem 2rem 2rem 3rem}@media (max-width: 500px){.affiliation__detail__sk__container__product__info{width:100%;padding:2rem}}.affiliation__detail__sk__container__product__info__name{width:100%}@media (max-width: 500px){.affiliation__detail__sk__container__product__info__name{width:100%}}.affiliation__detail__sk__container__product__info__name h2{opacity:0;transform:translate3d(-50px,0,0);width:30%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.affiliation__detail__sk__container__product__info__values{width:100%;display:flex;align-items:center;justify-content:flex-start}.affiliation__detail__sk__container__product__info__values__item{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:.5rem;width:33%}@media (max-width: 500px){.affiliation__detail__sk__container__product__info__values__item{width:50%;align-items:center;gap:0}}.affiliation__detail__sk__container__product__info__values__item h1{width:60%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.affiliation__detail__sk__container__product__info__values__item p{width:40%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.affiliation__detail__sk__container__product__info__actions{display:flex;align-items:flex-start;justify-content:space-between;column-gap:2rem}.affiliation__detail__sk__container__product__info__actions button,.affiliation__detail__sk__container__product__info__actions a{width:10vw;background-color:#a1a1a1;height:4rem;border:none;border-radius:.5rem}.affiliation__detail__sk__container__about{display:flex;align-items:stretch;justify-content:space-between;gap:2rem}.affiliation__detail__sk__container__about__producer{width:30%}.affiliation__detail__sk__container__about__producer__title{width:50%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem;margin-bottom:2rem}.affiliation__detail__sk__container__about__producer__header{width:100%}.affiliation__detail__sk__container__about__producer__header__name{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.affiliation__detail__sk__container__about__producer__header__name figure{height:5vh;background-color:#a1a1a1;border-radius:5rem;width:3.5rem}.affiliation__detail__sk__container__about__producer__header__name p{width:50%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem}.affiliation__detail__sk__container__about__producer__header__funnel{display:flex;align-items:center;justify-content:flex-start;margin:1.5rem 0}@media (max-width: 500px){.affiliation__detail__sk__container__about__producer__header__funnel{display:flex;align-items:center;justify-content:center}}.affiliation__detail__sk__container__about__producer__header__funnel button{width:10vw;background-color:#a1a1a1;height:4rem;border:none;border-radius:.5rem}.affiliation__detail__sk__container__about__product{width:70%}.affiliation__detail__sk__container__about__product__title{width:50%;height:1.5rem;background-color:#a1a1a1;border-radius:1rem;margin-bottom:2rem}.affiliation__detail__sk__container__about__product__description p{width:70%;height:1rem;background-color:#a1a1a1;border-radius:1rem;margin-bottom:1rem}.affiliation__detail__sk__container__about__producer,.affiliation__detail__sk__container__about__product{border-radius:2rem;box-shadow:0 2px 8px 1px #8d8d8d73;padding:2rem 2rem 2rem 3rem}@-webkit-keyframes skeleton{to{opacity:.5}}@-moz-keyframes skeleton{to{opacity:.5}}@-ms-keyframes skeleton{to{opacity:.5}}@-o-keyframes skeleton{to{opacity:.5}}@keyframes skeleton{to{opacity:.5}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliation__detail__container{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:2rem;padding-bottom:2rem}.affiliation__detail__container__product,.affiliation__detail__container__about{width:100%;display:flex;align-items:space-between;justify-content:space-between;flex-direction:row}@media (max-width: 500px){.affiliation__detail__container__product,.affiliation__detail__container__about{flex-direction:column}}.affiliation__detail__container__product{display:flex;align-items:space-between;justify-content:space-between;gap:2rem}.affiliation__detail__container__product__image{width:30%}@media (max-width: 500px){.affiliation__detail__container__product__image{width:100%}}.affiliation__detail__container__product__image figure{height:28vh}@media (max-width: 500px){.affiliation__detail__container__product__image figure{height:20vh}}.affiliation__detail__container__product__image figure img{width:100%;height:100%;object-fit:cover;border-radius:1.5rem}.affiliation__detail__container__product__info{width:70%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;border-radius:2rem;box-shadow:0 2px 8px 1px #8d8d8d73;padding:2rem 2rem 2rem 3rem;position:relative}@media (max-width: 500px){.affiliation__detail__container__product__info{width:100%;padding:2rem}}.affiliation__detail__container__product__info__name{width:100%}@media (max-width: 500px){.affiliation__detail__container__product__info__name{width:100%}}.affiliation__detail__container__product__info__name h2{font-size:1.6rem;font-weight:700}.affiliation__detail__container__product__info__values{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 500px){.affiliation__detail__container__product__info__values{align-items:flex-start;justify-content:center;flex-wrap:wrap;margin:2rem 0;row-gap:1rem}}.affiliation__detail__container__product__info__values__item{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:.5rem;width:33%}@media (max-width: 500px){.affiliation__detail__container__product__info__values__item{width:50%;align-items:center;gap:0}}.affiliation__detail__container__product__info__values__item h1{font-size:1rem;font-weight:100}.affiliation__detail__container__product__info__values__item p{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600}.affiliation__detail__container__product__info__values__item p span{font-size:2.3rem}@media (max-width: 500px){.affiliation__detail__container__product__info__values__item p{font-size:1.5rem}}.affiliation__detail__container__product__info__actions{display:flex;align-items:flex-start;justify-content:space-between;column-gap:2rem}.affiliation__detail__container__product__info__actions__evt,.affiliation__detail__container__product__info__actions__evt__disabled{text-decoration:none;font-family:Montserrat;display:flex;align-items:center;justify-content:"";height:4rem;border:none;border-radius:.5rem;padding:1rem 2rem;transition:all .2s ease-in-out;font-size:1.1rem;font-weight:600}.affiliation__detail__container__product__info__actions__evt{background-color:#cacfd1;color:#313638;cursor:pointer}.affiliation__detail__container__product__info__actions__evt:hover{background-color:#00ff26;box-shadow:0 2px 8px 1px #8d8d8d73}.affiliation__detail__container__product__info__affiliation__status{display:flex;align-items:space-between;justify-content:center;column-gap:1rem;position:absolute;right:1%;top:5%;width:30rem}.affiliation__detail__container__product__info__affiliation__status__msg{display:flex;align-items:center;justify-content:center;background-color:#8d8d8d73;width:90%;border-radius:1rem;color:#fff;font-weight:600;cursor:default;opacity:0}.affiliation__detail__container__product__info__affiliation__status__container{display:flex;align-items:center;justify-content:center;border-radius:3rem;height:3rem;width:10%;cursor:pointer;transition:all .2s ease-in-out}.affiliation__detail__container__product__info__affiliation__status__container span{font-size:2.5rem}.affiliation__detail__container__about{display:flex;align-items:stretch;justify-content:space-between;gap:2rem}.affiliation__detail__container__about__producer{width:30%}.affiliation__detail__container__about__producer__title{width:100%;margin-bottom:2rem}.affiliation__detail__container__about__producer__header{width:100%}.affiliation__detail__container__about__producer__header__name{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.affiliation__detail__container__about__producer__header__name figure{height:5vh}.affiliation__detail__container__about__producer__header__name figure img{width:100%;height:100%;object-fit:cover;border-radius:5rem}.affiliation__detail__container__about__producer__header__name p{font-size:1.5rem;font-weight:700}.affiliation__detail__container__about__producer__header__funnel{display:flex;align-items:center;justify-content:flex-start;margin:1.5rem 0}@media (max-width: 500px){.affiliation__detail__container__about__producer__header__funnel{display:flex;align-items:center;justify-content:center}}.affiliation__detail__container__about__producer__header__funnel__evt{font-family:Montserrat;display:flex;align-items:center;justify-content:"";background-color:transparent;border:1px solid #cacfd1;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 2rem;font-weight:600;transition:all .2s ease-in-out;font-size:1.1rem}.affiliation__detail__container__about__producer__header__funnel__evt:hover{background-color:#00ff26;box-shadow:0 2px 8px 1px #8d8d8d73}.affiliation__detail__container__about__producer__info{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:1rem}@media (max-width: 500px){.affiliation__detail__container__about__producer__info{column-gap:0}}.affiliation__detail__container__about__producer__info__item{display:flex;align-items:center;justify-content:flex-start;width:45%;gap:.5rem}@media (max-width: 500px){.affiliation__detail__container__about__producer__info__item{width:50%}}.affiliation__detail__container__about__producer__info__item span{font-size:2.2rem;font-weight:600}.affiliation__detail__container__about__producer__info__item p{font-size:.9rem}.affiliation__detail__container__about__product{width:70%}.affiliation__detail__container__about__product__title{width:100%;margin-bottom:2rem}.affiliation__detail__container__about__producer,.affiliation__detail__container__about__product{border-radius:2rem;box-shadow:0 2px 8px 1px #8d8d8d73;padding:2rem 2rem 2rem 3rem}@media (max-width: 500px){.affiliation__detail__container__about__producer,.affiliation__detail__container__about__product{width:100%}}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.hotmart__link__modal{height:100%;display:flex;align-items:"";justify-content:space-between;flex-direction:row}.hotmart__link__modal__left{background-color:#313638;width:50%;color:#fff;display:flex;align-items:center;justify-content:center}.hotmart__link__modal__left__content{display:flex;align-items:center;justify-content:center;flex-direction:column;width:70%}.hotmart__link__modal__left__content span{font-size:6rem}.hotmart__link__modal__left__content__title{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem}.hotmart__link__modal__left__content__title h2{line-height:2rem;font-size:2rem}@media (max-width: 1000px){.hotmart__link__modal__left__content__title h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.hotmart__link__modal__left__content__title h2{font-size:1.2rem;line-height:1.2rem}}.hotmart__link__modal__left__content__title p{text-align:center;width:80%;font-family:Montserrat;line-height:1rem;font-size:1rem;font-weight:300}@media (max-width: 1200px){.hotmart__link__modal__left__content__title p{font-size:1.25rem;line-height:1.25rem}}@media (max-width: 500px){.hotmart__link__modal__left__content__title p{font-size:1rem;line-height:1rem}}.hotmart__link__modal__right{width:50%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 1rem 0 2rem;font-family:Montserrat;row-gap:3rem}.hotmart__link__modal__right__content{width:100%;display:flex;align-items:flex-start;justify-content:"";flex-direction:column;row-gap:1rem}.hotmart__link__modal__right__content__title h2{line-height:2rem;font-size:2rem;font-weight:800}@media (max-width: 1000px){.hotmart__link__modal__right__content__title h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.hotmart__link__modal__right__content__title h2{font-size:1.2rem;line-height:1.2rem}}.hotmart__link__modal__right__content__description{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;row-gap:1rem}.hotmart__link__modal__right__content__description p{font-size:1.1rem}.hotmart__link__modal__right__content__email{display:flex;flex-direction:column;width:70%;position:relative}.hotmart__link__modal__right__content__email__label{font-weight:700;font-size:1.2rem;padding-bottom:1rem}.hotmart__link__modal__right__content__email input{font-size:1rem;border:.1rem solid #cacfd1;border-radius:1rem;padding:1rem;width:100%}.hotmart__link__modal__right__content__email input:focus{outline:none;border:.2rem solid #313638}.hotmart__link__modal__right__content__no__account{display:flex;align-items:center;justify-content:flex-start;font-size:1rem;line-height:1rem}@media (max-width: 800px){.hotmart__link__modal__right__content__no__account{margin-top:1rem}}.hotmart__link__modal__right__content__no__account p{margin-right:.5rem}.hotmart__link__modal__right__content__no__account a{color:inherit;font-weight:600}.hotmart__link__modal__right__content__submit{display:flex;align-items:center;justify-content:center;margin-top:1rem}.hotmart__link__modal__right__content__submit button{text-decoration:none;background-color:#00ff26;border:none;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 1.5rem;font-weight:600;font-family:Montserrat;font-size:.9rem;transition:all .2s ease-in-out}.hotmart__link__modal__right__content__submit button:hover{background-color:#fff;box-shadow:0 2px 8px 1px #8d8d8d73;color:#313638}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.request__affiliation__modal{height:100%;display:flex;align-items:"";justify-content:space-between;flex-direction:row}.request__affiliation__modal__left{background-color:#313638;width:45%;color:#fff;display:flex;align-items:center;justify-content:center}.request__affiliation__modal__left__content{display:flex;align-items:center;justify-content:center;flex-direction:column;width:70%}.request__affiliation__modal__left__content span{font-size:6rem}.request__affiliation__modal__left__content__title{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem}.request__affiliation__modal__left__content__title h2{line-height:2rem;font-size:2rem}@media (max-width: 1000px){.request__affiliation__modal__left__content__title h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.request__affiliation__modal__left__content__title h2{font-size:1.2rem;line-height:1.2rem}}.request__affiliation__modal__left__content__title p{text-align:center;width:80%;font-family:Montserrat;line-height:1rem;font-size:1rem;font-weight:300}@media (max-width: 1200px){.request__affiliation__modal__left__content__title p{font-size:1.25rem;line-height:1.25rem}}@media (max-width: 500px){.request__affiliation__modal__left__content__title p{font-size:1rem;line-height:1rem}}.request__affiliation__modal__right{width:55%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 1rem 0 2rem;font-family:Montserrat;row-gap:3rem}.request__affiliation__modal__right__first__step,.request__affiliation__modal__right__second__step{width:100%;display:flex;align-items:flex-start;justify-content:"";flex-direction:column;row-gap:1rem}.request__affiliation__modal__right__first__step__title h2,.request__affiliation__modal__right__second__step__title h2{line-height:1.5rem;font-size:1.5rem;font-weight:800}@media (max-width: 1000px){.request__affiliation__modal__right__first__step__title h2,.request__affiliation__modal__right__second__step__title h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.request__affiliation__modal__right__first__step__title h2,.request__affiliation__modal__right__second__step__title h2{font-size:1.2rem;line-height:1.2rem}}.request__affiliation__modal__right__first__step__submit,.request__affiliation__modal__right__second__step__submit{display:flex;align-items:center;justify-content:center;margin-top:1rem}.request__affiliation__modal__right__first__step__submit a,.request__affiliation__modal__right__first__step__submit button,.request__affiliation__modal__right__second__step__submit a,.request__affiliation__modal__right__second__step__submit button{text-decoration:none;background-color:#00ff26;border:none;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 1.5rem;font-weight:600;font-family:Montserrat;font-size:.9rem;transition:all .2s ease-in-out}.request__affiliation__modal__right__first__step__submit a:hover,.request__affiliation__modal__right__first__step__submit button:hover,.request__affiliation__modal__right__second__step__submit a:hover,.request__affiliation__modal__right__second__step__submit button:hover{background-color:#fff;box-shadow:0 2px 8px 1px #8d8d8d73;color:#313638}.request__affiliation__modal__right__second__step{width:100%}.request__affiliation__modal__right__second__step__content__constraints{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:.5rem}.request__affiliation__modal__right__second__step__content__constraints__tag{display:flex;align-items:center;justify-content:flex-start;column-gap:1rem}.request__affiliation__modal__right__second__step__content__constraints__tag .toggle__container{margin:0}.request__affiliation__modal__right__second__step__content__constraints p{font-size:.9rem}.request__affiliation__modal__right__second__step__content__constraints p a{color:inherit;font-weight:700}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.modal__right__initial__step{width:100%;display:flex;align-items:flex-start;justify-content:"";flex-direction:column;row-gap:1rem}.modal__right__initial__step__title h2{line-height:2rem;font-size:2rem;font-weight:800}@media (max-width: 1000px){.modal__right__initial__step__title h2{font-size:1.5rem;line-height:1.5rem}}@media (max-width: 500px){.modal__right__initial__step__title h2{font-size:1.2rem;line-height:1.2rem}}.modal__right__initial__step__description{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;row-gap:1rem}.modal__right__initial__step__description p{font-size:1.1rem}.modal__right__initial__step__email{display:flex;flex-direction:column;width:70%;position:relative}.modal__right__initial__step__email__label{font-weight:700;font-size:1.2rem;padding-bottom:1rem}.modal__right__initial__step__email input{font-size:1rem;border:.1rem solid #cacfd1;border-radius:1rem;padding:1rem;width:100%}.modal__right__initial__step__email input:focus{outline:none;border:.2rem solid #313638}.modal__right__initial__step__no__account{display:flex;align-items:center;justify-content:flex-start;font-size:1rem;line-height:1rem}@media (max-width: 800px){.modal__right__initial__step__no__account{margin-top:1rem}}.modal__right__initial__step__no__account p{margin-right:.5rem}.modal__right__initial__step__no__account a{color:inherit;font-weight:600}.modal__right__initial__step__submit{display:flex;align-items:center;justify-content:center;margin-top:1rem}.modal__right__initial__step__submit button{text-decoration:none;background-color:#00ff26;border:none;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 1.5rem;font-weight:600;font-family:Montserrat;font-size:.9rem;transition:all .2s ease-in-out}.modal__right__initial__step__submit button:hover{background-color:#fff;box-shadow:0 2px 8px 1px #8d8d8d73;color:#313638}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.active__affiliation__actions__layout{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:4rem;margin-left:10rem;width:90%;max-width:1200px}@media (max-width: 800px){.active__affiliation__actions__layout{margin-left:6rem}}@media (max-width: 500px){.active__affiliation__actions__layout{margin-left:1rem;width:95%}}.active__affiliation__actions__layout__header__breadcrumbs{display:flex;align-items:flex-start;justify-content:flex-start;column-gap:.2rem}.active__affiliation__actions__layout__header__breadcrumbs h2{font-size:1.1rem}.active__affiliation__actions__layout__header__breadcrumbs__navigation{text-decoration:underline;text-underline-offset:5px;cursor:pointer}.active__affiliation__actions__layout__main{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.active__affiliation__header{display:flex;align-items:center;justify-content:space-between;border:1px solid #cacfd1;border-radius:2rem;padding:2rem}.active__affiliation__header__content{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;row-gap:.5rem;width:70%}.active__affiliation__header__content h1{font-size:2.2rem}.active__affiliation__header__content p{font-size:1.2rem}.active__affiliation__header__image{width:30%;text-align:end}.active__affiliation__header__image figure{height:15vh}.active__affiliation__header__image figure img{width:45%;height:100%;object-fit:cover;border-radius:1.5rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliation__links__representational{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;row-gap:2rem;max-height:45vh;overflow-y:scroll;padding:1rem 0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliate__link{width:90%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;row-gap:.5rem;margin-left:2rem}.affiliate__link__title h1{font-size:1.8rem}.affiliate__link__url{display:flex;align-items:center;justify-content:flex-start;width:100%;column-gap:1rem}.affiliate__link__url p,.affiliate__link__url span{border:1px solid #cacfd1;border-radius:.5rem}.affiliate__link__url p{padding:1rem;width:70%;background-color:#ffffff6c}.affiliate__link__url a{color:inherit}.affiliate__link__url span{padding:.5rem;cursor:pointer;font-weight:600;transition:all .1s ease-in-out}.affiliate__link__url span:hover{transform:scale(1.1)}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliation__integration{display:flex;align-items:center;justify-content:space-between;flex-direction:row;column-gap:1rem}.affiliation__integration__platforms,.affiliation__integration__platform__detail{width:40vw}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.affiliation__integration__platform__detail{display:flex;align-items:center;justify-content:center;height:55vh;border-radius:1rem;box-shadow:0 2px 8px 1px #cacfd1}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.create__edit__pixel{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:2rem;row-gap:1rem;width:100%;height:100%}.create__edit__pixel__return{width:100%;height:10%}.create__edit__pixel__return__button{display:flex;align-items:center;justify-content:space-between;background-color:#cacfd1;border:none;border-radius:.5rem;cursor:pointer;padding:.7rem 1.2rem;font-weight:600;transition:all .2s ease-in-out}.create__edit__pixel__return__button p{font-size:1.1rem}.create__edit__pixel__return__button span{font-size:1.1rem;font-weight:600}.create__edit__pixel__return__button:hover{background-color:#313638;border-color:transparent;box-shadow:0 2px 8px 1px #8d8d8d73;color:#fff}.create__edit__pixel__main__content{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:80%;margin-top:1rem}.create__edit__pixel__main__content__form{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:1rem;width:100%}.create__edit__pixel__main__content__form__item{width:100%}.create__edit__pixel__main__content__form__item__innerbox{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:.5rem;width:100%}.create__edit__pixel__main__content__form__item__innerbox p{font-size:1.3rem;font-weight:700}.create__edit__pixel__main__content__form__item__innerbox__container{width:100%}.create__edit__pixel__main__content__form__item__innerbox__container input{font-size:1rem;border:.1rem solid #cacfd1;border-radius:1rem;padding:1rem;width:80%}.create__edit__pixel__main__content__form__item__innerbox__container input:focus{outline:none;border:.2rem solid #313638}.create__edit__pixel__main__content__form__item__innerbox small{margin-top:0}.create__edit__pixel__form__submit{height:10%}.create__edit__pixel__form__submit button{align-self:flex-end;height:4rem;margin:1rem 5rem 3rem 0;background-color:#fff;border:1px solid #313638;border-radius:.5rem;color:#313638;cursor:pointer;padding:1rem 3rem;font-weight:600;transition:all .2s ease-in-out;background-color:#313638;border:none;color:#fff;padding:1rem 5.5rem;margin:0}@media (max-width: 500px){.create__edit__pixel__form__submit button{margin-bottom:5rem;font-size:1.5rem;background-color:#313638;color:#fff}}.create__edit__pixel__form__submit button:hover{background-color:#313638;box-shadow:0 5px 10px 2px #8d8d8d73;color:#fff}@media (max-width: 500px){.create__edit__pixel__form__submit button{padding:1rem 8rem}}.create__edit__pixel__form__submit button:hover{background-color:#fff;box-shadow:0 2px 8px 1px #8d8d8d73;color:#313638}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.pixel__list__container{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:100%;height:100%;padding-top:2rem;row-gap:1rem}.pixel__list__container__header{padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:space-between}.pixel__list__container__header__title h1{font-size:2rem}.pixel__list__container__header__action__button{display:flex;align-items:center;justify-content:space-between;background-color:#00ff26;border:none;border-radius:.5rem;cursor:pointer;padding:1rem 1.5rem;font-weight:600;transition:all .2s ease-in-out}.pixel__list__container__header__action__button p{font-size:1.1rem}.pixel__list__container__header__action__button span{font-size:2rem;font-weight:700}.pixel__list__container__header__action__button:hover{background-color:#313638;border-color:transparent;box-shadow:0 2px 8px 1px #8d8d8d73;color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.pixel__list__representational{width:98%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:2rem;overflow-y:scroll;padding:1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.pixel{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #cacfd1;border-radius:1rem;padding:2rem;column-gap:1rem}.pixel__logo{display:flex;align-items:center;justify-content:center;width:30%;height:100%}@media (max-width: 500px){.pixel__logo{width:100%}}.pixel__logo figure{height:100%;width:80%}@media (max-width: 500px){.pixel__logo figure{height:20vh}}.pixel__logo figure img{width:100%;height:100%;object-fit:contain}.pixel__content{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:45%;row-gap:.5rem}.pixel__content__name{font-size:1.3rem;font-weight:700}.pixel__content__time{font-weight:400}.pixel__content__code{font-size:1.2rem;font-weight:700}.pixel__actions{align-self:flex-start;display:flex;align-items:center;justify-content:flex-end;width:25%;height:auto;column-gap:.5rem}.pixel__actions__edit button,.pixel__actions__delete button{display:flex;align-items:center;justify-content:space-between;background-color:transparent;border:none;color:#313638;cursor:pointer;font-weight:600;transition:all .2s ease-in-out}.pixel__actions__edit button span,.pixel__actions__delete button span{font-size:2.5rem}.pixel__actions__edit button:hover,.pixel__actions__delete button:hover{color:#00ff26}.pixel__actions .toggle__container{margin:0}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.no__pixels{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:2rem;width:100%}.no__pixels span{font-size:8rem;opacity:.4}.no__pixels__content{font-size:1.6rem;font-weight:700}.no__pixels__button{display:flex;align-items:center;justify-content:space-between;background-color:#00ff26;border:none;border-radius:.5rem;cursor:pointer;padding:1rem 1.5rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.no__pixels__button{padding:1rem 2rem;font-size:1.6rem}}.no__pixels__button p{font-size:1.1rem}.no__pixels__button span{font-size:2rem;font-weight:700}.no__pixels__button:hover{background-color:#313638;border-color:transparent;box-shadow:0 2px 8px 1px #8d8d8d73;color:#fff}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.pixel__list__container__sk{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:100%;height:100%;padding-top:2rem;row-gap:1rem}.pixel__list__container__sk__header{padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:space-between}.pixel__list__container__sk__header__title h1{font-size:2rem}.pixel__list__container__sk__header__action__button{display:flex;align-items:center;justify-content:space-between;background-color:#cacfd1;border:none;border-radius:.5rem;width:12rem;height:4rem}.pixel__list__container__sk__representational{animation:skeleton 1s ease-in-out infinite alternate;width:98%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;row-gap:2rem;padding:1rem}.pixel__list__container__sk__representational__item{width:100%;display:flex;align-items:center;justify-content:space-between;border:2px solid #cacfd1;border-radius:1rem;padding:2rem;column-gap:1rem}.pixel__list__container__sk__representational__item__logo{display:flex;align-items:center;justify-content:center;width:30%;height:8vh}@media (max-width: 500px){.pixel__list__container__sk__representational__item__logo{width:100%}}.pixel__list__container__sk__representational__item__logo figure{background-color:#cacfd1;height:100%;width:80%;border-radius:1rem}.pixel__list__container__sk__representational__item__content{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:45%;row-gap:.5rem}.pixel__list__container__sk__representational__item__content__name,.pixel__list__container__sk__representational__item__content__time,.pixel__list__container__sk__representational__item__content__code{height:1rem;background-color:#cacfd1;width:80%}.pixel__list__container__sk__representational__item__content__time{width:50%}.pixel__list__container__sk__representational__item__actions{align-self:flex-start;display:flex;align-items:center;justify-content:flex-end;width:25%;height:auto;column-gap:.5rem}.pixel__list__container__sk__representational__item__actions__edit button,.pixel__list__container__sk__representational__item__actions__delete button,.pixel__list__container__sk__representational__item__actions__status button{display:flex;align-items:center;justify-content:space-between;background-color:#cacfd1;border:none;border-radius:.5rem;width:2rem;height:2rem}.pixel__list__container__sk__representational__item__actions__status button{width:4rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.delete__turnoff__pixel__modal{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;row-gap:2rem}.delete__turnoff__pixel__modal__icon span{font-size:8rem;opacity:.3}.delete__turnoff__pixel__modal__question{font-size:1.8rem;font-weight:700}.delete__turnoff__pixel__modal__name{font-size:1.2rem}.delete__turnoff__pixel__modal__actions{display:flex;align-items:center;justify-content:center;column-gap:2rem}.delete__turnoff__pixel__modal__actions__button{display:flex;align-items:center;justify-content:space-between;border:none;border-radius:.5rem;cursor:pointer;color:#fff;padding:1rem 1.5rem;font-weight:600;transition:all .2s ease-in-out}@media (max-width: 500px){.delete__turnoff__pixel__modal__actions__button{padding:1rem 2rem;font-size:1.6rem}}.delete__turnoff__pixel__modal__actions__button p{font-size:1.1rem}.delete__turnoff__pixel__modal__actions__button span{font-size:2rem;font-weight:700}.delete__turnoff__pixel__modal__actions__button__delete{background-color:#f74848}.delete__turnoff__pixel__modal__actions__button__cancel{background-color:#313638}.delete__turnoff__pixel__modal__actions__button:hover{border-color:transparent;box-shadow:0 2px 8px 1px #8d8d8d73}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}.integrations__representational{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;overflow-y:scroll;padding:1rem;max-height:55vh;-webkit-box-shadow:inset 0px 1px 1px 1px #cacfd1;box-shadow:inset 0 0 3px 1px #cacfd1;border-radius:1rem 0 0 1rem}@font-face{font-family:Gotham-Light;src:local("GothamLight"),url(/assets/GothamLight-DEafr3VQ.ttf) format("truetype")}@font-face{font-family:Gotham-XLight;src:local("GothamXLight"),url(/assets/GothamXLight-BJ0xd8nH.otf) format("opentype")}@font-face{font-family:Gotham-Medium;src:local("GothamMedium"),url(/assets/Gotham-Medium-tsv1zMv8.ttf) format("truetype")}@font-face{font-family:Grandius-Regular;src:local("Grandius-Regular"),url(/assets/GrandisExtended-Regular-B5KiCIsM.ttf) format("truetype")}@font-face{font-family:Grandius-Medium;src:local("Grandius-Medium"),url(/assets/GrandisExtended-Medium-CnXubkft.ttf) format("truetype")}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translate(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translate(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@-webkit-keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes infinite-pulse{0%{opacity:1}50%{opacity:.1}to{opacity:1}}.integration{position:relative;width:48%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:1rem;padding:1rem 0;height:25vh;transition:all .2s ease-in-out}.integration:hover,.integration.selected{box-shadow:0 2px 8px 1px #8d8d8d73;cursor:pointer}.integration__logo{display:flex;align-items:center;justify-content:center;width:60%;height:100%}@media (max-width: 500px){.integration__logo{width:100%}}.integration__logo figure{height:60%;width:100%}@media (max-width: 500px){.integration__logo figure{height:20vh}}.integration__logo figure img{width:100%;height:100%;object-fit:contain;border-radius:1.5rem}.integration__status{display:flex;align-items:space-between;justify-content:flex-end;column-gap:1rem;position:absolute;right:2%;top:5%;width:100%}.integration__status__msg{display:flex;align-items:center;justify-content:center;background-color:#8d8d8d73;border-radius:1rem;color:#fff;font-weight:600;cursor:default}.integration__status__container{display:flex;align-items:center;justify-content:center;border-radius:3rem;height:3rem;width:12%;cursor:pointer;transition:all .2s ease-in-out;z-index:2}.integration__status__container span{font-size:2.5rem}.CollaboratorsPage{height:calc(100vh - 100px)}.CollaboratorNameTableRows__container{display:flex;justify-content:flex-start;align-items:center;gap:15px;margin-top:5px;margin-bottom:5px}.CollaboratorNameTableRows__icon{margin-left:25px;width:25px;height:25px;cursor:pointer;color:#fff;background:#686868;border-radius:100px;line-height:2.4}.CollaboratorsButtonsTableRows__container{display:flex;gap:10px}.activate-collaborator-confirmation-modal{width:500px;height:fit-content;padding:30px;text-align:center}.activate-collaborator-confirmation-modal__title{text-align:center;font-size:24px}.activate-collaborator-confirmation-modal__box{margin-top:20px;border-radius:10px;display:flex;gap:15px;padding:20px;background:#f7f7f7}.activate-collaborator-confirmation-modal__box__icon{border-radius:10px;background:#e8e7e7;min-width:60px;display:flex;max-width:60px;height:60px;max-height:60px;flex:1;align-items:center;justify-content:center}.activate-collaborator-confirmation-modal__box__icon span{font-size:36px}.activate-collaborator-confirmation-modal__box__text{flex:2;text-align:justify;font-size:14px}.activate-collaborator-confirmation-modal__buttons{margin-top:20px;display:flex;align-items:center;justify-content:center}.activate-collaborator-confirmation-modal__buttons__cancel{background-color:#f7f7f7;color:#313638;padding:10px;border-radius:5px;width:150px;border:none;cursor:pointer;margin:5px}.activate-collaborator-confirmation-modal__buttons__confirm{background-color:#313638;color:#fff;padding:10px;border-radius:5px;width:150px;border:none;cursor:pointer;margin:5px;flex:1}.create-collaborator-modal{padding:25px}.create-collaborator-modal__form__label{display:flex;align-items:center;gap:5px;margin-bottom:5px}.create-collaborator-modal__form__label span{font-size:18px;font-weight:300}.create-collaborator-modal__form__label h3{margin-bottom:unset}.create-collaborator-modal__header{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:10px}.create-collaborator-modal__header span{font-size:48px}.create-collaborator-modal__buttons{margin-top:30px;display:flex;align-items:center;justify-content:center}.create-collaborator-modal__buttons__cancel{background-color:#f7f7f7;color:#313638;padding:10px;border-radius:5px;width:150px;border:none;cursor:pointer;margin:5px}.create-collaborator-modal__buttons__confirm{display:flex;justify-content:center;align-items:center;gap:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3.5rem;font-size:1.1rem;font-weight:500;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#313638;color:#fff;padding:10px;border-radius:5px;width:120px;border:none;cursor:pointer;margin:5px;flex:1}.create-collaborator-modal__buttons__confirm span{color:#fff}.create-collaborator-modal__dropdown{display:flex;align-items:center}.create-collaborator-modal__dropdown .dropdown-new{width:300px}.create-role-modal{padding:25px}.create-role-modal__permissions{display:flex;justify-content:space-between;border-radius:5px;padding:20px;height:fit-content;background:#f7f7f7;gap:10px}.create-role-modal__permissions__column{flex:1;display:flex;flex-direction:column;min-width:250px}.create-role-modal__permissions__container{padding:10px;border:1px solid #d9d9d9;border-radius:5px}.create-role-modal__permissions__item{margin-bottom:6px}.create-role-modal__permissions__item--report{margin-bottom:6px;margin-left:15px}.create-role-modal__permissions__item--report input[type=checkbox][disabled]:before{background:#c4c4c469}.create-role-modal__form__label{display:flex;align-items:center;gap:5px;margin-bottom:5px}.create-role-modal__form__label span{font-size:18px;font-weight:300}.create-role-modal__form__label h3{margin-bottom:unset}.create-role-modal__header{display:flex;justify-content:flex-start;align-items:center;gap:15px;margin-bottom:10px}.create-role-modal__header span{font-size:48px}.create-role-modal__buttons{margin-top:30px;display:flex;align-items:center;justify-content:center}.create-role-modal__buttons__cancel{background-color:#f7f7f7;color:#313638;padding:10px;border-radius:5px;width:150px;border:none;cursor:pointer;margin:5px}.create-role-modal__buttons__confirm{background-color:#c4c4c4;color:#fff;padding:10px;border-radius:5px;width:120px;border:none;cursor:pointer;margin:5px;flex:1}.create-role-modal__buttons__confirm span{color:#fff}.create-role-modal__buttons__confirm__valid{background-color:#313638;color:#fff;padding:10px;border-radius:5px;width:120px;border:none;cursor:pointer;margin:5px;flex:1}.create-role-modal__buttons__confirm__valid span{color:#fff}.create-role-modal__dropdown{display:flex;align-items:center}.create-role-modal__dropdown .dropdown-new{width:300px}.delete-collaborator-confirmation-modal{width:500px;height:fit-content;padding:30px;text-align:center}.delete-collaborator-confirmation-modal__title{text-align:center;font-size:24px}.delete-collaborator-confirmation-modal__box{margin-top:20px;border-radius:10px;display:flex;gap:15px;padding:20px;background:#f7f7f7}.delete-collaborator-confirmation-modal__box__icon{border-radius:10px;background:#e8e7e7;min-width:60px;display:flex;max-width:60px;height:60px;max-height:60px;flex:1;align-items:center;justify-content:center}.delete-collaborator-confirmation-modal__box__icon span{font-size:36px}.delete-collaborator-confirmation-modal__box__text{flex:2;text-align:justify;font-size:14px}.delete-collaborator-confirmation-modal__buttons{margin-top:20px;display:flex;align-items:center;justify-content:center}.delete-collaborator-confirmation-modal__buttons__cancel{background-color:#f7f7f7;color:#313638;padding:10px;border-radius:5px;width:150px;border:none;cursor:pointer;margin:5px}.delete-collaborator-confirmation-modal__buttons__confirm{background-color:#313638;color:#fff;padding:10px;border-radius:5px;width:150px;border:none;cursor:pointer;margin:5px;flex:1}.collaborators-status-table-rows__container{display:flex;align-items:center;justify-content:center}.collaborators-status-table-rows__container p{padding:2px 10px;border-radius:10px;width:fit-content}.CollaboratorsHeader__container{margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-end}.CollaboratorsHeader__container__header{display:flex;gap:10px;align-items:center}.CollaboratorsHeader__container__button{background:#246b0d;color:#fff}.CollaboratorsHeader__container__button span{color:#fff}.RoleModulesTableRows{display:ruby}.RoleModulesTableRows p{border-radius:10px;margin:3px;border:1px solid #dedede;padding:2px 5px;width:fit-content;font-size:10px}.RolesButtonsTableRows__container{display:flex;gap:10px;justify-content:center}.RolesButtonsTableRows__container button{max-width:100px;background-color:#f7f7f7}.RolesButtonsTableRows__container button span{font-weight:100}.RolesButtonsTableRows__container button:hover{box-shadow:unset;border-color:unset}
