@charset "UTF-8";
@font-face {
    font-family: Neurial Grotesk Regular;
    src: url(NeurialGrotesk-Regular-3c74e7eb.woff) format("woff"),
        url(NeurialGrotesk-Regular-f3f18ae5.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Neurial Grotesk Regular Italic;
    src: url(NeurialGrotesk-Italic-d1095675.woff) format("woff"),
        url(NeurialGrotesk-Italic-ea35f96b.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Neurial Grotesk Medium;
    src: url(NeurialGrotesk-Medium-1a1ce15f.woff) format("woff"),
        url(NeurialGrotesk-Medium-8187f898.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Neurial Grotesk Bold;
    src: url(NeurialGrotesk-Bold-c33ac03a.woff) format("woff"), url(NeurialGrotesk-Bold-ed89f83a.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    font-family: Neurial Grotesk Regular, sans-serif;
    color: #03544f;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
img {
    display: block;
    max-width: 100%;
}
.no-scroll {
    overflow-y: hidden;
}
.fixed {
    position: fixed;
}
a,
a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    color: inherit;
}
.heading {
    position: relative;
    font-family: Neurial Grotesk Regular, sans-serif;
    font-size: 3rem;
    line-height: 1.6666666667;
    font-weight: 400;
}
.btn {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    background-color: #03544f;
    color: #fafbfc !important;
    border-radius: 1.7rem;
    padding: 0.6rem 2rem;
    text-transform: uppercase;
    display: inline-block;
}
.btn--blue {
    background-color: #acacfc;
    color: #03544f !important;
}
.btn--greenBlue {
    background-color: #03544f;
    color: #acacfc !important;
}
.page-header {
    display: block;
    width: 100%;
    position: relative;
}
.page-header__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.page-header__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .page-header__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .page-header__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .page-header__row {
        padding: 0;
    }
}
.page-header__title {
    font-size: 5rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 12rem;
    padding-bottom: 6rem;
}
.page-header__title--small {
    font-size: 4rem;
    line-height: 1;
    font-weight: 400;
}
.page-header__title--blue {
    color: #acacfc;
}
@media screen and (min-width: 800px) {
    .page-header__title {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        font-size: 10rem;
        line-height: 1;
        font-weight: 400;
        padding-top: 18rem;
        padding-bottom: 5.5rem;
    }
}
.sliders {
    display: block;
    width: 100%;
    position: relative;
    background-color: #acacfc;
    padding: 10rem 0;
}
.sliders__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.sliders__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .sliders__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .sliders__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .sliders__row {
        padding: 0;
    }
}
.sliders--visit {
    background-color: #fafbfc;
    padding: 0;
}
.sliders__images-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 3rem;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
    .sliders__images-title {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.sliders__images {
    height: 20rem;
    margin-bottom: 11rem;
    outline: none;
    position: relative;
}
@media screen and (max-width: 800px) {
    .sliders__images {
        overflow: hidden;
    }
}
@media screen and (min-width: 800px) {
    .sliders__images {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        height: 60rem;
    }

    .sliders__images .flickity-viewport {
        overflow: visible;
    }
}
.sliders__image-container {
    width: 100%;
    margin-right: 1.5rem;
    height: 20rem;
    border-radius: 1.2rem;
    overflow: hidden;
}
@media screen and (min-width: 800px) {
    .sliders__image-container {
        height: 60rem;
        width: 80%;
    }
}
.sliders--visit .sliders__image-container {
    border-radius: 0;
}
.sliders__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliders__images-left,
.sliders__images-right {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}
.sliders__images-left {
    left: 1rem;
}
@media screen and (min-width: 800px) {
    .sliders__images-left {
        left: 14rem;
    }
}
.sliders__images-right {
    right: 1rem;
}
@media screen and (min-width: 800px) {
    .sliders__images-right {
        right: 14rem;
    }
}
.sliders__quotes-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 10rem;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
    .sliders__quotes-title {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        margin-left: calc(8.3333333333% + 16px);
        padding-left: 5.6rem;
        padding-right: 5.6rem;
        padding-bottom: 6rem;
    }
}
.sliders__quotes {
    width: 100%;
    overflow: hidden;
    outline: none;
    position: relative;
}
@media screen and (min-width: 800px) {
    .sliders__quotes {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        margin-left: calc(8.3333333333% + 16px);
    }
}
.sliders__quote-container {
    width: 100%;
}
@media screen and (min-width: 800px) {
    .sliders__quote-container {
        padding-left: 5.6rem;
        padding-right: 5.6rem;
    }
}
.sliders__quote-text {
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 400;
    padding-bottom: 5rem;
}
.sliders__quotes-left,
.sliders__quotes-right {
    position: absolute;
    top: 7rem;
    z-index: 20;
    cursor: pointer;
}
@media screen and (min-width: 800px) {
    .sliders__quotes-left,
    .sliders__quotes-right {
        top: 10rem;
    }
}
.sliders__quotes-left {
    left: 1rem;
}
@media screen and (min-width: 800px) {
    .sliders__quotes-left {
        left: 0rem;
    }
}
.sliders__quotes-right {
    right: 1rem;
}
@media screen and (min-width: 800px) {
    .sliders__quotes-right {
        right: 0rem;
    }
}
.footer {
    display: block;
    width: 100%;
    position: relative;
    background-color: #03544f;
    color: #fafbfc;
    padding: 4.5rem 0;
}
.footer__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.footer__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .footer__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .footer__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .footer__row {
        padding: 0;
    }
}
@media screen and (max-width: 800px) {
    .footer__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }
}
@media screen and (min-width: 800px) {
    .footer__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (max-width: 800px) {
    .footer__links {
        grid-column: 1/3;
        grid-row: 2/3;
        display: flex;
        justify-content: space-between;
    }
}
.footer__link {
    color: #acacfc !important;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
    .footer__link:not(:last-child) {
        margin-right: 9rem;
    }
}
.footer__socials {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 800px) {
    .footer__socials {
        grid-column: 2/3;
        grid-row: 1/2;
        justify-content: flex-end;
    }
}
.footer__socials a:not(:last-child) {
    margin-right: 4rem;
}
.header {
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.header__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.header__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .header__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .header__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .header__row {
        padding: 0;
    }
}
@media screen and (max-width: 800px) {
    .header {
        display: none;
    }
}
.header__container {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__links {
    height: 100%;
}
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: #03544f;
    padding: 1rem 2rem;
}
@media screen and (min-width: 800px) {
    .header-mobile {
        display: none;
    }
}
.nav {
    display: flex;
    height: 100%;
}
.nav__link {
    font-family: Neurial Grotesk Medium, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    color: #acacfc;
    text-transform: uppercase;
    position: relative;
    padding-top: 1.3rem;
}
.nav__link:not(:last-child) {
    margin-right: 5rem;
}
.nav__link--submenu:hover .nav__submenu {
    display: block;
}
.nav__link--btn {
    background-color: #acacfc;
    color: #03544f;
    padding: 0.6rem 2rem;
    border-radius: 1.7rem;
    align-self: center;
}
.nav__link--white {
    color: #fafbfc;
}
.nav__link--white.nav__link--btn {
    background-color: #fafbfc;
    color: #03544f;
}
.nav__link--green {
    color: #03544f;
}
.nav__link--green.nav__link--btn {
    background-color: #03544f;
    color: #acacfc;
}
.nav__link--active {
    color: #fafbfc;
}
.nav__link-text--blue.nav__link--active {
    color: #acacfc;
}
.nav__submenuIcon {
    display: inline-block;
    background-color: #acacfc;
    color: #03544f;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    text-align: center;
    padding-right: 0.5px;
}
.nav__link--white .nav__submenuIcon {
    background-color: #fafbfc;
    color: #03544f;
}
.nav__link--green .nav__submenuIcon {
    background-color: #03544f;
    color: #acacfc;
}
.nav__submenu-title {
    cursor: pointer;
}
.nav__submenu {
    position: absolute;
    background-color: #fafbfc;
    top: 4rem;
    left: 50%;
    transform: translate(-50%);
    border-radius: 2rem;
    overflow: hidden;
    padding: 5rem;
    width: 33rem;
    z-index: 2;
    box-shadow: 0 0 20px -15px #000;
    display: none;
}
.nav__submenuLink {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: #03544f;
}
.nav__submenuLink a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    /* text-transform: uppercase; */
}
.nav__submenuLink:not(:last-child) {
    padding-bottom: 2rem;
}
.navigation__checkbox {
    display: none;
}
.navigation__checkbox:checked ~ .navigation__background {
    transform: scale(110);
}
.navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.navigation__button {
    position: fixed;
    top: 1.4rem;
    right: 1.5rem;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
}
.navigation__icon {
    position: relative;
    margin-top: 1.5rem;
}
.navigation__icon,
.navigation__icon:before,
.navigation__icon:after {
    display: inline-block;
    width: 3rem;
    height: 2px;
    background-color: #fafbfc;
}
.navigation__icon:before,
.navigation__icon:after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
}
.navigation__icon:before {
    top: -0.8rem;
}
.navigation__icon:after {
    top: 0.8rem;
}
.navigation__button:hover .navigation__icon:before {
    top: -1rem;
}
.navigation__button:hover .navigation__icon:after {
    top: 1rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon:before {
    top: 0;
    transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon:after {
    top: 0;
    transform: rotate(-135deg);
}
.navigation__background {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 2rem;
    right: 1.5rem;
    background-color: #03544f;
    z-index: 1000;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation__nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -20rem;
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
}
.navigation__item:not(:last-of-type) {
    margin-bottom: 3rem;
}
.navigation__link:link,
.navigation__link:visited {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
    color: #fafbfc;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation__link span {
    margin-right: 1rem;
    display: inline-block;
}
.navigation__item--active .navigation__link {
    color: #acacfc !important;
}
.homepage {
    background-color: #fafbfc;
}
.homepage .hero {
    display: block;
    width: 100%;
    position: relative;
}
.homepage .hero__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.homepage .hero__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .homepage .hero__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .homepage .hero__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .homepage .hero__row {
        padding: 0;
    }
}
.homepage .hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage .hero__backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #acacfc;
    mix-blend-mode: multiply;
}
.homepage .hero__title {
    font-size: 4rem;
    line-height: 1;
    font-weight: 400;
    color: #03544f;
    text-transform: uppercase;
    color: #fafbfc;
    padding: 20rem 0;
}
@media screen and (max-width: 800px) {
    .homepage .hero__title {
        font-size: 6rem;
        line-height: 1;
        font-weight: 400;
    }
}
@media screen and (min-width: 800px) {
    .homepage .hero__title {
        font-size: 10rem;
        line-height: 1;
        font-weight: 400;
    }
}
@media screen and (min-width: 800px) {
    .homepage .hero__title {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        padding: 25rem 0 21rem;
    }
}
.homepage .hero__details {
    color: #fafbfc;
    padding-bottom: 5rem;
}
@media screen and (max-width: 800px) {
    .homepage .hero__details {
        display: grid;
        gap: 3rem;
    }
}
@media screen and (min-width: 800px) {
    .homepage .hero__details {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.homepage .hero__text {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
}
.homepage .hero__date {
    font-family: Neurial Grotesk Medium, sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
.homepage .facts {
    display: block;
    width: 100%;
    position: relative;
    background-color: #03544f;
    padding: 7rem 0;
}
.homepage .facts__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.homepage .facts__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .homepage .facts__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .homepage .facts__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .homepage .facts__row {
        padding: 0;
    }
}
.homepage .fact {
    border-left: 2px solid #acacfc;
    padding-top: 0.5rem;
    padding-left: 3rem;
}
@media screen and (max-width: 800px) {
    .homepage .fact {
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 800px) {
    .homepage .fact {
        width: calc(25% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.homepage .fact__value {
    font-size: 6rem;
    line-height: 1.1666666667;
    font-weight: 400;
    color: #acacfc;
    padding-bottom: 1.5rem;
}
.homepage .fact__key {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #fafbfc;
    padding-bottom: 0.5rem;
}
.homepage .intro {
    display: block;
    width: 100%;
    position: relative;
    padding: 10rem 0;
}
.homepage .intro__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.homepage .intro__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .homepage .intro__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .homepage .intro__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .homepage .intro__row {
        padding: 0;
    }
}
@media screen and (max-width: 800px) {
    .homepage .intro__left {
        margin-bottom: 8rem;
    }
}
@media screen and (min-width: 800px) {
    .homepage .intro__left {
        width: calc(58.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 800px) {
    .homepage .intro__right {
        width: calc(33.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        margin-left: calc(8.3333333333% + 16px);
    }
}
.homepage .intro__text {
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 400;
    padding-bottom: 4rem;
}
.homepage .intro__tags {
    display: grid;
    gap: 1rem;
    justify-items: left;
}
.homepage .intro__tag {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    color: #03544f;
    border: 1px solid #03544f;
    border-radius: 2.3rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
    .homepage .intro__tag {
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 400;
    }
}
.homepage .grid {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 10rem 0 3rem;
}
.homepage .grid__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.homepage .grid__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .homepage .grid__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .homepage .grid__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .homepage .grid__row {
        padding: 0;
    }
}
.homepage .grid__item {
    padding-bottom: 7rem;
}
@media screen and (min-width: 800px) {
    .homepage .grid__item {
        width: calc(33.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        padding-right: 6.5rem;
    }
}
.homepage .grid__icon {
    padding-bottom: 2rem;
}
.homepage .grid__title {
    font-family: Neurial Grotesk Bold, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding-bottom: 2rem;
}
.homepage .logos {
    display: block;
    width: 100%;
    position: relative;
    padding: 10rem 0;
}
.homepage .logos__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.homepage .logos__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .homepage .logos__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .homepage .logos__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .homepage .logos__row {
        padding: 0;
    }
}
.homepage .logos__section {
    border-top: 1px solid #03544f;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 800px) {
    .homepage .logos__section {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.homepage .logos__title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 4rem;
    text-transform: uppercase;
}
.homepage .logos__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5rem 2rem;
}
@media screen and (min-width: 800px) {
    .homepage .logos__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 5rem 2rem;
    }
}
.agenda {
    background-color: #acacfc;
}
.agenda .tabs {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 5rem;
}
.agenda .tabs__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.agenda .tabs__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .agenda .tabs__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .agenda .tabs__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .agenda .tabs__row {
        padding: 0;
    }
}
.agenda .tabs__container {
    background-color: #03544f;
    border-radius: 1.2rem;
    padding: 2rem;
}
@media screen and (min-width: 800px) {
    .agenda .tabs__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3rem;
    }
}
.agenda .tabs__days {
    display: flex;
    gap: 2rem;
}
@media screen and (max-width: 800px) {
    .agenda .tabs__days {
        flex-direction: column;
    }
}
.agenda .tabs__tab {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    background-color: #acacfc;
    color: #03544f;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
}
.agenda .tabs__tab--active {
    background-color: #fafbfc;
}
.agenda .tabs__download {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    background-color: #acacfc;
    color: #03544f;
    text-transform: uppercase;
    padding: 0.6rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
}
@media screen and (max-width: 800px) {
    .agenda .tabs__download {
        font-size: 2rem;
        line-height: 1;
        font-weight: 400;
        margin-top: 2rem;
        padding: 1rem 2rem;
        width: 100%;
    }
}
.agenda .slots {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 8rem;
}
.agenda .slots__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.agenda .slots__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .agenda .slots__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .agenda .slots__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .agenda .slots__row {
        padding: 0;
    }
}
.agenda .slots__row--hide {
    display: none;
}
.agenda .slots__slot {
    background-color: #fafbfc;
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}
.agenda .slots__slot--break {
    background-color: #fafbfccc;
}
@media screen and (min-width: 800px) {
    .agenda .slots__slot {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 4fr 7fr 1fr;
        gap: 32px;
        padding: 3rem;
    }
}
.agenda .slots__title {
    font-family: Neurial Grotesk Bold, sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 400;
    padding-bottom: 1.5rem;
}
.agenda .slots__timeframe,
.agenda .slots__description {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}
@media screen and (min-width: 800px) {
    .agenda .slots__description {
        width: 51rem;
    }
}
.agenda .slots__location {
    font-family: Neurial Grotesk Medium, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding-top: 3rem;
    display: flex;
    align-items: center;
}
.agenda .slots__location img {
    padding-right: 1rem;
}
.agenda .slots__logos {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
@media screen and (min-width: 800px) {
    .agenda .slots__logos {
        grid-template-columns: repeat(3, 1fr);
    }
}
.agenda .slots__logos img {
    max-height: 5rem;
}
.agenda .slots__speakers {
    padding-top: 3rem;
}
@media screen and (min-width: 800px) {
    .agenda .slots__speakers {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}
.agenda .slots__speaker {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 800px) {
    .agenda .slots__speaker:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.agenda .slots__avatar-container {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden;
}
.agenda .slots__avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agenda .slots__speaker-name {
    font-family: Neurial Grotesk Medium, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
}
.agenda .slots__speaker-company {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
}
@media screen and (max-width: 800px) {
    .agenda .slots__cta {
        margin-top: 3rem;
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 800px) {
    .agenda .slots__cta {
        align-self: self-end;
        justify-self: self-end;
    }
}
.agenda-detail {
    background-color: #acacfc;
}
.agenda-detail .agenda-header {
    display: block;
    width: 100%;
    position: relative;
    padding: 11.5rem 0 3rem;
}
.agenda-detail .agenda-header__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.agenda-detail .agenda-header__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .agenda-detail .agenda-header__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .agenda-detail .agenda-header__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .agenda-detail .agenda-header__row {
        padding: 0;
    }
}
.agenda-detail .agenda-header__container {
    background-color: #03544f;
    border-radius: 2rem;
    padding: 2rem;
}
@media screen and (min-width: 800px) {
    .agenda-detail .agenda-header__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        padding: 5rem;
    }
}
.agenda-detail .agenda-header__title {
    font-size: 3rem;
    line-height: 1.3333333333;
    font-weight: 400;
    color: #acacfc;
    padding-bottom: 5rem;
}
@media screen and (min-width: 800px) {
    .agenda-detail .agenda-header__title {
        font-size: 4rem;
        line-height: 1.25;
        font-weight: 400;
        width: 72rem;
        padding-bottom: 9rem;
    }
}
.agenda-detail .agenda-header__details {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: #fafbfc;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2rem;
}
.agenda-detail .content {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 10rem;
}
.agenda-detail .content__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.agenda-detail .content__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .agenda-detail .content__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .agenda-detail .content__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .agenda-detail .content__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .agenda-detail .content__left {
        width: calc(58.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.agenda-detail .content__text {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    background-color: #fafbfc;
    border-radius: 2rem;
    padding: 3rem;
}
@media screen and (min-width: 800px) {
    .agenda-detail .content__text {
        padding: 5rem;
    }
}
.agenda-detail .content__text strong {
    font-family: Neurial Grotesk Medium, sans-serif;
}
.agenda-detail .content__text p:not(:last-child) {
    margin-bottom: 2rem;
}
.agenda-detail .content__download {
    background-color: #03544f;
    border-radius: 2rem;
    padding: 3rem;
    margin-top: 3rem;
}
@media screen and (min-width: 800px) {
    .agenda-detail .content__download {
        padding: 5rem;
    }
}
.agenda-detail .content__download-title {
    font-family: Neurial Grotesk Medium, sans-serif;
    color: #fafbfc;
    margin-bottom: 2rem;
}
.agenda-detail .content__download-link {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #fafbfc;
}
@media screen and (max-width: 800px) {
    .agenda-detail .content__right {
        padding-top: 3rem;
    }
}
@media screen and (min-width: 800px) {
    .agenda-detail .content__right {
        width: calc(41.6666666667% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.agenda-detail .speakers {
    background-color: #fafbfc;
    border-radius: 2rem;
    padding: 3rem;
}
@media screen and (min-width: 800px) {
    .agenda-detail .speakers {
        padding: 5rem 3rem 5rem 5rem;
    }
}
.agenda-detail .speaker {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2.7rem;
}
.agenda-detail .speaker:not(:last-of-type) {
    margin-bottom: 3rem;
}
.agenda-detail .speaker__avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
}
.agenda-detail .speaker__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agenda-detail .speaker__details {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
}
.agenda-detail .speaker__name {
    font-family: Neurial Grotesk Bold, sans-serif;
}
.speakers-page {
    background-color: #acacfc;
}
@media screen and (min-width: 800px) {
    .speakers-page {
        min-height: calc(100vh - 13rem);
    }
}
.speakers-page .speakers {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 7rem;
}
.speakers-page .speakers__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.speakers-page .speakers__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .speakers-page .speakers__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .speakers-page .speakers__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .speakers-page .speakers__row {
        padding: 0;
    }
}
.speakers-page .speaker {
    background-color: #03544f;
    border-radius: 2rem;
    padding: 5rem 2rem;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 800px) {
    .speakers-page .speaker {
        width: calc(25% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.speakers-page .speaker__details {
    text-align: center;
    color: #fafbfc;
}
.speakers-page .speaker__avatar {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 3rem;
}
.speakers-page .speaker__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.speakers-page .speaker__name {
    font-family: Neurial Grotesk Bold, sans-serif;
    font-size: 1.8rem;
    line-height: 1.1111111111;
    font-weight: 400;
    color: #acacfc;
    margin-bottom: 1.8rem;
}
.speakers-page .speaker__function {
    margin-bottom: 1rem;
}
.speakers-page .speaker__company {
    font-family: Neurial Grotesk Regular Italic, sans-serif;
    margin-bottom: 2rem;
}
.speakers-page .speaker__cta {
    display: flex;
    justify-content: center;
}
.speaker-page {
    background-color: #acacfc;
}
@media screen and (min-width: 800px) {
    .speaker-page {
        min-height: calc(100vh - 13rem);
    }
}
.speaker-page .top {
    display: block;
    width: 100%;
    position: relative;
    padding: 12rem 0 2.5rem;
}
.speaker-page .top__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.speaker-page .top__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .speaker-page .top__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .speaker-page .top__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .speaker-page .top__row {
        padding: 0;
    }
}
.speaker-page .top__container {
    background-color: #03544f;
    color: #acacfc;
    border-radius: 2rem;
    overflow: hidden;
}
@media screen and (min-width: 800px) {
    .speaker-page .top__container {
        width: calc(91.6666666667% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: flex;
    }
}
.speaker-page .top__avatar {
    width: 100%;
    height: 34rem;
}
.speaker-page .top__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 800px) {
    .speaker-page .top__avatar {
        width: 32rem;
        height: 34rem;
    }
}
.speaker-page .top__text {
    padding: 3rem;
}
@media screen and (min-width: 800px) {
    .speaker-page .top__text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-grow: 1;
        padding: 5rem;
    }
}
.speaker-page .top__name {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
    .speaker-page .top__details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.speaker-page .top__details-left {
    color: #acacfc;
}
@media screen and (max-width: 800px) {
    .speaker-page .top__details-cta {
        margin-top: 4rem;
    }
}
@media screen and (min-width: 800px) {
    .speaker-page .top__details-cta {
        flex-grow: 1;
        text-align: right;
    }
}
.speaker-page .bottom {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 12rem;
}
.speaker-page .bottom__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.speaker-page .bottom__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .speaker-page .bottom__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .speaker-page .bottom__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .speaker-page .bottom__row {
        padding: 0;
    }
}
.speaker-page .bottom__container {
    background-color: #fafbfc;
    border-radius: 2rem;
    overflow: hidden;
    padding: 3rem;
}
@media screen and (min-width: 800px) {
    .speaker-page .bottom__container {
        width: calc(91.6666666667% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        padding: 5rem;
    }
}
.speaker-page .bottom__value {
    font-family: Neurial Grotesk Bold, sans-serif;
    margin-bottom: 2rem;
}
.speaker-page .bottom__socials {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2.5rem 1rem;
}
@media screen and (min-width: 800px) {
    .speaker-page .bottom__socials {
        gap: 2rem;
    }
}
.exhibitors-page {
    background-color: #03544f;
    padding-bottom: 7rem;
}
.exhibitors-page .list {
    display: block;
    width: 100%;
    position: relative;
}
.exhibitors-page .list__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.exhibitors-page .list__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .exhibitors-page .list__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .exhibitors-page .list__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .exhibitors-page .list__row {
        padding: 0;
    }
}
.exhibitors-page .exh {
    background-color: #f5f2f0;
    border-radius: 2rem;
    overflow: hidden;
}
@media screen and (max-width: 800px) {
    .exhibitors-page .exh {
        display: block;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 800px) {
    .exhibitors-page .exh {
        width: calc(25% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.exhibitors-page .exh__image {
    height: 20rem;
    width: 100%;
    background-color: #fafbfc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exhibitors-page .exh__image img {
    max-width: 24rem;
    max-height: 14rem;
}
.exhibitors-page .exh__name {
    font-family: Neurial Grotesk Bold, sans-serif;
    font-size: 1.8rem;
    line-height: 1.1111111111;
    font-weight: 400;
    padding: 4rem 2rem 2.5rem;
    text-align: center;
}
.exhibitors-page .exh__location {
    display: flex;
    justify-content: center;
}
.exhibitors-page .exh__stand {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    background-color: #acacfc;
    padding: 1.5rem 1rem 1rem;
    text-transform: uppercase;
    text-align: center;
}
.exhibitors-page .exh__stand span {
    font-size: 4rem;
    line-height: 1;
    font-weight: 400;
    display: block;
}
.gallery-page {
    background-color: #03544f;
}
.gallery-page .gallery {
    display: block;
    width: 100%;
    position: relative;
}
.gallery-page .gallery__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.gallery-page .gallery__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .gallery-page .gallery__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .gallery-page .gallery__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .gallery-page .gallery__row {
        padding: 0;
    }
}
.gallery-page .gallery__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media screen and (min-width: 800px) {
    .gallery-page .gallery__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 26rem;
    }
}
.gallery-page .gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 800px) {
    .gallery-page .gallery__item:nth-child(1) {
        grid-column: 1/5;
        grid-row: 1/3;
    }
    .gallery-page .gallery__item:nth-child(2) {
        grid-column: 5/7;
        grid-row: 1/2;
    }
    .gallery-page .gallery__item:nth-child(5) {
        grid-column: 1/3;
        grid-row: 3/4;
    }
    .gallery-page .gallery__item:nth-child(6) {
        grid-column: 3/5;
        grid-row: 3/4;
    }
    .gallery-page .gallery__item:nth-child(7) {
        grid-column: 5/7;
        grid-row: 3/4;
    }
    .gallery-page .gallery__item:nth-child(8) {
        grid-column: 1/2;
        grid-row: 4/5;
    }
    .gallery-page .gallery__item:nth-child(9) {
        grid-column: 2/3;
        grid-row: 4/5;
    }
    .gallery-page .gallery__item:nth-child(10) {
        grid-column: 3/5;
        grid-row: 4/5;
    }
    .gallery-page .gallery__item:nth-child(11) {
        grid-column: 5/7;
        grid-row: 4/5;
    }
    .gallery-page .gallery__item:nth-child(12) {
        grid-column: 1/3;
        grid-row: 5/6;
    }
    .gallery-page .gallery__item:nth-child(13) {
        grid-column: 3/7;
        grid-row: 5/7;
    }
    .gallery-page .gallery__item:nth-child(14) {
        grid-column: 1/3;
        grid-row: 6/7;
    }
    .gallery-page .gallery__item:nth-child(15) {
        grid-column: 1/3;
        grid-row: 7/8;
    }
    .gallery-page .gallery__item:nth-child(16) {
        grid-column: 3/5;
        grid-row: 7/8;
    }
    .gallery-page .gallery__item:nth-child(17) {
        grid-column: 5/7;
        grid-row: 7/8;
    }
    .gallery-page .gallery__item:nth-child(18) {
        grid-column: 1/3;
        grid-row: 8/9;
    }
    .gallery-page .gallery__item:nth-child(19) {
        grid-column: 3/5;
        grid-row: 8/9;
    }
    .gallery-page .gallery__item:nth-child(20) {
        grid-column: 5/7;
        grid-row: 8/9;
    }
}
.gallery-page .gallery__link {
    position: relative;
}
.gallery-page .gallery__playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem !important;
    height: 7rem !important;
}
.gallery-page .cta {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 7rem;
}
.gallery-page .cta__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.gallery-page .cta__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .gallery-page .cta__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .gallery-page .cta__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .gallery-page .cta__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .gallery-page .cta__button {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.why-page {
    background-color: #fafbfc;
}
.why-page .why {
    display: block;
    width: 100%;
    position: relative;
}
.why-page .why__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.why-page .why__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .why-page .why__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .why-page .why__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .why-page .why__row {
        padding: 0;
    }
}
.why-page .why__row {
    padding-bottom: 10rem;
}
@media screen and (max-width: 800px) {
    .why-page .why__row--reverse {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (min-width: 800px) {
    .why-page .why__text {
        width: calc(33.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .why-page .why__text--second {
        margin-left: calc(8.3333333333% + 16px);
    }
}
@media screen and (max-width: 800px) {
    .why-page .why__text--second {
        order: 1;
    }
}
@media screen and (min-width: 800px) {
    .why-page .why__image-container {
        width: calc(66.6666666667% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
    .why-page .why__image-container--second {
        width: calc(58.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    .why-page .why__image-container--second {
        order: 2;
    }
}
.why-page .fact {
    padding-right: 6rem;
}
.why-page .fact:not(:last-child) {
    margin-bottom: 10rem;
}
@media screen and (max-width: 800px) {
    .why-page .fact {
        margin-bottom: 10rem;
    }
}
.why-page .fact__title {
    font-family: Neurial Grotesk Bold, sans-serif;
    margin-bottom: 2rem;
}
.why-page .floor {
    display: block;
    width: 100%;
    position: relative;
    background-color: #03544f;
    padding: 6rem 0;
}
.why-page .floor__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.why-page .floor__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .why-page .floor__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .why-page .floor__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .why-page .floor__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .why-page .floor {
        padding: 6rem 0 10rem;
    }
}
.why-page .floor__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5rem;
}
.why-page .floor__title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #acacfc;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
    .why-page .floor__header {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 800px) {
    .why-page .floor__image {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.why-page .stand {
    display: block;
    width: 100%;
    position: relative;
    background-color: #acacfc;
    padding: 7rem 0;
}
.why-page .stand__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.why-page .stand__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .why-page .stand__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .why-page .stand__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .why-page .stand__row {
        padding: 0;
    }
}
.why-page .stand__container {
    text-align: center;
    padding: 0 2rem;
}
@media screen and (min-width: 800px) {
    .why-page .stand__container {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.why-page .stand__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
}
.why-page .stand__text {
    padding: 2rem 0 2.5rem;
}
.contact-page {
    background-color: #03544f;
}
@media screen and (min-width: 800px) {
    .contact-page {
        min-height: calc(100vh - 13rem);
    }
}
.contact-page .contact {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 10rem;
}
.contact-page .contact__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.contact-page .contact__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .contact-page .contact__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .contact-page .contact__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .contact-page .contact__row {
        padding: 0;
    }
}
.contact-page .contact__text {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    font-weight: 400;
    color: #acacfc;
    padding-bottom: 8rem;
}
@media screen and (min-width: 800px) {
    .contact-page .contact__text {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.contact-page .person {
    color: #fafbfc;
}
@media screen and (max-width: 800px) {
    .contact-page .person:not(:last-of-type) {
        margin-bottom: 8rem;
    }
}
@media screen and (min-width: 800px) {
    .contact-page .person {
        width: calc(33.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.contact-page .person__image-container {
    border-radius: 2rem;
    overflow: hidden;
    height: 39rem;
    margin-bottom: 5rem;
}
.contact-page .person__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-page .person__name {
    font-family: Neurial Grotesk Medium, sans-serif;
    padding: 2rem 0;
}
.contact-page .person__email {
    font-family: Neurial Grotesk Regular Italic, sans-serif;
    color: #acacfc;
}
.how-page {
    background-color: #03544f;
}
.how-page .transport {
    display: block;
    width: 100%;
    position: relative;
}
.how-page .transport__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.how-page .transport__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .how-page .transport__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .transport__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .how-page .transport__row {
        padding: 0;
    }
}
.how-page .transport__container {
    padding-bottom: 10rem;
}
@media screen and (min-width: 800px) {
    .how-page .transport__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        columns: 2;
        column-gap: 32px;
    }
}
.how-page .transport__item {
    padding: 3rem;
    background-color: #fafbfc;
    border-radius: 2rem;
    overflow: hidden;
}
.how-page .transport__item:not(:last-child) {
    margin-bottom: 32px;
}
@media screen and (min-width: 800px) {
    .how-page .transport__item {
        padding: 5rem;
    }
}
.how-page .transport__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 5rem;
}
.how-page .transport__text p {
    padding-bottom: 2rem;
}
.how-page .transport__text strong {
    font-family: Neurial Grotesk Bold, sans-serif;
}
.how-page .map {
    display: block;
    width: 100%;
    position: relative;
    background-color: #f5f2f0;
    padding: 6rem 0;
}
.how-page .map__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.how-page .map__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .how-page .map__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .map__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .how-page .map__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .map {
        padding: 10rem 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .map__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.how-page .map__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    padding-bottom: 5rem;
}
.how-page .map__text {
    padding-bottom: 3rem;
}
.how-page .map__text a {
    text-decoration: underline;
}
@media screen and (min-width: 800px) {
    .how-page .map__text {
        width: 93rem;
    }
}
.how-page .map__text p {
    padding-bottom: 2rem;
}
.how-page .visa {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fafbfc;
    padding: 6rem 0;
}
.how-page .visa__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.how-page .visa__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .how-page .visa__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .visa__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .how-page .visa__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .visa {
        padding: 10rem 0;
    }
}
@media screen and (min-width: 800px) {
    .how-page .visa__container {
        width: calc(75% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.how-page .visa__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    padding-bottom: 5rem;
}
.how-page .visa__text p {
    padding-bottom: 2rem;
}
.venues-page {
    background-color: #fafbfc;
}
.venues-page .tabs {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 5rem;
}
.venues-page .tabs__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.venues-page .tabs__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .venues-page .tabs__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .tabs__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .venues-page .tabs__row {
        padding: 0;
    }
}
.venues-page .tabs__container {
    background-color: #03544f;
    display: flex;
    gap: 1rem;
    padding: 2rem;
}
@media screen and (min-width: 800px) {
    .venues-page .tabs__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        gap: 5rem;
        border-radius: 2rem;
        overflow: hidden;
        padding: 3rem;
    }
}
.venues-page .tabs__tab {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fafbfc;
    border-radius: 2rem;
    overflow: hidden;
    padding: 1rem 2rem;
    cursor: pointer;
}
.venues-page .tabs__tab--active {
    background-color: #acacfc;
}
.venues-page .venues {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 10rem;
    display: none;
}
.venues-page .venues__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.venues-page .venues__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .venues-page .venues__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .venues__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .venues-page .venues__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .venues__row:nth-child(2n) .venues__image {
        order: 2;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .venues__venue {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.venues-page .venues__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    .venues-page .venues__image {
        height: 30rem;
    }
}
.venues-page .venues__text {
    padding: 2rem 0;
}
@media screen and (min-width: 800px) {
    .venues-page .venues__text {
        padding: 10rem 3rem;
    }
}
.venues-page .venues__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    padding-bottom: 2rem;
}
.venues-page .venues__address {
    font-family: Neurial Grotesk Regular Italic, sans-serif;
    padding-bottom: 5rem;
}
.venues-page .venues__description p {
    padding-bottom: 2rem;
}
.venues-page .accos {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
    display: none;
}
.venues-page .accos__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.venues-page .accos__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .venues-page .accos__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .accos__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .venues-page .accos__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .accos {
        padding-bottom: 7rem;
    }
}
.venues-page .accos__text {
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 400;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
@media screen and (min-width: 800px) {
    .venues-page .accos__text {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.venues-page .accos__item {
    margin-bottom: 32px;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}
@media screen and (max-width: 800px) {
    .venues-page .accos__item {
        display: block;
    }
}
@media screen and (min-width: 800px) {
    .venues-page .accos__item {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        height: 42rem;
    }
}
.venues-page .accos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.venues-page .accos__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0003;
}
.venues-page .accos__name {
    font-family: Neurial Grotesk Bold, sans-serif;
    color: #fafbfc;
    position: absolute;
    left: 2rem;
    bottom: 2rem;
}
@media screen and (min-width: 800px) {
    .venues-page .accos__name {
        left: 5rem;
        bottom: 5rem;
    }
}
.venues-page .show {
    display: block;
}
.site-page {
    background-color: #fafbfc;
}
.site-page .hero {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 5rem;
}
.site-page .hero__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.site-page .hero__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .site-page .hero__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .site-page .hero__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .site-page .hero__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .site-page .hero__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.site-page .content {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 6rem;
}
.site-page .content__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.site-page .content__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .site-page .content__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .site-page .content__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .site-page .content__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .site-page .content {
        padding-bottom: 10rem;
    }
}
@media screen and (min-width: 800px) {
    .site-page .content__left,
    .site-page .content__right {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 800px) {
    .site-page .content__left {
        padding-right: 5rem;
    }
}
.site-page .content__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 4rem;
}
@media screen and (min-width: 800px) {
    .site-page .content__title {
        padding-top: 5rem;
    }
}
.site-page .content__text {
    padding-bottom: 3rem;
}
.site-page .content__text p {
    padding-bottom: 2rem;
}
.site-page .content__text strong {
    font-family: Neurial Grotesk Bold, sans-serif;
}
.site-page .content__text a {
    text-decoration: underline;
}
@media screen and (max-width: 800px) {
    .site-page .content__cta {
        margin-bottom: 5rem;
    }
}
.visit-page {
    background-color: #fafbfc;
}
.visit-page .hero {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 6rem;
}
.visit-page .hero__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.visit-page .hero__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .visit-page .hero__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .hero__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .visit-page .hero__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .hero {
        padding-bottom: 10rem;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .hero__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }
}
.visit-page .intro {
    display: block;
    width: 100%;
    position: relative;
}
.visit-page .intro__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.visit-page .intro__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .visit-page .intro__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .intro__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .visit-page .intro__row {
        padding: 0;
    }
}
.visit-page .intro__text {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    font-weight: 400;
    padding-bottom: 6rem;
}
@media screen and (min-width: 800px) {
    .visit-page .intro__text {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        padding-bottom: 10rem;
    }
}
.visit-page .splits {
    display: block;
    width: 100%;
    position: relative;
}
.visit-page .splits__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.visit-page .splits__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .visit-page .splits__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .splits__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .visit-page .splits__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .splits__row:nth-child(2n) .splits__image {
        order: 1;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .splits__row:nth-child(2n) .splits__text {
        order: 2;
        padding-left: 5rem;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .splits__container {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 800px) {
    .visit-page .splits__text {
        padding: 5rem 5rem 5rem 0;
    }
}
.visit-page .splits__title {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 400;
    padding-bottom: 3rem;
}
.visit-page .splits__content p:not(:last-of-type) {
    padding-bottom: 2rem;
}
.visit-page .splits__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    .visit-page .splits__image {
        margin: 5rem 0;
        height: 25rem;
    }
}
.visit-page .todos {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 5rem;
}
.visit-page .todos__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.visit-page .todos__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .visit-page .todos__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .todos__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .visit-page .todos__row {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .todos {
        padding-top: 5rem;
        padding-bottom: 8rem;
    }
}
@media screen and (max-width: 800px) {
    .visit-page .todos__item:not(:last-child) {
        padding-bottom: 5rem;
    }
}
@media screen and (min-width: 800px) {
    .visit-page .todos__item {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        padding-right: 5rem;
        margin-bottom: 5rem;
    }
}
.terms-page {
    background-color: #fafbfc;
}
.c-text {
    display: block;
    width: 100%;
    position: relative;
}
.c-text__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.c-text__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (max-width: 800px) {
    .c-text__row--fullWidth {
        padding: 0;
    }
}
@media screen and (min-width: 800px) {
    .c-text__row {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (min-width: 1200px) {
    .c-text__row {
        padding: 0;
    }
}
.c-text__container {
    padding: 5rem 0;
}
.c-text__container p {
    margin-bottom: 2rem;
}
.c-text__container strong {
    font-family: Neurial Grotesk Bold, sans-serif;
}
.c-text__container i {
    font-family: Neurial Grotesk Regular Italic, sans-serif;
}
.c-text__container a {
    text-decoration: underline;
}
.c-text__container ul,
.c-text__container ol {
    list-style-type: none;
    display: table;
}
.c-text__container li {
    display: table-row;
}
.c-text__container li:before {
    display: table-cell;
    content: "●";
    font-size: 1.1rem;
    color: #03544f;
    padding-right: 1.5rem;
}
.c-text__container li:not(:last-child):after {
    display: block;
    content: "";
    padding-bottom: 1rem;
}
@media screen and (min-width: 800px) {
    .c-text__container {
        width: calc(83.3333333333% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        box-sizing: border-box;
        margin-left: calc(8.3333333333% + 16px);
    }
}
.iframe {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 8rem;
}
.iframe__innerwrap {
    display: block;
    max-width: 1244px;
    margin: auto;
}
.iframe__row {
    padding: 0 2rem;
    position: relative;
}
@media screen and (min-width: 800px) {
    .iframe__container {
        width: calc(100% + 32px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
}
.register {
    background-color: #acacfc;
    flex: 2;
}
