@font-face { font-family: 'Armin Soft'; font-weight: 400; src: url("/assets/fonts/ArminSoft-Regular.woff2") format("woff2"), url("/assets/fonts/ArminSoft-Regular.woff") format("woff"); }

@font-face { font-family: 'Armin Soft'; font-weight: 300; src: url("/assets/fonts/ArminSoft-Normal.woff2") format("woff2"), url("/assets/fonts/ArminSoft-Normal.woff") format("woff"); }

@font-face { font-family: 'Armin Soft'; font-weight: 500; src: url("/assets/fonts/ArminSoft-SemiBold.woff2") format("woff2"), url("/assets/fonts/ArminSoft-SemiBold.woff") format("woff"); }

/*! Hamburgers @description Tasty CSS-animated hamburgers @author Jonathan Suh @jonsuh @site https://jonsuh.com/hamburgers @link https://github.com/jonsuh/hamburgers */
/* Base */
.hamburger { padding: 8vw 8vw; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; outline: none; }

.hamburger:hover { opacity: 0.7; }

.hamburger-box { width: 40px; height: 28px; display: inline-block; position: relative; }

.hamburger-inner { display: block; top: 50%; margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 40px; height: 4px; background-color: #fff; border-radius: 0; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }

.hamburger-inner::before { top: -12px; }

.hamburger-inner::after { bottom: -12px; }

/* Hamburger types */
/*
hamburger--3dx-r
hamburger--3dx
hamburger--3dy-r
hamburger--3dy
hamburger--arrow-r
hamburger--arrow
hamburger--arrowalt-r
hamburger--arrowalt
hamburger--boring
hamburger--collapse-r
hamburger--collapse
hamburger--elastic-r
hamburger--elastic
hamburger--emphatic-r
hamburger--emphatic
hamburger--slider-r
hamburger--slider
hamburger--spin-r
hamburger--spin
hamburger--spring-r
hamburger--spring
hamburger--squeeze
hamburger--stand-r
hamburger--stand
hamburger--vortex-r
hamburger--vortex
*/
.m-site-wrapper > header { color: white; height: 70vh; position: relative; padding-top: 1px; display: flex; flex-direction: column; justify-content: center; padding: 5vw; background: #2d0037; }

.m-site-wrapper > header h1 { position: relative; font-weight: 500; }

.m-site-wrapper > header p { position: relative; width: 50%; max-width: 900px; }

@media (max-width: 480px) { .m-site-wrapper > header p { width: 100%; } }

.m-site-wrapper > header h1 { font-size: calc(3rem + 5vw); line-height: 1.1; position: relative; margin-bottom: 1vw; }

.m-site-wrapper > .header--home h1 { font-size: calc(1.8rem + 3vw); max-width: 80%; }

@media (max-width: 480px) { .m-site-wrapper > .header--home h1 { max-width: none; } }

.m-site-wrapper > header h1 span { display: inline-block; position: relative; }

.m-site-wrapper > header h1 span:after { content: ""; background: #F5CC00; position: absolute; width: calc(100% + 40px); height: calc(100% + 40px); margin: -20px; display: block; top: 0; left: 0; transform-origin: right; transform: scaleX(0); }

@keyframes pinkdraw { 0% { transform: scaleX(0);
    transform-origin: top left; }
  50% { transform-origin: top left;
    transform: scaleX(1); }
  50.001% { transform-origin: top right;
    transform: scaleX(1); }
  100% { transform: scaleX(0); } }

@keyframes pinkdrawText { 0% { color: rgba(255, 255, 255, 0); }
  50% { color: rgba(255, 255, 255, 0); }
  50.001% { color: white; }
  100% { color: white; } }

/* @keyframes exposeHeaderText { 0% { color: rgba(255, 255, 255, 0.2); clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); } 75% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } 75.001% { color: rgba(255, 255, 255, 0.2) } 100% { color: rgba(255, 255, 255, 1) } } */
@keyframes exposeHeaderText { 0% { opacity: 0.2;
    clip-path: polygon(0% 0%, 0% 0%, 0% 105%, 0% 105%); }
  40% { clip-path: polygon(0% 0%, 100% 0%, 100% 105%, 0% 105%);
    opacity: 0.2; }
  100% { opacity: 1; } }

.m-site-wrapper > header h1.is-hidden { opacity: 0; transform: none; transition: none; }

.m-site-wrapper > header h1.is-visible span { animation: exposeHeaderText 1.2s 0.5s both ease-out; opacity: 1; transition: none; }

/*.m-site-wrapper > header h1.is-visible span:after { animation:pinkdraw 1s forwards; }*/
.m-site-wrapper > header h1.is-observed { transition: all 0.5s 0.2s ease-out; }

.m-site-wrapper > header img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }

.m-site-wrapper > .header--video img { display: none; }

.m-site-wrapper > .header video { display: none; }

.m-site-wrapper > .header--video video { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; display: block; }

.m-site-wrapper > header:after { display:none; border-radius: 100px; padding: 1.3vw; width: calc(2rem + 2vw); height: calc(2rem + 2vw); content: ""; color: white; box-sizing: border-box; text-align: center; position: absolute; bottom: 5vw; background: #e164c8 url(/assets/images/arrow-white-down.svg) center/calc(0.5rem + 0.5vw) no-repeat; }

/* Site footer */
.m-site-wrapper > footer { padding: 10vw; color: white; background: #1a011f; display: flex; flex-wrap: wrap; }

@media (max-width: 1150px) { .m-site-wrapper > footer { padding: 8vw; } }

@media (max-width: 767px) { .m-site-wrapper > footer { padding: 12vw 8vw; } }

.m-site-wrapper > footer .logo img { width: 14vw; }

@media (max-width: 767px) { .m-site-wrapper > footer .logo img { width: 31vw; } }

.m-site-wrapper > footer .outro-text { flex: 0 0 100%; }

.m-site-wrapper > footer .outro-text h3 { font-size: calc(0rem + 2.8vw); line-height: 1.35; }

.m-site-wrapper > footer .email-signup, .m-site-wrapper > footer .contact-us { padding: 0vw 0 0; flex: 0 0 50%; }

@media (max-width: 1150px) { .m-site-wrapper > footer .email-signup, .m-site-wrapper > footer .contact-us { padding: 5vw 0 0; flex: 0 0 100%; } }

.m-site-wrapper > footer .email-signup p { font-size: calc(0.6rem + 0.5vw); }

.m-site-wrapper > footer .email-signup h4, .m-site-wrapper > footer .contact-us h4 { font-size: calc(0.5em + 0.4vw); text-transform: uppercase; font-weight: 400; letter-spacing: 1px; opacity: 0.5; }

.m-site-wrapper > footer .email-signup h4 { margin-bottom: 2rem; }

@media (max-width: 1150px) { .m-site-wrapper > footer .email-signup h4 { margin-bottom: 1.6rem; } }

@media (max-width: 767px) { .m-site-wrapper > footer .email-signup h4 { margin-bottom: 1.2rem; } }

.m-site-wrapper > footer .email-signup form { display: flex; }

.m-site-wrapper > footer .email-signup input[type='submit'] { margin-left: 0; }

.m-site-wrapper > footer .contact-us a { color: #F5CC00; font-size: calc(0.7rem + 1.4vw); text-decoration: none; display: block; margin-bottom: 2.1rem; }

.m-site-wrapper > footer .contact-us ul { list-style: none; padding: 0; display: flex; margin-bottom: 0; }

.m-site-wrapper > footer .contact-us ul a { background: #2d0037; border-radius: 100px; width: calc(2rem + 2vw); height: calc(2rem + 2vw); margin-right: 1rem; display: flex; justify-content: center; align-items: center; transition: all .2s; }

.m-site-wrapper > footer .contact-us ul a:hover { background: #420051; }

.m-site-wrapper > footer .contact-us img { width: calc(1rem + 0.9vw); height: calc(1rem + 0.9vw); max-height: 100%; }

.m-site-wrapper > footer .contact-us span { display: none; }

.hamburger-wrap { z-index: 500; position: fixed; display: none; z-index: 1000; }

@media (max-width: 767px) { .hamburger-wrap { display: block !important; top: 0; right: 0; transform: scale(0.7); transform-origin: top right; } }

.hamburger-wrap .hamburger .hamburger-inner { transition-duration: 0.075s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-wrap .hamburger .hamburger-inner::before { transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger-wrap .hamburger .hamburger-inner::after { transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-wrap .hamburger.is-active .hamburger-inner { transform: rotate(45deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger-wrap .hamburger.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger-wrap .hamburger.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger-wrap .hamburger:after { content: none; }

.hamburger-wrap:after { content: ""; width: 100%; height: 100%; background: rgba(45, 0, 55, 0.2); pointer-events: none; filter: blur(35px); position: absolute; top: 0; left: 0; z-index: -1; }

nav { position: absolute; color: white; padding: 30px 5vw; text-align: right; width: 100%; z-index: 1; display: flex; align-items: center; }

@media (max-width: 767px) { nav { flex-wrap: wrap; display: none; } }

nav .logo { margin-right: auto; flex: 0 0 auto; }

nav .logo img { width: 12vw; }

@media (max-width: 1150px) { nav .logo img { width: 16vw; } }

nav .logo a:hover:after { content: none; }

nav .logo a { display: block; padding: 0; margin: 0; }

nav .logo a img { transform: translate3d(0, 0, 0); transition: all .2s; }

nav .logo a:hover img { transform: translate3d(0.3em, 0, 0); }

nav .menu { line-height: 2.2; }

@media (max-width: 767px) { nav .menu { max-width: none; margin-top: 5vw; } }

nav a { color: white; text-decoration: none; padding: 0.6em; margin-left: 0.2rem; font-weight: 400; position: relative; transition: all .2s; white-space: nowrap; display: inline-block; line-height: 1; font-size: calc(1rem + 0.5vw); }

@media (max-width: 1150px) { nav a { font-size: calc(0.7rem + 0.7vw); } }

@media (max-width: 767px) { nav a { font-size: calc(1rem + 1vw); padding-left: 5vw; padding-right: 0.4rem; margin-left: -5vw; } }

nav a:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; transform-origin: top left; transform: scaleX(0); transition: all .4s; opacity: 0; will-change: transform; }

nav a:hover:after { transform: scaleX(1); opacity: 1; }

nav a.active { background: white; color: #2d0037; }

nav a:nth-of-type(5n+1):after { background: #FF456B; }

nav a:nth-of-type(5n+2):hover { color: #2d0037; }

nav a:nth-of-type(5n+2):after { background: #F5CC00; }

nav a:nth-of-type(5n+3):after { background: #e164c8; }

nav a:nth-of-type(5n+4):hover { color: #2d0037; }

nav a:nth-of-type(5n+4):after { background: #3cdfb4; }

nav a:nth-of-type(5n+5):after { background: #3666f2; }

.fixed-header { width: 100%; position: fixed; z-index: 1000; top: 0; left: 0; background: #2d0037; transition: all .2s; transform: translate(0, -100%); box-shadow: 0 1.7px 0 rgba(255, 255, 255, 0.1); }

@media (max-width: 767px) { .fixed-header { display: flex; position: fixed; height: 100%; background: rgba(45, 0, 55, 0.9); font-size: 6vw; top: 0; transform: translate(-100%, 0); } }

.fixed-header.is-showing { transform: translate(0, 0); }

.fixed-header.is-tucked { transform: translate(0, -100%); }

.fixed-header nav { position: relative; padding: 1.5vw 5vw; }

@media (max-width: 767px) { .fixed-header nav { display: flex; flex-direction: column; text-align: left; align-items: flex-start; padding: 5.5vw 5vw; } }

@media (max-width: 767px) { .fixed-header nav a { display: block; } }

.fixed-header nav .logo a img { width: 8vw; }

@media (max-width: 1150px) { .fixed-header nav .logo a img { width: 12vw; } }

@media (max-width: 767px) { .fixed-header nav .logo a img { width: 31vw; } }

.plan-graphic .steps, .plan-graphic .pillars ul { display: flex; list-style: none; padding: 0; margin-right: -5.4vw; justify-content: space-between; margin: 0 -7vw; }

@media (max-width: 1150px) { .plan-graphic .steps, .plan-graphic .pillars ul { margin: 0 -5vw; } }

@media (max-width: 767px) { .plan-graphic .steps, .plan-graphic .pillars ul { flex-direction: column; margin: 0; } }

.plan-graphic .steps li, .plan-graphic .pillars ul li { flex: 1 1 0px; position: relative; color: white; border-radius: 1000px; padding: 1.6vw; margin: 1.5vw; text-align: center; }

@media (max-width: 1150px) { .plan-graphic .steps li, .plan-graphic .pillars ul li { border-radius: 20px; margin: 0 2vw 2vw 2vw; text-align: left; } }

@media (max-width: 767px) { .plan-graphic .steps li, .plan-graphic .pillars ul li { text-align: center; padding: 3.2vw; margin: 0 0 8vw 0; border-radius: 100px; } }

.plan-graphic .steps li:nth-child(1) { background: #3666f2; }

.plan-graphic .steps li:nth-child(2) { background: #F5CC00; color: #2d0037; }

.plan-graphic .steps li:nth-child(3) { background: #e164c8; }

.plan-graphic .steps li:nth-child(4) { background: #FF456B; }

.plan-graphic .steps li:nth-child(5) { background: #3cdfb4; color: #2d0037; }

.plan-graphic .steps li:after { content: ""; width: 1.2em; height: 0.8em; margin-left: 0.5em; display: inline-block; background: url(/assets/images/arrow-white.svg) center/contain no-repeat; position: absolute; top: 50%; right: -2.1vw; transform: translate(0, -50%); }

@media (max-width: 1150px) { .plan-graphic .steps li:after { right: -3.1vw; } }

@media (max-width: 1150px) { .plan-graphic .steps li:after { content: none; } }

.plan-graphic .steps li:last-child:after { content: none; }

.plan-graphic .steps li:before, .plan-graphic .pillars ul li:before { content: ""; width: 0.8em; height: 1.6em; display: inline-block; background: url(/assets/images/arrow-white-up-down.svg) center/contain no-repeat; position: absolute; bottom: -4.1vw; left: 50%; transform: translate(-50%, 0); }

@media (max-width: 1150px) { .plan-graphic .steps li:before, .plan-graphic .pillars ul li:before { bottom: -4.9vw; } }

@media (max-width: 767px) { .plan-graphic .steps li:before, .plan-graphic .pillars ul li:before { background: url(/assets/images/arrow-white-down.svg) center/contain no-repeat; height: 4vw; bottom: -6.2vw; } }

.plan-graphic .pillars ul li:before { bottom: auto; background: url(/assets/images/arrow-white-down.svg) center/contain no-repeat; top: -3.8vw; }

@media (max-width: 1150px) { .plan-graphic .pillars ul li:before { top: -4vw; } }

@media (max-width: 767px) { .plan-graphic .pillars ul li:before { top: -6.1vw; } }

@media (max-width: 767px) { .plan-graphic .pillars ul li:nth-child(n+2):before { display: none; } }

.plan-graphic .steps li > div, .plan-graphic .pillars ul li > div { width: 100%; padding-bottom: 100%; display: block; }

@media (max-width: 1150px) { .plan-graphic .steps li > div, .plan-graphic .pillars ul li > div { padding-bottom: 0; } }

.plan-graphic .steps li > div > span, .plan-graphic .pillars ul li > div > span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; justify-content: center; padding: 1vw; }

@media (max-width: 1150px) { .plan-graphic .steps li > div > span, .plan-graphic .pillars ul li > div > span { position: static; padding: 0; } }

.plan-graphic .steps h4, .plan-graphic .pillars ul h4 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; font-size: calc(0.7rem + 1.4vw); font-weight: 400; margin: 0; margin-top: -1vw; padding-top: 1.1em; line-height: 1.2; }

@media (max-width: 1150px) { .plan-graphic .steps h4, .plan-graphic .pillars ul h4 { padding-top: 0; margin-top: 0.1vw; } }

.plan-graphic .steps p { font-size: calc(0.6rem + 0.5vw); line-height: 1.4; }

@media (max-width: 1150px) { .plan-graphic .steps p { margin-bottom: 0; margin-top: 0.5em; } }

.plan-graphic .adapt { margin: 5vw auto; padding: 2vw 2vw; position: relative; display: block; text-align: center; border-radius: 19px; background: rgba(245, 204, 0, 0.3); background: rgba(255, 255, 255, 0.1); color: white; }

@media (max-width: 1150px) { .plan-graphic .adapt { border-radius: 20px; } }

@media (max-width: 767px) { .plan-graphic .adapt { margin: 0 0 8vw 0; } }

.plan-graphic .adapt:before { border: 3px solid rgba(245, 204, 0, 0.2); border-top: 0; display: block; height: 1.2vw; margin-bottom: 4vw; }

.plan-graphic .adapt h4 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; font-weight: 400; margin: 0; margin-left: auto; margin-right: auto; max-width: 45vw; }

@media (max-width: 1150px) { .plan-graphic .adapt h4 { max-width: 50vw; } }

.plan-graphic .adapt p { font-size: calc(0.6rem + 0.5vw); margin-left: auto; margin-right: auto; max-width: 34vw; margin-bottom: 0.3em; }

@media (max-width: 1150px) { .plan-graphic .adapt p { max-width: 50vw; margin-bottom: 0; } }

.plan-graphic .pillars ul { width: 70.5%; margin: 0 auto; }

@media (max-width: 767px) { .plan-graphic .pillars ul { width: auto; margin-bottom: 8vw; } }

.plan-graphic .pillars ul li { background: white; color: #2d0037; margin-bottom: 8vw; }

@media (max-width: 767px) { .plan-graphic .pillars ul li { margin-bottom: 2vw; } }

.plan-graphic .pillars ul li h4 { margin-top: 0; padding-top: 0; }

.plan-graphic .pillars article { margin-left: auto; margin-top: 0; margin-bottom: 8vw; }

/* Nested list */
.nested-list ul { list-style: none; padding: 0; }

.nested-list > ul > li h3 { margin-top: 0; margin-bottom: 2vw; }

@media (max-width: 1150px) { .nested-list > ul > li h3 { margin-top: 0.4em; } }

@media (max-width: 480px) { .nested-list > ul > li h3 { margin-bottom: 0.4em; margin-top: 0.7em; } }

.nested-list > ul > li { display: flex; justify-content: space-between; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 3vw; }

@media (max-width: 767px) { .nested-list > ul > li { padding-top: 8vw; flex-direction: column; } }

.nested-list.purple > ul > li { border-top: 1px solid rgba(255, 255, 255, 0.2); }

.nested-list > ul > li:before { content: none; }

.nested-list > ul > li + li { margin-top: 3vw; }

.nested-list > ul > li > * { flex: 0 0 calc(50% - (7vw / 2)); }

@media (max-width: 1150px) { .nested-list > ul > li > * { flex: 0 0 calc(50% - (5vw / 2)); } }

@media (max-width: 767px) { .nested-list > ul > li > * { flex: 0 0 100%; } }

.nested-list > ul ul { margin-top: 0.8rem; }

.nested-list > ul > li ul li + li { margin-top: 2.4vw; }

@media (max-width: 480px) { .nested-list > ul > li ul li + li { margin-top: 1.5rem; } }

.nested-list > ul > li ul li:before { content: ""; width: 1.1em; float: left; margin-left: -2.2em; margin-right: 0.5rem; margin-top: 0.7em; border-top: 0.15em solid; transform: rotate(0); }

.nested-list article { margin-top: 0; column-count: auto; column-width: auto; }

.nested-list .image { display: flex; }

@media (max-width: 767px) { .nested-list .image { max-height: 34vw; } }

.nested-list .image-icon img { padding: 2vw 10vw; opacity: 0.4; }

.big-image-link { position: relative; background: #2d0037; color: white; }

.big-image-link a { text-decoration: none; }

.big-image-link a > * { position: relative; }

.big-image-link h3 { margin: 2vw 0; }

@media (max-width: 480px) { .big-image-link h3 { max-width: none; } }

.big-image-link img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }

.big-image-link p { width: 70%; }

@media (max-width: 480px) { .big-image-link p { width: auto; } }

.big-image-link button { margin-top: 3vw; }

.partners-list { background: #F4F1F4; }

.partners-list h3 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; max-width: none; margin-top: 5vw; margin-bottom: 3vw; }

.partners-list ul { display: flex; flex-wrap: wrap; align-items: stretch; list-style: none; padding: 0; margin-left: -1px; margin-right: -1px; }

.partners-list ul li { flex: 0 0 calc(33.333333%); padding: 5vw; display: flex; align-items: center; background: white; border: 1px solid #F4F1F4; aspect-ratio: 1/1; }

@media (max-width: 767px) { .partners-list ul li { flex: 0 0 50%; } }

.partners-list ul li a { display: block; width: 100%; }

.partners-list ul li img { width: 100%; mix-blend-mode: multiply; }

.partners-list figure { margin-top: 10vw; }

/* Personnel list */

.personnel-list ul { padding: 0; list-style: none; border-top: 1px solid rgba(45, 0, 55, 0.1); padding-top: 4vw; }

.personnel-list ul:last-child { margin-bottom: -5vw; }

.personnel-list li { margin-bottom: 2vw; position: relative; display: flex; justify-content: space-between; align-items: flex-start; }

@media (max-width: 767px) { .personnel-list li { flex: 0 0 100%; display: block; margin-bottom: 12vw; } }

.personnel-list .image { flex: 0 0 calc(50% - 7vw / 2); padding-bottom: calc(50% - 7vw / 2); position: relative; }

@media (max-width: 1150px) { .personnel-list .image { flex: 0 0 calc(50% - 5vw / 2); } }

@media (max-width: 767px) { .personnel-list .image { padding-bottom: 80%; } }

.personnel-list img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; display: block; }

.personnel-list img.logo { position: absolute; right: auto; bottom: 0; left: 0; top: auto; width: 13vw; height: 13vw; padding: 1.1vw; object-fit: contain; }

@media (max-width: 767px) { .personnel-list img.logo { width: 25vw; height: 25vw; padding: 3.1vw; } }

.personnel-list article { column-width: auto; column-count: auto; flex: 0 0 calc(50% - 7vw / 2); margin-top: 0; }

.personnel-list article > *:first-child { margin-top: 0; }

.personnel-list article > *:last-child { margin-bottom: 0; }

@media (max-width: 1150px) { .personnel-list article { flex: 0 0 calc(50% - 5vw / 2); } }

@media (max-width: 767px) { .personnel-list article { margin-top: 4vw; } }

.personnel-list h4 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; font-weight: 400; margin-top: 0.5em; margin-bottom: 2rem; margin-bottom: 0; margin-left: -3px; }

@media (max-width: 767px) { .personnel-list h4 { margin-left: -1px; } }

.personnel-list h5 { font-size: calc(0.7rem + 0.5vw); font-weight: 500; }

.vertical-list ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; margin-bottom: -5vw; }

.vertical-list li { flex: 0 0 calc(50% - 7vw / 2); margin-bottom: 5vw; }

@media (max-width: 767px) { .vertical-list li { flex: 0 0 100%; } }

.vertical-list h3 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; margin-top: 1.6rem; }

@media (max-width: 767px) { .vertical-list h3 { margin-top: 1em; } }

.vertical-list ul { counter-reset: my-awesome-counter; }

.vertical-list li { counter-increment: my-awesome-counter; }

@media (max-width: 767px) { .vertical-list li + li { margin-top: 2em; } }

.vertical-list li::before { content: counter(my-awesome-counter); width: calc(2rem + 2vw); height: calc(2rem + 2vw); display: flex; justify-content: center; align-items: center; text-align: center; border: 3px solid #ffffff45; border-radius: 100px; font-weight: 400; font-size: calc(0.7rem + 2.8vw); line-height: 1.35; }

.partners-footer { padding-bottom: 1px; padding-top: 1px; }

.partners-footer ul { display: flex; list-style: none; align-items: center; padding: 0 5vw; margin: 3vw 0 2vw; position: relative; }

@media (max-width: 1150px) { .partners-footer ul { margin: 5vw 0 3vw; flex-wrap: wrap; } }

.header + .partners-footer { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.partners-footer li { padding: 2vw 1.5vw; flex: 1 1 auto; text-align: center; align-self: stretch; display: flex; align-items: center; }

.partners-footer li img { width: 9vw; }

@media (max-width: 1150px) { .partners-footer li img { width: 16vw; } }

.partners-footer li.medium img { width: 9vw; }

@media (max-width: 1150px) { .partners-footer li.medium img { width: 16vw; } }

.partners-footer li.small img { width: 7.2vw; }

@media (max-width: 1150px) { .partners-footer li.small img { width: 12.8vw; } }

.partners-footer li.xsmall img { width: 5.4vw; }

@media (max-width: 1150px) { .partners-footer li.xsmall img { width: 9.6vw; } }

.partners-footer li.xxsmall img { width: 3.6vw; }

@media (max-width: 1150px) { .partners-footer li.xxsmall img { width: 6.4vw; } }

.partners-footer li.xxxsmall img { width: 1.8vw; }

@media (max-width: 1150px) { .partners-footer li.xxxsmall img { width: 3.2vw; } }

.partners-footer li.large img { width: 10.8vw; }

@media (max-width: 1150px) { .partners-footer li.large img { width: 19.2vw; } }

.partners-footer li.xlarge img { width: 12.6vw; }

@media (max-width: 1150px) { .partners-footer li.xlarge img { width: 22.4vw; } }

.partners-footer li.xxlarge img { width: 14.4vw; }

@media (max-width: 1150px) { .partners-footer li.xxlarge img { width: 25.6vw; } }

.partners-footer li.xxxlarge img { width: 16.2vw; }

@media (max-width: 1150px) { .partners-footer li.xxxlarge img { width: 28.8vw; } }

.partners-footer ul:before, .partners-footer ul li:last-child:before { content: 'Founding partners'; position: absolute; text-transform: uppercase; top: -10px; left: 6.5vw; color: #ccc; white-space: nowrap; font-size: calc(0.5em + 0.4vw); text-transform: uppercase; font-weight: 400; letter-spacing: 1px; font-size: calc(0.4em + 0.4vw); }

@media (max-width: 1150px) { .partners-footer ul:before, .partners-footer ul li:last-child:before { font-size: calc(0.5em + 0.4vw); } }

@media (max-width: 767px) { .partners-footer ul:before, .partners-footer ul li:last-child:before { display: none; } }

.partners-footer ul li:last-child { position: relative; }

.partners-footer ul li:last-child:before { content: 'Founding patron'; left: 1.5vw; }

.read-next { padding: 0; position: relative; }

.read-next > a { padding: 10vw; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; text-decoration: none; }

@media (max-width: 1150px) { .read-next > a { padding: 8vw; } }

@media (max-width: 767px) { .read-next > a { padding: 12vw 8vw; flex-direction: column; } }

.read-next article { flex: 0 0 calc(50% - (7vw)); margin: 0; column-count: auto; column-width: auto; }

.read-next article > *:first-child { margin-top: 0; }

.read-next article > *:last-child { margin-bottom: 0; }

.read-next h3 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; position: relative; max-width: none; padding-right: 1.1em; }

.read-next h3:after { content: ""; width: 0.8em; height: 0.5em; margin-left: 0.3em; display: inline-block; background: url(/assets/images/arrow-purple.svg) center/contain no-repeat; opacity: 1; margin-right: -1.1em; }

.read-next figure { position: absolute; top: 0; right: 0; bottom: 0; left: 50%; margin: 0; }

@media (max-width: 767px) { .read-next figure { position: static; margin: 12vw -8vw -12vw -8vw; } }

.read-next figure img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 767px) { .read-next figure img { position: static; } }

.logo-animation { position: fixed; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; z-index: 10; pointer-events: none; background: white; padding: 8vw 15vw; z-index: 2000; }

@keyframes swipeAcross { 0% { transform: scaleX(0); }
  100% { transform: scaleX(1); } }

.logo-animation:before { content: ""; background: #2d0037; position: absolute; top: 0; left: 0; height: 100%; width: 100%; transform-origin: top left; transform: scaleX(0); animation: swipeAcross 0.6s 0s both ease-out; }

.logo-animation svg { position: relative; z-index: 1; }

.logo-animation #logotype { transform: translate3d(-100px, 0, 0); }

@keyframes bounceIn { 0% { opacity: 0;
    transform: scale(0.95);
    fill: white; }
  50% { transform: scale(1.05);
    fill: inherit; }
  100% { transform: scale(1); } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes slideText { 0% { transform: translate3d(-200px, 0, 0);
    opacity: 0; }
  100% { transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes glow { 0% { filter: brightness(1); }
  50% { filter: brightness(1.8); }
  100% { filter: brightness(1); } }

.logo-animation #blue-pieces, .logo-animation #yellow-pieces, .logo-animation #pink-pieces, .logo-animation #green-pieces, .logo-animation #red-pieces, .logo-animation #green-extra-pieces, .logo-animation #blue-extra-pieces, .logo-animation #yellow-extra-pieces { transform-origin: center; }

.logo-animation #blue-pieces { animation: bounceIn 0.6s 0.7s both ease-out; fill: white !important; }

.logo-animation #yellow-pieces { animation: bounceIn 0.6s 0.9s both ease-out; }

.logo-animation #pink-pieces { animation: bounceIn 0.6s 1.1s both ease-out; }

.logo-animation #green-pieces { animation: bounceIn 0.6s 1.3s both ease-out; }

.logo-animation #red-pieces { animation: bounceIn 0.6s 1.5s both ease-out; }

.logo-animation #green-extra-pieces { animation: bounceIn 0.6s 1.7s both ease-out; }

.logo-animation #blue-extra-pieces { animation: bounceIn 0.6s 1.9s both ease-out; }

.logo-animation #yellow-extra-pieces { animation: bounceIn 0.6s 2.1s both ease-out; }

.logo-animation #extra-pieces { animation: fadeOut 0.2s 3.1s both ease-out; }

.logo-animation #logotype { animation: slideText 0.2s 3.3s both ease-out; }

.logo-animation #whole { animation: glow 0.8s 3.5s both ease-in-out; }

.logo-animation { animation: fadeOut 0.2s 5s both ease-out; }

.news-list h2 { margin-bottom: 5vw; }

.news-list ul { list-style: none; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }

.news-list ul li { flex: 0 0 calc(50% - (7vw / 2)); }

@media (max-width: 1150px) { .news-list ul li { flex: 0 0 calc(50% - (5vw / 2)); } }

@media (max-width: 767px) { .news-list ul li { flex: 0 0 100%; } }

@media (max-width: 767px) { .news-list ul li + li { margin-top: 8vw; } }

.partner-list h4 { font-size: calc(0.7rem + 1.4vw); line-height: 1.4; margin-bottom: 0.8em; margin-top: 1em; }

.partner-list h2 { margin-bottom: 1vw; }

.partner-list ul { list-style: none; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }

.partner-list ul li { flex: 0 0 calc(33% - (7vw / 2)); }

.partner-list .article {margin: 0vw 0;}

@media (max-width: 1150px) { .partner-list ul li { flex: 0 0 calc(50% - (5vw / 2)); } }

@media (max-width: 767px) { .partner-list ul li { flex: 0 0 100%; } }

@media (max-width: 767px) { .partner-list ul li + li { margin-top: 8vw; } }

.video-list h4 { font-size: calc(0.7rem + 1.4vw); line-height: 1.4; margin-bottom: 0.8em; margin-top: 2em; }

.video-list h2 { margin-bottom: 1vw; }

.video-list ul { list-style: none; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }

.video-list ul li { flex: 0 0 calc(50% - (7vw / 2)); }

.video-list .article {margin: 0vw 0;}

@media (max-width: 1150px) { .video-list ul li { flex: 0 0 calc(50% - (5vw / 2)); } }

@media (max-width: 767px) { .video-list ul li { flex: 0 0 100%; } }

@media (max-width: 767px) { .video-list ul li + li { margin-top: 8vw; } }

.news-list h4 { font-size: calc(0.7rem + 1.4vw); line-height: 1.4; margin-bottom: 0.8em; margin-top: 1em; }

.highlighted-sponsor { padding: 0; position: relative; }

.highlighted-sponsor > a { padding: 10vw; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; text-decoration: none; }

@media (max-width: 1150px) { .highlighted-sponsor > a { padding: 8vw; } }

@media (max-width: 767px) { .highlighted-sponsor > a { padding: 12vw 8vw; flex-direction: column; } }

.highlighted-sponsor article { flex: 0 0 calc(50% - (7vw)); margin: 0; }

@media (max-width: 1150px) { .highlighted-sponsor article { flex: 0 0 calc(50% - (5vw)); } }

.highlighted-sponsor h3 { font-size: calc(0.7rem + 2.8vw); line-height: 1.35; position: relative; max-width: none; padding-right: 1.1em; }

.highlighted-sponsor h3:after { content: ""; width: 0.8em; height: 0.5em; margin-left: 0.3em; display: inline-block; background: url(/assets/images/arrow-purple.svg) center/contain no-repeat; opacity: 1; margin-right: -1.1em; }

.highlighted-sponsor figure { position: absolute; top: 0; right: 0; bottom: 0; left: 50%; margin: 0; background: #2d0037; }

@media (max-width: 767px) { .highlighted-sponsor figure { position: relative; left: auto; margin: 12vw -8vw -12vw -8vw; } }

.highlighted-sponsor figure img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }

@media (max-width: 767px) { .highlighted-sponsor figure img { position: static; } }

.highlighted-sponsor figure img.logo { padding: 10vw; opacity: 1; object-fit: contain; }

@media (max-width: 767px) { .highlighted-sponsor figure img.logo { position: absolute; } }

.highlighted-sponsor article { column-count: auto; column-width: auto; }

.highlighted-sponsor article > *:first-child { margin-top: 0; }

.highlighted-sponsor article > *:last-child { margin-bottom: 0; }

.m-site-wrapper > header .mobile-logo { display: none; position: absolute; top: 5vw; left: 5vw; z-index: 1; }

@media (max-width: 767px) { .m-site-wrapper > header .mobile-logo { display: block; } }

.m-site-wrapper > header .mobile-logo img { width: 31vw; opacity: 1; position: static; }

video { width: 100%; }

a { color: inherit; }

img { max-width: 100%; height: auto; }

* { box-sizing: border-box; }

button:hover, input[type="submit"] { cursor: pointer; }

p { max-width: 800px; }

body { font-size: calc(0.7rem + 0.5vw); font-family: sans-serif; color: #2E0037; line-height: 1.6; margin: 0; font-weight: 300; }

body, input, button { font-family: 'Armin Soft'; }

button { font-size: calc(0.7rem + 0.5vw); font-size: calc(0.7rem + 1.4vw); background: #F5CC00; border: 0; text-decoration: none; padding: 11px 20px 13px; font-weight: 400; }

button:after { width: 0.9em; height: 0.7em; margin-left: 0.5em; content: ""; /* background: #e164c8;*/ display: inline-block; background: url(/assets/images/arrow-purple.svg) center/contain no-repeat; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

h2 { font-size: calc(0.5em + 0.4vw); text-transform: uppercase; font-weight: 400; letter-spacing: 1px; }

section > h2 { margin-top: 0; }

section > h2 + h3 { margin-top: 1em; }

section > h3 { margin-top: 0; }

h3 { font-size: calc(0.7rem + 2vw); line-height: 1.35; line-height: 1.35; max-width: 90%; }

h4 { font-size: calc(0.7rem + 0.5vw); font-weight: 600; }

section { padding: 6vw; position: relative; }

@media (max-width: 1150px) { section { padding: 8vw; } }

@media (max-width: 767px) { section { padding: 12vw 8vw; } }

section.red { background: #FF456B; }

section.red figcaption { background: #2E0037; color: white; }

section.yellow { background: #F5CC00; }

section.purple { background: #2E0037; color: white; }

section.purple figcaption { background: #3666f2; color: white; }

section.green { background: #3cdfb4; }

section.pink { background: #e164c8; }

section.blue { background: #3666f2; color: white; }

section.gray { background: #F4F1F4; }

section.gray figcaption { background: #F5CC00; color: #2d0037; }

.section--image-right { display: flex; justify-content: space-between; }

.img--expand { margin: 0 -3vw; width: calc(100% + 6vw); max-width: none; }

.section--image-right article, .section--image-right figure { flex: 0 0 calc(50% - (7vw / 2)); }

@media (max-width: 1150px) { .section--image-right article, .section--image-right figure { flex: 0 0 calc(50% - (5vw / 2)); } }

article { column-count: 2; column-width: 280px; margin: 4vw 0; column-gap: 7vw; }

@media (max-width: 1150px) { article { column-gap: 5vw; margin: 8vw 0; } }

@media (max-width: 767px) { article { margin: 12vw 0; } }

article p { break-inside: avoid; margin-top: 0; }

article:last-child { margin-bottom: 0; }

article *:first-child { margin-top: 0; }

figure { margin: 0; display: flex; margin-bottom: 100px; }

figure img { align-self: flex-start; }

figcaption { margin-left: calc(-50% + (7vw / 2)); padding: 4vw; margin-bottom: -100px; align-self: flex-end; color: white; font-size: calc(0.6rem + 0.5vw); background: #FF456B; }

figcaption > *:first-child { margin-top: 0; }

figcaption > *:last-child { margin-bottom: 0; }

@media (max-width: 1150px) { figcaption { margin-left: calc(-50% + (5vw / 2)); } }

@media (max-width: 480px) { figcaption { margin-left: calc(-66.666666%); } }

figcaption h4 { margin-bottom: 1em; }

form form { margin: 0 0 50px 0; }

form input, form textarea, form select { width: calc(100% - 280px); margin-top: 0; }

@media (max-width: 1150px) { form input, form textarea, form select { width: calc(100% - 280px); } }

@media (max-width: 767px) { form input, form textarea, form select { width: 100%; } }

form .section input, form .section textarea, form .section select { width: calc(100% - 280px + 20px); }

form .form-group--wordy-label > input, form .form-group--wordy-label > textarea, form .form-group--wordy-label > select { float: none; width: 100%; }

form textarea { min-height: 250px; }

form label, form .label-substitute { width: 280px; padding-right: 20px; float: left; padding-top: 14px; }

@media (max-width: 1150px) { form label, form .label-substitute { width: 280px; } }

@media (max-width: 767px) { form label, form .label-substitute { float: none; padding-right: 0; width: auto; display: block; margin-bottom: 10px; padding-top: 11px; } }

form .section label, form .section .label-substitute { width: 260px; }

form .form-group--wordy-label > label { width: 100%; padding-right: 0; padding-top: 0; float: none; margin-bottom: 20px; display: inline-block; }

form .form-group { clear: both; margin-bottom: 20px; }

form .form-group--wordy-label { margin-bottom: 30px; margin-top: 30px; }

form .form-group .checkboxes, form .form-group .radio-buttons { float: left; width: calc(100% - 280px); margin: 0; padding: 14px 0 14px 30px; }

@media (max-width: 767px) { form .form-group .checkboxes, form .form-group .radio-buttons { padding-top: 11px; width: 100%; float: none; } }

form .form-group--wordy-label .checkboxes, form .form-group--wordy-label .radio-buttons { float: none; width: 100%; }

form .form-group--single-checkbox { margin-top: 30px; }

@media (max-width: 767px) { form .form-group--single-checkbox { padding: 11px; } }

form .form-group--single-checkbox input { float: left; width: 30px; height: auto; margin-top: 6px; }

@media (max-width: 767px) { form .form-group--single-checkbox input { width: 20px; } }

form .form-group--single-checkbox label { float: right; width: calc(100% - 40px); padding: 0; height: auto; font-weight: normal; }

@media (max-width: 767px) { form .form-group--single-checkbox label { margin-bottom: 0; width: calc(100% - 30px); } }

form .form-group .checkbox, form .form-group .radio-button { margin: 0; }

form .form-group .checkbox label, form .form-group .radio-button label { width: auto; float: none; padding: 0; font-weight: normal; }

form .form-group .checkbox input, form .form-group .radio-button input { width: auto; float: left; height: auto; margin-left: -30px; margin-top: 8px; font-weight: normal; }

@media (max-width: 767px) { form .form-group .checkbox input, form .form-group .radio-button input { margin-top: 5px; } }

@media (max-width: 767px) { form .form-group .radio-button input { margin-top: 3px; } }

form .form-actions { margin-left: 280px; margin-top: 50px; }

@media (max-width: 1150px) { form .form-actions { margin-left: 280px; } }

@media (max-width: 767px) { form .form-actions { margin-left: 0; float: right; } }

form button, form input[type='submit'] { background: #F5CC00; -webkit-appearance: none; border-radius: 0; border: 0; width: auto; height: auto; }

form .guide-text { margin: 40px 0; border: 3px solid #eee; padding: 20px; }

form .guide-text > *:first-child { margin-top: 0; }

form .guide-text > *:last-child { margin-bottom: 0; }

@media (max-width: 1150px) { form .guide-text { margin-bottom: 40px; font-size: 14px; margin-top: 30px; } }

form .helper-text { margin-left: 280px; margin-bottom: 10px; }

form .helper-text > *:first-child { margin-top: 0; }

form .helper-text > *:last-child { margin-bottom: 0; }

form .section .helper-text { margin-left: 260px; }

form input + .helper-text { margin-bottom: 0; margin-top: 10px; }

form .required:after { content: "*"; }

form .form-group-errors { color: #FF456B; }

form .form-group-errors { margin-bottom: 2em; }

form .form-group-errors li { margin-bottom: 1em; padding: 15px; background: white; text-align: center; }

@media (max-width: 767px) { form .form-group-errors li { padding: 11px; } }

form .form-group_with_errors { display: inline; }

form .form-group_with_errors label { color: #FF456B; }

form .section { background: #e7e7e7; padding: 20px; margin: 30px 0; }

form .section > *:first-child { margin-top: 0; }

form .section > *:last-child { margin-bottom: 0; }

form form { line-height: 1.8; }

form label, form .label-substitute { font-weight: bold; font-size: 18px; line-height: 1.4; }

@media (max-width: 767px) { form label, form .label-substitute { font-size: 16px; } }

form input, form textarea, form select { display: block; background: #eee; border: 0; padding: 14px; font-weight: normal; font-size: 18px; line-height: 1.4; border-radius: 0; }

@media (max-width: 767px) { form input, form textarea, form select { font-size: 16px; padding: 10px; } }

form select { height: 53.2px; }

form .guide-text { border: 3px solid #eee; }

form .guide-text h1, form .guide-text h2, form .guide-text h3, form .guide-text h4, form .guide-text h5 { font-size: 18px; text-transform: uppercase; margin-bottom: 1em; }

form .helper-text { font-size: 12px; line-height: 1.4; opacity: 0.7; }

.is-hidden { opacity: 0; }

.is-visible { opacity: 1; }

.is-observed { transition: all 0.5s 0.2s ease-out; }

.map-world { margin: -7vw -7vw -7vw -7vw; }

strong { font-weight: 600; }

@keyframes newExposeText { 0% { color: #ded6e0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  40% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    color: #ded6e0; }
  100% { color: #2d0037; } }

/* section:not([class]) h3.is-observed { transition: none; } section:not([class]) h3.is-hidden { transform: none; transition: none; opacity: 0; } section:not([class]) h3.is-visible span { animation: newExposeText 1.6s 0s both ease-out; opacity: 1; transition: none; }*/
*, *::after, *::before { box-sizing: border-box; }

:root { font-size: 16px; }

body { /*	margin: 0; --color-text: #1c1b1b; --color-bg: #efe6e1; --color-link: #b07656; --color-link-hover: #000; --color-deco: #e4dbd6; color: var(--color-text); background-color: var(--color-bg); font-family: paralucent, sans-serif; font-family: quiroh, sans-serif; font-family: mr-eaves-xl-sans, sans-serif;*/ }

/* Page Loader */
.js .loading::before { content: ''; position: fixed; z-index: 100000; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-bg); }

.js .loading::after { content: ''; position: fixed; z-index: 100000; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; pointer-events: none; border-radius: 50%; opacity: 0.4; background: var(--color-link); animation: loaderAnim 0.7s linear infinite alternate forwards; }

@keyframes loaderAnim { to { opacity: 1;
    transform: scale3d(0.5, 0.5, 1); } }

a { text-decoration: none; color: var(--color-link); outline: none; }

a:hover, a:focus { color: var(--color-link-hover); outline: none; }

[data-scroll] { will-change: transform; }

.frame { padding: 2.5rem 3rem; position: absolute; z-index: 10; }

.frame__title { font-size: 1rem; margin: 0 0 2.5rem; }

.frame__links { display: flex; flex-direction: column; align-items: flex-start; }

.frame a { margin: 0.25rem 0; text-transform: lowercase; }

.frame__github, .frame__links a:not(:last-child), .frame__demos a:not(:last-child) { margin-right: 1rem; }

.frame__demos { margin: 1rem 0; }

.frame__demo--current, .frame__demo--current:hover { color: var(--color-text); }

.content { display: flex; flex-direction: column; position: relative; align-items: center; padding: 12rem 0; counter-reset: figure; }

.item { margin: 10vh auto; max-width: 100%; position: relative; will-change: transform; }

.item::before { counter-increment: figure; content: counter(figure, decimal-leading-zero); position: absolute; font-family: paralucent, sans-serif; font-size: 10rem; color: var(--color-deco); bottom: calc(100% - 3rem); }

.item:nth-child(even)::before { right: 0; }

.item__img-wrap { --aspect-ratio: 1/1.5; overflow: hidden; width: 500px; margin: 0 auto; padding-bottom: calc(100% / (var(--aspect-ratio))); max-width: calc(100% - 2rem); will-change: transform; }

.item:first-child .item__img-wrap { --aspect-ratio: 8/10; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/1.jpg); }

.item:nth-child(2) .item__img-wrap { width: 1000px; --aspect-ratio: 120/76; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/2.jpg); }

.item:nth-child(3) .item__img-wrap { --aspect-ratio: 60/75; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/3.jpg); }

.item:nth-child(4) .item__img-wrap { width: 800px; --aspect-ratio: 900/505; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/4.jpg); }

.item:nth-child(5) .item__img-wrap { --aspect-ratio: 6/8; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/5.jpg); }

.item:nth-child(6) .item__img-wrap { width: calc(100vw - 2rem); --aspect-ratio: 1500/844; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/6.jpg); }

.item:nth-child(7) .item__img-wrap { width: 900px; --aspect-ratio: 1000/749; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/7.jpg); }

.item:nth-child(8) .item__img-wrap { width: 900px; --aspect-ratio: 1000/562; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/8.jpg); }

.item:nth-child(9) .item__img-wrap { --aspect-ratio: 60/75; --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/9.jpg); }

.item__img { --overflow: 40px; height: calc(100% + (2 * var(--overflow))); top: calc( -1 * var(--overflow)); width: 100%; position: absolute; background-image: var(--image); background-size: cover; background-position: 50% 0%; will-change: transform; }

.item__img--t1 { --overflow: 60px; }

.item__img--t2 { --overflow: 80px; }

.item__img--t3 { --overflow: 120px; }

.item__caption { padding: 2rem 1rem; }

.item__caption-title { font-family: paralucent, sans-serif; font-weight: 400; font-size: 3rem; margin: 0; }

.item__caption-copy { margin: 0; }

.item__caption-copy::before { content: '__'; line-height: 1; color: var(--color-link); font-weight: 700; font-size: 3rem; margin: 0 0 1rem; display: block; }

.address {font-size:calc(0.7rem + 1.4vw);}
/*# sourceMappingURL=main.css.map */
