.b-modal{--bg:#34494c;--accent:#03ff69;--text:#fff;background:var(--bg);color:var(--text);height:calc(100vh - 80px);overflow:hidden;position:relative}@media(max-width:992px){.b-modal{height:auto}}.b-modal__inner{display:grid;grid-template-columns:40% 60%;height:calc(100% - 40px);margin-top:40px;position:relative}@media(max-width:992px){.b-modal__inner{grid-template-columns:1fr;margin-top:0;overflow:hidden;padding-top:280px}}.b-modal__left{overflow:hidden;position:relative;z-index:4}.b-modal__left .b-modal__image{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;transition:opacity .3s ease;width:100%}.b-modal__left .b-modal__image--bottom{opacity:1}.b-modal__left .b-modal__image--top{opacity:0}.b-modal__left .b-modal__image--top.is-fading-in{opacity:1}@media(max-width:992px){.b-modal__left{height:280px;top:-280px;width:100vw}}.b-modal__right{align-content:flex-end;height:100%;margin-top:-40px;overflow:visible;padding:0 160px 40px;position:relative}@media(max-width:992px){.b-modal__right{height:auto;left:0;left:-50%!important;margin-top:-100px;max-height:unset!important;padding:0 20px 40px!important;width:100vw!important;z-index:5}}.b-modal__letters{display:flex;flex-wrap:nowrap;margin-left:-40px;pointer-events:none;position:relative;transition:transform .7s cubic-bezier(.2,.7,.2,1);z-index:2}@media(max-width:1600px){.b-modal__letters{margin-left:-30px}}@media(max-width:1400px){.b-modal__letters{margin-left:-25px}}@media(max-width:1200px){.b-modal__letters{margin-bottom:20px;margin-top:-80px}}.b-modal__letter{-webkit-text-stroke:1px var(--dark-ocean-teal);color:transparent;color:var(--bg);display:inline-block;font-family:Helvetica Neue LT Std;font-size:500px;font-weight:700;left:0;line-height:75%;margin:0;padding:130px 0 0;position:relative;text-transform:uppercase;transition:opacity .35s ease,transform .7s cubic-bezier(.2,.7,.2,1);width:auto}@media(max-width:1600px){.b-modal__letter{font-size:500px}}@media(max-width:1400px){.b-modal__letter{font-size:400px}}@media(max-width:992px){.b-modal__letter{color:transparent;font-size:300px;margin-bottom:15px;margin-right:40px}}@media(max-width:768px){.b-modal__letter{font-size:200px}}.b-modal__letter.active{opacity:.95;text-shadow:-1px -1px 0 var(--vivid-neon-green),1px -1px 0 var(--vivid-neon-green),-1px 1px 0 var(--vivid-neon-green),1px 1px 0 var(--vivid-neon-green)}@media(max-width:992px){.b-modal__letter.active{-webkit-text-stroke:1px var(--vivid-neon-green);text-shadow:none}}.b-modal__content{display:flex;flex-direction:column;height:270px;position:relative;z-index:3}@media(max-width:1200px){.b-modal__content{height:auto}}.b-modal__top{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media(max-width:992px){.b-modal__top{align-items:flex-start;margin:0 0 30px}}.b-modal__title{color:#fff;display:inline-block;font-family:Helvetica Neue LT Std;font-size:70px;font-weight:700;line-height:73px;margin:0 0 16px;opacity:1;text-transform:uppercase;transition:opacity .3s ease}@media(max-width:1200px){.b-modal__title{font-size:55px;line-height:58px}}@media(max-width:992px){.b-modal__title{font-size:35px;font-weight:700;line-height:36px;margin:0}}.b-modal__title.is-out{opacity:0}.b-modal__nav-top{align-items:center;bottom:0;display:flex;flex-direction:row;gap:38px;justify-content:space-between;position:absolute;z-index:10}@media(max-width:992px){.b-modal__nav-top{display:flex;padding-right:15px;position:static}}.b-modal__arrow{height:25px;min-height:25px;min-width:30px;width:30px}.b-modal__arrow svg{height:34px;transition:transform .3s ease;width:40px}@media(max-width:992px){.b-modal__arrow svg{height:25px;width:30px}}.b-modal__cols{display:grid;gap:clamp(16px,2vw,28px) clamp(20px,2.4vw,36px);grid-template-columns:repeat(3,1fr);opacity:1;transition:opacity .3s ease}.b-modal__cols.is-out{opacity:0}@media(max-width:992px){.b-modal__cols{grid-template-columns:1fr;margin-bottom:29px;row-gap:46px}.b-modal__col{align-items:flex-start;display:flex;justify-content:flex-start}}.b-modal__col-title{color:#fff;font-family:Helvetica Neue LT Std;font-size:20px;font-weight:500;letter-spacing:.03em;line-height:28px;margin:0 0 6px}@media(max-width:1200px){.b-modal__col-title{font-size:18px;line-height:26px}}@media(max-width:992px){.b-modal__col-title{font-size:12px;line-height:16px;min-width:150px}}.b-modal__col-text{color:#fff;font-size:16px;font-weight:300;letter-spacing:.03em;line-height:22px}@media(max-width:1200px){.b-modal__col-text{font-size:14px;line-height:20px}}@media(max-width:992px){.b-modal__col-text{font-size:12px;line-height:16px;margin:0}}.b-modal__side{background:var(--accent);bottom:0;max-height:60%;position:absolute;right:0;transition:all 1s ease;z-index:5}@media(max-width:992px){.b-modal__side{max-height:-moz-fit-content;max-height:fit-content;width:100%}}.b-modal__side.is-hidden{max-height:35%;right:-100%}.b-modal__side-text{color:#000;font-size:13px;font-weight:300;letter-spacing:.03em;line-height:16px;text-transform:uppercase}@media(max-width:992px){.b-modal__side-text{font-size:10px;line-height:13px}.b-modal__side-text br{display:none}}.b-modal__next,.b-modal__prev{all:unset;cursor:pointer;display:grid;place-items:center;transition:transform .3s ease}.b-modal__prev:hover svg{transform:translateX(-12px)}.b-modal__next:hover svg{transform:translateX(12px)}.b-modal__next-slide{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:160px;height:100%;justify-content:space-between;max-width:110px;padding:14px 15px 49px;width:100%}@media(max-width:992px){.b-modal__next-slide{flex-direction:row;gap:10px;height:40px;max-width:unset!important;max-width:unset;padding:0 19px;width:100%}}.b-modal__next-slide:hover svg{transform:translateX(12px)}.b-modal__next-slide svg{height:auto;transition:transform .3s ease;width:67px}@media(max-width:992px){.b-modal__next-slide svg{width:30px}}.b-modal__nav--left{bottom:24px;left:24px;position:absolute;z-index:6}@media(max-width:992px){.b-modal__nav--left{display:none}}.b-modal__nav--left .b-modal__prev svg{display:block}
