﻿*,*::before,*::after{box-sizing:border-box}*:not(dialog){margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}.contact-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}@media (min-width: 768px){.contact-page{padding:3rem 1.5rem}}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-header h1{margin-bottom:1rem}.contact-header .contact-intro{font-size:1.25rem;color:#a0a0a4;max-width:600px;margin:0 auto}.contact-content{max-width:800px;margin:0 auto}.contact-form{background:#242426;padding:1.5rem;border-radius:12px}@media (min-width: 768px){.contact-form{padding:2rem}}.contact-form__form{display:flex;flex-direction:column}.contact-form__row{display:grid;gap:1rem;margin-bottom:1rem}@media (min-width: 640px){.contact-form__row{grid-template-columns:1fr 1fr;gap:1.5rem}}.contact-form__field{margin-bottom:1rem}.contact-form__field--full{grid-column:1/-1}.contact-form__field label{display:block;margin-bottom:.5rem;font-weight:400;font-size:.875rem;color:#fff}.contact-form__field input[type=text],.contact-form__field input[type=email],.contact-form__field input[type=tel],.contact-form__field select,.contact-form__field textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:#fff;background:#1a1a1c;border:1px solid #6a6a6e;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.contact-form__field input[type=text]:focus,.contact-form__field input[type=email]:focus,.contact-form__field input[type=tel]:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:none;border-color:#db5d4d;box-shadow:0 0 0 3px rgba(219,93,77,.1)}.contact-form__field input[type=text]::placeholder,.contact-form__field input[type=email]::placeholder,.contact-form__field input[type=tel]::placeholder,.contact-form__field select::placeholder,.contact-form__field textarea::placeholder{color:#a0a0a4}.contact-form__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.contact-form__field textarea{resize:vertical;min-height:150px}.contact-form__checkboxes{margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.contact-form__checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;line-height:1.625}.contact-form__checkbox input[type=checkbox]{width:auto;margin-top:3px;cursor:pointer;flex-shrink:0}.contact-form__checkbox a{color:#db5d4d;text-decoration:underline}.contact-form__checkbox a:hover{text-decoration:none}.contact-form__checkbox .required{color:#db5d4d;margin-left:.15em}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;font-size:.875rem;font-weight:400;letter-spacing:.025em;background:#db5d4d;color:#fff;border:1px solid #db5d4d;border-radius:8px;cursor:pointer;transition:background-color 300ms ease,border-color 300ms ease}.contact-form__submit:hover{background:#df7062;border-color:#df7062}.contact-form__submit:hover .button__arrow{transform:translateX(4px);opacity:1}.contact-form__submit:active{background:#d74a38}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed}@media (min-width: 640px){.contact-form__submit{width:auto}}.contact-form__submit .button__arrow{width:1.25rem;height:1.25rem;flex-shrink:0;fill:currentColor;opacity:.7;transition:transform 300ms ease,opacity 300ms ease}.contact-form__message{margin-top:1rem}.contact-form__success{padding:1rem;background:rgba(255,255,255,.1);border-radius:8px;color:#fff;text-align:center}.contact-form__error{padding:1rem;background:rgba(219,93,77,.1);border-radius:8px;color:#db5d4d;text-align:center}.contact-form--email{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px;gap:1.5rem}.contact-form--email p{font-size:1.25rem;color:#a0a0a4;max-width:400px}.form-row{display:grid;gap:1rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr;gap:1.5rem}}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:400;font-size:.875rem;color:#fff}.form-group label .required{color:#db5d4d}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:#fff;background:#1a1a1c;border:1px solid #6a6a6e;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#db5d4d;box-shadow:0 0 0 3px rgba(219,93,77,.1)}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group input[type=tel]::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#a0a0a4}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-group textarea{resize:vertical;min-height:150px}.form-privacy .checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem}.form-privacy .checkbox-label input[type=checkbox]{width:auto;margin-top:3px;cursor:pointer}.form-privacy .checkbox-label a{color:#db5d4d;text-decoration:underline}.form-privacy .checkbox-label a:hover{text-decoration:none}.form-actions{margin-top:1.5rem}.form-actions .button--primary{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:700;background:#db5d4d;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color 150ms ease,transform 150ms ease}.form-actions .button--primary:hover{background:#cc3c29}.form-actions .button--primary:active{transform:scale(.98)}@media (min-width: 640px){.form-actions .button--primary{width:auto}}@media (min-width: 1024px){.contact-info{position:sticky;top:100px}}.contact-info__block{margin-bottom:2rem}.contact-info__block h3{font-size:1.25rem;margin-bottom:1rem;color:#fff}.contact-info__block p{color:#a0a0a4;line-height:1.625;margin-bottom:.75rem}.contact-info__block p a{color:#fff;transition:color 150ms ease}.contact-info__block p a:hover{color:#db5d4d}.contact-social{display:flex;flex-direction:column;gap:.5rem}.contact-social a{color:#a0a0a4;transition:color 150ms ease}.contact-social a:hover{color:#db5d4d}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_boldit.woff2") format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_extrabold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("/fonts/proximanova_blackit.woff2") format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Proxima Nova Fallback";src:local("Arial");size-adjust:100%;ascent-override:100%;descent-override:22%;line-gap-override:0%}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:"Proxima Nova","Proxima Nova Fallback",sans-serif;font-weight:300;font-size:1rem;line-height:1.45;color:#fff;background-color:#1a1a1c;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.1;letter-spacing:-.025em;color:#fff}h1{font-size:1.75rem;margin-bottom:1.25rem}@media (min-width: 768px){h1{font-size:2rem}}@media (min-width: 1280px){h1{font-size:2.5rem}}h2{font-size:1.5rem;margin-bottom:1.25rem}@media (min-width: 768px){h2{font-size:1.75rem}}@media (min-width: 1280px){h2{font-size:2rem}}h3{font-size:1.125rem;margin-bottom:1rem;font-weight:600}@media (min-width: 768px){h3{font-size:1.25rem}}@media (min-width: 1280px){h3{font-size:1.5rem}}h4{font-size:1.25rem;margin-bottom:.75rem}h5{font-size:1.125rem;margin-bottom:.5rem}h6{font-size:1rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}p{margin-bottom:1rem;line-height:1.625}p:last-child{margin-bottom:0}.lead{font-size:1.25rem;line-height:1.625;color:#a0a0a4}@media (min-width: 768px){.lead{font-size:1.5rem}}b,strong{font-weight:400;color:#fff}i,em{font-style:italic}small{font-size:.875rem}a{color:#db5d4d;text-decoration:none;transition:color 150ms ease}a:hover{color:#cc3c29}a:focus-visible{outline:2px solid #db5d4d;outline-offset:2px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:1rem;z-index:1000;padding:.75rem 1rem;background:#db5d4d;color:#fff;font-weight:700;border-radius:8px;transition:top 150ms ease}.skip-link:focus{top:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}ul li,ol li{margin-bottom:.5rem;line-height:1.625}hr{border:none;height:1px;background:rgba(255,255,255,.1);margin:3rem 0}button,a{touch-action:manipulation}.layout-wrapper{width:100%;max-width:100%;min-height:100vh;height:100%;display:grid;grid-template-rows:auto 1fr auto;overflow-x:hidden}.error-page{display:flex;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2.5rem 0}.error-page__content{max-width:500px}.error-page__content h1{font-size:6rem;color:#db5d4d;margin-bottom:.5rem;line-height:1}@media (min-width: 768px){.error-page__content h1{font-size:8rem}}.error-page__content h2{font-size:1.875rem;margin-bottom:1rem}@media (min-width: 768px){.error-page__content h2{font-size:2.25rem}}.error-page__content p{font-size:1.125rem;color:#a0a0a4;margin-bottom:2rem}@media (min-width: 768px){.error-page__content p{font-size:1.25rem}}.error-page__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.error-page__actions{flex-direction:row;justify-content:center}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#242426;border-top:1px solid #6a6a6e;padding:1rem;box-shadow:0 -4px 20px rgba(0,0,0,.3)}@media (min-width: 768px){.cookie-consent{padding:1.5rem}}.cookie-consent__content{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.cookie-consent__content{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.cookie-consent__content h3{font-size:1.25rem;margin-bottom:.5rem}@media (min-width: 768px){.cookie-consent__content h3{margin-bottom:0}}.cookie-consent__content p{font-size:.875rem;color:#a0a0a4;margin:0;flex:1}.cookie-consent__content p a{color:#db5d4d;text-decoration:underline}.cookie-consent__content p a:hover{text-decoration:none}.cookie-consent__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent__btn{padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color 150ms ease,transform 150ms ease}.cookie-consent__btn:active{transform:scale(.98)}.cookie-consent__btn--accept{background:#db5d4d;color:#fff}.cookie-consent__btn--accept:hover{background:#cc3c29}.cookie-consent__btn--decline{background:rgba(0,0,0,0);color:#a0a0a4;border:1px solid #6a6a6e}.cookie-consent__btn--decline:hover{background:rgba(255,255,255,.05);color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;position:relative;background-color:rgba(26,26,28,.7);border:1px solid #db5d4d;border-radius:8px;backdrop-filter:blur(4px);cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation;transition:border-color .25s cubic-bezier(.4, 0, .2, 1),background-color .25s cubic-bezier(.4, 0, .2, 1),transform .25s cubic-bezier(.4, 0, .2, 1)}.button a{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.25rem;color:#fff;font-size:.875rem;font-weight:400;text-decoration:none;letter-spacing:.025em;transition:color 150ms ease}.button__arrow{width:1.25rem;height:1.25rem;flex-shrink:0;fill:currentColor;opacity:.7;transition:transform 300ms ease,opacity 300ms ease}.button:hover{border-color:#db5d4d;background-color:rgba(219,93,77,.1)}.button:hover a{color:#fff}.button:hover .button__arrow{transform:translateX(4px);opacity:1}.button:active{background-color:rgba(219,93,77,.2)}.button:focus-visible{outline:2px solid #db5d4d;outline-offset:2px}.button--primary{background-color:#db5d4d;border-color:#db5d4d}.button--primary:hover{background-color:#df7062;border-color:#df7062}.button--primary:active{background-color:#d74a38}.button--ghost{border:none;border-radius:0}.button--ghost a{padding:.5rem 0;color:rgba(255,255,255,.7)}.button--ghost a::after{opacity:.5}.button--ghost:hover{background-color:rgba(0,0,0,0)}.button--ghost:hover a{color:#fff}.button--ghost:hover a::after{opacity:1}.button--lg a{padding:1rem 1.5rem;font-size:1rem}.button--sm a{padding:.5rem .75rem;font-size:.75rem}.button--full{width:100%;align-self:stretch}.button--full a{width:100%;justify-content:center}@media (min-width: 768px){.button--full{width:auto;align-self:flex-start}}.button--light{border-color:rgba(26,26,28,.3)}.button--light a{color:#1a1a1c}.button--light:hover{border-color:#db5d4d;background-color:rgba(219,93,77,.1)}.button--light:hover a{color:#db5d4d}.header{background-color:rgba(26,26,28,.8);color:#fff;position:fixed;top:0;left:0;width:100%;z-index:100;backdrop-filter:blur(15px) brightness(.9);-webkit-backdrop-filter:blur(15px) brightness(.9);border-bottom:1px solid rgba(255,255,255,.1);overflow:visible;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:100%}@media (min-width: 1024px){.header{padding:1rem 2.5rem}}.header .logo{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none}.header .logo__icon{display:flex;width:1.5rem;height:1.5rem;transition:transform .5s cubic-bezier(.55, .055, .675, .19)}@media (min-width: 768px){.header .logo__icon{width:1.75rem;height:1.75rem}}.header .logo__icon svg{width:100%;height:100%}.header .logo__icon-nav,.header .logo__icon-compass{transition:opacity .4s cubic-bezier(.55, .055, .675, .19)}.header .logo__icon-nav{opacity:1}.header .logo__icon-compass{opacity:0}.header .logo__text{display:flex;width:4.5rem;height:auto}@media (min-width: 768px){.header .logo__text{width:5.5rem}}.header .logo__text svg{width:100%;height:auto}.header .logo:hover .logo__icon{transform:rotate(180deg)}.header .logo:hover .logo__icon-nav{opacity:0}.header .logo:hover .logo__icon-compass{opacity:1}.header .nav{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:rgba(26,26,28,.98);backdrop-filter:blur(20px);overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:50}.header ul{list-style:none;padding:0;margin:0}.header .menu{text-align:center}.header .menu li{opacity:0;transform:translateY(20px);transition:opacity 300ms ease,transform 300ms ease}.header .menu a{display:block;padding:1rem 1.5rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.5rem;position:relative;transition:color .25s cubic-bezier(.4, 0, .2, 1)}.header .menu a::after{content:"";position:absolute;bottom:.5rem;left:25%;width:50%;height:2px;background:#db5d4d;transform:scaleX(0);transform-origin:center;transition:transform .25s cubic-bezier(.4, 0, .2, 1)}.header .menu a:hover{color:#db5d4d}.header .menu a:hover::after{transform:scaleX(1)}.header .menu a[aria-current=page]{color:#db5d4d}.header .menu a[aria-current=page]::after{transform:scaleX(1)}.header .menu a:visited{color:#fff}.header .menu a:visited:hover,.header .menu a:visited[aria-current=page]{color:#db5d4d}.header .menu .lang-switcher{display:inline-flex;align-items:center;position:relative;margin-top:2rem;opacity:1 !important;transform:none !important;padding:.25rem;border:1px solid rgba(255,255,255,.3);border-radius:4rem}.header .menu .lang-switcher__slider{position:absolute;left:.25rem;top:.25rem;width:2.75rem;height:2.75rem;background:#db5d4d;border-radius:50%;transition:transform .25s ease}.header .menu .lang-switcher__slider--en{transform:translateX(2.75rem)}.header .menu .lang-switcher__link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#fff !important;text-decoration:none;font-size:.875rem;font-weight:400;text-transform:uppercase;opacity:.4;position:relative;z-index:1;transition:opacity .25s ease;padding:0 !important;font-size:.875rem !important;font-weight:400 !important}.header .menu .lang-switcher__link::after{display:none !important}.header .menu .lang-switcher__link--active{opacity:1}.header .menu .lang-switcher__link:hover{color:#fff !important;opacity:.7}.header .menu .lang-switcher__link:hover.lang-switcher__link--active{opacity:1}@media (min-width: 768px){.header .menu .lang-switcher{margin-top:0;margin-left:1rem;padding:.125rem}.header .menu .lang-switcher__slider{left:.125rem;top:.125rem;width:1.25rem;height:1.25rem}.header .menu .lang-switcher__slider--en{transform:translateX(1.25rem)}.header .menu .lang-switcher__link{width:1.25rem;height:1.25rem;font-size:.5625rem !important;font-weight:300 !important}}.header .nav{max-height:0;opacity:0;pointer-events:none;transition:max-height 500ms ease,opacity 300ms ease}.header .hamb{cursor:pointer;padding:.75rem;z-index:60;position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:4px;transition:background-color 150ms ease}.header .hamb:hover{background-color:rgba(255,255,255,.1)}.header .hamb-line{background:#fff;display:block;height:2px;position:relative;width:22px;transition:background 150ms ease}.header .hamb-line::before,.header .hamb-line::after{background:#fff;content:"";display:block;height:100%;position:absolute;transition:all 300ms ease cubic-bezier(.68, -.6, .32, 1.6);width:100%}.header .hamb-line::before{top:6px}.header .hamb-line::after{top:-6px}.header .side-menu{display:none}.header .side-menu:checked~nav{max-height:100vh;opacity:1;pointer-events:auto}.header .side-menu:checked~nav .menu li{opacity:1;transform:translateY(0)}.header .side-menu:checked~nav .menu li:nth-child(1){transition-delay:.05s}.header .side-menu:checked~nav .menu li:nth-child(2){transition-delay:.1s}.header .side-menu:checked~nav .menu li:nth-child(3){transition-delay:.15s}.header .side-menu:checked~nav .menu li:nth-child(4){transition-delay:.2s}.header .side-menu:checked~nav .menu li:nth-child(5){transition-delay:.25s}.header .side-menu:checked~nav .menu li:nth-child(6){transition-delay:.3s}.header .side-menu:checked~nav .menu li:nth-child(7){transition-delay:.35s}.header .side-menu:checked~.hamb .hamb-line{background:rgba(0,0,0,0)}.header .side-menu:checked~.hamb .hamb-line::before{transform:rotate(-45deg);top:0}.header .side-menu:checked~.hamb .hamb-line::after{transform:rotate(45deg);top:0}@media (min-width: 768px){.header .nav{max-height:none;opacity:1;pointer-events:auto;position:relative;width:auto;height:auto;background-color:rgba(0,0,0,0);backdrop-filter:none;display:block;overflow:visible}.header .menu{display:flex;align-items:center;gap:.25rem}.header .menu li{opacity:1;transform:none}.header .menu a{padding:.75rem 1rem;font-size:1rem;font-weight:400}.header .menu a::after{bottom:.25rem;left:10%;width:80%}.header .hamb{display:none}}body:has(.side-menu:checked){overflow:hidden}.main{display:grid;width:100%;max-width:100%;padding:1.5rem 1.5rem;padding-top:calc(1.5rem + 60px)}@media (min-width: 768px){.main{padding:2.5rem 1.5rem;padding-top:calc(2.5rem + 64px)}}.main .container{max-width:960px;margin:0 auto;width:100%}footer{background-color:#1a1a1c;color:#fff;border-top:1px solid rgba(255,255,255,.1)}footer .footer-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1024px;margin:0 auto;padding:3rem 1.5rem}@media (min-width: 768px){footer .footer-inner{grid-template-columns:1fr 2fr;gap:4rem;padding:4rem 1.5rem}}footer .footer-brand .logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#fff}footer .footer-brand .logo__icon{display:flex;width:1.75rem;height:1.75rem;transition:transform .5s cubic-bezier(.55, .055, .675, .19)}footer .footer-brand .logo__icon svg{width:100%;height:100%}footer .footer-brand .logo__icon-nav,footer .footer-brand .logo__icon-compass{transition:opacity .4s cubic-bezier(.55, .055, .675, .19)}footer .footer-brand .logo__icon-nav{opacity:1}footer .footer-brand .logo__icon-compass{opacity:0}footer .footer-brand .logo__text{display:flex;width:5rem}footer .footer-brand .logo__text svg{width:100%;height:auto}footer .footer-brand .logo:hover .logo__icon{transform:rotate(180deg)}footer .footer-brand .logo:hover .logo__icon-nav{opacity:0}footer .footer-brand .logo:hover .logo__icon-compass{opacity:1}footer .footer-brand .tagline{font-size:1rem;color:#a0a0a4;line-height:1.625;margin-bottom:1.5rem}footer .footer-brand .social{display:flex;gap:.75rem}footer .footer-brand .social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:rgba(255,255,255,.1);color:#fff;transition:background 150ms ease,color 150ms ease,transform 150ms ease}footer .footer-brand .social a svg{width:20px;height:20px}footer .footer-brand .social a:hover{background:#db5d4d;color:#fff;transform:translateY(-2px)}footer .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (min-width: 768px){footer .footer-links{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}}footer .footer-col h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#a0a0a4;margin-bottom:1rem}footer .footer-col ul{list-style:none;margin:0;padding:0}footer .footer-col ul li{font-size:.875rem;color:rgba(255,255,255,.7);line-height:1.5;height:1.5rem;margin-bottom:.5rem}footer .footer-col ul li:last-child{margin-bottom:0}footer .footer-col a{font-size:.875rem;color:rgba(255,255,255,.7);text-decoration:none;position:relative;display:inline-block;transition:color 150ms ease}footer .footer-col a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#db5d4d;transition:width 300ms ease}footer .footer-col a:hover{color:#fff}footer .footer-col a:hover::after{width:100%}footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 1.5rem;text-align:center}footer .footer-bottom p{font-size:.75rem;color:#a0a0a4;margin:0}.block{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.block{grid-template-columns:1fr 2fr;gap:2.5rem;padding:3rem 0}}.block:last-of-type{border-bottom:none}.block h2{font-size:1.5rem;margin-bottom:.5rem}@media (min-width: 768px){.block h2{font-size:1.875rem}}.block h3{font-size:1rem;font-weight:400;color:#a0a0a4;line-height:1.625;margin-bottom:1.5rem}@media (min-width: 768px){.block h3{font-size:1.25rem}}.block .body{font-size:1rem;line-height:1.625;color:#a0a0a4;margin-bottom:1.5rem}@media (min-width: 768px){.block .body{font-size:1.125rem}}.block .body p{margin-bottom:1rem}.block .body p:last-child{margin-bottom:0}.block .button{margin-top:1rem}.block--with-image{position:relative;border-bottom:none;padding:0;gap:0;display:flex;flex-direction:column;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}@media (min-width: 768px){.block--with-image{display:block;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}}.block--with-image .block__image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}@media (min-width: 768px){.block--with-image .block__image{position:absolute;inset:0;aspect-ratio:auto}}.block--with-image .block__image img{width:100%;height:100%;display:block;object-fit:cover}.block--with-image .block__image::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0)}@media (min-width: 768px){.block--with-image .block__image::after{background:linear-gradient(135deg, rgba(26,26,28,.6) 0%, rgba(26,26,28,.4) 50%, rgba(26,26,28,.2) 100%)}}.block--with-image .block__content{position:relative;z-index:1;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:center;max-width:none;text-align:left;background:#1a1a1c}@media (min-width: 768px){.block--with-image .block__content{padding:4rem 1.5rem;min-height:500px;max-width:520px;margin-left:1.5rem;background:rgba(0,0,0,0)}}@media (min-width: 1024px){.block--with-image .block__content{margin-left:calc((100vw - 960px)/2)}}.block--with-image .block__content h2{color:#fff;font-size:1.875rem;margin-bottom:.75rem}@media (min-width: 768px){.block--with-image .block__content h2{font-size:2.25rem}}.block--with-image .block__content h3{color:rgba(255,255,255,.85);font-size:1rem;margin-bottom:1rem;line-height:1.625}@media (min-width: 768px){.block--with-image .block__content h3{font-size:1.25rem;margin-bottom:1.5rem}}.block--with-image .block__content .body{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.625;margin-bottom:1.5rem}@media (min-width: 768px){.block--with-image .block__content .body{font-size:1.125rem}}.block--with-image .block__content .body p{margin-bottom:.75rem}.block--with-image .block__content .body p:last-child{margin-bottom:0}@media (min-width: 768px){.block--reverse .block__image::after{background:linear-gradient(225deg, rgba(26,26,28,.6) 0%, rgba(26,26,28,.4) 50%, rgba(26,26,28,.2) 100%)}}@media (min-width: 768px){.block--reverse .block__content{margin-left:auto;margin-right:1.5rem}}@media (min-width: 1024px){.block--reverse .block__content{margin-left:auto;margin-right:calc((100vw - 960px)/2)}}@media (min-width: 768px){.block--alt{grid-template-columns:2fr 1fr}.block--alt>div:first-child{order:1}}.block--centered{display:block;text-align:center;max-width:720px;margin:0 auto;padding:3rem 0;border-bottom:none}@media (min-width: 768px){.block--centered{padding:4rem 0}}.block--centered h2{margin-bottom:1rem}.block--centered h3{margin-bottom:1.5rem}.block--centered .body{margin-bottom:2rem}.block--centered .button{margin-top:0}.block--highlight{background:#f8f9fa;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;border-bottom:none}@media (min-width: 768px){.block--highlight{margin-left:-2.5rem;margin-right:-2.5rem;padding-left:2.5rem;padding-right:2.5rem;border-radius:16px}}.video-hero{position:relative;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem);height:80vh;min-height:400px;max-height:800px;margin-top:-1.5rem;margin-bottom:2.5rem;overflow:hidden}@media (min-width: 768px){.video-hero{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;height:90vh;margin-top:-2.5rem;margin-bottom:4rem}}.video-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.video-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(26,26,28,.3) 0%, rgba(26,26,28,.1) 50%, rgba(26,26,28,.6) 100%);pointer-events:none}.video-hero__media video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-hero__content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;padding:1.5rem;padding-top:20vh}@media (min-width: 768px){.video-hero__content{padding-left:3rem}}@media (min-width: 1024px){.video-hero__content{padding-left:calc((100vw - 960px)/2 + 1.5rem)}}.video-hero__content h1{color:#fff;font-size:2.25rem;margin-bottom:.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3);-webkit-text-stroke:.5px rgba(255,255,255,.3)}@media (min-width: 768px){.video-hero__content h1{font-size:3.75rem;-webkit-text-stroke:1px rgba(255,255,255,.2)}}.video-hero__content .hero-accent{width:60px;height:3px;background:#db5d4d;margin:1rem 0 1.25rem}@media (min-width: 768px){.video-hero__content .hero-accent{width:80px;height:4px;margin:1.25rem 0 1.5rem}}.video-hero__content .tagline{color:rgba(255,255,255,.75);font-size:1.25rem;font-weight:300;margin-bottom:2rem;max-width:500px;text-shadow:0 1px 10px rgba(0,0,0,.3)}@media (min-width: 768px){.video-hero__content .tagline{font-size:1.5rem}}.video-hero__content .button{margin-top:1rem}.video-hero__scroll-indicator{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.7);background:none;border:none;padding:0;margin:0;animation:scroll-bounce 2s ease-in-out infinite;cursor:pointer}@media (min-width: 768px){.video-hero__scroll-indicator{bottom:2rem}}.video-hero__scroll-indicator:hover{color:#fff}.video-hero__scroll-indicator:hover .scroll-indicator__icon{transform:rotate(180deg)}.video-hero__scroll-indicator:hover .logo__icon-nav{opacity:0}.video-hero__scroll-indicator:hover .logo__icon-compass{opacity:1}.video-hero__scroll-indicator .scroll-indicator__icon{width:36px;height:36px;display:flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .5s cubic-bezier(.55, .055, .675, .19)}@media (min-width: 768px){.video-hero__scroll-indicator .scroll-indicator__icon{width:44px;height:44px}}.video-hero__scroll-indicator .scroll-indicator__icon svg{width:100%;height:100%}.video-hero__scroll-indicator .logo__icon-nav,.video-hero__scroll-indicator .logo__icon-compass{transition:opacity .4s cubic-bezier(.55, .055, .675, .19)}.video-hero__scroll-indicator .logo__icon-nav{opacity:1}.video-hero__scroll-indicator .logo__icon-compass{opacity:0}@keyframes scroll-bounce{0%, 100%{transform:translateX(-50%) translateY(0);opacity:.7}50%{transform:translateX(-50%) translateY(8px);opacity:1}}.hero{text-align:center;padding:3rem 0;margin-bottom:2rem}@media (min-width: 768px){.hero{padding:4rem 0;margin-bottom:3rem}}.hero h1{font-size:2.25rem;margin-bottom:1rem}@media (min-width: 768px){.hero h1{font-size:3.75rem}}.hero .tagline{font-size:1.25rem;color:#a0a0a4;font-weight:400;margin-bottom:0}@media (min-width: 768px){.hero .tagline{font-size:1.5rem}}.section{padding:2.5rem 0}@media (min-width: 768px){.section{padding:4rem 0}}.section--alt{background-color:#f8f9fa;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}.section-header{text-align:left;max-width:680px;margin:0 auto 1.5rem;padding:2rem 0}@media (min-width: 768px){.section-header{text-align:center;margin-bottom:2rem;padding:3rem 0}}.section-header h2{margin-bottom:1rem;font-size:1.5rem;font-weight:700;letter-spacing:-.025em}@media (min-width: 768px){.section-header h2{margin-bottom:1.5rem;font-size:1.875rem}}.section-header p{font-size:1rem;color:#a0a0a4;line-height:1.625;font-weight:300}@media (min-width: 768px){.section-header p{font-size:1.125rem;line-height:1.75}}.section-header--dark{background:#1f1e21;margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:0;width:calc(100% + 3rem);padding:3rem 1.5rem;max-width:none}@media (min-width: 768px){.section-header--dark{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:4rem 1.5rem}}.section-header--dark h2,.section-header--dark p{max-width:680px;margin-left:auto;margin-right:auto}.features{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.features{grid-template-columns:repeat(2, 1fr);gap:2rem}}@media (min-width: 1024px){.features{grid-template-columns:repeat(3, 1fr)}}.feature{padding:1.5rem;border-radius:12px;background:#242426;border:1px solid rgba(255,255,255,.1);transition:box-shadow 300ms ease,transform 300ms ease}.feature:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateY(-2px);background:#303033}.feature h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature p{font-size:1rem;color:#a0a0a4;margin-bottom:0}.two-col{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.two-col{grid-template-columns:1fr 1fr;gap:3rem}}@media (min-width: 768px){.two-col--reverse .two-col__content{order:-1}}.two-col__media img{width:100%;border-radius:12px}.two-col__content h2{margin-bottom:1rem}.two-col__content p{color:#a0a0a4;margin-bottom:1.5rem}.cta-section{position:relative;text-align:center;padding:3rem 1.5rem;background-color:#1f1e21;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;margin:0;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}@media (min-width: 768px){.cta-section{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:4rem 1.5rem}}.cta-section[style*=background-image]::before{content:"";position:absolute;inset:0;background:rgba(26,26,28,.85);z-index:0}.cta-section__content{position:relative;z-index:1;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-section h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}@media (min-width: 768px){.cta-section h2{font-size:1.875rem;margin-bottom:1.5rem}}.cta-section__tagline{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.625;margin-bottom:1.5rem}@media (min-width: 768px){.cta-section__tagline{font-size:1.25rem;margin-bottom:2rem}}.cta-section__details{color:rgba(255,255,255,.8);font-size:1rem;line-height:1.625;margin-bottom:2rem}@media (min-width: 768px){.cta-section__details{font-size:1.125rem}}.cta-section__accent{width:60px;height:3px;background:#db5d4d;margin:0 auto 1.5rem}@media (min-width: 768px){.cta-section__accent{margin-bottom:2rem}}.cta-section .button{margin-top:1rem;align-self:center}.jobs{list-style:none;padding:0;margin:0}.job{padding:1.5rem;background:#242426;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:1rem;transition:box-shadow 300ms ease,background 300ms ease}.job:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);background:#303033}.job:last-child{margin-bottom:0}.job h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.job ul{margin-bottom:0;padding-left:1.25rem}.job ul li{font-size:.875rem;color:#a0a0a4;margin-bottom:.25rem}.job ul li:last-child{margin-bottom:0}.highlight{color:#db5d4d;font-weight:700}.jobs-section{background-color:#1a1a1c;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin-top:3rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:3rem 1.5rem}@media (min-width: 768px){.jobs-section{margin-top:4rem;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:4rem 1.5rem}}.jobs-section::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(26,26,28,.6) 0%, rgba(26,26,28,.4) 100%)}.jobs-section__content{position:relative;z-index:1;max-width:960px;margin:0 auto}.jobs-section__header{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.jobs-section__header{margin-bottom:2.5rem}}.jobs-section__header h2{color:#fff;font-size:1.5rem;margin-bottom:.75rem}@media (min-width: 768px){.jobs-section__header h2{font-size:1.875rem}}.jobs-section__accent{width:60px;height:3px;background:#db5d4d;margin:0 auto 1rem}.jobs-section__subtitle{color:rgba(255,255,255,.9);font-size:1rem;max-width:600px;margin:0 auto}@media (min-width: 768px){.jobs-section__subtitle{font-size:1.25rem}}.jobs-section .jobs{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.jobs-section .jobs{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}.jobs-section .job{display:flex;flex-direction:column;height:100%;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;color:#fff;transition:border-color 300ms ease,background 300ms ease}@media (min-width: 768px){.jobs-section .job{padding:2rem}}.jobs-section .job:hover{border-color:rgba(219,93,77,.4);background:rgba(255,255,255,.15)}.jobs-section .job__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.jobs-section .job h3{color:#fff;font-size:1.25rem;margin-bottom:0;line-height:1.375}.jobs-section .job__type{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:#db5d4d;background:rgba(219,93,77,.2);padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.jobs-section .job__description{flex:1;color:#fff;font-size:.875rem;margin-bottom:1rem}@media (min-width: 768px){.jobs-section .job__description{font-size:1rem}}.jobs-section .job__description p{color:#fff;margin-bottom:.75rem}.jobs-section .job__description ul{color:rgba(255,255,255,.9);margin-bottom:0;padding-left:1.25rem}.jobs-section .job__description ul li{color:rgba(255,255,255,.9);font-size:.875rem;margin-bottom:.25rem;line-height:1.625}.jobs-section .job__description ul li:last-child{margin-bottom:0}.jobs-section .job__link{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#fff;text-decoration:none;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);transition:color 300ms ease}.jobs-section .job__link::after{content:"→";color:#db5d4d;transition:transform 300ms ease}.jobs-section .job__link:hover{color:#db5d4d}.jobs-section .job__link:hover::after{transform:translateX(4px)}.jobs-section__footer{text-align:center;margin-top:2rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.jobs-section__footer{margin-top:2.5rem}}.jobs-section__footer .button{background:#1a1a1c;border-color:#db5d4d;align-self:center}.jobs-section__footer .button a{color:#fff}.jobs-section__footer .button:hover{background:#db5d4d;border-color:#db5d4d}.jobs-page .section-header{margin-top:0;padding-top:1rem}@media (min-width: 768px){.jobs-page .section-header{padding-top:1.5rem}}.jobs-page .cta-section{margin-bottom:0}.jobs-list{list-style:none;padding:0;margin:0 auto 3rem;max-width:700px;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.jobs-list{gap:1.25rem;margin-bottom:4rem}}.jobs-list .job{background:#242426;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.5rem;transition:border-color 300ms ease,background 300ms ease}@media (min-width: 768px){.jobs-list .job{padding:2rem}}.jobs-list .job:hover{border-color:rgba(219,93,77,.3);background:#2b2b2e}.jobs-list .job__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.jobs-list .job h3{color:#fff;font-size:1.25rem;margin-bottom:0;line-height:1.375}@media (min-width: 768px){.jobs-list .job h3{font-size:1.5rem}}.jobs-list .job__type{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:#db5d4d;background:rgba(219,93,77,.15);padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.jobs-list .job__description{color:#a0a0a4;font-size:1rem;line-height:1.625}.jobs-list .job__description p{margin-bottom:.75rem}.jobs-list .job__description ul{margin-bottom:0;padding-left:1.25rem}.jobs-list .job__description ul li{margin-bottom:.25rem;line-height:1.625}.jobs-list .job__description ul li:last-child{margin-bottom:0}.jobs-list .job__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;font-weight:700;color:#db5d4d;text-decoration:none;transition:color 300ms ease}.jobs-list .job__link::after{content:"→";transition:transform 300ms ease}.jobs-list .job__link:hover{color:#e48477}.jobs-list .job__link:hover::after{transform:translateX(4px)}.team-section{background:#1f1e21;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem);padding:3rem 1.5rem;text-align:center}@media (min-width: 768px){.team-section{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:4rem 1.5rem}}.team-section__header{margin-bottom:2.5rem}@media (min-width: 768px){.team-section__header{margin-bottom:3rem}}.team-section__header h2{margin-bottom:.75rem}.team-section__header p{color:#a0a0a4;font-size:1.125rem;max-width:600px;margin:0 auto}@media (min-width: 768px){.team-section__header p{font-size:1.25rem}}.team-section__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;max-width:960px;margin:0 auto}@media (min-width: 768px){.team-section__grid{grid-template-columns:repeat(4, 1fr);gap:2rem}}.team-member{padding:1rem;text-align:center}.team-member:hover .team-member__avatar{transform:scale(1.05);border-color:#db5d4d}.team-member__avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid rgba(255,255,255,.15);transition:transform 300ms ease,border-color 300ms ease}@media (min-width: 768px){.team-member__avatar{width:120px;height:120px}}.team-member__name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.25rem;position:relative;display:inline-block}.team-member__name::after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:#db5d4d;opacity:.7}@media (min-width: 768px){.team-member__name{font-size:1.25rem}}.team-member__role{font-size:.875rem;color:#a0a0a4;margin-top:.75rem;margin-bottom:1rem}.team-member__contact{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;color:#fff;background:rgba(0,0,0,0);border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;transition:border-color 300ms ease,background 300ms ease}@media (min-width: 768px){.team-member__contact{font-size:.875rem}}.team-member__contact:hover{border-color:#db5d4d;background:rgba(219,93,77,.1)}.newsletter{background-color:#242426;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin-left:-1.5rem;margin-right:-1.5rem;padding:3rem 1.5rem;text-align:center}@media (min-width: 768px){.newsletter{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:4rem 1.5rem}}.newsletter::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(26,26,28,.6) 0%, rgba(36,36,38,.4) 100%)}.newsletter__content{position:relative;z-index:1;max-width:600px;margin:0 auto}.newsletter__content h2{margin-bottom:1rem}.newsletter__content>p{color:#a0a0a4;font-size:1.125rem;margin-bottom:1.5rem}@media (min-width: 768px){.newsletter__content>p{font-size:1.25rem}}.newsletter__form{margin-top:1.5rem}.newsletter__form-group{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}@media (min-width: 640px){.newsletter__form-group{flex-direction:row;gap:0}}.newsletter__input{flex:1;padding:.75rem 1rem;font-size:1rem;color:#1a1a1c;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);border-radius:8px;outline:none;transition:border-color 300ms ease,background 300ms ease}@media (min-width: 640px){.newsletter__input{border-radius:8px 0 0 8px;border-right:none}}.newsletter__input::placeholder{color:rgba(26,26,28,.5)}.newsletter__input:focus{border-color:#db5d4d;background:#fff}.newsletter__button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:400;letter-spacing:.025em;color:#fff;background:#db5d4d;border:1px solid #db5d4d;border-radius:8px;cursor:pointer;transition:background 300ms ease,border-color 300ms ease}@media (min-width: 640px){.newsletter__button{border-radius:0 8px 8px 0}}.newsletter__button:hover{background:#df7062;border-color:#df7062}.newsletter__button:hover .button__arrow{transform:translateX(4px);opacity:1}.newsletter__button .button__arrow{width:1.25rem;height:1.25rem;flex-shrink:0;fill:currentColor;opacity:.7;transition:transform 300ms ease,opacity 300ms ease}.newsletter__privacy{margin-top:1rem;font-size:.75rem;color:rgba(255,255,255,.6)}.newsletter__privacy a{color:rgba(255,255,255,.8);text-decoration:underline}.newsletter__privacy a:hover{color:#fff}.newsletter__gdpr{margin-top:1rem;max-width:400px;margin-left:auto;margin-right:auto}.newsletter__checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;text-align:left}.newsletter__checkbox input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin-top:2px;accent-color:#db5d4d;cursor:pointer}.newsletter__checkbox span{font-size:.75rem;color:rgba(255,255,255,.7);line-height:1.5}.newsletter__checkbox span a{color:rgba(255,255,255,.9);text-decoration:underline}.newsletter__checkbox span a:hover{color:#fff}.newsletter__message{margin-top:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.newsletter__success{color:#fff;font-size:1.25rem;font-weight:700;text-align:center;margin:0;padding:1.5rem;background:rgba(255,255,255,.1);border-radius:8px;border:1px solid rgba(255,255,255,.2)}.newsletter__error{color:#db5d4d;font-size:.875rem;text-align:center;margin:0}.image{margin:2rem 0}.image img{width:100%;height:auto;border-radius:12px}.image figcaption{margin-top:.75rem;font-size:.875rem;color:#a0a0a4;text-align:center}.image.image--full{margin-left:-1.5rem;margin-right:-1.5rem}.image.image--full img{border-radius:0}.image.image--rounded img{border-radius:16px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#a0a0a4}.content-with-slider{display:grid;grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}@media (min-width: 768px){.content-with-slider{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}.content-with-slider__text{order:2}@media (min-width: 768px){.content-with-slider__text{order:0}}.content-with-slider__text h2{font-size:1.875rem;margin-bottom:1rem}@media (min-width: 768px){.content-with-slider__text h2{font-size:2.25rem}}.content-with-slider__text .subtitle{font-size:1rem;color:#a0a0a4;line-height:1.625;margin-bottom:1.5rem}@media (min-width: 768px){.content-with-slider__text .subtitle{font-size:1.125rem}}.content-with-slider__text .body{font-size:1rem;line-height:1.625;color:#a0a0a4;margin-bottom:1.5rem}@media (min-width: 768px){.content-with-slider__text .body{font-size:1.125rem}}.content-with-slider__text .body p{margin-bottom:1rem}.content-with-slider__text .body p:last-child{margin-bottom:0}.content-with-slider__slider{order:1}@media (min-width: 768px){.content-with-slider__slider{order:0}}.content-with-slider__slider .image-slider{border-radius:12px;overflow:hidden}.content-with-slider__slider .image-slider__viewport{aspect-ratio:1/1}.content-with-slider__slider .image-slider__slide img{aspect-ratio:1/1;object-fit:cover}.content-with-slider__slider .image-slider__nav{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%)}.specs{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:2.5rem 0;margin:0 auto;max-width:100%}@media (min-width: 768px){.specs{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0;padding:4rem 0}}.spec{position:relative;text-align:center;padding:1rem 1.5rem;width:100%;max-width:280px}.spec::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:1px;background:rgba(255,255,255,.15)}.spec:last-child::after{display:none}@media (min-width: 768px){.spec{padding:.75rem 1.25rem;width:auto;max-width:none}.spec::after{bottom:auto;left:auto;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px}}.spec p{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2;letter-spacing:-.01em}@media (min-width: 768px){.spec p{font-size:1rem;margin-bottom:.25rem;line-height:1;white-space:nowrap}}.spec h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);font-weight:400;margin-bottom:0;line-height:1.2}@media (min-width: 768px){.spec h3{line-height:1;white-space:nowrap}}.events-section{padding:2.5rem 0;background:#242426;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width: 768px){.events-section{padding:3rem 0}}.events-section h2{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.events-section h2{margin-bottom:2.5rem}}.events{list-style:none;padding:0 0 2rem;margin:0;max-width:960px;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.events{padding-bottom:2.5rem;gap:1.25rem}}.event{position:relative;background:#242427;border-left:4px solid #db5d4d;transition:background 300ms ease}.event:hover{background:#29292c}.event__link-wrapper{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;text-decoration:none;color:inherit}@media (max-width: 640px){.event__link-wrapper{grid-template-columns:auto 1fr auto;gap:.75rem 1rem;padding:1rem}}.event__image{width:80px;height:80px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 640px){.event__image{width:60px;height:60px}}.event__image img{width:100%;height:100%;object-fit:contain;padding:.25rem}.event__info h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem;line-height:1.375}@media (max-width: 640px){.event__info h3{font-size:1rem}}.event__info p{font-size:.875rem;color:#a0a0a4;margin-bottom:0}@media (max-width: 640px){.event__info p{font-size:.75rem;margin-bottom:.25rem}}.event__info .event__date-mobile{display:none}@media (max-width: 640px){.event__info .event__date-mobile{display:block;font-size:.875rem;font-weight:700;color:#db5d4d}}.event__date{font-size:1rem;font-weight:700;color:#db5d4d;white-space:nowrap;text-align:center;min-width:140px}@media (max-width: 640px){.event__date{display:none}}.event__arrow{display:flex;align-items:center;justify-content:center}.event__arrow .button__arrow{width:1.25rem;height:1.25rem;color:#a0a0a4;transition:transform 300ms ease,color 300ms ease}@media (max-width: 640px){.event__arrow .button__arrow{width:1rem;height:1rem}}.event:hover .event__arrow .button__arrow{transform:translateX(4px);color:#db5d4d}.event:not(:has(.event__image)) .event__link-wrapper{grid-template-columns:1fr auto auto}@media (max-width: 640px){.event:not(:has(.event__image)) .event__link-wrapper{grid-template-columns:1fr auto}}.legal-page,.downloads-page{max-width:600px;margin:0 auto;padding:2.5rem 0}@media (min-width: 768px){.legal-page,.downloads-page{padding:4rem 0}}.legal-page h1,.downloads-page h1{font-size:1.875rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.legal-page h1,.downloads-page h1{font-size:3rem;margin-bottom:3rem}}.legal-page__content p,.downloads-page__content p{color:rgba(255,255,255,.8);font-size:1rem;line-height:2;margin-bottom:1.5rem}@media (min-width: 768px){.legal-page__content p,.downloads-page__content p{font-size:1.125rem}}.legal-page__content strong,.downloads-page__content strong{color:#fff;font-weight:700}.legal-page__content h2,.downloads-page__content h2{font-size:1.5rem;margin-top:3rem;margin-bottom:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.legal-page__content h2,.downloads-page__content h2{font-size:1.875rem}}.legal-page__content h3,.downloads-page__content h3{font-size:1rem;font-weight:700;color:rgba(255,255,255,.9);margin-top:2rem;margin-bottom:.75rem}@media (min-width: 768px){.legal-page__content h3,.downloads-page__content h3{font-size:1.25rem}}.legal-page__content a,.downloads-page__content a{color:#db5d4d;word-break:break-word}.legal-page__content a:hover,.downloads-page__content a:hover{text-decoration:underline}.legal-page__content ul,.legal-page__content ol,.downloads-page__content ul,.downloads-page__content ol{color:rgba(255,255,255,.8);margin-bottom:1.5rem;padding-left:1.5rem}.legal-page__content ul li,.legal-page__content ol li,.downloads-page__content ul li,.downloads-page__content ol li{margin-bottom:.5rem;line-height:2}.downloads-page__content p>a[href$=".pdf"]{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;text-decoration:none;transition:background 300ms ease,border-color 300ms ease,transform 300ms ease}.downloads-page__content p>a[href$=".pdf"]::before{content:"";flex-shrink:0;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cpath d='M9 15v-2h2.5a1.5 1.5 0 0 1 0 3H9z'/%3E%3Cpath d='M9 18h.01'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.downloads-page__content p>a[href$=".pdf"]::after{content:"";flex-shrink:0;width:20px;height:20px;margin-left:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.5;transition:transform 300ms ease,opacity 300ms ease}.downloads-page__content p>a[href$=".pdf"]:hover{background:rgba(255,255,255,.1);border-color:rgba(219,93,77,.4);text-decoration:none;transform:translateX(4px)}.downloads-page__content p>a[href$=".pdf"]:hover::after{opacity:1;transform:translateY(2px)}.downloads-page__content p:has(>a[href$=".pdf"])+p:has(>a[href$=".pdf"]){margin-top:-.75rem}.downloads-page__content hr{border:none;height:1px;background:rgba(255,255,255,.1);margin:2.5rem 0}.press-page{max-width:800px;margin:0 auto;padding:2.5rem 0}@media (min-width: 768px){.press-page{padding:4rem 0}}.press-page h1{font-size:1.875rem;margin-bottom:1rem}@media (min-width: 768px){.press-page h1{font-size:3rem}}.press-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.press-nav{gap:1rem;margin-bottom:3rem}}.press-nav a{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:700;color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:8px;text-decoration:none;transition:background 300ms ease,border-color 300ms ease,color 300ms ease}@media (min-width: 768px){.press-nav a{padding:.75rem 1.25rem;font-size:1rem}}.press-nav a:hover{background:rgba(219,93,77,.1);border-color:#db5d4d;color:#db5d4d}.press-page__content>h2:first-of-type{font-size:1.5rem;font-weight:400;color:#a0a0a4;margin-bottom:.5rem;border:none;padding:0}@media (min-width: 768px){.press-page__content>h2:first-of-type{font-size:1.875rem}}.press-page__content>h2:first-of-type+p{color:rgba(255,255,255,.6);font-size:1rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.press-page__content>h2:first-of-type+p{font-size:1.125rem;margin-bottom:3rem}}.press-page__content h3{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#db5d4d;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.press-page__content h3:first-of-type{margin-top:0}@media (min-width: 768px){.press-page__content h3{margin-top:4rem;margin-bottom:2rem}}.press-page__content h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem;margin-top:0}@media (min-width: 768px){.press-page__content h4{font-size:1.25rem}}.press-page__content p{color:rgba(255,255,255,.7);font-size:.875rem;line-height:1.625;margin-bottom:.75rem}@media (min-width: 768px){.press-page__content p{font-size:1rem}}.press-page__content h4+p{margin-bottom:.5rem}.press-page__content p>a:only-child{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#db5d4d;text-decoration:none;transition:color 300ms ease}.press-page__content p>a:only-child::after{content:"→";transition:transform 300ms ease}.press-page__content p>a:only-child:hover{color:#e48477}.press-page__content p>a:only-child:hover::after{transform:translateX(4px)}.press-page__content h4{padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.press-page__content h4:first-of-type,h3+.press-page__content h4{border-top:none;padding-top:0;margin-top:0}.press-page__content h3+h4{border-top:none;padding-top:0;margin-top:0}.press-page__content p>a:only-child::before{content:"";display:inline-block;width:16px;height:16px;margin-right:.5rem;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.7;transition:opacity 300ms ease}.press-page__content p>a:only-child:hover::before{opacity:1}.press-page__content p>a[href*=youtube]::before,.press-page__content p>a[href*="youtu.be"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc5d4e'%3E%3Cpath d='M23.5 6.2c-.3-1-1-1.8-2-2.1C19.6 3.5 12 3.5 12 3.5s-7.6 0-9.5.5c-1 .3-1.8 1.1-2 2.1C0 8.1 0 12 0 12s0 3.9.5 5.8c.3 1 1 1.8 2 2.1 1.9.5 9.5.5 9.5.5s7.6 0 9.5-.5c1-.3 1.8-1.1 2-2.1.5-1.9.5-5.8.5-5.8s0-3.9-.5-5.8zM9.5 15.5v-7l6.4 3.5-6.4 3.5z'/%3E%3C/svg%3E")}.press-page__content p>a[href*=explorer-magazin]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.2 7.8 14.2 14.2 7.8 16.2 9.8 9.8 16.2 7.8'/%3E%3C/svg%3E")}.press-page__content p>a[href*="campervans.de"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='6' width='22' height='10' rx='2'/%3E%3Cpath d='M6 16v2'/%3E%3Cpath d='M18 16v2'/%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Cpath d='M14 6V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v2'/%3E%3C/svg%3E")}.press-page__content p>a[href*="uncrate.com"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.7l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.7l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.3 7 12 12l8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E")}.press-page__content p>a[href*="promobil.de"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2'/%3E%3Cpath d='M18 14h-8'/%3E%3Cpath d='M15 18h-5'/%3E%3Cpath d='M10 6h8v4h-8V6z'/%3E%3C/svg%3E")}.press-page__content p>a[href*="ride-mtb.com"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 16l5-9 5 9'/%3E%3Cpath d='M3 21l4-7'/%3E%3Cpath d='M21 21l-4-7'/%3E%3Cpath d='M2 21h20'/%3E%3Ccircle cx='12' cy='7' r='2'/%3E%3C/svg%3E")}.press-page__content p>a[href*="homecrux.com"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E")}.press-page__content p>a[href*="adventuresouthside.com"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3l4 8 5-5 5 15H2L8 3z'/%3E%3C/svg%3E")}.press-page__content p>a[href*="messe.tv"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5d4e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M17 2l-5 5-5-5'/%3E%3C/svg%3E")}.faq{max-width:800px;margin:0 auto;padding:1rem 0 2rem}@media (min-width: 768px){.faq{padding:1.5rem 0 3rem}}.faq__item{border-bottom:1px solid rgba(255,255,255,.1)}.faq__item:first-child{border-top:1px solid rgba(255,255,255,.1)}.faq__item[open] .faq__question::after{transform:rotate(180deg)}.faq__item[open] .faq__answer{animation:faq-expand .3s ease-out forwards}.faq__question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;list-style:none;transition:color 150ms ease}@media (min-width: 768px){.faq__question{font-size:1.25rem;padding:1.5rem 0}}.faq__question::-webkit-details-marker{display:none}.faq__question::after{content:"";flex-shrink:0;width:20px;height:20px;margin-left:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease;opacity:.6}.faq__question:hover{color:#db5d4d}.faq__question:hover::after{opacity:1}.faq__answer{padding:0 0 1.5rem 0;color:rgba(255,255,255,.7);font-size:1rem;line-height:1.625;overflow:hidden}.faq__answer p{margin:0}@keyframes faq-expand{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.magazin-page{padding-bottom:4rem}.magazin-hero{text-align:center;padding:3rem 0;margin-bottom:2rem}@media (min-width: 768px){.magazin-hero{padding:4rem 0;margin-bottom:3rem}}.magazin-hero h1{font-size:2.25rem;margin-bottom:1rem}@media (min-width: 768px){.magazin-hero h1{font-size:3.75rem}}.magazin-hero__subtitle{font-size:1.25rem;color:#a0a0a4;font-weight:400;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.magazin-hero__subtitle{font-size:1.5rem}}.magazin-hero__accent{width:60px;height:3px;background:#db5d4d;margin:0 auto}@media (min-width: 768px){.magazin-hero__accent{width:80px;height:4px}}.magazin-intro{max-width:800px;margin:0 auto 2.5rem;text-align:left}@media (min-width: 768px){.magazin-intro{margin-bottom:3rem}}.magazin-intro h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:#fff}.magazin-intro h2:first-child{margin-top:0}@media (min-width: 768px){.magazin-intro h2{font-size:1.875rem;margin-top:3rem}}.magazin-intro p{font-size:1rem;color:#a0a0a4;line-height:1.625;margin-bottom:1rem}@media (min-width: 768px){.magazin-intro p{font-size:1.25rem}}.magazin-intro ul{list-style:none;padding:0;margin:0 0 1.5rem}.magazin-intro ul li{font-size:1.125rem;color:#a0a0a4;line-height:1.625;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.magazin-intro ul li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:#db5d4d;border-radius:50%}@media (min-width: 768px){.magazin-intro ul li{font-size:1.25rem}}.magazin-intro ul li strong{color:#fff}.magazin-categories{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.magazin-categories{grid-template-columns:repeat(2, 1fr);gap:2rem}}.category-card{display:block;background:#242426;border-radius:12px;overflow:hidden;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.05);transition:transform 300ms ease,border-color 300ms ease,box-shadow 300ms ease}.category-card:hover{transform:translateY(-4px);border-color:rgba(219,93,77,.3);box-shadow:0 12px 40px rgba(0,0,0,.3)}.category-card:hover .category-card__image img{transform:scale(1.05)}.category-card:hover .category-card__link{color:#db5d4d}.category-card__image{aspect-ratio:16/10;overflow:hidden}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 500ms ease}.category-card__content{padding:1.5rem}@media (min-width: 768px){.category-card__content{padding:2rem}}.category-card__content h2{font-size:1.5rem;margin-bottom:.75rem;color:#fff}@media (min-width: 768px){.category-card__content h2{font-size:1.875rem}}.category-card__content p{font-size:1rem;color:#a0a0a4;line-height:1.625;margin-bottom:1rem}@media (min-width: 768px){.category-card__content p{font-size:1.125rem}}.category-card__description{font-size:1rem;color:#a0a0a4;line-height:1.625;margin-bottom:1rem}@media (min-width: 768px){.category-card__description{font-size:1.125rem}}.category-card__description p{margin-bottom:.5rem}.category-card__description p:last-child{margin-bottom:0}.category-card__description strong{color:#fff;font-weight:400}.category-card__link{display:inline-block;font-size:.875rem;font-weight:700;color:#fff;transition:color 150ms ease}@media (min-width: 768px){.category-card__link{font-size:1rem}}.magazin-category{padding-bottom:4rem}.category-header{text-align:center;padding:2.5rem 0;margin-bottom:2rem}@media (min-width: 768px){.category-header{padding:3rem 0;margin-bottom:2.5rem}}.category-header h1{font-size:1.875rem;margin-bottom:1rem}@media (min-width: 768px){.category-header h1{font-size:3rem}}.category-header p{font-size:1.125rem;color:#a0a0a4;max-width:600px;margin:0 auto 1.5rem;line-height:1.625}@media (min-width: 768px){.category-header p{font-size:1.25rem}}.category-header__accent{width:60px;height:3px;background:#db5d4d;margin:0 auto}.article-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.article-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.article-grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}.article-card{display:block;background:#242426;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05);text-decoration:none;color:#fff;transition:transform 300ms ease,border-color 300ms ease,box-shadow 300ms ease}.article-card:hover{transform:translateY(-4px);border-color:rgba(219,93,77,.3);box-shadow:0 12px 40px rgba(0,0,0,.3)}.article-card:hover .article-card__image img{transform:scale(1.05)}.article-card:hover .article-card__link{color:#e48477}.article-card:hover h2{color:#db5d4d}.article-card__image{aspect-ratio:16/10;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 500ms ease}.article-card__content{padding:1.25rem}@media (min-width: 768px){.article-card__content{padding:1.5rem}}.article-card__content h2{font-size:1rem;margin-bottom:.5rem;line-height:1.375;color:#fff;transition:color 150ms ease}@media (min-width: 768px){.article-card__content h2{font-size:1.25rem}}.article-card__content p{font-size:.875rem;color:#a0a0a4;line-height:1.625;margin-bottom:1rem}@media (min-width: 768px){.article-card__content p{font-size:.875rem}}.article-card__link{display:inline-block;font-size:.875rem;font-weight:700;color:#db5d4d;transition:color 150ms ease}.category-back{margin-top:3rem;text-align:center}.category-back__link{display:inline-block;font-size:1rem;color:#a0a0a4;text-decoration:none;transition:color 150ms ease}.category-back__link:hover{color:#db5d4d}.magazin-article{padding-bottom:4rem}.breadcrumb{max-width:680px;margin:0 auto 2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.breadcrumb{margin-bottom:2.5rem;padding-bottom:2rem}}.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.875rem}.breadcrumb li{display:flex;align-items:center;color:#a0a0a4;margin:0}.breadcrumb li:not(:last-child)::after{content:"›";margin-left:.5rem;color:rgba(255,255,255,.3)}.breadcrumb li a{color:#a0a0a4;text-decoration:none;transition:color 150ms ease}.breadcrumb li a:hover{color:#db5d4d}.breadcrumb li[aria-current=page]{color:rgba(255,255,255,.6)}.article-hero{position:relative;margin:0 -1.5rem;margin-top:-1.5rem;margin-bottom:2rem}@media (min-width: 768px){.article-hero{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:-2.5rem;margin-bottom:2.5rem}}.article-hero img{width:100%;height:400px;object-fit:cover}@media (min-width: 768px){.article-hero img{height:500px}}@media (min-width: 1024px){.article-hero img{height:600px}}.article-hero__overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem;background:linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.6) 50%, rgba(0,0,0,0) 100%)}@media (min-width: 768px){.article-hero__overlay{padding:3rem 4rem}}.article-header{max-width:800px;margin:0 auto;text-align:center}.article-header__category{display:inline-block;font-size:.875rem;font-weight:700;color:#db5d4d;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;transition:color 150ms ease}.article-header__category:hover{color:#e48477}@media (min-width: 768px){.article-header__category{font-size:1rem;margin-bottom:1rem}}.article-header h1{font-size:1.875rem;line-height:1.375;margin-bottom:.75rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (min-width: 768px){.article-header h1{font-size:3rem;margin-bottom:1rem}}.article-header__description{font-size:.875rem;color:rgba(255,255,255,.9);line-height:1.625;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (min-width: 768px){.article-header__description{font-size:1rem}}@media (min-width: 1024px){.article-header__description{font-size:1.25rem}}.article-content{max-width:680px;margin:0 auto}.article-content h2{font-size:1.5rem;margin-top:3rem;margin-bottom:1.25rem;color:#fff}@media (min-width: 768px){.article-content h2{font-size:1.875rem;margin-top:4rem;margin-bottom:1.5rem}}.article-content h3{font-size:1.25rem;margin-top:2.5rem;margin-bottom:1rem;color:#fff}@media (min-width: 768px){.article-content h3{font-size:1.5rem;margin-top:3rem}}.article-content p{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem;color:rgba(255,255,255,.85)}@media (min-width: 768px){.article-content p{font-size:1.25rem;margin-bottom:2rem}}.article-content ul,.article-content ol{margin-bottom:1.5rem;padding-left:1.5rem;color:rgba(255,255,255,.85)}@media (min-width: 768px){.article-content ul,.article-content ol{margin-bottom:2rem;padding-left:2rem}}.article-content ul li,.article-content ol li{font-size:1.125rem;margin-bottom:.75rem;line-height:1.75}@media (min-width: 768px){.article-content ul li,.article-content ol li{font-size:1.25rem;margin-bottom:1rem}}.article-content img{width:100%;border-radius:12px;margin:2rem 0}@media (min-width: 768px){.article-content img{margin:2.5rem 0}}.article-content blockquote{border-left:3px solid #db5d4d;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:rgba(255,255,255,.75)}@media (min-width: 768px){.article-content blockquote{margin:2.5rem 0;padding-left:2rem}}.article-content blockquote p{margin-bottom:0}.article-content strong{color:#fff;font-weight:700}.article-content h2+p,.article-content h3+p{margin-top:0}.article-footer{max-width:680px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.article-footer__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;color:#a0a0a4;margin-bottom:1.5rem}@media (min-width: 768px){.article-footer__meta{font-size:1rem}}.article-footer__author{display:flex;align-items:center;gap:.75rem}.article-footer__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}@media (min-width: 768px){.article-footer__avatar{width:48px;height:48px}}.article-footer__date::before{content:"•";margin-right:1rem;color:rgba(255,255,255,.3)}.article-footer__back{display:inline-block;font-size:1rem;color:#a0a0a4;text-decoration:none;transition:color 150ms ease}.article-footer__back:hover{color:#db5d4d}.feature-block{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem 0;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.feature-block{grid-template-columns:1fr 1fr;gap:2.5rem;padding:2.5rem 0}}.feature-block:last-of-type{border-bottom:none}.feature-block__content h2{font-size:1.5rem;margin-bottom:.5rem;color:#fff}@media (min-width: 768px){.feature-block__content h2{font-size:1.875rem}}.feature-block__content h3{font-size:1rem;font-weight:400;color:#db5d4d;line-height:1.625;margin-bottom:1rem}@media (min-width: 768px){.feature-block__content h3{font-size:1.125rem}}.feature-block__body{font-size:.875rem;line-height:1.625;color:#a0a0a4}@media (min-width: 768px){.feature-block__body{font-size:1rem}}.feature-block__body p{margin-bottom:.75rem}.feature-block__body p:last-child{margin-bottom:0}.feature-block__image{order:-1}@media (min-width: 768px){.feature-block__image{order:0}}.feature-block__image img{width:100%;height:auto;border-radius:12px;display:block;aspect-ratio:4/3;object-fit:cover}.feature-block--wide-image .feature-block__image img{aspect-ratio:16/9}.feature-block .button{margin-top:1rem}@media (min-width: 768px){.feature-block--reverse .feature-block__content{order:2}.feature-block--reverse .feature-block__image{order:1}}.floor-plan-tabs{background:#131315;margin:2rem 0;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem);padding:2.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.floor-plan-tabs{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:3rem 1.5rem;margin-top:2.5rem;margin-bottom:2.5rem}}.floor-plan-tabs__inner{max-width:1100px;margin:0 auto}.floor-plan-tabs__header{text-align:center;margin-bottom:1.5rem}@media (min-width: 768px){.floor-plan-tabs__header{margin-bottom:2rem}}.floor-plan-tabs__header h2{font-size:1.5rem;color:#fff;margin-bottom:.5rem}@media (min-width: 768px){.floor-plan-tabs__header h2{font-size:1.875rem}}.floor-plan-tabs__header p{font-size:.875rem;color:#a0a0a4;max-width:600px;margin:0 auto}@media (min-width: 768px){.floor-plan-tabs__header p{font-size:1rem}}.floor-plan-tabs__nav{display:flex;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.floor-plan-tabs__tab{padding:.75rem 1.5rem;background:rgba(0,0,0,0);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#a0a0a4;font-size:1rem;cursor:pointer;transition:all 150ms ease}.floor-plan-tabs__tab:hover{border-color:rgba(255,255,255,.4);color:#fff}.floor-plan-tabs__tab.active{background:#db5d4d;border-color:#db5d4d;color:#fff}.floor-plan-tabs__content{position:relative}@media (min-width: 768px){.floor-plan-tabs__content{aspect-ratio:16/9}}.floor-plan-tabs__panel{display:none}@media (min-width: 768px){.floor-plan-tabs__panel{position:absolute;inset:0}}.floor-plan-tabs__panel.active{display:block}.floor-plan-tabs__panel .floor-plan{height:100%;margin:0}.floor-plan-tabs__panel .floor-plan__image{height:100%;position:relative}.floor-plan-tabs__panel .floor-plan__picture{display:block}.floor-plan-tabs__panel .floor-plan__picture img{width:100%;height:auto;border-radius:12px;display:block}.floor-plan-tabs__panel .floor-plan__picture--desktop{display:none}@media (min-width: 768px){.floor-plan-tabs__panel .floor-plan__picture--desktop{display:block}}.floor-plan-tabs__panel .floor-plan__picture--desktop img{height:100%;object-fit:cover}.floor-plan-tabs__panel .floor-plan__picture--mobile{display:block}@media (min-width: 768px){.floor-plan-tabs__panel .floor-plan__picture--mobile{display:none}}.floor-plan-tabs__panel .floor-plan__hotspots{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.floor-plan-tabs__panel .floor-plan__hotspots--mobile{display:block}@media (min-width: 768px){.floor-plan-tabs__panel .floor-plan__hotspots--mobile{display:none}}.floor-plan-tabs__panel .floor-plan__hotspots--desktop{display:none}@media (min-width: 768px){.floor-plan-tabs__panel .floor-plan__hotspots--desktop{display:block}}.floor-plans-container{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media (min-width: 768px){.floor-plans-container{grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0}}.floor-plans-info h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;margin-top:1.5rem}.floor-plans-info h3:first-child{margin-top:0}.floor-plans-info p{color:#a0a0a4;margin-bottom:.75rem}.floor-plans-info p strong{color:#fff}.image-hero{position:relative;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem);height:70vh;min-height:400px;max-height:700px;margin-top:-1.5rem;margin-bottom:2.5rem;overflow:hidden}@media (min-width: 768px){.image-hero{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;height:80vh;margin-top:-2.5rem;margin-bottom:4rem}}.image-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.image-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(26,26,28,.3) 0%, rgba(26,26,28,.1) 50%, rgba(26,26,28,.6) 100%);pointer-events:none}.image-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.image-hero__content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left;padding:1.5rem;padding-bottom:3rem}@media (min-width: 768px){.image-hero__content{padding-left:3rem;padding-bottom:4rem}}@media (min-width: 1024px){.image-hero__content{padding-left:calc((100vw - 960px)/2 + 1.5rem)}}.image-hero__content h1{color:#fff;font-size:2.25rem;margin-bottom:.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}@media (min-width: 768px){.image-hero__content h1{font-size:3.75rem}}.image-hero__content .hero-accent{width:60px;height:3px;background:#db5d4d;margin:1rem 0 1.25rem}@media (min-width: 768px){.image-hero__content .hero-accent{width:80px;height:4px;margin:1.25rem 0 1.5rem}}.image-hero__content .tagline{color:rgba(255,255,255,.9);font-size:1.25rem;font-weight:300;max-width:500px;text-shadow:0 1px 10px rgba(0,0,0,.3)}@media (min-width: 768px){.image-hero__content .tagline{font-size:1.5rem}}.image-slider{position:relative;width:100%;border-radius:12px}.image-slider__viewport{width:100%;overflow:hidden;border-radius:12px}.image-slider__track{display:flex;transition:transform .8s ease-in-out}.image-slider__slide{width:100%;flex:0 0 100%}.image-slider__slide img{width:100%;height:auto;display:block;aspect-ratio:16/10;object-fit:cover}.image-slider__nav{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.image-slider__dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background 150ms ease,transform 150ms ease;border:2px solid rgba(255,255,255,.8);padding:0}.image-slider__dot:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.image-slider__dot.active{background:#db5d4d;border-color:#db5d4d}.floor-plan{position:relative;margin:2rem 0}@media (min-width: 768px){.floor-plan{margin:3rem 0}}.floor-plan__image{position:relative;width:100%}.floor-plan__image img{width:100%;height:auto;display:block;border-radius:12px}.floor-plan__hotspots{position:absolute;inset:0;pointer-events:none}.floor-plan__hotspot{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%, -50%);pointer-events:auto;z-index:1}.floor-plan__hotspot:hover,.floor-plan__hotspot:focus-within{z-index:10}.floor-plan__hotspot:hover .floor-plan__marker,.floor-plan__hotspot:focus-within .floor-plan__marker{background:#db5d4d;transform:scale(1.3)}.floor-plan__hotspot:hover .floor-plan__pulse,.floor-plan__hotspot:focus-within .floor-plan__pulse{animation:none;opacity:0}.floor-plan__hotspot:hover .floor-plan__tooltip,.floor-plan__hotspot:focus-within .floor-plan__tooltip{opacity:1;visibility:visible}.floor-plan__hotspot:hover .floor-plan__tooltip--top,.floor-plan__hotspot:focus-within .floor-plan__tooltip--top{transform:translateX(-50%) translateY(0)}.floor-plan__hotspot:hover .floor-plan__tooltip--bottom,.floor-plan__hotspot:focus-within .floor-plan__tooltip--bottom{transform:translateX(-50%) translateY(0)}.floor-plan__hotspot:hover .floor-plan__tooltip--left,.floor-plan__hotspot:focus-within .floor-plan__tooltip--left{transform:translateX(0) translateY(-50%)}.floor-plan__hotspot:hover .floor-plan__tooltip--right,.floor-plan__hotspot:focus-within .floor-plan__tooltip--right{transform:translateX(0) translateY(-50%)}.floor-plan__marker{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(219,93,77,.9);border:2px solid #fff;border-radius:50%;cursor:pointer;transition:transform 150ms ease,background 150ms ease;box-shadow:0 2px 8px rgba(0,0,0,.3)}@media (min-width: 768px){.floor-plan__marker{width:24px;height:24px}}.floor-plan__marker:focus{outline:none}.floor-plan__pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(219,93,77,.4);animation:hotspot-pulse 2s ease-out infinite}.floor-plan__tooltip{position:absolute;width:max-content;max-width:220px;padding:.75rem 1rem;background:#1a1a1c;border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none;z-index:100}@media (min-width: 768px){.floor-plan__tooltip{padding:1rem 1.25rem;max-width:280px}}.floor-plan__tooltip strong{display:block;color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.5rem}@media (min-width: 768px){.floor-plan__tooltip strong{font-size:1rem}}.floor-plan__tooltip p{color:rgba(255,255,255,.8);font-size:.75rem;line-height:1.625;margin:0}@media (min-width: 768px){.floor-plan__tooltip p{font-size:.875rem}}.floor-plan__tooltip--top{bottom:calc(100% + 15px);left:50%;transform:translateX(-50%) translateY(8px)}.floor-plan__tooltip--top::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:8px solid rgba(0,0,0,0);border-top-color:#1a1a1c}.floor-plan__tooltip--bottom{top:calc(100% + 15px);left:50%;transform:translateX(-50%) translateY(-8px)}.floor-plan__tooltip--bottom::after{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:8px solid rgba(0,0,0,0);border-bottom-color:#1a1a1c}.floor-plan__tooltip--left{right:calc(100% + 15px);top:50%;transform:translateX(8px) translateY(-50%)}.floor-plan__tooltip--left::after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:8px solid rgba(0,0,0,0);border-left-color:#1a1a1c}.floor-plan__tooltip--right{left:calc(100% + 15px);top:50%;transform:translateX(-8px) translateY(-50%)}.floor-plan__tooltip--right::after{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:8px solid rgba(0,0,0,0);border-right-color:#1a1a1c}@keyframes hotspot-pulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(2.5);opacity:0}}.lifestyle-slider{margin:2.5rem 0;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}@media (min-width: 768px){.lifestyle-slider{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;margin-top:4rem;margin-bottom:4rem}}.lifestyle-slider .image-slider{border-radius:0}.lifestyle-slider .image-slider__slide img{aspect-ratio:21/9}@media (min-width: 768px){.lifestyle-slider .image-slider__slide img{aspect-ratio:21/7}}.hero-slider{position:relative;margin:2.5rem 0;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}@media (min-width: 768px){.hero-slider{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;margin-top:4rem;margin-bottom:4rem}}.hero-slider__track{position:relative}@media (min-width: 768px){.hero-slider__track{aspect-ratio:21/7}}.hero-slider__slide{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity .8s ease-in-out}@media (min-width: 768px){.hero-slider__slide{inset:0}}.hero-slider__slide.active{opacity:1;position:relative;pointer-events:auto}@media (min-width: 768px){.hero-slider__slide.active{position:absolute}}.hero-slider__image{position:relative;aspect-ratio:21/9}@media (min-width: 768px){.hero-slider__image{position:absolute;inset:0;aspect-ratio:auto}}.hero-slider__image::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0);pointer-events:none}@media (min-width: 768px){.hero-slider__image::after{background:rgba(26,26,28,.4)}}.hero-slider__image img{width:100%;height:100%;object-fit:cover}.hero-slider__content{padding:1.5rem 1.5rem;text-align:center;color:#fff;background:#1a1a1c}@media (min-width: 768px){.hero-slider__content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;background:rgba(0,0,0,0)}}.hero-slider__content h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;max-width:800px}@media (min-width: 768px){.hero-slider__content h2{font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}}.hero-slider__subtitle{font-size:1rem;color:#a0a0a4;line-height:1.625;max-width:800px;margin:0 auto}@media (min-width: 768px){.hero-slider__subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);text-shadow:0 1px 10px rgba(0,0,0,.5)}}.hero-slider__nav{display:flex;justify-content:center;padding:1rem 0;background:#1a1a1c}@media (min-width: 768px){.hero-slider__nav{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:11;padding:0;background:rgba(0,0,0,0)}}.hero-slider__dots{display:flex;gap:.5rem}.hero-slider__dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background 150ms ease,transform 150ms ease;border:2px solid rgba(255,255,255,.8);padding:0}.hero-slider__dot:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.hero-slider__dot.active{background:#db5d4d;border-color:#db5d4d}