@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/fonts/work/work-sans-300.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/work/work-sans-400.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/assets/fonts/work/work-sans-800.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
html,
body {
    font-family: "Work Sans", sans-serif;
    line-height: 1.6;
    font-size: 20px;
    margin: 0;
    color: #204353;
}
@media only screen and (max-width: 770px) {
    html,
    body {
        line-height: 1.5;
        font-size: 18px;
    }
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    margin-bottom: 24px;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    font-weight: normal;
}
@media only screen and (max-width: 770px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.5;
        font-size: 18px;
    }
}
ul,
ol {
    padding-left: 40px;
}
a,
a:visited {
    color: #204353;
    transition: 0.3s;
    text-decoration: underline;
}
a:hover,
a:visited:hover {
    color: #acd060;
}
blockquote {
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-left: 2px;
    margin-top: 0;
    margin-bottom: 24px;
}
ul {
    padding-left: 24px;
}
ul.largeBullet {
    padding-left: 33px;
}
ul.largeBullet li.bullet-check {
    list-style: none;
}
ul.largeBullet li.bullet-check:before {
    background-image: url("iconimages/check_med_luft.png");
}
ul li {
    min-height: 20px;
    position: relative;
    margin-bottom: 0.5rem;
}
ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    display: inline-block;
    height: 18px;
    width: 24px;
    margin-left: -24px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
}
ul li.bullet-check {
    list-style: none;
}
ul li.bullet-check:before {
    background-image: url("iconimages/check.svg");
}
.img-responsive {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
}
.img-responsive-left {
    max-width: 100%;
    display: block;
    height: auto;
}
.fluid {
    display: block;
    width: 100%;
    height: auto;
}
.button {
    font-size: 18px;
    border: solid 1px #97c33a;
    font-weight: 500;
    background-color: #97c33a;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    line-height: 1.334;
    padding: 11px 20px;
    cursor: pointer;
    transition: 300ms;
    display: inline-block;
    font-family: "Work Sans", sans-serif !important;
    text-align: center;
    max-width: 100%;
}
@media only screen and (max-width: 770px) {
    .button {
        font-size: 18px;
    }
}
.button:hover {
    color: #fff;
    background-color: #acd060;
}
a.button {
    color: #fff;
}
a.button:hover {
    color: #fff;
    background-color: #acd060;
}
a.button--fluid {
    width: calc(100% - 42px);
    padding: 11px 20px;
}
.button--fat,
a.button--fat {
    padding: 11px 48px;
}
.button--big,
a.button--big {
    font-size: 1.3rem;
    font-weight: bold;
}
.button--small,
a.button--small {
    font-size: 15px;
    padding: 9px 14px;
}
.button--fluid,
a.button--fluid {
    width: 100%;
    padding: 11px 20px;
}
.button--blue,
a.button--blue {
    background-color: #204353;
    border: solid 1px #204353;
}
.button--blue:hover,
a.button--blue:hover {
    background-color: #2e6178 !important;
}
.button--grey,
a.button--grey {
    background-color: #a0b5bd;
    border: solid 1px #a0b5bd;
}
.button--grey:hover,
a.button--grey:hover {
    background-color: #beccd2 !important;
}
.button--clear,
a.button--clear {
    background-color: unset;
    color: #204353;
    position: relative;
    font-weight: 300;
    border: solid 1px #a0b5bd;
}
.button--clear:hover,
a.button--clear:hover {
    color: #204353;
    background-color: unset;
}
.input {
    font-size: 18px;
    background-color: #fff;
    border: solid 1px #a0b5bd;
    color: #204353;
    text-decoration: none;
    border-radius: 100px;
    line-height: 1.334;
    padding: 11px 20px;
    transition: 300ms;
    display: inline-block;
    margin-bottom: 24px;
    font-family: "Work Sans", sans-serif !important;
    max-width: calc(100% - 66px);
    font-weight: 300;
}
@media only screen and (max-width: 770px) {
    .input {
        font-size: 18px;
    }
}
.input:hover {
    outline: 0;
}
.input:focus {
    outline: 0;
}
.input--fat {
    padding: 11px 48px;
}
.input--fluid {
    width: calc(100% - 42px);
    max-width: calc(100% - 42px);
    padding: 11px 20px;
}
.input--small {
    font-size: 15px;
    padding: 9px 14px;
}
textarea.input {
    border-radius: 24px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.text-xsmall {
    font-size: 16px;
}
.text-small {
    font-size: 18px;
}
.text-medium {
    font-size: 21px;
}
.text-large {
    font-size: 26px;
}
.text-xlarge {
    font-size: 30px;
}
@media only screen and (max-width: 770px) {
    .text-xsmall {
        font-size: 16px;
    }
    .text-small {
        font-size: 18px;
    }
    .text-medium {
        font-size: 21px;
    }
    .text-large {
        font-size: 24px;
    }
    .text-xlarge {
        font-size: 26px;
    }
}
.text-white {
    color: #fff;
}
.text-white a,
.text-white a:visited {
    color: #fff;
}
.text-blue {
    color: #204353;
}
.text-grey {
    color: #a0b5bd;
}
.text-green {
    color: #97c33a;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-italic {
    font-style: italic;
}
.text-underline {
    text-decoration: underline;
}
.text-linethrough {
    text-decoration: line-through;
}
.text-shadow {
    text-shadow: 1px 1px 1px #303030;
}
.text-muted {
    opacity: 0.4;
}
.text-w-black {
    font-weight: 800;
}
.text-w-bold {
    font-weight: 600;
}
.text-w-semibold,
b,
strong {
    font-weight: 500;
}
.text-w-medium {
    font-weight: 400;
}
.text-w-regular {
    font-weight: 300;
}
.text-w-light {
    font-weight: 200;
}
.text-w-xlight {
    font-weight: 100;
}
.margin-none {
    margin: 0;
}
@media only screen and (min-width: 1150px) {
    .nav__push {
        height: 85px;
    }
    .nav {
        background-color: #fff;
        box-shadow: 0px 2px 10px 2px rgba(32, 66, 83, 0.1);
        width: calc(100% - 64px);
        padding: 0 32px;
        height: 85px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        display: grid;
        grid-template-columns: auto 500px;
        font-size: 17px;
        font-weight: 300;
    }
    .nav a,
    .nav a:visited {
        text-decoration: none;
        transition: 300ms;
        cursor: pointer;
    }
    .nav__left {
        display: flex;
        align-items: center;
    }
    .nav__left__logo {
        width: 166px;
        height: auto;
        display: block;
    }
    .nav__left__icon {
        display: none;
    }
    .nav__left__featured-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
    }
    .nav__left__featured-links li {
        display: inline;
        margin: 0;
        padding: 0;
        margin-left: 20px;
    }
    .nav__right {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        gap: 20px;
    }
    .nav__right__openhours {
        position: relative;
        align-self: center;
        line-height: 1.4;
        font-size: 15px;
    }
    .nav__right__openhours__indicator {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #97c33a;
        position: absolute;
        top: 6px;
        left: -14px;
    }
    .nav__right__cta {
        font-size: 16px;
        padding: 8px 27px;
    }
    .nav__right__hamburger {
        margin-left: 20px;
        width: 30px;
        height: 21px;
        align-self: center;
        cursor: pointer;
        position: relative;
    }
    .nav__right__hamburger__line {
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background-color: #204253;
        display: block;
        transition: 500ms;
    }
    .nav__right__hamburger__line:nth-child(1) {
        position: absolute;
        top: 0;
    }
    .nav__right__hamburger__line:nth-child(2) {
        width: 75%;
        position: absolute;
        top: calc(50% - 1.5px);
    }
    .nav__right__hamburger__line:nth-child(3) {
        position: absolute;
        top: 18px;
    }
    .nav__right
        .nav__right__hamburger.active
        .nav__right__hamburger__line:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }
    .nav__right
        .nav__right__hamburger.active
        .nav__right__hamburger__line:nth-child(2) {
        width: 0;
    }
    .nav__right
        .nav__right__hamburger.active
        .nav__right__hamburger__line:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
    }
    .nav__main {
        position: absolute;
        box-shadow: 0px 4px 10px 2px rgba(32, 66, 83, 0.1);
        top: 105px;
        padding: 32px;
        background-color: #fff;
        width: 320px;
        border-radius: 16px;
        transition: 500ms;
        right: -400px;
    }
    .nav__main.active {
        right: 20px;
    }
    .nav__main ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .nav__main__item {
        transition: 300ms;
    }
    .nav__main__item.active {
        font-weight: bold;
    }
    .nav__main__item__title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
        line-height: 1;
        cursor: pointer;
    }
    .nav__main__item ul {
        display: none;
        border-bottom: solid 2px #a0b5bd;
    }
    .nav__main__item li {
        padding-left: 10px;
    }
    .nav__main__item:last-of-type {
        margin: 0;
    }
    .nav-blockout {
        background-color: rgba(244, 247, 249, 0.4);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 1150px) {
    .nav__push {
        height: 65px;
    }
    .nav {
        background-color: #fff;
        box-shadow: 0px 2px 10px 2px rgba(32, 66, 83, 0.1);
        width: calc(100% - 32px);
        padding: 0 16px;
        height: 65px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        display: grid;
        grid-template-columns: auto 50px;
        font-size: 17px;
        font-weight: 300;
    }
    .nav a,
    .nav a:visited {
        text-decoration: none;
        transition: 300ms;
        cursor: pointer;
    }
    .nav__left {
        display: flex;
        align-items: center;
    }
    .nav__left__logo {
        display: none;
    }
    .nav__left__icon {
        width: 40px;
        height: 40px;
        display: block;
    }
    .nav__left__featured-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
    }
    .nav__left__featured-links li {
        display: none;
        margin: 0;
        padding: 0;
        margin-left: 10px;
        font-size: 15px;
    }
    .nav__left__featured-links li:nth-child(1),
    .nav__left__featured-links li:nth-child(2) {
        display: inline;
    }
    .nav__right {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .nav__right__openhours {
        display: none;
    }
    .nav__right__login {
        display: none;
    }
    .nav__right__cta {
        display: none;
    }
    .nav__right__hamburger {
        width: 35px;
        height: 30px;
        align-self: center;
        cursor: pointer;
        position: relative;
    }
    .nav__right__hamburger__line {
        width: 100%;
        height: 5px;
        border-radius: 10px;
        background-color: #204253;
        display: block;
        transition: 500ms;
    }
    .nav__right__hamburger__line:nth-child(1) {
        position: absolute;
        top: 0;
    }
    .nav__right__hamburger__line:nth-child(2) {
        position: absolute;
        top: calc(50% - 2.5px);
    }
    .nav__right__hamburger__line:nth-child(3) {
        position: absolute;
        top: 25px;
    }
    .nav__right
        .nav__right__hamburger.active
        .nav__right__hamburger__line:nth-child(1) {
        top: 12px;
        transform: rotate(45deg);
    }
    .nav__right
        .nav__right__hamburger.active
        .nav__right__hamburger__line:nth-child(2) {
        width: 0;
    }
    .nav__right
        .nav__right__hamburger.active
        .nav__right__hamburger__line:nth-child(3) {
        top: 12px;
        transform: rotate(-45deg);
    }
    .nav__main {
        position: absolute;
        box-shadow: 0px 4px 10px 2px rgba(32, 66, 83, 0.1);
        top: 84px;
        padding: 20px;
        background-color: #fff;
        width: calc(100% - 80px);
        max-width: 320px;
        border-radius: 16px;
        transition: 500ms;
        right: -400px;
    }
    .nav__main.active {
        right: 20px;
    }
    .nav__main ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .nav__main__item {
        transition: 300ms;
    }
    .nav__main__item.active {
        font-weight: bold;
    }
    .nav__main__item__title {
        font-size: 19px;
        margin-bottom: 8px;
        display: inline-block;
        line-height: 1;
        cursor: pointer;
    }
    .nav__main__item ul {
        display: none;
        border-bottom: solid 2px #a0b5bd;
    }
    .nav__main__item li {
        padding-left: 10px;
    }
    .nav__main__item:last-of-type {
        margin: 0;
    }
    .nav-blockout {
        background-color: rgba(244, 247, 249, 0.4);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }
}
.nav-blockout {
    background-color: rgba(32, 66, 83, 0.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.hero-wrap {
    position: relative;
}
.hero-container {
    position: relative;
}
.hero-container__video {
    display: none;
}
.hero-container__desktop {
    display: none;
}
.hero-container__mobile {
    display: block;
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 769px) {
    .hero-container {
        overflow: hidden;
    }
    .hero-container__content {
        position: relative;
        z-index: 1;
    }
    .hero-container__content__inner {
        padding: 32px 16px;
    }
    .hero-container__content__inner__main-heading {
        margin: 0;
        font-size: 38px;
        font-weight: 800;
        line-height: 1.2;
    }
    .hero-container__content__inner__secondary-heading {
        font-size: 24px;
        line-height: 1.4;
        margin: 0;
    }
    .hero-container__openhours {
        background-color: #fff;
        font-size: 15px;
        border-bottom: solid 1px #a0b5bd;
        padding: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        box-shadow: 0px 4px 10px 2px rgba(32, 66, 83, 0.3);
    }
    .hero-container__openhours .button {
        font-size: 16px;
    }
}
@media only screen and (min-width: 769px) {
    .hero-container__desktop {
        display: block;
    }
    .hero-container__openhours {
        display: none;
    }
    .hero-container__mobile {
        display: none;
    }
    .hero-container__video {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .hero-container__content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .hero-container__content__inner {
        width: calc(100% - 64px);
        max-width: 800px;
        padding: 32px;
        margin: auto;
        text-align: center;
    }
    .hero-container__content__inner__main-heading {
        margin: 0;
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
        text-shadow: 1px 1px 1px #204353;
    }
    .hero-container__content__inner__secondary-heading {
        margin: 0;
        font-size: 36px;
        font-weight: 300;
        text-shadow: 1px 1px 1px #204353;
        margin-top: 16px;
        line-height: 1.2;
    }
}
.content {
    margin: auto;
    max-width: calc(100% - 64px);
}
@media (min-width: 1360px) {
    .content {
        max-width: 1280px;
    }
}
.content-area {
    margin: auto;
    padding: 0 16px;
    max-width: 1150px;
}
@media (min-width: 1023px) {
    .content-area {
        padding: 0 32px;
    }
}
.section {
    position: relative;
    overflow-x: hidden;
    padding: 48px 0;
}
@media (min-width: 1023px) {
    .section {
        padding: 132px 0;
    }
}
.grid,
.dynamic-grid {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, auto);
    grid-gap: 24px;
}
@media only screen and (min-width: 1278px) {
    .grid,
    .dynamic-grid {
        grid-gap: 64px;
    }
}
.position-stretch {
    align-self: stretch;
    justify-self: stretch;
}
.position-center {
    justify-self: center;
    align-self: center;
}
.position-centerVertical {
    align-self: center;
}
.position-centerHorizontal {
    justify-self: center;
}
.position-end {
    justify-self: end;
    align-self: end;
}
.position-endVertical {
    align-self: end;
}
.position-endHorizontal {
    justify-self: end;
}
.gap-none {
    grid-gap: 0px;
}
.gap-xsmall {
    grid-gap: 8px;
}
.gap-small {
    grid-gap: 16px;
}
.gap-medium {
    grid-gap: 24px;
}
.gap-large {
    grid-gap: 48px;
}
.gap-xlarge {
    grid-gap: 64px;
}
@media only screen and (min-width: 1278px) {
    .gap-none {
        grid-gap: 0px;
    }
    .gap-xsmall {
        grid-gap: 8px;
    }
    .gap-small {
        grid-gap: 16px;
    }
    .gap-medium {
        grid-gap: 32px;
    }
    .gap-large {
        grid-gap: 80px;
    }
    .gap-xlarge {
        grid-gap: 128px;
    }
}
.span-1 {
    grid-column: span 1;
}
.span-2 {
    grid-column: span 2;
}
.span-3 {
    grid-column: span 3;
}
.span-4 {
    grid-column: span 4;
}
.span-5 {
    grid-column: span 5;
}
.span-6 {
    grid-column: span 6;
}
.span-7 {
    grid-column: span 7;
}
.span-8 {
    grid-column: span 8;
}
.row-1 {
    grid-row-start: 1;
}
.row-2 {
    grid-row-start: 2;
}
.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}
.grid-7 {
    grid-template-columns: repeat(7, 1fr);
}
.grid-8 {
    grid-template-columns: repeat(8, 1fr);
}
.auto-scale-container {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.auto-scale-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.auto-scale img {
    position: absolute;
}
@media only screen and (max-width: 560px) {
    .xs-span-1 {
        grid-column: span 1;
    }
    .xs-span-2 {
        grid-column: span 2;
    }
    .xs-span-3 {
        grid-column: span 3;
    }
    .xs-span-4 {
        grid-column: span 4;
    }
    .xs-span-5 {
        grid-column: span 5;
    }
    .xs-span-6 {
        grid-column: span 6;
    }
    .xs-span-7 {
        grid-column: span 7;
    }
    .xs-span-8 {
        grid-column: span 8;
    }
    .xs-auto-scale img {
        position: absolute;
    }
    .xs-no-auto-scale img {
        position: relative;
    }
    .xs-row-1 {
        grid-row-start: 1;
    }
    .xs-row-2 {
        grid-row-start: 2;
    }
    .xs-row-3 {
        grid-row-start: 3;
    }
    .xs-row-4 {
        grid-row-start: 4;
    }
    .xs-row-5 {
        grid-row-start: 5;
    }
    .xs-row-6 {
        grid-row-start: 6;
    }
    .xs-row-7 {
        grid-row-start: 7;
    }
    .xs-row-8 {
        grid-row-start: 8;
    }
}
@media only screen and (min-width: 560px) {
    .s-span-1 {
        grid-column: span 1;
    }
    .s-span-2 {
        grid-column: span 2;
    }
    .s-span-3 {
        grid-column: span 3;
    }
    .s-span-4 {
        grid-column: span 4;
    }
    .s-span-5 {
        grid-column: span 5;
    }
    .s-span-6 {
        grid-column: span 6;
    }
    .s-span-7 {
        grid-column: span 7;
    }
    .s-span-8 {
        grid-column: span 8;
    }
    .s-auto-scale img {
        position: absolute;
    }
    .s-no-auto-scale img {
        position: relative;
    }
}
@media only screen and (min-width: 770px) {
    .m-span-1 {
        grid-column: span 1;
    }
    .m-span-2 {
        grid-column: span 2;
    }
    .m-span-3 {
        grid-column: span 3;
    }
    .m-span-4 {
        grid-column: span 4;
    }
    .m-span-5 {
        grid-column: span 5;
    }
    .m-span-6 {
        grid-column: span 6;
    }
    .m-span-7 {
        grid-column: span 7;
    }
    .m-span-8 {
        grid-column: span 8;
    }
    .m-auto-scale img {
        position: absolute;
    }
    .m-no-auto-scale img {
        position: relative;
    }
}
@media only screen and (min-width: 1023px) {
    .l-span-1 {
        grid-column: span 1;
    }
    .l-span-2 {
        grid-column: span 2;
    }
    .l-span-3 {
        grid-column: span 3;
    }
    .l-span-4 {
        grid-column: span 4;
    }
    .l-span-5 {
        grid-column: span 5;
    }
    .l-span-6 {
        grid-column: span 6;
    }
    .l-span-7 {
        grid-column: span 7;
    }
    .l-span-8 {
        grid-column: span 8;
    }
    .l-auto-scale img {
        position: absolute;
    }
    .l-no-auto-scale img {
        position: relative;
    }
}
@media only screen and (min-width: 1278px) {
    .xl-span-1 {
        grid-column: span 1;
    }
    .xl-span-2 {
        grid-column: span 2;
    }
    .xl-span-3 {
        grid-column: span 3;
    }
    .xl-span-4 {
        grid-column: span 4;
    }
    .xl-span-5 {
        grid-column: span 5;
    }
    .xl-span-6 {
        grid-column: span 6;
    }
    .xl-span-7 {
        grid-column: span 7;
    }
    .xl-span-8 {
        grid-column: span 8;
    }
    .xl-auto-scale img {
        position: absolute;
    }
    .xl-no-auto-scale img {
        position: relative;
    }
}
.main-nav-push {
    height: 30px;
    display: none;
}
@media only screen and (max-width: 1240px) {
    .main-nav {
        font-weight: 300;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 32px);
        padding: 0 16px;
        height: 60px;
        display: grid;
        z-index: 4;
        align-items: center;
        grid-template-columns: 166px auto 40px;
        font-size: 16px;
        gap: 16px;
        position: fixed;
    }
    .main-nav__topics {
        background-color: #fff;
        overflow: scroll;
        position: fixed;
        top: 0;
        left: calc(-100vw - 80px);
        width: calc(100vw - 100px);
        height: calc(100% - 32px);
        padding: 16px;
        padding-top: 32px;
        transition: 600ms;
    }
    .main-nav__topics.active {
        left: 0;
    }
    .main-nav__topics ul,
    .main-nav__topics li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .main-nav__topics li > a {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
    }
    .main-nav__topics__item {
        margin-bottom: 8px;
    }
    .main-nav__topics__item__title {
        font-weight: 400;
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
    }
    .main-nav__topics__item__title:hover,
    .main-nav__topics__item__title:focus {
        color: #204253;
    }
    .main-nav__topics__item__card {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: 700ms;
        padding: 0 16px 0px 16px;
    }
    .main-nav__topics__item__card .card-secondary {
        padding: 16px;
        background-color: #f0f3f5;
        border-radius: 8px;
    }
    .main-nav__topics__item.active .main-nav__topics__item__card {
        opacity: 1;
        pointer-events: all;
        max-height: 1000px;
        padding: 10px 16px 16px 16px;
    }
    .main-nav__buttons {
        display: none;
    }
    .main-nav__login {
        display: none;
    }
    .main-nav__open-hours {
        display: none;
    }
    .main-nav__cta {
        display: none;
    }
    .main-nav__mobile-toplinks {
        display: block;
    }
    .main-nav__mobile-burger {
        width: 34px;
        height: 26px;
        margin-top: -7px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        justify-self: end;
    }
    .main-nav__mobile-burger span {
        background-color: #fff;
        box-shadow: 0px 0px 15px 5px rgba(32, 66, 83, 0.452);
        width: 100%;
        height: 4px;
        border-radius: 8px;
    }
    .main-nav.scrolled-down,
    .no-header .main-nav {
        background-color: #fff;
        box-shadow: 1px 1px 30px rgba(32, 66, 83, 0.3);
    }
    .main-nav.scrolled-down .main-nav__mobile-burger span,
    .no-header .main-nav .main-nav__mobile-burger span {
        background-color: #204253;
        box-shadow: unset;
    }
    .incl-side-topic {
        display: grid;
        grid-template-columns: 100%;
    }
    .incl-side-topic .card-primary {
        grid-row-start: 1;
    }
    .incl-side-topic .card-secondary {
        grid-row-start: 2;
    }
}
.card-secondary figure {
    margin: 0;
    padding: 0;
}
.card-secondary img {
    max-width: 100%;
    height: auto;
}
.card-secondary p {
    font-size: 16px;
}
@media only screen and (min-width: 1240px) {
    .incl-side-topic {
        display: grid;
        grid-template-columns: 60% 40%;
    }
    .incl-side-topic .card-primary {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .incl-side-topic .card-secondary {
        grid-column-start: 2;
        grid-row-start: 1;
    }
    .main-nav {
        font-weight: 300;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 64px);
        padding: 0 32px;
        height: 80px;
        display: grid;
        z-index: 3;
        align-items: center;
        grid-template-columns: 166px auto 400px;
        font-size: 16px;
        gap: 16px;
        transition: background-color 600ms;
        transition: box-shadow 600ms;
        box-shadow: 0;
    }
}
@media only screen and (min-width: 1240px) and (min-width: 1400px) {
    .main-nav {
        grid-template-columns: 166px auto 400px;
        font-size: 17px;
        gap: 32px;
    }
}
@media only screen and (min-width: 1240px) {
    .main-nav em.main-nav__topics__item__title,
    .main-nav em.main-nav__topics__item__title:visited {
        color: #fff;
        text-shadow: 0px 2px 3px #204253;
        cursor: pointer;
    }
    .main-nav a {
        text-decoration: none;
        cursor: pointer;
    }
    .main-nav__logo {
        max-height: 35px;
    }
    .main-nav__topics {
        display: flex;
        flex-direction: row;
        gap: 16px;
        height: 100%;
    }
}
@media only screen and (min-width: 1240px) and (min-width: 1350px) {
    .main-nav__topics {
        gap: 32px;
    }
}
@media only screen and (min-width: 1240px) {
    .main-nav__topics ul,
    .main-nav__topics li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .main-nav__topics li > a {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
    }
    .main-nav__topics__item {
        position: relative;
        padding-top: 26px;
        height: calc(100% - 26px);
    }
    .main-nav__topics__item__title {
        font-style: normal;
        cursor: pointer;
    }
    .main-nav__topics__item:after {
        content: "";
        height: 100px;
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        min-width: 300px;
        pointer-events: none;
    }
    .main-nav__topics__item:hover:after,
    .main-nav__topics__item:focus:after,
    .main-nav__topics__item:focus-within:after {
        pointer-events: all;
    }
    .main-nav__topics__item:hover .main-nav__topics__item__card,
    .main-nav__topics__item:focus .main-nav__topics__item__card,
    .main-nav__topics__item:focus-within .main-nav__topics__item__card {
        opacity: 1;
        pointer-events: all;
        margin-top: 25px;
        transform: scale(1);
    }
    .main-nav__topics__item__card {
        transition: 450ms;
        opacity: 0;
        width: 600px;
        left: -90px;
        margin-top: 100px;
        position: absolute;
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 1px 1px 30px rgba(32, 66, 83, 0.3);
        pointer-events: none;
        transform: scale(0.95);
    }
    .main-nav__topics__item__card:after {
        content: " ";
        width: 30px;
        height: 18.8px;
        background-image: url("/assets/images/menu-tail.svg");
        position: absolute;
        top: -12px;
        left: 90px;
    }
    .main-nav__topics__item__card.no-padding {
        padding: 0;
    }
    .main-nav__topics__item__card .card-primary {
        padding: 32px;
        border-radius: 16px;
    }
    .main-nav__topics__item__card .card-secondary {
        padding: 32px;
        background-color: #f0f3f5;
        border-radius: 16px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .main-nav__open-hours {
        position: relative;
        align-self: center;
        line-height: 1.4;
        font-size: 15px;
    }
    .main-nav__buttons {
        display: flex;
        gap: 32px;
        justify-content: end;
    }
    .main-nav__buttons .button {
        font-size: 16px;
        padding: 9px 20px;
    }
    .main-nav__buttons .button--grey {
        background-color: #fff;
        color: #204253;
        border-color: #fff;
    }
    .main-nav__buttons .button--grey:hover {
        background-color: #fff;
        color: #204253;
        border-color: #fff;
    }
    .main-nav__mobile-burger {
        display: none;
    }
    .main-nav__mobile-toplinks {
        display: none;
    }
    .main-nav.scrolled-down,
    .no-header .main-nav {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 1px 1px 30px rgba(32, 66, 83, 0.3);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .main-nav.scrolled-down em.main-nav__topics__item__title,
    .main-nav.scrolled-down em.main-nav__topics__item__title:visited,
    .no-header .main-nav em.main-nav__topics__item__title,
    .no-header .main-nav em.main-nav__topics__item__title:visited {
        color: #204253;
        text-shadow: none;
        cursor: pointer;
    }
}
.mobile-nav-blockout {
    width: 100%;
    height: 100%;
    background-color: rgba(32, 66, 83, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 2;
    opacity: 0;
}
.mobile-nav-blockout.active {
    opacity: 1;
    display: block;
}
.nav-bullet {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #f0f3f5;
    color: #204253;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1023px) {
    .hero-section {
        position: relative;
        background-color: #f0f3f5;
    }
    .hero-section__image {
        display: none;
    }
    .hero-section__image--mobile {
        display: block;
        width: 100%;
        height: auto;
    }
    .hero-section__video {
        display: none;
    }
    .hero-section__cover {
        background-color: #f0f3f5;
        color: #204253;
        padding: 16px;
    }
    .hero-section__cover__mainheading {
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        line-height: 1.1;
    }
    .hero-section__cover__subheading {
        margin: 0;
    }
    .hero-section__cover__logo-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    .hero-section__cover__form {
        padding-top: 32px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }
    .hero-overlap-panel {
        position: relative;
        max-width: 1022px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        background-color: #f0f3f5;
        padding: 32px 16px;
    }
    .hero-overlap-panel__heading {
        font-weight: 900;
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .hero-overlap-panel__sub-heading {
        font-size: 20px;
        line-height: 1.4;
        margin: 0;
        font-weight: 300;
    }
    .hero-overlap-panel__wings {
        display: none;
    }
    .hero-overlap-panel__right {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
    .hero-overlap-panel__gd-logo {
        grid-row-start: 3;
        display: block;
        margin: auto;
        margin-top: 24px;
    }
}
@media (min-width: 1023px) {
    .hero-section {
        position: relative;
        background-color: #fff;
    }
    .hero-section__cta {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .hero-section__image {
        width: 100%;
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }
}
@media (min-width: 1023px) and (min-width: 1400px) {
    .hero-section__image {
        height: 700px;
    }
}
@media (min-width: 1023px) {
    .hero-section__image--mobile {
        display: none;
    }
    .hero-section__video {
        position: absolute;
        top: -9px;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .hero-section__cover-wrap {
        width: 1214px;
        margin: auto;
        position: relative;
    }
}
@media (min-width: 1023px) and (max-width: 1260px) {
    .hero-section__cover-wrap {
        max-width: calc(100% - 32px);
    }
}
@media (min-width: 1023px) {
    .hero-section__cover {
        width: calc(100% - 64px);
        position: absolute;
        bottom: -64px;
        z-index: 2;
        background-color: rgba(32, 66, 83, 0.8);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        color: #fff;
        padding: 32px;
        padding-bottom: 55px;
        min-height: 200px;
        border-radius: 32px;
        display: grid;
        grid-template-columns: 65% 35%;
    }
}
@media (min-width: 1023px) and (max-width: 1260px) {
    .hero-section__cover {
        grid-template-columns: 1fr 380px;
    }
}
@media (min-width: 1023px) and (min-width: 1023px) {
    .hero-section__cover {
        padding: 32px;
        padding-bottom: 55px;
    }
}
@media (min-width: 1023px) {
    .hero-section__cover__mainheading {
        line-height: 40px;
        font-size: 38px;
        margin-bottom: 8px;
        font-weight: 800;
    }
    .hero-section__cover__subheading {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .hero-section__cover__logo-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    .hero-section__cover__form {
        width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }
    .hero-section__cover__form .contact-options,
    .hero-section__cover__form .cta-heading {
        color: #fff;
        text-shadow: 0px 1px 2px #204253;
    }
    .hero-section__cover__leftside {
        padding-right: 32px;
    }
    .hero-section__cover__open-hours {
        margin-top: 16px;
        width: 100%;
        position: absolute;
        bottom: 16px;
        right: 32px;
    }
    .usp-streamer {
        width: 1150px;
        max-width: calc(100% - 32px);
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        display: none;
    }
    .usp-streamer span {
        font-weight: 300;
        font-style: italic;
        padding-top: 10px;
        font-size: 20px;
    }
    .hero-wrap {
        background-color: #fff;
    }
    .hero-overlap-panel {
        position: relative;
        background-color: #fff;
        max-width: 894px;
        margin: auto;
        margin-top: -132px;
        position: relative;
        padding: 52px;
        display: grid;
        grid-template-columns: 1fr 370px;
        grid-gap: 24px;
        border-radius: 64px;
        padding-bottom: 32px;
    }
    .hero-overlap-panel__wings {
        display: none;
    }
    .hero-overlap-panel::after {
        content: " ";
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: -50px;
        left: 10%;
        z-index: 1;
        border-top: 5px dotted #f0f3f5;
    }
    .hero-overlap-panel__heading {
        font-weight: 900;
        font-size: 32px;
        line-height: 1.2;
    }
    .hero-overlap-panel__sub-heading {
        font-size: 20px;
        line-height: 1.4;
        margin: 0;
        font-weight: 300;
    }
    .hero-overlap-panel__right {
        align-self: center;
    }
}
@media (min-width: 1023px) and (min-width: 1060px) {
    .hero-overlap-panel {
        max-width: 800px;
        padding: 40px;
        padding-bottom: 32px;
        border-radius: 40px;
    }
    .hero-overlap-panel__wings {
        display: block;
    }
}
@media (min-width: 1023px) and (min-width: 1278px) {
    .hero-overlap-panel {
        max-width: 1022px;
        border-radius: 64px;
        padding: 52px;
    }
    .hero-overlap-panel__heading {
        font-size: 36px;
    }
    .hero-overlap-panel__sub-heading {
        font-size: 22px;
    }
}
.hero-cta--desktop {
    display: none;
}
@media (min-width: 1023px) {
    .hero-cta--desktop {
        position: absolute;
        display: block;
        width: 700px;
        max-width: 100%;
        left: calc(50% - 350px);
        top: 130px;
    }
}
@media (min-width: 1023px) and (min-width: 1278px) {
    .hero-cta--desktop {
        top: 180px;
    }
}
@media (min-width: 1023px) {
    .hero-cta--desktop .form-wrap {
        width: 500px;
        max-width: calc(100% - 32px);
        margin: auto;
    }
    .hero-cta--desktop .contact-options,
    .hero-cta--desktop .hero-text {
        color: #fff;
        text-shadow: 1px 1px 1px #204253;
    }
    .hero-cta--desktop .hero-text {
        text-align: center;
    }
}
.hero-cta--mobile {
    display: none;
}
@media (max-width: 1023px) {
    .hero-cta--mobile {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
}
.article__content img {
    max-width: 100%;
}
.hero-input {
    font-size: 16px;
    background-color: #f0f3f5;
    border: solid 1px #f0f3f5;
    color: #204353;
    text-decoration: none;
    line-height: 1.334;
    padding: 16px 20px;
    transition: 300ms;
    display: inline-block;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 300;
    text-align: center;
    border-radius: 64px;
}
.hero-input:focus {
    outline: 0;
    border: solid 1px #a0b5bd;
} /*# sourceMappingURL=critical.css.map */
