:root{--space-dynamic:clamp(1.5rem,3vw,4.5rem);--otos-top:3rem}applet,blockquote,body,button,code,div,fieldset,form,html,iframe,input,legend,object,p,pre,select,textarea{margin:0;padding:0}applet,fieldset,hr,iframe,img,object{border:0}.b,a,a *,button,input[type=button],input[type=image],input[type=reset],input[type=submit],label{cursor:pointer}:disabled,[disabled],input:disabled~span,label:has(input:disabled){cursor:not-allowed!important}h1,h2,h3,h4,h5,h6,optgroup{font-weight:500}em,i{font-style:italic}*,:after,:before{box-sizing:border-box;position:relative}:focus{outline:none}::selection{background:var(--pri);color:var(--pri-fnt)}html{font-size:var(--fntsz)}body{background-color:var(--bgclr);color:var(--fntclr);font-size:clamp(1rem,1vw,1.1rem);letter-spacing:var(--lspc);min-width:300px}#app,body{min-height:100dvh;width:100%}::-webkit-scrollbar{height:var(--scrllwidth);width:var(--scrllwidth)}::-webkit-scrollbar-track{background:var(--scrlltrckbg)}::-webkit-scrollbar-thumb{background:var(--scrllthmbbg);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrllthmbbg-hvr)}.no-scroll-bar{-ms-overflow-style:none;overflow-y:hidden;padding-right:var(--scrllwidth);scrollbar-width:none}.no-scroll-bar::-webkit-scrollbar{display:none}.no-scroll-bar-nav{padding-right:var(--scrllwidth)}.box-clone{box-decoration-break:clone}.box-slice{box-decoration-break:slice}pre{background:rgba(0,0,0,.4);font-family:Courier\ 10 Pitch,Courier,monospace;overflow:auto}input{-webkit-appearance:none;-moz-appearance:none;appearance:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px var(--ffbgclr) inset!important}input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--ffbgclr-hvr) inset!important}input:-webkit-autofill:active,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px var(--ffbgclr-actv) inset!important}.loading-wrp{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100dvh;justify-content:center;width:100%}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.no-overflow{overflow:hidden}.no-overflow-x{overflow-x:hidden}.no-overflow-y{overflow-y:hidden}#snack-bar{background:var(--mdlbg);border-radius:var(--rnds);color:var(--mdlfntclr);left:50%;max-width:25rem;padding:1rem;position:fixed;top:2rem;transform:translateX(-50%);z-index:9999}.mddl-644{max-width:578px}.mddl-644,.mddl-768{margin:0 auto;width:90%}.mddl-768{max-width:680px}.mddl-920{max-width:896px}.mddl-1024,.mddl-920{margin:0 auto;width:90%}.mddl-1024{max-width:992px}.mddl,.mddl-1280{margin:0 auto;max-width:1400px;width:90%}.mddl-1440{margin:0 auto;max-width:1600px;width:90%}[data-display=block],[data-display=true]{display:block!important}[data-display=false],[data-display=none]{display:none!important}[data-display=flex]{display:flex!important}[data-display=grid]{display:grid!important}[data-display=table]{display:table!important}[data-display=inline-block]{display:inline-block!important}.inline-block{display:inline-block}#cookie-modal{background:var(--mdlbg);border-radius:var(--rnd);bottom:12px;flex-direction:column;left:12px;padding:16px;position:fixed;right:12px;width:min(calc(100% - 24px),500px);z-index:99999}#cookie-modal>span:first-child,#cookie-modal>span:nth-child(2){padding-bottom:16px}#cookie-modal>span:first-child{font-size:1.3rem;font-weight:700}#cookie-modal-buttons{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}@media only screen and (max-width:500px){#cookie-modal-buttons{align-items:flex-start;flex-direction:column-reverse}#cookie-modal-buttons button{min-width:210px}}.f-center,.f-x-between,.f-x-center,.f-x-end,.f-x-even,.f-x-start,.f-y-center{display:flex;gap:1rem}.f-x-between,.f-x-center,.f-x-end,.f-x-even,.f-x-start{align-items:center;flex-direction:row}.f-x-start{justify-content:flex-start}.f-x-end{justify-content:flex-end}.f-x-center{justify-content:center}.f-x-between{justify-content:space-between}.f-x-even{justify-content:space-evenly}.f-center{align-items:center;flex-direction:column;justify-content:center}.f-column-reverse{flex-direction:column-reverse}.f-gap-0{gap:.3rem}.f-y-center{align-items:flex-start;flex-direction:column;justify-content:center}.columns-1-1{grid-template-columns:1fr 1fr!important}.columns-1-2{grid-template-columns:1fr 2fr!important}.columns-1-3{grid-template-columns:1fr 3fr!important}.columns-2-1{grid-template-columns:2fr 1fr!important}.columns-3-1{grid-template-columns:3fr 1fr!important}ol{counter-reset:item;list-style-type:none}ol li{counter-increment:item}ol li:before{content:counters(item,".") ". "}h1,h2,h3,h4,h5{font-family:var(--hfmly)}h1{font-size:clamp(2.5rem,4vw,5rem);margin-block:clamp(.2rem,.5vw,.8rem)}h2{font-size:clamp(2rem,3.2vw,4rem);margin-block:clamp(.2rem,.45vw,.7rem)}h3{font-size:clamp(1.75rem,2.8vw,3.2rem);margin-block:clamp(.15rem,.4vw,.6rem)}h4{font-size:clamp(1.5rem,2.4vw,2.5rem);margin-block:clamp(.1rem,.35vw,.5rem)}h5{margin-block:clamp(.1rem,.3vw,.4rem)}.sh{box-shadow:0 .5rem 1rem rgba(0,0,0,.2)!important}.dm .sh{box-shadow:none!important}@media (prefers-color-scheme:dark){html:not(.lm) .sh{box-shadow:none!important}}.sh-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.1)!important}@media (prefers-color-scheme:dark){html:not(.lm) .sh-sm{box-shadow:none!important}}.dm .sh-sm{box-shadow:none!important}.sh-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.25)!important}@media (prefers-color-scheme:dark){html:not(.lm) .sh-lg{box-shadow:none!important}}.dm .sh-lg{box-shadow:none!important}.m-x-center{margin-inline:auto}.m-0{margin:0}.m-025{margin:.25rem}.m-05{margin:.5rem}.m-1{margin:1rem}.m-15{margin:1.5rem}.m-2{margin:2rem}.m-3{margin:3rem}.m-4{margin:4rem}.m-5{margin:5rem}.my-0{margin-block:0}.my-025{margin-block:.25rem}.my-05{margin-block:.5rem}.my-1{margin-block:1rem}.my-15{margin-block:1.5rem}.my-2{margin-block:2rem}.my-3{margin-block:3rem}.my-4{margin-block:4rem}.my-5{margin-block:5rem}.mx-0{margin-inline:0}.mx-025{margin-inline:.25rem}.mx-05{margin-inline:.5rem}.mx-1{margin-inline:1rem}.mx-15{margin-inline:1.5rem}.mx-2{margin-inline:2rem}.mx-3{margin-inline:3rem}.mx-4{margin-inline:4rem}.mx-5{margin-inline:5rem}.mx-auto{margin-inline:auto}.mt-0{margin-top:0}.mt-025{margin-top:.25rem}.mt-05{margin-top:.5rem}.mt-1{margin-top:1rem}.mt-15{margin-top:1.5rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-0{margin-bottom:0}.mb-025{margin-bottom:.25rem}.mb-05{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.mb-15{margin-bottom:1.5rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.ml-0{margin-left:0}.ml-025{margin-left:.25rem}.ml-05{margin-left:.5rem}.ml-1{margin-left:1rem}.ml-15{margin-left:1.5rem}.ml-2{margin-left:2rem}.ml-3{margin-left:3rem}.ml-4{margin-left:4rem}.ml-5{margin-left:5rem}.mr-0{margin-right:0}.mr-025{margin-right:.25rem}.mr-05{margin-right:.5rem}.mr-1{margin-right:1rem}.mr-15{margin-right:1.5rem}.mr-2{margin-right:2rem}.mr-3{margin-right:3rem}.mr-4{margin-right:4rem}.mr-5{margin-right:5rem}.p-dynamic{padding:var(--space-dynamic)}.p-0{padding:0}.p-025{padding:.25rem}.p-05{padding:.5rem}.p-1{padding:1rem}.p-15{padding:1.5rem}.p-2{padding:2rem}.p-3{padding:3rem}.p-4{padding:4rem}.p-5{padding:5rem}.py-dynamic{padding-block:var(--space-dynamic)}.py-0{padding-block:0}.py-025{padding-block:.25rem}.py-05{padding-block:.5rem}.py-1{padding-block:1rem}.py-15{padding-block:1.5rem}.py-2{padding-block:2rem}.py-3{padding-block:3rem}.py-4{padding-block:4rem}.py-5{padding-block:5rem}.px-dynamic{padding-inline:var(--space-dynamic)}.px-0{padding-inline:0}.px-025{padding-inline:.25rem}.px-05{padding-inline:.5rem}.px-1{padding-inline:1rem}.px-15{padding-inline:1.5rem}.px-2{padding-inline:2rem}.px-3{padding-inline:3rem}.px-4{padding-inline:4rem}.px-5{padding-inline:5rem}.pt-dynamic{padding-top:var(--space-dynamic)}.pt-0{padding-top:0}.pt-025{padding-top:.25rem}.pt-05{padding-top:.5rem}.pt-1{padding-top:1rem}.pt-15{padding-top:1.5rem}.pt-2{padding-top:2rem}.pt-3{padding-top:3rem}.pt-4{padding-top:4rem}.pt-5{padding-top:5rem}.pb-dynamic{padding-bottom:var(--space-dynamic)}.pb-0{padding-bottom:0}.pb-025{padding-bottom:.25rem}.pb-05{padding-bottom:.5rem}.pb-1{padding-bottom:1rem}.pb-15{padding-bottom:1.5rem}.pb-2{padding-bottom:2rem}.pb-3{padding-bottom:3rem}.pb-4{padding-bottom:4rem}.pb-5{padding-bottom:5rem}.pl-dynamic{padding-left:var(--space-dynamic)}.pl-0{padding-left:0}.pl-025{padding-left:.25rem}.pl-05{padding-left:.5rem}.pl-1{padding-left:1rem}.pl-15{padding-left:1.5rem}.pl-2{padding-left:2rem}.pl-3{padding-left:3rem}.pl-4{padding-left:4rem}.pl-5{padding-left:5rem}.pr-dynamic{padding-right:var(--space-dynamic)}.pr-0{padding-right:0}.pr-025{padding-right:.25rem}.pr-05{padding-right:.5rem}.pr-1{padding-right:1rem}.pr-15{padding-right:1.5rem}.pr-2{padding-right:2rem}.pr-3{padding-right:3rem}.pr-4{padding-right:4rem}.pr-5{padding-right:5rem}.nav-placeholder{height:80px}.g-dynamic{gap:clamp(1.1rem,1.4vw,1.6rem)}.g-0{gap:0}.g-0125{gap:.125rem}.g-025{gap:.25rem}.g-0375{gap:.375rem}.g-05{gap:.5rem}.g-0625{gap:.625rem}.g-075{gap:.75rem}.g-0875{gap:.875rem}.g-1{gap:1rem}.g-125{gap:1.25rem}.g-15{gap:1.5rem}.g-175{gap:1.75rem}.g-2{gap:2rem}.g-225{gap:2.25rem}.g-25{gap:2.5rem}.g-275{gap:2.75rem}.g-3{gap:3rem}.g-35{gap:3.5rem}.g-4{gap:4rem}.g-5{gap:5rem}.gr-1{row-gap:1rem}.gr-2{row-gap:2rem}.gr-3{row-gap:3rem}.gc-1{column-gap:1rem}.gc-2{column-gap:2rem}.gc-3{column-gap:3rem}@container (max-width: 800px){.g-2{gap:1rem}.g-3{gap:1.5rem}.gr-2{gap:1rem}.gr-3{gap:1.5rem}.gc-2{gap:1rem}.gc-3{gap:1.5rem}}body,p{font-family:var(--bfmly)}p,p+ol,p+ul{color:var(--prgrphclr);font-size:clamp(1rem,1.2vw,1.25rem);font-weight:var(--prgrphclr-nrmal);margin-bottom:1rem}.bg-alt1 p,.bg-alt1 p+ol,.bg-alt1 p+ul{color:var(--alt1-bg-prgrphclr)}.bg-alt1 .bg-card p,.bg-alt1 .bg-card p+ol,.bg-alt1 .bg-card p+ul,.bg-alt1 .c p,.bg-alt1 .c p+ol,.bg-alt1 .c p+ul{color:var(--alt1-bg-crd-prgrphclr)}.bg-alt2 p,.bg-alt2 p+ol,.bg-alt2 p+ul{color:var(--alt2-bg-prgrphclr)}.bg-alt2 .bg-card p,.bg-alt2 .bg-card p+ol,.bg-alt2 .bg-card p+ul,.bg-alt2 .c p,.bg-alt2 .c p+ol,.bg-alt2 .c p+ul{color:var(--alt2-bg-crd-prgrphclr)}.bg-alt3 p,.bg-alt3 p+ol,.bg-alt3 p+ul{color:var(--alt3-bg-prgrphclr)}.bg-alt3 .bg-card p,.bg-alt3 .bg-card p+ol,.bg-alt3 .bg-card p+ul,.bg-alt3 .c p,.bg-alt3 .c p+ol,.bg-alt3 .c p+ul{color:var(--alt3-bg-crd-prgrphclr)}.txt-bold,p b,p strong{font-weight:var(--prgrphclr-bold)}.highlight,mark{background:var(--acc);border-radius:var(--rnds);color:var(--acc-fnt);padding:3px}blockquote p,blockquote:not(:has(p)){border-left:.25rem solid var(--pri);font-family:var(--qtfmly)!important;font-size:clamp(1.125rem,1.4vw,1.5rem);margin:0 0 1rem;padding:1.25rem 0 1.25rem 1.5rem}blockquote.q-sec{border-left:.25rem solid var(--sec)}blockquote.q-acc{border-left:.25rem solid var(--acc)}.quote{font-family:var(--qtfmly)!important}code,pre{background:rgba(0,0,0,.2);border-radius:var(--rnds);font-size:var(--fntsz);font-weight:400;margin-bottom:1rem;padding:.5rem;scrollbar-width:none}figure{margin:.1rem}figcaption{font-size:.9rem}.txt-crossed,s{text-decoration:line-through}.txt-upper{text-transform:uppercase}.txt-left{text-align:left}.txt-center{text-align:center}.txt-right{text-align:right}.txt-xs,.txt-xs .chckbx-wrp label,.txt-xs .rdio-wrp label,.txt-xs .swtch-wrp label{font-size:clamp(.75rem,1.2vw,.875rem)!important;line-height:1.4}.txt-s,.txt-s .chckbx-wrp label,.txt-s .rdio-wrp label,.txt-s .swtch-wrp label{font-size:clamp(.875rem,1.4vw,1rem)!important;line-height:1.5}.txt-l,.txt-l .chckbx-wrp label,.txt-l .rdio-wrp label,.txt-l .swtch-wrp label{font-size:clamp(1.125rem,1.8vw,1.5rem)!important;line-height:1.5}.txt-xl,.txt-xl .chckbx-wrp label,.txt-xl .rdio-wrp label,.txt-xl .swtch-wrp label{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.3}.txt-light,.txt-light p{color:var(--light)!important}.txt-dark,.txt-dark p{color:var(--dark)!important}.txt-muted,h1.txt-muted,h2.txt-muted,h3.txt-muted,h4.txt-muted,h5.txt-muted{color:var(--txtmtdclr)}.txt-muted svg{fill:var(--txtmtdclr)!important}.txt-pri{color:var(--pri)}.txt-pri svg{fill:var(--pri)!important}.txt-sec{color:var(--sec)}.txt-sec svg{fill:var(--sec)!important}.txt-acc{color:var(--acc)}.txt-acc svg{fill:var(--acc)!important}.txt-suc{color:var(--suc)}.txt-suc svg{fill:var(--suc)!important}.txt-dan{color:var(--dan)}.txt-dan svg{fill:var(--dan)!important}.bg-alt1 .bg-card .txt-muted{color:var(--alt1-bg-crd-mtdtxt)}.bg-alt1 .txt-muted{color:var(--alt1-bg-mtdtxt)}.bg-alt2 .bg-card .txt-muted{color:var(--alt2-bg-crd-mtdtxt)}.bg-alt2 .txt-muted{color:var(--alt2-bg-mtdtxt)}.bg-alt3 .bg-card .txt-muted{color:var(--alt3-bg-crd-mtdtxt)}.bg-alt3 .txt-muted{color:var(--alt3-bg-mtdtxt)}.block-card .txt-muted,.bmasonry-card .txt-muted,.c .txt-muted{color:var(--crd-muted-clr)}.txt-rainbow-pri-sec-acc{background:linear-gradient(45deg,var(--pri),var(--sec),var(--acc));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.txt-rainbow-pri-sec{background:linear-gradient(45deg,var(--pri),var(--sec));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.txt-rainbow-pri-acc{background:linear-gradient(45deg,var(--pri),var(--acc));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.txt-rainbow-sec-acc{background:linear-gradient(45deg,var(--sec),var(--acc));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}a,a:hover{text-decoration:none}a,a.pri{color:var(--pri)}a.pri:hover,a:hover{color:var(--pri-hvr)}a.b-pri:hover{color:var(--pri-fnt)}a.sec{color:var(--sec)}a.sec:hover{color:var(--sec-hvr)}a.b-sec:hover{color:var(--pri-fnt)}a.acc{color:var(--acc)}a.acc:hover{color:var(--acc-hvr)}a.b-acc:hover{color:var(--pri-fnt)}a.suc{color:var(--suc)}a.suc:hover{color:var(--suc-hvr)}a.b-suc:hover{color:var(--pri-fnt)}a.dan{color:var(--dan)}a.dan:hover{color:var(--dan-hvr)}a.b-dan:hover{color:var(--pri-fnt)}a.b-sm{padding:.35rem 1rem}.w-10{width:10%}.w-15{width:15%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-85{width:85%}.w-90{width:90%}.w-95{width:95%}.w-100{width:100%}.w-200{width:200%}.w-300{width:300%}.w-400{width:400%}.w-500{width:500%}.w-600{width:600%}.w-700{width:700%}.w-800{width:800%}.w-900{width:900%}.w-1000{width:1000%}.h-25{height:25vh}.h-50{height:50vh}.h-75{height:75vh}.min-h50{height:clamp(300px,50svh,860px)}.min-h60{height:clamp(300px,60svh,860px)}.min-h70{height:clamp(300px,70svh,860px)}.min-h80{height:clamp(300px,80svh,860px)}.min-h90{height:clamp(300px,90svh,860px)}.vh-100{height:100svh}.h-100{height:100%}.block-h-25{height:clamp(200px,25svh,400px)}.block-h-25,.block-h-50{align-items:center;display:flex;flex-direction:column;justify-content:center}.block-h-50{height:clamp(300px,50svh,600px)}.block-h-75{height:clamp(400px,75svh,750px)}.block-h-100,.block-h-75{align-items:center;display:flex;flex-direction:column;justify-content:center}.block-h-100{height:clamp(500px,100svh,1000px)}.block-content-w-50{margin-inline:auto;max-width:900px;width:50%}.block-content-w-60{margin-inline:auto;max-width:900px;width:60%}.block-content-w-70{margin-inline:auto;max-width:900px;width:70%}.block-content-w-80{margin-inline:auto;max-width:900px;width:80%}.block-content-w-90{margin-inline:auto;max-width:900px;width:90%}@media only screen and (max-width:1000px){.block-content-w-50{width:60%}}@media only screen and (max-width:900px){.block-content-w-50,.block-content-w-60{width:70%}}@media only screen and (max-width:800px){.block-content-w-50,.block-content-w-60,.block-content-w-70{width:80%}}@media only screen and (max-width:700px){.block-content-w-50,.block-content-w-60,.block-content-w-70,.block-content-w-80{width:90%}}@media only screen and (max-width:600px){.block-content-w-50,.block-content-w-60,.block-content-w-70,.block-content-w-80,.block-content-w-90{width:100%}}.dropdown{background:var(--ddbg);border-radius:var(--rnds);color:var(--ddfntclr)}.dropdown-item{cursor:pointer;padding:.5rem}.dropdown-item,.dropdown-item>label{display:flex;gap:4px}.dropdown-item:first-child{border-radius:var(--rnds) var(--rnds) 0 0}.dropdown-item:last-child{border-radius:0 0 var(--rnds) var(--rnds)}.dropdown-item:hover{background:var(--ddbg-hvr);color:var(--ddfntclr-hvr)}article{padding:2rem 0 3rem}article header{padding:1.5rem 0}article p{font-size:1.2rem;font-weight:var(--prgrphclr-nrmal)}article .article-img{padding:.75rem 0}article img{padding-top:1rem;width:100%}article .article-img-captain{font-size:.85rem;padding-top:.4rem;text-align:center;width:100%}article .article-youtube{padding:1.5rem 0}article .article-youtube iframe{width:100%}.f-rw-wrp{container-type:inline-size;margin-bottom:.7rem}.f-rw-wrp:last-child{margin-bottom:0}.f{padding:.5rem 2rem .5rem .5rem}.f,.f-f{background:var(--ffbgclr);border:.0625rem solid var(--ffbrdclr);border-radius:var(--ffrnd);color:var(--fffntclr);font-family:var(--inptfmly);font-size:clamp(16px,.8vw,1rem);height:100%;width:100%}.f-s{font-size:clamp(.875rem,1.4vw,1rem);padding:.4rem 1.8rem .4rem .4rem}.f-l{font-size:clamp(1.125rem,1.8vw,1.5rem);padding:.6rem 2.2rem .6rem .6rem}.f-f:focus,.f:focus{background:var(--ffbgclr-actv);border:.0625rem solid var(--ffbrd-actv);color:var(--fffntclr-actv);outline-offset:.125rem}.f-f:disabled,.f:disabled{background:var(--ffbgclr-dsbld);border:.0625rem solid var(--ffbrd-dsbld);color:var(--fffntclr-dsbld)}.f-f:disabled~.f-b-wrp,.f:disabled~.f-b-wrp{display:none}.f-f-wrp .f-b-wrp,.inline-f-row .f-b-wrp,.lbl-f-row .f-b-wrp{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:.25rem;top:0;width:2rem}.lbl-f-row .f-b-wrp span{font-size:120%}.f-f-wrp .f-b-wrp{width:2.5rem}.f-f-wrp .f-b-wrp span{font-size:140%}.lbl-txtarea-row .f-b-wrp{align-items:flex-start;padding-top:.125rem}.inline-f-row .f-b-wrp{width:1.5rem}.inline-f-row .f-b-wrp span{font-size:100%}.lbl-f-row{display:grid;grid-template-areas:"labelwrp fieldwrp" ". errorwrp";grid-template-columns:25% auto;grid-template-rows:2.5rem auto;width:100%}.lbl-txtarea-row{grid-template-rows:10rem auto}.lbl-chckbx-row,.lbl-rdio-row,.lbl-swtch-row{grid-template-rows:auto auto}.lbl-chckbx-row>label>span,.lbl-rdio-row>label>span,.lbl-swtch-row>label>span{align-self:start}.lbl-button-row{grid-template-rows:auto}.lbl-f-row>label{align-items:center;display:flex;grid-area:labelwrp;height:100%;padding:0 .5rem;width:100%}.lbl-f-row>div{grid-area:fieldwrp;height:100%;width:100%}.lbl-range-row>div{align-items:center;display:flex}.lbl-f-row>span{grid-area:errorwrp}.lbl-txtarea-row>label{align-items:flex-start;padding:.5rem}.f-pw-b{cursor:pointer;flex-direction:column}.f-pw-b>div:first-child,.f-pw-b>div:last-child,.f-pw-b>div:nth-child(2){align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:.0625rem;width:100%}.f-pw-b>div:first-child>div{border:.125rem solid var(--fffntclr);border-radius:.5rem .0625rem .5rem .0625rem;height:.6875rem;transform:rotate(45deg);width:.6875rem}.f-pw-b>div:nth-child(2)>div{background:var(--fffntclr);border-radius:.1875rem;height:.375rem;opacity:.75;top:-.0625rem;width:.375rem}.f-pw-b>div:last-child>div{background:var(--fffntclr);border:.0625rem solid var(--fffntclr);border-radius:.125rem;height:1.25rem;transform:rotate(45deg);width:.25rem}.pw-f-row input[type=password]~.f-b-wrp .f-pw-b>div:last-child>div{display:none}.pw-f-row input[type=text]~.f-b-wrp .f-pw-b>div:last-child>div{display:block}.f-slct-arrw{align-items:center;content:attr(arrow);display:flex;font-size:80%;height:calc(100% - .125rem);justify-content:center;line-height:100%;position:absolute;right:.25rem;top:.1875rem;width:2rem;z-index:2}@container (max-width: 31.25rem){.lbl-f-row{grid-template-columns:30% auto}}@container (max-width: 25rem){.lbl-f-row{grid-template-areas:"labelwrp" "fieldwrp" "errorwrp";grid-template-columns:100%;grid-template-rows:auto 2.5rem auto}.lbl-txtarea-row{grid-template-rows:auto 12.5rem auto}.lbl-txtarea-row>label{align-items:flex-start;padding:0 .5rem}.lbl-f-row>label{padding-bottom:.35rem}.lbl-chckbx-row,.lbl-rdio-row,.lbl-swtch-row{grid-template-rows:auto auto}}input[type=range]{background:transparent;border:none;width:100%}input[type=range]::-webkit-slider-runnable-track{background:var(--ffbgclr);border-radius:.1875rem;height:.5rem}input[type=range]::-moz-range-track{background:var(--ffbgclr);border-radius:.1875rem;height:.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--pri);border:.0625rem solid var(--pri);border-radius:.1875rem;cursor:pointer;height:1.225rem;margin-top:-.375rem;width:.625rem}input[type=range]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--pri);border:.0625rem solid var(--pri);border-radius:.1875rem;cursor:pointer;height:1.225rem;margin-top:-10.0625rem;width:.625rem}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{border:.0625rem solid var(--pri-hvr);outline:.1875rem solid var(--pri-hvr);outline-offset:.125rem}input[type=range]:focus::-moz-range-thumb{border:.0625rem solid var(--pri-hvr);outline:.1875rem solid var(--pri-hvr);outline-offset:.125rem}.chckbxs-wrp .chckbx-wrp,.rdios-wrp .rdio-wrp,.swtchs-wrp .swtch-wrp{margin-bottom:.5rem}.chckbxs-wrp .chckbx-wrp:last-child,.rdios-wrp .rdio-wrp:last-child,.swtchs-wrp .swtch-wrp:last-child{margin-bottom:0}.chckbx-wrp>label,.rdio-wrp>label,.swtch-wrp>label{align-items:center;display:grid;gap:.5rem;grid-template-columns:30px auto;user-select:none;width:100%}.chckbx-wrp>label.gap-0,.rdio-wrp>label.gap-0,.swtch-wrp>label.gap-0{gap:0}.swtch-wrp>label{grid-template-columns:40px auto}.chckbx-wrp label input,.rdio-wrp label input,.swtch-wrp label input{height:.625rem;left:0;opacity:0;position:absolute;top:0;width:.625rem}.chckbx-wrp label span{align-items:flex-start;background:var(--ffbgclr);border:.0625rem solid var(--ffbrdclr);border-radius:.25rem;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:relative;width:1.25rem}.chckbx-wrp label input:focus~span{outline:.1875rem solid var(--pri-hvr);outline-offset:.125rem}.chckbx-wrp label span i{border-bottom:.1875rem solid var(--pri-fnt);border-right:.1875rem solid var(--pri-fnt);height:.8rem;top:.125rem;transform:scale(0) rotate(40deg);transition:transform .2s;width:.5rem}.chckbx-wrp label input:checked~span{background:var(--pri)}.chckbx-wrp label input:checked~span i{transform:scale(1) rotate(40deg)}.chckbx-wrp label input:disabled~span{background:var(--pri-dsbld)}.chckbx-wrp label input:disabled~span i{border-bottom-color:var(--pri-dsbld-fnt);border-right-color:var(--pri-dsbld-fnt)}.rdio-wrp label span{align-items:center;background:var(--ffbgclr);border:.0625rem solid var(--ffbrdclr);border-radius:50%;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:relative;width:1.25rem}.rdio-wrp label input:focus~span{outline:.1875rem solid var(--pri-hvr);outline-offset:.125rem}.rdio-wrp label span i{background:var(--pri-fnt);border-radius:.375rem;height:.75rem;transform:scale(0);transition:transform .2s;width:.75rem}.rdio-wrp label input:checked~span{background:var(--pri)}.rdio-wrp label input:checked~span i{transform:scale(1)}.rdio-wrp label input:disabled~span{background:var(--pri-dsbld)}.rdio-wrp label input:disabled~span i{background:var(--pri-dsbld-fnt)}.swtch-wrp label span{align-items:center;background:var(--ffbgclr);border:1px solid var(--ffbrdclr);border-radius:1rem;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:relative;width:2rem}.swtch-wrp label input:focus~span{outline:.1875rem solid var(--pri-hvr);outline-offset:.125rem}.swtch-wrp label span i{background:var(--pri-fnt);border:1px solid var(--ffbrdclr);border-radius:1rem;height:.875rem;left:.1rem;position:absolute;transition:left .2s;width:.875rem;z-index:8}.swtch-wrp label input:checked~span{background:var(--pri);border:1px solid transparent}.swtch-wrp label input:checked~span i{border:1px solid transparent;left:.975rem}.swtch-wrp label input:disabled~span{background:var(--pri-dsbld)}.swtch-wrp label input:disabled~span i{background:var(--pri-dsbld-fnt)}.f-inline-rw-wrp{margin:.125rem 0}.f-inline-rw-wrp .inline-f-row{align-items:center;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start}.f-inline-rw-wrp .inline-f-row>div{width:7.5rem}.f-inline-rw-wrp .inline-f-row>div input,.f-inline-rw-wrp .inline-f-row>div select{height:2rem;padding:.375rem 1.5625rem .375rem .375rem}.f-f-rw-wrp{display:grid;grid-template-columns:100%;grid-template-rows:auto auto;margin-bottom:.7rem;width:100%}.f-f-rw-wrp:last-child{margin-bottom:0}.f-f-rw-wrp .f-f-wrp{height:3.4375rem;width:100%}.f-f-rw-wrp .f-f-wrp input{padding:20.5rem 2.5rem .5625rem 1rem}.f-f-rw-wrp .f-f-wrp label{color:var(--fflblclr);font-size:90%;left:1rem;position:absolute;top:.5625rem;transition:all .2s}.f-f-rw-wrp .f-f-wrp input::-webkit-input-placeholder,.f-f-rw-wrp .f-f-wrp textarea::-webkit-input-placeholder,.f-rw-wrp input::-webkit-input-placeholder,.f-rw-wrp textarea::-webkit-input-placeholder{color:var(--ffplcclr)}.f-f-rw-wrp .f-f-wrp input:disabled::-webkit-input-placeholder,.f-f-rw-wrp .f-f-wrp textarea:disabled::-webkit-input-placeholder,.f-rw-wrp input:disabled::-webkit-input-placeholder,.f-rw-wrp textarea:disabled::-webkit-input-placeholder{color:var(--ffplcclr-dsbld)}.f-f-rw-wrp .f-f-wrp input::-moz-placeholder,.f-f-rw-wrp .f-f-wrp textarea::-moz-placeholder,.f-rw-wrp input::-moz-placeholder,.f-rw-wrp textarea::-moz-placeholder{color:var(--ffplcclr)}.f-f-rw-wrp .f-f-wrp input:disabled::-moz-placeholder,.f-f-rw-wrp .f-f-wrp textarea:disabled::-moz-placeholder,.f-rw-wrp input:disabled::-moz-placeholder,.f-rw-wrp textarea:disabled::-moz-placeholder{color:var(--ffplcclr-dsbld)}.f-f-rw-wrp .f-f-wrp input::placeholder,.f-f-rw-wrp .f-f-wrp textarea::placeholder,.f-rw-wrp input::placeholder,.f-rw-wrp textarea::placeholder{color:var(--ffplcclr)}.f-f-rw-wrp .f-f-wrp input:disabled::placeholder,.f-f-rw-wrp .f-f-wrp textarea:disabled::placeholder,.f-rw-wrp input:disabled::placeholder,.f-rw-wrp textarea:disabled::placeholder{color:var(--ffplcclr-dsbld)}.f-f-rw-wrp .f-f-wrp input:placeholder-shown~label,.f-f-rw-wrp .f-f-wrp textarea:placeholder-shown~label{color:var(--fflblclr);font-size:110%;top:10.5rem}.f-f-rw-wrp .f-f-wrp input:focus~label,.f-f-rw-wrp .f-f-wrp textarea:focus~label{color:var(--pri);font-size:90%;top:.5625rem}.f-f-rw-wrp .f-f-wrp input:focus::-webkit-input-placeholder,.f-f-rw-wrp .f-f-wrp input:focus::placeholder,.f-f-rw-wrp .f-f-wrp textarea:focus::-webkit-input-placeholder,.f-f-rw-wrp .f-f-wrp textarea:focus::placeholder{color:var(--ffplcclr)}.f-f-rw-wrp .f-err{padding-left:.5rem}.f-f-rw-wrp .chckbx-wrp,.f-f-rw-wrp .rdio-wrp,.f-f-rw-wrp .swtch-wrp{padding:0 .5rem}.f-f-rw-wrp .f-f-wrp input:placeholder-shown~label~.f-b-wrp,.f-inline-rw-wrp .inline-f-row>div input:placeholder-shown~.f-b-wrp,.f-rw-wrp .inline-f-row>div input:placeholder-shown~.f-b-wrp,.f-rw-wrp .lbl-f-row>div input:placeholder-shown~.f-b-wrp,.f-rw-wrp .lbl-f-row>div textarea:placeholder-shown~.f-b-wrp{display:none}.f-inline-rw-wrp .b{height:2rem;padding:.25rem 1.25rem}.f-f-rw-wrp .b{font-size:110%;height:3.125rem}.f-f-wrp .f-b-wrp .b-icn{color:var(--fffntclr);height:2.5rem!important;max-width:2.5rem;min-width:2.5rem;width:2.5rem;fill:var(--fffntclr)}.inline-f-row .f-b-wrp .b-icn{height:1.5625rem!important;max-width:1.5625rem;min-width:1.5625rem;width:1.5625rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 2rem none!important}input::-webkit-contacts-auto-fill-button{display:none!important;pointer-events:none;position:absolute;right:0;visibility:hidden}textarea{resize:none}.f-err{color:var(--dan);font-size:80%;margin-top:.25rem;padding:0 .5rem}.form-err-msg{background:var(--dan);border-radius:var(--rnds);color:var(--dan-fnt);font-size:1rem;margin-bottom:.875rem;margin-left:25%;padding:1rem}.fake-f{background:var(--ffbgclr);border:.0625rem solid var(--ffbrdclr);border-radius:var(--ffrnd);color:var(--fffntclr);padding:.7rem}.f-file-f-wrp{position:relative;width:100%}.f-file-f-wrp .f-upload-f{cursor:pointer;opacity:0}.f-file-f-wrp .f-file-cover,.f-file-f-wrp .f-upload-f{bottom:0;left:0;position:absolute;right:0;top:0}.f-file-f-wrp .f-file-f{padding-left:7rem}.f-file-f-wrp button{bottom:2px;left:2px;position:absolute;top:2px}.b{align-items:center;background:transparent;border:.0625rem solid transparent;border-radius:0;border-radius:var(--btnrnd);color:var(--fntclr);display:flex;font-family:var(--btnfmly);font-size:1.2rem;justify-content:center;min-width:11rem;padding:.55rem 1.05rem;user-select:none;white-space:nowrap}.b:focus{background:hsla(0,0%,49%,.5);border:.0625rem solid hsla(0,0%,49%,.6);outline:.1875rem solid hsla(0,0%,49%,.4);outline-offset:.125rem}.b:hover{background:hsla(0,0%,49%,.3)}.b:active{background:hsla(0,0%,49%,.6);outline:none!important;outline-offset:none!important}.b:disabled{color:var(--txtmtdclr)}.block-card .b{font-size:1.05rem}.b-sm{border-radius:var(--btnrnd-s);font-size:.95rem;min-width:6rem;padding:.35rem .65rem!important}.b-lg{border-radius:var(--btnrnd-l);font-size:clamp(1.25rem,1.35vw,1.6rem);min-width:14rem;padding:1rem 1.8rem!important}.b-circle{align-items:center;aspect-ratio:1/1;border-radius:50%!important;display:flex;height:90%!important;justify-content:center;min-width:.75rem!important;padding:.75rem!important;top:5%}.b-circle-sm{font-size:.85rem!important;padding:.5rem!important}.b-circle-lg{font-size:1.45rem!important;padding:.1rem!important}.b-blck{width:100%}.b-icn{align-items:center;border-radius:1.5625rem;display:flex;height:2rem!important;justify-content:center;margin:0!important;max-width:2rem;min-width:2rem;padding:0!important;width:2rem}.f-b-wrp .b-icn{color:var(--fffntclr)}.f-b-wrp .b-icn svg{fill:var(--fffntclr)}.b-pri{border:.0625rem solid var(--pri);color:var(--pri-fnt)}.b-pri,.b-pri:focus{background:var(--pri)}.b-pri:focus{border:.0625rem solid var(--pri-actv);outline:.1875rem solid var(--pri-actv);outline-offset:.125rem}.b-pri:hover{background:var(--pri-hvr)}.b-pri:active{background:var(--pri-actv)}.b-pri:disabled{background:var(--pri-dsbld);color:var(--pri-dsbld-fnt)}.b-pri-g{background:rgba(0,0,0,.1);border:.0625rem solid var(--pri);color:var(--pri)}.b-pri-g:focus{background:rgba(0,0,0,.15);border-color:var(--pri-actv);color:var(--pri-actv);outline:.1875rem solid var(--pri-actv);outline-offset:.125rem}.b-pri-g:hover{background:rgba(0,0,0,.15);border-color:var(--pri-hvr);color:var(--pri-hvr)}.b-pri-g:active{background:rgba(0,0,0,.2);border-color:var(--pri-actv);color:var(--pri-actv)}.b-pri-g:disabled{border-color:var(--pri-dsbld);color:var(--pri-dsbld-fnt)}@media (prefers-color-scheme:dark){html:not(.lm) .b-pri-g{background:hsla(0,0%,100%,.1)}html:not(.lm) .b-pri-g:focus,html:not(.lm) .b-pri-g:hover{background:hsla(0,0%,100%,.15)}html:not(.lm) .b-pri-g:active{background:hsla(0,0%,100%,.2)}}html.dm .b-pri-g{background:hsla(0,0%,100%,.1)}html.dm .b-pri-g:focus,html.dm .b-pri-g:hover{background:hsla(0,0%,100%,.15)}html.dm .b-pri-g:active{background:hsla(0,0%,100%,.2)}.b-sec{border:.0625rem solid var(--sec);color:var(--sec-fnt)}.b-sec,.b-sec:focus{background:var(--sec)}.b-sec:focus{border:.0625rem solid var(--sec-actv);outline:.1875rem solid var(--sec-actv);outline-offset:.125rem}.b-sec:hover{background:var(--sec-hvr)}.b-sec:active{background:var(--sec-actv)}.b-sec:disabled{background:var(--sec-dsbld);color:var(--sec-dsbld-fnt)}.b-sec-g{background:rgba(0,0,0,.1);border:.0625rem solid var(--sec);color:var(--sec)}.b-sec-g:focus{background:rgba(0,0,0,.15);border-color:var(--sec-actv);color:var(--sec-actv);outline:.1875rem solid var(--sec-actv);outline-offset:.125rem}.b-sec-g:hover{background:rgba(0,0,0,.15);border-color:var(--sec-hvr);color:var(--sec-hvr)}.b-sec-g:active{background:rgba(0,0,0,.2);border-color:var(--sec-actv);color:var(--sec-actv)}.b-sec-g:disabled{border-color:var(--sec-dsbld);color:var(--sec-dsbld-fnt)}@media (prefers-color-scheme:dark){html:not(.lm) .b-sec-g{background:hsla(0,0%,100%,.1)}html:not(.lm) .b-sec-g:focus,html:not(.lm) .b-sec-g:hover{background:hsla(0,0%,100%,.15)}html:not(.lm) .b-sec-g:active{background:hsla(0,0%,100%,.2)}}html.dm .b-sec-g{background:hsla(0,0%,100%,.1)}html.dm .b-sec-g:focus,html.dm .b-sec-g:hover{background:hsla(0,0%,100%,.15)}html.dm .b-sec-g:active{background:hsla(0,0%,100%,.2)}.b-acc{border:.0625rem solid var(--acc);color:var(--acc-fnt)}.b-acc,.b-acc:focus{background:var(--acc)}.b-acc:focus{border:.0625rem solid var(--acc-actv);outline:.1875rem solid var(--acc-actv);outline-offset:.125rem}.b-acc:hover{background:var(--acc-hvr)}.b-acc:active{background:var(--acc-actv)}.b-acc:disabled{background:var(--acc-dsbld);color:var(--acc-dsbld-fnt)}.b-acc-g{background:rgba(0,0,0,.1);border:.0625rem solid var(--acc);color:var(--acc)}.b-acc-g:focus{background:rgba(0,0,0,.15);border-color:var(--acc-actv);color:var(--acc-actv);outline:.1875rem solid var(--acc-actv);outline-offset:.125rem}.b-acc-g:hover{background:rgba(0,0,0,.15);border-color:var(--acc-hvr);color:var(--acc-hvr)}.b-acc-g:active{background:rgba(0,0,0,.2);border-color:var(--acc-actv);color:var(--acc-actv)}.b-acc-g:disabled{border-color:var(--acc-dsbld);color:var(--acc-dsbld-fnt)}@media (prefers-color-scheme:dark){html:not(.lm) .b-acc-g{background:hsla(0,0%,100%,.1)}html:not(.lm) .b-acc-g:focus,html:not(.lm) .b-acc-g:hover{background:hsla(0,0%,100%,.15)}html:not(.lm) .b-acc-g:active{background:hsla(0,0%,100%,.2)}}html.dm .b-acc-g{background:hsla(0,0%,100%,.1)}html.dm .b-acc-g:focus,html.dm .b-acc-g:hover{background:hsla(0,0%,100%,.15)}html.dm .b-acc-g:active{background:hsla(0,0%,100%,.2)}.b-suc{border:.0625rem solid var(--suc);color:var(--suc-fnt)}.b-suc,.b-suc:focus{background:var(--suc)}.b-suc:focus{border:.0625rem solid var(--suc-actv);outline:.1875rem solid var(--suc-actv);outline-offset:.125rem}.b-suc:hover{background:var(--suc-hvr)}.b-suc:active{background:var(--suc-actv)}.b-suc:disabled{background:var(--suc-dsbld);color:var(--suc-dsbld-fnt)}.b-suc-g{background:rgba(0,0,0,.1);border:.0625rem solid var(--suc);color:var(--suc)}.b-suc-g:focus{background:rgba(0,0,0,.15);border-color:var(--suc-actv);color:var(--suc-actv);outline:.1875rem solid var(--suc-actv);outline-offset:.125rem}.b-suc-g:hover{background:rgba(0,0,0,.15);border-color:var(--suc-hvr);color:var(--suc-hvr)}.b-suc-g:active{background:rgba(0,0,0,.2);border-color:var(--suc-actv);color:var(--suc-actv)}.b-suc-g:disabled{border-color:var(--suc-dsbld);color:var(--suc-dsbld-fnt)}@media (prefers-color-scheme:dark){html:not(.lm) .b-suc-g{background:hsla(0,0%,100%,.1)}html:not(.lm) .b-suc-g:focus,html:not(.lm) .b-suc-g:hover{background:hsla(0,0%,100%,.15)}html:not(.lm) .b-suc-g:active{background:hsla(0,0%,100%,.2)}}html.dm .b-suc-g{background:hsla(0,0%,100%,.1)}html.dm .b-suc-g:focus,html.dm .b-suc-g:hover{background:hsla(0,0%,100%,.15)}html.dm .b-suc-g:active{background:hsla(0,0%,100%,.2)}.b-dan{border:.0625rem solid var(--dan);color:var(--dan-fnt)}.b-dan,.b-dan:focus{background:var(--dan)}.b-dan:focus{border:.0625rem solid var(--dan-actv);outline:.1875rem solid var(--dan-actv);outline-offset:.125rem}.b-dan:hover{background:var(--dan-hvr)}.b-dan:active{background:var(--dan-actv)}.b-dan:disabled{background:var(--dan-dsbld);color:var(--dan-dsbld-fnt)}.b-dan-g{background:rgba(0,0,0,.1);border:.0625rem solid var(--dan);color:var(--dan)}.b-dan-g:focus{background:rgba(0,0,0,.15);border-color:var(--dan-actv);color:var(--dan-actv);outline:.1875rem solid var(--dan-actv);outline-offset:.125rem}.b-dan-g:hover{background:rgba(0,0,0,.15);border-color:var(--dan-hvr);color:var(--dan-hvr)}.b-dan-g:active{background:rgba(0,0,0,.2);border-color:var(--dan-actv);color:var(--dan-actv)}.b-dan-g:disabled{border-color:var(--dan-dsbld);color:var(--dan-dsbld-fnt)}@media (prefers-color-scheme:dark){html:not(.lm) .b-dan-g{background:hsla(0,0%,100%,.1)}html:not(.lm) .b-dan-g:focus,html:not(.lm) .b-dan-g:hover{background:hsla(0,0%,100%,.15)}html:not(.lm) .b-dan-g:active{background:hsla(0,0%,100%,.2)}}html.dm .b-dan-g{background:hsla(0,0%,100%,.1)}html.dm .b-dan-g:focus,html.dm .b-dan-g:hover{background:hsla(0,0%,100%,.15)}html.dm .b-dan-g:active{background:hsla(0,0%,100%,.2)}.b-pri-sec{color:var(--pri-fnt)}.b-pri-sec,.b-pri-sec:focus{background:linear-gradient(45deg,var(--pri),var(--sec));border:none}.b-pri-sec:focus{outline:.1875rem solid var(--pri-actv);outline-offset:.125rem}.b-pri-sec:hover{background:linear-gradient(45deg,var(--pri-hvr),var(--sec-hvr))}.b-pri-sec:active{background:linear-gradient(45deg,var(--pri-actv),var(--sec-actv))}.b-pri-sec:disabled{background:linear-gradient(45deg,var(--pri-dsbld),var(--sec-dsbld));color:var(--pri-dsbld-fnt)}.b-pri-acc{color:var(--pri-fnt)}.b-pri-acc,.b-pri-acc:focus{background:linear-gradient(45deg,var(--pri),var(--acc));border:none}.b-pri-acc:focus{outline:.1875rem solid var(--pri-actv);outline-offset:.125rem}.b-pri-acc:hover{background:linear-gradient(45deg,var(--pri-hvr),var(--acc-hvr))}.b-pri-acc:active{background:linear-gradient(45deg,var(--pri-actv),var(--acc-actv))}.b-pri-acc:disabled{background:linear-gradient(45deg,var(--pri-dsbld),var(--acc-dsbld));color:var(--pri-dsbld-fnt)}.b-sec-acc{color:var(--sec-fnt)}.b-sec-acc,.b-sec-acc:focus{background:linear-gradient(45deg,var(--sec),var(--acc));border:none}.b-sec-acc:focus{outline:.1875rem solid var(--sec-actv);outline-offset:.125rem}.b-sec-acc:hover{background:linear-gradient(45deg,var(--sec-hvr),var(--acc-hvr))}.b-sec-acc:active{background:linear-gradient(45deg,var(--sec-actv),var(--acc-actv))}.b-sec-acc:disabled{background:linear-gradient(45deg,var(--sec-dsbld),var(--acc-dsbld));color:var(--sec-dsbld-fnt)}.b-pri-sec-acc{color:var(--pri-fnt)}.b-pri-sec-acc,.b-pri-sec-acc:focus{background:linear-gradient(45deg,var(--pri),var(--sec),var(--acc));border:none}.b-pri-sec-acc:focus{outline:.1875rem solid var(--pri-actv);outline-offset:.125rem}.b-pri-sec-acc:hover{background:linear-gradient(45deg,var(--pri),var(--sec-hvr),var(--acc-hvr))}.b-pri-sec-acc:active{background:linear-gradient(45deg,var(--pri),var(--sec-actv),var(--acc-actv))}.b-pri-sec-acc:disabled{background:linear-gradient(45deg,var(--pri),var(--sec-dsbld),var(--acc-dsbld));color:var(--pri-dsbld-fnt)}.b>div:nth-child(2){align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}[loading=false]>div:first-child{opacity:1}[loading=false]>div:nth-child(2),[loading=true]>div:first-child{opacity:0}[loading=true]>div:nth-child(2){opacity:1}.b-pri[loading=true]:disabled{background:var(--pri);border:.0625rem solid var(--pri);color:var(--pri-fnt)}.b-pri-g[loading=true]:disabled{border:.0625rem solid var(--pri);color:var(--pri)}.b-sec[loading=true]:disabled{background:var(--sec);border:.0625rem solid var(--sec);color:var(--sec-fnt)}.b-sec-g[loading=true]:disabled{border:.0625rem solid var(--sec);color:var(--sec)}.b-acc[loading=true]:disabled{background:var(--acc);border:.0625rem solid var(--acc);color:var(--acc-fnt)}.b-acc-g[loading=true]:disabled{border:.0625rem solid var(--acc);color:var(--acc)}.b-suc[loading=true]:disabled{background:var(--suc);border:.0625rem solid var(--suc);color:var(--suc-fnt)}.b-suc-g[loading=true]:disabled{border:.0625rem solid var(--suc);color:var(--suc)}.b-dan[loading=true]:disabled{background:var(--dan);border:.0625rem solid var(--dan);color:var(--dan-fnt)}.b-dan-g[loading=true]:disabled{border:.0625rem solid var(--dan);color:var(--dan)}.img-wrp{overflow:hidden}.img-wrp,.img-wrp>img{height:100%;width:100%}.object-fit{object-fit:cover}img{background-repeat:no-repeat;background-size:cover;color:var(--b-f-c);font-size:.75rem;font-style:italic;opacity:1;shape-margin:.75rem;vertical-align:center}@media (prefers-color-scheme:dark){html:not(.lm) img{opacity:.85}}html.dm img{opacity:.85}.img-w-100{height:auto;width:100%}.img-h-100{height:100%;width:auto}.bg-pri{background-color:var(--pri);color:var(--pri-fnt)}.bg-sec{background-color:var(--sec);color:var(--sec-fnt)}.bg-acc{background-color:var(--acc);color:var(--acc-fnt)}.bg-suc{background-color:var(--suc);color:var(--suc-fnt)}.bg-dan{background-color:var(--dan);color:var(--dan-fnt)}.bg-card{background-color:var(--crdbg);color:var(--crdfntclr)}.bg-alt1{background-color:var(--alt1-bgclr);color:var(--alt1-fntclr)}.bg-alt1 .bg-card{background:var(--alt1-bg-crdbgclr);color:var(--alt1-bg-crdfntclr)}.bg-alt2{background-color:var(--alt2-bgclr);color:var(--alt2-fntclr)}.bg-alt2 .bg-card{background:var(--alt2-bg-crdbgclr);color:var(--alt2-bg-crdfntclr)}.bg-alt3{background-color:var(--alt3-bgclr);color:var(--alt3-fntclr)}.bg-alt3 .bg-card{background:var(--alt3-bg-crdbgclr);color:var(--alt3-bg-crdfntclr)}.bg-body,.bg-default{background-color:var(--bgclr);color:var(--fntclr)}.bg-attached{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:none){.bg-attached{background-attachment:scroll!important}}.full-page-bg{background-position:50%;background-size:cover;bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.rnd-s{border-radius:var(--rnds)}.rnd{border-radius:var(--rnd)}.rnd-l{border-radius:var(--rndl)}.rnd-t-s{border-radius:var(--rnds) var(--rnds) 0 0}.rnd-t{border-radius:var(--rnd) var(--rnd) 0 0}.rnd-t-l{border-radius:var(--rndl) var(--rndl) 0 0}.rnd-b-s{border-radius:0 0 var(--rnds) var(--rnds)}.rnd-b{border-radius:0 0 var(--rnd) var(--rnd)}.rnd-b-l{border-radius:0 0 var(--rndl) var(--rndl)}.rnd-s .img-wrp.rnd,.rnd-s .img-wrp.rnd-l,.rnd-s .img-wrp.rnd-s{border-radius:calc(var(--rnds)*.65)}.rnd .img-wrp.rnd,.rnd .img-wrp.rnd-l,.rnd .img-wrp.rnd-s{border-radius:calc(var(--rnd)*.65)}.rnd-l .img-wrp.rnd,.rnd-l .img-wrp.rnd-l,.rnd-l .img-wrp.rnd-s{border-radius:calc(var(--rndl)*.65)}#auth-code-form-wrapper,#complete-registration-form-wrapper,#login-form-wrapper,#register-form-wrapper{padding-top:7.5vw;width:100%}.legal-page-table{border-spacing:0;display:table;overflow-x:auto;width:100%}.legal-page-table td,.legal-page-table th{border:1px solid var(--row-hover);font-size:clamp(.875rem,1.4vw,1rem)!important;padding:.35rem}.legal-page-table th{background:rgba(0,0,0,.2);font-family:var(--hfmly)}.legal-page-table td{color:var(--prgrphclr)}h1{font-size:clamp(2.5rem,4vw,4.4rem);line-height:1.2;margin:0 0 1.5rem}h2{font-size:clamp(2rem,2.9vw,3rem);line-height:1.25;margin:0 0 1.25rem}.mddl-1280 .block-flx-txt h2,.mddl-1440 .block-flx-txt h2{font-size:clamp(1.8rem,2.35vw,2.6rem);line-height:1.1;margin:0 0 1rem}.mddl-920 h2{font-size:clamp(1.55rem,2vw,2.4rem);line-height:1.1;margin:0 0 1rem}h3{font-size:clamp(1.75rem,2.8vw,2.65rem);line-height:1.3;margin:0 0 1rem}.block-flx-txt h3{font-size:clamp(1.55rem,2vw,2.4rem);line-height:1.1;margin:0 0 1rem}h4{font-size:clamp(1.5rem,2.4vw,2.4rem);line-height:1.35;margin:0 0 .875rem}h5{font-size:clamp(1.25rem,2vw,2rem);line-height:1.4;margin:0 0 .75rem}.no-auto-no{grid-template-rows:0 auto 0}.yes-auto-no{grid-template-rows:auto auto 0}.yes-auto-yes{grid-template-rows:auto auto 40px}.no-auto-yes{grid-template-rows:0 auto 40px}.block-txt-btns,.block-txt-center,.block-txt-left,.block-txt-right{display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}.block-txt-left{align-items:flex-start}.block-txt-center{align-items:center}.block-txt-right{align-items:flex-end}.block-txt-btns{flex-direction:row;gap:1rem}.block-txt-left .block-txt-btns{justify-content:flex-start}.block-txt-center .block-txt-btns{justify-content:center}.block-txt-right .block-txt-btns{justify-content:flex-end}.block-flx-txt{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;height:auto;justify-content:center}.block-flx-txt h2,.block-flx-txt h3{margin:0}.block-flx-txt .block-flx-txt-link{margin-top:.5rem}.block-two-buttons{align-items:center;display:flex;flex-direction:row;gap:.75rem}.block-flx-txt-left h2,.block-flx-txt-left h3,.block-flx-txt-left p{text-align:left}.block-flx-txt-left .block-two-buttons{justify-content:flex-start}.block-flx-txt-center h2,.block-flx-txt-center h3,.block-flx-txt-center p{text-align:center}.block-flx-txt-center .block-two-buttons{justify-content:center}.block-flx-txt-right h2,.block-flx-txt-right h3,.block-flx-txt-right p{text-align:right}.block-flx-txt-right .block-two-buttons{justify-content:flex-end}.block-c3{align-items:stretch;flex-direction:row;justify-content:center}.mddl-1280 .block-c3>div,.mddl-1440 .block-c3>div{width:360px}.mddl-920 .block-c3>div{width:280px}@container (max-width: 1140px){.mddl-1280 .block-c3,.mddl-1440 .block-c3{flex-direction:column}.mddl-1280 .block-c3>div:first-child,.mddl-1440 .block-c3>div:first-child{width:70%}.mddl-1280 .block-c3>div:nth-child(2),.mddl-1440 .block-c3>div:nth-child(2){margin-left:15%;width:70%}.mddl-1280 .block-c3>div:nth-child(3),.mddl-1440 .block-c3>div:nth-child(3){margin-left:30%;width:70%}}@container (max-width: 960px){.mddl-1280 .block-c3>div:first-child,.mddl-1440 .block-c3>div:first-child{width:80%}.mddl-1280 .block-c3>div:nth-child(2),.mddl-1440 .block-c3>div:nth-child(2){margin-left:10%;width:80%}.mddl-1280 .block-c3>div:nth-child(3),.mddl-1440 .block-c3>div:nth-child(3){margin-left:20%;width:80%}}@container (max-width: 880px){.mddl-920 .block-c3{flex-direction:column}.mddl-920 .block-c3>div:first-child{width:90%}.mddl-920 .block-c3>div:nth-child(2){margin-left:5%;width:90%}.mddl-920 .block-c3>div:nth-child(3){margin-left:10%;width:90%}}@container (max-width: 860px){.mddl-1280 .block-c3>div:first-child,.mddl-1440 .block-c3>div:first-child{width:100%}.mddl-1280 .block-c3>div:nth-child(2),.mddl-1280 .block-c3>div:nth-child(3),.mddl-1440 .block-c3>div:nth-child(2),.mddl-1440 .block-c3>div:nth-child(3){margin-left:0;width:100%}}@container (max-width: 760px){.mddl-920 .block-c3>div:first-child{width:80%}.mddl-920 .block-c3>div:nth-child(2){margin-left:10%;width:80%}.mddl-920 .block-c3>div:nth-child(3){margin-left:20%;width:80%}}@container (max-width: 660px){.mddl-920 .block-c3>div:first-child{width:100%}.mddl-920 .block-c3>div:nth-child(2),.mddl-920 .block-c3>div:nth-child(3){margin-left:0;width:100%}}.block-c4{grid-template-columns:repeat(4,1fr)}@container (max-width: 960px){.mddl-1280 .block-c4,.mddl-1440 .block-c4{grid-template-columns:repeat(2,1fr)}}@container (max-width: 760px){.mddl-920 .block-c4{grid-template-columns:repeat(2,1fr)}}@container (max-width: 540px){.mddl-1280 .block-c4,.mddl-1440 .block-c4,.mddl-920 .block-c4{grid-template-columns:1fr}}.block-c5{flex-wrap:wrap;justify-content:space-around}.mddl-1280 .block-c5>div{min-width:240px;width:18%}.mddl-920 .block-c5>div{min-width:160px;width:18%}.block-c6{grid-template-columns:repeat(6,1fr)}@container (max-width: 1180px){.block-c6{grid-template-columns:repeat(3,1fr)}}@container (max-width: 920px){.block-c6{grid-template-columns:repeat(2,1fr)}}@container (max-width: 500px){.block-c6{grid-template-columns:1fr}}.block-c8{grid-template-columns:repeat(8,1fr);margin:0;width:100%}@container (max-width: 1260px){.block-c8{grid-template-columns:repeat(4,1fr);margin:0 auto;width:60%}}@container (max-width: 960px){.block-c8{grid-template-columns:repeat(4,1fr);margin:0 auto;width:80%}}@container (max-width: 860px){.block-c8{grid-template-columns:repeat(4,1fr);margin:0 auto;width:90%}}@container (max-width: 760px){.block-c8{grid-template-columns:repeat(4,1fr);margin:0 auto;width:100%}}@container (max-width: 700px){.block-c8{grid-template-columns:repeat(2,1fr);margin:0 auto;width:60%}}@container (max-width: 620px){.block-c8{margin:0 auto;width:70%}}@container (max-width: 500px){.block-c8{margin:0 auto;width:100%}}.horizontal-slides-wrapper{overflow-x:scroll;scroll-behavior:smooth;-ms-overflow-style:none;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.horizontal-slides-wrapper::-webkit-scrollbar{display:none}.one-slide-backdrop{z-index:3}.one-slide,.one-slide-backdrop{height:100%;left:0;position:absolute;top:0;width:100%}.one-slide{align-items:center;flex-direction:column;gap:1rem;justify-content:center;padding:2rem;z-index:5}.horizontal-slides,.one-slide{display:flex}.horizontal-slide{scroll-snap-align:start;width:98%}.horizontal-slide-2{display:grid;grid-template-columns:repeat(2,1fr)}.horizontal-slide-3{display:grid;grid-template-columns:repeat(3,1fr)}.horizontal-slide-4{display:grid;grid-template-columns:repeat(4,1fr)}.horizontal-slide>div{margin:1rem}@container (max-width: 1100px){.horizontal-slide-4{display:grid;grid-template-columns:repeat(3,1fr)}.horizontal-slide-4>div:last-child{display:none}}@container (max-width: 900px){.horizontal-slide-3,.horizontal-slide-4{display:grid;grid-template-columns:repeat(2,1fr)}.horizontal-slide-3>div:last-child,.horizontal-slide-4>div:nth-child(3){display:none}}@container (max-width: 600px){.horizontal-slide-2,.horizontal-slide-3,.horizontal-slide-4{display:grid;grid-template-columns:1fr}.horizontal-slide-2>div:last-child,.horizontal-slide-3>div:nth-child(2),.horizontal-slide-4>div:nth-child(2){display:none}}.card{background-color:var(--cardbg);display:flex;flex-direction:column;overflow:hidden}.card h4{font-size:clamp(1.35rem,1.7vw,1.8rem)}.block-left-sticky-right-sticky-cards,.block-masonry,.block-rolling{list-style-type:none;margin:0;padding:0}@container (max-width: 1050px){.block-hero .w-50:has(.block-hero-body),.block-hero .w-60:has(.block-hero-body){width:70%}}@container (max-width: 800px){.block-hero .w-50:has(.block-hero-body),.block-hero .w-60:has(.block-hero-body),.block-hero .w-70:has(.block-hero-body),.block-hero .w-75:has(.block-hero-body){width:80%}}@container (max-width: 600px){.block-hero .w-50:has(.block-hero-body),.block-hero .w-60:has(.block-hero-body),.block-hero .w-70:has(.block-hero-body),.block-hero .w-75:has(.block-hero-body),.block-hero .w-85:has(.block-hero-body),.block-hero .w-90:has(.block-hero-body){width:95%}}@media only screen and (max-width:798px){.horizontal-slide-1 .ar-11,.horizontal-slide-1 .ar-169,.horizontal-slide-1 .ar-43{aspect-ratio:auto!important;height:80vh}.horizontal-slide-1 .w-50,.horizontal-slide-1 .w-60,.horizontal-slide-1 .w-70,.horizontal-slide-1 .w-75,.horizontal-slide-1 .w-85{width:90%}}@media only screen and (max-width:498px){.horizontal-slide-1 .block-two-buttons{flex-direction:column-reverse;width:100%}.horizontal-slide-1 .block-two-buttons a{width:90%!important}}.block-footer1{padding:24px 12px}.block-footer1-links{align-items:center;display:flex;flex-direction:row;gap:9px;justify-content:flex-start}@container (max-width: 614px){.block-footer1-links{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.block-card{container-type:inline-size}.block-card>div:not(.horizontal-card),.block-card>ul{display:flex;flex-direction:column}.block-card>div,.block-card>ul{overflow:hidden}.horizontal-card{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:100%}.horizontal-card:not(:has(.block-card-img)){grid-template-columns:1fr}.horizontal-card .ar-169{aspect-ratio:auto!important;grid-template-columns:1.3fr 1fr}.horizontal-card .ar-43{aspect-ratio:auto!important;grid-template-columns:1.1fr 1fr}.horizontal-card .ar-11{aspect-ratio:auto!important;grid-template-columns:1fr 1fr}.horizontal-card .block-card-img.p-1{padding:1rem 0 1rem 1rem}.horizontal-card .block-card-img.p-2{padding:2rem 0 2rem 2rem}.horizontal-card .block-card-img.p-3{padding:3rem 0 3rem 3rem}.horizontal-card .block-card-img.p-4{padding:4rem 0 4rem 4rem}.horizontal-card .block-card-img.p-5{padding:5rem 0 5rem 5rem}.horizontal-card .block-card-body{display:flex;flex-direction:column;justify-content:center}.block-card.rnd-s>.block-card-img:not(.p-1)>.rnd,.block-card.rnd-s>.block-card-img:not(.p-1)>.rnd-l,.block-card.rnd-s>.block-card-img:not(.p-1)>.rnd-s,.bmasonry-card.rnd-s>.bmasonry-card-img:not(.p-1)>.rnd,.bmasonry-card.rnd-s>.bmasonry-card-img:not(.p-1)>.rnd-l,.bmasonry-card.rnd-s>.bmasonry-card-img:not(.p-1)>.rnd-s{border-radius:calc(var(--rnds)*.65)}.block-card.rnd>.block-card-img:not(.p-1)>.rnd,.block-card.rnd>.block-card-img:not(.p-1)>.rnd-l,.block-card.rnd>.block-card-img:not(.p-1)>.rnd-s,.bmasonry-card.rnd>.bmasonry-card-img:not(.p-1)>.rnd,.bmasonry-card.rnd>.bmasonry-card-img:not(.p-1)>.rnd-l,.bmasonry-card.rnd>.bmasonry-card-img:not(.p-1)>.rnd-s{border-radius:calc(var(--rnd)*.65)}.block-card.rnd-l>.block-card-img:not(.p-1)>.rnd,.block-card.rnd-l>.block-card-img:not(.p-1)>.rnd-l,.block-card.rnd-l>.block-card-img:not(.p-1)>.rnd-s,.bmasonry-card.rnd-l>.bmasonry-card-img:not(.p-1)>.rnd,.bmasonry-card.rnd-l>.bmasonry-card-img:not(.p-1)>.rnd-l,.bmasonry-card.rnd-l>.bmasonry-card-img:not(.p-1)>.rnd-s{border-radius:calc(var(--rndl)*.65)}.block-card-img.p-1{padding:1rem 1rem 0}.block-card-img.p-2{padding:2rem 2rem 0}.block-card-img.p-3{padding:3rem 3rem 0}.block-card-img.p-4{padding:4rem 4rem 0}.block-card-img.p-5{padding:5rem 5rem 0}.block-card h3{font-size:clamp(1.2rem,1.5vw,1.8rem)}.block-card p{font-size:clamp(1rem,1vw,1.3rem)}@container (max-width: 28rem){.horizontal-card{display:flex;flex-direction:column!important}.horizontal-card .block-card-img.p-1{padding:1rem 1rem 0}.horizontal-card .block-card-img.p-2{padding:2rem 2rem 0}.horizontal-card .block-card-img.p-3{padding:3rem 3rem 0}.horizontal-card .block-card-img.p-4{padding:4rem 4rem 0}.horizontal-card .block-card-img.p-5{padding:5rem 5rem 0}}.block-block1,.block-block2{align-items:flex-start;display:flex;flex-direction:column;height:auto;justify-content:center}.block-block1 .img-wrp,.block-block2 .img-wrp{display:flex}.block-block1 .max-h-300,.block-block2 .max-h-300{max-height:300px}.block-block1 .max-h-400,.block-block2 .max-h-400{max-height:400px}.block-block1 .max-h-500,.block-block2 .max-h-500{max-height:500px}.block-block1 .max-h-600,.block-block2 .max-h-600{max-height:600px}.block-block1 .block-center,.block-block2 .block-center{align-items:center;text-align:center}.block-block1 .block-right,.block-block2 .block-right{align-items:flex-end;text-align:right}.block-block1 .block-two-buttons,.block-block2 .block-two-buttons{margin-bottom:0}.block-block1 .block-center .block-two-buttons,.block-block2 .block-center .block-two-buttons{justify-content:center}.block-block1 .block-right .block-two-buttons,.block-block2 .block-right .block-two-buttons{justify-content:flex-end}.block-block1 h1,.block-block1 h2,.block-block1 h3,.block-block1 h4,.block-block2 h1,.block-block2 h2,.block-block2 h3,.block-block2 h4{margin-bottom:0;padding-bottom:0}.block-2-panel-body p{margin-bottom:0}@container (max-width: 540px){.block-block1 .block-two-buttons a,.block-block2 .block-two-buttons a{width:48%}}@container (max-width: 390px){.block-block1 .block-two-buttons,.block-block2 .block-two-buttons{align-items:center;flex-direction:column-reverse;justify-content:center}.block-block1 .block-two-buttons a,.block-block2 .block-two-buttons a{width:100%}}@container (max-width: 740px){.mddl-1280>.p-2,.mddl-1440>.p-2,.mddl-920>.p-2{padding:1.25rem}.mddl-1280>.p-3,.mddl-1440>.p-3,.mddl-920>.p-3{padding:1.5rem}.mddl-1280>.p-4,.mddl-1440>.p-4,.mddl-920>.p-4{padding:2rem}.mddl-1280>.p-5,.mddl-1440>.p-5,.mddl-920>.p-5{padding:2.5rem}}.block-30-70>div:first-child{grid-area:block1}.block-30-70>div:last-child{grid-area:block2}.block-30-70{grid-template-areas:"block1 block2";grid-template-columns:3fr 7fr}@container (max-width: 1020px){.mddl-1280 .block-30-70,.mddl-1440 .block-30-70{grid-template-columns:2fr 3fr}}@container (max-width: 880px){.mddl-1280 .block-30-70,.mddl-1440 .block-30-70{grid-template-columns:1fr 1fr}}@container (max-width: 780px){.mddl-920 .block-30-70{grid-template-columns:2fr 3fr}}@container (max-width: 730px){.mddl-920 .block-30-70{grid-template-columns:1fr 1fr}.mddl-1280 .block-30-70,.mddl-1440 .block-30-70{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-1280 .block-30-70.reverse,.mddl-1440 .block-30-70.reverse{grid-template-areas:"block2" "block1"}}@container (max-width: 660px){.mddl-920 .block-30-70{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-920 .block-30-70.reverse{grid-template-areas:"block2" "block1"}}.block-40-60>div:first-child{grid-area:block1}.block-40-60>div:last-child{grid-area:block2}.block-40-60{grid-template-areas:"block1 block2";grid-template-columns:2fr 3fr}@container (max-width: 880px){.mddl-1280 .block-40-60,.mddl-1440 .block-40-60{grid-template-columns:1fr 1fr}}@container (max-width: 740px){.mddl-920 .block-40-60{grid-template-columns:1fr 1fr}.mddl-1280 .block-40-60,.mddl-1440 .block-40-60{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-1280 .block-40-60.reverse,.mddl-1440 .block-40-60.reverse{grid-template-areas:"block2" "block1"}}@container (max-width: 660px){.mddl-920 .block-40-60{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-920 .block-40-60.reverse{grid-template-areas:"block2" "block1"}}.block-50-50>div:first-child{grid-area:block1}.block-50-50>div:last-child{grid-area:block2}.block-50-50{grid-template-areas:"block1 block2";grid-template-columns:1fr 1fr}@container (max-width: 740px){.mddl-920 .block-30-70,.mddl-920 .block-40-60,.mddl-920 .block-60-40,.mddl-920 .block-70-30{grid-template-columns:1fr 1fr}.mddl-1280 .block-50-50,.mddl-1440 .block-50-50{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-1280 .block-50-50.reverse,.mddl-1440 .block-50-50.reverse{grid-template-areas:"block2" "block1"}}@container (max-width: 660px){.mddl-920 .block-50-50{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-920 .block-50-50.reverse{grid-template-areas:"block2" "block1"}}.block-60-40>div:first-child{grid-area:block1}.block-60-40>div:last-child{grid-area:block2}.block-60-40{grid-template-areas:"block1 block2";grid-template-columns:3fr 2fr}@container (max-width: 880px){.mddl-1280 .block-60-40,.mddl-1440 .block-60-40{grid-template-columns:1fr 1fr}}@container (max-width: 740px){.mddl-920 .block-60-40{grid-template-columns:1fr 1fr}.mddl-1280 .block-60-40,.mddl-1440 .block-60-40{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-1280 .block-60-40.reverse,.mddl-1440 .block-60-40.reverse{grid-template-areas:"block2" "block1"}}@container (max-width: 660px){.mddl-920 .block-60-40{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-920 .block-60-40.reverse{grid-template-areas:"block2" "block1"}}.block-70-30>div:first-child{grid-area:block1}.block-70-30>div:last-child{grid-area:block2}.block-70-30{grid-template-areas:"block1 block2";grid-template-columns:7fr 3fr}@container (max-width: 1020px){.mddl-1440 .block-70-30{grid-template-columns:3fr 2fr}}@container (max-width: 880px){.mddl-1280 .block-70-30,.mddl-1440 .block-70-30{grid-template-columns:1fr 1fr}}@container (max-width: 780px){.mddl-920 .block-70-30{grid-template-columns:3fr 2fr}}@container (max-width: 730px){.mddl-920 .block-70-30{grid-template-columns:1fr 1fr}.mddl-1280 .block-70-30,.mddl-1440 .block-70-30{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-1280 .block-70-30.reverse,.mddl-1440 .block-70-30.reverse{grid-template-areas:"block2" "block1"}}@container (max-width: 660px){.mddl-920 .block-70-30{grid-template-areas:"block1" "block2";grid-template-columns:1fr}.mddl-920 .block-70-30.reverse{grid-template-areas:"block2" "block1"}}.horizontal-sliding-cards-wrapper{overflow-x:scroll;scroll-behavior:smooth;-ms-overflow-style:none;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.horizontal-sliding-cards-container{display:inline-block}.horizontal-sliding-cards{align-items:stretch;display:flex;gap:clamp(1rem,1.2vw,1.5rem)}.horizontal-sliding-card{scroll-snap-align:start;width:360px}.horizontal-slides-container ul,.horizontal-sliding-cards-container ul{list-style-type:none}.body-vertical-sliding-cards-3,.body-vertical-sliding-cards-4{display:flex;position:relative}.body-vertical-sliding-cards-3 .block-card-wrapper{width:33%}.body-vertical-sliding-cards-4 .block-card-wrapper{width:25%}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card,.body-vertical-sliding-cards-4 .block-card-wrapper .block-card{position:sticky;top:5rem;width:100%}.body-vertical-sliding-cards-3 .block-card-wrapper:first-child .block-card{margin-left:0;margin-top:0}.body-vertical-sliding-cards-3 .block-card-wrapper:nth-child(2) .block-card{margin-left:0;margin-top:9rem}.body-vertical-sliding-cards-3 .block-card-wrapper:last-child .block-card{margin-left:0;margin-top:18rem}.body-vertical-sliding-cards-4 .block-card-wrapper:first-child .block-card{margin-top:0}.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(2) .block-card{margin-top:8rem}.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(3) .block-card{margin-top:16rem}.body-vertical-sliding-cards-4 .block-card-wrapper:last-child .block-card{margin-top:24rem}@media only screen and (max-width:1100px){.body-vertical-sliding-cards-3{flex-direction:column}.body-vertical-sliding-cards-3 .block-card-wrapper{width:70%}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card{position:relative;top:auto}.body-vertical-sliding-cards-3 .block-card-wrapper:first-child .block-card,.body-vertical-sliding-cards-3 .block-card-wrapper:last-child .block-card,.body-vertical-sliding-cards-3 .block-card-wrapper:nth-child(2) .block-card{margin-top:0}.body-vertical-sliding-cards-3 .block-card-wrapper:first-child{margin-left:0}.body-vertical-sliding-cards-3 .block-card-wrapper:nth-child(2){margin-left:15%}.body-vertical-sliding-cards-3 .block-card-wrapper:last-child{margin-left:30%}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div{display:grid}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div>.block-card-body{display:flex;flex-direction:column;justify-content:center}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div:has(.ar-169){grid-template-columns:1.3fr 1fr}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .ar-169{aspect-ratio:auto!important}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div:has(.ar-43){grid-template-columns:1.1fr 1fr}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .ar-43{aspect-ratio:auto!important}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div:has(.ar-11){grid-template-columns:1fr 1fr}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .ar-11{aspect-ratio:auto!important}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-1{padding:1rem 0 1rem 1rem}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-2{padding:2rem 0 2rem 2rem}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-3{padding:3rem 0 3rem 3rem}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-4{padding:4rem 0 4rem 4rem}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-5{padding:5rem 0 5rem 5rem}}@media only screen and (max-width:820px){.body-vertical-sliding-cards-3 .block-card-wrapper{width:80%}.body-vertical-sliding-cards-3 .block-card-wrapper:nth-child(2){margin-left:10%}.body-vertical-sliding-cards-3 .block-card-wrapper:last-child{margin-left:20%}}@media only screen and (max-width:710px){.body-vertical-sliding-cards-3 .block-card-wrapper{width:100%}.body-vertical-sliding-cards-3 .block-card-wrapper:last-child,.body-vertical-sliding-cards-3 .block-card-wrapper:nth-child(2){margin-left:0}}@media only screen and (max-width:570px){.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div{display:flex;flex-direction:column}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .ar-169{aspect-ratio:16/9}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .ar-43{aspect-ratio:4/3}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .ar-11{aspect-ratio:1/1}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-1{padding:1rem 1rem 0}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-2{padding:2rem 2rem 0}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-3{padding:3rem 3rem 0}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-4{padding:4rem 4rem 0}.body-vertical-sliding-cards-3 .block-card-wrapper .block-card>div .block-card-img.p-5{padding:5rem 5rem 0}}@media only screen and (max-width:1220px){.body-vertical-sliding-cards-4{flex-direction:column}.body-vertical-sliding-cards-4 .block-card-wrapper{width:70%}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card{position:relative;top:auto}.body-vertical-sliding-cards-4 .block-card-wrapper:first-child .block-card,.body-vertical-sliding-cards-4 .block-card-wrapper:last-child .block-card,.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(2) .block-card,.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(3) .block-card{margin-top:0}.body-vertical-sliding-cards-4 .block-card-wrapper:first-child{margin-left:0}.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(2){margin-left:10%}.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(3){margin-left:20%}.body-vertical-sliding-cards-4 .block-card-wrapper:last-child{margin-left:30%}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div{display:grid;grid-template-columns:1fr 1fr}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .ar-169{aspect-ratio:auto!important;grid-template-columns:1.3fr 1fr}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .ar-43{aspect-ratio:auto!important;grid-template-columns:1.1fr 1fr}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .ar-11{aspect-ratio:auto!important;grid-template-columns:1fr 1fr}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-1{padding:1rem 0 1rem 1rem}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-2{padding:2rem 0 2rem 2rem}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-3{padding:3rem 0 3rem 3rem}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-4{padding:4rem 0 4rem 4rem}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-5{padding:5rem 0 5rem 5rem}}@media only screen and (max-width:940px){.body-vertical-sliding-cards-4 .block-card-wrapper{width:85%}.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(2){margin-left:5%}.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(3){margin-left:10%}.body-vertical-sliding-cards-4 .block-card-wrapper:last-child{margin-left:15%}}@media only screen and (max-width:730px){.body-vertical-sliding-cards-4 .block-card-wrapper{width:100%}.body-vertical-sliding-cards-4 .block-card-wrapper:last-child,.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(2),.body-vertical-sliding-cards-4 .block-card-wrapper:nth-child(3){margin-left:0}}@media only screen and (max-width:570px){.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div{display:flex;flex-direction:column}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .ar-169{aspect-ratio:16/9}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .ar-43{aspect-ratio:4/3}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .ar-11{aspect-ratio:1/1}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-1{padding:1rem 1rem 0}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-2{padding:2rem 2rem 0}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-3{padding:3rem 3rem 0}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-4{padding:4rem 4rem 0}.body-vertical-sliding-cards-4 .block-card-wrapper .block-card>div .block-card-img.p-5{padding:5rem 5rem 0}}.body-cards-wrapper{container-type:inline-size}.body-cards-2{align-items:stretch;display:flex}.body-cards-2 .block-card{width:50%}.body-cards-3{align-items:stretch;display:flex}.body-cards-3 .block-card{width:33%}.body-cards-4{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}.body-cards-5{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:1fr}.body-small-cards-3{display:flex;justify-content:space-evenly}.body-small-cards-3 .block-card{width:18%}.body-small-cards-4{display:flex;justify-content:space-evenly}.body-small-cards-4 .block-card{width:17%}.body-small-cards-5{display:flex;justify-content:space-evenly}.body-small-cards-5 .block-card{width:16%}.body-small-cards-6{display:flex;justify-content:space-evenly}.body-small-cards-6 .block-card{width:13%}.body-small-cards-8{display:flex;justify-content:space-evenly}.body-small-cards-8 .block-card{width:11%}@container (max-width: 1430px){.body-small-cards-3 .block-card{width:22%}.body-cards-5{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}@container (max-width: 1100px){.body-small-cards-3 .block-card{width:31%}.body-small-cards-4 .block-card{width:22%}.body-small-cards-5{flex-wrap:wrap;justify-content:center}.body-small-cards-5 .block-card{width:26%}.body-cards-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}@container (max-width: 1030px){.body-cards-5{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@container (max-width: 900px){.body-small-cards-6{flex-wrap:wrap;justify-content:center}.body-small-cards-6 .block-card{width:24%}.body-small-cards-8{flex-wrap:wrap;justify-content:center}.body-small-cards-8 .block-card{width:21%}.body-cards-3{flex-direction:column}.body-cards-3 .block-card{width:100%}.body-cards-3 .block-card>div{display:grid}.body-cards-3 .block-card>div>.block-card-body{display:flex;flex-direction:column;justify-content:center}.body-cards-3 .block-card>div:has(.ar-169){grid-template-columns:1.3fr 1fr}.body-cards-3 .block-card>div>.ar-169{aspect-ratio:auto!important}.body-cards-3 .block-card>div:has(.ar-43){grid-template-columns:1.1fr 1fr}.body-cards-3 .block-card>div>.ar-43{aspect-ratio:auto!important}.body-cards-3 .block-card>div:has(.ar-11){grid-template-columns:1fr 1fr}.body-cards-3 .block-card>div>.ar-11{aspect-ratio:auto!important}}@container (max-width: 700px){.body-cards-4{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.body-cards-4 .block-card>div{display:grid}.body-cards-4 .block-card>div>.block-card-body{display:flex;flex-direction:column;justify-content:center}.body-cards-4 .block-card>div:has(.ar-169){grid-template-columns:1.3fr 1fr}.body-cards-4 .block-card>div>.ar-169{aspect-ratio:auto!important}.body-cards-4 .block-card>div:has(.ar-43){grid-template-columns:1.1fr 1fr}.body-cards-4 .block-card>div>.ar-43{aspect-ratio:auto!important}.body-cards-4 .block-card>div:has(.ar-11){grid-template-columns:1fr 1fr}.body-cards-4 .block-card>div>.ar-11{aspect-ratio:auto!important}.body-cards-5{grid-template-columns:1fr;grid-template-rows:repeat(5,1fr)}.body-cards-5 .block-card>div{display:grid}.body-cards-5 .block-card>div>.block-card-body{display:flex;flex-direction:column;justify-content:center}.body-cards-5 .block-card>div:has(.ar-169){grid-template-columns:1.3fr 1fr}.body-cards-5 .block-card>div>.ar-169{aspect-ratio:auto!important}.body-cards-5 .block-card>div:has(.ar-43){grid-template-columns:1.1fr 1fr}.body-cards-5 .block-card>div>.ar-43{aspect-ratio:auto!important}.body-cards-5 .block-card>div:has(.ar-11){grid-template-columns:1fr 1fr}.body-cards-5 .block-card>div>.ar-11{aspect-ratio:auto!important}}@container (max-width: 650px){.body-cards-2{flex-direction:column}.body-cards-2 .block-card{width:100%}}@container (max-width: 540px){.body-cards-3 .block-card>div{display:flex;flex-direction:column}.body-cards-3 .block-card>div>.block-card-body{justify-content:flex-start}.body-cards-3 .block-card>div>.ar-169{aspect-ratio:16/9}.body-cards-3 .block-card>div>.ar-43{aspect-ratio:4/3}.body-cards-3 .block-card>div>.ar-11{aspect-ratio:1/1}.body-cards-4 .block-card>div{display:flex;flex-direction:column}.body-cards-4 .block-card>div>.block-card-body{justify-content:flex-start}.body-cards-4 .block-card>div>.ar-169{aspect-ratio:16/9}.body-cards-4 .block-card>div>.ar-43{aspect-ratio:4/3}.body-cards-4 .block-card>div>.ar-11{aspect-ratio:1/1}.body-cards-5 .block-card>div{display:flex;flex-direction:column}.body-cards-5 .block-card>div>.block-card-body{justify-content:flex-start}.body-cards-5 .block-card>div>.ar-169{aspect-ratio:16/9}.body-cards-5 .block-card>div>.ar-43{aspect-ratio:4/3}.body-cards-5 .block-card>div>.ar-11{aspect-ratio:1/1}}.body-rolling-small-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.body-rolling-small-card-size-1{gap:2rem}.body-rolling-small-card-size-1>.block-card{width:20vw}.body-rolling-small-card-size-2{gap:1.5rem}.body-rolling-small-card-size-2>.block-card{width:17vw}.body-rolling-small-card-size-3{gap:1.25rem}.body-rolling-small-card-size-3>.block-card{width:14vw}.body-rolling-small-card-size-4{gap:1rem}.body-rolling-small-card-size-4>.block-card{width:10vw}.body-rolling-small-card-size-5{gap:.85rem}.body-rolling-small-card-size-5>.block-card{width:8vw}.body-rolling-small-card-size-6{gap:.6rem}.body-rolling-small-card-size-6>.block-card{width:5vw}.block-left-sticky{display:grid;gap:clamp(1.1rem,2.1vw,2.8rem);grid-template-columns:3fr 5fr}.block-left-sticky h5{display:inline-block;margin:0}.block-left-sticky p{font-size:clamp(1.1rem,1.4vw,1.4rem)}.block-left-sticky-header{position:sticky;z-index:4}.block-left-sticky-header-top{top:var(--otos-top)}.block-left-sticky-header-middle{top:30%}.block-faq-card,.block-sticky-card,.block-sticky-card-sticky{margin-top:clamp(1.1rem,2.1vw,2.4rem)}.block-faq-card:first-child,.block-sticky-card-sticky:first-child,.block-sticky-card:first-child{margin-top:0}.block-sticky-card-sticky{position:sticky;top:var(--otos-top)}.block-sticky-card-sticky:first-child{top:calc(var(--otos-top))}.block-sticky-card-sticky:nth-child(2){top:calc(var(--otos-top) + 1rem)}.block-sticky-card-sticky:nth-child(3){top:calc(var(--otos-top) + 2rem)}.block-sticky-card-sticky:nth-child(4){top:calc(var(--otos-top) + 3rem)}.block-sticky-card-sticky:nth-child(5){top:calc(var(--otos-top) + 4rem)}.block-sticky-card-sticky:nth-child(6){top:calc(var(--otos-top) + 5rem)}.block-sticky-card-sticky:nth-child(7){top:calc(var(--otos-top) + 6rem)}.block-sticky-card-sticky:nth-child(8){top:calc(var(--otos-top) + 7rem)}.block-sticky-card-sticky:nth-child(9){top:calc(var(--otos-top) + 8rem)}.block-sticky-card-sticky:nth-child(10){top:calc(var(--otos-top) + 9rem)}.block-sticky-card-sticky:nth-child(11){top:calc(var(--otos-top) + 10rem)}.block-sticky-card-sticky:nth-child(12){top:calc(var(--otos-top) + 11rem)}.block-sticky-card-sticky:nth-child(13){top:calc(var(--otos-top) + 12rem)}.block-sticky-card-sticky:nth-child(14){top:calc(var(--otos-top) + 13rem)}.block-sticky-card-sticky:nth-child(15){top:calc(var(--otos-top) + 14rem)}.block-sticky-card-sticky:nth-child(16){top:calc(var(--otos-top) + 15rem)}.block-sticky-card-sticky:nth-child(17){top:calc(var(--otos-top) + 16rem)}.block-sticky-card-sticky:nth-child(18){top:calc(var(--otos-top) + 17rem)}.block-sticky-card-sticky:nth-child(19){top:calc(var(--otos-top) + 18rem)}.block-sticky-card-sticky:nth-child(20){top:calc(var(--otos-top) + 19rem)}.block-sticky-card-sticky:nth-child(21){top:calc(var(--otos-top) + 20rem)}.block-sticky-card-sticky:nth-child(22){top:calc(var(--otos-top) + 21rem)}.block-sticky-card-sticky:nth-child(23){top:calc(var(--otos-top) + 22rem)}.block-sticky-card-sticky:nth-child(24){top:calc(var(--otos-top) + 23rem)}.block-sticky-card-sticky:nth-child(25){top:calc(var(--otos-top) + 24rem)}.block-sticky-card-sticky:nth-child(26){top:calc(var(--otos-top) + 25rem)}.block-sticky-card-sticky:nth-child(27){top:calc(var(--otos-top) + 26rem)}.block-sticky-card-sticky:nth-child(28){top:calc(var(--otos-top) + 27rem)}.block-sticky-card-sticky:nth-child(29){top:calc(var(--otos-top) + 28rem)}.block-sticky-card-sticky:nth-child(30){top:calc(var(--otos-top) + 29rem)}.block-sticky-card-sticky:nth-child(31){top:calc(var(--otos-top) + 30rem)}.block-sticky-card-sticky:nth-child(32){top:calc(var(--otos-top) + 31rem)}.block-sticky-card-sticky:nth-child(33){top:calc(var(--otos-top) + 32rem)}.cards-are-non-sticky .block-sticky-card-sticky{position:relative!important;top:auto!important}@container (max-width: 820px){.block-left-sticky{gap:1.3rem;grid-template-columns:1fr 2fr}}@container (max-width: 740px){.block-left-sticky{gap:1rem;grid-template-columns:1fr}}.block-masonry{column-fill:balance;column-gap:1em;display:masonry}.block-masonry-3{column-count:3}.block-masonry-4{column-count:4}.block-masonry-5{column-count:5}.block-masonry-6{column-count:6}.bmasonry-card{box-sizing:border-box;break-inside:avoid;display:inline-block;margin:0 0 1em;page-break-inside:avoid;width:100%;-webkit-column-break-inside:avoid;overflow:hidden}.bmasonry-card-content{display:flex;flex-direction:column}@container (max-width: 1516px){.block-masonry.block-masonry-6{column-count:5!important}}@container (max-width: 1224px){.block-masonry.block-masonry-5,.block-masonry.block-masonry-6{column-count:4!important}}@container (max-width: 1084px){.block-masonry.block-masonry-4,.block-masonry.block-masonry-5,.block-masonry.block-masonry-6{column-count:3!important}}@container (max-width: 874px){.block-masonry.block-masonry-3,.block-masonry.block-masonry-4,.block-masonry.block-masonry-5,.block-masonry.block-masonry-6{column-count:2!important}}.bmasonry-card h3{font-size:clamp(1.2rem,1.5vw,1.8rem)}.bmasonry-card p{font-size:clamp(1rem,1vw,1.3rem)}details{user-select:none;width:100%}details>summary::-webkit-details-marker{display:none}details>summary{cursor:pointer;display:grid;font-size:clamp(1.4rem,1.5vw,1.8rem);gap:.5rem;grid-template-columns:auto 2rem;width:100%}details>summary>div:last-child{display:flex;justify-content:center}details>summary>div:last-child .faq-close-wrp{display:block}details>summary>div:last-child .faq-close{rotate:45deg;transform-origin:center;transition:all .3s}details[open]>summary>div:last-child .faq-close{rotate:0deg}details h5{display:inline-block;margin-bottom:0}details p{color:var(--txtmtdclr);font-size:clamp(1rem,1.1vw,1.3rem)!important;max-height:0;opacity:0;overflow:hidden;padding-top:1rem;transition:max-height .5s ease,opacity .5s ease}details[open] p{max-height:500px;opacity:1}.bg-card details p{color:var(--crd-muted-clr)}.block-rolling-3{grid-template-columns:repeat(3,1fr)}.block-rolling-4{grid-template-columns:repeat(4,1fr)}.block-rolling-5{grid-template-columns:repeat(5,1fr)}.block-rolling-6{grid-template-columns:repeat(6,1fr)}@container (max-width: 1240px){.block-rolling,.block-rolling-4{grid-template-columns:repeat(4,1fr)}}@container (max-width: 1080px){.block-rolling{grid-template-columns:repeat(3,1fr)}}@container (max-width: 810px){.block-rolling{grid-template-columns:repeat(2,1fr)}}@container (max-width: 540px){.block-rolling{grid-template-columns:1fr}}.block{container-type:inline-size}.block-grid{display:grid}.block-flex{display:flex}.ar-11,.ar-11 img{aspect-ratio:1/1}.ar-12,.ar-12 img{aspect-ratio:1/2}.ar-21,.ar-21 img{aspect-ratio:2/1}.ar-31,.ar-31 img{aspect-ratio:3/1}.ar-32,.ar-32 img{aspect-ratio:3/2}.ar-41,.ar-41 img{aspect-ratio:4/1}.ar-34,.ar-34 img{aspect-ratio:3/4}.ar-43,.ar-43 img{aspect-ratio:4/3}.ar-169,.ar-169 img{aspect-ratio:16/9}.ar-916,.ar-916 img{aspect-ratio:9/16}.ar-2351,.ar-2351 img{aspect-ratio:2.35/1}.ar-1235,.ar-1235 img{aspect-ratio:1/2.35}.quiet-hook-1{height:30px;margin-top:-30px;margin-inline:2rem;position:sticky;top:50px}.quiet-hook-1,.quiet-hook-2{color:var(--row-hover);left:50px;z-index:-1}.quiet-hook-2{position:absolute;top:20px}.quiet-hook-3{color:var(--row-hover);left:0;padding-inline:2rem;position:absolute;top:18%;width:100%;z-index:-1}.block-hero-1{align-items:center;display:flex;flex-direction:column;height:clamp(560px,76vh,840px);justify-content:center}.block-hero-1 .block-hero-header-above>div{border-radius:5px;font-size:clamp(.6rem,2vw,.85rem)}.block-hero-1 .block-hero-header{text-align:center}.block-hero-1 .block-hero-body{font-size:clamp(1.25rem,1.6vw,1.5rem);text-align:center}.block-hero-1 .block-two-buttons{margin-bottom:clamp(1rem,3vw,1.8rem)}@container (max-width: 600px){.block-hero-1 .block-two-buttons{align-items:center;flex-direction:column-reverse;justify-content:center}.block-hero-1 .block-two-buttons a{min-width:260px;width:60vw}.block-hero-1 .block-hero-review a{transform:scale(.7);transform-origin:left center}}.block-hero-1-left{align-items:flex-start}.block-hero-1-left .block-hero-body,.block-hero-1-left .block-hero-header{text-align:left}.block-hero-1-right{align-items:flex-end}.block-hero-1-right .block-hero-body,.block-hero-1-right .block-hero-header{text-align:right}.block-hero-2{margin-inline:auto;padding:1rem}.block-hero-2-txt{align-items:center;display:flex;flex-direction:column;justify-content:center}.block-hero-2 .block-hero-header-above>div{border-radius:5px;font-size:clamp(.6rem,2vw,.85rem);margin-bottom:clamp(.6rem,1.5vw,1.2rem);padding:2px 4px 1px}.block-hero-2 .block-hero-header{margin-bottom:clamp(1rem,3vw,2rem);text-align:center}.block-hero-2 .block-hero-body{font-size:clamp(1.25rem,1.6vw,1.5rem);text-align:center}.block-hero-2 .block-two-buttons{margin-bottom:clamp(1rem,3vw,1.8rem)}.block-hero-2 .block-hero-2-img{margin-inline:auto}@container (max-width: 700px){.block-hero-2-img{width:100%}}@container (max-width: 600px){.block-hero-2 .block-two-buttons{align-items:center;flex-direction:column-reverse;justify-content:center}.block-hero-2 .block-two-buttons a{min-width:260px;width:60vw}.block-hero-2 .block-hero-review a{transform:scale(.7);transform-origin:left center}}.block-hero-2-left .block-hero-2-txt{align-items:flex-start}.block-hero-2-right .block-hero-2-txt{align-items:flex-end}.block-hero-2-left{align-items:flex-start}.block-hero-2-left .block-hero-body,.block-hero-2-left .block-hero-header{text-align:left}.block-hero-2-left .block-hero-2-img{margin-left:0}.block-hero-2-right{align-items:flex-end}.block-hero-2-right .block-hero-body,.block-hero-2-right .block-hero-header{text-align:right}.block-hero-2-right .block-hero-2-img{margin-right:0}.block-hero-3-txt{align-items:flex-start;display:flex;flex-direction:column;grid-area:text;justify-content:center;width:100%}.block-hero-header-above>div{border-radius:5px;font-size:.95rem;padding:2px 4px 1px}.block-hero-3-txt.block-hero-3-txt-left{align-items:flex-start}.block-hero-3-txt.block-hero-3-txt-center{align-items:center}.block-hero-3-txt.block-hero-3-txt-right{align-items:flex-end}.block-hero-3-txt-left .block-hero-body,.block-hero-3-txt-left .block-hero-header,.block-hero-3-txt-left .block-hero-text-below-buttons,.block-hero-header-above{text-align:left}.block-hero-3-txt-left .block-hero-text-below-buttons{align-items:center;display:flex;justify-content:flex-start}.block-hero-3-txt-center .block-hero-body,.block-hero-3-txt-center .block-hero-header,.block-hero-3-txt-center .block-hero-header-above,.block-hero-3-txt-center .block-hero-text-below-buttons{text-align:center}.block-hero-3-txt-center .block-hero-text-below-buttons{align-items:center;display:flex;justify-content:center}.block-hero-3-txt-right .block-hero-body,.block-hero-3-txt-right .block-hero-header,.block-hero-3-txt-right .block-hero-header-above,.block-hero-3-txt-right .block-hero-text-below-buttons{text-align:right}.block-hero-3-txt-right .block-hero-text-below-buttons{align-items:center;display:flex;justify-content:flex-end}.block-hero-3-txt .block-hero-body{font-size:clamp(1.25rem,1.6vw,1.5rem)}.block-hero-3-txt-center .block-two-buttons,.block-hero-3-txt-left .block-two-buttons,.block-hero-3-txt-right .block-two-buttons{align-items:center;display:flex;gap:1rem}.block-hero-3-txt-left .block-two-buttons{justify-content:flex-start}.block-hero-3-txt-center .block-two-buttons{justify-content:center}.block-hero-3-txt-right .block-two-buttons{justify-content:flex-end}.block-hero-3-txt .block-two-buttons{margin-bottom:clamp(1rem,3vw,1.8rem)}.block-hero-3-txt-left .block-hero-text-below-buttons{font-size:.9rem}@container (max-width: 600px){.block-hero-3-txt .block-two-buttons{align-items:center;flex-direction:column-reverse;justify-content:center}.block-hero-3-txt .block-two-buttons a{min-width:260px;width:60vw}.block-hero-3-txt .block-hero-review a{transform:scale(.7);transform-origin:left center}}.block-hero-4-txt-img{display:grid;gap:2rem;grid-template-areas:"text image";grid-template-columns:1fr 1fr}.block-hero-4-txt{align-items:flex-start;display:flex;flex-direction:column;grid-area:text;justify-content:center;width:100%}.block-hero-4-txt .block-hero-body{font-size:clamp(1.25rem,1.6vw,1.5rem)}.block-hero-4-txt .block-two-buttons{margin-bottom:clamp(1rem,3vw,1.8rem)}.block-hero-4-img{align-items:center;display:flex;flex-direction:column;grid-area:image;justify-content:center;width:100%}@container (max-width: 900px){.block-hero-4-txt-img{align-items:flex-start;display:flex;flex-direction:column-reverse;flex-direction:column;gap:2rem;justify-content:flex-end}.block-hero-4-img{height:48vw}}@container (max-width: 600px){.block-hero-4-txt .block-two-buttons{align-items:center;flex-direction:column-reverse;justify-content:center}.block-hero-4-txt .block-two-buttons a{min-width:260px;width:60vw}.block-hero-4-txt .block-hero-review{transform:scale(.7);transform-origin:left center}}.block-hero-5-txt-buttons{display:flex;gap:1rem;width:100%}.block-hero-5-txt-img{display:grid;gap:2rem;grid-template-areas:"text image";grid-template-columns:1fr 1fr}.block-hero-5-txt{align-items:flex-start;display:flex;flex-direction:column;grid-area:text;justify-content:center;width:100%}.block-hero-5-txt-above>div{border-radius:5px;font-size:.95rem;padding:2px 4px 1px}.block-hero-5-txt-header{margin-bottom:0;margin-top:.5rem}.block-hero-5-txt-body{font-size:clamp(1.25rem,1.6vw,1.5rem);margin-block:clamp(1rem,3vw,2rem)}.block-hero-5-txt .block-two-buttons{margin-bottom:clamp(1rem,3vw,1.8rem)}.block-hero-5-txt-below{font-size:1rem}.block-hero-5-img{align-items:center;display:flex;flex-direction:column;grid-area:image;justify-content:center;width:100%}@container (max-width: 900px){.block-hero-5-txt-img{align-items:flex-start;display:flex;flex-direction:column-reverse;gap:2rem;justify-content:flex-end}.block-hero-5-img{height:48vw}}@container (max-width: 600px){.block-hero-5-txt .block-two-buttons{align-items:center;flex-direction:column-reverse;justify-content:center}.block-hero-5-txt .block-two-buttons a{min-width:260px;width:60vw}.block-hero-5-txt .block-hero-review{transform:scale(.7);transform-origin:left center}}.block-main-header h2{margin:0;padding-bottom:1rem}.block-header-text-above-title,.text-above-title{border-radius:5px;display:inline-block;font-size:.85rem;padding:3px 6px 2px}.block-main-header.txt-center .block-two-buttons{align-items:center;justify-content:center}.block-main-header.txt-right .block-two-buttons{align-items:center;justify-content:flex-end}.block-main-header.txt-center .block-header-blody{margin:0 auto}.block-main-header.txt-right .block-header-blody{margin-left:auto;margin-right:0}.p-nav{padding-top:80px}#nav{transition:all .6s ease-in-out}.nav-fixed-at-top{-webkit-transform:translateY(-80px);transform:translateY(-80px)}#nav,#side-nav nav{width:100%}#nav{background:var(--nvbgclr);left:0;position:fixed;top:0;z-index:27}#nav,#nav a{color:var(--nvfntclr)}#nav img{border-radius:0 0 0 0!important}.block-nav-1-wrp{width:100%}.block-nav-1-wrp .block-nav{align-items:center;display:flex;flex-direction:row;height:80px;justify-content:space-between;padding-left:12px;padding-right:12px;width:100%}.block-nav-1-wrp .nav-btn{display:none}.block-nav-1-wrp .nav-links,.block-nav-1-wrp .nav-title{align-items:center;display:flex;flex-direction:row;gap:1.25rem;height:100%;justify-content:flex-end}.block-nav-1-wrp .nav-links{gap:0;justify-content:flex-start}.block-nav-1-wrp .nav-links .nav-link,.block-nav-1-wrp .nav-links>div{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.block-nav-1-wrp .nav-links .nav-link{font-size:clamp(.9rem,.9vw,1.125rem);padding-inline:clamp(.625rem,.8vw,.925rem);width:100%}.block-nav-1-wrp .nav-title span{font-family:var(--hfmly);font-size:1.75rem}.block-nav-1-wrp .nav-links .nav-link:hover{background:hsla(0,0%,100%,.4)}.block-nav-1-wrp .nav-links .nav-link .active{border-bottom:3px solid #fff}.block-nav-1-wrp .nav-links .b{font-size:1.125rem;margin:0 6px}@container (max-width: 768px){.block-nav-1-wrp .nav-btn{display:block}.block-nav-1-wrp .nav-links,.block-nav-1-wrp .nav-title span{display:none}}#side-nav-close{color:var(--nvfntclr);font-size:200%;font-size:24px;margin-right:12px}#side-nav-close,#side-nav-open{background:none;border:none}#side-nav-open svg path{fill:var(--nvfntclr)}#side-nav-backdrop{bottom:0;left:0;position:fixed;right:0;top:0;z-index:17}.side-nav-1{animation-duration:.3s;animation-name:sideNavAnim1;background-color:var(--nvbgclr);background-image:linear-gradient(110deg,transparent,rgba(0,0,0,.3));gap:3px;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;padding:.5rem;position:fixed;top:0;transform:translate(0);width:300px;z-index:19}.side-nav-1,.side-nav-1 a{color:var(--nvfntclr)}.side-nav-1 .side-nav-link-title{margin-bottom:32px;width:100%}.side-nav-1 .side-nav-link{font-size:1.25rem;height:4rem;line-height:4rem;margin-bottom:4px;width:100%}.side-nav-1 .side-nav-link .s-nav-link{align-items:center;border-radius:var(--rnd);display:flex;flex-direction:row;gap:.5rem;height:100%;justify-content:flex-start;padding-left:1rem;position:relative;width:100%}.side-nav-1 .side-nav-link .s-nav-link:hover{background:hsla(0,0%,100%,.4)}.side-nav-1 .side-nav-link a:after{content:"";height:0;left:0;position:absolute;top:0;width:0}.side-nav-1 .side-nav-link .b{font-size:18px;margin-left:14px;margin-top:8px;padding:0 14px}.side-nav-1 img{border-radius:0 0 0 0!important}@keyframes sideNavAnim1{0%{transform:translate(-100%)}to{transform:translate(0)}}#footer{background:var(--ftbgclr)}#footer,#footer a{color:var(--ftfntclr)}#theme-controller-wrp{position:relative}#theme-controller{align-content:flex-start;bottom:105%;flex-direction:column;font-size:1rem;gap:3px;justify-content:flex-start;position:absolute;right:0;width:140px}.theme-status{width:.85rem}#footer img{border-radius:0 0 0 0!important}.footer-1{container-type:inline-size}.footer-1 .b{color:var(--ftfntclr)!important}#footer .footer-1 a:hover{color:var(--pri)}#footer .footer-1 a:hover svg{fill:var(--pri);stroke:var(--pri)}.footer-socials{container-type:inline-size}.footer-logo-review{display:flex;flex-direction:column;gap:1rem}.footer-logo{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.footer-logo span{font-family:var(--hfmly);font-size:130%}.footer-social{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start}.footer-social svg{fill:var(--ftfntclr);stroke:var(--ftfntclr)}.footer-social-icon{align-items:center;display:flex;flex-direction:center}.footer-columns{container-type:inline-size}.footer-nav-columns>div{display:flex;flex-direction:column;font-size:.825rem;gap:.5rem}.footer-nav-columns h5{line-height:0;margin:var(--h5sz) 0}.footer-socials0 .footer-social,.footer-socials1 .footer-social,.footer-socials2 .footer-social,.footer-socials3 .footer-social{gap:1.25rem}.footer-socials4 .footer-social,.footer-socials5 .footer-social,.footer-socials6 .footer-social{gap:1rem}.footer-socials7 .footer-social,.footer-socials8 .footer-social,.footer-socials9 .footer-social{gap:.825rem}.footer-socials1 .footer-social svg,.footer-socials2 .footer-social svg,.footer-socials3 .footer-social svg{height:2.825rem;width:2.825rem}.footer-socials4 .footer-social svg,.footer-socials5 .footer-social svg{height:2.325rem;width:2.325rem}.footer-socials6 .footer-social svg,.footer-socials7 .footer-social svg,.footer-socials8 .footer-social svg,.footer-socials9 .footer-social svg{height:1.825rem;width:1.825rem}.footer-legal{background-image:linear-gradient(270deg,rgba(0,0,0,.1),rgba(0,0,0,.1))}.footer-legal>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-size:.9rem;gap:.75rem;justify-content:space-between;padding:.5rem 0}.footer-legal-numbers,.footer-policy-links{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}.footer-legal-numbers{flex-wrap:wrap}.footer-legal>div:first-child{padding-top:.9rem}.footer-legal-numbers-label{color:var(--ftmtdclr);margin-right:.25rem}.footer-beeldex-com{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:row;font-size:.8rem;justify-content:center;padding:5px 0}.footer-beeldex-com>.mddl-1440{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.footer-beeldex-com a{align-items:center;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:4px}.footer-columns1,.footer-columns2,.footer-columns3,.footer-columns4{display:grid;grid-template-rows:auto;width:100%}.footer-columns1{grid-template-columns:auto 15rem}.footer-columns2{grid-template-columns:auto 30rem}.footer-columns3{grid-template-columns:auto 45rem}.footer-columns4{grid-template-columns:auto 60rem}.footer-columns1 .footer-nav-columns,.footer-columns2 .footer-nav-columns,.footer-columns3 .footer-nav-columns,.footer-columns4 .footer-nav-columns{display:grid;grid-template-columns:repeat(4,15rem);grid-template-rows:auto;padding-bottom:1rem;padding-top:1rem;grid-row-gap:1rem}.footer-columns3 .footer-nav-columns{grid-template-columns:repeat(3,15rem)}.footer-columns2 .footer-nav-columns{grid-template-columns:repeat(2,15rem)}.footer-columns1 .footer-nav-columns{grid-template-columns:15rem}.footer-columns0 .footer-socials,.footer-columns1 .footer-socials,.footer-columns2 .footer-socials,.footer-columns3 .footer-socials,.footer-columns4 .footer-socials{display:grid;gap:1rem;grid-template-columns:auto;grid-template-rows:auto auto;padding:1rem 0}.footer-columns0 .footer-socials{grid-template-columns:auto auto;grid-template-rows:auto}.footer-columns4 .footer-socials .footer-social{justify-self:start}.footer-columns0 .footer-socials .footer-social{justify-self:end}@media only screen and (max-width:1440px){.footer-columns4 .footer-socials{grid-template-columns:auto auto;grid-template-rows:auto}.footer-columns4 .footer-socials .footer-social{justify-self:end}.footer-columns4{grid-template-columns:auto;grid-template-rows:auto auto}.footer-columns4 .footer-nav-columns{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1170px){.footer-columns3 .footer-socials{grid-template-columns:auto auto;grid-template-rows:auto}.footer-columns3 .footer-socials .footer-social{justify-self:end}.footer-columns3{grid-template-columns:auto;grid-template-rows:auto auto}.footer-columns4 .footer-nav-columns{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:900px){.footer-columns4 .footer-nav-columns{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.footer-columns2 .footer-socials{grid-template-columns:auto auto;grid-template-rows:auto}.footer-columns2 .footer-socials .footer-social{justify-self:end}.footer-columns2{grid-template-columns:auto;grid-template-rows:auto auto}.footer-legal>div:first-child{align-items:flex-start;flex-direction:column;flex-wrap:no-wrap;justify-content:flex-start}.footer-legal-numbers{flex-direction:column}}@media only screen and (max-width:790px){.footer-columns0 .footer-socials,.footer-columns1 .footer-socials,.footer-columns2 .footer-socials,.footer-columns3 .footer-socials,.footer-columns4 .footer-socials{grid-template-columns:auto;grid-template-rows:auto auto}.footer-columns0 .footer-socials .footer-social,.footer-columns1 .footer-socials .footer-social,.footer-columns2 .footer-socials .footer-social,.footer-columns3 .footer-socials .footer-social,.footer-columns4 .footer-socials .footer-social,.footer-columns5 .footer-socials .footer-social,.footer-columns6 .footer-socials .footer-social{justify-self:flex-start;padding:1rem 0}.footer-columns1{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.footer-legal>div{padding:.75rem 0}}@media only screen and (max-width:810px){.footer-columns3 .footer-nav-columns{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}@media only screen and (max-width:640px){.footer-policy-links{flex-direction:column}}@media only screen and (max-width:430px){.footer-columns4 .footer-nav-columns{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.footer-columns3 .footer-nav-columns{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}.footer-columns2 .footer-nav-columns{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr)}}.footer-columns5,.footer-columns6{display:grid;grid-template-columns:auto;grid-template-rows:auto auto}.footer-columns5 .footer-socials,.footer-columns6 .footer-socials{display:grid;gap:1rem;grid-template-columns:auto auto;grid-template-rows:auto;padding:1rem 0}.footer-columns5 .footer-socials .footer-social,.footer-columns6 .footer-socials .footer-social{justify-self:end}.footer-columns5 .footer-nav-columns,.footer-columns6 .footer-nav-columns{display:grid;grid-template-columns:repeat(6,14rem);grid-template-rows:auto;padding-bottom:1rem;grid-row-gap:1rem;justify-content:space-around;padding-block:1rem}.footer-columns5 .footer-nav-columns{grid-template-columns:repeat(5,15rem)}@media only screen and (max-width:1510px){.footer-columns6 .footer-nav-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2 1fr)}}@media only screen and (max-width:1360px){.footer-columns5 .footer-nav-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2 1fr)}}@media only screen and (max-width:790px){.footer-columns5 .footer-socials,.footer-columns6 .footer-socials{grid-template-columns:auto;grid-template-rows:auto auto}.footer-columns5 .footer-socials .footer-social,.footer-columns6 .footer-socials .footer-social{justify-self:start}}@media only screen and (max-width:640px){.footer-columns5 .footer-nav-columns,.footer-columns6 .footer-nav-columns{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3 1fr)}}.review-string a{color:var(--fntclr);gap:.2rem}.stars-wrapper{display:flex;flex-direction:row;gap:.2rem}.block-card .review-string .review-star,.block-card-body-bottom-stars .review-star,.block-card-body-top-stars .review-star,.bmasonry-card .review-string .review-star{height:1rem;width:1rem;fill:var(--rvwstr)}.block-card-body-bottom-stars,.block-card-body-top-stars{gap:.25rem!important}.block-card .review-string,.bmasonry-card .review-string{font-size:.9rem}.review-string .review-star{height:1.5rem;width:1.5rem;fill:var(--rvwstr)}.custom-tooltip-wrp{align-items:center;display:flex;font-size:12px;justify-content:center;pointer-events:none;position:absolute;width:200px;z-index:1000}.custom-tooltip{background:hsla(0,0%,78%,.767);border-radius:4px;color:#000;display:inline-block;padding:5px 11px}@media (prefers-color-scheme:dark){html:not(.lm) .custom-tooltip{background:rgba(52,52,52,.9);color:#fff}}html.dm .custom-tooltip{background:rgba(52,52,52,.9);color:#fff}.chart-wrp{align-items:flex-start;display:flex;flex-direction:row;gap:7px;justify-content:flex-start}.chart-hldr,.chart-wrp{height:100%;position:relative;width:100%}.chart-cnvs{position:relative}.chart-legend-wrp{padding:6px;position:relative}.chart-legend-row{display:grid;gap:3px;grid-template-columns:25px auto 40px;position:relative}.chart-legend-row>div:first-child>div{height:20px;margin-top:3px;position:relative;width:20px}.chart-legend-row>div:nth-child(2){padding:0 5px}.chart-legend-row>div:nth-child(3){text-align:right}.f-sec,.f-secondary{opacity:.4}.f-icn,.f-icn svg{height:18px;width:18px}.f-x15,.f-x15 svg{height:27px;width:27px}.f-x2,.f-x2 svg{height:36px;width:36px}.f-x25,.f-x25 svg{height:45px;width:45px}.f-x3,.f-x3 svg{height:54px;width:54px}.f-x4,.f-x4 svg{height:74px;width:74px}.f-x5,.f-x5 svg{height:94px;width:94px}.b .f-icn{margin-bottom:.3rem}.b .f-icn,.b .f-icn svg{height:1rem!important;width:1rem!important}.b.b-sm .f-icn,.b.b-sm .f-icn svg{height:.75rem!important;width:.75rem!important}.b.b-lg .f-icn,.b.b-lg .f-icn svg{height:1.6rem!important;width:1.6rem!important}.f-icn{fill:var(--fntclr)}.f-icn-pri{fill:var(--pri)}.f-icn-sec{fill:var(--sec)}.f-icn-acc{fill:var(--acc)}.f-icn-suc{fill:var(--suc)}.f-icn-dan{fill:var(--dan)}button:hover .f-x-yoyo{-webkit-animation:f-x-yoyo .7s linear infinite;animation:f-x-yoyo .7s linear infinite}.f-beat{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-beat;animation-name:f-beat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.f-bounce{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-bounce;animation-name:f-bounce;-webkit-animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-timing-function:cubic-bezier(.28,.84,.42,1)}.f-fade{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-fade;animation-name:f-fade;-webkit-animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:cubic-bezier(.4,0,.6,1)}.f-beat-fade,.f-fade{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1s;animation-duration:1s}.f-beat-fade{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-beat-fade;animation-name:f-beat-fade;-webkit-animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:cubic-bezier(.4,0,.6,1)}.f-flip{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-flip;animation-name:f-flip;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.f-shake{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-shake;animation-name:f-shake;-webkit-animation-timing-function:linear;animation-timing-function:linear}.f-shake,.f-spin{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal}.f-spin{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-spin;animation-name:f-spin;-webkit-animation-timing-function:linear;animation-timing-function:linear}.f-spin-reverse{--f-animation-direction:reverse}.f-pulse,.f-spin-pulse{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:f-spin;animation-name:f-spin;-webkit-animation-timing-function:steps(8);animation-timing-function:steps(8)}@media (prefers-reduced-motion:reduce){.f-beat,.f-beat-fade,.f-bounce,.f-fade,.f-flip,.f-pulse,.f-shake,.f-spin,.f-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes f-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--f-beat-scale,1.25));transform:scale(var(--f-beat-scale,1.25))}}@keyframes f-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--f-beat-scale,1.25));transform:scale(var(--f-beat-scale,1.25))}}@-webkit-keyframes f-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--f-bounce-start-scale-x,1.1),var(--f-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--f-bounce-start-scale-x,1.1),var(--f-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--f-bounce-jump-scale-x,.9),var(--f-bounce-jump-scale-y,1.1)) translateY(var(--f-bounce-height,-.5em));transform:scale(var(--f-bounce-jump-scale-x,.9),var(--f-bounce-jump-scale-y,1.1)) translateY(var(--f-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--f-bounce-land-scale-x,1.05),var(--f-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--f-bounce-land-scale-x,1.05),var(--f-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--f-bounce-rebound,-.125em));transform:scale(1) translateY(var(--f-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes f-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--f-bounce-start-scale-x,1.1),var(--f-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--f-bounce-start-scale-x,1.1),var(--f-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--f-bounce-jump-scale-x,.9),var(--f-bounce-jump-scale-y,1.1)) translateY(var(--f-bounce-height,-.5em));transform:scale(var(--f-bounce-jump-scale-x,.9),var(--f-bounce-jump-scale-y,1.1)) translateY(var(--f-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--f-bounce-land-scale-x,1.05),var(--f-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--f-bounce-land-scale-x,1.05),var(--f-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--f-bounce-rebound,-.125em));transform:scale(1) translateY(var(--f-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes f-fade{50%{opacity:var(--f-fade-opacity,.4)}}@keyframes f-fade{50%{opacity:var(--f-fade-opacity,.4)}}@-webkit-keyframes f-beat-fade{0%,to{opacity:var(--f-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--f-beat-fade-scale,1.125));transform:scale(var(--f-beat-fade-scale,1.125))}}@keyframes f-beat-fade{0%,to{opacity:var(--f-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--f-beat-fade-scale,1.125));transform:scale(var(--f-beat-fade-scale,1.125))}}@-webkit-keyframes f-flip{50%{-webkit-transform:rotate3d(var(--f-flip-x,0),var(--f-flip-y,1),var(--f-flip-z,0),var(--f-flip-angle,-180deg));transform:rotate3d(var(--f-flip-x,0),var(--f-flip-y,1),var(--f-flip-z,0),var(--f-flip-angle,-180deg))}}@keyframes f-flip{50%{-webkit-transform:rotate3d(var(--f-flip-x,0),var(--f-flip-y,1),var(--f-flip-z,0),var(--f-flip-angle,-180deg));transform:rotate3d(var(--f-flip-x,0),var(--f-flip-y,1),var(--f-flip-z,0),var(--f-flip-angle,-180deg))}}@-webkit-keyframes f-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes f-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes f-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes f-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes f-x-yoyo{50%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes f-x-yoyo{50%{-webkit-transform:translateX(5px);transform:translateX(5px)}}.svg-grdnt-fill-1 svg{fill:url(#svg-gradient-1) var(--f-c)!important}.dm .svg-grdnt-fill-1 svg{fill:url(#d-svg-gradient-1) var(--d-f-c)!important}.svg-grdnt-fill-2 svg{fill:url(#svg-gradient-2) var(--f-c)!important}.dm .svg-grdnt-fill-2 svg{fill:url(#d-svg-gradient-2) var(--d-f-c)!important}.svg-grdnt-fill-3 svg{fill:url(#svg-gradient-3) var(--f-c)!important}.dm .svg-grdnt-fill-3 svg{fill:url(#d-svg-gradient-3) var(--d-f-c)!important}.svg-grdnt-fill-4 svg{fill:url(#svg-gradient-4) var(--f-c)!important}.dm .svg-grdnt-fill-4 svg{fill:url(#d-svg-gradient-4) var(--d-f-c)!important}.svg-grdnt-fill-5 svg{fill:url(#svg-gradient-5) var(--f-c)!important}.dm .svg-grdnt-fill-5 svg{fill:url(#d-svg-gradient-5) var(--d-f-c)!important}.chat-icon{bottom:19px;height:54px;position:fixed;right:19px;width:54px;z-index:199}.chat-icon a:hover:after{content:"";width:0}.chat-icon img{border-radius:0;height:90%;margin:5%;width:90%}.c{background:var(--crdbg);border-radius:var(--rnd);color:var(--crdfntclr)}.c svg{fill:var(--crdfntclr)}.c a{color:var(--crdfntclr)!important}.c-1>a{align-items:flex-start;display:flex;flex-direction:column;gap:.625rem;justify-content:flex-start;padding:2rem}.block-card p,.bmasonry-card p,.c p{color:var(--crd-paragrpah-clr)}.bg-alt1 .c{background:var(--alt1-bg-crdbgclr);color:var(--alt1-bg-crdfntclr)}.bg-alt2 .c{background:var(--alt2-bg-crdbgclr);color:var(--alt2-bg-crdfntclr)}.bg-alt3 .c{background:var(--alt3-bg-crdbgclr);color:var(--alt3-bg-crdfntclr)}.err-msg-wrp{align-items:center;background:var(--dan);border-radius:var(--rnds);color:var(--dan-fnt);display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;margin-top:1rem;padding:1rem}.err-msg-wrp svg{fill:var(--dan-fnt)}#modal{align-items:center;backdrop-filter:blur(2px);background:rgba(0,0,0,.3);display:none;flex-direction:column;justify-content:center;left:0;min-height:100dvh;opacity:1;overflow-y:auto;position:fixed;top:0;width:100vw;z-index:4100}.modal h3{font-size:clamp(1.6rem,2vw,2.25rem);line-height:1.3;margin:0}.m-c-wrp{align-items:center;justify-content:center}.m-t-c-wrp{align-items:center;border-radius:0 0 var(--rnd) var(--rnd);justify-content:flex-start}.m-b-c-wrp{align-items:center;border-radius:var(--rnd) var(--rnd) 0 0;justify-content:flex-end}.m-l-wrp{align-items:flex-start;border-radius:0 var(--rnd) var(--rnd) 0}.m-l-wrp,.m-r-wrp{justify-content:center}.m-r-wrp{align-items:flex-end;border-radius:var(--rnd) 0 0 var(--rnd)}.m-c-wrp .modal{border-radius:var(--rnd);margin:2rem 0;max-height:90%;width:clamp(380px,30vw,600px)}.m-c-wrp .modal .m-body{max-height:calc(100dvh - 400px);min-height:100px;overflow-y:auto}.m-t-c-wrp .modal{border-radius:0 0 var(--rnd) var(--rnd);width:clamp(380px,30vw,600px)}.m-b-c-wrp .modal{border-radius:var(--rnd) var(--rnd) 0 0;width:clamp(380px,30vw,600px)}.m-l-wrp .modal{border-radius:0 var(--rnd) var(--rnd) 0;height:100vh;min-width:500px}.m-r-wrp .modal{border-radius:var(--rnd) 0 0 var(--rnd);height:100vh;min-width:500px}.modal{background:var(--mdlbg);color:var(--mdlfntclr);position:fixed!important;z-index:4101}.m-cls-btn{background:none;border:none;cursor:pointer!important;padding-right:1rem;position:relative;z-index:9}.m-cls-btn,.m-cls-btn:active{outline:none!important}@media only screen and (max-width:550px){.m-c-wrp .modal{bottom:0;margin:0;overflow-y:auto}.m-c-wrp .modal,.m-t-c-wrp .modal{border-radius:var(--rnd) var(--rnd) 0 0;width:100%}.m-b-c-wrp .modal{width:100%}.m-l-wrp .modal,.m-r-wrp .modal{border-radius:0;width:100%}.m-b-c-wrp,.m-c-wrp,.m-t-c-wrp{align-items:center;justify-content:flex-end}.m-l-wrp{align-items:flex-start}.m-l-wrp,.m-r-wrp{justify-content:center}.m-r-wrp{align-items:flex-end}}.m-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:1.5rem}.m-body,.m-header{position:relative;width:100%}.m-body{padding-inline:1.5rem}.m-footer{align-items:center;display:flex;flex-direction:row;gap:9px;justify-content:flex-end;padding:1.5rem;position:relative;width:100%}.m-grid{display:grid;grid-template-rows:60px auto 70px 70px;height:100vh;overflow-x:hidden!important;overflow-y:hidden!important;padding:0!important;width:100%}.m-grid-header{align-items:center;display:flex;flex-direction:row;gap:9px;justify-content:space-between}.m-grid-body,.m-grid-header{position:relative;width:100%}.m-grid-body{height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.m-grid-footer{align-items:center;display:flex;flex-direction:row;gap:9px;justify-content:flex-end;position:relative;width:100%}@media only screen and (max-width:550px){.m-footer{flex-direction:column-reverse}.m-footer button,.m-footer>div{width:100%}}.bdy-mdl{overflow:hidden!important}.m-grid-err-msg-wrp{background:var(--dan);border-radius:var(--rnd);bottom:85px;flex-direction:row;gap:18px;justify-content:flex-start;left:5%;padding:11px;position:absolute;width:90%}#m-loading,.m-grid-err-msg-wrp{align-items:center;display:none}#m-loading{flex-direction:column;justify-content:center;min-height:150px;position:relative;width:100%}