:root{--color-change-animation-time: 0.3s;--menu-fade-animation-time: 0.25s}h1{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:5.5rem;line-height:100%;letter-spacing:0%;font-weight:400}@media only screen and (min-width: 50em){h1{font-size:7.8rem}}h2{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:4.2rem;line-height:100%;font-weight:400}h3{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:3.2rem;line-height:100%;font-weight:400}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{scroll-behavior:smooth;font-size:62.5%;font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;color:#160101;hyphenate-limit-chars:8 5 5;text-rendering:optimizeLegibility;text-rendering:geometricPrecision;-webkit-backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{box-sizing:border-box;font-size:1.6rem;color:#fd4408}::-moz-selection{background-color:#fd4408;color:#fff}::selection{background-color:#fd4408;color:#fff}img{width:100%;height:auto;display:block}strong{font-weight:500}.grecaptcha-badge{display:none !important}.u-generic-wrapper{margin:0 auto;max-width:193rem;width:100%}.u-generic-wrapper-max-width{margin:0 auto;max-width:256rem;width:100%}.u-generic-wrapper-margin{margin:0 1.7rem}@media only screen and (min-width: 50em){.u-generic-wrapper-margin{margin:0 3.5rem}}@media only screen and (min-width: 75em){.u-generic-wrapper-margin{margin:0 3rem}}.u-center{text-align:center}.u-neutral-link{-webkit-text-decoration:none;text-decoration:none;color:inherit}.u-no-focus:focus{outline:none}.u-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0 2rem}@media only screen and (min-width: 75em){.u-mobile-only{display:none}}.u-desktop-only{display:none}@media only screen and (min-width: 75em){.u-desktop-only{display:block}}body{display:flex;flex-flow:column nowrap;min-height:100vh}.main{display:flex;flex-flow:column nowrap;flex-grow:1}.hidden{display:none}.header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:1.7rem 0}@media only screen and (min-width: 50em){.header{padding:1.7rem 0}}.header__wrapper{position:sticky;z-index:15;top:0;height:0;pointer-events:none}.header ul{display:flex;flex-direction:column;list-style:none;gap:2rem;margin:0;padding:0;text-align:right}@media only screen and (min-width: 50em){.header ul{flex-flow:row nowrap;gap:1.1rem;text-align:center}}.header ul a{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:4.2rem;line-height:100%;font-weight:400}.header ul a{-webkit-text-decoration:none;text-decoration:none;color:#fff;width:100%;display:flex;justify-content:flex-end}@media only screen and (min-width: 50em){.header ul a{font-family:"Aeonik Medium","Adjusted Arial Fallback Medium",sans-serif;font-size:1.3rem;line-height:110%;font-weight:500;letter-spacing:4%}.header ul a{text-transform:uppercase;width:auto}}.header li span{display:none}@media only screen and (min-width: 50em){.header li span{display:inline-block;font-size:1.7rem;transform:translateY(-0.1rem);margin:0 .3rem}}.header li:hover a{transition:color 0.3s ease-in-out;transition:color var(--color-change-animation-time) ease-in-out;color:hsla(0,0%,100%,.5)}.header__nav-wrapper{position:fixed;display:flex;flex-flow:column nowrap;top:0;left:0;width:100%;height:100%;background:linear-gradient(235deg, #fd4408 15%, #fe85ab);gap:3rem;visibility:hidden;opacity:0;transform:translateX(100%);overflow-y:auto;pointer-events:auto;border-radius:0}.header__nav-wrapper.is-open{visibility:visible;opacity:1;transform:translateX(0);transition:transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s;transition:transform var(--menu-fade-animation-time) ease-in-out, opacity var(--menu-fade-animation-time) ease-in-out, visibility var(--menu-fade-animation-time)}@media only screen and (min-width: 50em){.header__nav-wrapper{position:static;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:auto;height:auto;visibility:visible;opacity:1;transform:none;transition:none;align-items:center;background:rgba(22,1,1,.6);backdrop-filter:blur(12px);padding:1.5rem 1.2rem 1.6rem 1.8rem;border-radius:.6rem;gap:1.7rem}}.header__nav-wrapper .header__button-appointment--mobile{flex-grow:1;text-align:center}@media only screen and (min-width: 50em){.header__nav-wrapper .header__button-appointment--mobile{display:none}}.header__nav-wrapper .header__button-appointment--desktop{display:none}@media only screen and (min-width: 50em){.header__nav-wrapper .header__button-appointment--desktop{display:block}}@media only screen and (min-width: 50em){.header__nav-wrapper .header__button-direction{display:none}}.header__main-nav{margin-top:auto;padding:10rem 1.7rem 0}@media only screen and (min-width: 50em){.header__main-nav{margin:0;padding:0}}.header__logo{position:relative;z-index:17;pointer-events:auto;width:6rem;height:4rem}.header__logo a{display:block}.header__logo svg{width:6rem;height:4rem}.header__logo svg .white-path{opacity:0}.header__burger-menu{position:relative;display:block;background:none;border:none;cursor:pointer;width:3.6rem;height:3.6rem;z-index:16;pointer-events:auto}.header__burger-menu span{display:block;position:absolute;left:0;top:50%;width:3.6rem;height:2px;background:#fd4408;opacity:1;transform:rotate(0deg)}.header__burger-menu span:nth-of-type(1){transform:translateY(-3px)}.header__burger-menu span:nth-of-type(2){transform:translateY(3px)}.header__burger-menu.is-active span:nth-of-type(1){background:#fff;top:50%;transform:rotate(45deg);transition:0.25s ease-in-out;transition:var(--menu-fade-animation-time) ease-in-out}.header__burger-menu.is-active span:nth-of-type(2){background:#fff;top:50%;transform:rotate(-45deg);transition:0.25s ease-in-out;transition:var(--menu-fade-animation-time) ease-in-out}@media only screen and (min-width: 50em){.header__burger-menu{display:none}}.header__buttons-wrapper{display:flex;position:relative;flex-flow:row nowrap;padding:22rem 1.7rem 6rem}@media only screen and (min-width: 50em){.header__buttons-wrapper{padding:0}}@media(hover: none)and (pointer: coarse){.header a,.header button{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}body.no-scroll{overflow:hidden}body.no-scroll .header__logo svg .white-path{transition:opacity calc(0.25s*2) ease-in-out;transition:opacity calc(var(--menu-fade-animation-time)*2) ease-in-out;opacity:1}.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}.footer__wrapper{background-color:#f7f5f6;scroll-margin-top:8rem}@media only screen and (min-width: 50em){.footer__wrapper{scroll-margin-top:3rem}}.footer__grid{display:flex;flex-flow:column nowrap;list-style:none;padding:5.3rem 0 3.5rem;hyphens:auto}.footer__grid li{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:3.2rem;line-height:100%;font-weight:400}@media only screen and (min-width: 50em){.footer__grid{padding:6rem 0 5.5rem}}.footer__grid a,.footer__legal a{-webkit-text-decoration:none;text-decoration:none;color:#fd4408}.footer__grid a:hover,.footer__legal a:hover{transition:color 0.3s ease-in-out;transition:color var(--color-change-animation-time) ease-in-out;color:#160101}.footer__item--first_row:not(:has(~.footer__item--first_row)){margin-bottom:4rem}@media only screen and (min-width: 50em){.footer__item--first_row:not(:has(~.footer__item--first_row)){margin-bottom:3rem}}.footer__item--second_row:not(:has(~.footer__item--second_row)){margin-bottom:4rem}@media only screen and (min-width: 50em){.footer__item--second_row:not(:has(~.footer__item--second_row)){margin-bottom:3rem}}@media only screen and (min-width: 50em){.footer__item--second_row{margin-left:34%}}@media only screen and (min-width: 50em){.footer__item--third_row{margin-left:74%}}.footer__bottom{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:9rem 0 3.5rem;gap:2rem}.footer__bottom span{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:1.3rem;line-height:120%;font-weight:400}@media only screen and (min-width: 50em){.footer__bottom{padding:5rem 0 3.5rem}}.footer__button a{width:100%;text-align:center}@media only screen and (min-width: 50em){.footer__button{display:none}}.footer__legal{font-family:"Aeonik Medium","Adjusted Arial Fallback Medium",sans-serif;font-size:1.3rem;line-height:110%;font-weight:500;letter-spacing:4%}.footer__legal{display:flex;flex-flow:row nowrap;gap:2rem}.footer__legal a{text-transform:uppercase}.error__title{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:5.5rem;line-height:100%;letter-spacing:0%;font-weight:400}@media only screen and (min-width: 50em){.error__title{font-size:7.8rem}}.error__title{margin:14.5rem 0 2.5rem}@media only screen and (min-width: 50em){.error__title{margin:19rem 0 5.5rem;max-width:55%}}.error__text-wrapper{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;margin-bottom:5.7rem;row-gap:6rem}@media only screen and (min-width: 50em){.error__text-wrapper{flex-flow:row nowrap;margin-bottom:15.3rem}}.error__text{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:3.2rem;line-height:100%;font-weight:400}@media only screen and (min-width: 50em){.error__text{max-width:50%}.error__text{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:4.2rem;line-height:100%;font-weight:400}}.error a{width:100%;text-align:center}@media only screen and (min-width: 50em){.error a{width:auto}}.content-text h1,.content-text h2,.content-text h3,.content-text h4{margin-bottom:.7em}.content-text ul{display:block;list-style-type:"- ";padding-left:1rem}.content-text ul li{margin-bottom:.4rem}.content-text ul li ul{margin-top:.4rem}.content-text ul li::marker{margin-right:.5rem}.content-text ol{counter-reset:item;padding-left:1.5rem}.content-text ol li{margin-bottom:.4rem}.content-text ol li ol{padding-left:3.1rem;margin-top:.4rem}.content-text ol>li{counter-increment:item}.content-text ol ol>li{display:block}.content-text ol ol>li:before{content:counters(item, ".") ". ";margin-left:-3.1rem}.content-text ol ol ol>li:before{content:counters(item, ".") ". ";margin-left:-4.5rem}.content-text a{color:#fd4408;-webkit-text-decoration:none;text-decoration:none}.content-text a::before{content:"";display:inline-block;color:#fd4408;width:1rem;height:1rem;background-color:#fd4408;-webkit-mask:url(/assets/dist/2dae199f9b603a97ce37.svg) no-repeat center;mask:url(/assets/dist/2dae199f9b603a97ce37.svg) no-repeat center;-webkit-mask-size:cover;mask-size:cover;flex-shrink:0;margin-right:1.2rem}.content-text a:hover::before{transition:background 0.3s ease-in-out;transition:background var(--color-change-animation-time) ease-in-out;background-color:#160101}.content-text a:hover{transition:color 0.3s ease-in-out;transition:color var(--color-change-animation-time) ease-in-out;color:#160101}.content-text a[href^=tel]::before,.content-text a[href^=mailto]::before{content:none}.content-text p,.content-text ul,.content-text ol{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:1.6rem;line-height:120%;font-weight:400}.content-text p,.content-text ul,.content-text ol{text-wrap:pretty}.content-text p:not(:last-child),.content-text ul:not(:last-child),.content-text ol:not(:last-child){margin-bottom:1em}.content-text b,.content-text strong{font-weight:600}.content-text-big h1,.content-text-big h2,.content-text-big h3,.content-text-big h4{margin-bottom:.7em}.content-text-big ul{display:block;list-style-type:"- ";padding-left:1rem}.content-text-big ul li{margin-bottom:.4rem}.content-text-big ul li ul{margin-top:.4rem}.content-text-big ul li::marker{margin-right:.5rem}.content-text-big ol{counter-reset:item;padding-left:1.5rem}.content-text-big ol li{margin-bottom:.4rem}.content-text-big ol li ol{padding-left:3.1rem;margin-top:.4rem}.content-text-big ol>li{counter-increment:item}.content-text-big ol ol>li{display:block}.content-text-big ol ol>li:before{content:counters(item, ".") ". ";margin-left:-3.1rem}.content-text-big ol ol ol>li:before{content:counters(item, ".") ". ";margin-left:-4.5rem}.content-text-big a{color:#fd4408;-webkit-text-decoration:none;text-decoration:none}.content-text-big a::before{content:"";display:inline-block;color:#fd4408;width:1rem;height:1rem;background-color:#fd4408;-webkit-mask:url(/assets/dist/2dae199f9b603a97ce37.svg) no-repeat center;mask:url(/assets/dist/2dae199f9b603a97ce37.svg) no-repeat center;-webkit-mask-size:cover;mask-size:cover;flex-shrink:0;margin-right:1.2rem}.content-text-big a:hover::before{transition:background 0.3s ease-in-out;transition:background var(--color-change-animation-time) ease-in-out;background-color:#160101}.content-text-big a:hover{transition:color 0.3s ease-in-out;transition:color var(--color-change-animation-time) ease-in-out;color:#160101}.content-text-big a[href^=tel]::before,.content-text-big a[href^=mailto]::before{content:none}.content-text-big p:not(:last-child),.content-text-big ul:not(:last-child),.content-text-big ol:not(:last-child){margin-bottom:.5em}.content-text-big a::before{width:.6em;height:.6em;margin-right:1.8rem}.content-text-big b,.content-text-big strong{font-weight:600}.content-text-big ul{padding-left:.7em}.content-text-big ol{padding-left:1em}.content-text-big ol li ol{padding-left:.7em}.content-text-big ol li ol li ol{padding-left:1.8em}.page__title{margin:19rem 0 4.5rem}.button{font-family:"Aeonik Medium","Adjusted Arial Fallback Medium",sans-serif;font-size:1.3rem;line-height:110%;font-weight:500;letter-spacing:4%}@media(hover: none)and (pointer: coarse){.button{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}.button{cursor:pointer;display:inline-block;padding:5.3rem 4.3rem 5.3rem 4.3rem;text-transform:uppercase;border-radius:6rem;-webkit-text-decoration:none;text-decoration:none;color:#fff;position:relative;overflow:hidden;z-index:1;background:linear-gradient(205deg, #fd4408 25%, #fe85ab)}.button--orange{background:#fd4408;padding:.8rem 1.1rem .6rem;border-radius:1.8rem;align-self:center}.button--white-border{border:1px solid #fff;padding:5.2rem 4.3rem 5rem 4.3rem;background:rgba(0,0,0,0)}.button--round{padding:5.2rem 0 5rem 0;border-radius:100%;width:12rem;text-align:center;background:rgba(0,0,0,0)}.button--gradient-border{border:none;background:linear-gradient(205deg, #fd4408 25%, #fe85ab);color:#fd4408;position:relative;z-index:10}.button--gradient-border::after{content:"";position:absolute;background:#fff;top:1px;right:1px;bottom:1px;left:1px;opacity:1;z-index:-1;border-radius:6rem}.button--gradient-border:hover{color:#fff;border:#fd4408}.button--gradient-border:hover::after{opacity:0}.button::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#160101;opacity:0;transition:opacity 0.3s ease-in-out;transition:opacity var(--color-change-animation-time) ease-in-out;border-radius:inherit;z-index:-1}.button--white-border::before,.button--round::before{background:linear-gradient(205deg, #fd4408 25%, #fe85ab)}.button--white-border:hover,.button--round:hover{border-color:rgba(0,0,0,0)}.button:hover:before{opacity:1}a.button[href^=http]:not([href*="dezfulian.test"])::after{content:none}a.footer__external-link[href^=http]:not([href*="dezfulian.test"])::before{content:"";display:inline-block;color:#fd4408;height:2.2rem;width:2.3rem;background-color:#fd4408;-webkit-mask:url(/assets/dist/2dae199f9b603a97ce37.svg) no-repeat center;mask:url(/assets/dist/2dae199f9b603a97ce37.svg) no-repeat center;-webkit-mask-size:cover;mask-size:cover;flex-shrink:0;margin-right:1.7rem}a.footer__external-link[href^=http]:not([href*="dezfulian.test"]):hover::before{transition:background 0.3s ease-in-out;transition:background var(--color-change-animation-time) ease-in-out;background-color:#160101}a.button--with-icon[href^=http]:not([href*="dezfulian.test"])::after{content:"";background-image:url(/assets/dist/2dae199f9b603a97ce37.svg);background-size:100% 100%;background-position:center;display:inline-block;width:1rem;height:1rem;transform:translateX(0.5rem);margin-right:.5rem}.block-header-video{position:relative;margin-bottom:11.1rem}@media only screen and (min-width: 50em){.block-header-video{margin-bottom:5.5rem}}.block-header-video__video{position:relative;width:100%;height:100dvh;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 50em){.block-header-video__video--desktop{display:none}}.block-header-video__video--mobile{display:none}@media only screen and (min-width: 50em){.block-header-video__video--mobile{display:block}}.block-header-video__placeholder{display:block;width:100%;height:100dvh}@media only screen and (min-width: 50em){.block-header-video__placeholder{display:none}}.block-header-video__placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block-header-video__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.block-header-video__title{position:absolute;bottom:6.6rem;left:1.7rem;width:calc(100% - 3.4rem);color:#fff}@media only screen and (min-width: 50em){.block-header-video__title{width:calc(100% - 6rem);bottom:2.7rem;left:3rem}}.block-header-video__subtitle{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:1.4rem;line-height:110%;font-weight:400;letter-spacing:4%}.block-header-video__subtitle{position:absolute;text-transform:uppercase;text-align:justify;bottom:50%;left:3.2rem;transform:translateY(50%);width:calc(100% - 6.4rem);color:#fff}.block-header-video__subtitle::after{content:"";display:inline-block;width:100%}@media only screen and (min-width: 50em){.block-header-video__subtitle{width:calc(100% - 6rem);left:3rem}}.block-accordion{margin-bottom:6rem}@media only screen and (min-width: 50em){.block-accordion{margin-bottom:8rem}}.block-accordion__wrapper{scroll-margin-top:8rem}.block-accordion__content-wrapper{display:flex;flex-flow:column nowrap}@media only screen and (min-width: 50em){.block-accordion__content-wrapper{flex-flow:row nowrap;gap:2rem}}.block-accordion__text-wrapper{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:3.2rem;line-height:100%;font-weight:400}.block-accordion__text-wrapper{display:flex;flex-flow:column nowrap;hyphens:auto;width:100%}@media only screen and (min-width: 50em){.block-accordion__text-wrapper{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:4.2rem;line-height:100%;font-weight:400}.block-accordion__text-wrapper{width:50%}}.block-accordion__text{margin-bottom:3rem}@media only screen and (min-width: 50em){.block-accordion__text{margin-bottom:0}}.block-accordion__button-wrapper{margin-top:auto;width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:flex-end}.block-accordion__button-wrapper--mobile{margin-top:6rem}.block-accordion__button-wrapper--mobile a{width:100%;text-align:center}@media only screen and (min-width: 50em){.block-accordion__button-wrapper--mobile{display:none;margin-top:0}}.block-accordion__button-wrapper--desktop{display:none}@media only screen and (min-width: 50em){.block-accordion__button-wrapper--desktop{display:flex}}.block-accordion__item-wrapper{width:100%}@media only screen and (min-width: 50em){.block-accordion__item-wrapper{width:50%}}@media only screen and (min-width: 50em){.block-accordion__item-wrapper--left{order:-1}}@media(hover: none)and (pointer: coarse){.block-accordion__item{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.block-accordion__item .block-accordion__trigger:active{color:#160101}.block-accordion__item .block-accordion__trigger:active .block-accordion__icon{background-color:#160101}.block-accordion__item .block-accordion__trigger:active~.block-accordion__item-text{color:#160101}}.block-accordion__item{border-top:1px solid #fd4408}.block-accordion__item:last-child{border-bottom:1px solid #fd4408}.block-accordion__item button{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:3.2rem;line-height:100%;font-weight:400}.block-accordion__item button{cursor:pointer;display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:2rem 0 1.7rem;hyphens:auto;text-align:left;width:100%;background:none;color:#fd4408;border:none;word-break:normal;word-wrap:break-word;transition:color 0.3s ease-in-out;transition:color var(--color-change-animation-time) ease-in-out}@media(hover: hover)and (pointer: fine){.block-accordion__item:hover .block-accordion__item-text,.block-accordion__item:hover button{color:#160101}.block-accordion__item:hover .block-accordion__icon{background-color:#160101}}.block-accordion__icon{display:inline-block;color:#fd4408;width:2rem;height:2.1rem;background-color:#fd4408;-webkit-mask:url(/assets/dist/5d34a46a4635dc4d4d7a.svg) no-repeat center;mask:url(/assets/dist/5d34a46a4635dc4d4d7a.svg) no-repeat center;-webkit-mask-size:cover;mask-size:cover;flex-shrink:0;margin-top:.6rem;transition:transform 0.3s ease-in-out, background-color 0.3s ease-in-out;transition:transform var(--color-change-animation-time) ease-in-out, background-color var(--color-change-animation-time) ease-in-out}.block-accordion__trigger[aria-expanded=true] .block-accordion__icon{transform:rotate(180deg)}.block-accordion__trigger[aria-expanded=true]~.block-accordion__item-text{grid-template-rows:1fr}.block-accordion__trigger[aria-expanded=true]~.block-accordion__item-text .block-accordion__item-text--inner{margin-bottom:2rem;visibility:visible;opacity:1}.block-accordion__trigger-static{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:3.2rem;line-height:100%;font-weight:400}.block-accordion__trigger-static{display:flex;padding:2rem 0 1.7rem;hyphens:auto;text-align:left;width:100%;color:#fd4408;word-break:normal;word-wrap:break-word}.block-accordion__item-text{display:grid;grid-template-rows:0fr;overflow:hidden;color:#fd4408;transition:color 0.3s ease-in-out, 0.3s grid-template-rows ease-in-out;transition:color var(--color-change-animation-time) ease-in-out, var(--color-change-animation-time) grid-template-rows ease-in-out}.block-accordion__item-text--inner{min-height:0;visibility:hidden;opacity:0;transition:visibility 0.3s ease-in-out, margin-bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;transition:visibility var(--color-change-animation-time) ease-in-out, margin-bottom var(--color-change-animation-time) ease-in-out, opacity var(--color-change-animation-time) ease-in-out;margin-bottom:0}.block-accordion__item-text-open{margin-bottom:2rem}@media only screen and (min-width: 50em){.block-text{max-width:74.5rem}}@media only screen and (min-width: 75em){.block-text{max-width:90.9rem}}.block-text__wrapper{margin-bottom:11.7rem;scroll-margin-top:8rem}@media only screen and (min-width: 50em){.block-text__wrapper{scroll-margin-top:3rem}}@media only screen and (min-width: 50em){.block-text__wrapper--70{margin-bottom:7rem}}@media only screen and (min-width: 50em){.block-text__wrapper--180{margin-bottom:18rem}}@media only screen and (min-width: 50em){.block-text__wrapper--240{margin-bottom:24rem}}@media only screen and (min-width: 50em){.block-text__wrapper--400{margin-bottom:40rem}}.block-text__content-wrapper{display:flex;flex-flow:row nowrap}.block-text__content-wrapper--right{justify-content:flex-end}.block-text__title{margin-bottom:3.2rem}.block-text__description{width:100%}.block-images{display:flex;flex-flow:column nowrap}@media only screen and (min-width: 50em){.block-images{flex-flow:row nowrap;align-items:flex-end;justify-content:space-between;-moz-column-gap:3rem;column-gap:3rem}}@media only screen and (min-width: 75em){.block-images{align-items:stretch}}.block-images__wrapper{margin-bottom:7rem;scroll-margin-top:8rem}@media only screen and (min-width: 50em){.block-images__wrapper{margin-bottom:6rem;scroll-margin-top:3rem}}.block-images__text-wrapper--mobile{display:block}@media only screen and (min-width: 64em){.block-images__text-wrapper--mobile{display:none}}.block-images__text-wrapper--desktop{display:none}@media only screen and (min-width: 64em){.block-images__text-wrapper--desktop{display:block;margin-bottom:3rem}}@media only screen and (min-width: 75em){.block-images__text-wrapper--desktop{margin-bottom:auto}}.block-images__title{margin-bottom:4.1rem}@media only screen and (min-width: 50em){.block-images__title{margin-bottom:2.3rem}}.block-images__description{margin-bottom:6.5rem}@media only screen and (min-width: 50em){.block-images__description{margin-bottom:0}}.block-images__img-wrapper--big{width:100%;margin-bottom:4.5rem}@media only screen and (min-width: 50em){.block-images__img-wrapper--big{margin-bottom:0}}@media only screen and (min-width: 75em){.block-images__img-wrapper--big{margin-top:auto;max-width:67.6rem}}@media only screen and (min-width: 120.0625em){.block-images__img-wrapper--big{max-width:91.8rem}}.block-images__img-wrapper--small{width:100%}.block-images__img-wrapper--small figure{margin-top:auto}@media only screen and (min-width: 64em){.block-images__img-wrapper--small{display:flex;flex-flow:column nowrap}}@media only screen and (min-width: 75em){.block-images__img-wrapper--small{max-width:44.3rem}}@media only screen and (min-width: 120.0625em){.block-images__img-wrapper--small{max-width:60rem}}.block-images__img{position:relative}.block-images__img img{width:100%;aspect-ratio:4/5;height:auto;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 50em){.block-images__img img{aspect-ratio:3/4}}.block-images__img-overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgba(22, 1, 1, 0.3) 0%, transparent 30%, transparent 100%);z-index:2}.block-images__img-caption{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:1.3rem;line-height:120%;font-weight:400}.block-images__img-caption{position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem;color:#fff;z-index:3}@media only screen and (min-width: 50em){.block-images__img-caption{bottom:1rem;left:1rem;right:1rem}}@media only screen and (min-width: 64em){.block-images__img-caption{bottom:2.5rem;left:2.5rem;right:2.5rem}}.block-parallax{position:relative;height:100%;width:100%;display:flex;flex-flow:column-reverse nowrap;justify-content:center;gap:3.3rem}.block-parallax--with-icons{flex-flow:column nowrap}.block-parallax:has(.block-parallax__description--bottom-left){gap:0}@media only screen and (min-width: 50em){.block-parallax{flex-flow:column nowrap}}.block-parallax__wrapper{position:relative;height:100vh;overflow:hidden}.block-parallax__wrapper--60{margin-bottom:6rem}.block-parallax__wrapper--120{margin-bottom:12rem}@media only screen and (min-width: 50em){.block-parallax__wrapper--120{margin-bottom:6rem}}.block-parallax__titles{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:5.5rem;line-height:100%;letter-spacing:0%;font-weight:400}@media only screen and (min-width: 50em){.block-parallax__titles{font-size:7.8rem}}.block-parallax__titles{position:relative;display:flex;flex-flow:column nowrap;justify-content:space-between;z-index:2;color:#fff;text-transform:uppercase;height:100%;width:100%;padding:1.7rem 1.7rem 2rem}@media only screen and (min-width: 50em){.block-parallax__titles{display:grid;grid-template-areas:"top-left top-center top-right" "mid-left mid-center mid-right" "bot-left bot-center bot-right";position:absolute;padding:0;top:3rem;right:3rem;bottom:3rem;left:3rem;height:auto;width:auto}}.block-parallax__titles span:nth-child(1){grid-area:top-left}.block-parallax__titles span:nth-child(2){grid-area:mid-center;text-align:center;align-self:center}.block-parallax__titles span:nth-child(3){grid-area:bot-right;text-align:right;align-self:end}.block-parallax__headline,.block-parallax__subtitle,.block-parallax__description{font-family:"Aeonik Regular","Adjusted Arial Fallback Regular",monospace;font-size:1.6rem;line-height:120%;font-weight:400}.block-parallax__headline,.block-parallax__subtitle,.block-parallax__description{position:relative;z-index:2;color:#fff;max-width:91rem;display:grid;align-items:center;justify-items:center;place-items:center;margin:0 auto;text-align:center}.block-parallax__description{padding:0 2rem}@media only screen and (min-width: 50em){.block-parallax__description{padding:0}}.block-parallax__description--bottom-left{text-align:left;padding:0 1.7rem 2.7rem 1.7rem}@media only screen and (min-width: 50em){.block-parallax__description--bottom-left{position:absolute;bottom:3rem;left:3rem;max-width:44rem;text-align:left;padding:0}}.block-parallax__icon{position:absolute;z-index:2}.block-parallax__icon--top-left{top:1.7rem;left:1.7rem}@media only screen and (min-width: 50em){.block-parallax__icon--top-left{top:3rem;left:3rem}}.block-parallax__icon--top-right{top:1.7rem;right:1.7rem}@media only screen and (min-width: 50em){.block-parallax__icon--top-right{top:3rem;right:3rem}}.block-parallax__icon--bottom-left{bottom:1.7rem;left:1.7rem}@media only screen and (min-width: 50em){.block-parallax__icon--bottom-left{bottom:3rem;left:3rem}}.block-parallax__icon--bottom-right{bottom:1.7rem;right:1.7rem}@media only screen and (min-width: 50em){.block-parallax__icon--bottom-right{bottom:3rem;right:3rem}}.block-parallax__image{position:absolute;top:0;left:0;width:100%;height:145%}.block-parallax img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
