body,html{margin:0;width:100%;height:100%;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--color-text-black);background-color:#f0f1f7;font-size:16px;line-height:1.5em;scroll-behavior:smooth}body.theme-dark,html.theme-dark{--color-white:#1b1b1b;--color-bg:#141414;--color-text-black:#d8d7d5;--color-text-gray:#ececec;--color-border:rgba(181,176,219,0.15);--color-text-gray-dark:#bbb5ac;--color-text-whit:#bbb5ac;--color-text-blue:#efece7;--color-text-inactive:#777;--color-blue-light:#bbb5ac;--color-row-alternate:#272727;--color-yellow-start:#cdaa37;--color-row-hover:hsla(0,0%,100%,0.2);--color-warning:#af5629;--color-green:#369072;--color-red:#e17b87;--color-red-light:#fb7474}body.is-not-scrollable,html.is-not-scrollable{overflow:hidden}h1,h2,h3,h4,h5{font-weight:400;color:var(--color-text-blue)}.App{line-height:2.25}.App h1,.App h2,.App h3,.App h4,.App h5{line-height:1.5}.App h1{font-size:clamp(30px,5vw,60px)}.App h2{font-size:clamp(26px,4vw,48px)}.App h3{font-size:clamp(24px,3vw,38px)}.App h4{font-size:clamp(18px,2vw,32px)}.App h5{font-size:clamp(18px,2vw,28px)}.App .Subtitle,.App p{font-size:clamp(18px,2vw,24px);line-height:1.85;color:var(--color-text-black)}a{color:var(--color-text-blue);position:relative}.row-enter-active,.row-leave-active,.row-move{-webkit-transition:.3s cubic-bezier(.59,.12,.34,.95);transition:.3s cubic-bezier(.59,.12,.34,.95);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.row-enter{opacity:0;-webkit-transform:translateX(50px) scaleY(.5);transform:translateX(50px) scaleY(.5)}.row-enter-to{opacity:1;-webkit-transform:translateX(0) scaleY(1);transform:translateX(0) scaleY(1)}.row-leave-active{position:absolute;opacity:0;width:calc(100% - 110px)}.toasted.toasted-primary{font-weight:700!important}.toasted.toasted-primary.toasted.toasted-primary.error{background-color:#b03543!important}.toasted.toasted-primary.toasted.toasted-primary.success{background-color:#157857!important}.Hint{font-size:12px;color:#666;margin-top:5px}.v-popper__popper{z-index:10000}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.v-popper__popper:not(.v-popper__popper--hidden){visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.v-popper__popper .v-popper__inner{background-color:var(--color-blue-dark,#1976d2);color:#fff;border-radius:4px;padding:6px 10px;font-size:1rem;font-weight:500;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);max-width:300px;text-align:center}.v-popper__popper .v-popper__arrow-container{width:10px;height:10px}.v-popper__popper .v-popper__arrow-container .v-popper__arrow-inner,.v-popper__popper .v-popper__arrow-container .v-popper__arrow-outer{border-color:var(--color-blue-dark,#1976d2)}.v-popper__popper.v-popper--theme-dropdown .v-popper__inner{background-color:#fff;color:var(--color-text-black,#333);padding:12px;border-radius:6px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}.v-popper__popper.v-popper--theme-dropdown .v-popper__arrow-container .v-popper__arrow-inner,.v-popper__popper.v-popper--theme-dropdown .v-popper__arrow-container .v-popper__arrow-outer{border-color:#fff}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:300;src:url(../fonts/open-sans-v40-latin-300.e4bedefe.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(../fonts/open-sans-v40-latin-regular.8655d20b.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:url(../fonts/open-sans-v40-latin-700.36f81686.woff2) format("woff2")}#app .fade-enter-active,#app .fade-leave-active{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#app .fade-enter,#app .fade-leave-active{opacity:0}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar,body::-webkit-scrollbar-track{background-color:var(--color-white)}body::-webkit-scrollbar-thumb{background-color:var(--color-blue-dark);border-radius:16px;width:10px;border:4px solid var(--color-white)}body::-webkit-scrollbar-button{display:none}.InputWrap{position:relative;width:100%}.InputWrap.has-error .Input,.InputWrap.has-error label{border-color:#b03543!important;color:#b03543!important}.InputWrap.is-vertical .Label{position:relative;top:0;left:10px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:rem(14px);-webkit-transform:translateY(-35px);transform:translateY(-35px)}.InputWrap.is-vertical .Input{padding:12px 30px 12px 12px}.InputWrap.is-vertical .Input ::-webkit-input-placeholder{color:transparent}.InputWrap.is-vertical .Input ::-moz-placeholder{color:transparent}.InputWrap.is-vertical .Input :-ms-input-placeholder{color:transparent}.InputWrap.is-vertical .Input ::-ms-input-placeholder{color:transparent}.InputWrap.is-vertical .Input ::placeholder{color:transparent}.InputWrap.is-vertical .Input:focus+.Label,.InputWrap.is-vertical .Input:valid+.Label{-webkit-transform:translateY(-30px);transform:translateY(-30px);font-size:rem(12px)}.InputWrap.is-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.InputWrap.is-horizontal .Label{-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:1rem;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:auto;min-width:30%}.InputWrap.is-horizontal .Label:after{content:":"}.InputWrap.is-horizontal .Input{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:768px){.InputWrap.is-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.InputWrap.is-horizontal.is-disabled .Input{padding-left:0}.InputWrap.is-horizontal .Input{width:100%}}.InputWrap.is-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.InputWrap.is-checkbox .Label{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:auto;-webkit-transform:unset;transform:unset;margin-right:20px}.InputWrap.is-checkbox .Input{width:20px;height:20px;margin:0;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.InputWrap.is-disabled .Input{color:var(--color-text-gray-dark);background-color:transparent}.InputWrap.show-password circle{opacity:1;-webkit-transition:all 0s;transition:all 0s;-webkit-transform:translateY(-18px);transform:translateY(-18px);-webkit-transition-delay:.1s;transition-delay:.1s}.InputWrap.show-password .EyeLash{-webkit-transform:scaleY(-1) translateY(-12px);transform:scaleY(-1) translateY(-12px)}.InputWrap .Input,.InputWrap .Label{-webkit-box-flex:1;-ms-flex:1;flex:1}.InputWrap input[type=date]::-webkit-calendar-picker-indicator{-webkit-filter:invert(.8);filter:invert(.8)}.InputWrap .Input,.InputWrap .Label{color:var(--color-text-black)}.InputWrap .Input{outline:none;margin:0;border:none;font-family:Open Sans;width:100%;padding:12px 30px 12px 22px;font-size:1rem;background-color:var(--color-bg);border-radius:5px}.InputWrap .Input::-webkit-input-placeholder{color:var(--color-text-gray-dark)}.InputWrap .Input::-moz-placeholder{color:var(--color-text-gray-dark)}.InputWrap .Input:-ms-input-placeholder{color:var(--color-text-gray-dark)}.InputWrap .Input::-ms-input-placeholder{color:var(--color-text-gray-dark)}.InputWrap .Input::placeholder{color:var(--color-text-gray-dark)}.InputWrap .Input:focus{outline:solid 1px var(--color-blue-dark)}.InputWrap .Input:focus+.Label{-webkit-transform:translateY(-30px);transform:translateY(-30px);font-size:rem(12px)}.InputWrap .IconEye{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-20%);transform:translateY(-20%);color:currentColor;cursor:pointer}.InputWrap circle{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}.InputWrap .Error{color:#b03543;margin-top:5px;font-size:12px;position:absolute;bottom:-23px;left:12px}.InputWrap .EyeLash{-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scaleY(1) translateY(-15px);transform:scaleY(1) translateY(-15px)}[data-v-502fe4c0]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-502fe4c0]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-502fe4c0]:focus{outline:none}ol[data-v-502fe4c0],ul[data-v-502fe4c0]{margin:0;padding:0}img[data-v-502fe4c0]{display:block}figure[data-v-502fe4c0],h1[data-v-502fe4c0],h2[data-v-502fe4c0],h3[data-v-502fe4c0],h4[data-v-502fe4c0],h5[data-v-502fe4c0],p[data-v-502fe4c0]{margin:0}a[data-v-502fe4c0]{text-decoration:none}.Spinner[data-v-502fe4c0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.Spinner.is-small svg[data-v-502fe4c0]{height:1rem;width:1rem}.Spinner.is-medium svg[data-v-502fe4c0]{height:2rem;width:2em}.Spinner.is-large svg[data-v-502fe4c0]{height:4rem;width:4rem}.Spinner svg[data-v-502fe4c0]{-webkit-animation:spinner-data-v-502fe4c0 1.2s cubic-bezier(.14,.67,1,.21) infinite;animation:spinner-data-v-502fe4c0 1.2s cubic-bezier(.14,.67,1,.21) infinite}@-webkit-keyframes spinner-data-v-502fe4c0{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-data-v-502fe4c0{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.theme-dark .Button{border:1px solid var(--color-text-inactive);-webkit-box-shadow:0 0 0 0 #dbdada;box-shadow:0 0 0 0 #dbdada}.theme-dark .Button.is-minimal:hover{background-color:#1a1a1a}.theme-dark .Button.is-minimal:hover,.theme-dark .Button.is-plain:hover{color:var(--color-text-black);border:solid 1px var(--color-text-inactive);-webkit-box-shadow:0 0 0 4px #dbdada;box-shadow:0 0 0 4px #dbdada}.theme-dark .Button.is-plain:hover{background-color:#050505}.Button{font-family:inherit;color:#fff;font-weight:700;cursor:pointer;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;-webkit-box-shadow:0 0 0 0 #161936;box-shadow:0 0 0 0 #161936;background-color:var(--color-blue-dark);-webkit-transition:all .3s ease;transition:all .3s ease;padding:10px 25px;border:2px solid transparent}@media(max-width:1024px){.Button{padding:6px 18px}}.Button:hover{background-color:#474e7a}.Button:focus,.Button:hover{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a}.Button:focus{outline:solid 1px var(--color-text-inactive)}.Button.is-disabled{cursor:not-allowed;background-color:rgba(50,48,67,.55)}.Button.is-basic,.Button.is-disabled{-webkit-box-shadow:0 0 0 0 #d6d7e3;box-shadow:0 0 0 0 #d6d7e3}.Button.is-basic{background-color:#e3e2e2;color:#000}.Button.is-basic:hover{-webkit-box-shadow:0 0 0 4px #d6d7e3;box-shadow:0 0 0 4px #d6d7e3;background-color:#d6d7e3}.Button.is-basic:focus{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a;outline:solid 1px var(--color-text-inactive)}.Button.is-icon{padding:4px;color:var(--color-text-blue);background-color:transparent;border:solid 1px var(--color-text-inactive);font-weight:400;-webkit-box-shadow:0 0 0 0 #dbdada;box-shadow:0 0 0 0 #dbdada}.Button.is-icon i{font-size:1.5rem}.Button.is-icon:hover{color:var(--color-text-black);border:solid 1px var(--color-text-inactive);-webkit-box-shadow:0 0 0 4px #dbdada;box-shadow:0 0 0 4px #dbdada;background-color:#e6e6e6}.Button.is-icon:focus{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a;outline:solid 1px var(--color-text-inactive)}.Button.is-plain{background-color:transparent;-webkit-box-shadow:0 0 0 0 #dbdada;box-shadow:0 0 0 0 #dbdada}.Button.is-plain,.Button.is-plain:hover{color:var(--color-text-black);border:solid 1px var(--color-text-inactive)}.Button.is-plain:hover{-webkit-box-shadow:0 0 0 4px #dbdada;box-shadow:0 0 0 4px #dbdada;background-color:#e6e6e6}.Button.is-plain:focus{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a;outline:solid 1px var(--color-text-inactive)}.Button.is-minimal{background-color:var(--color-white);-webkit-box-shadow:0 0 0 0 #dbdada;box-shadow:0 0 0 0 #dbdada}.Button.is-minimal,.Button.is-minimal:hover{color:var(--color-text-black);border:solid 1px var(--color-text-inactive)}.Button.is-minimal:hover{-webkit-box-shadow:0 0 0 4px #dbdada;box-shadow:0 0 0 4px #dbdada;background-color:#fff}.Button.is-primary{background-color:#d6d7e3}.Button.is-warning{background-color:#ffcc80;-webkit-box-shadow:0 0 0 0 #ffcc80;box-shadow:0 0 0 0 #ffcc80;color:#000}.Button.is-warning:hover{-webkit-box-shadow:0 0 0 4px #ffcc80;box-shadow:0 0 0 4px #ffcc80;background-color:#ffc46c}.Button.is-warning:focus{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a;outline:solid 1px var(--color-text-inactive)}.Button.is-success{background-color:#09d490;color:#000;-webkit-box-shadow:0 0 0 0 #09d490;box-shadow:0 0 0 0 #09d490}.Button.is-success:hover{background-color:#1bf5ac;-webkit-box-shadow:0 0 0 4px #09d490;box-shadow:0 0 0 4px #09d490}.Button.is-success:focus{-webkit-box-shadow:0 0 0 4px #474e7a;box-shadow:0 0 0 4px #474e7a;outline:solid 1px var(--color-text-inactive)}.Button.is-large{padding:14px 28px 14px}.Button.is-large .Label{font-size:20px}.Button.is-small{padding:6px 14px}.Button.is-small:hover{-webkit-box-shadow:0 0 0 2px #474e7a;box-shadow:0 0 0 2px #474e7a}.Button.is-small .Label{font-size:12px}.Button.is-table{background:none;border:1px solid rgba(0,0,0,.2);color:var(--color-blue);font-size:.85rem;padding:8px 12px;border-radius:4px;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:none;box-shadow:none}.Button.is-table:hover{background-color:rgba(0,0,0,.1);-webkit-box-shadow:none;box-shadow:none}.Button.is-table:active{-webkit-transform:scale(.97);transform:scale(.97)}.Button.is-table:focus{-webkit-box-shadow:0 0 0 2px rgba(71,78,122,.3);box-shadow:0 0 0 2px rgba(71,78,122,.3);outline:none}.Button.is-table.is-small{padding:6px 10px;font-size:.75rem}.Button .Button-Wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Button .IconBefore{margin-right:5px}.Button .IconBefore,.Button .Label{font-size:.95rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Button.Button--LoadMore{margin-top:20px;width:100%;display:block}.Button.is-loading{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.Button.is-loading .Spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Button.is-loading .Label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;opacity:0}[data-v-046d1e80]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-046d1e80]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-046d1e80]:focus{outline:none}ol[data-v-046d1e80],ul[data-v-046d1e80]{margin:0;padding:0}img[data-v-046d1e80]{display:block}figure[data-v-046d1e80],h1[data-v-046d1e80],h2[data-v-046d1e80],h3[data-v-046d1e80],h4[data-v-046d1e80],h5[data-v-046d1e80],p[data-v-046d1e80]{margin:0}a[data-v-046d1e80]{text-decoration:none}.theme-dark .Backdrop[data-v-046d1e80]{background-color:#000}.theme-dark .Modal-Content[data-v-046d1e80]{border:1px solid var(--color-text-inactive)}.Modal[data-v-046d1e80]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .25s cubic-bezier(.14,.56,.29,.88);transition:all .25s cubic-bezier(.14,.56,.29,.88);opacity:0;will-change:contents;visibility:hidden;-webkit-perspective:800px;perspective:800px;-webkit-perspective-origin:50%;perspective-origin:50%;padding:80px}@media screen and (max-width:768px){.Modal[data-v-046d1e80]{padding:10px}}.Modal.isActive[data-v-046d1e80]{opacity:1;visibility:visible;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.Modal.isActive .Modal-Content[data-v-046d1e80]{-webkit-transform:translateY(0);transform:translateY(0)}.Modal .Backdrop[data-v-046d1e80]{background-color:rgba(0,0,0,.7);-webkit-transition:all .25s cubic-bezier(.14,.56,.29,.88);transition:all .25s cubic-bezier(.14,.56,.29,.88);position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.Modal .Modal-Content[data-v-046d1e80]{z-index:1;background-color:var(--color-white);max-width:60vw;max-height:100%;padding:30px 0;-webkit-transition:all .3s cubic-bezier(.14,.56,.29,.88);transition:all .3s cubic-bezier(.14,.56,.29,.88);position:relative;will-change:contents;border-radius:10px;-webkit-transform:translateY(50px);transform:translateY(50px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Modal .Modal-Content.is-small[data-v-046d1e80]{max-width:clamp(350px,90vw,650px)}.Modal .Modal-Content.is-medium[data-v-046d1e80]{min-width:clamp(350px,60vw,650px)}.Modal .Modal-Content.is-large[data-v-046d1e80]{min-width:clamp(350px,80vw,900px)}@media screen and (max-width:768px){.Modal .Modal-Content[data-v-046d1e80]{max-width:100%;width:100%;min-width:unset;max-height:70vh;padding:10px}.Modal .Modal-Content.is-large[data-v-046d1e80],.Modal .Modal-Content.is-medium[data-v-046d1e80]{min-width:unset}}.Modal .Modal-Content h2[data-v-046d1e80]{padding:0 20px;margin-bottom:30px;margin-top:5px;line-height:1.25;font-size:1.5rem;font-weight:700;max-width:90%}@media screen and (max-width:768px){.Modal .Modal-Content h2[data-v-046d1e80]{padding:0 10px}}.Modal .Modal-Content p[data-v-046d1e80]{font-size:1.125rem;line-height:1.5}.Modal .Modal-Children[data-v-046d1e80]{overflow-x:auto;position:relative;padding:0 20px;padding-bottom:5%}@media screen and (max-width:768px){.Modal .Modal-Children[data-v-046d1e80]{padding:10px}}.Modal .Modal-Actions[data-v-046d1e80]{bottom:0;right:0;padding:30px 40px 0;line-height:1.5;gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;border-top:1px solid rgba(0,0,0,.2);width:100%}@media screen and (max-width:768px){.Modal .Modal-Actions[data-v-046d1e80]{padding:10px 0 0}}@media screen and (max-width:480px){.Modal .Modal-Actions[data-v-046d1e80]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.BackArrow{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:20px;left:20px;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:8px;padding:10px 15px;cursor:pointer;background-color:rgba(0,0,0,.5);color:#fff;font-size:12px;text-decoration:none}@media(max-width:768px){.BackArrow{top:20px;left:0}}.BackArrow:hover{-webkit-transform:translateX(-5px);transform:translateX(-5px);background-color:hsla(0,0%,100%,.1)}.BackArrow.BackArrow--white{background:#fff;color:#000;-webkit-box-shadow:2px 10px 30px rgba(0,0,0,.1);box-shadow:2px 10px 30px rgba(0,0,0,.1)}.BackArrow svg{width:20px;height:20px;margin-right:5px}.Login .Login-Wrap{width:100%;max-width:350px;margin:-30px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Login .Login-Wrap>.InputWrap .Label{color:#fff}@media(max-width:768px){.Login .BackArrow{left:20px}}.Login .Forgot-Password{font-size:12px;color:hsla(0,0%,100%,.5);cursor:pointer;text-decoration:none;margin-top:10px}.Login .Error{font-size:14px}.Login .Success{font-size:14px;margin-top:10px}.Footer .FooterContainer{padding:0 40px;width:100%}.Footer .FooterContainer h1,.Footer .FooterContainer h2,.Footer .FooterContainer h3,.Footer .FooterContainer h4{line-height:1.25}@media screen and (max-width:768px){.Footer .FooterContainer{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.Footer .FooterContainer{padding:0 20px}}.Footer{padding:100px 0 30px;color:var(--color-text-white);background:linear-gradient(135deg,#474e7a,#161936);position:relative;overflow:hidden}.Footer .FooterBackground{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.Footer .FooterBackground svg{position:absolute;top:0;width:100%;height:350px}.Footer .FooterContainer{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.Footer .FooterTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;margin-bottom:60px}@media(max-width:768px){.Footer .FooterTop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px;margin-bottom:40px}}.Footer .BrandSection{max-width:300px}.Footer .BrandSection .Logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin-bottom:20px}.Footer .BrandSection .Logo img{width:50px;height:50px}.Footer .BrandSection .Logo .LogoText{color:#fff;font-size:24px;font-weight:700;margin-left:12px;letter-spacing:.5px}.Footer .BrandSection .BrandTagline{color:hsla(0,0%,100%,.8);font-size:16px;line-height:1.5;margin-bottom:25px}.Footer .BrandSection .SocialIcons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-top:20px}.Footer .BrandSection .SocialIcons .SocialIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.Footer .BrandSection .SocialIcons .SocialIcon i{font-size:18px}.Footer .BrandSection .SocialIcons .SocialIcon:hover{background-color:hsla(0,0%,100%,.2);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.Footer .FooterNavigation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:60px}@media(max-width:768px){.Footer .FooterNavigation{width:100%;gap:40px}}@media(max-width:480px){.Footer .FooterNavigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.Footer .FooterNavigation .NavCol{min-width:170px}@media(max-width:480px){.Footer .FooterNavigation .NavCol{width:100%}}.Footer .FooterNavigation .NavCol h3{color:#fff;font-size:18px;font-weight:700;margin:0 0 20px;letter-spacing:.5px;position:relative;padding-bottom:12px}.Footer .FooterNavigation .NavCol h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:hsla(0,0%,100%,.3)}.Footer .FooterNavigation .NavCol ul{list-style:none;padding:0;margin:0}.Footer .FooterNavigation .NavCol ul li{margin-bottom:12px}.Footer .FooterNavigation .NavCol ul li a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:15px;-webkit-transition:all .2s ease;transition:all .2s ease;display:inline-block;position:relative;padding-left:0}.Footer .FooterNavigation .NavCol ul li a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#fff;-webkit-transition:width .3s ease;transition:width .3s ease}.Footer .FooterNavigation .NavCol ul li a:hover{color:#fff;padding-left:5px}.Footer .FooterNavigation .NavCol ul li a:hover:before{width:100%}.Footer .FooterNavigation .ContactCol{min-width:220px}.Footer .FooterNavigation .ContactCol .ContactInfo .ContactItem{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.Footer .FooterNavigation .ContactCol .ContactInfo .ContactItem i{color:hsla(0,0%,100%,.6);font-size:18px;width:24px;margin-right:10px}.Footer .FooterNavigation .ContactCol .ContactInfo .ContactItem a,.Footer .FooterNavigation .ContactCol .ContactInfo .ContactItem span{color:hsla(0,0%,100%,.8);font-size:15px;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}.Footer .FooterNavigation .ContactCol .ContactInfo .ContactItem a:hover{color:#fff;text-decoration:underline}.Footer .FooterBottom{padding-top:30px;border-top:1px solid hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}@media(max-width:480px){.Footer .FooterBottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.Footer .FooterBottom .Copyright p{margin:0;font-size:14px;color:hsla(0,0%,100%,.6)}.Footer .FooterBottom .LegalLinks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.Footer .FooterBottom .LegalLinks a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:14px;-webkit-transition:color .2s ease;transition:color .2s ease}.Footer .FooterBottom .LegalLinks a:hover{color:#fff}.Footer .FooterBottom .LegalLinks .Divider{color:hsla(0,0%,100%,.3);font-size:12px}[data-v-20c1d43e]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-20c1d43e]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-20c1d43e]:focus{outline:none}ol[data-v-20c1d43e],ul[data-v-20c1d43e]{margin:0;padding:0}img[data-v-20c1d43e]{display:block}figure[data-v-20c1d43e],h1[data-v-20c1d43e],h2[data-v-20c1d43e],h3[data-v-20c1d43e],h4[data-v-20c1d43e],h5[data-v-20c1d43e],p[data-v-20c1d43e]{margin:0}a[data-v-20c1d43e]{text-decoration:none}.Impressum[data-v-20c1d43e]{max-width:840px;padding:120px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}@media(max-width:1024px){.Impressum[data-v-20c1d43e]{padding:40px 20px}}.Impressum h2[data-v-20c1d43e],.Impressum h3[data-v-20c1d43e],.Impressum h4[data-v-20c1d43e]{font-weight:700;margin-top:40px;margin-bottom:10px}.Impressum h4[data-v-20c1d43e]{margin-top:40px;font-weight:700}.Impressum p[data-v-20c1d43e]{font-size:1.125rem}[data-v-e1c5ef58]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-e1c5ef58]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-e1c5ef58]:focus{outline:none}ol[data-v-e1c5ef58],ul[data-v-e1c5ef58]{margin:0;padding:0}img[data-v-e1c5ef58]{display:block}figure[data-v-e1c5ef58],h1[data-v-e1c5ef58],h2[data-v-e1c5ef58],h3[data-v-e1c5ef58],h4[data-v-e1c5ef58],h5[data-v-e1c5ef58],p[data-v-e1c5ef58]{margin:0}a[data-v-e1c5ef58]{text-decoration:none}.Register[data-v-e1c5ef58]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100vh;margin:20px;padding-bottom:120px;margin-top:90px}.Register p[data-v-e1c5ef58]{line-height:1.75;margin-bottom:0}.Register h1[data-v-e1c5ef58]{font-weight:700;margin-bottom:40px}.Register h2[data-v-e1c5ef58],.Register h3[data-v-e1c5ef58]{font-weight:700;margin-bottom:10px}.Register h3[data-v-e1c5ef58]{margin-top:40px}.Register .FormRow[data-v-e1c5ef58]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width:768px){.Register .FormRow[data-v-e1c5ef58]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.Register .FormRow>.InputWrap[data-v-e1c5ef58]{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.Register .CustomerForm[data-v-e1c5ef58]{border-radius:10px;margin:0 auto}.Register .FormSection[data-v-e1c5ef58]{padding:40px;background-color:#fff;border-radius:10px;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.07);box-shadow:0 10px 40px rgba(0,0,0,.07);border:1px solid #ddd;display:grid;gap:10px}@media(max-width:768px){.Register .FormSection[data-v-e1c5ef58]{padding:20px}}.Register .Wrapper.CustomerData[data-v-e1c5ef58]{max-width:900px;margin-top:10px;padding:0 0 40px}.Register .InputWrap[data-v-e1c5ef58]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;margin-bottom:10px}.Register .InputWrap.Row[data-v-e1c5ef58]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.Register .InputWrap.Row label[data-v-e1c5ef58]{margin-top:-5px}.Register .InputWrap label[data-v-e1c5ef58]{font-size:14px}.Register .InputWrap .Input[data-v-e1c5ef58],.Register .InputWrap select[data-v-e1c5ef58],.Register .InputWrap textarea[data-v-e1c5ef58]{width:100%;padding:10px;border-radius:5px;border:1px solid #ddd;background:#fff}.Register .InputWrap .Input[data-v-e1c5ef58]:focus,.Register .InputWrap select[data-v-e1c5ef58]:focus,.Register .InputWrap textarea[data-v-e1c5ef58]:focus{outline:none;border-color:var(--color-blue-light)}.Register .InputWrap textarea[data-v-e1c5ef58]{min-height:100px}.Register .InputWrap .Input[type=password][data-v-e1c5ef58]{padding:10px;border-radius:5px}.Register .InputWrap input[type=checkbox][data-v-e1c5ef58]{width:auto;margin-right:10px}.Register .InputWrap .Hint[data-v-e1c5ef58]{font-size:12px;color:#666;width:100%;margin:0;display:block}.Register .FormActions[data-v-e1c5ef58]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:20px}.Register .SaveButton[data-v-e1c5ef58]{background-color:var(--color-blue-light);color:#fff;border:none;padding:15px;font-size:16px;font-weight:700;border-radius:5px;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}.Register .SaveButton[data-v-e1c5ef58]:hover{background-color:var(--color-blue-dark)}@media(min-width:600px){.Register .SaveButton[data-v-e1c5ef58]{grid-column:span 2}}@media(max-width:1024px){.Register .BackArrow[data-v-e1c5ef58]{left:10px}}.Register .Error[data-v-e1c5ef58]{color:red;font-size:12px;left:0;bottom:10px;position:relative;display:block}.Register .action[data-v-e1c5ef58]{color:var(--color-blue-light);cursor:pointer;text-decoration:underline}.Register .action[data-v-e1c5ef58]:hover{color:var(--color-blue-dark)}.Register .PasswordRequirements[data-v-e1c5ef58]{list-style:none;padding-left:0;margin-top:10px}.Register .PasswordRequirements li[data-v-e1c5ef58]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:.85rem;color:var(--color-text);margin-bottom:6px}.Register .PasswordRequirements .neutral[data-v-e1c5ef58]{color:var(--color-orange);font-size:1rem}.Register .PasswordRequirements .valid[data-v-e1c5ef58]{color:var(--color-green-dark);font-size:1rem}.Register .PasswordRequirements .invalid[data-v-e1c5ef58]{color:var(--color-red);font-size:1rem}.Register .FormRowHint[data-v-e1c5ef58]{font-size:12px;color:#666;width:100%;margin-top:20px}[data-v-65e34037]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-65e34037]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-65e34037]:focus{outline:none}ol[data-v-65e34037],ul[data-v-65e34037]{margin:0;padding:0}img[data-v-65e34037]{display:block}figure[data-v-65e34037],h1[data-v-65e34037],h2[data-v-65e34037],h3[data-v-65e34037],h4[data-v-65e34037],h5[data-v-65e34037],p[data-v-65e34037]{margin:0}a[data-v-65e34037]{text-decoration:none}.SiteButton[data-v-65e34037]{position:relative;border-radius:5px;padding:10px 45px;display:inline-block;background-size:200%;-webkit-box-shadow:0 0 0 0 #ffcc80;box-shadow:0 0 0 0 #ffcc80;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:pointer;border:1px solid rgba(216,179,8,.3);background-color:#ffe89e}.SiteButton[data-v-65e34037]:hover{background-color:#ffcc80;-webkit-box-shadow:0 0 0 4px #ffcc80;box-shadow:0 0 0 4px #ffcc80}.SiteButton span[data-v-65e34037]{font-weight:700;color:var(--color-text-black);text-transform:uppercase;font-size:1rem;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(0);transform:translateZ(0)}.SiteButton.is-small[data-v-65e34037]{padding:3px 20px;font-size:.95rem}.SiteButton.is-small span[data-v-65e34037]{font-size:.85em}.SiteHeader{width:100%;position:fixed;z-index:200;left:0;right:0;background-color:transparent;top:0;margin-top:80px;-webkit-transform:translateY(0);transform:translateY(0)}.SiteHeader,.SiteHeader *{-webkit-transition:all .4s cubic-bezier(.33,1,.68,1);transition:all .4s cubic-bezier(.33,1,.68,1)}@media(max-width:768px){.SiteHeader{margin-top:0}}.SiteHeader.is-scrolled{padding:0;-webkit-transform:translateY(-25px);transform:translateY(-25px);background-color:transparent;-webkit-box-shadow:none;box-shadow:none}@media(max-width:768px){.SiteHeader.is-scrolled{-webkit-transform:translateY(0);transform:translateY(0)}}.SiteHeader.is-scrolled .SiteButton{display:none}@media(max-width:768px){.SiteHeader.is-scrolled .SiteButton{display:-webkit-box;display:-ms-flexbox;display:flex}}.SiteHeader.is-scrolled .SiteHeader-Wrap{margin:10px auto;max-width:650px;background:rgba(5,1,44,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;padding:10px 25px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.1),inset 0 1px 1px hsla(0,0%,100%,.05);box-shadow:0 10px 30px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.1),inset 0 1px 1px hsla(0,0%,100%,.05)}.SiteHeader.is-scrolled .SiteHeader-Wrap .NavigationItem,.SiteHeader.is-scrolled .SiteHeader-Wrap .RegisterButton{font-size:14px}@media(max-width:768px){.SiteHeader.is-scrolled .SiteHeader-Wrap{background:transparent;border:none;border-radius:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);max-width:unset;margin:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:translateY(0);transform:translateY(0)}.SiteHeader.is-scrolled .SiteHeader-Wrap .Logo{display:none}}.SiteHeader.is-scrolled .Logo img{width:40px;height:40px}.SiteHeader.is-scrolled .Logo .LogoText{font-size:20px}.SiteHeader.is-scrolled .NavigationItem{padding:8px 0}.SiteHeader.is-hidden{-webkit-transform:translateY(-170px);transform:translateY(-170px);-webkit-box-shadow:none;box-shadow:none}@media(max-width:768px){.SiteHeader.is-hidden{-webkit-transform:translateY(0);transform:translateY(0)}}.SiteHeader .SiteHeader-Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;-webkit-transition:all .4s cubic-bezier(.33,1,.68,1);transition:all .4s cubic-bezier(.33,1,.68,1)}@media(max-width:768px){.SiteHeader .SiteHeader-Wrap{padding:15px}}.SiteHeader .Logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.SiteHeader .Logo,.SiteHeader .Logo img{-webkit-transition:all .3s ease;transition:all .3s ease}.SiteHeader .Logo img{width:50px;height:50px}.SiteHeader .Logo .LogoText{color:#fff;font-size:24px;font-weight:700;margin-left:12px;-webkit-transition:all .3s ease;transition:all .3s ease;letter-spacing:.5px}.SiteHeader .DesktopNav,.SiteHeader .Navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:768px){.SiteHeader .DesktopNav{display:none}}.SiteHeader .NavigationItem{font-size:16px;color:hsla(0,0%,100%,.85);letter-spacing:.5px;text-decoration:none;margin-right:30px;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease;padding:5px 0;position:relative}.SiteHeader .NavigationItem:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;-webkit-transition:width .3s ease;transition:width .3s ease}.SiteHeader .NavigationItem.isActive,.SiteHeader .NavigationItem:hover{color:#fff}.SiteHeader .NavigationItem.isActive:after,.SiteHeader .NavigationItem:hover:after{width:100%}.SiteHeader .AuthButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SiteHeader .AuthButtons .RegisterButton{color:#fff;font-size:16px;text-decoration:none;margin-right:20px;padding:3px 15px;border-radius:6px;-webkit-transition:all .3s ease;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.3)}.SiteHeader .AuthButtons .RegisterButton:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}@media(max-width:768px){.SiteHeader .AuthButtons .RegisterButton{display:none}}@media(max-width:768px){.SiteHeader .AuthButtons .SiteButton{position:absolute;top:-25px;right:50px;width:100px;z-index:301;display:-webkit-box;display:-ms-flexbox;display:flex;padding:9px 15px;border-radius:50px;background:transparent;border:1px solid hsla(0,0%,100%,.2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.SiteHeader .AuthButtons .SiteButton span{color:#fff}}.SiteHeader .Hamburger{display:none;background:none;border:none;padding:10px;cursor:pointer;position:fixed;top:15px;right:15px;z-index:301;width:45px;height:45px;border-radius:50%;-webkit-transition:background-color .3s;transition:background-color .3s;margin-left:10px;background:rgba(5,1,44,.8);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.SiteHeader .Hamburger span{display:block;width:25px;height:2px;background-color:#fff;margin:5px auto;-webkit-transition:all .3s ease;transition:all .3s ease}@media(max-width:768px){.SiteHeader .Hamburger{display:block}}.SiteHeader .MobileMenu{background:#05012c;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);position:fixed;top:0;right:0;height:100vh;width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:301;-webkit-box-shadow:-5px 0 30px rgba(0,0,0,.25);box-shadow:-5px 0 30px rgba(0,0,0,.25);overflow-y:auto;border-left:1px solid hsla(0,0%,100%,.08)}.SiteHeader .MobileMenu .MobileMenuHeader{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.SiteHeader .MobileMenu .MobileMenuHeader,.SiteHeader .MobileMenu .MobileMenuHeader .BrandingMobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SiteHeader .MobileMenu .MobileMenuHeader .BrandingMobile .MobileLogo{width:35px;height:35px}.SiteHeader .MobileMenu .MobileMenuHeader .BrandingMobile .MobileLogoText{color:#fff;font-size:20px;font-weight:700;margin-left:10px}.SiteHeader .MobileMenu .MobileMenuHeader .MobileMenuClose{background:none;border:none;color:#fff;cursor:pointer;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color .3s;transition:background-color .3s}.SiteHeader .MobileMenu .MobileMenuHeader .MobileMenuClose i{font-size:28px}.SiteHeader .MobileMenu .MobileMenuHeader .MobileMenuClose:hover{background-color:hsla(0,0%,100%,.1)}.SiteHeader .MobileMenu .MobileNavItems{padding:20px 0}.SiteHeader .MobileMenu .MobileNavItems a{display:block;font-size:18px;color:hsla(0,0%,100%,.85);padding:15px 25px;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative}.SiteHeader .MobileMenu .MobileNavItems a:after{content:"";position:absolute;left:25px;bottom:10px;width:0;height:2px;background-color:#fff;-webkit-transition:width .3s ease;transition:width .3s ease}.SiteHeader .MobileMenu .MobileNavItems a.isActive,.SiteHeader .MobileMenu .MobileNavItems a:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.SiteHeader .MobileMenu .MobileNavItems a.isActive:after,.SiteHeader .MobileMenu .MobileNavItems a:hover:after{width:30px}.SiteHeader .MobileMenu .MobileAuthButtons{margin-top:auto;padding:20px 20px 80px;border-top:1px solid hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.SiteHeader .MobileMenu .MobileAuthButtons .MobileLoginButton,.SiteHeader .MobileMenu .MobileAuthButtons .MobileRegisterButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px;text-decoration:none;border-radius:8px;font-weight:600;-webkit-transition:all .3s ease;transition:all .3s ease}.SiteHeader .MobileMenu .MobileAuthButtons .MobileLoginButton i,.SiteHeader .MobileMenu .MobileAuthButtons .MobileRegisterButton i{margin-right:8px;font-size:20px}.SiteHeader .MobileMenu .MobileAuthButtons .MobileRegisterButton{background-color:transparent;border:1px solid hsla(0,0%,100%,.3);color:#fff}.SiteHeader .MobileMenu .MobileAuthButtons .MobileRegisterButton:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.SiteHeader .MobileMenu .MobileAuthButtons .MobileLoginButton{background-color:#fff;color:var(--color-blue-darker)}.SiteHeader .MobileMenu .MobileAuthButtons .MobileLoginButton:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);box-shadow:0 5px 15px rgba(0,0,0,.2)}.SiteHeader .MobileMenuOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:299;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.slide-in-enter-active,.slide-in-leave-active{-webkit-transition:opacity .4s ease,-webkit-transform .4s cubic-bezier(.19,1,.22,1);transition:opacity .4s ease,-webkit-transform .4s cubic-bezier(.19,1,.22,1);transition:transform .4s cubic-bezier(.19,1,.22,1),opacity .4s ease;transition:transform .4s cubic-bezier(.19,1,.22,1),opacity .4s ease,-webkit-transform .4s cubic-bezier(.19,1,.22,1)}.slide-in-enter,.slide-in-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.SiteHeader.is-scrolled .SiteHeader-Wrap{background:rgba(23,39,85,.95)}.SiteHeader .MobileMenu{background:rgba(23,39,85,.98)}}.HeroSection .Content{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.HeroSection .Content h1,.HeroSection .Content h2,.HeroSection .Content h3,.HeroSection .Content h4{line-height:1.25}@media screen and (max-width:768px){.HeroSection .Content{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.HeroSection .Content{padding:0 20px}}.HeroSection{min-height:90vh;color:var(--color-text-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background-image:url(/banner.jpg);background-size:cover;background-position:50%;overflow:hidden}@media(max-width:768px){.HeroSection{min-height:calc(100vh - 80px)}}.HeroSection .HeroOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,23,50,.9),rgba(0,0,0,.65));z-index:0}.HeroSection .Content{position:relative;z-index:1;padding:0 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:80px auto 0}.HeroSection .Content,.HeroSection .HeroContent{display:-webkit-box;display:-ms-flexbox;display:flex}.HeroSection .HeroContent{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:1024px){.HeroSection .HeroContent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding-top:80px;padding-bottom:50px}}.HeroSection .TextContent{position:relative}@media(max-width:1024px){.HeroSection .TextContent{width:90%;margin-bottom:60px}}.HeroSection .HeroTitle{font-size:3.8rem;font-weight:800;margin:0 0 25px;line-height:1.2;letter-spacing:-.02em;color:#fff;opacity:0}.HeroSection .HeroTitle .TitleHighlight{display:block;position:relative;color:#ffe89e}@media(max-width:){.HeroSection .HeroTitle{font-size:3.2rem}}@media(max-width:768px){.HeroSection .HeroTitle{font-size:2.5rem}}@media(max-width:480px){.HeroSection .HeroTitle{font-size:2rem}}.HeroSection .HeroSubtitle{font-size:1.25rem;line-height:1.6;margin:0 0 40px;color:hsla(0,0%,100%,.9);max-width:600px;opacity:0}@media(max-width:1024px){.HeroSection .HeroSubtitle{margin:0 auto 40px}}@media(max-width:480px){.HeroSection .HeroSubtitle{font-size:1.125rem}}.HeroSection .HeroActions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-bottom:40px;opacity:0}@media(max-width:1024px){.HeroSection .HeroActions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width:480px){.HeroSection .HeroActions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.HeroSection .HeroActions .PrimaryAction{text-decoration:none}.HeroSection .HeroActions .PrimaryAction .SiteButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:16px 32px;font-size:1.125rem;border-radius:8px;background-color:#ffe89e;color:#2d3748;-webkit-box-shadow:0 10px 20px rgba(255,232,158,.3);box-shadow:0 10px 20px rgba(255,232,158,.3);-webkit-transition:all .3s ease;transition:all .3s ease}.HeroSection .HeroActions .PrimaryAction .SiteButton:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 15px 25px rgba(255,232,158,.4);box-shadow:0 15px 25px rgba(255,232,158,.4);background-color:#ffe285}.HeroSection .HeroActions .PrimaryAction .SiteButton:hover .ButtonIcon{-webkit-transform:translateX(5px);transform:translateX(5px)}.HeroSection .HeroActions .PrimaryAction .SiteButton .ButtonIcon{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media(max-width:480px){.HeroSection .HeroActions .PrimaryAction .SiteButton{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.HeroSection .HeroActions .SecondaryAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:hsla(0,0%,100%,.9);text-decoration:none;font-weight:500;font-size:1.125rem;padding:8px 16px;border-radius:8px;-webkit-transition:all .3s ease;transition:all .3s ease}.HeroSection .HeroActions .SecondaryAction svg{margin-top:2px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.HeroSection .HeroActions .SecondaryAction:hover{color:#fff;background-color:hsla(0,0%,100%,.3)}.HeroSection .HeroActions .SecondaryAction:hover svg{-webkit-transform:translateY(3px);transform:translateY(3px)}@media(max-width:480px){.HeroSection .HeroActions .SecondaryAction{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.HeroSection .FeatureHighlights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;opacity:0;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 16px;border-radius:100px;border:1px solid hsla(0,0%,100%,.1);max-width:600px;gap:24px}.HeroSection .FeatureHighlights:hover{background:hsla(0,0%,100%,.15);-webkit-transform:translateY(-3px);transform:translateY(-3px)}@media(max-width:1024px){.HeroSection .FeatureHighlights{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width:480px){.HeroSection .FeatureHighlights{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.HeroSection .FeatureHighlights .FeatureItem{gap:8px;-webkit-transition:all .3s ease;transition:all .3s ease;font-size:.9rem}.HeroSection .FeatureHighlights .FeatureItem,.HeroSection .FeatureHighlights .FeatureItem .FeatureIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.HeroSection .FeatureHighlights .FeatureItem .FeatureIcon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:28px;height:28px;background:rgba(255,232,158,.2);border-radius:50%}.HeroSection .FeatureHighlights .FeatureItem .FeatureIcon svg{color:#ffe89e;width:16px;height:16px}.HeroSection .FeatureHighlights .FeatureItem span{font-size:.9rem;font-weight:500;white-space:nowrap;color:#fff}.HeroSection .HeroStats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;opacity:0;border-top:1px solid hsla(0,0%,100%,.1);padding-top:30px;display:none}@media(max-width:1024px){.HeroSection .HeroStats{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width:480px){.HeroSection .HeroStats{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.HeroSection .HeroStats .StatItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width:1024px){.HeroSection .HeroStats .StatItem{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.HeroSection .HeroStats .StatNumber{font-size:2rem;font-weight:700;color:#ffe89e;line-height:1}@media(max-width:480px){.HeroSection .HeroStats .StatNumber{font-size:1.75rem}}.HeroSection .HeroStats .StatLabel{font-size:.95rem;color:hsla(0,0%,100%,.7);margin-top:5px}.HeroSection .HeroStats .StatDivider{width:1px;height:40px;background-color:hsla(0,0%,100%,.2)}@media(max-width:480px){.HeroSection .HeroStats .StatDivider{display:none}}.HeroSection .HeroVisual{width:48%;position:relative;display:none}@media(max-width:1024px){.HeroSection .HeroVisual{width:90%;max-width:600px}}.HeroSection .HeroVisual .HeroImageContainer{position:relative;z-index:2;border-radius:16px;overflow:hidden;border:3px solid rgba(255,232,158,.3);-webkit-box-shadow:0 30px 60px rgba(0,0,0,.3),0 15px 30px rgba(0,0,0,.2);box-shadow:0 30px 60px rgba(0,0,0,.3),0 15px 30px rgba(0,0,0,.2);-webkit-transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);-webkit-transition:all .5s ease;transition:all .5s ease}.HeroSection .HeroVisual .HeroImageContainer:hover{-webkit-transform:perspective(1000px) rotateY(0deg) rotateX(0deg);transform:perspective(1000px) rotateY(0deg) rotateX(0deg);-webkit-box-shadow:0 40px 70px rgba(0,0,0,.4),0 20px 40px rgba(0,0,0,.3);box-shadow:0 40px 70px rgba(0,0,0,.4),0 20px 40px rgba(0,0,0,.3)}@media(max-width:1024px){.HeroSection .HeroVisual .HeroImageContainer{-webkit-transform:none;transform:none;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.3);box-shadow:0 20px 40px rgba(0,0,0,.3)}.HeroSection .HeroVisual .HeroImageContainer:hover{-webkit-transform:none;transform:none}}.HeroSection .HeroVisual .HeroImageContainer:after,.HeroSection .HeroVisual .HeroImageContainer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.HeroSection .HeroVisual .HeroImageContainer:after{background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.3)));background:linear-gradient(180deg,transparent 80%,rgba(0,0,0,.3))}.HeroSection .HeroVisual .HeroImage{width:100%;height:auto;display:block;opacity:0}.SolutionSection,.SolutionSection .SectionContainer{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.SolutionSection .SectionContainer h1,.SolutionSection .SectionContainer h2,.SolutionSection .SectionContainer h3,.SolutionSection .SectionContainer h4,.SolutionSection h1,.SolutionSection h2,.SolutionSection h3,.SolutionSection h4{line-height:1.25}@media screen and (max-width:768px){.SolutionSection,.SolutionSection .SectionContainer{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.SolutionSection,.SolutionSection .SectionContainer{padding:0 20px}}.SolutionSection{padding:100px 0 150px;position:relative;overflow:hidden}@media(max-width:768px){.SolutionSection{padding:100px 0 70px}}.SolutionSection .SectionContainer{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding:0 20px}.SolutionSection .SectionHeader{margin-bottom:70px;position:relative}.SolutionSection .SectionHeader .HeaderBadge{display:inline-block;background-color:rgba(16,185,129,.1);color:#188d66;padding:8px 20px;border-radius:100px;font-weight:600;font-size:.95rem;margin-bottom:20px}.SolutionSection .SectionHeader .SectionTitle{font-size:3rem;font-weight:800;color:#2d3748;margin:0 0 30px;line-height:1.2}.SolutionSection .SectionHeader .SectionTitle .TitleAccent{display:block;margin-bottom:5px;color:#188d66}@media(max-width:768px){.SolutionSection .SectionHeader .SectionTitle{font-size:2.4rem}}@media(max-width:480px){.SolutionSection .SectionHeader .SectionTitle{font-size:2rem}}.SolutionSection .SectionHeader .SuccessBar{background-color:rgba(16,185,129,.08);border-left:4px solid #188d66;padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px;max-width:800px;margin:0 auto;border-radius:8px;display:none}.SolutionSection .SectionHeader .SuccessBar i{color:#188d66;font-size:24px}.SolutionSection .SectionHeader .SuccessBar p{margin:0;font-size:1.1rem;color:#4a5568;font-weight:500}@media(max-width:480px){.SolutionSection .SectionHeader .SuccessBar p{font-size:.95rem}}.SolutionSection .SolutionGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:70px}@media(max-width:480px){.SolutionSection .SolutionGrid{grid-template-columns:1fr;gap:40px}}.SolutionSection .SolutionCard{background:#fff;border-radius:16px;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.08);box-shadow:0 15px 35px rgba(0,0,0,.08);-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;border:1px solid #e2e8f0}.SolutionSection .SolutionCard .SolutionTag{position:absolute;top:15px;right:15px;background-color:rgba(16,185,129,.1);color:#188d66;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.5px}.SolutionSection .SolutionCard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 25px 50px rgba(0,0,0,.15);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:#188d66}.SolutionSection .SolutionCard:hover .CardIcon{background-color:#188d66;color:#fff}.SolutionSection .SolutionCard .CardIcon{width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#2d3748;color:#fff;border-radius:20px;margin:-35px auto 15px;-webkit-box-shadow:0 15px 25px rgba(0,0,0,.15);box-shadow:0 15px 25px rgba(0,0,0,.15);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:2;border:5px solid #fff}.SolutionSection .SolutionCard .CardContent{padding:5px 25px 30px}.SolutionSection .SolutionCard .CardContent h3{font-size:1.5rem;color:#2d3748;font-weight:700;margin:0 0 15px}.SolutionSection .SolutionCard .CardContent p{color:#4a5568;font-size:1rem;margin:0 0 15px;line-height:1.6}.SolutionSection .SolutionCard .CardContent .SolutionImpact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;background-color:rgba(16,185,129,.08);padding:8px 15px;border-radius:8px;margin-bottom:15px}.SolutionSection .SolutionCard .CardContent .SolutionImpact i{color:#188d66}.SolutionSection .SolutionCard .CardContent .SolutionImpact span{font-weight:600;color:#188d66;font-size:.9rem}.SolutionSection .SolutionCTACard{margin-top:80px;background:linear-gradient(135deg,#fff,#f7fafc);border-radius:20px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.08);box-shadow:0 20px 40px rgba(0,0,0,.08);border:1px solid #e2e8f0;position:relative;overflow:hidden}.SolutionSection .SolutionCTACard:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:-webkit-gradient(linear,left top,right top,from(#188d66),to(#10b981));background:linear-gradient(90deg,#188d66,#10b981)}.SolutionSection .SolutionCTACard .CTACardContent{padding:40px}@media(max-width:768px){.SolutionSection .SolutionCTACard .CTACardContent{padding:30px 25px}}.SolutionSection .SolutionCTACard .CTACardHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}@media(max-width:480px){.SolutionSection .SolutionCTACard .CTACardHeader{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.SolutionSection .SolutionCTACard .CTACardHeader .CTAIcon{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;height:60px;background:linear-gradient(135deg,#188d66,#10b981);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px;-webkit-box-shadow:0 10px 20px rgba(16,185,129,.25);box-shadow:0 10px 20px rgba(16,185,129,.25)}@media(max-width:480px){.SolutionSection .SolutionCTACard .CTACardHeader .CTAIcon{margin:0 auto 20px}}.SolutionSection .SolutionCTACard .CTACardHeader .CTAIcon i{font-size:28px;color:#fff}.SolutionSection .SolutionCTACard .CTACardHeader h3{font-size:1.8rem;font-weight:700;color:#2d3748;margin:0;line-height:1.3}@media(max-width:480px){.SolutionSection .SolutionCTACard .CTACardHeader h3{font-size:1.5rem}}.SolutionSection .SolutionCTACard .CTACardBody{color:#4a5568;font-size:1.1rem;line-height:1.7}.SolutionSection .SolutionCTACard .CTACardBody p{margin-bottom:30px}.SolutionSection .SolutionCTACard .CTACardBody .Highlight{font-weight:800;color:#188d66}.SolutionSection .SolutionCTACard .CTACardBody .CTABenefits{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin-bottom:30px}.SolutionSection .SolutionCTACard .CTACardBody .CTABenefits .BenefitItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(16,185,129,.08);padding:10px 16px;border-radius:50px}.SolutionSection .SolutionCTACard .CTACardBody .CTABenefits .BenefitItem i{color:#188d66;font-size:18px;margin-right:8px}.SolutionSection .SolutionCTACard .CTACardBody .CTABenefits .BenefitItem span{font-weight:600;color:#2d3748;font-size:.95rem;white-space:nowrap}.SolutionSection .SolutionCTACard .CTACardBody .FinalPoint{background:-webkit-gradient(linear,left top,right top,from(rgba(16,185,129,.08)),to(rgba(16,185,129,.01)));background:linear-gradient(90deg,rgba(16,185,129,.08),rgba(16,185,129,.01));border-left:4px solid #188d66;padding:15px 20px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.SolutionSection .SolutionCTACard .CTACardBody .FinalPoint i{font-size:24px;color:#188d66;margin-right:15px;-ms-flex-negative:0;flex-shrink:0}.SolutionSection .SolutionCTACard .CTACardBody .FinalPoint p{margin:0;color:#2d3748;font-weight:600;font-size:1rem}.SolutionSection .SolutionCTACard .CTACardAction{margin-top:10px}.SolutionSection .SolutionCTACard .CTACardAction .CTAButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:linear-gradient(135deg,#188d66,#10b981);color:#fff;font-weight:600;font-size:1.1rem;padding:16px 36px;border-radius:12px;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 10px 25px rgba(16,185,129,.25);box-shadow:0 10px 25px rgba(16,185,129,.25);margin-bottom:15px}.SolutionSection .SolutionCTACard .CTACardAction .CTAButton i{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.SolutionSection .SolutionCTACard .CTACardAction .CTAButton:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 15px 30px rgba(16,185,129,.35);box-shadow:0 15px 30px rgba(16,185,129,.35)}.SolutionSection .SolutionCTACard .CTACardAction .CTAButton:hover i{-webkit-transform:translateX(5px);transform:translateX(5px)}.SolutionSection .SolutionCTACard .CTACardAction .CTASecondary{font-size:.9rem;color:#718096;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.SolutionSection .SolutionCTACard .CTACardAction .CTASecondary .Dot{margin:0 8px;color:#cbd5e0}.SolutionSection .SolutionCTA{display:none}.Credentials{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.Credentials h1,.Credentials h2,.Credentials h3,.Credentials h4{line-height:1.25}@media screen and (max-width:768px){.Credentials{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.Credentials{padding:0 20px}}.Credentials{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;padding:78px 40px 85px}@media(max-width:768px){.Credentials{gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 20px}}.Credentials .Col{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:40px;max-width:1200px;margin:0 auto;width:100%;background-color:#fff;border-radius:8px;padding:30px}.Credentials .Col svg{width:50px;height:50px;margin-left:10px;fill:var(--color-blue-dark)}.Credentials .Col h4{padding-top:20px;margin:0;font-weight:700;font-size:26px;padding-bottom:5px}.Credentials .Col p{color:#1b1b1b;font-size:20px}.Card{background:var(--color-white);padding:40px 50px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}@media screen and (max-width:768px){.Card{padding:20px}}.Card.is-info,.Card.is-warning{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px;position:relative}.Card.is-info i,.Card.is-warning i{font-size:1rem;cursor:pointer}.Card.is-info h2,.Card.is-info h3,.Card.is-warning h2,.Card.is-warning h3{font-size:1.35rem;font-weight:700}.Card.is-info button .Label,.Card.is-info p,.Card.is-warning button .Label,.Card.is-warning p{font-size:.75rem}.Card.is-warning{border:1px solid var(--color-red)}.Card.is-warning,.Card.is-warning h3{color:var(--color-red)}.Card.is-small{padding:20px 30px}.Partners{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.Partners h1,.Partners h2,.Partners h3,.Partners h4{line-height:1.25}@media screen and (max-width:768px){.Partners{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.Partners{padding:0 20px}}.Partners{padding:120px 75px;position:relative;overflow:hidden}@media(max-width:768px){.Partners{padding:60px 20px}}.Partners .SectionHeader{margin-bottom:80px;position:relative}.Partners .PreTitle{display:block;font-size:1.125rem;font-weight:500;letter-spacing:.05em;color:var(--color-blue-dark);margin-bottom:12px}.Partners .MainTitle{font-size:3.5rem;font-weight:700;margin:0 0 18px;background:linear-gradient(120deg,var(--color-blue-dark),var(--color-blue-light));-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:768px){.Partners .MainTitle{font-size:2.5rem}}.Partners .SectionDescription{max-width:700px;font-size:1.2rem;color:#4b5563;line-height:1.6}.Partners .PartnerCategories{margin:0 auto}.Partners .PartnerDescription{font-size:1.4rem;color:#2d3748;line-height:1.7;font-weight:500;margin:20px 0 30px;padding:50px;border-left:4px solid var(--color-blue-dark);background-color:#fff;border-radius:8px;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.05);box-shadow:0 4px 6px rgba(0,0,0,.05)}.Partners .PartnerDescription a{color:var(--color-blue-dark);text-decoration:underline}.Partners .PartnerCategory{margin-bottom:80px}.Partners .PartnerCategory:last-child{margin-bottom:40px}.Partners .CategoryHeader{margin-bottom:30px}.Partners .CategoryHeader h3{font-weight:700;margin-bottom:8px;color:#2d3748}.Partners .CategoryHeader .CategoryDescription{font-size:1.125rem;color:#4b5563}.Partners .TaxameterGrid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.Partners .TaxameterCard,.Partners .TaxameterGrid{display:-webkit-box;display:-ms-flexbox;display:flex}.Partners .TaxameterCard{background:#fff;border-radius:16px;padding:30px;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.05);box-shadow:0 10px 25px rgba(0,0,0,.05);-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.Partners .TaxameterCard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 15px 35px rgba(var(--color-blue-dark-rgb),.15);box-shadow:0 15px 35px rgba(var(--color-blue-dark-rgb),.15)}.Partners .TaxameterCard:hover .PartnerImageContainer img{-webkit-filter:none;filter:none}.Partners .TaxameterCard .PartnerImageContainer{background:#f8fafc;width:120px;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;margin-bottom:20px;overflow:hidden;border:1px solid #e2e8f0}.Partners .TaxameterCard .PartnerImageContainer img{max-width:80%;max-height:60px;-webkit-filter:grayscale(.4);filter:grayscale(.4);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.Partners .TaxameterCard .TaxameterInfo h4{font-weight:600;margin:0 0 10px;color:#2d3748}.Partners .TaxameterCard .TaxameterInfo .TaxameterDescription{display:block;color:#64748b;font-size:.95rem}.Partners .PartnerGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}@media(max-width:480px){.Partners .PartnerGrid{grid-template-columns:1fr}}.Partners .PartnerCard{background:#fff;border-radius:16px;padding:30px;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.05);box-shadow:0 10px 25px rgba(0,0,0,.05);-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;border:1px solid #e2e8f0}.Partners .PartnerCard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 15px 35px rgba(var(--color-blue-dark-rgb),.15);box-shadow:0 15px 35px rgba(var(--color-blue-dark-rgb),.15)}.Partners .PartnerCard:hover .PartnerImageContainer img{-webkit-filter:none;filter:none;-webkit-transform:scale(1.05);transform:scale(1.05)}.Partners .PartnerCard:hover .AppointmentButton{background-color:var(--color-blue-dark);color:#fff}.Partners .PartnerCard:hover .AppointmentButton svg{-webkit-transform:translateX(5px);transform:translateX(5px)}.Partners .PartnerCard .PartnerImageContainer{height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.Partners .PartnerCard .PartnerImageContainer img{max-width:120px;-webkit-filter:grayscale(.4);filter:grayscale(.4);-webkit-transition:all .3s ease;transition:all .3s ease}.Partners .PartnerCard .PartnerContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.Partners .PartnerCard h4{font-weight:600;margin:0 0 10px;color:#2d3748;font-size:1.4rem}.Partners .PartnerCard p{color:#64748b;margin-bottom:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;line-height:1.6}.Partners .AppointmentButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;-webkit-transition:all .3s ease;transition:all .3s ease;border:2px solid var(--color-blue-dark);color:var(--color-blue-dark);-ms-flex-item-align:start;align-self:flex-start}.Partners .AppointmentButton svg{margin-left:8px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.Partners .SpecialOfferContainer{margin-top:20px}.Partners .PromoBenefits{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:20px}.Partners .PromoBenefits .PromoBenefit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:rgba(251,191,36,.15);border:1px solid var(--color-warning);padding:8px 15px;border-radius:50px}.Partners .PromoBenefits .PromoBenefit i{color:#7c2d12;font-size:16px}.Partners .PromoBenefits .PromoBenefit span{font-weight:600;color:#7c2d12;font-size:.9rem}.Partners .PromoPriceTag{position:absolute;top:-15px;right:-15px;background:#ef4444;color:#fff;font-weight:800;font-size:1.2rem;padding:10px 20px;border-radius:50px;-webkit-box-shadow:0 5px 15px rgba(239,68,68,.4);box-shadow:0 5px 15px rgba(239,68,68,.4);-webkit-transform:rotate(15deg);transform:rotate(15deg);z-index:3}.Partners .SpecialOffer{border-radius:20px;background:linear-gradient(135deg,#fff 50%,#ffccad);overflow:hidden;-webkit-box-shadow:0 20px 40px rgba(251,191,36,.15);box-shadow:0 20px 40px rgba(251,191,36,.15);border:2px solid var(--color-warning);position:relative}.Partners .SpecialOffer .OfferBadge{position:absolute;top:15px;right:15px;background:var(--color-warning);padding:8px 18px 8px 12px;border-radius:30px;font-size:.95rem;font-weight:700;color:#7c2d12;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-webkit-box-shadow:0 4px 10px rgba(251,191,36,.3);box-shadow:0 4px 10px rgba(251,191,36,.3);background:#ef4444;color:#fff}.Partners .SpecialOffer .OfferBadge span{font-weight:800;margin-right:5px}@media(max-width:480px){.Partners .SpecialOffer .OfferBadge{position:relative;width:calc(100% - 20px);left:0;top:10px;margin:0 auto;border-radius:16px}}.Partners .SpecialOffer .OfferContent{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:1024px){.Partners .SpecialOffer .OfferContent{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:40px 20px}}.Partners .SpecialOffer .OfferInfo{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:40px}@media(max-width:1024px){.Partners .SpecialOffer .OfferInfo{padding-right:0;margin-bottom:40px}}.Partners .SpecialOffer .OfferInfo .PartnerLogo{margin-bottom:25px}.Partners .SpecialOffer .OfferInfo .PartnerLogo img{height:60px}.Partners .SpecialOffer .OfferInfo h4{font-weight:700;margin:0 0 20px;color:#2d3748;font-size:1.5rem}.Partners .SpecialOffer .OfferInfo .OfferDescription{margin-bottom:30px}.Partners .SpecialOffer .OfferInfo .OfferDescription p{color:#4b5563;font-size:1.1rem;line-height:1.6;margin-bottom:20px}.Partners .SpecialOffer .OfferInfo .BenefitsList{list-style:none;padding:0;margin:0 0 30px}.Partners .SpecialOffer .OfferInfo .BenefitsList li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;color:#4b5563;font-size:1.05rem}.Partners .SpecialOffer .OfferInfo .BenefitsList li svg{color:var(--color-warning);margin-right:10px;-ms-flex-negative:0;flex-shrink:0}@media(max-width:1024px){.Partners .SpecialOffer .OfferInfo .BenefitsList li{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.Partners .SpecialOffer .ProductImage{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.Partners .SpecialOffer .ProductImage img{max-height:300px;-webkit-filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));-webkit-transform:perspective(800px) rotateY(-15deg) rotateX(5deg) rotate(5deg);transform:perspective(800px) rotateY(-15deg) rotateX(5deg) rotate(5deg);-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out,-webkit-transform .6s ease-out}.Partners .SpecialOffer .ProductImage img:hover{-webkit-transform:perspective(800px) rotateY(0deg) rotateX(0deg) rotate(0deg);transform:perspective(800px) rotateY(0deg) rotateX(0deg) rotate(0deg)}@media(max-width:1024px){.Partners .SpecialOffer .ProductImage img{max-width:280px;-webkit-transform:none;transform:none}}.Partners .LimitedOfferBadge{position:absolute;top:15px;left:15px;background:#ef4444;padding:8px 18px 8px 12px;border-radius:30px;font-size:.95rem;font-weight:700;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-webkit-box-shadow:0 4px 10px rgba(239,68,68,.3);box-shadow:0 4px 10px rgba(239,68,68,.3);z-index:2}.Partners .LimitedOfferBadge svg{color:#fff}.Partners .SpecialOfferButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 30px;border-radius:12px;text-decoration:none;font-weight:700;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:var(--color-warning);color:#7c2d12;font-size:1.2rem;-webkit-box-shadow:0 10px 20px rgba(251,191,36,.3),0 3px 6px rgba(251,191,36,.2);box-shadow:0 10px 20px rgba(251,191,36,.3),0 3px 6px rgba(251,191,36,.2)}.Partners .SpecialOfferButton span{margin-right:10px}.Partners .SpecialOfferButton svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.Partners .SpecialOfferButton:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 15px 25px rgba(251,191,36,.35),0 5px 10px rgba(251,191,36,.2);box-shadow:0 15px 25px rgba(251,191,36,.35),0 5px 10px rgba(251,191,36,.2)}.Partners .SpecialOfferButton:hover svg{-webkit-transform:translateX(5px);transform:translateX(5px)}@media(max-width:1024px){.Partners .SpecialOfferButton{margin:0 auto}}.Partners .PartnerCTA{margin-top:60px;background:linear-gradient(135deg,var(--color-blue-dark),var(--color-blue-light));border-radius:16px;padding:40px;color:#fff;-webkit-box-shadow:0 15px 30px rgba(var(--color-blue-dark-rgb),.2);box-shadow:0 15px 30px rgba(var(--color-blue-dark-rgb),.2)}.Partners .PartnerCTA p{font-size:1.3rem;margin-bottom:25px;font-weight:500}.Partners .PartnerCTA .PartnershipButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 30px;border-radius:12px;text-decoration:none;font-weight:700;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#fff;color:var(--color-blue-dark);font-size:1.1rem;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}.Partners .PartnerCTA .PartnershipButton:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 15px 25px rgba(0,0,0,.15);box-shadow:0 15px 25px rgba(0,0,0,.15);background-color:var(--color-warning);color:#7c2d12}.Features{background:linear-gradient(-42deg,#474e7a,#161936);padding:100px 40px 250px;margin-bottom:100px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-text-white)}@media(max-width:768px){.Features{padding:100px 20px 0;margin-bottom:0;overflow:hidden}}.Features p{line-height:2}.Features h2{font-weight:200;color:#fff;text-align:center}@media(max-width:768px){.Features h2{text-align:left}}.Features h2 span{font-weight:700}.Features .Content{padding-top:100px;max-width:1250px;margin:0 auto}@media(max-width:768px){.Features .Content{padding-top:50px}}.Features .Content .Feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:60px;padding-bottom:180px;padding-top:180px}.Features .Content .Feature.Feature--App{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-bottom:120px}.Features .Content .Feature.Feature--App .Text{margin-top:120px}.Features .Content .Feature.Feature--App h3,.Features .Content .Feature.Feature--App p{width:unset;margin:0}.Features .Content .Feature.Feature--App p{font-size:inherit;line-height:2}.Features .Content .Feature.Feature--App img{margin-top:0;margin-left:0;width:100%;max-width:500px;margin-bottom:-220px}@media(max-width:1024px){.Features .Content .Feature.Feature--App img{margin-bottom:90px}}@media(max-width:1024px){.Features .Content .Feature.Feature--App{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Features .Content .Feature.Feature--App img{margin-top:0;margin-left:0;width:100%;max-width:600px}.Features .Content .Feature.Feature--App .Text{margin-left:0;margin-top:-200px;padding-bottom:80px}}@media(max-width:768px){.Features .Content .Feature{padding-bottom:80px;padding-top:80px}}.Features .Content .Feature:first-child{padding-top:0}.Features .Content .Feature:nth-child(odd) .Text{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width:768px){.Features .Content .Feature:nth-child(odd){text-align:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Features .Content .Feature:nth-child(odd) .Text{padding-left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(max-width:768px){.Features .Content .Feature:nth-child(2n){text-align:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Features .Content .Feature:nth-child(2n) .Text{padding-right:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.Features .Content .Feature:last-child{padding-bottom:0;z-index:2;position:relative;margin-bottom:-260px}@media(max-width:1024px){.Features .Content .Feature:last-child{margin-bottom:0}}@media(max-width:768px){.Features .Content .Feature:last-child .Text{padding-left:0}}.Features .Content .Feature:last-child img{-webkit-box-shadow:none;box-shadow:none}.Features .Content .Feature h3{font-weight:700;margin-bottom:30px;color:#fff}.Features .Content .Feature .AppStoreIcons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-top:30px}@media(max-width:768px){.Features .Content .Feature .AppStoreIcons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Features .Content .Feature .AppStoreIcons a>img{width:70%;height:auto;max-width:170px;margin-bottom:0}}.Features .Content .Feature .AppStoreIcons a{display:inline-block}.Features .Content .Feature img{max-width:100%;display:block;-webkit-box-shadow:0 20px 30px 0 rgba(0,0,0,.15);box-shadow:0 20px 30px 0 rgba(0,0,0,.15);border-radius:10px;margin-bottom:30px}@media(max-width:768px){.Features .Content .Feature img{width:800px;max-width:unset;margin-top:30px;margin-bottom:80px}}.Features .Content .Feature p{color:var(--color-text-white)}.Features .Content h3,.Features .Content p{width:800px;margin:0 auto}@media(max-width:768px){.Features .Content h3,.Features .Content p{width:80vw;margin:0}}.Features .VideoWrap{position:relative;padding-bottom:56.25%;height:0;margin-bottom:30px;width:100%}@media(max-width:768px){.Features .VideoWrap{width:80vw;margin:0}}.Features .VideoWrap .Video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.Features .Features-Title{margin-top:4rem;margin-bottom:2rem}.Features .Features-Grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}@media(max-width:1024px){.Features .Features-Grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.Features .Features-Grid{grid-template-columns:repeat(1,1fr)}}.Features .Feature-Item{border-radius:8px;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}@media(max-width:768px){.Features .Feature-Item{padding:2rem 0}}.Features .Feature-Item h3{font-size:1.25rem;font-weight:700;margin:0;margin-bottom:1rem;color:#fff;width:auto}.Features .Feature-Item p{margin:0;width:auto;font-size:1rem;color:#fff}.Features .Feature-Item i{font-size:2rem;color:#fff;margin-bottom:1rem}.CTA{padding:120px 75px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.CTA.CTA--small{padding:50px 20px}@media(max-width:768px){.CTA.CTA--small{padding:50px 20px}}.CTA.CTA--large{padding:150px 75px 150px}@media(max-width:768px){.CTA,.CTA.CTA--large{padding:50px 20px}}.CTA>div{max-width:1000px;margin:0 auto;width:100%}.CTA p{width:100%;line-height:1.75}.CTA h2{width:100%;font-weight:200;margin:0;padding-bottom:30px;padding-top:0;line-height:1.25}.CTA h2 span{font-weight:700}.CTA a{text-decoration:underline}@media screen and (max-width:480px){.CTA a{text-decoration:underline}}.Pricing{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.Pricing h1,.Pricing h2,.Pricing h3,.Pricing h4{line-height:1.25}@media screen and (max-width:768px){.Pricing{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.Pricing{padding:0 20px}}.Pricing{padding:78px 75px 85px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;position:relative;z-index:1}@media(max-width:768px){.Pricing{padding:50px 20px}}.Pricing h2,.Pricing h3,.Pricing h4,.Pricing h5{font-weight:700}.Pricing .SectionHeader{margin:30px 0 50px;text-align:center}@media(max-width:768px){.Pricing .SectionHeader{text-align:left}}.Pricing .Subtitle{font-size:1.25rem;color:var(--color-blue-dark);margin-bottom:8px}.Pricing .Headline{margin-bottom:10px;font-weight:700;font-size:2.25rem;color:#333}@media(max-width:768px){.Pricing .Headline{text-align:left;font-size:1.8rem}}.Pricing .HeaderInfo{text-align:center;margin-bottom:40px}.Pricing .SetupFee{font-size:18px;margin-bottom:10px;font-weight:500}.Pricing .TaxInfo{font-size:14px;color:#666}.Pricing .Icon{margin-right:6px}.Pricing .PromotionBanner{background-color:var(--color-blue-light);border-radius:10px;padding:20px 30px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media(max-width:768px){.Pricing .PromotionBanner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px;gap:10px}}.Pricing .PromotionBanner .PromotionIcon{font-size:2.5rem;color:#fff}@media(max-width:768px){.Pricing .PromotionBanner .PromotionIcon{font-size:2rem}}.Pricing .PromotionBanner .PromotionContent h3{font-size:1.3rem;margin-bottom:5px;color:#fff;font-weight:600}@media(max-width:768px){.Pricing .PromotionBanner .PromotionContent h3{font-size:1.1rem}}.Pricing .PromotionBanner .PromotionContent p{font-size:1rem;margin-bottom:0;color:#fff}@media(max-width:768px){.Pricing .PromotionBanner .PromotionContent p{font-size:.9rem}}.Pricing .PromotionBanner .PromotionContent .PromotionValidityNote{font-size:.9rem;color:hsla(0,0%,100%,.85);margin-top:8px}@media(max-width:768px){.Pricing .PromotionBanner .PromotionContent .PromotionValidityNote{font-size:.8rem}}.Pricing .PromoTag{position:absolute;top:-15px;left:20px;background-color:var(--color-red);color:#fff;font-weight:700;padding:5px 15px;border-radius:20px;font-size:14px;z-index:2;-webkit-box-shadow:0 4px 6px rgba(239,68,68,.3);box-shadow:0 4px 6px rgba(239,68,68,.3)}.Pricing .OldPrice{text-decoration:line-through;color:#9ca3af;font-size:1.75rem;margin-right:8px}.Pricing .PromotionNote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.9rem;color:var(--color-text);text-align:center}.Pricing .PromotionNote i{margin-right:5px}.Pricing .PromotionNote-Conditions{font-size:.85rem;margin-top:20px;margin-bottom:50px;color:var(--color-text);text-align:center}.Pricing .PromotionNote-Basic{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:10px 14px;margin:0 0 20px 0;font-size:.85rem;color:#495057;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.Pricing .PromotionNote-Basic .highlight-price{color:var(--color-blue-dark);font-weight:600}@media(max-width:480px){.Pricing .PromotionNote-Basic{font-size:.8rem;padding:8px 12px}}.Pricing .PromotionFeature{background-color:#f0fff4;color:var(--color-green-dark);border-radius:8px;padding:10px!important;margin:10px 0;border:1px dashed var(--color-green-dark);font-size:1rem}.Pricing .PromotionFeature:before{color:var(--color-green-dark)!important}.Pricing .PromotionFeature span{color:var(--color-green-dark);font-weight:600}.Pricing .Price-Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:70px}@media(max-width:1024px){.Pricing .Price-Wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:30px}}.Pricing .Price-Card{padding:50px 30px;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05);box-shadow:0 5px 15px rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;max-width:350px;background-color:#fff}.Pricing .Price-Card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media(max-width:1024px){.Pricing .Price-Card{padding:45px 25px;min-width:100%;max-width:100%}}.Pricing .Price-Card.Price-Card--highlight{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.12);box-shadow:0 10px 30px rgba(0,0,0,.12);position:relative;z-index:2;border:2px solid var(--color-orange)}.Pricing .Price-Card.Price-Card--highlight .FeatureList li:first-of-type:before{font-size:16px;content:"✓"}.Pricing .Price-Card.Price-Card--highlight .FeatureList li:before,.Pricing .Price-Card.Price-Card--highlight .SubFeatureList li:before,.Pricing .Price-Card.Price-Card--highlight .SubFeatureList li:first-of-type:before{content:"+";margin-right:5px;font-size:20px;line-height:22px}.Pricing .PlanTag{position:absolute;top:-12px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:300px;background-color:#dd7600;color:#fff;font-weight:700;padding:5px 15px;border-radius:20px;font-size:16px;z-index:1}.Pricing .PlanLabel{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:var(--color-blue-dark)}.Pricing .PlanPrice{font-size:2.5rem;margin:5px 0 10px;color:#222}.Pricing .Info{font-size:16px;font-weight:500;color:#666;display:block;margin-top:5px}.Pricing .PlanDescription{margin-bottom:25px;font-size:1.125rem;line-height:1.5;color:#333;padding:10px 15px;border-radius:8px;background-color:#f0f0f0;border-left:3px solid var(--color-blue-dark)}.Pricing .FeatureList{margin:0 0 25px 0;padding:0;line-height:1.6;font-size:16px}.Pricing .FeatureList li{margin-bottom:10px;list-style-type:none;position:relative;padding-left:30px}.Pricing .FeatureList li:before{content:"✓";position:absolute;left:0;color:var(--color-blue-dark);font-weight:700}.Pricing .FeatureList li span{font-size:16px;font-weight:400}.Pricing .FeatureList .SubFeatureList{margin:8px 0 5px 5px;padding:0}.Pricing .FeatureList .SubFeatureList li{margin-bottom:0;padding-left:30px}.Pricing .FeatureList .SubFeatureList li:before{content:"✓";position:absolute;left:0;color:var(--color-blue-dark);font-weight:700}.Pricing .FeatureList .SubFeatureList li span{font-size:14px}.Pricing .DiscountInfo{background-color:#f5f9ff;padding:15px;border-radius:8px;margin-bottom:20px}.Pricing .DiscountInfo li{display:inline-block;margin-bottom:0;padding-left:20px}.Pricing .DiscountInfo li:before{content:"•";position:absolute;left:50px;color:var(--color-blue-dark);font-weight:700}.Pricing .DiscountInfo li span{font-size:14px}.Pricing .DiscountInfo-Einzelfahrer{background-color:#fff5e6}.Pricing .DiscountLabel{font-weight:600;color:var(--color-blue-dark);display:block;margin-bottom:5px}.Pricing .DiscountText{font-size:16px;color:#555;margin:0}.Pricing .PlanCta{margin-top:auto}.Pricing .Button{width:100%;text-align:center;padding:14px 25px;border-radius:8px;font-weight:600;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;color:#fff}.Pricing .Button--primary{background-color:#f29400;color:#fff;-webkit-box-shadow:0 0 0 0 #f29400;box-shadow:0 0 0 0 #f29400}.Pricing .Button--primary:hover{-webkit-box-shadow:0 0 2px 0 #f29400;box-shadow:0 0 2px 0 #f29400}.Pricing .Button--outline{border:2px solid var(--color-blue-dark)}.Pricing .Button--outline:hover{background-color:var(--color-blue-dark);color:#fff}.Pricing .Modules{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:20px}.Pricing .ModulesTitle{font-weight:700;font-size:1.75rem;text-align:center;margin-bottom:30px}.Pricing .ModulesWrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width:768px){.Pricing .ModulesWrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.Pricing .ModuleCard{padding:25px;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:450px;border-radius:12px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05);box-shadow:0 5px 15px rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;background-color:#fff}.Pricing .ModuleCard:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.Pricing .ModuleCard h5{font-weight:700;font-size:1.25rem;margin:10px 0;color:var(--color-blue-dark)}.Pricing .ModuleCard p{font-size:1rem;color:#555;line-height:1.6;margin-bottom:0}.Pricing .ModuleIcon{font-size:2rem;margin-bottom:10px}.ContactSection{position:relative;padding:120px 0;overflow:hidden}@media(max-width:768px){.ContactSection{padding:80px 0}}.ContactSection .SectionBackground{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.ContactSection .SectionBackground .BackgroundPattern{position:absolute;top:0;right:0;width:100%;height:100%;background-image:radial-gradient(rgba(74,85,104,.1) 1px,transparent 0);background-size:20px 20px;opacity:.75}.ContactSection .ContactHeadline{text-align:center;max-width:800px;margin:0 auto 60px;position:relative;z-index:1;padding:0 20px}.ContactSection .ContactHeadline .MainHeadline{font-size:2.75rem;font-weight:800;color:#2d3748;margin:0 0 20px;line-height:1.2}@media(max-width:768px){.ContactSection .ContactHeadline .MainHeadline{font-size:2.2rem}}@media(max-width:480px){.ContactSection .ContactHeadline .MainHeadline{font-size:1.8rem}}.ContactSection .ContactHeadline .SubHeadline{font-size:1.2rem;color:#4a5568;line-height:1.6;margin:0 auto}@media(max-width:480px){.ContactSection .ContactHeadline .SubHeadline{font-size:1.1rem}}.ContactSection .ContactContainer{max-width:1240px;margin:0 auto;padding:0 20px;position:relative;z-index:1}@media(max-width:768px){.ContactSection .ContactContainer{padding:0 25px}}.ContactSection .ContactContent{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;border-radius:16px;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.08);box-shadow:0 10px 40px rgba(0,0,0,.08);overflow:hidden}@media(max-width:768px){.ContactSection .ContactContent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ContactSection .ContactInfo{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;background:linear-gradient(135deg,var(--color-blue-dark),var(--color-blue-light));color:#fff;padding:50px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width:768px){.ContactSection .ContactInfo{padding:40px 30px}}.ContactSection .ContactInfo .SectionHeader{margin-bottom:40px}.ContactSection .ContactInfo .SectionHeader h2{font-size:2rem;font-weight:700;margin:0 0 20px;color:#fff;line-height:1.3}@media(max-width:768px){.ContactSection .ContactInfo .SectionHeader h2{font-size:1.8rem}}.ContactSection .ContactInfo .SectionHeader p{font-size:1rem;line-height:1.6;margin:0;color:hsla(0,0%,100%,.9)}.ContactSection .ContactInfo .ContactDetails{margin-top:auto}.ContactSection .ContactInfo .ContactDetails .ContactItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.ContactSection .ContactInfo .ContactDetails .ContactItem:last-child{margin-bottom:0}.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemIcon{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;height:40px;background-color:hsla(0,0%,100%,.2);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:15px}.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemIcon i{font-size:20px;color:#fff}.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemContent h3{font-size:1rem;font-weight:600;margin:0 0 5px;color:#fff}.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemContent a,.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemContent p{font-size:1.05rem;color:#fff;margin:0;text-decoration:none;-webkit-transition:opacity .2s;transition:opacity .2s}.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemContent a:hover,.ContactSection .ContactInfo .ContactDetails .ContactItem .ContactItemContent p:hover{opacity:.8}.ContactSection .ContactFormWrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:50px}@media(max-width:768px){.ContactSection .ContactFormWrapper{padding:40px 25px}}.ContactSection .ContactForm .FormRow{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media(max-width:480px){.ContactSection .ContactForm .FormRow{grid-template-columns:1fr}}.ContactSection .ContactForm .InputGroup{margin-bottom:25px}.ContactSection .ContactForm .InputGroup label{display:block;font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:8px}.ContactSection .ContactForm .InputGroup .InputWithIcon{position:relative}.ContactSection .ContactForm .InputGroup .InputWithIcon i{position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#a0aec0;font-size:18px}.ContactSection .ContactForm .InputGroup .InputWithIcon input{width:100%;padding:15px 15px 15px 45px;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;outline:none;-webkit-transition:all .3s;transition:all .3s}.ContactSection .ContactForm .InputGroup .InputWithIcon input:focus{border-color:#3182ce;-webkit-box-shadow:0 0 0 3px rgba(49,130,206,.15);box-shadow:0 0 0 3px rgba(49,130,206,.15)}.ContactSection .ContactForm .InputGroup .InputWithIcon input::-webkit-input-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .InputWithIcon input::-moz-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .InputWithIcon input:-ms-input-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .InputWithIcon input::-ms-input-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .InputWithIcon input::placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .TextareaWrapper{position:relative}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea{width:100%;padding:15px;border:1px solid #e2e8f0;border-radius:10px;min-height:150px;font-size:1rem;outline:none;resize:vertical;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea:focus{border-color:#3182ce;-webkit-box-shadow:0 0 0 3px rgba(49,130,206,.15);box-shadow:0 0 0 3px rgba(49,130,206,.15)}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea::-webkit-input-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea::-moz-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea:-ms-input-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea::-ms-input-placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .TextareaWrapper textarea::placeholder{color:#cbd5e0}.ContactSection .ContactForm .InputGroup .TextareaWrapper .CharacterCounter{position:absolute;bottom:15px;right:5px;background:hsla(0,0%,100%,.9);padding:5px 10px;border-radius:100px;border:1px solid #e2e8f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.8rem;color:#718096;-webkit-transition:all .3s;transition:all .3s}.ContactSection .ContactForm .InputGroup .TextareaWrapper .CharacterCounter.is-valid{color:#48bb78;border-color:#c6f6d5;background-color:#f0fff4}.ContactSection .ContactForm .InputGroup .TextareaWrapper .CharacterCounter span{margin-right:8px}.ContactSection .ContactForm .InputGroup .TextareaWrapper .CharacterCounter .ProgressBar{width:50px;height:5px;background-color:#e2e8f0;border-radius:100px;overflow:hidden}.ContactSection .ContactForm .InputGroup .TextareaWrapper .CharacterCounter .ProgressBar .Progress{height:100%;background-color:#cbd5e0;border-radius:100px;-webkit-transition:width .3s,background-color .3s;transition:width .3s,background-color .3s}.is-valid .ContactSection .ContactForm .InputGroup .TextareaWrapper .CharacterCounter .ProgressBar .Progress{background-color:#48bb78}.ContactSection .ContactForm .SubmitButton{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-top:10px}.ContactSection .ContactForm .SubmitButton i{font-size:18px}.ContactSection .ContactForm .SubmitButton:disabled{opacity:.7;cursor:not-allowed}.ContactSection .ContactForm .honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0;z-index:-1}.ContactSection .SuccessMessage{background-color:#fff;border-radius:16px;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.08);box-shadow:0 10px 40px rgba(0,0,0,.08);text-align:center;padding:60px 40px;max-width:600px;margin:0 auto}.ContactSection .SuccessMessage .SuccessIcon{width:80px;height:80px;background-color:#f0fff4;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 30px;border:5px solid #c6f6d5}.ContactSection .SuccessMessage .SuccessIcon i{font-size:40px;color:#48bb78}.ContactSection .SuccessMessage h2{font-size:1.8rem;font-weight:700;color:#2d3748;margin:0 0 15px}.ContactSection .SuccessMessage p{font-size:1.1rem;color:#718096;margin:0 0 30px;line-height:1.6}.ContactSection .SuccessMessage .SuccessActions .ResetButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#ebf8ff;color:#3182ce;border:none;border-radius:10px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.ContactSection .SuccessMessage .SuccessActions .ResetButton i{font-size:18px}.ContactSection .SuccessMessage .SuccessActions .ResetButton:hover{background-color:#bee3f8}[data-v-356de4b4]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-356de4b4]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-356de4b4]:focus{outline:none}ol[data-v-356de4b4],ul[data-v-356de4b4]{margin:0;padding:0}img[data-v-356de4b4]{display:block}figure[data-v-356de4b4],h1[data-v-356de4b4],h2[data-v-356de4b4],h3[data-v-356de4b4],h4[data-v-356de4b4],h5[data-v-356de4b4],p[data-v-356de4b4]{margin:0}a[data-v-356de4b4]{text-decoration:none}.TestimonialsContainer[data-v-356de4b4]{padding:200px 75px 200px;background-color:#fff;background-color:var(--color-bg)}@media(max-width:768px){.TestimonialsContainer[data-v-356de4b4]{padding:100px 24px 100px}}.TestimonialsContainer .TestimonialsHeading h2[data-v-356de4b4]{color:var(--color-blue-dark);font-weight:700;line-height:1.25;text-align:center;max-width:80%;margin:0 auto 24px}.TestimonialsContainer .TestimonialsHeading p[data-v-356de4b4]{color:#1a202c;font-size:1.125rem;text-align:center;margin-top:8px}@media(max-width:768px){.TestimonialsContainer .TestimonialsHeading p[data-v-356de4b4]{font-size:1rem;font-weight:400}}.TestimonialsContainer .TestimonialsContent[data-v-356de4b4]{display:grid;gap:16px;padding-top:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-template-columns:repeat(4,400px)}@media(max-width:1600px){.TestimonialsContainer .TestimonialsContent[data-v-356de4b4]{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.TestimonialsContainer .TestimonialsContent[data-v-356de4b4]{grid-template-columns:repeat(1,1fr)}}.TestimonialsContainer .TestimonialsContent .TestimonialItem[data-v-356de4b4]{background-color:#fff;border:1px solid #e2e8f0;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:30px;border-radius:16px;line-height:1.75;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.TestimonialsContainer .TestimonialsContent .TestimonialItem blockquote[data-v-356de4b4]{color:#1a202c;margin:0;margin-bottom:24px}.TestimonialsContainer .TestimonialsContent .TestimonialItem .TestimonialAuthor[data-v-356de4b4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-top:auto}.TestimonialsContainer .TestimonialsContent .TestimonialItem .TestimonialAuthor img[data-v-356de4b4]{width:40px;height:40px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.TestimonialsContainer .TestimonialsContent .TestimonialItem .TestimonialAuthor .AuthorName[data-v-356de4b4]{font-weight:600;color:#1a202c}.TestimonialsContainer .TestimonialsContent .TestimonialItem .TestimonialAuthor .AuthorDetails[data-v-356de4b4]{color:#718096}.ProblemAwareness,.ProblemAwareness .SectionContainer{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.ProblemAwareness .SectionContainer h1,.ProblemAwareness .SectionContainer h2,.ProblemAwareness .SectionContainer h3,.ProblemAwareness .SectionContainer h4,.ProblemAwareness h1,.ProblemAwareness h2,.ProblemAwareness h3,.ProblemAwareness h4{line-height:1.25}@media screen and (max-width:768px){.ProblemAwareness,.ProblemAwareness .SectionContainer{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.ProblemAwareness,.ProblemAwareness .SectionContainer{padding:0 20px}}.ProblemAwareness{padding:150px 0 100px;position:relative;overflow:hidden}@media(max-width:768px){.ProblemAwareness{padding:100px 0 70px}}.ProblemAwareness .SectionContainer{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding:0 20px}.ProblemAwareness .SectionHeader{margin-bottom:70px;position:relative}.ProblemAwareness .SectionHeader .HeaderBadge{display:inline-block;background-color:rgba(229,62,62,.1);color:#e53e3e;padding:8px 20px;border-radius:100px;font-weight:600;font-size:.95rem;margin-bottom:20px}.ProblemAwareness .SectionHeader .SectionTitle{font-size:3rem;font-weight:800;color:#2d3748;margin:0 0 30px;line-height:1.2}.ProblemAwareness .SectionHeader .SectionTitle .TitleAccent{display:block;margin-bottom:5px;color:#e53e3e}@media(max-width:768px){.ProblemAwareness .SectionHeader .SectionTitle{font-size:2.4rem}}@media(max-width:480px){.ProblemAwareness .SectionHeader .SectionTitle{font-size:2rem}}.ProblemAwareness .SectionHeader .AlertBar{background-color:rgba(229,62,62,.08);border-left:4px solid #e53e3e;padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px;max-width:800px;margin:0 auto;border-radius:8px;display:none}.ProblemAwareness .SectionHeader .AlertBar i{color:#e53e3e;font-size:24px}.ProblemAwareness .SectionHeader .AlertBar p{margin:0;font-size:1.1rem;color:#4a5568;font-weight:500}@media(max-width:480px){.ProblemAwareness .SectionHeader .AlertBar p{font-size:.95rem}}.ProblemAwareness .ChallengesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:70px}@media(max-width:480px){.ProblemAwareness .ChallengesGrid{grid-template-columns:1fr;gap:40px}}.ProblemAwareness .ChallengeCard{background:#fff;border-radius:16px;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.08);box-shadow:0 15px 35px rgba(0,0,0,.08);-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;border:1px solid #e2e8f0}.ProblemAwareness .ChallengeCard .ProblemTag{position:absolute;top:15px;right:15px;background-color:rgba(229,62,62,.1);color:#e53e3e;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.5px}.ProblemAwareness .ChallengeCard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 25px 50px rgba(0,0,0,.15);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:#e53e3e}.ProblemAwareness .ChallengeCard:hover .CardIcon{background-color:#e53e3e;color:#fff}.ProblemAwareness .ChallengeCard .CardIcon{width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#2d3748;color:#fff;border-radius:20px;margin:-35px auto 15px;-webkit-box-shadow:0 15px 25px rgba(0,0,0,.15);box-shadow:0 15px 25px rgba(0,0,0,.15);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:2;border:5px solid #fff}.ProblemAwareness .ChallengeCard .CardContent{padding:5px 25px 30px}.ProblemAwareness .ChallengeCard .CardContent h3{font-size:1.5rem;color:#2d3748;font-weight:700;margin:0 0 15px}.ProblemAwareness .ChallengeCard .CardContent p{color:#4a5568;font-size:1rem;margin:0 0 15px;line-height:1.6}.ProblemAwareness .ChallengeCard .CardContent .ProblemImpact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;background-color:rgba(229,62,62,.08);padding:8px 15px;border-radius:8px;margin-bottom:15px}.ProblemAwareness .ChallengeCard .CardContent .ProblemImpact i{color:#e53e3e}.ProblemAwareness .ChallengeCard .CardContent .ProblemImpact span{font-weight:600;color:#e53e3e;font-size:.9rem}.ProblemAwareness .ChallengeCard .CardContent .ProblemConsequence{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;background-color:#f8fafc;padding:10px 15px;border-radius:8px;margin-top:15px;border:1px dashed #cbd5e0}.ProblemAwareness .ChallengeCard .CardContent .ProblemConsequence i{color:#718096;font-size:18px}.ProblemAwareness .ChallengeCard .CardContent .ProblemConsequence span{font-size:.85rem;color:#4a5568;text-align:left}.ProblemAwareness .ProblemSummary{margin-top:80px}.ProblemAwareness .ProblemSummary .SummaryContainer{background:linear-gradient(135deg,#2d3748,#1a202c);padding:50px 40px;border-radius:20px;-webkit-box-shadow:0 25px 50px rgba(0,0,0,.2);box-shadow:0 25px 50px rgba(0,0,0,.2);color:#fff}@media(max-width:768px){.ProblemAwareness .ProblemSummary .SummaryContainer{padding:40px 20px}}.ProblemAwareness .ProblemSummary .SummaryHeader{margin-bottom:30px}.ProblemAwareness .ProblemSummary .SummaryHeader i{font-size:44px;color:#e53e3e;margin-bottom:15px;display:block}.ProblemAwareness .ProblemSummary .SummaryHeader h3{font-size:1.8rem;font-weight:700;margin:0}@media(max-width:480px){.ProblemAwareness .ProblemSummary .SummaryHeader h3{font-size:1.5rem}}.ProblemAwareness .ProblemSummary .SummaryStat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.ProblemAwareness .ProblemSummary .SummaryStat .StatItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:200px;max-width:300px;padding:20px}.ProblemAwareness .ProblemSummary .SummaryStat .StatItem .StatValue{font-size:3rem;font-weight:800;color:#e53e3e;line-height:1;margin-bottom:5px}.ProblemAwareness .ProblemSummary .SummaryStat .StatItem .StatLabel{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#ffe89e}.ProblemAwareness .ProblemSummary .SummaryStat .StatItem .StatDesc{font-size:.9rem;color:hsla(0,0%,100%,.7)}.ProblemAwareness .ProblemSummary .SolutionButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#ffe89e;color:#2d3748;text-decoration:none;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 15px 30px rgba(255,232,158,.3);box-shadow:0 15px 30px rgba(255,232,158,.3)}.ProblemAwareness .ProblemSummary .SolutionButton i{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ProblemAwareness .ProblemSummary .SolutionButton:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 20px 40px rgba(255,232,158,.4);box-shadow:0 20px 40px rgba(255,232,158,.4)}.ProblemAwareness .ProblemSummary .SolutionButton:hover i{-webkit-transform:translateX(5px);transform:translateX(5px)}.ProblemSolutionSection,.ProblemSolutionSection .SectionContainer{margin:0 auto;padding:0 40px;width:100%;max-width:1200px}.ProblemSolutionSection .SectionContainer h1,.ProblemSolutionSection .SectionContainer h2,.ProblemSolutionSection .SectionContainer h3,.ProblemSolutionSection .SectionContainer h4,.ProblemSolutionSection h1,.ProblemSolutionSection h2,.ProblemSolutionSection h3,.ProblemSolutionSection h4{line-height:1.25}@media screen and (max-width:768px){.ProblemSolutionSection,.ProblemSolutionSection .SectionContainer{padding:0 30px;margin-bottom:80px}}@media screen and (max-width:480px){.ProblemSolutionSection,.ProblemSolutionSection .SectionContainer{padding:0 20px}}.ProblemSolutionSection{padding:100px 0 150px;position:relative;overflow:hidden}@media(max-width:768px){.ProblemSolutionSection{padding:100px 0 70px}}.ProblemSolutionSection .SectionContainer{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding:0 20px}.ProblemSolutionSection .SectionHeader{margin-bottom:60px;position:relative;text-align:center}.ProblemSolutionSection .SectionHeader .HeaderBadge{display:inline-block;background-color:rgba(45,55,72,.1);color:#2d3748;padding:8px 20px;border-radius:100px;font-weight:600;font-size:.95rem;margin-bottom:20px}.ProblemSolutionSection .SectionHeader .SectionTitle{font-size:3rem;font-weight:800;color:#2d3748;margin:0 0 30px;line-height:1.2}.ProblemSolutionSection .SectionHeader .SectionTitle .TitleAccent{display:block;margin-bottom:5px;color:#0e6c4b}@media(max-width:768px){.ProblemSolutionSection .SectionHeader .SectionTitle{font-size:2.4rem}}@media(max-width:480px){.ProblemSolutionSection .SectionHeader .SectionTitle{font-size:2rem}}.ProblemSolutionSection .ColumnHeaders{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:50px;max-width:1000px;margin-left:auto;margin-right:auto;gap:140px;position:relative}@media(max-width:1024px){.ProblemSolutionSection .ColumnHeaders{display:none}}.ProblemSolutionSection .ColumnHeaders .ColumnHeader{padding:12px 30px;border-radius:100px;font-weight:700;font-size:1.1rem;z-index:2;min-width:200px}.ProblemSolutionSection .ColumnHeaders .ColumnHeader,.ProblemSolutionSection .ColumnHeaders .ColumnHeader .HeaderIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ProblemSolutionSection .ColumnHeaders .ColumnHeader .HeaderIcon{margin-right:10px}.ProblemSolutionSection .ColumnHeaders .ColumnHeader .HeaderIcon i{font-size:24px}.ProblemSolutionSection .ColumnHeaders .ProblemHeader{background-color:rgba(75,85,99,.1);color:#4b5563}.ProblemSolutionSection .ColumnHeaders .ProblemHeader .HeaderIcon i{color:#4b5563}.ProblemSolutionSection .ColumnHeaders .SolutionHeader{background-color:rgba(16,185,129,.18);color:#0e6c4b}.ProblemSolutionSection .ColumnHeaders .SolutionHeader .HeaderIcon i{color:#0e6c4b}.ProblemSolutionSection .ProblemSolutionGrid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px;margin-bottom:70px}@media(max-width:1024px){.ProblemSolutionSection .ProblemSolutionGrid{gap:120px}}.ProblemSolutionSection .ProblemSolutionPair{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}@media(max-width:1024px){.ProblemSolutionSection .ProblemSolutionPair{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.ProblemSolutionSection .ProblemColumn,.ProblemSolutionSection .SolutionColumn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:500px;width:450px}@media(max-width:1024px){.ProblemSolutionSection .ProblemColumn,.ProblemSolutionSection .SolutionColumn{max-width:100%;width:100%}}.ProblemSolutionSection .ColumnLabel{padding:8px 20px;border-radius:100px;font-weight:700;font-size:1rem;margin-bottom:30px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05);box-shadow:0 5px 15px rgba(0,0,0,.05);background-color:rgba(75,85,99,.08);color:#4b5563}.ProblemSolutionSection .ColumnLabel,.ProblemSolutionSection .ColumnLabel .LabelIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ProblemSolutionSection .ColumnLabel .LabelIcon{margin-right:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ProblemSolutionSection .ColumnLabel .LabelIcon i{font-size:20px;color:#4b5563}.ProblemSolutionSection .SolutionLabel{background-color:rgba(16,185,129,.15);color:#0e6c4b}.ProblemSolutionSection .SolutionLabel .LabelIcon i{font-size:20px;color:#0e6c4b}.ProblemSolutionSection .ConnectorLine{position:relative;width:80px;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4b5563),to(#0e6c4b));background:linear-gradient(90deg,#4b5563,#0e6c4b);-ms-flex-negative:0;flex-shrink:0;margin-top:100px;z-index:1}@media(max-width:1024px){.ProblemSolutionSection .ConnectorLine{width:4px;height:40px;background:-webkit-gradient(linear,left top,left bottom,from(#4b5563),to(#0e6c4b));background:linear-gradient(180deg,#4b5563,#0e6c4b);margin-top:0;margin-bottom:30px;-ms-flex-item-align:center;align-self:center}}.ProblemSolutionSection .ConnectorLine .ConnectorDot{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:12px;height:12px;background-color:#4b5563;border-radius:50%}@media(max-width:1024px){.ProblemSolutionSection .ConnectorLine .ConnectorDot{left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.ProblemSolutionSection .ConnectorLine .ConnectorArrow{position:absolute;right:-10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;background-color:#0e6c4b;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}@media(max-width:1024px){.ProblemSolutionSection .ConnectorLine .ConnectorArrow{right:auto;left:50%;top:auto;bottom:-10px;-webkit-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg)}}.ProblemSolutionSection .ProblemCard,.ProblemSolutionSection .SolutionCard{background:#fff;border-radius:16px;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.08);box-shadow:0 15px 35px rgba(0,0,0,.08);-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;border:1px solid #e2e8f0;width:100%}.ProblemSolutionSection .ProblemCard .CardIcon,.ProblemSolutionSection .SolutionCard .CardIcon{width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:20px;margin:-35px auto 15px;-webkit-box-shadow:0 15px 25px rgba(0,0,0,.15);box-shadow:0 15px 25px rgba(0,0,0,.15);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:2;border:5px solid #fff}.ProblemSolutionSection .ProblemCard .CardContent,.ProblemSolutionSection .SolutionCard .CardContent{padding:5px 25px 30px}.ProblemSolutionSection .ProblemCard .CardContent h3,.ProblemSolutionSection .SolutionCard .CardContent h3{font-size:1.5rem;font-weight:700;margin:0 0 15px}.ProblemSolutionSection .ProblemCard .CardContent p,.ProblemSolutionSection .SolutionCard .CardContent p{font-size:1rem;margin:0 0 15px;line-height:1.6}.ProblemSolutionSection .ProblemCard .ProblemTag{position:absolute;top:15px;right:15px;background-color:rgba(75,85,99,.1);color:#4b5563;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.5px}.ProblemSolutionSection .ProblemCard .CardIcon{background-color:#767f8b}.ProblemSolutionSection .ProblemCard .CardContent h3{color:#4b5563}.ProblemSolutionSection .ProblemCard .CardContent p{color:#6b7280}.ProblemSolutionSection .ProblemCard .ProblemImpact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;background-color:rgba(75,85,99,.08);padding:8px 15px;border-radius:8px;margin-bottom:15px}.ProblemSolutionSection .ProblemCard .ProblemImpact i{color:#4b5563}.ProblemSolutionSection .ProblemCard .ProblemImpact span{font-weight:600;color:#4b5563;font-size:.9rem}.ProblemSolutionSection .ProblemCard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 25px 50px rgba(0,0,0,.15);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:#4b5563}.ProblemSolutionSection .ProblemCard:hover .CardIcon{background-color:#374151}.ProblemSolutionSection .SolutionCard .SolutionTag{position:absolute;top:15px;right:15px;background-color:rgba(16,185,129,.15);color:#0e6c4b;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.5px}.ProblemSolutionSection .SolutionCard .CardIcon{background-color:#0e6c4b}.ProblemSolutionSection .SolutionCard .CardContent h3{color:#2d3748}.ProblemSolutionSection .SolutionCard .CardContent p{color:#4a5568}.ProblemSolutionSection .SolutionCard .SolutionImpact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;background-color:rgba(16,185,129,.15);padding:8px 15px;border-radius:8px;margin-bottom:15px}.ProblemSolutionSection .SolutionCard .SolutionImpact i{color:#0e6c4b}.ProblemSolutionSection .SolutionCard .SolutionImpact span{font-weight:600;color:#0e6c4b;font-size:.9rem}.ProblemSolutionSection .SolutionCard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 25px 50px rgba(0,0,0,.15);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:#0e6c4b}.ProblemSolutionSection .SolutionCard:hover .CardIcon{background-color:#0a5539}.ProblemSolutionSection .SolutionCTACard{margin-top:80px;background:linear-gradient(135deg,#fff,#f7fafc);border-radius:20px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.08);box-shadow:0 20px 40px rgba(0,0,0,.08);border:1px solid #e2e8f0;position:relative;overflow:hidden}.ProblemSolutionSection .SolutionCTACard:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:-webkit-gradient(linear,left top,right top,from(#0e6c4b),to(#10b981));background:linear-gradient(90deg,#0e6c4b,#10b981 100%)}.ProblemSolutionSection .SolutionCTACard .CTACardContent{padding:40px}@media(max-width:768px){.ProblemSolutionSection .SolutionCTACard .CTACardContent{padding:30px 25px}}.ProblemSolutionSection .SolutionCTACard .CTACardHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}@media(max-width:480px){.ProblemSolutionSection .SolutionCTACard .CTACardHeader{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ProblemSolutionSection .SolutionCTACard .CTACardHeader .CTAIcon{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;height:60px;background:linear-gradient(135deg,#0e6c4b,#10b981);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px;-webkit-box-shadow:0 10px 20px rgba(16,185,129,.25);box-shadow:0 10px 20px rgba(16,185,129,.25)}@media(max-width:480px){.ProblemSolutionSection .SolutionCTACard .CTACardHeader .CTAIcon{margin:0 auto 20px}}.ProblemSolutionSection .SolutionCTACard .CTACardHeader .CTAIcon i{font-size:28px;color:#fff}.ProblemSolutionSection .SolutionCTACard .CTACardHeader h3{font-size:1.8rem;font-weight:700;color:#2d3748;margin:0;line-height:1.3}@media(max-width:480px){.ProblemSolutionSection .SolutionCTACard .CTACardHeader h3{font-size:1.5rem}}.ProblemSolutionSection .SolutionCTACard .CTACardBody{color:#4a5568;font-size:1.1rem;line-height:1.7}.ProblemSolutionSection .SolutionCTACard .CTACardBody p{margin-bottom:30px}.ProblemSolutionSection .SolutionCTACard .CTACardBody .Highlight{font-weight:800;color:#0e6c4b}body{width:100%;min-height:100vh;padding:0;margin:0;font-size:18px;color:var(--color-text-black);background-color:var(--color-bg);letter-spacing:.5px}body .App{position:relative;line-height:1.85em;font-family:Outfit}body .App .Wrapper{max-width:1440px;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}@media(max-width:1200px){body{font-size:16px}}@media(max-width:500px){body{font-size:14px}}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}ul{list-style:none;margin:0;padding:0}.Column{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.Column>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.PromotionBar{width:100%;background-color:#b03543;padding:10px 0;color:#fff;z-index:250;position:fixed;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.15);box-shadow:0 2px 10px rgba(0,0,0,.15);top:0;-webkit-transition:all .3s ease;transition:all .3s ease;overflow:hidden}.PromotionBar--bottom{top:auto;bottom:0;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.15);box-shadow:0 -2px 10px rgba(0,0,0,.15);border-top-left-radius:12px;border-top-right-radius:12px;padding:12px 0}.PromotionBar .PromotionContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.PromotionBar .PromotionContent i{font-size:24px;-ms-flex-negative:0;flex-shrink:0}.PromotionBar .PromotionContent span{font-size:1rem}.PromotionBar .PromotionContent .PromotionButton{background-color:#fff;color:#b03543;padding:5px 15px;border-radius:50px;font-weight:700;font-size:.9rem;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.PromotionBar .PromotionContent .PromotionButton:hover{background-color:#f3f4f6;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.PromotionBar .PromotionContent .PromotionCloseButton{background:rgba(0,0,0,.15);border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;padding:0;-webkit-transition:all .2s ease;transition:all .2s ease;-ms-flex-negative:0;flex-shrink:0}.PromotionBar .PromotionContent .PromotionCloseButton i{font-size:20px}.PromotionBar .PromotionContent .PromotionCloseButton:hover{background:rgba(0,0,0,.25)}.PromotionBar .PromotionContent .PromotionCloseButton:active{-webkit-transform:scale(.95);transform:scale(.95)}@media(max-width:768px){.PromotionBar .PromotionContent{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;padding:0 15px}.PromotionBar .PromotionContent span{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:30px}.PromotionBar .PromotionContent i{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-top:2px}.PromotionBar .PromotionContent .PromotionButton{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:5px}.PromotionBar .PromotionContent .PromotionCloseButton{position:absolute;top:0;right:15px}}.AppFooter{margin:0 auto;padding:0 20px 0 0;width:100%}.AppFooter .OverviewCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:4px;margin:20px 0}.AppFooter .OverviewCards .Card{background:var(--color-white);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 2px 8px transparent;box-shadow:0 2px 8px transparent;-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;position:relative}.AppFooter .OverviewCards .Card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.AppFooter .OverviewCards .Card.highlight{border-left:4px solid var(--color-orange)}.AppFooter .OverviewCards .Card h4{font-size:.75rem;margin-bottom:10px;line-height:1rem}.AppFooter .OverviewCards .Card h2{margin:0;font-size:1.5rem;font-weight:700}.AppFooter .OverviewCards .Card .info-icon{font-size:.875rem;cursor:pointer;position:absolute;bottom:8px;right:10px;color:#999;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color .2s;transition:background-color .2s}.AppFooter .OverviewCards .Card .info-icon:hover{background-color:rgba(0,0,0,.05)}.AppFooter .OverviewCards p{line-height:1.25}@media screen and (max-width:768px){.AppFooter{padding:0 10px;margin-bottom:80px}}.AppFooter{color:var(--color-text-gray);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.75rem;margin:0;margin-bottom:10px;padding:0}@media screen and (max-width:768px){.AppFooter{display:none}}.AppFooter svg{width:.875rem;height:.875rem;margin-left:5px}.AppFooter a{-webkit-transition:all .3s;transition:all .3s;color:var(--color-text-gray);margin-right:15px}.AppFooter a:hover{color:var(--color-text-gray-dark)}.AppFooter>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.theme-dark .AppNavigation{background:#000}.theme-dark .AppNavigation .BusinessName{color:#fff}.AppNavigation{position:sticky;background:linear-gradient(-42deg,#474e7a,#161936);background:var(--color-blue-darker);height:100%;grid-area:sidebar;overflow:hidden;z-index:10;top:0;left:0;-webkit-transition:width .4s cubic-bezier(.25,.46,.45,.94);transition:width .4s cubic-bezier(.25,.46,.45,.94)}@media(max-width:768px){.AppNavigation{position:fixed;bottom:0;left:0;top:unset;height:85px;width:100vw;padding-bottom:env(safe-area-inset-bottom);z-index:101}}.AppNavigation .BusinessName{color:var(--color-white);font-size:.75rem;margin-top:auto;justify-self:flex-end;margin-bottom:0;line-height:1.5;padding:0 0 10px}.AppNavigation .BusinessName span{font-size:.6rem}.AppNavigation .BusinessName p{font-weight:700}@media(max-width:768px){.AppNavigation .BusinessName{display:none}}.AppNavigation .Logo{width:60px;margin:0 0 20px}.AppNavigation .Logo img{width:100%}@media(max-width:768px){.AppNavigation .Logo{display:none}}.AppNavigation ::-webkit-scrollbar{display:none}.AppNavigation .Wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 30px 20px 20px;height:100%}@media screen and (max-width:768px){.AppNavigation .Wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding:10px 20px;overflow:auto}}.AppNavigation .Indicator{position:absolute;top:0;left:0;background:#f0f1f7;-webkit-transform:translateY(134px);transform:translateY(134px);height:24px;width:10px;will-change:auto;-webkit-transform-origin:center center;transform-origin:center center}@media screen and (max-width:768px){.AppNavigation .Indicator{width:40px;height:5px}}.AppNavigation .Button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.AppNavigation .Nav-Link{font-size:.75rem;padding:6px 0 6px;display:inline-block;color:hsla(0,0%,100%,.6);font-weight:700;-webkit-transition:all .3s;transition:all .3s;text-transform:uppercase}@media screen and (max-width:768px){.AppNavigation .Nav-Link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.AppNavigation .Nav-Link i{margin-right:8px;font-size:1rem;font-weight:400}@media screen and (max-width:768px){.AppNavigation .Nav-Link i{margin-right:0}}.AppNavigation .Nav-Link.router-link-exact-active,.AppNavigation .Nav-Link:hover{color:#fff}.AppNavigation .Nav-Link.CTA{padding:15px 0}.AppNavigation .Nav-Link.CTA span{display:block;padding:5px 18px 3px;background-color:#f7d01c;color:var(--color-text-gray-dark)}.AppNavigation .plan-upgrade-banner{margin:15px 0;padding:10px;background-color:hsla(0,0%,100%,.1);border-radius:5px;text-align:center}.AppNavigation .plan-upgrade-banner .upgrade-link{color:gold;font-weight:700;font-size:.8rem;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.AppNavigation .plan-upgrade-banner .upgrade-link i{margin-right:5px;font-size:1rem}.AppNavigation .plan-upgrade-banner .upgrade-link:hover{color:#fff}@media screen and (max-width:768px){.AppNavigation .plan-upgrade-banner{display:none}}.AppNavigation .mypos-promo-banner{margin:15px 0;background-color:hsla(0,0%,100%,.1);border-radius:5px;text-align:center;padding:5px 0}.AppNavigation .mypos-promo-banner .mypos-link{color:gold;font-weight:700;font-size:.85rem;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s;transition:all .3s;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.AppNavigation .mypos-promo-banner .mypos-link i{margin-right:5px;font-size:1rem}.AppNavigation .mypos-promo-banner .mypos-link:hover{color:#fff}.AppNavigation .mypos-promo-banner .mypos-content .mypos-label{display:block;font-weight:700}.AppNavigation .mypos-promo-banner .mypos-content .mypos-subtitle{display:block;margin-top:-4px;font-size:.7rem}@media screen and (max-width:768px){.AppNavigation .mypos-promo-banner{display:none}}.AppNavigation .mypos-modal-content.special-offer{padding:0;margin:-45px -20px;background:linear-gradient(135deg,#fff 50%,#ffccad);position:relative}.AppNavigation .mypos-modal-content.special-offer .offer-badge{position:absolute;top:50px;right:15px;background:#ef4444;padding:8px 18px 8px 12px;border-radius:30px;font-size:.75rem;font-weight:700;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-webkit-box-shadow:0 4px 10px rgba(239,68,68,.3);box-shadow:0 4px 10px rgba(239,68,68,.3)}.AppNavigation .mypos-modal-content.special-offer .offer-badge i{font-size:20px}.AppNavigation .mypos-modal-content.special-offer .offer-badge span{font-weight:800;margin-right:5px}@media(max-width:480px){.AppNavigation .mypos-modal-content.special-offer .offer-badge{display:none;position:relative;width:calc(100% - 20px);left:0;top:10px;margin:0 auto;border-radius:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.AppNavigation .mypos-modal-content.special-offer .offer-content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media(max-width:1024px){.AppNavigation .mypos-modal-content.special-offer .offer-content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:40px 20px;text-align:center}}.AppNavigation .mypos-modal-content.special-offer .offer-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.AppNavigation .mypos-modal-content.special-offer .offer-info .partner-logo{margin-bottom:25px}.AppNavigation .mypos-modal-content.special-offer .offer-info .partner-logo img{height:60px}.AppNavigation .mypos-modal-content.special-offer .offer-info .offer-description{margin-bottom:30px}.AppNavigation .mypos-modal-content.special-offer .offer-info .offer-description .promo-description{color:#4b5563;font-size:1.1rem;line-height:1.6;margin-bottom:20px}.AppNavigation .mypos-modal-content.special-offer .promo-benefits{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.AppNavigation .mypos-modal-content.special-offer .promo-benefits .benefit-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:rgba(251,191,36,.15);border:1px solid var(--color-warning);padding:8px 15px;border-radius:50px}@media(max-width:1024px){.AppNavigation .mypos-modal-content.special-offer .promo-benefits .benefit-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}}.AppNavigation .mypos-modal-content.special-offer .promo-benefits .benefit-item i{color:#7c2d12;font-size:16px}.AppNavigation .mypos-modal-content.special-offer .promo-benefits .benefit-item span{font-weight:600;color:#7c2d12;font-size:.9rem}.AppNavigation .mypos-modal-content.special-offer .product-image{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative}.AppNavigation .mypos-modal-content.special-offer .product-image img{max-height:300px;-webkit-filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));-webkit-transform:perspective(800px) rotateY(-15deg) rotateX(5deg) rotate(5deg);transform:perspective(800px) rotateY(-15deg) rotateX(5deg) rotate(5deg);-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out,-webkit-transform .6s ease-out}.AppNavigation .mypos-modal-content.special-offer .product-image img:hover{-webkit-transform:perspective(800px) rotateY(0deg) rotateX(0deg) rotate(0deg);transform:perspective(800px) rotateY(0deg) rotateX(0deg) rotate(0deg)}@media(max-width:1024px){.AppNavigation .mypos-modal-content.special-offer .product-image img{max-width:280px;-webkit-transform:none;transform:none;margin-bottom:30px}}[data-v-4206a28a]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-4206a28a]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-4206a28a]:focus{outline:none}ol[data-v-4206a28a],ul[data-v-4206a28a]{margin:0;padding:0}img[data-v-4206a28a]{display:block}figure[data-v-4206a28a],h1[data-v-4206a28a],h2[data-v-4206a28a],h3[data-v-4206a28a],h4[data-v-4206a28a],h5[data-v-4206a28a],p[data-v-4206a28a]{margin:0}a[data-v-4206a28a]{text-decoration:none}.theme-dark .Skeleton .Skeleton-Row[data-v-4206a28a]{background:var(--color-white)}.theme-dark .Skeleton .Skeleton-Row[data-v-4206a28a]:after{background-image:linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1),hsla(0,0%,100%,.1))}.Skeleton[data-v-4206a28a]{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;position:fixed;z-index:101;top:0;left:220px;width:calc(100vw - 220px);height:100vh}.Skeleton.with-background[data-v-4206a28a]{background:var(--color-bg)}@media(max-width:768px){.Skeleton[data-v-4206a28a]{padding:30px 0 30px 10px;left:0;width:100vw;height:calc(100vh - 85px)}}.Skeleton .Skeleton-Row[data-v-4206a28a]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:35px;position:relative;background-color:#d9d9e7;overflow:hidden;border-radius:4px}.Skeleton .Skeleton-Row[data-v-4206a28a]:after{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0);background-image:linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));-webkit-animation:shimmer-data-v-4206a28a 3s ease-out infinite;animation:shimmer-data-v-4206a28a 3s ease-out infinite;content:""}@-webkit-keyframes shimmer-data-v-4206a28a{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes shimmer-data-v-4206a28a{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}[data-v-7cc045d4]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-7cc045d4]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-7cc045d4]:focus{outline:none}ol[data-v-7cc045d4],ul[data-v-7cc045d4]{margin:0;padding:0}img[data-v-7cc045d4]{display:block}figure[data-v-7cc045d4],h1[data-v-7cc045d4],h2[data-v-7cc045d4],h3[data-v-7cc045d4],h4[data-v-7cc045d4],h5[data-v-7cc045d4],p[data-v-7cc045d4]{margin:0}a[data-v-7cc045d4]{text-decoration:none}.Infobox[data-v-7cc045d4]{-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.08);box-shadow:0 3px 5px 0 rgba(0,0,0,.08);background-color:var(--color-white);position:relative;-webkit-transform:scale(.85);transform:scale(.85);opacity:0;-webkit-transition:opacity .15s .3s,max-height .2s .4s,padding .2s .4s,margin .2s .4s,-webkit-transform 95ms;transition:opacity .15s .3s,max-height .2s .4s,padding .2s .4s,margin .2s .4s,-webkit-transform 95ms;transition:transform 95ms,opacity .15s .3s,max-height .2s .4s,padding .2s .4s,margin .2s .4s;transition:transform 95ms,opacity .15s .3s,max-height .2s .4s,padding .2s .4s,margin .2s .4s,-webkit-transform 95ms;max-height:0;will-change:transform;-webkit-transform-origin:center;transform-origin:center;border-radius:5px;margin-top:20px;margin-right:20px;padding:20px}@media(max-width:768px){.Infobox[data-v-7cc045d4]{margin:10px;padding:15px}}.Infobox.is-warning[data-v-7cc045d4]{border:solid 1px var(--color-red)}.Infobox.is-active[data-v-7cc045d4]{-webkit-transform:scale(1);transform:scale(1);opacity:1;max-height:300px;margin-bottom:40px}.Infobox>div[data-v-7cc045d4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Infobox>div.is-info svg[data-v-7cc045d4]{background-color:#f7d01c}.Infobox>div.is-warning svg[data-v-7cc045d4]{background-color:#b03543}.Infobox svg[data-v-7cc045d4]{background-color:#f7d01c;margin-right:10px;padding:7px;-webkit-box-sizing:content-box;box-sizing:content-box}.Infobox h4[data-v-7cc045d4]{font-weight:700;display:inline-block;font-size:1.25rem;margin-top:6px;color:var(--color-text-blue)}.Infobox p[data-v-7cc045d4]{font-size:1rem;color:var(--color-blue-dark);line-height:1.5;margin:1rem 0}.Infobox a[data-v-7cc045d4]{color:var(--color-blue-dark);text-decoration:underline}.Infobox .Icon-close[data-v-7cc045d4]{background-color:var(--color-blue-light);width:20px;height:20px;display:block;position:absolute;right:20px;top:20px;opacity:1;-webkit-transform:scale(1);transform:scale(1);will-change:transform;cursor:pointer;border-radius:3px}.Infobox .Icon-close[data-v-7cc045d4]:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);top:50%}.Infobox .Icon-close[data-v-7cc045d4]:after,.Infobox .Icon-close[data-v-7cc045d4]:before{position:absolute;width:2px;height:70%;content:"";left:50%;background-color:var(--color-white)}.Infobox .Icon-close[data-v-7cc045d4]:after{-webkit-transform:rotate(-45deg) translate(-120%,10%);transform:rotate(-45deg) translate(-120%,10%)}.Dashboard .about{margin:0 auto;padding:0 20px 0 0;width:100%}.Dashboard .about .OverviewCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:4px;margin:20px 0}.Dashboard .about .OverviewCards .Card{background:var(--color-white);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 2px 8px transparent;box-shadow:0 2px 8px transparent;-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;position:relative}.Dashboard .about .OverviewCards .Card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.Dashboard .about .OverviewCards .Card.highlight{border-left:4px solid var(--color-orange)}.Dashboard .about .OverviewCards .Card h4{font-size:.75rem;margin-bottom:10px;line-height:1rem}.Dashboard .about .OverviewCards .Card h2{margin:0;font-size:1.5rem;font-weight:700}.Dashboard .about .OverviewCards .Card .info-icon{font-size:.875rem;cursor:pointer;position:absolute;bottom:8px;right:10px;color:#999;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color .2s;transition:background-color .2s}.Dashboard .about .OverviewCards .Card .info-icon:hover{background-color:rgba(0,0,0,.05)}.Dashboard .about .OverviewCards p{line-height:1.25}@media screen and (max-width:768px){.Dashboard .about{padding:0 10px;margin-bottom:80px}}.Dashboard{overflow:hidden;display:grid;grid-template-columns:[sidebar] 220px [main-content] 1fr;grid-template-rows:1fr auto;grid-template-areas:"sidebar main-content" "sidebar sitefooter";-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;position:relative;height:100vh;will-change:auto}.Dashboard ::-webkit-scrollbar{width:10px;height:10px}.Dashboard ::-webkit-scrollbar,.Dashboard ::-webkit-scrollbar-track{background-color:var(--color-white)}.Dashboard ::-webkit-scrollbar-thumb{background-color:var(--color-blue-light);border-radius:16px;width:10px;border:4px solid var(--color-white)}.Dashboard ::-webkit-scrollbar-button{display:none}@media screen and (max-width:768px){.Dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.Dashboard h1{line-height:1.5}.Dashboard .Wrap{overflow:auto}.Dashboard .Infobox .EmailVerifyActions{margin-top:10px;gap:4px}@media(max-width:1024px){.Dashboard .Infobox .EmailVerifyActions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.Dashboard .about{margin-top:100px}.Dashboard .fade-enter-active,.Dashboard .fade-leave-active{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease}.Dashboard .fade-enter,.Dashboard .fade-leave-active{opacity:0;will-change:transform}.Dashboard .slide-left-enter-active,.Dashboard .slide-left-leave-active,.Dashboard .slide-right-enter-active,.Dashboard .slide-right-leave-active{-webkit-transition-duration:.65s;transition-duration:.65s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1);transition-timing-function:cubic-bezier(.55,0,.1,1);overflow:hidden}.Dashboard .slide-left-enter,.Dashboard .slide-right-leave-active{opacity:0;-webkit-transform:translate(20px) translateZ(0);transform:translate(20px) translateZ(0)}.Dashboard .slide-left-leave-active,.Dashboard .slide-right-enter{opacity:0;-webkit-transform:translate(-20px) translateZ(0);transform:translate(-20px) translateZ(0)}[data-v-38284a40]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-38284a40]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-38284a40]:focus{outline:none}ol[data-v-38284a40],ul[data-v-38284a40]{margin:0;padding:0}img[data-v-38284a40]{display:block}figure[data-v-38284a40],h1[data-v-38284a40],h2[data-v-38284a40],h3[data-v-38284a40],h4[data-v-38284a40],h5[data-v-38284a40],p[data-v-38284a40]{margin:0}a[data-v-38284a40]{text-decoration:none}.Logo[data-v-38284a40]{width:70px;position:relative;z-index:2;display:block}.Logo img[data-v-38284a40]{width:100%}[data-v-c3f3097e]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}.ErrorPage[data-v-c3f3097e]{margin:0 auto;padding:0 20px 0 0;width:100%}.ErrorPage .OverviewCards[data-v-c3f3097e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:4px;margin:20px 0}.ErrorPage .OverviewCards .Card[data-v-c3f3097e]{background:var(--color-white);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 2px 8px transparent;box-shadow:0 2px 8px transparent;-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;position:relative}.ErrorPage .OverviewCards .Card[data-v-c3f3097e]:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ErrorPage .OverviewCards .Card.highlight[data-v-c3f3097e]{border-left:4px solid var(--color-orange)}.ErrorPage .OverviewCards .Card h4[data-v-c3f3097e]{font-size:.75rem;margin-bottom:10px;line-height:1rem}.ErrorPage .OverviewCards .Card h2[data-v-c3f3097e]{margin:0;font-size:1.5rem;font-weight:700}.ErrorPage .OverviewCards .Card .info-icon[data-v-c3f3097e]{font-size:.875rem;cursor:pointer;position:absolute;bottom:8px;right:10px;color:#999;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color .2s;transition:background-color .2s}.ErrorPage .OverviewCards .Card .info-icon[data-v-c3f3097e]:hover{background-color:rgba(0,0,0,.05)}.ErrorPage .OverviewCards p[data-v-c3f3097e]{line-height:1.25}@media screen and (max-width:768px){.ErrorPage[data-v-c3f3097e]{padding:0 10px;margin-bottom:80px}}.ErrorPage[data-v-c3f3097e]{margin-bottom:20px;padding-top:20px;grid-area:main-content;will-change:auto}.is-hidden.ErrorPage[data-v-c3f3097e]{opacity:0;visibility:hidden}@media screen and (min-width:1920px){.ErrorPage[data-v-c3f3097e]{padding-top:30px;padding-bottom:0}}@media screen and (max-width:768px){.ErrorPage[data-v-c3f3097e]{padding-top:30px;padding-bottom:160px}}[data-v-c3f3097e]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-c3f3097e]:focus{outline:none}ol[data-v-c3f3097e],ul[data-v-c3f3097e]{margin:0;padding:0}img[data-v-c3f3097e]{display:block}figure[data-v-c3f3097e],h1[data-v-c3f3097e],h2[data-v-c3f3097e],h3[data-v-c3f3097e],h4[data-v-c3f3097e],h5[data-v-c3f3097e],p[data-v-c3f3097e]{margin:0}a[data-v-c3f3097e]{text-decoration:none}.ErrorPage[data-v-c3f3097e]{overflow:hidden;padding:20px;background:linear-gradient(-42deg,#474e7a,#161936);height:100vh}.ErrorPage .Navbar[data-v-c3f3097e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;position:relative;z-index:2;max-width:1200px;margin:0 auto}.ErrorPage .Error-404[data-v-c3f3097e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ErrorPage .Error-404-content[data-v-c3f3097e],.ErrorPage .Error-404[data-v-c3f3097e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2}.ErrorPage .Error-404-content[data-v-c3f3097e]{text-align:center;height:500px;margin-bottom:20px;color:#fff;line-height:1.75;padding:0 20px}@media(max-width:768px){.ErrorPage .Error-404-content[data-v-c3f3097e]{text-align:left}}.ErrorPage .Error-404-content h1[data-v-c3f3097e]{color:#fff;font-size:5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media(max-width:768px){.ErrorPage .Error-404-content h1[data-v-c3f3097e]{font-size:4rem}}.ErrorPage .Error-404-content p[data-v-c3f3097e]{font-size:1rem;font-weight:400;margin-bottom:10px}.ErrorPage .Error-404-content a[data-v-c3f3097e]{color:var(--color-primary);text-decoration:underline;font-weight:700}.ErrorPage .Error-image[data-v-c3f3097e]{width:100%;display:none;max-width:1200px;margin:40px auto;height:300px;border-radius:10px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;-webkit-box-shadow:0 30px 40px rgba(0,0,0,.1);box-shadow:0 30px 40px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.Login,.Login .Wrap{justify-self:center}.Login .Hint{font-size:12px;color:hsla(0,0%,100%,.5);display:block;margin-top:25px}:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}*{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:none}ol,ul{margin:0;padding:0}img{display:block}figure,h1,h2,h3,h4,h5,p{margin:0}a{text-decoration:none}.Login{width:100%;height:100vh;padding:0 20px;background:linear-gradient(-42deg,#474e7a,#161936);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.5}.Login .Logo{width:80px;display:block;height:50px;margin-bottom:20px}.Login h2{font-weight:700}.Login .Wrap{width:100%;max-width:450px;margin:-30px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Login .Button{width:100%;border:1px solid hsla(0,0%,100%,.10196078431372549)}.Login .Error{color:red;margin-top:10px}.Login input{width:100%;padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:4px}.Login .PasswordRequirements{list-style:none;padding:0;margin-top:10px;margin-bottom:25px}.Login .PasswordRequirements li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:.85rem;color:var(--color-text);margin-bottom:6px}.Login .PasswordRequirements .neutral{color:var(--color-orange);font-size:1rem}.Login .PasswordRequirements .valid{color:var(--color-green-dark);font-size:1rem}.Login .PasswordRequirements .invalid{color:var(--color-red);font-size:1rem}[data-v-39c003fe]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}[data-v-39c003fe]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-39c003fe]:focus{outline:none}ol[data-v-39c003fe],ul[data-v-39c003fe]{margin:0;padding:0}img[data-v-39c003fe]{display:block}figure[data-v-39c003fe],h1[data-v-39c003fe],h2[data-v-39c003fe],h3[data-v-39c003fe],h4[data-v-39c003fe],h5[data-v-39c003fe],p[data-v-39c003fe]{margin:0}a[data-v-39c003fe]{text-decoration:none}.TermsOfService[data-v-39c003fe]{max-width:840px;padding:120px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}@media(max-width:1024px){.TermsOfService[data-v-39c003fe]{padding:40px 20px}}.TermsOfService h2[data-v-39c003fe],.TermsOfService h3[data-v-39c003fe],.TermsOfService h4[data-v-39c003fe]{font-weight:700;margin-top:40px;margin-bottom:10px}.TermsOfService h4[data-v-39c003fe]{margin-top:40px;font-weight:700}.TermsOfService p[data-v-39c003fe]{font-size:1.125rem}.TermsOfService a[data-v-39c003fe]{color:#3498db;text-decoration:none}.TermsOfService a[data-v-39c003fe]:hover{text-decoration:underline}[data-v-13cada0c]:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#b5b5b5;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:55,60,88;--color-red:#bd2738;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:400;src:url(/fonts/outfit-v11-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:700;src:url(/fonts/outfit-v11-latin-700.woff2) format("woff2")}[data-v-13cada0c]{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-13cada0c]:focus{outline:none}ol[data-v-13cada0c],ul[data-v-13cada0c]{margin:0;padding:0}img[data-v-13cada0c]{display:block}figure[data-v-13cada0c],h1[data-v-13cada0c],h2[data-v-13cada0c],h3[data-v-13cada0c],h4[data-v-13cada0c],h5[data-v-13cada0c],p[data-v-13cada0c]{margin:0}a[data-v-13cada0c]{text-decoration:none}.PrivacyPolicy[data-v-13cada0c]{max-width:840px;padding:120px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}@media(max-width:1024px){.PrivacyPolicy[data-v-13cada0c]{padding:40px 20px}}.PrivacyPolicy h2[data-v-13cada0c],.PrivacyPolicy h3[data-v-13cada0c],.PrivacyPolicy h4[data-v-13cada0c]{font-weight:700;margin-top:40px;margin-bottom:10px}.PrivacyPolicy h4[data-v-13cada0c]{margin-top:40px;font-weight:700}.PrivacyPolicy p[data-v-13cada0c]{font-size:1.125rem}.PrivacyPolicy a[data-v-13cada0c]{color:#3498db;text-decoration:none}.PrivacyPolicy a[data-v-13cada0c]:hover{text-decoration:underline}