@font-face {
    font-family: 'ADR DISPLAY';
    src: url('https://global.divhunt.com/b94bd658459625ee92cffaf00bb38548_15272.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'ADR DISPLAY';
    src: url('https://global.divhunt.com/cf87d6ec7387ca350daddd63fc06ebf6_15136.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'ADR DISPLAY';
    src: url('https://global.divhunt.com/ea80c2358066cc2cca1eb4e6daa87564_14544.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Optahunt Sans Display';
    src: url('https://global.divhunt.com/3da7f096a1ca24a90d86f11c4052aff8_24228.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Optahunt Sans Display';
    src: url('https://global.divhunt.com/5b76e2ff2ee04b485c88576d4e838647_27184.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Optahunt Sans Display';
    src: url('https://global.divhunt.com/d607ace1b8705308e67149e81432c629_27260.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

main{--adr-accent:rgb(157,255,71);--adr-accent-02:rgb(139,246,9);--adr-white:rgb(244,244,244);--adr-dark:rgb(15,15,15);--adr-hover:rgb(101,101,101);--adr-dark-light:rgb(18,18,18);--adr-light-txt:rgb(171,168,168);--adR-MaSTER-aCCENT:#5233dd;--Adr-cc-border:rgb(52,52,52);--adr-master-accent:#5233dd;--adr-master-success:rgb(157,255,71);--adr-master-warning:rgb(255,191,71);--adr-master-error:rgb(255,71,71);--mAIn-white:rgb(224,224,224);--oph-dark-hover:rgb(38,38,38);}@keyframes BackgroundGradient {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}/* ------ ADR Cookies: toast.motion.css ------ */
:root{
  --toast-distance: 14px;  /* slide from bottom distance */
  --toast-radius: 12px;
}

[data-adr-toast="contain"] .adr-toast{
  opacity: 0;
  transform: translateY(var(--toast-distance));
  will-change: transform, opacity;
  pointer-events: auto; /* allow click-to-dismiss */
}

[data-adr-toast="contain"] .adr-toast.adr-toast-in{
  opacity: 1;
  transform: translateY(0);
}

[data-adr-toast="contain"] .adr-toast.adr-toast-out{
  opacity: 0;
  transform: translateY(calc(var(--toast-distance) * -0.35));
}
/* Mobile Sidebar Icon Togle*/
@media (max-width: 997px) {
    [data-oph-doc="left-panel"] {
        /* Force these styles so GSAP has a solid starting point */
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 300px !important; /* Set a fixed width */
        height: 100vh !important;
        z-index: 9999 !important;
        display: none; /* Controlled by JS */
        
        /* IMPORTANT: Remove all transitions that fight GSAP */
        transition: none !important; 
        transform: none; 
    }

    .oph-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        display: none;
        opacity: 0;
    }
}

/* Share - Copy To Clipboard */
[data-oph-doc="share-copy"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease;
}

[data-oph-doc="share-copy"]:active {
  transform: scale(0.9); /* Little tactile feedback when clicked */
}/* 1. Standard syntax for Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #333 #1a1a1a; /* thumb | track */
}

/* 2. Webkit browsers (Chrome, Edge, Safari) */
*::-webkit-scrollbar {
  width: 6px;  /* Makes it thin */
  height: 6px; /* Horizontal scrollbar thickness */
}

*::-webkit-scrollbar-track {
  background: #1a1a1a; /* Dark background */
}

*::-webkit-scrollbar-thumb {
  background: #333;    /* Subtle thumb color */
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #5233dd; /* Your specific accent hover color */
  cursor: pointer;
}main {color:rgb(214,214,214);position:relative;overflow-x:clip;font-size:16px;font-weight:400;line-height:1.4;background:var(--adr-dark);height:auto;font-family:'Optahunt Sans Display';}@media screen and (max-width: 480px) {main {overflow-x:hidden;}}main container{width:100%;display:block;max-width:1280px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:1rem;margin-bottom:0px;padding-right:1rem;}main h2{font-size:2rem;margin-top:0px;font-weight:400;margin-bottom:0px;}main h1{margin-top:0px;font-weight:400;margin-bottom:0px;font-size:3rem;line-height:1;text-transform:none;}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;font-weight:400;}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}main p{margin-top:0px;margin-bottom:0px;font-size:inherit;font-weight:300;color:inherit;font-family:'Optahunt Sans Display'!important;}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;width:100%;height:100%;object-fit:cover;}main textarea{resize:vertical;}main a{cursor:pointer;transition:all 200ms 0ms linear;color:var(--adr-yellow);background:;text-decoration:none;font-size:.8rem;}main button{cursor:pointer;font-family:'Optahunt Sans Display';}main component{display:block;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main input{border:0px solid #00000000;}main .adr-padding-head{padding-bottom:4rem;display:flex;flex-direction:column;justify-content:flex-start;height:100%;row-gap:1.5rem;padding-top:10rem;grid-template-columns:1fr 1fr;align-items:center;width:100%;}@media screen and (max-width: 767px) {main .adr-padding-head{display:flex;flex-direction:column;justify-content:flex-start;}}main .adr-hero_wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;row-gap:1rem;}main .adr-hero-wrap{overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:1rem;text-align:left;position:relative;z-index:10;width:80%;color:var(--Adr-cc-border);margin-right:auto;}@media screen and (max-width: 991px) {main .adr-hero-wrap{text-align:center!important;width:90%;margin-right:auto;margin-left:0rem;}}@media screen and (max-width: 767px) {main .adr-hero-wrap{align-items:center;}}@media screen and (max-width: 480px) {main .adr-hero-wrap{text-align:center;width:100%;}}main .adr-feature-title-wrap{display:flex;flex-direction:column;row-gap:1rem;}main .adr-btn_prim{padding-left:0.75rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.75rem;outline:1px solid rgba(0,0,0,0);font-family:inherit;font-size:1rem;color:rgb(234,234,234);border-radius:100px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:var(--adr-master-accent);display:flex;border:1px solid rgba(0,0,0,0.04);text-align:center;justify-content:center;align-items:center;text-transform:capitalize;cursor:pointer;}main .adr-btn_prim:hover{background:rgb(from var(--adR-MaSTER-aCCENT) r g b / 80%);}@media screen and (max-width: 480px) {main .adr-btn_prim{font-family:ADR DISPLAY!important;font-weight:400!important;}}main .adr-vflex{display:flex;flex-direction:column;row-gap:1rem;flex:1 1 0%;}main .adr-hero-h1{font-size:3.5rem;font-weight:400;font-family:'ADR DISPLAY';line-height:1.2-;}@media screen and (max-width: 991px) {main .adr-hero-h1{text-align:left;}}@media screen and (max-width: 767px) {main .adr-hero-h1{font-size:3rem;}}@media screen and (max-width: 480px) {main .adr-hero-h1{font-size:2.5rem;}}main .adr-hero-subtitle{font-size:1.25rem;color:rgb(187,187,187);font-family:'ADR DISPLAY';font-weight:400;}@media screen and (max-width: 480px) {main .adr-hero-subtitle{width:100%;font-weight:300;}}main .adr-hero-header{height:auto;display:flex;flex-direction:column;position:relative;background:;width:100%;}main .adr-padding-medium{padding-top:4rem;padding-bottom:4rem;display:flex;flex-direction:column;}main .oph-brand-nav{width:2rem;height:2rem;color:inherit;pointer-events:none;}main .oph-nav{padding-top:0.5rem;padding-bottom:0.5rem;position:fixed;top:0%;left:0%;right:0%;bottom:auto;margin-left:auto;margin-right:auto;z-index:10;width:100%;}main .oph-feature-title_wrap{width:70%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;}@media screen and (max-width: 767px) {main .oph-feature-title_wrap{width:100%;}}main .oph-ico_features{width:2rem;height:2rem;object-fit:contain;display:flex;justify-content:center;align-items:center;}main .center{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center;}main .adr-padding-large{display:flex;flex-direction:column;padding-top:10rem;padding-bottom:10rem;width:100%;}@media screen and (max-width: 767px) {main .adr-padding-large{padding-top:5rem;padding-bottom:5rem;}}@media screen and (max-width: 480px) {main .adr-padding-large{padding-top:4rem;padding-bottom:4rem;}}main .oph-footer-link{font-size:0.8rem;font-weight:300;}main .oph-footer-link:hover{color:var(--adr-accent);}@media screen and (max-width: 767px) {main .oph-footer-link{font-size:1rem;}}@media screen and (max-width: 480px) {main .oph-footer-link{font-size:0.90rem;}}main .adr-padding-footer{padding-top:12rem;padding-bottom:1rem;display:flex;flex-direction:column;row-gap:2rem;}main .oph-footer-impressum{font-size:0.80rem;color:var(--mAIn-white);font-weight:300;}@media screen and (max-width: 767px) {main .oph-footer-impressum{font-size:0.8rem;}}main .oph-h1-title{font-size:2.5rem;width:100%;}@media screen and (max-width: 767px) {main .oph-h1-title{font-size:2rem;}}@media screen and (max-width: 480px) {main .oph-h1-title{font-size:1.75rem;}}main .adr-cc-cta-title{font-size:2.15rem;}main .oph-feature-subtitle{font-size:1.25rem;color:rgb(224,224,224);font-weight:300;}main .oph-pricing-card{background:rgb(17,17,17);border-radius:32px;display:flex;flex-direction:column;position:relative;overflow:clip;height:auto;}@media screen and (max-width: 767px) {main .oph-pricing-card{width:80%;margin-left:auto;margin-right:auto;height:auto;row-gap:1.5rem;}}@media screen and (max-width: 480px) {main .oph-pricing-card{width:100%;}}main .oph-pricing-price{font-weight:400!important;font-size:2.5rem;}main .adr-cc-txt-small{font-size:0.95rem;color:rgb(140,140,140);}main .oph-dot{width:0.25rem;height:0.25rem;border-radius:100%;background:var(--adr-hover);}main .dh-btn-primary{background:rgba(0,0,0,1.00);color:rgba(255,255,255,1.00);padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;border:1px none rgba(0,0,0,1);border-radius:8px;text-decoration:none;}main .dh-btn-primary:hover{background:rgb(54,54,54);}main .dh-overlay{position:absolute;top:0%;left:0%;right:auto;bottom:auto;width:100%;height:100%;background:rgba(0,0,0,0.3);}main .dh-absolute-image{position:absolute;top:0%;left:0%;right:auto;bottom:auto;width:100%;height:100%;object-fit:cover;}main .oph-faq-head-wrap{background:rgb(12,12,12);display:flex;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;width:100%;cursor:pointer;color:var(--mAIn-white);border-radius:32px;overflow:clip;}main .oph-ico-tn{width:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;height:1rem;color:inherit;}main .oph-faq-body{padding-left:2rem;padding-top:1rem;padding-bottom:1rem;padding-right:2rem;background:#181818;color:var(--adr-light-txt);}main .oph-faq-question{font-size:1.1rem;font-weight:300;}main .oph-bnt-wrap{padding-left:0.25rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.25rem;border:1px solid rgb(43,43,43);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:100px;}main .oph-doc_left{display:flex;flex-direction:column;padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;max-width:30rem;align-self:flex-start;width:100%;flex:0 1 auto;position:sticky;top:0%;height:auto;color:var(--adr-dark);}main .oph-footer-wrap{padding-top:3rem;}main .oph-label{text-transform:uppercase;font-size:0.75rem;}main .label{text-transform:uppercase;font-size:0.80rem;}main .oph-price-time{font-size:1.15rem;margin-left:.25rem;}main .oph-price-desc{font-size:1.25rem;}main .oph-txt_medium{font-size:1.15rem;}main .adr-cta-wrap{display:flex;column-gap:1rem;align-items:center;margin-top:0.5rem;width:100%;justify-content:flex-end;}main .adr-cookie_link{font-family:inherit;color:#f0f0f0;text-decoration:none;margin-left:.20rem;cursor:pointer;font-size:0.90rem;}main .adr-cookie_link:hover{color:var(--adr-master-success);}main .button-primary{font-family:inherit;color:rgba(255,255,255,1.00);border:1px solid rgba(0,0,0,1);background:rgb(82,51,221);padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);border-radius:100px;}main .button-primary:hover{color:rgb(255,255,255);background:rgb(19,19,19);}main .button-secondary{font-family:inherit;color:rgb(255,255,255);border:1px solid rgba(0,0,0,1);background:rgb(19,19,19);padding-top:0.6rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.6rem;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);font-size:1rem;border-radius:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgb(90,90,90);}main .adr-cookie_hflex{display:flex;align-items:center;column-gap:1rem;width:auto;}main .adr-switch_wrap{background:rgb(20,20,20);display:flex;margin-left:2.5rem;outline:.5px solid rgb(31,31,31);cursor:pointer;padding-left:.15rem;padding-top:.15rem;padding-bottom:.15rem;padding-right:2rem;width:3.25rem;flex-direction:column;flex:0 0 auto;min-height:1.75rem;height:100%;pointer-events:auto;border-radius:8px;border:1px solid rgb(67,67,67);}main .otp{width:3rem;height:3rem;border-radius:12px;text-align:center;font-size:16px;line-height:1-;padding-left:0.5rem;display:flex;justify-content:center;align-items:center;padding-right:0.5rem;}main .otp::placeholder{display:flex;justify-content:center;align-items:center;color:rgb(57,57,57);font-size:1.rem;}main .adr-dash_left{padding-left:0.5rem;padding-top:1rem;padding-bottom:1rem;padding-right:0.5rem;display:flex;flex-direction:column;height:100dvh;justify-content:space-between;align-self:stretch;row-gap:0.5rem;width:15rem;align-items:center;background:rgb(0,0,0);flex:0 0 auto;}main .adr-dash-card_wrap{padding-left:1rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:1rem;background:rgb(from var(--adr-dark-light) r g b / 50%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;overflow:clip;font-size:0.70rem;width:100%;}main .adr-dash-master-wrap{padding-left:0.5rem;padding-right:0.5rem;padding-top:1rem;padding-bottom:1rem;height:100dvh;width:auto;flex:1 1 0%;position:relative;}main .adr-dash-top_wrap{padding-bottom:4rem;border-bottom:1px solid rgb(37,37,37);padding-top:4rem;display:flex;justify-content:center;align-items:center;padding-left:2rem;padding-right:2rem;}main .adr-dash-tab_wrap{padding-left:0.6rem;padding-right:0.6rem;padding-top:0.6rem;padding-bottom:0.6rem;transition:all 300ms 0ms ease-in-out;display:flex;column-gap:0.5rem;cursor:pointer;border-radius:12px;font-size:0.80rem;color:var(--adr-light-txt);margin-top:0rem;width:100%;flex:0 0 auto;position:relative;}main .adr-dash-tab_wrap:hover{background:var(--adr-dark-light);}main .adr-dash-tab_wrap.dh-active{background:var(--adR-MaSTER-aCCENT);}main .adr-dash-action_btn{width:2rem;height:2rem;border-radius:100px;cursor:pointer;border:1px solid var(--Adr-cc-border);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);background:#131313;display:flex;justify-content:center;align-items:center;color:var(--adr-hover);}main .adr-dash-action_btn:hover{background:var(--adr-dark);color:var(--adR-MaSTER-aCCENT);}main .adr-dash_label{display:flex;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.35rem;padding-bottom:0.35rem;font-size:0.7rem;border-radius:100px;background:var(--adR-MaSTER-aCCENT);align-items:center;justify-content:space-between;width:auto;border:1px solid var(--Adr-cc-border);column-gap:0.5rem;color:var(--adr-white);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);cursor:pointer;}main .adr-dash_label:hover{background:rgb(44,44,44);color:rgb(255,255,255);}main .adr-landing_heading-short{height:30vh;}main .adr-blog-cad_highlight{padding-left:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;display:grid;flex-direction:row;row-gap:2rem;border-radius:20px;transition:all 500ms 0ms cubic-bezier(0.645,0.045,0.355,1);column-gap:2rem;grid-template-columns:1fr 1fr;border:1px solid var(--Adr-cc-border);}main .adr-blog-cad_highlight:hover{background:;}@media screen and (max-width: 480px) {main .adr-blog-cad_highlight{column-gap:0.5rem;row-gap:0.5rem;grid-template-columns:0.75fr 1fr;}}main .adr-blog-img-wrap{border-radius:20px;overflow:clip;aspect-ratio:1/1;height:10rem;display:flex;justify-content:center;align-items:center;width:10rem;}@media screen and (max-width: 480px) {main .adr-blog-img-wrap{width:8rem;height:8rem;}}main .adr-blog_grid-list{grid-template-columns:1fr;display:grid;column-gap:2rem;row-gap:2rem;}main .adr-blog-rtw_wrap{margin-bottom:2rem;}main .adr-blog-rtw_wrap p{font-size:1.15rem;margin-bottom:2rem;line-height:1.75-;color:var(--adr-dark-light);font-family:Optahunt Sans Display!important;font-weight:500;}main .adr-blog-rtw_wrap h1{margin-bottom:3rem;}main .adr-blog-rtw_wrap h2{margin-bottom:0.5rem;line-height:1-;}main .adr-blog-rtw_wrap ol{display:flex;flex-direction:column;row-gap:0.75rem;margin-top:2rem;margin-bottom:2rem;margin-left:3rem;font-family:'ADR DISPLAY';font-size:1rem;}main .adr-blog-rtw_wrap li{margin-left:0rem;padding-left:0.25rem;padding-bottom:0.5rem;font-size:1rem;font-family:'Optahunt Sans Display';font-weight:500;}main .adr-blog-rtw_wrap ul{margin-bottom:2rem;margin-top:1.5rem;padding-left:2rem;}main .adr-blog-rtw_wrap a{font-size:1.15rem;color:var(--adr-dark);text-decoration:underline;}main .adr-blog-rtw_wrap td{background:;font-size:0.90rem;font-weight:300;border:0px solid rgb(0,0,0);outline:0.25px solid var(--Adr-cc-border);}main .adr-blog-rtw_wrap tr{outline:0px solid rgb(107,107,107);border:0px solid var(--Adr-cc-border);background:var(--mAIn-white);overflow:clip;}main .adr-blog-rtw_wrap table{margin-bottom:5rem;margin-top:1.5rem;}main .adr-dash_modal{width:100%;position:fixed;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;height:100%;z-index:10;background:rgb(from var(--adr-dark) r g b / 90%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;}main .adr-pricing-perks{font-size:1rem;color:rgb(133,133,133);font-weight:300;}main .dash-scan-item_logo{width:2.5rem;height:2.5rem;}main .adrd-dash-scan_card{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:0.5rem;column-gap:0.5rem;text-align:center;}main .adr-layout-duo{width:100%;grid-template-columns:1fr 1fr;display:grid;column-gap:2rem;row-gap:2rem;}main .adr-layout-trio{grid-template-columns:1fr 1fr 1fr;display:grid;column-gap:1.5rem;row-gap:1.5rem;}@media screen and (max-width: 767px) {main .adr-layout-trio{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {main .adr-layout-trio{grid-template-columns:1fr;}}main .adr-landing-feature-card{width:100%;padding-top:0.9rem;padding-bottom:0.9rem;padding-left:0.9rem;padding-right:0.9rem;border-radius:18px;min-height:12rem;display:flex;flex-direction:column;align-items:flex-start;row-gap:1.5rem;}main .adr-landing-footer_dropdown{padding-left:2rem;padding-top:1rem;padding-bottom:1rem;padding-right:2rem;background:rgb(from var(--adr-dark-light) r g b / 90%);border-radius:16px;display:flex;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--Adr-cc-border);}main .adr-landing_dropdown-list{list-style-type:none;display:grid;flex-direction:row;column-gap:2rem;align-items:start;padding-left:0rem;position:relative;row-gap:2rem;width:100%;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:start;flex-wrap:nowrap;}main .adr-pricing-badge{padding-left:0.15rem;padding-top:0.15rem;padding-bottom:0.15rem;padding-right:0.15rem;display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;position:absolute;top:-2rem;left:0%;right:0%;bottom:auto;border:1px solid var(--Adr-cc-border);border-radius:12px 12px 0px 0px;background-image:url(https://global.divhunt.com/4ddf3dc3f57777a826a5bd60dbcb89dc_1721350.png);width:70%;}main .oph-h1-md{font-size:2rem;font-weight:400;}main .oph-txt-md{font-size:1rem;}@media screen and (max-width: 991px) {main .oph-txt-md{font-size:1.25rem;}}main .oph-step-card{width:100%;padding-top:1.5rem;padding-left:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;background:rgb(204,204,204);display:flex;flex-direction:column;row-gap:0.25rem;min-height:15rem;justify-content:flex-start;align-items:flex-start;border:1px solid rgb(150,150,150);transition:all 350ms 0ms linear;cursor:pointer;}main .oph-step-card:hover{background:var(--Adr-cc-border);color:var(--adr-white);}main .oph-h2-md{font-size:1.5rem;}main .oph-bento-wrap{width:100%;padding-top:0.5rem;padding-left:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;grid-template-columns:1fr 1fr;display:grid;grid-template-rows:1fr 1fr;column-gap:1rem;row-gap:1rem;}main .oph-bento-cell{width:100%;height:100%;padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;min-height:20rem;border-radius:12px;overflow:clip;background:#202020;}main .oph-pricing-wrap{display:flex;column-gap:3px;}@media screen and (max-width: 767px) {main .oph-pricing-wrap{justify-content:center;}}main .oph-cta-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;}main .oph-blog-card{width:100%;height:100%;min-height:12rem;padding-top:1rem;padding-left:1rem;padding-bottom:1rem;padding-right:1rem;}main .oph-home-journal-grid{width:100%;grid-template-columns:1fr 1fr 1fr;display:grid;column-gap:2rem;row-gap:2rem;}@media screen and (max-width: 767px) {main .oph-home-journal-grid{grid-template-columns:1fr;}}main .oph-title-content-wraop{display:flex;flex-direction:column;row-gap:2rem;}main .oph-vflex{display:flex;width:100%;flex-direction:column;column-gap:2rem;row-gap:0.25rem;}@media screen and (max-width: 991px) {main .oph-vflex{flex-direction:column;}}main .oph-media-full{width:100%;object-fit:cover;}main .progress-bar{background:;}main .oph-header-duo{grid-template-columns:1fr 1fr;display:grid;width:100%;row-gap:2rem;}@media screen and (max-width: 991px) {main .oph-header-duo{display:flex;flex-direction:column-reverse;text-align:left;align-items:flex-start;}}main .oph-demo-full{position:absolute;top:auto;left:auto;right:2rem;bottom:2rem;padding-top:1.5rem;padding-left:1.5rem;padding-bottom:1.7rem;padding-right:1.5rem;border-radius:22px;overflow:clip;background:rgb(from var(--adr-dark) r g b / 30%);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgb(196,196,196);z-index:4;color:var(--adr-white);min-width:25rem;}main .oph-demo-btn{background:var(--adr-master-accent);color:var(--adr-white);font-weight:400;font-family:'ADR DISPLAY';padding-top:0.5rem;padding-left:0.75rem;padding-bottom:0.5rem;padding-right:0.75rem;border-radius:22px;border:1px solid rgba(0,0,0,0);transition:all 250ms 0ms linear;}main .oph-demo-btn:hover{background:var(--Adr-cc-border);color:var(--adr-accent-02);}main .oph-demo-prg{height:0.25rem;width:100%;background:rgb(from var(--adr-hover) r g b / 50%);}main .oph-h2-lg{font-size:2rem;line-height:1.1;}@media screen and (max-width: 480px) {main .oph-h2-lg{font-size:1.5rem;}}main .oph-nav-link{color:var(--adr-dark);font-size:1rem;}@media screen and (max-width: 480px) {main .oph-nav-link{font-size:0.90rem;}}main .oph-txt-sm{font-size:0.85rem;position:relative;z-index:4;}@media screen and (max-width: 480px) {main .oph-txt-sm{font-size:0.75rem;}}main .oph-hflex{display:flex;column-gap:0.5rem;align-items:center;}main .oph-modal{width:100%;height:100%;filter:;backdrop-filter:;-webkit-backdrop-filter:;position:fixed;z-index:90;display:none;flex-direction:column;justify-content:flex-start;align-items:center;background:rgb(from var(--mAIn-white) r g b / 20%);}@media screen and (max-width: 991px) {main .oph-modal{justify-content:flex-start;padding-top:5rem;}}@media screen and (max-width: 767px) {main .oph-modal{padding-top:2rem;background:rgb(from var(--mAIn-white) r g b / 30%);}}@media screen and (max-width: 480px) {main .oph-modal{padding-top:0rem;}}main .oph-modal_panel{padding-top:1.1rem;padding-bottom:1.1rem;padding-left:1.1rem;padding-right:1.1rem;background:rgb(from var(--adr-white) r g b / 95%);display:flex;flex-direction:column;row-gap:0rem;margin-left:auto;margin-right:auto;align-items:flex-start;overflow:auto;border-radius:32px;border:1px solid var(--Adr-cc-border);color:var(--adr-dark);position:absolute;top:auto;left:auto;right:2rem;bottom:3rem;max-width:50rem;max-height:30rem;}@media screen and (max-width: 991px) {main .oph-modal_panel{max-width:90%;right:0%;top:auto;left:0%;bottom:3rem;margin-left:auto;margin-right:auto;padding-top:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {main .oph-modal_panel{max-width:95%;max-height:50vh;padding-bottom:1.2rem;padding-top:1.2rem;padding-left:1.2rem;padding-right:1.2rem;}}main .oph-button{padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;background:rgb(0,0,0);color:rgb(255,255,255);border:1px solid rgba(0,0,0,0);outline:0px solid rgba(0,0,0,0);font-size:0.90rem;cursor:pointer;border-radius:100px;flex:0 0 auto;font-family:'ADR DISPLAY';font-weight:300;text-align:center;}main .oph-button:hover{background:var(--adr-master-accent);}main .oph-txt-label{font-size:0.70rem;color:rgb(90,90,90);}main .oph-cookie_link{font-family:inherit;color:#5233dd;text-decoration:underline;margin-left:.20rem;cursor:pointer;}main .oph-cookie_link:hover{color:rgb(0,27,67);}main .oph-txt-desc{font-family:inherit;font-size:0.90rem;color:var(--adr-dark);}main .oph-txt-bold{font-family:inherit;font-size:0.90rem;color:var(--Adr-cc-border);font-weight:400;}main .oph-pref-wrap{display:flex;flex-direction:column;row-gap:0.5rem;cursor:pointer;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);}main .oph-switch_wrap{background:rgb(from var(--adr-light-txt) r g b / 50%);display:flex;margin-left:2.5rem;outline:.5px solid var(--adr-hover);cursor:pointer;padding-left:.15rem;padding-top:.15rem;padding-bottom:.15rem;padding-right:2rem;width:3.25rem;flex-direction:column;flex:0 0 auto;min-height:1.75rem;height:100%;pointer-events:auto;border-radius:8px;}main .oph-switch_thumb{width:1.5rem;height:1.5rem;max-width:;background:var(--adR-MaSTER-aCCENT);transition:all 300ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);border-radius:8px;}main .oph-switch_thumb:hover{background:rgb(255,255,255);}main .oph-square_btn{border:1px solid var(--Adr-cc-border);width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);border-radius:8px;flex:0 0 auto;}main .oph-square_btn:hover{background:var(--adr-master-accent);color:var(--adr-white);}main .oph-ico-sm{width:1rem;display:flex;justify-content:center;align-items:center;pointer-events:none;}main .oph-banner{max-width:35rem;padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;background:rgb(from var(--mAIn-white) r g b / 80%);color:var(--adr-dark);border:1px solid var(--adr-hover);position:fixed;top:auto;left:auto;right:2rem;bottom:2rem;z-index:80;display:none;flex-direction:column;row-gap:1.25rem;border-radius:18px;min-width:35rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}@media screen and (max-width: 991px) {main .oph-banner{min-width:auto;}}@media screen and (max-width: 767px) {main .oph-banner{right:0%;top:auto;left:0%;bottom:2rem;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {main .oph-banner{max-width:95%;}}main .oph-sbt{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;}main .oph-cta-wrap-2{display:flex;column-gap:1rem;align-items:center;row-gap:1rem;justify-content:center;flex-wrap:wrap;}@media screen and (max-width: 767px) {main .oph-cta-wrap-2{justify-content:flex-start;column-gap:0.5rem;row-gap:0.5rem;}}@media screen and (max-width: 480px) {main .oph-cta-wrap-2{justify-content:center;align-items:center;}}main .oph-links{font-size:0.90rem;cursor:pointer;flex:0 1 auto;margin-left:0.15rem;margin-right:0.15rem;background:rgba(224,224,224,0);border:1px solid rgba(0,0,0,0);font-family:'ADR DISPLAY';}main .oph-links:hover{color:var(--adr-white);text-decoration:underline;}main .oph-translate{padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;cursor:pointer;transition:all 150ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);border:1px solid var(--adr-light-txt);overflow:clip;border-radius:16px;background:var(--adr-dark-light);color:var(--adr-light-txt);font-size:0.80rem;}main .oph-translate:hover{background:var(--adr-master-accent);color:rgb(255,255,255);}main .oph-ico-md{width:1.25rem;height:1.25rem;display:flex;justify-content:center;align-items:center;}main .oph-body-2{font-size:0.90rem;line-height:1.3;}@media screen and (max-width: 767px) {main .oph-body-2{font-size:0.85rem;font-weight:300;}}main .oph-txt-label-2{font-size:0.70rem;color:rgb(181,181,181);}main .oph-txt-desc-2{font-family:inherit;font-size:0.80rem;color:rgb(143,143,143);}main .oph-txt-bold-2{font-family:inherit;font-weight:600;font-size:0.90rem;}main .oph-txt-label-3{font-size:0.70rem;color:rgb(181,181,181);}main .oph-txt-desc-3{font-family:inherit;font-size:0.80rem;color:rgb(143,143,143);}main .oph-txt-bold-3{font-family:inherit;font-weight:600;font-size:0.90rem;}main .oph-txt-desc-4{font-family:inherit;font-size:0.80rem;color:rgb(143,143,143);}main .oph-txt-bold-4{font-family:inherit;font-weight:600;font-size:0.90rem;}main .oph-txt-desc-5{font-family:inherit;font-size:0.80rem;color:rgb(143,143,143);}main .oph-txt-bold-5{font-family:inherit;font-weight:600;font-size:0.90rem;}main .oph-cta-wrap-3{display:flex;column-gap:1rem;align-items:center;row-gap:1rem;justify-content:center;margin-left:auto;}@media screen and (max-width: 767px) {main .oph-cta-wrap-3{width:100%;justify-content:flex-start;}}main .oph-padding-sm{padding-top:1rem;padding-bottom:1rem;width:100%;}main .oph-section{display:flex;flex-direction:column;max-width:90rem;margin-left:auto;margin-right:auto;}main .oph-doc-topbar{width:100%;color:var(--mAIn-white);display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;column-gap:1.5rem;row-gap:1.5rem;padding-bottom:0.5rem;padding-top:0.5rem;min-height:4rem;margin-left:auto;margin-right:auto;background:var(--adr-dark);position:sticky;top:0rem;z-index:50;}@media screen and (max-width: 991px) {main .oph-doc-topbar{padding-left:0rem;padding-right:0rem;position:fixed;top:0%;left:0%;right:0%;bottom:auto;margin-left:auto;margin-right:auto;}}main .oph-doc-left{height:100%;padding-left:1rem;padding-right:1rem;padding-top:2rem;padding-bottom:2rem;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;row-gap:2rem;position:relative;background:var(--adr-dark-light);}@media screen and (max-width: 991px) {main .oph-doc-left{display:none;padding-top:1.5rem;padding-bottom:1rem;}}main .oph-doc-right{height:100%;padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column;row-gap:1rem;}@media screen and (max-width: 480px) {main .oph-doc-right{display:none;}}main .oph-doc-core{width:100%;display:grid;grid-template-columns:15vw 1fr 15vw;}@media screen and (max-width: 991px) {main .oph-doc-core{grid-template-columns:1fr 0.5fr;}}@media screen and (max-width: 480px) {main .oph-doc-core{display:flex;flex-direction:column;}}main .oph-doc-section{background:var(--adr-dark-light);border-top:1px solid var(--Adr-cc-border);}main .oph-doc-ico{width:1.15rem;height:1.15rem;}main .oph-doc-txt-md{font-size:1rem;}main .oph-doc-tab-hold{display:flex;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:0.5rem;border-radius:10px;justify-content:flex-start;align-items:center;column-gap:1rem;font-family:'ADR DISPLAY';width:100%;font-size:0.90rem;color:var(--adr-light-txt);cursor:pointer;}main .oph-doc-tab-hold:hover{background:var(--adr-dark);color:var(--adr-white);}main .oph-doc-tab-hold.dh-active{color:var(--adr-master-success);}main .oph-doc-mid{padding-left:2rem;padding-top:2rem;padding-right:2rem;padding-bottom:6rem;display:flex;flex-direction:column;row-gap:0rem;column-gap:1rem;}@media screen and (max-width: 991px) {main .oph-doc-mid{padding-left:1rem;padding-right:1rem;padding-bottom:0rem;row-gap:0rem;}}main .oph-rte p{font-size:1rem;}main .oph-rte h2{font-size:1.5rem;margin-bottom:0rem;margin-top:4rem;}main .oph-rte ul{list-style:none;padding-left:2rem;margin-bottom:4rem;font-weight:300;}main .oph-rte h3{margin-top:4rem;font-size:1.5rem;}main .oph-doc-footer{padding-top:1rem;padding-bottom:1rem;border-top:1px solid var(--Adr-cc-border);display:flex;align-items:flex-start;justify-content:space-between;column-gap:1rem;}main .oph-doc-title-hold{padding-bottom:1rem;border-bottom:1px solid var(--Adr-cc-border);display:flex;flex-direction:column;row-gap:1rem;}main .main-wrap{background:var(--adr-dark);overflow:visible!important;height:100%;}main .oph-doc-closing{padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--Adr-cc-border);display:flex;flex-direction:column;row-gap:1rem;margin-top:2.5rem;}@media screen and (max-width: 991px) {main .oph-doc-closing{margin-top:2rem;}}main .oph-doc-link{display:flex;column-gap:0.5rem;cursor:pointer;text-transform:capitalize;}main .oph-doc-link:hover{color:rgb(255,255,255);}main .oph-doc-feedbck{cursor:pointer;color:var(--adr-hover);}main .oph-doc-feedbck:hover{color:var(--adr-master-success);}main .oph-doc-side{font-size:0.95rem;font-weight:300;}main .oph-doc-side:hover{color:var(--adr-master-success);}main .oph-doc-side.dh-active{color:var(--adr-white);}main .oph-doc-breadcrumb.dh-active{color:var(--adr-white);}main .oph-layout-hsb{width:100%;display:flex;align-items:center;justify-content:space-between;}main .oph-contain-md{width:100%;max-width:75rem;margin-left:auto;margin-right:auto;}main .oph-page-title{font-size:3em;position:relative;z-index:2;}@media screen and (max-width: 767px) {main .oph-page-title{font-size:2.5em;}}main .oph-update-trio{display:grid;flex-direction:row;height:100%;grid-template-columns:20rem auto 1fr;}@media screen and (max-width: 991px) {main .oph-update-trio{grid-template-columns:12rem auto 1fr;}}@media screen and (max-width: 767px) {main .oph-update-trio{grid-template-columns:8rem auto 1fr;}}@media screen and (max-width: 480px) {main .oph-update-trio{grid-template-columns:1fr 2rem;}}main .oph-layout-list{list-style:none;padding-left:0rem;}main .oph-layout-avatar{width:1.25rem;height:1.25rem;border-radius:100%;overflow:clip;display:block;}main .oph-layou-16-9{width:100%;aspect-ratio:16/9;}main .oph-contain-sm{max-width:50rem;}main .oph-input{min-height:3.25rem;border-radius:32px;padding-left:1rem;padding-right:1rem;background:var(--adr-dark-light);border:1px solid var(--Adr-cc-border);font-size:16px;color:var(--mAIn-white);width:100%;}main .oph-input:hover{background:rgb(31,31,31);color:var(--adr-white);}main .oph-input:focus{border:1px solid var(--adR-MaSTER-aCCENT);outline:1px solid var(--adR-MaSTER-aCCENT);}@media screen and (max-width: 480px) {main .oph-input{display:block;}}main .oph-wordmark{font-size:0.9rem;}main .oph-auth-left{position:relative;width:40vw;display:flex;justify-content:center;align-items:center;height:100%;flex-direction:column;}@media screen and (max-width: 767px) {main .oph-auth-left{flex-direction:column;}}main .oph-auth-splash{width:100%;height:100%;display:flex;justify-content:center;align-items:center;}main .oph-section-lock{width:100%;height:100dvh;}main .oph-auth-psd-reveal{position:absolute;top:auto;left:auto;right:1rem;bottom:auto;display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border:1px solid var(--Adr-cc-border);border-radius:12px;cursor:pointer;}main .oph-auth-psd-reveal:hover{background:var(--oph-dark-hover);}main .oph-auth-psd-reveal.dh-active{background:var(--adr-dark-light);color:var(--adr-master-success);}main .oph-brand{display:flex;align-items:center;font-size:0.90rem;}main .oph-head-full{width:100%;height:100dvh;position:relative;z-index:2;}main .oph-media-cover{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;}main .oph-input-light{min-height:3rem;border-radius:32px;padding-left:1rem;padding-right:1rem;background:var(--adr-dark-light);font-size:16px;color:var(--Adr-cc-border);transition:all 320ms 0ms linear;}main .oph-input-light:hover{background:rgb(255,255,255);color:var(--adr-white);}main .oph-input-light:focus{border:1px solid var(--adR-MaSTER-aCCENT);outline:1px solid var(--adR-MaSTER-aCCENT);color:var(--Adr-cc-border);}main .oph-dash-content{width:100%;height:100vh;display:flex;}main .oph-dash-side-left{width:100%;min-width:20rem;max-width:20rem;height:100vh;border-right:1px solid var(--Adr-cc-border);}@media screen and (max-width: 991px) {main .oph-dash-side-left{display:none;}}main .oph-dash-side-main{width:100%;height:100vh;display:flex;flex-direction:column;}main .oph-dash-app{height:5rem;width:6rem;line-height:1;}main .oph-dash-tab{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;display:flex;column-gap:0.75rem;align-items:center;border-radius:16px;cursor:pointer;color:var(--adr-white);}main .oph-dash-tab:hover{background:var(--oph-dark-hover);}main .oph-dash-label{font-size:0.8rem;color:var(--adr-hover);font-family:'Optahunt Sans Display';}main .oph-dash-ico-arrow{margin-left:auto;width:1.5rem;height:1.5rem;}main .oph-dash-tab-drop{width:100%;overflow:clip;padding-left:2rem;cursor:pointer;}main .oph-dash-tab-drop-btn{background:rgba(15,15,15,0);border:1px none rgba(0,0,0,1);outline:1px none rgba(0,0,0,1);color:var(--adr-light-txt);width:100%;text-align:left;padding-top:1rem;padding-bottom:1rem;}main .oph-dash-tab-drop-btn:hover{color:var(--adr-white);width:100%;}main .oph-dash-tab-ico{width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;color:var(--adr-light-txt);}main .oph-dash-main-top{width:100%;padding-left:2rem;padding-right:2.5rem;padding-top:1rem;padding-bottom:1rem;display:flex;border-bottom:1px solid var(--Adr-cc-border);align-items:center;justify-content:space-between;min-height:5rem;}@media screen and (max-width: 480px) {main .oph-dash-main-top{padding-left:1rem;padding-right:1rem;}}main .oph-dash-title{font-size:1.25rem;}@media screen and (max-width: 767px) {main .oph-dash-title{font-size:1.15rem;}}main .oph-dash-avatar{width:2rem;height:2rem;border-radius:100%;overflow:clip;position:relative;}main .oph-dash-txt-info{font-size:0.8rem;background:;color:var(--adr-hover);}main .oph-dash-main-content{width:100%;height:calc(100vh - 5rem);padding-left:1rem;padding-right:1rem;padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column;}main .oph-txt-lg{font-size:2rem;}main .oph-input-group{display:flex;flex-direction:column;row-gap:0.75rem;align-items:flex-start;width:100%;}main .oph-dash-form{display:flex;flex-direction:column;row-gap:1rem;border-radius:32px;background:var(--adr-dark);border:1px solid var(--Adr-cc-border);padding-bottom:2rem;}@media screen and (max-width: 991px) {main .oph-dash-form{width:100%;}}@media screen and (max-width: 767px) {main .oph-dash-form{padding-top:0rem;row-gap:1rem;}}main .oph-dash-step-wrap{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;border-radius:12px;border:2px solid var(--Adr-cc-border);}main .oph-dash-step-wrap.dh-active{background:var(--adR-MaSTER-aCCENT);}main .oph-dash-radio-wrap{width:100%;height:100%;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.5rem;padding-right:1.5rem;border-radius:0px 0px 32px 32px;border:1px solid var(--Adr-cc-border);display:flex;column-gap:1rem;grid-template-columns:1fr 1fr;flex-direction:column;align-items:flex-start;row-gap:1rem;}main .oph-dash-check-wrap{width:1.25rem;height:1.25rem;border:1px solid var(--Adr-cc-border);border-radius:4px;margin-left:auto;transition:all 250ms 0ms linear;cursor:pointer;}main .oph-dash-check-wrap:hover{border:1px solid var(--adr-white);background:var(--oph-dark-hover);}main .oph-dash-search-wrap{display:flex;flex-direction:column;align-items:flex-start;row-gap:1rem;width:100%;}main .oph-dash-tool-label{display:flex;border-radius:24px;border:1px solid var(--Adr-cc-border);padding-left:1rem;padding-right:2.75rem;padding-top:0.5rem;padding-bottom:0.5rem;background:var(--oph-dark-hover);align-items:center;justify-content:center;column-gap:0.25rem;position:relative;}main .oph-dash-tool-label:hover{background:rgb(26,26,26);cursor:pointer;}main .oph-dash-btn-close{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:16px;border:2px solid var(--Adr-cc-border);font-size:0.8rem;position:absolute;top:auto;left:auto;right:0.25rem;bottom:auto;}main .oph-dash-btn-close:hover{border:1px solid var(--adr-white);background:var(--oph-dark-hover);}main .oph-dash-drop-top{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;border:1px solid var(--Adr-cc-border);cursor:pointer;border-radius:23px;}main .oph-dash-drop-top:hover{background:var(--oph-dark-hover);}main .oph-dash-drop-top.dh-active{background:var(--adR-MaSTER-aCCENT);border-radius:32px 23px 0px 0px!important;overflow:clip;}@media screen and (max-width: 767px) {main .oph-dash-drop-top{padding-bottom:1rem;padding-top:01rem;}}main .oph-dash-gen-loader{display:none;justify-content:center;align-items:center;min-height:50vh;flex-direction:column;row-gap:0.5rem;width:100%;max-width:25rem;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;height:100%;}main .oph-dash-loader{width:60%;height:2px;position:relative;color:var(--Adr-cc-border);border-radius:2px;margin-left:auto;margin-right:auto;z-index:4;}main .oph-dash-input-label{color:var(--adr-light-txt);}@media screen and (max-width: 480px) {main .oph-dash-input-label{font-size:0.8rem;}}main .oph-dash-gen-result{width:100%;height:100%;border-radius:24px;overflow:auto;background:var(--oph-dark-hover);padding-top:3rem;padding-bottom:6rem;padding-left:3rem;padding-right:3rem;}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}body main .t57{background:var(--adr-dark);}@media screen and (max-width: 480px) {body main .t57{display:flex;align-items:center;flex-direction:column;justify-content:center;}}body main .t58{color:var(--adr-yellow);font-size:8rem;line-height:0.9;}@media screen and (max-width: 991px) {body main .t58{font-size:7rem;}}@media screen and (max-width: 767px) {body main .t58{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t58{font-size:5rem;}}body main .t60{display:flex;min-height:100vh;align-items:center;flex-direction:column;}@media screen and (max-width: 767px) {body main .t60{align-items:flex-start;}}body main .t61{row-gap:1.5rem;z-index:5;position:relative;text-align:left;align-items:flex-start;}body main .t62{color:var(--adr-white);font-size:1.2rem;min-height:5rem;}body main .t63{width:100%;display:flex;max-width:40rem;align-items:flex-start;margin-left:2.5rem;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t63{margin-top:10vh;}}@media screen and (max-width: 480px) {body main .t63{margin-top:0vh;margin-left:auto;padding-left:1.5rem;padding-right:1.5rem;}}body main .t64{border:0.5px solid var(--adr-white);display:flex;z-index:888;background:rgba(26,26,26,0.89);margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t64{right:2.5em;}}@media screen and (max-width: 480px) {body main .t64{right:auto;width:90%;}}body main .t65{display:flex;row-gap:.5rem;flex-direction:column;}body main .t66{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t70{color:var(--adr-yellow);font-size:1.5rem;}body main .t72{left:0%;right:0%;width:25rem;bottom:auto;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t72{width:90%;overflow:auto;}}body main .t73{filter:;display:none;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t74{font-size:2rem;}body main .t76{cursor:pointer;}body main .t77{cursor:pointer;}body main .t77:hover{background:#090909f7;}body main .t79{cursor:pointer;}body main .t79:hover{background:#090909f7;}body main .t83{border:1px solid rgb(53,53,53);}body main .t86{display:flex;column-gap:2.5rem;}body main .t87{background:var(--adr-yellow);}body main .t88{display:flex;column-gap:1.5rem;}body main .t91{row-gap:1rem;}body main .t94{color:rgb(178,178,178);}body main .t96{color:rgb(178,178,178);}body main .t98{color:rgb(178,178,178);}body main .t99{cursor:pointer;}body main .t99:hover{background:#090909f7;}body main .t101{border:1px solid rgb(53,53,53);}body main .t103{color:rgb(178,178,178);}body main .t105{flex:0 0 auto;color:var(--adr-yellow);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t106{top:0%;left:0%;right:0%;width:100%;bottom:0%;overflow:hidden;position:absolute;min-height:100%;margin-left:auto;margin-right:auto;}body main .t107{opacity:80%;transform:scale(1.1,1.1);object-fit:cover;}body main .t108{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t108:hover{border:1px solid var(--adr-white);}body main .t109{width:auto;}body main .t110{display:none;column-gap:.5rem;}body main .t111{width:1.5rem;}body main .t112{font-size:.75rem;}body main .t113{width:60%;max-width:30rem;column-gap:1.5rem;margin-left:0auto;margin-right:auto;}body main .t114{row-gap:.5rem;}@media screen and (max-width: 767px) {body main .t114{width:80%;}}@media screen and (max-width: 480px) {body main .t114{width:90%;}}body main .t115{border:1px solid rgb(53,53,53);}body main .t116{color:rgb(245,245,0);font-size:1rem;}body main .t117{color:var(--adr-yellow);cursor:pointer;display:none;column-gap:.5rem;align-items:center;justify-content:flex-start;}body main .t120{width:1.5rem;height:1.5rem;display:flex;outline:1px solid var(--adr-yellow);align-items:center;justify-content:center;}body main .t120:hover{color:var(--adr-dark);background:var(--adr-yellow);}body main .t123{width:100%;height:100%;display:flex;position:relative;min-height:100vh;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t123{padding-top:15vh;justify-content:flex-start;}}body main .t124{width:100%;min-height:100vh;}body main .t125{max-width:75rem;}body main .t126{padding-top:4rem;}body main .t131{width:100%;display:grid;row-gap:20px;column-gap:20px;margin-top:40px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t131{margin-top:20px;}}body main .t132{border:1px solid rgba(255,255,255,0.07);position:relative;background:;border-radius:4px;}body main .t132.dh-active{background:#1e1e21;}body main .t132.dh-active img{transform:rotate(135deg);}body main .t133{color:var(--adr-dark);cursor:pointer;display:flex;background:var(--adr-yellow);min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;justify-content:space-between;}body main .t134{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t135{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 767px) {body main .t135{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t135{padding-left:1rem;padding-right:1rem;}}body main .t136{color:rgb(178,171,171);}body main .t137{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t138{height:2.5rem;}body main .t139{flex:0 0 auto;width:auto;min-height:100%;}body main .t140{row-gap:.5rem;}body main .t141{row-gap:.5rem;}body main .t143{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t144{flex:0 0 auto;width:auto;min-height:100%;}body main .t145{font-size:1.75rem;margin-bottom:1rem;}body main .t147{border:1px solid rgb(81,81,81);background:rgb(30,30,30);margin-left:.5rem;padding-top:.5rem;margin-right:.5rem;padding-left:.25rem;padding-right:.25rem;padding-bottom:.5rem;}body main .t149{row-gap:3rem;background:#0f0f0f3b;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}@media screen and (max-width: 767px) {body main .t149{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t149{padding-left:1rem;padding-right:1rem;}}body main .t151{color:var(--adr-dark);margin-left:1rem;}body main .t152{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t152.dh-active{background:#1e1e21;}body main .t152.dh-active img{transform:rotate(135deg);}body main .t153{cursor:pointer;display:flex;background:var(--adr-dark-light);min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;justify-content:space-between;}body main .t154{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t155{margin-left:1rem;}body main .t156{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 767px) {body main .t156{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t156{padding-left:1rem;padding-right:1rem;}}body main .t158{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t158.dh-active{background:#1e1e21;}body main .t158.dh-active img{transform:rotate(135deg);}body main .t159{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;justify-content:space-between;}body main .t160{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t161{margin-left:1rem;}body main .t162{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 767px) {body main .t162{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t162{padding-left:1rem;padding-right:1rem;}}body main .t163{margin-bottom:1rem;}body main .t164{row-gap:1rem;margin-top:3rem;}body main .t165{row-gap:1rem;background:#0f0f0f3b;padding-top:2rem;padding-left:3rem;padding-right:3rem;padding-bottom:2rem;}@media screen and (max-width: 991px) {body main .t165{padding-left:0rem;padding-right:0rem;}}@media screen and (max-width: 767px) {body main .t165{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t165{padding-left:.5rem;padding-right:.5rem;}}@media screen and (max-width: 991px) {body main .t166{padding-left:1.5rem;padding-right:1.5rem;}}body main .t167{color:rgb(244,244,244);font-size:1.75rem;}body main .t168{color:rgb(178,171,171);font-size:1rem;}body main .t169{row-gap:.5rem;background:#0000003b;padding-top:3rem;padding-bottom:3rem;}body main .t170{right:auto;border:0.5px solid rgb(244,244,244);bottom:auto;cursor:grab;display:flex;z-index:888;position:relative;background:rgba(26,26,26,0.89);margin-left:auto;margin-right:auto;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 480px) {body main .t170{right:auto;width:90%;}}body main .t171{display:flex;row-gap:.5rem;flex-direction:column;}body main .t173{color:var(--adr-yellow);font-size:1.5rem;}body main .t175{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t180{color:rgb(178,171,171);text-align:center;}body main .t181{row-gap:3rem;background:#0f0f0f3b;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t181{padding-left:0rem;padding-right:0rem;}}@media screen and (max-width: 767px) {body main .t181{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t181{padding-left:.5rem;padding-right:.5rem;}}body main .t182{row-gap:.5rem;background:#0000003b;padding-top:3rem;padding-bottom:3rem;}body main .t183{color:rgb(178,171,171);text-align:center;}body main .t184{cursor:pointer;filter:;display:flex;z-index:3;position:relative;background:rgba(15,15,15,0.65);min-height:50rem;margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t184:hover{border:1px solid rgb(101,101,101);}body main .t185{left:0%;right:0%;width:25rem;bottom:auto;cursor:pointer;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}body main .t185:hover{border:1px solid var(--adr-hover);}@media screen and (max-width: 480px) {body main .t185{width:90%;overflow:auto;}}body main .t186{font-size:2rem;}body main .t189{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t189:hover{border:1px solid var(--adr-hover);}body main .t191{row-gap:1rem;}body main .t192{display:flex;column-gap:2.5rem;}body main .t193{background:rgb(245,245,0);}body main .t194{display:flex;column-gap:1.5rem;}body main .t198{cursor:pointer;}body main .t198:hover{outline:1px solid var(--adr-hover);background:#090909f7;}body main .t200{border:1px solid rgb(53,53,53);}body main .t200:hover{border:1px solid var(--adr-hover);}body main .t203{color:rgb(178,178,178);}body main .t204{cursor:pointer;}body main .t204:hover{outline:1px solid var(--adr-hover);background:#090909f7;}body main .t206{border:1px solid rgb(53,53,53);}body main .t206:hover{border:1px solid var(--adr-hover);}body main .t209{color:rgb(178,178,178);}body main .t210{cursor:pointer;}body main .t213{color:rgb(178,178,178);}body main .t214{flex:0 0 auto;color:rgb(245,245,0);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t215{cursor:pointer;}body main .t215:hover{outline:1px solid var(--adr-hover);background:#090909f7;}body main .t217{border:1px solid rgb(53,53,53);}body main .t217:hover{border:1px solid var(--adr-hover);}body main .t219{color:rgb(178,178,178);}@media screen and (max-width: 991px) {body main .t221{padding-left:1.5rem;padding-right:1.5rem;}}body main .t222{color:rgb(244,244,244);font-size:1.75rem;}body main .t223{color:rgb(178,171,171);font-size:1rem;}body main .t224{row-gap:3rem;background:#0f0f0f3b;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t224{background:#0f0f0f3b;}}@media screen and (max-width: 767px) {body main .t224{padding-left:2rem;padding-right:2rem;}}body main .t225{width:50%;row-gap:.5rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 991px) {body main .t225{width:80%;}}@media screen and (max-width: 480px) {body main .t225{width:100%;}}body main .t227{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t228{flex:0 0 auto;width:auto;min-height:100%;}body main .t229{font-size:1rem;}body main .t230{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t230.dh-active{background:#1e1e21;}body main .t230.dh-active img{transform:rotate(135deg);}body main .t231{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;justify-content:space-between;}body main .t232{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t234{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t234{max-width:100%;}}@media screen and (max-width: 767px) {body main .t234{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t234{padding-left:0rem;padding-right:0rem;}}body main .t235{row-gap:1rem;background:#0f0f0f3b;padding-top:1rem;padding-left:3rem;padding-right:3rem;padding-bottom:0rem;}@media screen and (max-width: 767px) {body main .t235{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t235{padding-left:1rem;padding-right:1rem;}}body main .t236{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t236{width:100%;}}body main .t238{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t239{flex:0 0 auto;width:auto;min-height:100%;}body main .t240{font-size:1rem;}body main .t244{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t245{flex:0 0 auto;width:auto;min-height:100%;}body main .t246{font-size:1rem;}body main .t247{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t247.dh-active{background:#1e1e21;}body main .t247.dh-active img{transform:rotate(135deg);}body main .t248{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;justify-content:space-between;}body main .t249{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t250{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t250{max-width:100%;}}@media screen and (max-width: 767px) {body main .t250{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t250{padding-left:0rem;padding-right:0rem;}}body main .t251{color:rgb(86,86,86);font-size:1rem;background:;text-align:center;margin-bottom:1rem;}body main .t252{row-gap:1rem;background:#0f0f0f3b;padding-top:1rem;padding-left:3rem;padding-right:3rem;padding-bottom:0rem;}@media screen and (max-width: 767px) {body main .t252{padding-left:2rem;padding-right:2rem;}}body main .t253{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t253{width:100%;}}body main .t256{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t257{flex:0 0 auto;width:auto;min-height:100%;}body main .t258{font-size:1rem;}body main .t261{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t262{flex:0 0 auto;width:auto;min-height:100%;}body main .t263{font-size:1rem;}body main .t265{margin-bottom:1rem;}body main .t266{color:rgb(125,125,125);margin-bottom:1rem;}body main .t269{color:rgb(125,125,125);margin-bottom:1rem;}body main .t270{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t270.dh-active{background:#1e1e21;}body main .t270.dh-active img{transform:rotate(135deg);}body main .t271{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;justify-content:space-between;}body main .t272{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t275{color:rgb(125,125,125);margin-bottom:1rem;}body main .t276{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t276{max-width:100%;}}@media screen and (max-width: 767px) {body main .t276{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t276{padding-left:0rem;padding-right:0rem;}}body main .t277{text-align:center;margin-bottom:1rem;}body main .t278{background:#0f0f0f3b;padding-top:1rem;padding-left:3rem;padding-right:3rem;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t278{padding-left:2rem;padding-right:2rem;}}body main .t279{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t279{width:100%;}}body main .t282{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t283{flex:0 0 auto;width:auto;min-height:100%;}body main .t284{font-size:1rem;}body main .t287{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t288{flex:0 0 auto;width:auto;min-height:100%;}body main .t289{font-size:1rem;}body main .t290{background:#0f0f0f3b;padding-top:1rem;padding-left:3rem;padding-right:3rem;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t290{padding-left:2rem;padding-right:2rem;}}body main .t291{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t291{width:100%;}}body main .t294{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t295{flex:0 0 auto;width:auto;min-height:100%;}body main .t296{font-size:1rem;}body main .t299{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t300{flex:0 0 auto;width:auto;min-height:100%;}body main .t301{font-size:1rem;}body main .t302{text-align:center;margin-bottom:1rem;}body main .t303{background:#0f0f0f3b;padding-top:1rem;padding-left:3rem;padding-right:3rem;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t303{padding-left:2rem;padding-right:2rem;}}body main .t304{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t304{width:100%;}}body main .t307{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t308{flex:0 0 auto;width:auto;min-height:100%;}body main .t309{font-size:1rem;}body main .t312{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t313{flex:0 0 auto;width:auto;min-height:100%;}body main .t314{font-size:1rem;}body main .t315{text-align:center;margin-bottom:1rem;}body main .t316{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t316.dh-active{background:#1e1e21;}body main .t316.dh-active img{transform:rotate(135deg);}body main .t317{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;justify-content:space-between;}body main .t318{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t321{color:rgb(125,125,125);margin-bottom:1rem;}body main .t322{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t322{max-width:100%;}}@media screen and (max-width: 767px) {body main .t322{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t322{padding-left:0rem;padding-right:0rem;}}body main .t323{row-gap:1rem;background:#0f0f0f3b;padding-top:1rem;padding-left:3rem;padding-right:3rem;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t323{padding-left:2rem;padding-right:2rem;}}body main .t324{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t324{width:100%;}}body main .t327{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t328{flex:0 0 auto;width:auto;min-height:100%;}body main .t329{font-size:1rem;}body main .t332{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t333{flex:0 0 auto;width:auto;min-height:100%;}body main .t334{font-size:1rem;}body main .t335{text-align:center;margin-bottom:1rem;}body main .t336{color:rgb(86,86,86);font-size:1rem;background:;text-align:center;margin-bottom:1rem;}body main .t337{color:rgb(86,86,86);font-size:1rem;background:;text-align:center;margin-bottom:1rem;}body main .t339{width:100%;min-height:100vh;}body main .t347{width:100%;display:grid;row-gap:20px;background:;column-gap:20px;margin-top:40px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t347{margin-top:20px;}}body main .t348{border:1px solid rgba(255,255,255,0.07);position:relative;background:#121212;border-radius:4px;}body main .t348.dh-active{background:#1e1e21;}body main .t348.dh-active img{transform:rotate(135deg);}body main .t349{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;justify-content:space-between;}body main .t350{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t351{color:var(--adr-white);font-size:1.25rem;margin-left:1rem;text-transform:none;}body main .t352{display:flex;row-gap:1rem;max-width:100%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:0rem;}@media screen and (max-width: 767px) {body main .t352{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}body main .t354 a{font-size:1.25rem;text-decoration:underline;}body main .t354 p{color:var(--adr-light-txt);font-size:1.25rem;}body main .t354 li{color:var(--adr-light-txt);font-size:1.25rem;margin-bottom:2rem;}body main .t356{display:flex;min-height:100vh;align-items:center;flex-direction:column;}@media screen and (max-width: 767px) {body main .t356{align-items:flex-start;}}body main .t357{width:100%;height:100%;display:flex;position:relative;min-height:auto;align-items:flex-start;padding-top:20vh;flex-direction:column;padding-bottom:20vh;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t357{padding-top:15vh;justify-content:flex-start;}}body main .t358{top:0%;left:0%;right:0%;width:100%;bottom:0%;overflow:hidden;position:absolute;min-height:100%;margin-left:auto;margin-right:auto;}body main .t359{opacity:40%;transform:scale(1.2,1.2);object-fit:cover;object-position:50% 90%;}body main .t360{display:flex;align-items:flex-start;margin-left:2.5rem;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t360{margin-top:10vh;}}@media screen and (max-width: 480px) {body main .t360{margin-top:0vh;margin-left:auto;padding-left:1.5rem;padding-right:1.5rem;}}body main .t361{row-gap:1.5rem;z-index:5;position:relative;text-align:left;align-items:flex-start;}body main .t362{row-gap:.5rem;}body main .t363{color:rgb(244,244,244);font-size:1.2rem;}body main .t364{color:rgb(245,245,0);font-size:8rem;line-height:0.9;}@media screen and (max-width: 991px) {body main .t364{font-size:7rem;}}@media screen and (max-width: 767px) {body main .t364{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t364{font-size:5rem;}}body main .t365{width:100%;min-height:100vh;}body main .t366{max-width:50rem;}body main .t374{display:flex;min-height:100vh;align-items:center;flex-direction:column;}@media screen and (max-width: 767px) {body main .t374{align-items:flex-start;}}body main .t375{width:100%;min-height:100vh;}body main .t376{max-width:50rem;}body main .t382{width:100%;height:100%;display:flex;position:relative;min-height:auto;align-items:flex-start;padding-top:20vh;flex-direction:column;padding-bottom:20vh;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t382{padding-top:15vh;justify-content:flex-start;}}body main .t383{top:0%;left:0%;right:0%;width:100%;bottom:0%;overflow:hidden;position:absolute;min-height:100%;margin-left:auto;margin-right:auto;}body main .t384{opacity:40%;transform:scale(1.2,1.2);object-fit:cover;object-position:50% 90%;}body main .t385{display:flex;align-items:flex-start;margin-left:2.5rem;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t385{margin-top:10vh;}}@media screen and (max-width: 480px) {body main .t385{margin-top:0vh;margin-left:auto;padding-left:1.5rem;padding-right:1.5rem;}}body main .t386{row-gap:1.5rem;z-index:5;position:relative;text-align:left;align-items:flex-start;}body main .t387{row-gap:.5rem;}body main .t388{color:rgb(244,244,244);font-size:1.2rem;}body main .t389{color:rgb(245,245,0);font-size:8rem;line-height:0.9;}@media screen and (max-width: 991px) {body main .t389{font-size:7rem;}}@media screen and (max-width: 767px) {body main .t389{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t389{font-size:5rem;}}body main .t391{border:0.5px solid rgb(244,244,244);display:flex;z-index:888;background:rgba(26,26,26,0.89);margin-left:auto;margin-right:auto;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t391{right:2.5em;}}@media screen and (max-width: 480px) {body main .t391{right:auto;width:90%;}}body main .t392{display:flex;row-gap:.5rem;flex-direction:column;}body main .t394{color:rgb(245,245,0);font-size:1.8rem;}body main .t396{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t401{row-gap:.2;}body main .t402{filter:;display:flex;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t403{left:0%;right:0%;width:25rem;bottom:auto;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t403{width:90%;overflow:auto;}}body main .t404{font-size:2rem;}body main .t406{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t406:hover{border:1px solid rgb(244,244,244);}body main .t408{row-gap:1rem;}body main .t409{display:flex;column-gap:2.5rem;}body main .t410{background:rgb(245,245,0);}body main .t411{display:flex;column-gap:1.5rem;}body main .t415{cursor:pointer;}body main .t415:hover{background:#090909f7;}body main .t417{border:1px solid rgb(53,53,53);}body main .t420{color:rgb(178,178,178);}body main .t421{cursor:pointer;}body main .t421:hover{background:#090909f7;}body main .t423{border:1px solid rgb(53,53,53);}body main .t426{color:rgb(178,178,178);}body main .t427{cursor:pointer;}body main .t430{color:rgb(178,178,178);}body main .t431{flex:0 0 auto;color:rgb(245,245,0);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t432{cursor:pointer;}body main .t432:hover{background:#090909f7;}body main .t434{border:1px solid rgb(53,53,53);}body main .t436{color:rgb(178,178,178);}body main .t438{align-items:center;}body main .t439{color:var(--adr-white);font-size:1rem;background:;text-align:center;margin-bottom:.5rem;}body main .t440{flex:0 0 auto;width:auto;min-height:100%;}body main .t441{margin-top:1rem;align-items:center;}body main .t442{color:rgb(244,244,244);font-size:1rem;background:;text-align:center;margin-bottom:.5rem;}body main .t443{flex:0 0 auto;width:auto;min-height:100%;}body main .t445{width:1.5rem;height:1.5rem;}body main .t445:hover{opacity:70%;}body main .t447{top:auto;left:auto;right:-10vw;width:30rem;bottom:-22vh;position:absolute;}@media screen and (max-width: 991px) {body main .t447{right:-30vw;bottom:-40vh;}}@media screen and (max-width: 767px) {body main .t447{right:-13vw;width:29rem;bottom:-20vh;}}@media screen and (max-width: 480px) {body main .t447{right:-8vw;width:19rem;bottom:-14vh;}}body main .t448{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t449{column-gap:.5rem;align-items:center;}body main .t450{row-gap:1rem;margin-top:3rem;}body main .t452{top:auto;left:0%;right:0%;bottom:0.5rem;z-index:6;position:relative;align-items:center;margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t452{justify-content:space-between;}}@media screen and (max-width: 480px) {body main .t452{width:100%;flex-wrap:wrap;justify-content:center;}}body main .t453{column-gap:1rem;min-height:auto;align-items:stretch;}body main .t457{color:rgb(15,15,15);opacity:80%;font-size:.8rem;}@media screen and (max-width: 480px) {body main .t457{color:rgb(244,244,244);text-align:center;}}body main .t460{display:flex;min-height:100vh;align-items:center;flex-direction:column;}@media screen and (max-width: 767px) {body main .t460{align-items:flex-start;}}body main .t461{width:100%;height:100%;display:flex;position:relative;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t461{min-height:auto;}}@media screen and (max-width: 480px) {body main .t461{padding-top:15vh;justify-content:flex-start;}}body main .t462{top:0%;left:0%;right:0%;width:100%;bottom:0%;overflow:hidden;position:absolute;min-height:100%;margin-left:auto;margin-right:auto;}body main .t463{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t464{opacity:10%;transform:scale(1.1,1.1);object-fit:cover;}body main .t465{width:100%;display:flex;max-width:100%;align-items:flex-start;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t465{margin-top:10vh;}}@media screen and (max-width: 480px) {body main .t465{margin-top:0vh;margin-left:auto;padding-left:1.5rem;padding-right:1.5rem;}}body main .t466{row-gap:1.5rem;z-index:5;position:relative;text-align:left;margin-left:auto;margin-right:auto;}body main .t467{row-gap:.5rem;text-align:center;align-items:center;padding-top:12rem;justify-content:center;}@media screen and (max-width: 767px) {body main .t467{width:100%;}}body main .t468{color:rgb(244,244,244);font-size:1.2rem;min-height:5rem;}body main .t469{color:rgb(245,245,0);font-size:8rem;text-align:center;line-height:0.9;}@media screen and (max-width: 991px) {body main .t469{font-size:7rem;}}@media screen and (max-width: 767px) {body main .t469{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t469{font-size:5rem;}}body main .t471{width:100%;}body main .t472{display:flex;max-width:80rem;flex-direction:column;}body main .t473{height:100%;}body main .t475{height:100%;}body main .t476{top:auto;left:0%;right:0%;bottom:0%;position:absolute;font-size:1rem;font-weight:900;margin-left:auto;margin-right:auto;}body main .t478{background:var(--adr-dark-light);padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}body main .t479{width:100%;height:100%;}body main .t480{height:100%;position:relative;background:var(--adr-dark);padding-top:1rem;padding-left:2rem;padding-right:2rem;padding-bottom:1rem;}body main .t481{display:flex;min-height:100%;}body main .t482{align-self:stretch;column-gap:2rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t482{row-gap:4rem;flex-wrap:wrap;padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t482{padding-left:1.5rem;padding-right:1.5rem;}}body main .t483{width:100%;row-gap:2rem;align-self:stretch;column-gap:2rem;}@media screen and (max-width: 991px) {body main .t483{row-gap:1rem;}}body main .t486{align-self:stretch;}body main .t488{background:var(--adr-dark);}body main .t489{width:100%;outline:none;min-height:8rem;}body main .t490{display:flex;column-gap:5px;align-items:center;}body main .t492{width:20px;cursor:pointer;height:20px;}body main .t493{background:rgb(15,15,15);}body main .t494{display:flex;column-gap:5px;align-items:center;}body main .t496{width:20px;cursor:pointer;height:20px;}body main .t497{background:rgb(15,15,15);}body main .t498{display:flex;column-gap:5px;align-items:center;}body main .t500{width:20px;cursor:pointer;height:20px;}body main .t501{row-gap:.5rem;}body main .t502{height:50%;font-size:1rem;margin-top:auto;font-weight:900;margin-bottom:auto;}@media screen and (max-width: 991px) {body main .t502{min-height:12rem;}}body main .t503{width:100%;height:100%;display:flex;}body main .t504{margin-bottom:1rem;}@media screen and (max-width: 480px) {body main .t504{margin-bottom:0rem;}}body main .t505{width:100%;height:auto;align-self:stretch;}body main .t506{width:50%;height:auto;align-self:stretch;}@media screen and (max-width: 991px) {body main .t506{width:100%;}}body main .t507{margin-bottom:1rem;}@media screen and (max-width: 480px) {body main .t507{margin-bottom:0rem;}}body main .t508{width:100%;align-self:stretch;}body main .t509{margin-bottom:1rem;}@media screen and (max-width: 480px) {body main .t509{margin-bottom:1rem;}}body main .t514{width:100%;outline:none;}body main .t518{border:1px solid rgba(255,255,255,0.07);display:none;position:relative;background:#121212;border-radius:4px;}body main .t518.dh-active{background:#1e1e21;}body main .t518.dh-active img{transform:rotate(135deg);}body main .t519{cursor:pointer;display:flex;min-height:6rem;align-items:center;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;justify-content:space-between;}body main .t520{width:20px;height:20px;transition:all 200ms 0ms ease;}body main .t521{margin-left:1rem;}body main .t522{display:flex;row-gap:1rem;max-width:80%;margin-left:auto;padding-top:3rem;margin-right:auto;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:3rem;}@media screen and (max-width: 767px) {body main .t522{max-width:100%;padding-left:1.25rem;padding-right:1.25rem;}}@media screen and (max-width: 480px) {body main .t522{padding-left:1rem;padding-right:1rem;}}body main .t523{margin-bottom:1rem;}body main .t524{row-gap:1rem;margin-top:3rem;}body main .t525{row-gap:3rem;background:#0f0f0f3b;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t525{background:#0f0f0f3b;}}@media screen and (max-width: 767px) {body main .t525{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t525{padding-left:.5rem;padding-right:.5rem;}}body main .t526{width:70%;row-gap:2rem;background:#0000003b;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}@media screen and (max-width: 480px) {body main .t526{width:100%;}}body main .t529{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t530{flex:0 0 auto;width:auto;min-height:100%;}body main .t531{font-size:1rem;}body main .t533{font-size:1rem;}body main .t535{flex:0 0 auto;width:auto;min-height:100%;}body main .t536{width:100%;border:0px solid rgba(0,0,0,1);outline:none;background:#121212;}body main .t537{font-size:1rem;background:rgba(245,0,0,0.16);padding-top:.5rem;padding-left:1rem;margin-bottom:1rem;padding-right:1rem;padding-bottom:.5rem;}body main .t539{margin-left:.25rem;}body main .t541{margin-left:.15rem;margin-right:.15rem;}body main .t543{margin-left:.15rem;margin-right:.15rem;}body main .t547{display:flex;min-height:100vh;align-items:center;flex-direction:column;}@media screen and (max-width: 767px) {body main .t547{align-items:flex-start;}}body main .t548{width:100%;min-height:100vh;}body main .t549{max-width:50rem;}body main .t555{width:100%;height:100%;display:flex;position:relative;min-height:auto;align-items:flex-start;padding-top:20vh;flex-direction:column;padding-bottom:20vh;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t555{padding-top:15vh;justify-content:flex-start;}}body main .t556{top:0%;left:0%;right:0%;width:100%;bottom:0%;overflow:hidden;position:absolute;min-height:100%;margin-left:auto;margin-right:auto;}body main .t557{opacity:40%;transform:scale(1.2,1.2);object-fit:cover;object-position:50% 90%;}body main .t558{display:flex;align-items:flex-start;margin-left:2.5rem;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t558{margin-top:10vh;}}@media screen and (max-width: 480px) {body main .t558{margin-top:0vh;margin-left:auto;padding-left:1.5rem;padding-right:1.5rem;}}body main .t559{row-gap:1.5rem;z-index:5;position:relative;text-align:left;align-items:flex-start;}body main .t560{row-gap:.5rem;}body main .t561{color:rgb(244,244,244);font-size:1.2rem;}body main .t562{color:rgb(245,245,0);font-size:8rem;line-height:0.9;}@media screen and (max-width: 991px) {body main .t562{font-size:7rem;}}@media screen and (max-width: 767px) {body main .t562{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t562{font-size:5rem;}}body main .t563{border:0.5px solid rgb(244,244,244);display:flex;z-index:888;background:rgba(26,26,26,0.89);margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t563{right:2.5em;}}@media screen and (max-width: 480px) {body main .t563{right:auto;width:90%;}}body main .t564{display:flex;row-gap:.5rem;flex-direction:column;}body main .t565{color:rgb(245,245,0);font-size:1.5rem;}body main .t567{margin-left:.25rem;}body main .t568{margin-left:.15rem;margin-right:.15rem;}body main .t569{margin-left:.15rem;margin-right:.15rem;}body main .t574{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t578{filter:;display:none;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t579{left:0%;right:0%;width:25rem;bottom:auto;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t579{width:90%;overflow:auto;}}body main .t580{font-size:2rem;}body main .t582{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t582:hover{border:1px solid rgb(244,244,244);}body main .t585{row-gap:1rem;}body main .t586{display:flex;column-gap:2.5rem;}body main .t587{background:rgb(245,245,0);}body main .t588{display:flex;column-gap:1.5rem;}body main .t592{cursor:pointer;}body main .t592:hover{background:#090909f7;}body main .t594{border:1px solid rgb(53,53,53);}body main .t597{color:rgb(178,178,178);}body main .t598{cursor:pointer;}body main .t598:hover{background:#090909f7;}body main .t600{border:1px solid rgb(53,53,53);}body main .t603{color:rgb(178,178,178);}body main .t604{cursor:pointer;}body main .t607{color:rgb(178,178,178);}body main .t608{flex:0 0 auto;color:rgb(245,245,0);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t609{cursor:pointer;}body main .t609:hover{background:#090909f7;}body main .t611{border:1px solid rgb(53,53,53);}body main .t613{color:rgb(178,178,178);}body main .t615{border:0.5px solid rgb(244,244,244);display:flex;z-index:888;background:rgba(26,26,26,0.89);margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t615{right:2.5em;}}@media screen and (max-width: 480px) {body main .t615{right:auto;width:90%;}}body main .t616{display:flex;row-gap:.5rem;flex-direction:column;}body main .t617{color:rgb(245,245,0);font-size:1.5rem;}body main .t619{margin-left:.25rem;}body main .t620{margin-left:.15rem;margin-right:.15rem;}body main .t621{margin-left:.15rem;margin-right:.15rem;}body main .t626{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t630{filter:;display:none;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t631{left:0%;right:0%;width:25rem;bottom:auto;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t631{width:90%;overflow:auto;}}body main .t632{font-size:2rem;}body main .t634{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t634:hover{border:1px solid rgb(244,244,244);}body main .t637{row-gap:1rem;}body main .t638{display:flex;column-gap:2.5rem;}body main .t639{background:rgb(245,245,0);}body main .t640{display:flex;column-gap:1.5rem;}body main .t644{cursor:pointer;}body main .t644:hover{background:#090909f7;}body main .t646{border:1px solid rgb(53,53,53);}body main .t649{color:rgb(178,178,178);}body main .t650{cursor:pointer;}body main .t650:hover{background:#090909f7;}body main .t652{border:1px solid rgb(53,53,53);}body main .t655{color:rgb(178,178,178);}body main .t656{cursor:pointer;}body main .t659{color:rgb(178,178,178);}body main .t660{flex:0 0 auto;color:rgb(245,245,0);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t661{cursor:pointer;}body main .t661:hover{background:#090909f7;}body main .t663{border:1px solid rgb(53,53,53);}body main .t665{color:rgb(178,178,178);}body main .t667{border:0.5px solid rgb(244,244,244);display:flex;z-index:888;background:rgba(26,26,26,0.89);margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t667{right:2.5em;}}@media screen and (max-width: 480px) {body main .t667{right:auto;width:90%;}}body main .t668{display:flex;row-gap:.5rem;flex-direction:column;}body main .t669{color:rgb(245,245,0);font-size:1.5rem;}body main .t671{margin-left:.25rem;}body main .t672{margin-left:.15rem;margin-right:.15rem;}body main .t673{margin-left:.15rem;margin-right:.15rem;}body main .t678{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t682{filter:;display:none;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t683{left:0%;right:0%;width:25rem;bottom:auto;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t683{width:90%;overflow:auto;}}body main .t684{font-size:2rem;}body main .t686{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t686:hover{border:1px solid rgb(244,244,244);}body main .t689{row-gap:1rem;}body main .t690{display:flex;column-gap:2.5rem;}body main .t691{background:rgb(245,245,0);}body main .t692{display:flex;column-gap:1.5rem;}body main .t696{cursor:pointer;}body main .t696:hover{background:#090909f7;}body main .t698{border:1px solid rgb(53,53,53);}body main .t701{color:rgb(178,178,178);}body main .t702{cursor:pointer;}body main .t702:hover{background:#090909f7;}body main .t704{border:1px solid rgb(53,53,53);}body main .t707{color:rgb(178,178,178);}body main .t708{cursor:pointer;}body main .t711{color:rgb(178,178,178);}body main .t712{flex:0 0 auto;color:rgb(245,245,0);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t713{cursor:pointer;}body main .t713:hover{background:#090909f7;}body main .t715{border:1px solid rgb(53,53,53);}body main .t717{color:rgb(178,178,178);}body main .t719{border:0.5px solid rgb(244,244,244);display:flex;z-index:888;background:rgba(26,26,26,0.89);margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t719{right:2.5em;}}@media screen and (max-width: 480px) {body main .t719{right:auto;width:90%;}}body main .t720{display:flex;row-gap:.5rem;flex-direction:column;}body main .t721{color:rgb(245,245,0);font-size:1.5rem;}body main .t723{margin-left:.25rem;}body main .t724{margin-left:.15rem;margin-right:.15rem;}body main .t725{margin-left:.15rem;margin-right:.15rem;}body main .t730{display:flex;column-gap:1rem;align-items:stretch;justify-content:space-between;}body main .t734{filter:;display:none;background:rgba(15,15,15,0.65);margin-left:auto;margin-right:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}body main .t735{left:0%;right:0%;width:25rem;bottom:auto;display:flex;position:fixed;background:rgba(19,19,19,0.89);margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 480px) {body main .t735{width:90%;overflow:auto;}}body main .t736{font-size:2rem;}body main .t738{border:1px solid #00000000;cursor:pointer;padding-top:0.4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.4rem;}body main .t738:hover{border:1px solid rgb(244,244,244);}body main .t741{row-gap:1rem;}body main .t742{display:flex;column-gap:2.5rem;}body main .t743{background:rgb(245,245,0);}body main .t744{display:flex;column-gap:1.5rem;}body main .t748{cursor:pointer;}body main .t748:hover{background:#090909f7;}body main .t750{border:1px solid rgb(53,53,53);}body main .t753{color:rgb(178,178,178);}body main .t754{cursor:pointer;}body main .t754:hover{background:#090909f7;}body main .t756{border:1px solid rgb(53,53,53);}body main .t759{color:rgb(178,178,178);}body main .t760{cursor:pointer;}body main .t763{color:rgb(178,178,178);}body main .t764{flex:0 0 auto;color:rgb(245,245,0);cursor:not-allowed;opacity:50%;font-size:.8rem;min-width:6rem;text-align:right;}body main .t765{cursor:pointer;}body main .t765:hover{background:#090909f7;}body main .t767{border:1px solid rgb(53,53,53);}body main .t769{color:rgb(178,178,178);}body main .t774{background:;}body main .t775{height:100%;}body main .t776{width:100%;height:100%;display:flex;row-gap:0rem;align-items:center;justify-content:center;}body main .t777{width:100%;row-gap:0rem;max-width:80%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t777{max-width:100%;}}body main .t778{width:40%;column-gap:1rem;margin-top:1rem;align-items:center;justify-content:center;}body main .t781{display:none;}body main .t807{width:100%;height:100%;display:flex;row-gap:0rem;align-items:center;justify-content:center;}body main .t808{width:100%;row-gap:0rem;max-width:80%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t808{max-width:100%;}}body main .t811{width:40%;column-gap:1rem;margin-top:1rem;align-items:center;justify-content:center;}body main .t814{background:rgb(26,26,26);}body main .t817{background:var(--mAIn-white);}body main .t818{height:100%;margin-top:auto;}body main .t819{z-index:2;position:relative;}@media screen and (max-width: 767px) {body main .t819{align-items:center;}}body main .t820{width:100%;row-gap:4rem;flex-wrap:nowrap;}@media screen and (max-width: 480px) {body main .t821{font-size:2.5rem;}}body main .t822{color:inherit;}@media screen and (max-width: 991px) {body main .t822{text-align:left;margin-left:0rem;margin-right:auto;}}body main .t823{align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t823{margin-left:0rem;margin-right:auto;}}body main .t826{display:flex;max-width:30rem;text-align:left;align-items:flex-start;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t826{max-width:none;}}@media screen and (max-width: 767px) {body main .t826{text-align:center;align-items:center;}}body main .t828{display:flex;row-gap:10px;background:rgba(0,0,0,0.05);column-gap:16px;align-items:center;padding-top:8px;padding-left:16px;border-radius:8px;margin-bottom:16px;padding-right:16px;padding-bottom:8px;}body main .t830{display:flex;row-gap:16px;column-gap:16px;align-items:center;justify-content:center;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t830{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t830{margin-top:48px;}}body main .t831{width:100%;display:flex;row-gap:16px;max-width:40rem;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t831{max-width:100%;align-items:stretch;}}body main .t832{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t835{transition:all 200ms 0ms linear;}body main .t837  a{color:rgb(124,65,251);}body main .t843{height:5rem;display:flex;z-index:2;position:relative;padding-top:0rem;padding-bottom:0rem;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t843{height:auto;row-gap:1.5rem;justify-content:flex-start;}}@media screen and (max-width: 767px) {body main .t843{align-items:center;}}body main .t844{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:5rem;bottom:0px;height:5rem;z-index:1;position:relative;margin-left:auto;margin-right:0px;}@media screen and (max-width: 991px) {body main .t844{width:auto;height:5rem;}}@media screen and (max-width: 767px) {body main .t844{position:relative;}}@media screen and (max-width: 480px) {body main .t844{order:-1000;height:5rem;}}body main .t845{width:100%;row-gap:0rem;text-align:left;align-items:flex-start;flex-direction:column;}@media screen and (max-width: 991px) {body main .t845{width:auto;justify-content:center;}}body main .t846{color:rgb(255,255,255);margin-top:auto;margin-bottom:auto;}body main .t847{display:flex;row-gap:16px;column-gap:16px;align-items:flex-start;justify-content:center;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t847{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t847{margin-top:48px;}}body main .t848{width:100%;row-gap:0.5rem;margin-top:1rem;}body main .t849{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t851  a{color:rgb(124,65,251);}body main .t854{transition:all 200ms 0ms linear;}body main .t855{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t857  a{color:rgb(124,65,251);}body main .t860{transition:all 200ms 0ms linear;}body main .t861{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t863  a{color:rgb(124,65,251);}body main .t866{transition:all 200ms 0ms linear;}body main .t867{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t869  a{color:rgb(124,65,251);}body main .t872{transition:all 200ms 0ms linear;}body main .t873{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t875  a{color:rgb(124,65,251);}body main .t876{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t878  a{color:rgb(124,65,251);}body main .t881{transition:all 200ms 0ms linear;}body main .t884{padding-top:0rem;}body main .t887{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:auto;bottom:0px;height:6rem;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t887{order:-1000;height:5rem;}}@media screen and (max-width: 767px) {body main .t888{flex-wrap:wrap;}}@media screen and (max-width: 480px) {body main .t888{row-gap:1rem;}}body main .t890{color:rgb(152,152,152);margin-top:2rem;text-align:center;}body main .t891{column-gap:2rem;align-items:center;padding-left:0rem;margin-bottom:auto;justify-content:center;}@media screen and (max-width: 480px) {body main .t891{column-gap:1rem;}}body main .t897{padding-bottom:4rem;}@media screen and (max-width: 767px) {body main .t897{padding-top:50px;padding-bottom:50px;}}body main .t899{display:grid;row-gap:40px;column-gap:40px;align-items:center;justify-items:start;grid-template-columns:1.4fr 1fr;}@media screen and (max-width: 767px) {body main .t899{display:flex;flex-direction:row;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t899{row-gap:0px;flex-wrap:nowrap;flex-direction:column;}}body main .t900{display:flex;align-items:flex-start;flex-direction:column;}@media screen and (max-width: 480px) {body main .t900{flex:0 1 auto;}}body main .t901{max-width:550px;font-weight:300;}@media screen and (max-width: 767px) {body main .t901{text-align:left;}}body main .t902{width:100%;display:flex;align-items:flex-end;flex-direction:column;}@media screen and (max-width: 767px) {body main .t902{flex:1 1 0%;text-align:right;}}@media screen and (max-width: 480px) {body main .t902{flex:0 1 auto;margin-top:auto;align-items:flex-start;padding-top:1.5rem;}}body main .t903{display:flex;}body main .t906{color:rgb(250,250,250);font-size:12px;margin-top:8px;}body main .t909{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t911  a{color:rgb(124,65,251);}body main .t914{transition:all 200ms 0ms linear;}body main .t915{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t917  a{color:rgb(124,65,251);}body main .t920{transition:all 200ms 0ms linear;}body main .t921{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t923  a{color:rgb(124,65,251);}body main .t926{transition:all 200ms 0ms linear;}body main .t927{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t929  a{color:rgb(124,65,251);}body main .t932{transition:all 200ms 0ms linear;}body main .t933{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t935  a{color:rgb(124,65,251);}body main .t938{transition:all 200ms 0ms linear;}body main .t939{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t941  a{color:rgb(124,65,251);}body main .t944{transition:all 200ms 0ms linear;}body main .t945{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t947  a{color:rgb(124,65,251);}body main .t950{transition:all 200ms 0ms linear;}body main .t952{display:flex;row-gap:16px;column-gap:16px;margin-top:8rem;align-items:flex-start;justify-content:center;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t952{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t952{margin-top:48px;}}body main .t953{width:100%;display:flex;row-gap:0.5rem;margin-top:1rem;}body main .t954{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t956  a{color:rgb(124,65,251);}body main .t959{transition:all 200ms 0ms linear;}body main .t960{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t962  a{color:rgb(124,65,251);}body main .t965{transition:all 200ms 0ms linear;}body main .t966{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t968  a{color:rgb(124,65,251);}body main .t971{transition:all 200ms 0ms linear;}body main .t972{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t974  a{color:rgb(124,65,251);}body main .t977{transition:all 200ms 0ms linear;}body main .t978{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t980  a{color:rgb(124,65,251);}body main .t983{transition:all 200ms 0ms linear;}body main .t984{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t986  a{color:rgb(124,65,251);}body main .t989{transition:all 200ms 0ms linear;}body main .t990{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t992  a{color:rgb(124,65,251);}body main .t995{transition:all 200ms 0ms linear;}body main .t996{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t998  a{color:rgb(124,65,251);}body main .t1001{transition:all 200ms 0ms linear;}body main .t1002{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t1004  a{color:rgb(124,65,251);}body main .t1007{transition:all 200ms 0ms linear;}body main .t1008{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t1010  a{color:rgb(124,65,251);}body main .t1013{transition:all 200ms 0ms linear;}body main .t1014{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t1016  a{color:rgb(124,65,251);}body main .t1019{transition:all 200ms 0ms linear;}body main .t1021{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t1023  a{color:rgb(124,65,251);}body main .t1026{transition:all 200ms 0ms linear;}body main .t1027{top:0rem;margin-bottom:auto;}@media screen and (max-width: 991px) {body main .t1027{max-width:none;}}body main .t1030{flex:1 1 0%;color:var(--adr-dark);row-gap:4rem;max-width:50rem;}@media screen and (max-width: 991px) {body main .t1030{row-gap:2rem;min-width:auto;}}@media screen and (max-width: 480px) {body main .t1030{row-gap:2rem;}}body main .t1031{height:100%;display:flex;overflow:visible;column-gap:2rem;align-items:flex-start;}@media screen and (max-width: 991px) {body main .t1031{row-gap:4rem;flex-direction:column;}}body main .t1032{width:100%;display:flex;background:var(--mAIn-white);align-items:center;padding-top:8rem;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t1033{width:100%;}}body main .t1038{padding-top:6rem;padding-bottom:8rem;}@media screen and (max-width: 767px) {body main .t1038{padding-top:50px;padding-bottom:50px;}}body main .t1039{max-width:100rem;}@media screen and (max-width: 480px) {body main .t1039{padding-top:4rem;}}body main .t1041{display:grid;row-gap:3rem;column-gap:3rem;margin-top:80px;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t1041{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t1041{row-gap:4rem;column-gap:4rem;margin-top:50px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t1041{row-gap:6rem;column-gap:6rem;}}body main .t1045{display:flex;column-gap:1rem;margin-top:0px;align-items:center;margin-left:0.5em;}body main .t1046{flex:1 1 0%;}body main .t1047{color:#a8a8a8;margin-top:10px;}@media screen and (max-width: 767px) {body main .t1049{font-size:32px;}}@media screen and (max-width: 480px) {body main .t1049{font-size:32px;}}body main .t1050{box-shadow:0px 0px 50px 20px rgb(from var(--adR-MaSTER-aCCENT) r g b / 20%);}body main .t1052{margin-left:0.5rem;}body main .t1053{display:flex;column-gap:10px;margin-top:0px;align-items:center;}body main .t1055{color:#a8a8a8;margin-top:10px;}body main .t1062{display:flex;column-gap:10px;margin-top:0px;align-items:center;margin-left:.5rem;}body main .t1064{color:#a8a8a8;margin-top:10px;}body main .t1069{max-width:50rem;margin-left:auto;margin-right:auto;}body main .t1070{top:0%;left:0%;color:rgb(214,214,214);right:0%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1070{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1070{position:relative;}}@media screen and (max-width: 480px) {body main .t1070{height:8rem;}}body main .t1073{display:flex;column-gap:10px;margin-top:0px;align-items:center;margin-left:0.5rem;}body main .t1075{color:#a8a8a8;margin-top:10px;}body main .t1081{margin-top:3rem;}body main .t1082{display:flex;row-gap:0.5rem;column-gap:0.5rem;text-align:center;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1082{margin-left:auto;margin-right:auto;}}body main .t1084{color:rgb(182,182,182);font-size:14px;}body main .t1092{animation:BackgroundGradient 15s ease infinite;background:linear-gradient(132deg, #000000,#00ff00, #0000ff,#e60073,#ff0000,#ffffff);background-size:400% 400%;}body main .t1104{display:flex;}@media screen and (max-width: 991px) {body main .t1104{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1104{display:flex;}}body main .t1105{background:var(--adr-dark);}@media screen and (max-width: 767px) {body main .t1105{width:100%;z-index:1;position:relative;background:rgb(from var(--adr-dark) r g b / 0%);padding-top:12rem;}}body main .t1106{row-gap:2rem;max-width:25rem;}body main .t1108{font-size:1rem;}body main .t1109{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1112{margin-left:.5rem;}body main .t1114{padding-right:2.5rem;}body main .t1115{margin-left:.5rem;}body main .t1116{align-items:center;justify-content:center;}body main .t1117{width:100%;background:;}body main .t1118{font-size:0.75rem;text-decoration:none;}body main .t1118:hover{text-decoration:underline;}@media screen and (max-width: 767px) {body main .t1119{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1121{margin-left:auto;margin-right:auto;margin-bottom:auto;}body main .t1124{align-items:center;}@media screen and (max-width: 480px) {body main .t1125{display:none;}}body main .t1128{color:var(--adr-dark-light);column-gap:0.5rem;}body main .t1132{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1132{display:none;}}body main .t1133{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1133{width:4rem;height:4rem;}}body main .t1134{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1134{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1135{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1135{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1135{width:3rem;height:3rem;}}body main .t1136{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1136{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1136{position:relative;}}@media screen and (max-width: 480px) {body main .t1136{height:20rem;}}body main .t1137{row-gap:1.5rem;}body main .t1138{width:100%;display:flex;position:relative;flex-direction:column;justify-content:center;}body main .t1140{width:0.75rem;}body main .t1141{width:100%;}body main .t1145{display:flex;grid-template-rows:100%;grid-template-columns:60vw 1fr;}@media screen and (max-width: 991px) {body main .t1145{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1145{display:flex;}}@media screen and (max-width: 767px) {body main .t1146{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1147{opacity:50%;}}body main .t1148{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1148{display:none;}}body main .t1149{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1149{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1149{position:relative;}}@media screen and (max-width: 480px) {body main .t1149{height:20rem;}}body main .t1150{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1150{width:4rem;height:4rem;}}body main .t1151{background:rgb(15,15,15);}@media screen and (max-width: 767px) {body main .t1151{width:100%;z-index:1;overflow:auto;position:relative;background:rgb(from rgb(15,15,15) r g b / 0%);padding-top:7rem;justify-content:flex-start;}}body main .t1152{max-width:25rem;}body main .t1153{row-gap:1.5rem;}body main .t1156{margin-left:.5rem;}body main .t1158{margin-left:.5rem;}body main .t1159{width:100%;display:flex;position:relative;flex-direction:column;justify-content:center;}body main .t1162{width:0.75rem;}body main .t1163{row-gap:0.5rem;align-items:center;justify-content:center;}body main .t1164{width:100%;}body main .t1165{width:100%;}body main .t1166{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1168{font-size:1rem;}body main .t1169{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1169{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1170{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1170{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1170{width:3rem;height:3rem;}}body main .t1173{margin-left:.5rem;}body main .t1175{margin-left:.5rem;}body main .t1176{width:100%;display:flex;position:relative;flex-direction:column;justify-content:center;}body main .t1178{row-gap:0.5rem;}body main .t1185{width:100%;column-gap:0.25rem;}body main .t1186{cursor:pointer;}body main .t1188{width:0.80rem;height:0.8rem;}body main .t1189{display:inline;font-size:0.85rem;line-height:1;margin-left:.25rem;}body main .t1193{display:flex;grid-template-rows:100%;grid-template-columns:60vw 1fr;}@media screen and (max-width: 991px) {body main .t1193{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1193{display:flex;}}@media screen and (max-width: 767px) {body main .t1194{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1196{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1196{display:none;}}body main .t1197{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1197{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1197{position:relative;}}@media screen and (max-width: 480px) {body main .t1197{height:20rem;}}body main .t1198{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1198{width:4rem;height:4rem;}}body main .t1199{background:;}@media screen and (max-width: 767px) {body main .t1199{width:100%;z-index:1;position:relative;background:rgb(from rgb(15,15,15) r g b / 0%);padding-top:12rem;justify-content:flex-start;}}body main .t1200{max-width:25rem;}body main .t1201{row-gap:1.5rem;}body main .t1204{margin-left:.5rem;}body main .t1205{align-items:center;justify-content:center;}body main .t1206{font-size:0.75rem;text-decoration:none;}body main .t1206:hover{text-decoration:underline;}body main .t1207{width:100%;}body main .t1208{width:100%;}body main .t1209{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1211{font-size:1rem;}body main .t1212{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1212{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1213{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1213{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1213{width:3rem;height:3rem;}}body main .t1217{display:flex;grid-template-rows:100%;grid-template-columns:60vw 1fr;}@media screen and (max-width: 991px) {body main .t1217{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1217{display:flex;}}@media screen and (max-width: 767px) {body main .t1218{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1220{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1220{display:none;}}body main .t1221{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1221{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1221{position:relative;}}@media screen and (max-width: 480px) {body main .t1221{height:20rem;}}body main .t1222{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1222{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1223{width:100%;z-index:1;position:relative;background:rgb(from rgb(15,15,15) r g b / 0%);padding-top:12rem;justify-content:flex-start;}}body main .t1224{max-width:30rem;}body main .t1225{row-gap:1.5rem;align-items:center;justify-content:center;}body main .t1228{margin-left:.5rem;}body main .t1229{width:100%;align-items:center;justify-content:center;}body main .t1230{font-size:0.75rem;text-decoration:none;}body main .t1230:hover{text-decoration:underline;}body main .t1231{width:100%;}body main .t1232{width:100%;}body main .t1233{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1235{font-size:1rem;}body main .t1239{column-gap:0.5rem;margin-left:auto;margin-right:auto;}body main .t1247{display:flex;grid-template-rows:100%;grid-template-columns:60vw 1fr;}@media screen and (max-width: 991px) {body main .t1247{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1247{display:flex;}}@media screen and (max-width: 767px) {body main .t1248{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1250{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1250{display:none;}}body main .t1251{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1251{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1251{position:relative;}}@media screen and (max-width: 480px) {body main .t1251{height:20rem;}}body main .t1252{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1252{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1253{width:100%;z-index:1;position:relative;background:rgb(from rgb(15,15,15) r g b / 0%);padding-top:12rem;justify-content:flex-start;}}body main .t1254{max-width:25rem;}body main .t1255{row-gap:1.5rem;}body main .t1257{margin-left:.5rem;}body main .t1258{width:100%;display:flex;position:relative;flex-direction:column;justify-content:center;}body main .t1261{width:0.75rem;}body main .t1262{align-items:center;justify-content:center;}body main .t1263{font-size:0.75rem;text-decoration:none;}body main .t1263:hover{text-decoration:underline;}body main .t1264{width:100%;}body main .t1265{width:100%;}body main .t1266{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1268{font-size:1rem;}body main .t1269{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1269{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1270{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1270{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1270{width:3rem;height:3rem;}}body main .t1272{margin-left:.5rem;}body main .t1273{width:100%;display:flex;position:relative;flex-direction:column;justify-content:center;}body main .t1282{display:flex;grid-template-rows:100%;grid-template-columns:60vw 1fr;}@media screen and (max-width: 991px) {body main .t1282{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1282{display:flex;}}@media screen and (max-width: 767px) {body main .t1283{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1285{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1285{display:none;}}body main .t1286{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1286{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1286{position:relative;}}@media screen and (max-width: 480px) {body main .t1286{height:20rem;}}body main .t1287{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1287{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1288{width:100%;z-index:1;position:relative;background:rgb(from rgb(15,15,15) r g b / 0%);padding-top:12rem;justify-content:flex-start;}}body main .t1289{max-width:25rem;}body main .t1290{row-gap:1.5rem;}body main .t1291{row-gap:0.5rem;align-items:center;justify-content:center;}body main .t1292{width:100%;}body main .t1293{width:100%;}body main .t1295{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1297{font-size:1rem;}body main .t1298{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1298{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1299{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1299{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1299{width:3rem;height:3rem;}}body main .t1300{text-align:center;}body main .t1301{color:var(--adr-accent);width:2rem;}body main .t1302{color:rgb(255,71,71);width:2rem;display:none;}body main .t1303{font-size:0.80rem;}body main .t1304{margin-left:auto;margin-right:auto;margin-bottom:auto;}body main .t1305{max-width:150rem;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);}@media screen and (max-width: 767px) {body main .t1306{display:flex;align-items:center;justify-content:space-between;}}@media screen and (max-width: 767px) {body main .t1307{width:100%;display:flex;justify-content:space-between;}}body main .t1308{color:rgb(255,255,255);font-weight:400;}@media screen and (max-width: 767px) {body main .t1311{display:none;}}body main .t1320{align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1320{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1320{align-items:flex-start;}}body main .t1329{color:var(--adr-dark);background:var(--adr-accent-02);}body main .t1336{display:flex;grid-template-rows:100%;grid-template-columns:60vw 1fr;}@media screen and (max-width: 991px) {body main .t1336{grid-template-columns:30vw 1fr;}}@media screen and (max-width: 767px) {body main .t1336{display:flex;}}@media screen and (max-width: 767px) {body main .t1337{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1339{position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1339{display:none;}}body main .t1340{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:80%;bottom:0px;height:100%;z-index:1;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1340{order:-1000;width:100%;}}@media screen and (max-width: 767px) {body main .t1340{position:relative;}}@media screen and (max-width: 480px) {body main .t1340{height:20rem;}}body main .t1341{width:6rem;height:6rem;display:none;}@media screen and (max-width: 991px) {body main .t1341{width:4rem;height:4rem;}}body main .t1342{background:rgb(15,15,15);}@media screen and (max-width: 767px) {body main .t1342{width:100%;z-index:1;position:relative;background:rgb(from rgb(15,15,15) r g b / 0%);padding-top:12rem;justify-content:flex-start;}}body main .t1343{max-width:25rem;}body main .t1344{row-gap:1.5rem;}body main .t1346{text-align:center;}body main .t1347{row-gap:0.5rem;align-items:center;justify-content:center;}body main .t1348{width:100%;}body main .t1349{width:100%;}body main .t1350{row-gap:0.25rem;text-align:center;align-items:center;margin-bottom:1rem;justify-content:center;}body main .t1352{color:rgb(157,255,71);width:2rem;}body main .t1353{color:rgb(255,71,71);width:2rem;display:none;}body main .t1354{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1354{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1355{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1355{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1355{width:3rem;height:3rem;}}body main .t1357{font-size:1rem;}body main .t1359{border:1px solid var(--adr-master-warning);}body main .t1361{border:1px solid var(--adr-master-success);}body main .t1363{border:1px solid var(--adr-master-error);}@media screen and (max-width: 480px) {body main .t1379{width:100%;justify-content:space-between;}}body main .t1380{color:var(--adr-master-error);font-size:0.80rem;text-decoration:none;}body main .t1380:hover{color:rgb(from var(--adr-master-error) r g b / 80%);border-radius:10px 0px 0px 0px;}@media screen and (max-width: 480px) {body main .t1380{order:1000;}}body main .t1382{color:var(--adr-hover);text-decoration:none;}body main .t1383{color:var(--adr-hover);}body main .t1384{color:var(--adr-hover);}body main .t1389{height:25vh;}body main .t1390{height:100%;}body main .t1391{padding-top:7rem;}@media screen and (max-width: 991px) {body main .t1395{max-width:60rem;}}@media screen and (max-width: 767px) {body main .t1395{max-width:100%;}}@media screen and (max-width: 767px) {body main .t1396{grid-template-columns:1fr;}}body main .t1398{max-width:180rem;}body main .t1399{padding-top:0rem;padding-bottom:0rem;}body main .t1400{column-gap:4rem;grid-template-columns:Auto 1fr;}@media screen and (max-width: 767px) {body main .t1400{margin-top:4rem;}}body main .t1401{font-size:4rem;}body main .t1402{font-size:1rem;justify-content:center;}body main .t1403{color:#8b8b8b;}body main .t1405{width:1rem;border:1px solid var(--adr-master-accent);height:1rem;}body main .t1405:hover{border:1px solid var(--adr-master-accent);}body main .t1407{column-gap:0.5rem;}body main .t1408{column-gap:0.5rem;}body main .t1410{width:40rem;height:auto;aspect-ratio:16/8;}body main .t1416{flex:0 1 auto;font-size:1rem;margin-bottom:auto;}body main .t1417{color:#8b8b8b;margin-top:auto;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t1417{width:100%;}}@media screen and (max-width: 480px) {body main .t1417{align-items:flex-start;flex-direction:column;}}body main .t1418{font-size:0.8rem;column-gap:0.5rem;}body main .t1420{width:1rem;border:1px solid #5233dd;height:1rem;}body main .t1420:hover{border:1px solid #5233dd;}body main .t1422{font-size:0.8rem;column-gap:0.5rem;}body main .t1424{position:relative;padding-left:2rem;padding-right:2rem;}body main .t1425{position:absolute;}body main .t1427{left:auto;right:auto;z-index:20;position:relative;}body main .t1432{height:auto;padding-top:12rem;padding-bottom:0rem;}body main .t1433{height:100%;}body main .t1434{height:100%;display:grid;row-gap:6rem;column-gap:4rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t1434{column-gap:2rem;grid-template-columns:1fr;}}body main .t1439{height:100%;padding-top:6rem;}body main .t1441{width:70%;row-gap:2rem;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1441{margin-left:auto;}}@media screen and (max-width: 767px) {body main .t1441{width:80%;}}@media screen and (max-width: 480px) {body main .t1441{width:100%;}}body main .t1444{display:flex;text-align:left;flex-direction:column;}body main .t1445{width:100%;}body main .t1446{color:#8b8b8b;}body main .t1447{column-gap:0.5rem;}body main .t1449{width:1rem;border:1px solid #5233dd;height:1rem;}body main .t1449:hover{border:1px solid #5233dd;}body main .t1451{column-gap:0.5rem;}body main .t1457{height:100%;}@media screen and (max-width: 480px) {body main .t1459{order:-1000;}}body main .t1471{color:rgb(0,0,0);background:var(--mAIn-white);}body main .t1473{display:flex;row-gap:1.5rem;align-items:center;flex-direction:column;justify-content:center;}body main .t1475{height:auto;}body main .t1477{overflow:visible;}@media screen and (max-width: 991px) {body main .t1477{row-gap:4rem;flex-direction:column;}}body main .t1483{width:100%;margin-top:5rem;}@media screen and (max-width: 480px) {body main .t1483{row-gap:1rem;align-items:flex-start;flex-direction:column;}}body main .t1484{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t1484{font-size:0.8rem;}}body main .t1486{width:2rem;border:1px solid #5233dd;height:2rem;overflow:clip;border-radius:32px;}body main .t1486:hover{border:1px solid #5233dd;}@media screen and (max-width: 480px) {body main .t1486{width:1.5rem;height:1.5rem;font-size:0.8rem;}}@media screen and (max-width: 480px) {body main .t1488{display:none;}}body main .t1489{color:rgb(230,230,230);cursor:pointer;display:flex;column-gap:0rem;transition:all 300ms 0ms cubic-bezier(0.075,0.82,0.165,1);align-items:center;}body main .t1489:hover{color:var(--adr-master-success);}body main .t1490{width:2rem;height:auto;display:flex;}body main .t1491{column-gap:2rem;align-items:center;}@media screen and (max-width: 767px) {body main .t1491{column-gap:1rem;}}@media screen and (max-width: 480px) {body main .t1491{width:100%;justify-content:space-between;}}body main .t1492{font-size:0.80rem;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t1494{display:none;}}body main .t1495{column-gap:0.15rem;}body main .t1498{display:none;position:absolute;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t1498{display:flex;position:relative;margin-top:0rem;margin-bottom:1rem;}}body main .t1499{width:6rem;height:6rem;}@media screen and (max-width: 991px) {body main .t1499{width:4rem;height:4rem;}}@media screen and (max-width: 767px) {body main .t1499{width:3rem;height:3rem;}}body main .t1500{top:0%;left:0%;color:rgb(214,214,214);right:0%;width:5rem;bottom:0px;height:8rem;z-index:1;position:relative;}@media screen and (max-width: 991px) {body main .t1500{width:5rem;height:5rem;}}@media screen and (max-width: 767px) {body main .t1500{position:relative;}}@media screen and (max-width: 480px) {body main .t1500{order:-1000;}}body main .t1502{filter:;background:;background-size:cover;background-attachment:fixed;}body main .t1503{height:20rem;justify-content:center;}body main .t1504{display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t1504{align-items:center;justify-content:flex-start;}}body main .t1505{overflow:clip;border-radius:16px;}body main .t1506{aspect-ratio:16/7;}body main .t1507{width:100%;column-gap:4rem;flex-direction:row;}body main .t1508{align-items:stretch;justify-items:stretch;grid-template-columns:0.5fr 1fr;}body main .t1509{color:var(--adr-dark-light);background:var(--mAIn-white);}body main .t1512{row-gap:4rem;align-items:flex-start;}body main .t1514{grid-row:span 4;}@media screen and (max-width: 767px) {body main .t1514{grid-row:span 1;grid-column:span 2;}}body main .t1515{grid-row:span 2;}body main .t1516{grid-row:span 2;}body main .t1517{display:flex;row-gap:2rem;max-width:40rem;text-align:left;align-items:flex-start;margin-right:auto;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1517{text-align:center;align-items:center;}}body main .t1522{row-gap:2rem;}body main .t1525{width:100%;display:grid;row-gap:40px;column-gap:40px;margin-top:1rem;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t1525{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t1525{margin-top:50px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}}body main .t1526{box-shadow:0px 0px 50px 20px rgb(from #5233dd r g b / 20%);}body main .t1527{row-gap:0.25rem;margin-left:0.5rem;}body main .t1528{display:flex;row-gap:0.5rem;font-size:0.80rem;align-items:center;flex-direction:column;}body main .t1529{width:100%;}body main .t1530{width:100%;}body main .t1531{color:rgb(15,15,15);border:1px solid rgb(52,52,52);background:rgb(157,255,71);text-align:center;font-weight:400;padding-top:0.25rem;padding-left:0.25rem;border-radius:8px;padding-right:0.25rem;padding-bottom:0.25rem;}body main .t1535{display:flex;column-gap:10px;margin-top:0px;align-items:center;}body main .t1539{color:#a8a8a8;margin-top:10px;font-weight:Inherit;}body main .t1540{animation:BackgroundGradient 15s ease infinite;background:linear-gradient(132deg, #000000,#00ff00, #0000ff,#e60073,#ff0000,#ffffff);background-size:400% 400%;}body main .t1547{width:100%;}body main .t1554{color:#a8a8a8;margin-top:10px;font-weight:Inherit;}body main .t1556{row-gap:0.25rem;}body main .t1558{display:flex;column-gap:10px;margin-top:0px;align-items:center;margin-left:.5rem;}body main .t1562{width:100%;}body main .t1564{color:#a8a8a8;margin-top:10px;font-weight:Inherit;}body main .t1570{display:flex;max-width:30rem;text-align:left;align-items:flex-start;margin-right:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1570{width:100%;}}@media screen and (max-width: 767px) {body main .t1570{text-align:left;align-items:flex-start;}}body main .t1573{color:var(--adr-dark-light);background:var(--mAIn-white);}body main .t1577{display:flex;flex-direction:column;}body main .t1578{display:flex;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t1578{align-items:center;justify-content:flex-start;}}body main .t1579{position:relative;padding-left:2rem;padding-right:2rem;}body main .t1580{position:absolute;}body main .t1581{height:20rem;justify-content:center;}body main .t1582{flex:0 1 auto;font-size:1rem;margin-bottom:auto;}body main .t1583{left:auto;right:auto;z-index:20;position:relative;font-size:1.75rem;}body main .t1584{color:#8b8b8b;margin-top:auto;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t1584{width:100%;}}@media screen and (max-width: 480px) {body main .t1584{align-items:flex-start;flex-direction:column;}}body main .t1585{font-size:0.8rem;column-gap:0.5rem;}body main .t1587{width:1rem;border:1px solid #5233dd;height:1rem;}body main .t1587:hover{border:1px solid #5233dd;}body main .t1589{font-size:0.8rem;column-gap:0.5rem;}body main .t1591{display:flex;max-width:30rem;text-align:left;align-items:flex-start;margin-right:auto;flex-direction:column;}body main .t1592{font-weight:500;}body main .t1595{width:100%;}@media screen and (max-width: 767px) {body main .t1595{row-gap:4rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1595{row-gap:2rem;}}body main .t1596{row-gap:0.25rem;}body main .t1597{display:flex;column-gap:1rem;margin-top:0px;align-items:center;margin-left:0.5em;}body main .t1598{flex:1 1 0%;}body main .t1600{color:rgb(18,18,18);background:var(--mAIn-white);}@media screen and (max-width: 767px) {body main .t1602{row-gap:2rem;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t1605{margin-left:0rem;margin-right:auto;}}body main .t1606{color:rgb(18,18,18);background:var(--mAIn-white);}body main .t1607{padding-top:2rem;padding-bottom:2rem;}body main .t1608{padding-bottom:3rem;}body main .t1609{padding-top:2rem;padding-bottom:0rem;}body main .t1611{max-width:50%;}@media screen and (max-width: 991px) {body main .t1611{max-width:70%;}}@media screen and (max-width: 767px) {body main .t1611{max-width:80%;}}@media screen and (max-width: 480px) {body main .t1611{max-width:100%;}}body main .t1614{margin-top:1rem;}body main .t1615{row-gap:0rem;overflow:clip;column-gap:0rem;border-radius:22px;}@media screen and (max-width: 767px) {body main .t1615{grid-template-columns:1fr;}}body main .t1616{cursor:default;row-gap:2rem;padding-top:4rem;padding-left:4rem;border-radius:0px;padding-right:4rem;padding-bottom:4rem;}body main .t1616:hover{color:var(--adr-dark);background:var(--mAIn-white);}body main .t1620{font-family:'ADR DISPLAY';font-weight:400;}body main .t1624{padding-top:15rem;padding-bottom:15rem;}@media screen and (max-width: 991px) {body main .t1624{padding-top:10rem;padding-bottom:10rem;}}@media screen and (max-width: 480px) {body main .t1624{padding-top:5rem;padding-bottom:5rem;}}@media screen and (max-width: 480px) {body main .t1625{font-size:1.5rem;}}body main .t1626{background:var(--mAIn-white);}body main .t1629{display:flex;column-gap:6rem;}@media screen and (max-width: 767px) {body main .t1629{flex-direction:column;}}body main .t1630{color:var(--adr-dark);}body main .t1631{width:100%;overflow:clip;border-radius:22px;}body main .t1645{row-gap:0.5rem;column-gap:1rem;margin-top:1.5rem;align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1645{row-gap:1rem;flex-wrap:wrap;flex-direction:column;}}body main .t1646{width:100%;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t1646{width:100%;}}body main .t1647{flex:0 1 auto;width:100%;}@media screen and (max-width: 480px) {body main .t1647{width:100%;}}body main .t1648{flex:0 1 auto;width:100%;}@media screen and (max-width: 480px) {body main .t1648{width:100%;}}@media screen and (max-width: 480px) {body main .t1649{width:100%;}}body main .t1650{display:none;margin-top:0.5rem;}body main .t1652{margin-left:.25rem;}body main .t1655{display:grid;row-gap:1.5rem;overflow:auto;column-gap:2rem;padding-right:0.25rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t1655{display:flex;flex-wrap:wrap;column-gap:1rem;}}body main .t1687{width:100%;margin-bottom:1.5rem;}body main .t1688{align-items:flex-start;}body main .t1689{font-size:1.2rem;}@media screen and (max-width: 480px) {body main .t1689{width:80%;}}body main .t1691{margin-left:auto;}body main .t1694{width:100%;}@media screen and (max-width: 767px) {body main .t1694{row-gap:1rem;flex-wrap:wrap;}}@media screen and (max-width: 480px) {body main .t1694{row-gap:1rem;flex-direction:column-reverse;}}@media screen and (max-width: 480px) {body main .t1695{width:100%;}}body main .t1699{color:var(--adr-light-txt);cursor:pointer;display:flex;font-size:0.75rem;column-gap:0.25rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t1699{margin-left:auto;}}body main .t1700{width:0.75rem;height:0.75rem;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1700{order:-1000;}}body main .t1703{row-gap:0.25rem;}body main .t1704{font-size:1.5rem;}body main .t1710{margin-left:0.15rem;margin-right:0.15rem;}body main .t1715{top:0%;left:0%;right:0%;bottom:0%;display:none;z-index:5;position:fixed;margin-left:auto;margin-right:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}body main .t1717{color:rgb(255,255,255);display:flex;background:#242424;padding-top:2rem;padding-left:2rem;border-radius:16px;padding-right:2rem;flex-direction:column;padding-bottom:2rem;}body main .t1718{margin-top:0.5rem;}body main .t1720{margin-left:.25rem;}body main .t1723{align-items:flex-start;margin-bottom:1.5rem;}body main .t1724{align-items:flex-start;}body main .t1725{margin-bottom:1rem;}body main .t1726{width:6rem;}body main .t1727{width:80%;font-size:1.5rem;font-weight:400;}body main .t1728{display:flex;column-gap:0.5rem;align-items:center;justify-content:center;}body main .t1730{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t1731{width:2.5rem;cursor:pointer;height:2.5rem;display:flex;font-size:0.9rem;align-items:center;padding-top:0.25rem;padding-left:0.25rem;border-radius:8px;padding-right:0.25rem;padding-bottom:0.25rem;justify-content:center;}body main .t1731:hover{background:#1b1b1b;}body main .t1732{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t1733{width:100%;display:flex;row-gap:1rem;flex-wrap:wrap;column-gap:2rem;margin-top:1.5rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1733{row-gap:1rem;flex-wrap:wrap;flex-direction:column;}}body main .t1734{flex:0 0 auto;color:rgb(255,255,255);width:100%;border:1px solid rgba(0,0,0,0);cursor:pointer;display:flex;outline:0px solid rgba(0,0,0,0);font-size:1rem;background:rgb(0,0,0);text-align:center;align-items:center;padding-top:0.75rem;padding-left:1rem;border-radius:100px;padding-right:1rem;padding-bottom:0.75rem;justify-content:center;}body main .t1734:hover{background:rgb(102,0,255);}body main .t1735{width:100%;display:flex;column-gap:0.25rem;}@media screen and (max-width: 480px) {body main .t1735{width:100%;}}body main .t1736{flex:1 1 0%;color:rgb(255,255,255);border:1px solid rgba(0,0,0,0);cursor:pointer;outline:0px solid rgba(0,0,0,0);font-size:1rem;background:rgb(0,0,0);padding-top:0.75rem;padding-left:1rem;border-radius:100px;padding-right:1rem;padding-bottom:0.75rem;}body main .t1736:hover{background:rgb(102,0,255);}@media screen and (max-width: 480px) {body main .t1736{width:100%;}}body main .t1737{flex:1 1 0%;color:rgb(255,255,255);border:1px solid rgba(0,0,0,0);cursor:pointer;outline:0px solid rgba(0,0,0,0);font-size:1rem;background:rgb(0,0,0);padding-top:0.75rem;padding-left:1rem;border-radius:100px;padding-right:1rem;padding-bottom:0.75rem;}body main .t1737:hover{background:rgb(102,0,255);}@media screen and (max-width: 480px) {body main .t1737{width:100%;}}body main .t1738{width:100%;height:100%;display:flex;row-gap:1.5rem;overflow:auto;padding-right:0.5rem;flex-direction:column;}body main .t1752{width:3rem;height:2rem;display:flex;background:#0e0e0e;align-items:center;padding-left:0.15rem;border-radius:8px;justify-content:flex-start;}body main .t1770{color:rgb(255,255,255);right:1rem;bottom:1rem;display:flex;row-gap:1rem;overflow:clip;position:fixed;font-size:1rem;max-width:32rem;background:#242424;font-family:'ADR DISPLAY';padding-top:1rem;padding-left:1rem;border-radius:16px;padding-right:1rem;flex-direction:column;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t1770{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1770{top:auto;left:0%;right:0%;bottom:1rem;max-width:95%;margin-left:auto;margin-right:auto;}}body main .t1771{width:100%;row-gap:1rem;flex-wrap:wrap;flex-direction:row;}@media screen and (max-width: 767px) {body main .t1771{row-gap:1rem;flex-direction:column-reverse;}}body main .t1773{color:rgb(146,146,146);cursor:pointer;font-size:0.9rem;transition:all 350ms 0ms linear;}body main .t1773:hover{color:rgb(255,255,255);}body main .t1774{color:#000000;border:0px solid rgba(0,0,0,1);cursor:pointer;--black:#070709;--hover:#2b2b2b;--white:rgb(255,255,255);display:inline-block;outline:0px solid rgb(0,0,0);--dh-red:rgb(218,0,44);--purple:#a375ff;overflow:hidden;position:relative;--dh-blue:rgb(12,141,233);--grey-bg:#242424;font-size:0.9re,;--dh-brand:rgb(163,117,255);--dh-green:rgb(46,184,176);--dh-text-:rgb(255,255,255);background:rgb(255,255,255);box-sizing:border-box;text-align:center;transition:all 200ms 0ms linear;--dh-color-:#525252;--dh-orange:rgb(255,155,115);--dh-yellow:rgb(255,169,0);--grey-text:#9e9e9e;font-family:'ADR DISPLAY';font-weight:400;line-height:1.4;padding-top:12px;padding-left:24px;border-radius:10px;padding-right:24px;--dh-scrollbar:#363636;padding-bottom:12px;text-decoration:none;--dh-scrollbar-hover:#525252;--swiper-theme-color:#007aff;--swiper-navigation-size:44px;-webkit-tap-highlight-color:transparent;}body main .t1774:hover{background:linear-gradient(180deg,#FFFFFF 1%,#bfbfbf 98%);}body main .t1775{color:#000000;border:0px solid rgba(0,0,0,1);cursor:pointer;--black:#070709;--hover:#2b2b2b;--white:rgb(255,255,255);display:inline-block;outline:0px solid rgb(0,0,0);--dh-red:rgb(218,0,44);--purple:#a375ff;overflow:hidden;position:relative;--dh-blue:rgb(12,141,233);--grey-bg:#242424;font-size:0.9re,;--dh-brand:rgb(163,117,255);--dh-green:rgb(46,184,176);--dh-text-:rgb(255,255,255);background:rgb(255,255,255);box-sizing:border-box;text-align:center;transition:all 200ms 0ms linear;--dh-color-:#525252;--dh-orange:rgb(255,155,115);--dh-yellow:rgb(255,169,0);--grey-text:#9e9e9e;font-family:'ADR DISPLAY';font-weight:400;line-height:1.4;padding-top:12px;padding-left:24px;border-radius:10px;padding-right:24px;--dh-scrollbar:#363636;padding-bottom:12px;text-decoration:none;--dh-scrollbar-hover:#525252;--swiper-theme-color:#007aff;--swiper-navigation-size:44px;-webkit-tap-highlight-color:transparent;}body main .t1775:hover{background:linear-gradient(180deg,#FFFFFF 1%,#bfbfbf 98%);}body main .t1776{cursor:pointer;display:flex;column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1776{margin-left:auto;}}body main .t1777{width:0.75rem;height:0.75rem;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1777{order:-1000;}}body main .t1778{color:rgb(242,242,242);font-size:0.75rem;text-align:left;}body main .t1780{row-gap:0.25rem;}body main .t1781{display:flex;column-gap:0.5rem;align-items:center;justify-content:flex-start;}body main .t1782{font-size:1.2rem;}body main .t1783{width:2rem;}body main .t1784{width:2.5rem;cursor:pointer;height:2.5rem;display:flex;font-size:0.9rem;align-items:center;padding-top:0.25rem;padding-left:0.25rem;border-radius:8px;padding-right:0.25rem;flex-direction:row;padding-bottom:0.25rem;justify-content:center;}body main .t1784:hover{background:#1b1b1b;}body main .t1785{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t1787{font-size:0.9rem;font-weight:300;}body main .t1790{color:#a375ff;margin-left:0.15rem;margin-right:0.15rem;text-decoration:underline;}body main .t1792{color:var(--adr-dark-light);background:var(--mAIn-white);}body main .t1799{color:var(--Adr-cc-border);}body main .t1802{position:relative;}@media screen and (max-width: 991px) {body main .t1803{padding-top:6rem;}}body main .t1807{width:100%;}body main .t1809{width:100%;display:flex;position:sticky;border-top:1px solid var(--Adr-cc-border);padding-top:1rem;padding-bottom:1rem;justify-content:flex-start;}body main .t1810{flex:1 1 0%;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t1811{flex:0 1 auto;}}body main .t1812{color:var(--mAIn-white);}body main .t1813{color:var(--adr-light-txt);}@media screen and (max-width: 767px) {body main .t1813{display:none;}}@media screen and (max-width: 480px) {body main .t1814{display:none;}}body main .t1819{color:var(--adr-light-txt);}@media screen and (max-width: 767px) {body main .t1819{display:none;}}body main .t1820{color:var(--adr-light-txt);}@media screen and (max-width: 767px) {body main .t1820{display:none;}}@media screen and (max-width: 480px) {body main .t1820{display:flex;}}@media screen and (max-width: 480px) {body main .t1821{column-gap:1rem;}}body main .t1823{row-gap:0.5rem;align-items:flex-start;}body main .t1827{row-gap:1rem;align-items:flex-start;}body main .t1828{color:rgb(214,214,214);}body main .t1830{color:var(--adr-light-txt);font-size:0.80rem;align-items:center;font-family:'ADR DISPLAY';font-weight:300;}@media screen and (max-width: 767px) {body main .t1836{row-gap:1rem;flex-wrap:nowrap;flex-direction:column;}}body main .t1841{margin-right:0.5rem;text-transform:capitalize;}body main .t1842{flex:1 1 0%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1842{justify-content:flex-start;}}body main .t1843{border-bottom:none;}body main .t1844{align-items:center;}body main .t1848{margin-top:2rem;padding-bottom:2rem;}body main .t1851{column-gap:0.25rem;}body main .t1857{display:none;}@media screen and (max-width: 991px) {body main .t1857{display:flex;}}body main .t1858{display:none;margin-bottom:1rem;}@media screen and (max-width: 991px) {body main .t1858{display:flex;flex-direction:row;}}body main .t1860{column-gap:0.25rem;}body main .t1867{display:flex;row-gap:0.5rem;flex-direction:column;}body main .t1868{font-size:inherit;font-weight:300;}body main .t1871{width:100%;position:sticky;border-bottom:1px solid rgb(52,52,52);padding-bottom:1rem;}body main .t1872{color:var(--adr-master-success);}body main .t1873{font-size:inherit;}body main .t1876{font-size:inherit;}body main .t1879{font-size:inherit;}body main .t1881{width:auto;}body main .t1883{width:auto;}body main .t1885{top:5rem;position:sticky;}body main .t1886{display:flex;max-width:90rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1886{column-gap:1rem;}}body main .t1887{top:10rem;position:sticky;}@media screen and (max-width: 991px) {body main .t1889{display:flex;}}body main .t1891{display:none;}@media screen and (max-width: 991px) {body main .t1891{display:flex;}}body main .t1892{column-gap:0.15rem;}body main .t1893{width:1.5rem;height:1.5rem;}body main .t1894{font-size:1rem;}body main .t1896{row-gap:0rem;}body main .t1897{padding-top:1rem;padding-left:2rem;padding-right:2rem;padding-bottom:1rem;}@media screen and (max-width: 991px) {body main .t1897{padding-left:0rem;padding-right:0rem;}}body main .t1898{width:8rem;height:8rem;}body main .t1900{font-size:0.75rem;}body main .t1903{position:relative;}body main .t1904{border-bottom:1px solid var(--Adr-cc-border);}@media screen and (max-width: 480px) {body main .t1905{column-gap:1rem;}}body main .t1906{display:flex;max-width:90rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1906{column-gap:0.5rem;}}body main .t1907{column-gap:0.15rem;}body main .t1908{width:1.5rem;height:1.5rem;}body main .t1909{font-size:1rem;}body main .t1910{flex:1 1 0%;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t1910{align-items:flex-end;}}@media screen and (max-width: 480px) {body main .t1912{min-width:auto;}}body main .t1914{color:rgb(224,224,224);}@media screen and (max-width: 480px) {body main .t1914{display:flex!important;}}body main .t1915{color:rgb(171,168,168);}@media screen and (max-width: 767px) {body main .t1915{display:none;}}@media screen and (max-width: 480px) {body main .t1916{display:none;}}@media screen and (max-width: 480px) {body main .t1918{display:flex;}}body main .t1921{color:rgb(171,168,168);}@media screen and (max-width: 767px) {body main .t1921{display:none;}}body main .t1922{color:rgb(171,168,168);}@media screen and (max-width: 767px) {body main .t1922{display:none;}}@media screen and (max-width: 480px) {body main .t1922{display:flex;}}body main .t1925{position:relative;}@media screen and (max-width: 767px) {body main .t1925{padding-top:10rem;}}body main .t1927{top:auto;left:auto;right:0%;width:30rem;bottom:auto;height:30rem;position:absolute;}@media screen and (max-width: 767px) {body main .t1927{right:auto;width:12rem;height:12rem;opacity:85%;position:absolute;}}@media screen and (max-width: 480px) {body main .t1927{width:15rem;height:15rem;}}@media screen and (max-width: 767px) {body main .t1928{align-items:center;flex-direction:column;justify-content:center;}}@media screen and (max-width: 480px) {body main .t1930{padding-top:2rem;}}body main .t1932{column-gap:0.15rem;}body main .t1934{column-gap:0.25rem;}body main .t1935{column-gap:0.15rem;}body main .t1936{width:1.5rem;height:1.5rem;}body main .t1938{column-gap:0.15rem;}body main .t1940{flex-direction:row;}body main .t1941{padding-left:0rem;}body main .t1943{width:100%;height:100%;align-self:stretch;}@media screen and (max-width: 480px) {body main .t1943{display:none;font-size:0.7rem;}}body main .t1944{width:100%;align-self:stretch;}body main .t1945{width:0.5rem;height:100%;display:flex;position:relative;align-self:stretch;padding-right:5rem;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1945{padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t1945{order:1000;width:100%;display:flex;align-items:flex-start;padding-top:0px;justify-self:flex-end;margin-right:auto;padding-left:1rem;padding-right:0rem;flex-direction:column;}}body main .t1947{top:8rem;position:sticky;}body main .t1948{overflow:clip;border-radius:16px;}body main .t1952{width:1rem;height:1rem;}@media screen and (max-width: 480px) {body main .t1952{width:0.8rem;height:0.8rem;}}body main .t1955{font-size:0.85rem;column-gap:0.25rem;align-items:center;padding-top:0.5rem;}@media screen and (max-width: 480px) {body main .t1955{font-size:0.5rem;}}body main .t1956{row-gap:0.25em;padding-top:1rem;}@media screen and (max-width: 480px) {body main .t1956{row-gap:0em;font-size:0.85rem;padding-top:0.5rem;}}body main .t1957{top:8rem;flex:0 0 auto;width:0.5rem;height:0.5rem;z-index:5;position:sticky;background:var(--adr-white);border-radius:100%;}@media screen and (max-width: 480px) {body main .t1957{width:0.25rem;height:0.25rem;margin-left:0.83rem;}}body main .t1958{top:0%;left:0.20rem;right:auto;width:0.09rem;bottom:0%;height:100%;position:absolute;background:var(--Adr-cc-border);}@media screen and (max-width: 480px) {body main .t1958{top:0%;left:auto;right:0%;bottom:0%;}}body main .t1959{padding-bottom:5rem;}@media screen and (max-width: 767px) {body main .t1959{padding-bottom:2rem;}}body main .t1961{top:8rem;display:none;position:sticky;}@media screen and (max-width: 480px) {body main .t1961{display:flex;font-size:0.75rem;padding-bottom:0.5rem;}}body main .t1969{background:var(--mAIn-white);}body main .t1970{height:100vh;}body main .t1971{height:100%;z-index:3;position:relative;}body main .t1972{height:100%;}body main .t1973{height:100%;row-gap:2.5rem;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1973{justify-content:flex-start;}}body main .t1975{color:var(--adr-dark);text-align:center;}body main .t1976{color:var(--adr-hover);text-align:center;font-family:Optahunt Sans Display!important;font-weight:500;}body main .t1977{width:60%;row-gap:1rem;font-size:1.25rem;margin-top:-2rem;align-items:center;}@media screen and (max-width: 991px) {body main .t1977{width:80%;}}body main .t1978{color:var(--adr-dark);row-gap:0.5rem;}body main .t1979{color:rgb(0,0,0);row-gap:0.5rem;align-items:center;justify-content:center;}body main .t1980{min-width:20rem;background:rgb(218,218,218);}@media screen and (max-width: 767px) {body main .t1980{min-width:auto;}}body main .t1983{display:flex;column-gap:1rem;border-radius:40px;}body main .t1985{width:20rem;height:20rem;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1985{width:12rem;height:12rem;}}@media screen and (max-width: 480px) {body main .t1985{width:6rem;height:6rem;}}body main .t1986{top:0%;left:0%;right:0%;bottom:0%;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}body main .t1987{align-items:flex-start;}body main .t1989{width:100%;height:100%;}body main .t1991{top:auto;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1992{top:auto;left:0%;color:rgb(20,20,20);right:0%;bottom:0%;cursor:auto;display:flex;z-index:5;position:relative;font-size:0.75rem;align-items:center;font-family:'ADR DISPLAY';margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;padding-bottom:0.5rem;text-transform:uppercase;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1992{row-gap:0.5rem;flex-wrap:wrap;align-items:flex-start;padding-top:2rem;padding-left:0.5rem;padding-right:0.5rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1992{row-gap:0.5rem;text-align:center;align-items:center;padding-left:1rem;padding-right:1rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1993{flex-wrap:wrap;align-items:center;justify-content:center;}}body main .t1994{color:#000000;font-family:'Optahunt Sans Display';font-weight:500;}body main .t1994:hover{text-decoration:line-through;}body main .t1995{color:#000000;font-family:Optahunt Sans Display!important;font-weight:500;}@media screen and (max-width: 480px) {body main .t1996{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1997{margin-bottom:1rem;}}@media screen and (max-width: 480px) {body main .t1997{margin-right:auto;}}body main .t2009{column-gap:1rem;}body main .t2012{height:92vh;row-gap:2rem;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}body main .t2022{width:1.25rem;height:1.25rem;}body main .t2039{margin-top:auto;}body main .t2042{height:8vh;padding-left:1rem;padding-right:1rem;}body main .t2055{column-gap:1rem;}@media screen and (max-width: 480px) {body main .t2055{column-gap:0.5rem;}}body main .t2056{width:1.75rem;height:1.75rem;}@media screen and (max-width: 480px) {body main .t2056{width:1.5rem;height:1.5rem;}}body main .t2058{column-gap:1rem;}@media screen and (max-width: 480px) {body main .t2061{display:none;}}body main .t2063{align-self:stretch;}body main .t2064{height:100%;display:flex;z-index:4;position:relative;max-width:40rem;align-items:center;justify-content:center;}body main .t2065{width:100%;height:100%;display:flex;flex-direction:column;}body main .t2075{border:none;display:flex;}body main .t2079{width:100%;height:100%!important;overflow:auto;position:relative;padding-top:4rem;padding-bottom:4rem;}@media screen and (max-width: 767px) {body main .t2079{padding-top:0rem;}}body main .t2081{color:var(--adr-light-txt);font-size:0.75rem;}@media screen and (max-width: 480px) {body main .t2081{font-size:0.6rem;}}body main .t2082{align-items:center;padding-bottom:2rem;justify-content:center;}body main .t2089{border:none;display:none;padding-left:0rem;padding-right:0rem;}body main .t2097{width:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:0.5rem;}body main .t2101{width:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:0.5rem;}body main .t2103{margin-left:auto;}body main .t2105{row-gap:4rem;}body main .t2106{background:;}body main .t2108{row-gap:1rem;}body main .t2112{font-size:1.25rem;}body main .t2116{width:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:0.5rem;}body main .t2119{font-size:1.25rem;}body main .t2123{font-size:1.25rem;}body main .t2125{display:flex;text-align:center;align-items:center;padding-top:1rem;flex-direction:column;justify-content:center;}body main .t2128{display:flex;text-align:center;align-items:center;padding-top:1rem;flex-direction:column;padding-bottom:4rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t2128{padding-bottom:2rem;}}body main .t2131{border:none;display:none;padding-left:0rem;padding-right:0rem;}body main .t2134{row-gap:4rem;}body main .t2135{row-gap:1rem;}body main .t2138{font-size:1.25rem;}body main .t2142{font-size:1.25rem;}body main .t2144{width:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:0.5rem;}body main .t2148{background:;}body main .t2153{background:;}body main .t2158{background:;}body main .t2163{background:;}body main .t2167{font-size:1.25rem;}body main .t2171{font-size:1.25rem;}body main .t2173{width:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:0.5rem;}body main .t2177{background:;}body main .t2182{background:;}body main .t2187{background:;}body main .t2192{background:;}body main .t2196{font-size:1.25rem;}body main .t2200{font-size:1.25rem;}body main .t2202{width:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:0.5rem;}body main .t2206{background:;}body main .t2211{background:;}body main .t2216{background:;}body main .t2221{background:;}body main .t2223{display:flex;text-align:center;align-items:center;padding-top:1rem;flex-direction:column;justify-content:center;}body main .t2227{margin-left:auto;}body main .t2230{margin-left:auto;}body main .t2232{width:60rem;max-width:auto;}@media screen and (max-width: 991px) {body main .t2232{height:100%;}}body main .t2233{z-index:4;position:relative;column-gap:0rem;}body main .t2234{width:2rem;height:2rem;}body main .t2235{height:auto;}body main .t2238{width:100rem;height:95%;display:none;margin-bottom:auto;}body main .t2241{margin-top:auto;}body main .t2243{top:0%;left:0%;right:0%;bottom:0%;z-index:3;position:absolute;margin-left:auto;margin-right:auto;}body main .t2245{justify-content:flex-end;}body main .t2246{width:3rem;height:3rem;position:relative;}body main .t2247{width:3rem;height:3rem;position:relative;}body main .t2248{width:3rem;height:3rem;position:relative;}body main .t2249{top:0%;left:0%;right:0%;bottom:0%;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}