@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap";html{height:100%;width:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{padding:0;margin:0}._material-icons-round_f7mz9_13{-webkit-user-select:none;user-select:none;opacity:.4}sub{vertical-align:sub}: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:hsla(0,0%,100%,.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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background: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:focus,.Toastify__close-button:hover{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:auto;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.topbar{display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 2rem;height:80px;width:100%;background-color:#1b3687;font-family:Barlow Condensed,sans-serif}.topbar .logo-container{position:absolute;left:50%;transform:translate(-70%);display:flex;justify-content:center;align-items:center;gap:1rem;color:#ffed00}.topbar .logo-container img{width:64px;height:47px}.topbar .logo-container h1{font-size:22px;white-space:nowrap;margin:0;font-weight:500}.topbar .topbar-group{display:flex;align-items:center;justify-content:center;position:absolute;right:10%}.topbar .topbar-group .links{display:flex;justify-content:center;align-items:center;gap:clamp(1rem,3vw,2rem)}.topbar .topbar-group .links a{font-size:clamp(.75rem,2vw,1.2rem);font-family:Barlow,sans-serif;color:#ffed00}.topbar .topbar-group .links a:hover{text-decoration:underline}.topbar .topbar-group .burger button{background-color:transparent;outline:none;border:none;color:#fff}.topbar .topbar-group .burger button img{width:40px}.topbar .topbar-desktop-group .links{display:flex;justify-content:center;align-items:center;gap:clamp(1rem,3vw,2rem)}.topbar .topbar-desktop-group .links a{font-size:clamp(.75rem,2vw,1.2rem);font-family:Barlow,sans-serif;color:#ffed00}.topbar .topbar-desktop-group .links a:hover{text-decoration:underline}.topbar-open{display:flex;background-color:#1b3687;justify-content:space-between;align-items:center;padding-top:1rem;margin-bottom:-5px}.topbar-open .logo-sidenav{display:flex;align-items:center;justify-content:center;gap:1rem;border:none;background-color:transparent;opacity:.5}.topbar-open .logo-sidenav h3{margin:0;color:#fff;font-size:22px;font-family:Barlow Condensed,sans-serif}.topbar-open .logo-sidenav img{width:40px;height:40px}.sideNav{display:flex;flex-direction:column;position:fixed;transform:translate(-100%);height:100%;background-color:#f2f2f2;width:100vw;transition:all ease-in-out .2s;z-index:10000}.sideNav hr{width:90%;height:1px;margin-left:5%;background-color:#fff;opacity:.5}.sidenav-group-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.sidenav-items{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:1rem;width:100%;padding:0 2rem}.sidenav-item{display:flex;align-items:center;justify-content:center;gap:1rem;border:none;background-color:transparent}.sidenav-item h3{color:#fff;font-size:22px;font-family:Barlow Condensed,sans-serif;margin:0}.sidenav-item img{width:40px}.logout{opacity:.5}.showNav{transform:translate(0);z-index:10000;background-color:#1b3687}.no-scroll{width:100%;height:100%;overflow:hidden}.filterHeader{background-color:#1b3687;width:100%;min-height:90px;font-family:Barlow Condensed,sans-serif;color:#ffed00;font-size:22px;line-height:10px;display:flex;align-items:center;justify-content:flex-start;padding-left:1.7rem}.productFamily{padding:2rem 0 2rem 1.7rem;display:flex;flex-direction:column}.productFamily a{font-family:Barlow,sans-serif;font-weight:500;font-size:16px;line-height:30px;color:#707070;text-decoration:none}footer{display:flex;align-items:start;justify-content:center;background-color:#1b3687;width:100%;padding:2rem 1rem 4rem 2rem}footer .footer-body{display:flex;flex-direction:column;justify-content:start;margin-left:15px}footer .footer-body .copyright{display:flex;flex-direction:column}footer .footer-body h4{font-family:Barlow,sans-serif;font-size:12px;font-weight:500;margin:0;color:#fff}footer .footer-body p,footer .footer-body a{color:#fff;margin:0;font-size:12px;text-wrap:nowrap;text-wrap:wrap}.footer-links ul{display:flex;list-style:none;padding:0;margin-left:-10px;margin-top:1rem;gap:.6rem}.footer-links li:last-child{margin-left:10px}@media screen and (max-width: 990px){footer{align-items:start;justify-content:start;height:auto;gap:.5rem}}main{display:flex;justify-content:center;align-items:stretch;background-color:#f2f2f2;width:100%;min-height:100dvh}@media screen and (max-width: 990px){main{min-height:calc(100vh - 80px)}main>.Confirm,main>.Register,main>.PassReset,main>.PassRecovery{min-height:calc(100vh - 261px)}main .Login{min-height:100vh}}.Login{width:100%;height:100vh!important;background-color:#1b3687}.Login .LoginBody{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:5vh;font-family:Barlow,sans-serif}.Login .LoginBody h1{font-size:16px;margin-bottom:10px;color:#fff;font-weight:400}form{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Barlow,sans-serif;width:100%}form .input-group{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;width:345px}form .input-group label{margin-bottom:.5rem;font-weight:700}form .input-group input{width:100%;padding:.7rem 1rem;border:1px solid #ccc;border-radius:28px!important;background-color:#dedede}form .input-group input:invalid:not(:focus):not(:placeholder-shown){border:1px solid red;animation:shake .25s forwards}form .input-group input:focus{outline:none}form .input-group small{text-align:center;color:#fff;font-size:12px}form button{background-color:#cf0000;font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:21px;margin:1.5rem 1.5rem 3rem;color:#fff;outline:none;border:none;width:345px;height:56px;border-radius:8px}form button:hover,form button:focus-visible{filter:brightness(.8)}form a{color:#fff}form a:hover{color:#ffffff96}form:invalid button{background-color:#707070;cursor:not-allowed}form .error{color:red;font-weight:700;letter-spacing:normal;font-size:large;text-align:center}form .PhoneInputCountry{background-color:#dedede;border-radius:25px;padding:.8rem;gap:5px}form .PhoneInputCountry .PhoneInputCountrySelectArrow{color:#000}form .PhoneInput{width:100%}form a{font-size:.8rem}@keyframes shake{0%,50%{transform:translate(0)}25%,75%{transform:translate(-10px)}to{transform:translate(0)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.HeaderAuth{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;color:#ffed00;font-size:60px;font-family:Barlow Condensed,sans-serif;font-weight:600;margin-top:5vh}.HeaderAuth p{margin:0;line-height:1}.HeaderAuth .logo{width:88px;height:65px}.Register{width:100%;height:100vh;background-color:#1b3687}.Register .RegisterBody{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:5vh;font-family:Barlow,sans-serif}.Register .RegisterBody h1{font-size:1rem;margin:0;color:#fff}.Register-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9rem;height:100vh;width:100%;background-color:#1b3687;padding:1rem 1rem 24rem}.Register-success .success-body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.Register-success .success-body img{width:100px}.Register-success .success-body h2{font-size:2rem;text-align:center;margin:0;color:#fff}.Register-success .success-body p{color:#fff;text-align:center}.Register-success .success-body button{position:absolute;bottom:20%;background-color:#1b3687;border:none;padding:.5rem 1rem;border-radius:5px}.Register-success .success-body button a{color:#fff;font-size:.8rem}.Confirm{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:3rem;background-color:#f2f2f2;font-family:Barlow Condensed,sans-serif;letter-spacing:.1rem;text-align:center}.Confirm .icon{display:flex;justify-content:center;align-items:center;font-size:5rem;line-height:5rem;color:#f2f2f2;border-radius:100vw;border:5px solid #F2F2F2;width:6rem;height:6rem;animation:appear-icon .3s ease-in-out}.Confirm .icon.error{color:red;border-color:red}.Confirm .icon.success{color:#0f0;border-color:#0f0}@keyframes appear-icon{0%{transform:scale(.1)}75%{transform:scale(1.2)}to{transform:scale(1)}}.PassReset{width:100%;height:100vh;background-color:#1b3687}.PassReset .PassResetBody{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:7vh;font-family:Barlow,sans-serif}.PassReset .PassResetBody h1{text-align:center;font-size:20px;font-weight:400;color:#fff}.PassReset-success{width:100%;height:100vh;background-color:#1b3687}.PassReset-success .success-body{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:100px;gap:1rem}.PassReset-success .success-body img{width:100px}.PassReset-success .success-body h2{font-size:20px;font-weight:400;text-align:center;margin:0;color:#fff}.PassReset-success .success-body p{color:#fff;text-align:center}.PassReset-success .success-body button{position:absolute;bottom:5%;background-color:#1b3687;border:none;padding:.5rem 1rem;border-radius:5px}.PassReset-success .success-body button a{color:#fff;font-size:.8rem}.PassReset-success .success-body button a:hover{color:#ffffff96}.PassRecovery{width:100%;height:100vh;background-color:#1b3687}.PassRecovery .PassRecoveryBody{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:5vh;font-family:Barlow,sans-serif}.PassRecovery .PassRecoveryBody h1{text-align:center;font-size:1rem;margin:5px 0;color:#fff}.PassRecovery .PassRecoveryBody img{width:100px;height:100px;margin-bottom:20px;margin-top:50px}.PassRecovery .PassRecoveryBody h2{color:#fff;font-size:1.5rem;text-align:center;text-wrap:wrap}.PassRecovery .PassRecoveryBody a{color:#fff;font-size:1rem;margin-top:20px}.PassRecovery .PassRecoveryBody a:hover{color:#ffffff96}.home{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;gap:1rem;background-color:#f2f2f2;width:100%;min-height:100dvh;box-sizing:border-box;font-family:Barlow,sans-serif}.home #segments,.home #select-campaign{width:100%}.home #segments,.home #select-campaign{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.home .banner-ambassador{width:100vw;padding:0;margin:2rem 0 1.5rem;border:none;object-fit:contain}.home .technical-resources .buttons{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;max-width:400px;margin:0 auto;padding-bottom:2rem}.home .technical-resources .buttons button{border:none}.home .technical-resources .buttons button a{color:#fff;background-color:#4f6aba;font-family:Barlow Condensed,sans-serif;padding:10px;border-radius:23px;text-decoration:none;width:140px;transition:all .25s ease-in-out}.home .technical-resources .buttons button:last-child a{background-color:#cf0000}@media screen and (min-width: 1460px){.home .banner-ambassador{max-width:47vw}}.suggestionBar{background-color:#f2f2f2;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;width:100%;z-index:99;padding:1rem 1rem 0rem;font-family:Barlow,sans-serif}.suggestionBar .searchBar{position:relative;display:flex;justify-content:center;align-items:center;width:clamp(300px,100%,750px)}.suggestionBar .searchBar input{width:100%;padding:.7rem 2.5rem;text-align:left;border:none;border-radius:100vw;font-size:21px;font-weight:400;outline:none;border:1px solid rgb(212,211,211)}.suggestionBar .searchBar .searchIcon{position:absolute;right:2px;border-radius:100vw;transition:all .2s ease-in-out;cursor:pointer}.suggestionBar .searchBar .searchIcon svg{width:85%;color:#a1a1a1}.suggestionBar .searchBar .searchIcon:hover{transform:scale(1.1)}.suggestionBar .filters{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin:.5rem;width:100%;font-weight:light}.suggestionBar .filters .filters-title{font-size:1rem;color:#a1a1a1}.suggestionBar .filters .filter-group{position:relative;display:flex;justify-content:center;align-items:center;gap:.5rem;white-space:nowrap;color:#000}.suggestionBar .filters .filter-group .filter-checkbox input[type=checkbox]{position:absolute;opacity:0;top:25%;left:0;width:1rem;height:1rem;cursor:pointer}.suggestionBar .filters .filter-group .filter-checkbox input[type=checkbox]:checked+svg{color:#000}.suggestionBar .filters .filter-group .filter-checkbox svg{width:1rem;height:1rem;color:#1b3687}.suggestionBar .filters .filter-group label{cursor:pointer;-webkit-user-select:none;user-select:none}.suggestionBar .suggestions{position:absolute;top:100%;z-index:99;background-color:#f2f2f2;border-radius:1rem;padding:1rem;box-shadow:0 0 .5rem .1rem #0003;width:clamp(300px,100%,750px)}.suggestionBar .suggestions p{margin:0}.suggestionBar .suggestions .suggestion-product{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem}.suggestionBar .suggestions .suggestionPagination{display:flex;justify-content:center;align-items:center;width:100%;gap:2rem}.suggestionBar .suggestions .suggestionPagination button{background-color:transparent;border:none;outline:none;cursor:pointer;font-size:1.5rem;font-weight:600;color:#1b3687}.suggestionBar .suggestions .suggestionPagination button:disabled{color:#e6e6e6}@media (max-width: 990px){.suggestionBar .suggestions .suggestion-product{display:grid;grid-template-columns:repeat(2,1fr)}}.brochure-container{display:flex;justify-content:start;align-items:center;flex-direction:column;padding-bottom:2rem;width:100%;background-color:#f2f2f2}.brochure-container .results-count{font-family:Barlow,sans-serif;font-size:18px;text-align:center;width:calc(100% - 4rem);max-width:1200px;padding:1rem}@media screen and (max-width: 990px){.brochure-container .results-count{text-align:left;padding:2rem 0 0rem}}.brochure-intro{height:100px;width:100%;background-color:#1b3687}.brochure-intro .borde{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Barlow Condensed,sans-serif;font-size:34px;line-height:32px;color:#ffed00;width:95%;height:100%;margin:0 auto;border:1px solid white;border-bottom:none}.brochure-intro .borde p{margin:0;padding:0;font-size:1rem}.brochure-intro .borde p span{margin:.2rem}.theBrochures{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:1rem 1rem 2rem;width:100%}@media screen and (max-width: 990px){.theBrochures{display:grid;place-items:center;grid-template-columns:repeat(2,1fr)}}.noBrochures{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;margin:0 auto}.noBrochures p{color:#1b3687;font-weight:600;font-size:1.3rem}.brochure{width:166px;height:308px;background-color:#fff;border-radius:8px}.brochure.highlighted{animation:highlighted linear 2s forwards;animation-iteration-count:2}@keyframes highlighted{0%{box-shadow:0 0 #000000b3;scale:1}50%{box-shadow:0 0 0 10px #0000;scale:1.1}to{box-shadow:0 0 #0000;scale:1}}.brochure .loadedInfo{position:relative}.brochure .select{width:1.75rem;height:1.75rem;margin:.5rem;border:none;outline:none;background-color:#fff;border:1px solid #707070;border-radius:3px;cursor:pointer;position:absolute;right:0;z-index:99}.brochure .select svg{position:relative;color:#0005;width:100%;height:100%}.brochure .select:hover svg,.brochure .select.selected svg{color:#1b3687}.brochure .favourite{width:1.75rem;height:1.75rem;margin:.5rem;background-color:transparent;border:none;outline:none;cursor:pointer;position:absolute;left:0;z-index:99}.brochure .favourite svg{position:relative;color:#fff;width:100%;height:100%;opacity:.5;transition:color .3s ease}.brochure .favourite.favourited svg{color:red;opacity:.9}.brochure .brochure-img{display:flex;justify-content:center;align-content:center;height:205px;cursor:pointer;position:relative}.brochure .brochure-img a{width:100%}.brochure .brochure-img a img{object-fit:cover;height:100%;width:100%;margin:0 auto;border-radius:8px 8px 0 0}.brochure .brochure-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:40%;background:linear-gradient(to bottom,#1B3687,rgba(0,0,0,0));pointer-events:none;border-radius:8px}.brochure .brochure-img .pdf-mini{margin:0!important}.brochure .brochure-img .pdf-mini .doc-mini{margin:0 auto;height:100%!important;width:100%!important}.brochure .brochure-img .pdf-mini .doc-mini .page-mini{margin:0;width:100%!important;height:100%!important}.react-pdf__Page__textContent{display:none!important}.brochure-name{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:4em;padding:20px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;word-break:break-word}.brochure-name h3{font-family:Barlow Condensed,sans-serif;font-size:14px;color:#434343;margin:0;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}.brochure-actions{border-top:2px solid rgba(110,110,110,.205);height:36px;display:flex;flex-direction:row;justify-content:center;align-self:center}.brochure-actions .brochure-download{position:absolute;bottom:28%;background-color:#cf0000;border-radius:18px;width:146px;height:32px}.brochure-actions .brochure-download button{color:#fff;font-size:15px}.brochure-actions .brochure-share button{color:#707070}.brochure-actions button{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.25rem;font-size:14px;width:100%;height:100%;outline:none;border:none;background-color:transparent;font-family:Barlow Condensed,sans-serif;font-weight:500;cursor:pointer}.brochure-actions button svg{width:15px;height:15px;margin:0}.waitingInfo{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.ppt{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.ppt h3{font-size:1.25rem}.ppt .material-icons-round{font-size:5rem;color:#1b3687;opacity:.4}.filter{position:relative;display:flex;justify-content:center;align-items:center;font-family:Barlow,sans-serif;margin-top:2rem;width:clamp(300px,90%,800px)}.filter input{width:100%;padding:.5rem 2.5rem;text-align:start;border:none;border-radius:100vw;font-size:1.2rem;font-weight:500;outline:none;border:1px solid rgb(212,211,211)}.filter .searchIcon{position:absolute;right:-7px;cursor:pointer}.filter .searchIcon img{width:75%}.filter .searchIcon:hover{transform:scale(1.1)}.floating-menu{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;bottom:0;left:0;z-index:999;background-color:#fff;margin:1rem;padding:1rem;border-radius:1rem;box-shadow:0 0 10px #0003;font-family:Barlow Condensed,sans-serif;animation:slideIn .25s ease-in-out}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media screen and (max-width: 500px){.floating-menu{right:0}}.batchActions{color:#1b3687}.batchActions .batchQuantity{font-size:1.25rem;font-weight:500}.batchActions .batchActionsContainer{display:flex;flex-direction:row;gap:1rem}.batchActions .batchActionsContainer .batchAction{background-color:#fff;border:1px solid #1B3687;border-radius:5px;padding:.5rem 1rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;color:#1b3687;transition:background-color .25s ease-in-out,color .25s ease-in-out}.batchActions .batchActionsContainer .batchAction:hover{background-color:#1b3687;color:#fff}.batchActions .batchActionsContainer .batchAction svg{width:1rem;height:1rem;color:#1b3687;transition:color .25s ease-in-out}.batchActions .batchActionsContainer .batchAction:hover svg{color:#fff}.MostRecent{width:900px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;font-family:Barlow Condensed,sans-serif}@media (max-width: 990px){.MostRecent{width:90%}}.MostRecent .MostRecentHeader{display:flex;align-items:center;justify-content:space-between;width:700px;margin-bottom:-5px;padding-left:10px;z-index:2;font-family:Barlow,sans-serif}@media (max-width: 990px){.MostRecent .MostRecentHeader{width:100%}}.MostRecent .MostRecentHeader .MostRecentTitle{font-size:18px;margin:0}.MostRecent .MostRecentHeader p{margin:0;font-size:13px}.MostRecent .MostRecentContainer{width:100%}@media screen and (max-width: 990px){.MostRecent{gap:0;align-items:center}}.segments{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background-color:#fff;width:90%;border-radius:8px;gap:1rem}@media (min-width: 990px){.segments{width:40%}}.segments .segments-container{display:grid;width:100%;grid-template-columns:repeat(3,1fr);margin:auto;padding:10px}.segments .segment-link{display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:#1b3687;font-weight:500;font-family:Barlow Condensed,sans-serif;text-transform:uppercase;transition:transform .2s ease-in-out;height:fit-content;min-height:130px}.segments .segment-link:hover{transform:scale(1.05)}.segments .segment-link .segment-icon{width:80px;height:80px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:10px}.segments .segment-link p{margin-bottom:0;font-size:16px;text-wrap:nowrap}.Family{display:grid;grid-template-columns:repeat(2,1fr);background-color:#fff;padding:8px;border-radius:8px;gap:5px;width:90%}.Family .FamilyElement{position:relative;display:flex;align-items:center;justify-content:start;flex-direction:column;text-align:center;text-decoration:none;height:140px;width:100%;padding-top:5px;border-radius:3px;background-color:#f2f2f2;transition:background .3s ease-in-out}.Family .FamilyElement:hover{background-color:#e6e6e6}.Family .FamilyElement .category-tittle{text-align:center;color:#1b3687;font-family:Barlow Condensed,sans-serif;font-weight:500;font-size:14px;line-height:1;padding:0 10px;margin:0}.Family .FamilyElement img{width:80px;height:70px;object-fit:contain}@media (min-width: 990px){.Family{width:40%;display:flex;justify-content:center;align-items:center}.Family .FamilyElement .category-tittle{font-size:1rem}.Family .FamilyElement img{width:90px;height:80px}}.select-container{position:relative;width:90%}@media (min-width: 990px){.select-container{width:40%}}.custom-select{width:100%;padding:1rem;border:none;border-radius:8px;background-color:#1b3687;color:#fff;font-family:Barlow,sans-serif;font-size:18px;font-weight:400;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align-last:center}.custom-select option{background-color:#ddd;color:#000;text-align:left}.select-container:after{content:"";position:absolute;right:10%;top:50%;height:24px;width:24px;transform:translateY(-50%);background-image:url(/assets/arrow-down-345d3a4b.svg);background-size:contain;background-repeat:no-repeat;pointer-events:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.LatestCampaing{width:700px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 990px){.LatestCampaing{width:100%;padding-left:5%}}.LatestCampaing .swiper{width:100%;height:100%;padding-left:10px}.LatestCampaing .swiper-slide{text-align:center;font-size:1.1rem;background:#F2F2F2;display:flex;justify-content:start;align-items:center;padding-right:10px!important}.LatestCampaing .custom-next,.LatestCampaing .custom-prev{position:absolute;top:50%;border:none;z-index:22;background-color:transparent;transform:translateY(-50%)}.LatestCampaing .custom-next img,.LatestCampaing .custom-prev img{width:40px}.LatestCampaing .custom-next{right:5%}.LatestCampaing .custom-prev{left:5%;transform:translateY(-50%) rotateY(180deg)}.LatestCampaing .custom-next.disabled img,.LatestCampaing .custom-prev.disabled img{opacity:.5;pointer-events:none}.LatestCampaingHeader{display:flex;align-items:center;justify-content:space-between;width:90%;margin-left:-10%;padding-bottom:10px;padding-left:10px;font-family:Barlow,sans-serif}.LatestCampaingHeader .LatestCampaingTitle{font-size:18px;margin:0}.LatestCampaingHeader p{margin:0;font-size:13px}.campaign-card{border-radius:8px;font-family:Barlow Condensed,sans-serif;position:relative}.campaign-card h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;position:absolute;top:5%;left:10%;text-align:left}.campaign-card img{width:100%;height:100%;border-radius:8px;object-fit:contain}.campaign-card button{background-color:#fff;color:#1b3687;font-weight:600;font-size:1rem;position:absolute;bottom:5%;left:10%;padding:.3rem 1.5rem;border:none;border-radius:18px}.tag-filter{position:absolute;flex-direction:column;top:0;left:0;box-sizing:border-box;height:100%;width:100%;display:flex;z-index:999;pointer-events:none}.tag-filter__backdrop{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#00000080;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);pointer-events:all;opacity:0;display:none}@keyframes appear{0%{opacity:0}to{opacity:1}}.tag-filter__backdrop[data-open]{animation:appear .25s ease forwards;display:block}.tag-filter__content{position:fixed;bottom:0;left:0;right:0;padding:1rem;background-color:#fff;box-shadow:0 0 1rem #00000080;pointer-events:all;height:80%;transform:translateY(100%);transition:transform .25s ease}.tag-filter__content[data-open]{transform:translateY(0)}.tag-filter__content__header{display:flex;justify-content:space-between;align-items:center;gap:2rem;position:absolute;background-color:#fff;width:100%;z-index:2;padding:0 2rem .5rem 0rem}.tag-filter__content__header h2{font-family:Barlow Condensed,sans-serif;text-align:left;font-size:22px;font-weight:500;color:#1b3687;width:fit-content;text-wrap:nowrap;margin:0}.tag-filter__content__header__actions{display:flex;justify-content:center;align-items:center;gap:2rem}.tag-filter__content__header__close{background-color:#c9c9c9c9;border:none;display:flex;width:1.5rem;height:1.5rem;cursor:pointer;color:#fff}.tag-filter__content__header__close svg{width:100%;height:100%}.tag-filter__content__body{display:flex;margin-bottom:6rem;gap:1rem;position:relative;overflow-y:auto;height:70dvh}.tag-filter__content__body .clear{background-color:transparent;border:none;color:#1b3687;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;text-wrap:nowrap;cursor:pointer;position:absolute;top:14rem;padding:0 .2rem}.tag-filter__content__groups{display:flex;flex-direction:column;gap:.5rem;position:fixed;top:4%;background-color:#fff;height:100%;z-index:1;padding:2rem 1rem 2rem 0rem}.tag-filter__content__groups button{display:flex;justify-content:center;align-items:center;background-color:#c9c9c9c9;border:none;border-radius:.4em;width:90px;height:32px;color:#707070;font-family:Barlow Condensed,sans-serif;font-size:15px;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease,color .25s ease}.tag-filter__content__groups button[data-selected]{background-color:#1b3687;color:#ffed00}.tag-filter__content__tag-groups{display:flex;flex-direction:column;margin:2.5rem 0 2.5rem 7rem}.tag-filter__content__tag-groups__group{display:flex;flex-direction:column;padding-bottom:20px}.tag-filter__content__tag-groups__group h3{font-family:Barlow Condensed,sans-serif;font-size:18px;color:#1b3687;text-transform:uppercase;width:max-content;font-weight:400}@keyframes highlight{0%{transform:scale(1)}to{transform:scale(1.1)}}.tag-filter__content__tag-groups__group__tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag-filter__button{position:fixed;bottom:0;left:0;right:0;padding:.5rem;margin-top:auto;height:4rem;display:flex;gap:1.2rem;justify-content:center;align-items:center;background-color:#4f6aba;border:none;pointer-events:all;cursor:pointer}.tag-filter__button span{color:#fff;font-size:1.2em;font-family:Barlow Condensed,sans-serif}.tag-filter__button svg{height:1.2rem;width:1.2rem}.tag-filter__button .arrow{color:#ffed00;display:flex;margin-top:5px;transition:transform .25s ease;transform:rotate(180deg)}.tag-filter__button .arrow[data-open]{transform:rotate(360deg)}.tag-pill{gap:.2rem;background-color:transparent;color:#707070;text-transform:capitalize;border:1px solid #707070;border-radius:21px;padding:0rem 1rem;font-size:14px;transition:all .2s;font-family:Barlow Condensed,sans-serif;font-weight:400}.tag-pill[data-selected]{background-color:#4f6aba;border-color:#4f6aba;color:#fff}.section{position:relative;height:fit-content;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.section h1{color:#1b3687;font-family:Barlow Condensed,sans-serif;font-size:30px;font-weight:500;margin:20px 20px 0 30px}.section .no-results{margin:20px 20px 0 30px}.section .pagination{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;margin-top:2rem;margin-bottom:2rem}.section .pagination .pagination-control{display:flex;justify-content:center;align-items:center;gap:.5rem}.section .pagination button{padding:.5rem 1rem;border:none;border-radius:32px;cursor:pointer}.section .pagination button:disabled{opacity:.5;cursor:not-allowed}.section .pagination button .icon{width:20px;height:20px;color:#1b3687}.section .pagination span{font-weight:700;font-family:Barlow Condensed,sans-serif}.section .sort-controls select{position:absolute;top:7.5rem;right:50%;transform:translate(50%);text-align:center;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:Barlow Condensed,sans-serif;color:#1b3687;font-weight:500;font-size:13px;border-radius:21px;width:91px;height:31px;border:1px solid #1B3687;outline:none;background-color:transparent;padding:0 13px;cursor:pointer}.section .sort-controls select option{padding:5px}.section .sort-controls :focus{outline:none}@media screen and (max-width: 990px){.section{align-items:start}.section .sort-controls select{position:absolute;top:7rem;right:10%;transform:none}}.product-carousel{width:500px;height:auto;max-height:none}@media (max-width: 767px){.product-carousel{width:350px;height:auto}}.product-carousel swiper{width:100%;height:auto;max-height:none}.product-carousel .swiper-slide{background-size:cover;background-position:center;height:auto}.product-carousel .mySwiper2{width:100%;height:auto}.product-carousel .mySwiper2 .swiper-slide img{display:block;width:100%;height:auto;object-fit:contain;border-radius:8px}.product-carousel .mySwiper2 .custom-next,.product-carousel .mySwiper2 .custom-prev{position:absolute;top:50%;border:none;z-index:22;background-color:transparent;transform:translateY(-50%)}.product-carousel .mySwiper2 .custom-next img,.product-carousel .mySwiper2 .custom-prev img{width:40px}.product-carousel .mySwiper2 .custom-next{right:5%}.product-carousel .mySwiper2 .custom-prev{left:5%;transform:translateY(-50%) rotateY(180deg)}.product-carousel .mySwiper2 .custom-next.disabled img,.product-carousel .mySwiper2 .custom-prev.disabled img{opacity:.5;pointer-events:none}.product-carousel .mySwiper{box-sizing:border-box;padding:10px 0;height:auto}.product-carousel .mySwiper .swiper-slide img{display:block;width:100%;height:auto;object-fit:contain;border-radius:8px}.product-carousel .mySwiper .swiper-slide{width:25%;height:auto;opacity:.4}.product-carousel .mySwiper .swiper-slide-thumb-active{opacity:1}.react-pdf__Document{margin:0 auto;object-fit:contain}.react-pdf__Document .react-pdf__Page{width:100%!important;height:100%!important;object-fit:contain}.react-pdf__Document .react-pdf__Page canvas{width:100%!important;height:100%!important;object-fit:contain;margin:0 auto}.react-pdf__Document .react-pdf__Page .react-pdf__Page__annotations{display:none}.pdf{overflow:hidden}.pdf-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.pdf-pagination p{color:#1b3687;font-family:Barlow,sans-serif;font-size:1.2rem;margin:0}.product-detail{display:flex;flex-direction:column;align-items:center;font-family:Barlow Condensed,sans-serif;width:100%}.product-detail .media{width:340px;background-color:#c9c9c9c9;border-radius:8px}.product-detail .media img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-detail .media .video-player{width:100%;height:100%}.product-detail .media .video-player video{width:100%}.product-detail .media iframe{width:100%;height:100%;object-fit:cover;padding:0;border-radius:8px}.product-detail .media .ppt{width:100%;height:400px}.product-detail .media .ppt iframe{width:100%;height:100%}.product-detail .product-header{display:flex;flex-direction:column;align-items:start;justify-content:center;flex-wrap:wrap;gap:10px;width:340px;margin-top:20px}.product-detail .product-header h2{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;word-break:break-word;font-size:22px;font-weight:400}.product-detail .product-header .back-button{border:none;margin-left:-5px;background-color:transparent}.product-detail .tags-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:340px;margin-top:1rem;gap:.5rem}.product-detail .tags-container h3{color:#707070;text-align:center;border:1px solid #707070;padding:.4rem 1rem;margin:0;border-radius:21px;font-size:15px;text-transform:capitalize;font-weight:400}.product-detail .product-description{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:start;width:340px}.product-detail .product-description h3{font-size:14px;font-weight:600;color:#575757;font-family:Barlow,sans-serif;margin-bottom:2px}.product-detail .product-description p{color:#707070;margin:0;line-height:normal;font-size:14px;font-family:Barlow,sans-serif}.product-detail .product-description svg{width:30px;height:30px;cursor:pointer;margin-left:-3px;margin-top:10px}.product-detail .product-actions{margin-top:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;background-color:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;width:340px}.product-detail .product-actions button{position:relative;display:flex;justify-content:center;align-items:center;gap:1rem;background-color:#4f6aba;color:#fff;border-radius:23px;border:none;font-size:18px;padding:.5rem;width:306px}.product-detail .product-actions button:nth-child(1){background-color:#cf0000}.product-detail .product-actions button:last-child{background-color:#dedede;color:#707070;font-weight:500}.product-detail .product-actions button:last-child svg{position:absolute;left:30%;width:15px;height:15px}.product-detail .product-actions button svg{position:absolute;right:8%;width:15px;height:15px}@media (min-width: 768px){.product-detail .media,.product-detail .product-header,.product-detail .product-actions{width:500px}.product-detail .product-actions button{width:460px}.product-detail .product-description,.product-detail .tags-container{width:500px}}.Admin{background-color:#1b3687;width:100%;height:100vh;padding:2rem 0}.banner-home{display:flex;position:relative;border:1px solid #FFFFFF;background-size:cover;background-position:top;padding:clamp(1.25rem,3%,3rem);transition:box-shadow .3s ease-in-out}.banner-home .title-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.banner-home .title-container h3,.banner-home .title-container h4{margin:0;font-family:Barlow Condensed,sans-serif;font-weight:600;color:#ffed00;white-space:nowrap;font-size:2rem;line-height:2rem;text-shadow:0px 0px .5rem rgba(0,0,0,.5)}.banner-home .title-container h4{color:#fff}.banner-home:hover{box-shadow:0 0 1rem #ffffffbf}a{text-decoration:none}.banner-home.mini{height:7.5rem;padding:clamp(.5rem,2%,1rem) clamp(1rem,3%,2rem);background-color:#f2f2f2}.banner-home.mini .title-container{width:100%;height:100%;flex-direction:row!important;align-items:center;align-content:center;padding-right:24px}.banner-home.mini h3{padding:0;color:#1b3687;text-shadow:none}.overlay{object-fit:contain;object-position:right bottom;position:absolute;right:0;bottom:0;width:100%;max-width:353px;background-size:cover}@media screen and (min-width: 990px){.banner-home .title-container h3,.banner-home .title-container h4{font-size:clamp(1.2rem,2vw,2.5rem)}.banner-home .overlay{max-width:90%}}.products-actions{display:flex;justify-content:start;align-items:center;flex-direction:column;width:100%;padding:1rem;font-family:Barlow Condensed,sans-serif;background-color:#fff}.products-actions .radio-group{display:flex;justify-content:center;align-items:center;gap:1rem;margin:1rem}.products-actions .radio-group .input-group{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem}.products-actions .bynder-button{background-color:#cf0000;padding:.5rem 1.5rem;margin:1rem;outline:none;border:none;color:#fff}.products-actions .bynder-button:active{background-color:#f2f2f2}.products-actions .products #preview{width:100px;height:100px}.products-actions .products #preview img{width:100%;height:100%;object-fit:cover}.products-actions .products #preview span{display:block;width:100%;height:100%;background-color:#ddd;color:#1b3687;text-align:center;line-height:100px;font-size:5rem}.products-actions .products tr:hover .actions{display:inline}.products-actions .products td{max-width:50ch}.products-actions .products textarea{width:100%;height:100px}.products-actions .products select{width:100%;padding:.5rem 1rem;border:1px solid #ccc;border-radius:5px!important;min-width:25ch}.input-group{display:flex;justify-content:center;align-items:center;flex-direction:row;width:clamp(25ch,80%,50ch)}.input-group>div{width:100%}.input-group select,.input-group .react-select__control{width:100%;padding:0rem 1rem;border:1px solid #ccc;border-radius:50px!important;background-color:#dedede;box-shadow:none}.input-group .react-select__menu{background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:none}.table-container{overflow:auto;width:100%;max-width:95vw}.table-container .Table{text-align:center;width:100%}.table-container .Table thead tr{background-color:#ddd}.table-container .Table thead tr th,.table-container .Table tbody tr td{padding:.5rem}.table-container .Table tbody tr td .actions{display:none;margin-left:2rem}.table-container .Table tbody tr td input{width:100%}.table-container .Table tbody tr:nth-child(odd){background-color:#f2f2f2}.table-container .Table tbody tr:hover{background-color:#ddd}.table-container .Table tbody tr:hover .actions{display:inline}.user-actions form{display:flex;justify-content:center;align-items:center;flex-direction:column}.user-actions form .input-group{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:1rem}.user-actions .Table #preview{display:flex;justify-content:flex-start;align-items:center;margin-inline:auto;text-align:left;width:150px}.user-actions .Table #preview img{width:100%;height:100%;object-fit:cover}.user-actions .Table #preview span{display:block;width:100%;height:100%;background-color:#1b3687;color:#1b3687;text-align:center;line-height:100px;font-size:5rem}.user-actions .Table #admin,.user-actions .Table #confirmed{cursor:pointer}:export{mobile:990px;big:1460px}.user-actions{display:flex;justify-content:start;align-items:center;flex-direction:column;width:100%;padding:1rem;font-family:Barlow Condensed,sans-serif;background-color:#fff}.user-actions .forms-container{display:flex;justify-content:center;align-items:start;gap:4rem}.user-actions .forms-container .notification-form{background-color:#f2f2f2;padding:2rem;border-radius:.75rem;box-shadow:0 0 8px #0000000d;width:100%;max-width:500px}.user-actions .forms-container .notification-form .title-container{display:flex;justify-content:start;align-items:center;gap:5px}.user-actions .forms-container .notification-form .title-container img{width:20px}.user-actions .forms-container .notification-form .title-container h3{font-size:1.25rem;font-weight:700;margin:0}.user-actions .forms-container form{display:flex;justify-content:center;align-items:center;flex-direction:column}.user-actions .forms-container form .input-group{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;width:100%}@media screen and (max-width: 990px){.user-actions .forms-container{flex-direction:column;gap:1rem}}.admin-tags{display:flex;flex-direction:column;align-items:center;justify-content:start;margin-top:2rem;width:100%}.admin-tags form:last-child{margin-top:1.5rem}.admin-tags h2{font-size:calc(1.5rem + 1vw);font-family:Barlow Condensed,sans-serif;margin-bottom:1.5rem}.admin-tags label{font-weight:700;margin-bottom:.5rem;font-family:Barlow,sans-serif}.admin-tags select,.admin-tags .react-select__control{width:345px;padding:.2rem;border:1px solid #ccc;border-radius:50px!important;background-color:#dedede;box-shadow:none}.admin-tags .react-select__menu{background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:none}.user-details{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.user-details h1{margin:0;font-family:Barlow,sans-serif;font-size:1.5rem;text-align:center;padding-bottom:1rem}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}:export{wd40-blue:#1B3687;wd40-light-blue:#4f6aba;wd40-yellow:#ffed00;background-light-grey:#F2F2F2;table-light-grey:#ddd}:export{main:"Barlow Condensed",sans-serif;secondary:"Barlow",sans-serif}.driver-popover{padding:10px}.driverjs-no-scroll{overflow:hidden!important;position:fixed;width:100%}.driver-popover-title{font-size:18px;font-family:Barlow Condensed,sans-serif;font-weight:700;color:#1b3687}.driver-popover-description{font-size:14px;font-family:Barlow Condensed,sans-serif;font-weight:700;color:#1b3687}.driver-popover-footer{background-color:transparent;padding:0}.driver-popover-navigation-btns{justify-content:center;gap:1rem}.driver-popover-prev-btn,.driver-popover-btn-disabled,.driver-popover-next-btn{background-color:#c9c9c9c9!important;color:#707070!important;font-family:Barlow Condensed,sans-serif!important;font-size:14px!important;padding:.2rem 1.2rem!important;border-radius:5px!important;border:none!important;text-shadow:none!important}.driver-popover-prev-btn{opacity:1}.driver-popover-next-btn,.driver-popover-prev-btn{background-color:#4f6aba!important;color:#ffed00!important}
