@font-face {
  font-family: Foundersgroteskxcond Lt;
  src: url("/assets/fonts/foundersgroteskxcond-lt.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-semibolditalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Foundersgroteskxcond;
  src: url("/assets/fonts/foundersgroteskxcond-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-regularitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-lightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-mediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url("/assets/fonts/foundersgrotesk-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgroteskcond Lt;
  src: url("/assets/fonts/foundersgroteskcond-lt.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --blue: #101731;
  --mustard: #d59f74;
  --blue-grey: #97a2a8;
  --white-2: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
}

a {
  text-decoration: underline;
}

.page-wrap {
  position: relative;
  overflow: hidden;
}

._100vh-section {
  background-image: var(--image-70a1c50f);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
}

._100vh-section.plain {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue)), var(--image-70a1c50f);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-left: 5svw;
  padding-right: 5svw;
  display: flex;
}

._100vh-section.plain.white {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  padding-top: 30svh;
  padding-bottom: 5rem;
}

._100vh-section.plain.white.blog {
  margin-bottom: 0;
  padding-bottom: 0;
}

._100vh-section.plain.white.cost-cal {
  padding-top: 16svh;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: #101731;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 5svw 1.7rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navlink {
  font-family: Schibsted Grotesk, sans-serif;
  font-size: .956rem;
  font-weight: 400;
  line-height: 1;
}

.navlink.w--current {
  border-bottom: 1rem none var(--mustard);
}

.brand {
  order: -1;
  align-self: center;
  width: 10rem;
}

.nav-menu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60vw;
  margin-bottom: 25svh;
  margin-left: 15svw;
  display: flex;
  position: relative;
  top: 4rem;
}

.text-regular {
  color: var(--white);
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}

.text-regular.medium {
  align-self: flex-start;
  max-width: 70%;
}

.text-regular.medium.blue {
  color: var(--blue);
  max-width: none;
  line-height: 1.4;
}

.text-regular.medium.blue.right-alinged {
  text-align: right;
  max-width: none;
}

.text-regular.blue {
  color: var(--blue);
  text-transform: capitalize;
  font-family: Schibsted Grotesk, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.text-regular.blue.link {
  font-size: .8rem;
  font-weight: 500;
}

.text-regular.blue.link.white._2 {
  color: var(--white);
}

.text-regular.orange {
  color: var(--mustard);
  font-size: 2.5rem;
  line-height: 1;
}

.button {
  z-index: 10;
  background-color: var(--mustard);
  color: var(--white);
  text-align: center;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  text-transform: none;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-family: Foundersgrotesk, sans-serif;
  font-weight: 400;
  line-height: 0;
  display: flex;
}

.button-text.two {
  color: var(--mustard);
}

.button-background {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 44rem;
  margin-bottom: 22px;
  padding-right: .125rem;
  display: flex;
}

.div-block {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  border-top: .3rem none var(--mustard);
  align-self: flex-end;
  padding: .9rem 3rem;
  display: flex;
}

.text-small {
  color: var(--white);
  font-family: Foundersgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-small.blue {
  color: var(--blue);
  text-transform: capitalize;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-small.blue.small {
  font-family: Foundersgrotesk, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.text-small.blue._2 {
  padding-right: 10svw;
  font-family: Lato, sans-serif;
}

.text-small.blue.white, .text-small.blue.invert {
  color: var(--white);
}

.text-small.blue.faq {
  text-transform: none;
}

.text-small.footer-text {
  color: var(--blue-grey);
  align-self: center;
  font-size: .8rem;
  text-decoration: none;
}

.text-small.grey {
  color: var(--blue-grey);
}

.small-cirle {
  background-color: var(--mustard);
  border-radius: 100px;
  width: .5rem;
  height: .5rem;
  display: block;
}

.navlink-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  place-items: stretch center;
  height: 1.9rem;
  padding: 0 12px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.navlink-wrap.w--current {
  color: var(--mustard);
}

.large-container-grid {
  grid-template-rows: auto;
  grid-template-columns: 25% 75%;
  grid-auto-columns: 1fr;
  margin: 25svh 5svw 16svh;
  display: grid;
}

.large-container-grid.flex {
  flex-flow: column;
  display: flex;
}

.large-container-grid.flex._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.large-container-grid.flex._3 {
  margin-bottom: 10svh;
}

.large-container-grid.flex._3.link {
  text-decoration: none;
}

.large-container-grid.flex.white {
  margin-top: 10svh;
}

.large-container-grid.main {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-right: 0;
  position: relative;
}

.large-container-grid.main.services {
  border-bottom: .1rem none var(--mustard);
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}

.text-medium {
  color: var(--blue);
  font-family: Foundersgrotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-medium.white {
  color: var(--white);
}

.text-medium.white.right {
  text-align: right;
  max-width: 50%;
}

.text-medium.justify {
  text-align: justify;
}

.text-medium.justify.white {
  margin-top: 34px;
}

.text-medium.right {
  text-align: right;
  max-width: 50%;
  line-height: 1;
}

.text-medium.bold {
  height: 1rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-2 {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
  overflow: hidden;
}

.img-smal {
  width: 5rem;
}

.div-block-4 {
  grid-column-gap: 6.7rem;
  grid-row-gap: 6.7rem;
  margin-bottom: 52px;
  display: flex;
}

.link-arrow {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow-wrapper {
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blue-wrapper {
  z-index: 1;
  background-color: var(--blue);
  margin-bottom: 45svh;
  padding-top: 0;
  padding-left: 5svw;
  padding-right: 5svw;
  position: relative;
}

.blue-wrapper.flex {
  margin-bottom: 0;
}

.blue-wrapper.flex._2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-5 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  top: 6.7rem;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-6 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 355.953px;
  padding: 2.2rem 2.9rem;
  display: flex;
}

.div-block-6.white-bg {
  background-color: var(--white);
  padding: 4.2rem;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  overflow: visible;
}

.heading-3 {
  color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.faq {
  margin-top: 8px;
}

.faq-item {
  border-bottom-width: .125rem;
  border-bottom-color: var(--mustard);
  overflow: hidden;
}

.faq-item:hover {
  color: #cc3f0c;
}

.faq-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 5svw;
  transition: all .2s;
  display: flex;
}

.faq-title:hover {
  color: var(--mustard);
}

.faq-answer {
  padding-bottom: 1.5em;
  padding-left: 7svw;
  padding-right: 7em;
}

.faq-expand {
  color: #231f2f;
  overflow: hidden;
}

.vector {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insights-wrapper {
  margin-top: 0;
}

.insights-wrapper.insights {
  margin-top: 5rem;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  text-decoration: none;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.text-content {
  border-top: .1rem none var(--mustard);
  flex-flow: column;
  justify-content: space-between;
  height: 231.594px;
  margin-top: 1rem;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-content._2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  height: auto;
}

.div-block-9 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  order: 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--blue);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.heading-5.white {
  color: var(--white);
}

.heading-5.blue {
  color: var(--blue);
}

.heading-5.blue.value {
  font-size: 3rem;
  line-height: .9;
}

.heading-5.blue.value.invert {
  color: var(--white);
}

.heading-5.medium {
  color: var(--white);
  font-size: 3rem;
  line-height: .8;
}

.heading-5.medium.blue {
  color: var(--blue);
  font-size: 2rem;
}

.heading-5._50 {
  max-width: 40svw;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: .8;
}

.heading-5._50.white {
  line-height: 1;
}

.heading-5._50.connect {
  max-width: none;
  font-size: 4.6rem;
}

.heading-5.blog {
  max-width: 40vw;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.heading-5.blog._2 {
  margin-bottom: 0;
}

.heading-wrapper {
  border-bottom: .3rem none var(--mustard);
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.heading-wrapper.home {
  border-bottom-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.heading-wrapper.home.hidden {
  display: none;
}

.large-circle {
  background-color: var(--mustard);
  border-radius: 100px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  height: 148.188px;
  margin-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.footer {
  background-color: var(--blue);
  padding-top: 5rem;
  padding-bottom: .5rem;
}

.menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.menu-link {
  color: var(--blue-grey);
  font-family: Foundersgrotesk, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--white);
}

.count-wrap {
  color: #111831;
  background-color: #fff;
  border-bottom: 9px solid #d49f77;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  max-width: 180px;
  margin-left: -2px;
  margin-right: -2px;
  padding: 10px 46px;
  display: flex;
}

.count-wrap.text {
  background-color: #0000;
  border-bottom-style: none;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 21px;
  padding-left: 0;
}

.count-wrap.text._2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #fff0;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
}

.social-media-handle {
  border: 1px solid var(--mustard);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 7px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: grid;
}

.icon {
  align-self: center;
  width: 30px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.image {
  width: 170px;
}

.div-block-15 {
  width: 100%;
}
.div-block-16_insights {
  display: flex;
 
  justify-content: flex-end;

}

.div-block-16 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-16.grid {
  grid-column-gap: 0px;
  grid-row-gap: 76px;
  grid-template-rows: auto auto;
  grid-template-columns: 25% 75%;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.div-block-16.embed {
  justify-content: flex-end;
}

.grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
}

.grid-wrapper._2 {
  margin-top: 5rem;
}

.content-card {
  border: 1px solid var(--white-2);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 40svh;
  padding: 2.9rem 1.4rem 1.4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-card._2 {
  background-image: var(--image-1eb1e4d9);
  background-position: 50% 0;
  background-size: cover;
  height: 50svh;
  padding: 0;
}

.content-card._2._3 {
  background-image: none;
  display: none;
}

.content-card.blue {
  border-color: var(--blue);
}

.content-card.overflow {
  overflow: hidden;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  display: flex;
}

.overlay {
  z-index: 2;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem 1.4rem 1.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.blue {
  background-color: var(--blue);
}

.large-section {
  margin-top: 5rem;
}

.large-section.blue {
  background-color: var(--blue);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.team-section {
  display: block;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-20 {
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.div-block-22.blog {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  margin-top: 0;
}

.div-block-22._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.link-2 {
  color: var(--blue);
  text-decoration: none;
}

.map {
  height: 75svh;
  margin-top: 5rem;
}

.map.bg-img {
  background-image: var(--image-i13b36687);
  background-position: 0 0;
  background-size: auto;
}

.contact-form {
  margin-top: 3rem;
}

.field-label {
  color: var(--blue-grey);
  font-family: Foundersgrotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px .2rem;
  border-color: black black var(--mustard);
  color: var(--white);
  background-color: #fff0;
  font-family: Foundersgrotesk, sans-serif;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: var(--mustard);
}

.line {
  background-color: var(--mustard);
  width: 100%;
  height: .1rem;
}

.line.blue {
  background-color: var(--blue);
}

.line.blog {
  margin-bottom: 2rem;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 70svw;
  text-decoration: none;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-27 {
  height: 1rem;
  overflow: hidden;
}

.div-block-28 {
  background-color: var(--mustard);
  border-radius: 100%;
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  inset: auto;
}

.arrow-image.large {
  width: 30rem;
}

.div-block-29 {
  z-index: 10;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  overflow: hidden;
}

.div-block-31 {
  align-self: flex-end;
}

.div-block-32 {
  background-color: var(--white);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.div-block-32._2 {
  display: none;
  inset: 0% 0% auto;
}

.white-overlay {
  flex-flow: column;
  position: relative;
}

.div-block-33 {
  height: 100%;
  margin-bottom: 31.3rem;
  position: relative;
}

.heading-clip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: -1rem;
  display: flex;
  overflow: hidden;
}

.div-block-34 {
  margin-bottom: 22px;
}

.div-block-35 {
  overflow: hidden;
}

.span-small-text {
  line-height: 1;
  display: block;
}

.div-block-36, .div-block-37 {
  overflow: hidden;
}

.blue-overlay {
  background-color: var(--blue);
  border-radius: 100%;
  width: 120%;
  height: 100%;
  position: absolute;
}

.div-block-39 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: relative;
}

.div-block-40 {
  flex-flow: column;
  align-self: flex-end;
  display: flex;
}

.preloader-wrapper {
  z-index: 11;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-light-background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader-dark-background {
  background-color: #111831;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loading-image {
  z-index: 10;
  width: 8rem;
  height: 8rem;
  position: relative;
}

.click-load {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-41 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  width: 100%;
  display: flex;
}

.code-embed {
  width: 100%;
  overflow: visible;
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.link-3.w--current {
  color: var(--white);
}

.div-block-42 {
  position: absolute;
  inset: auto 0% -11%;
}

.heading-container {
  border-bottom: 1px solid var(--white);
  padding-bottom: 34px;
}

.div-block-43 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-44 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.heading-6 {
  font-size: 1.5rem;
}

.heading-6.grey {
  color: var(--blue-grey);
}

.image-3 {
  align-self: flex-end;
  width: 2.5rem;
  height: 2.5rem;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large {
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 0;
  display: flex;
}

.logo_component-slider {
  grid-column-gap: 6.8rem;
  grid-row-gap: 6.8rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: flex;
}

.logo-slider-img {
  width: 100px;
  max-width: none;
}

.text-block {
  color: var(--white);
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-block.grey {
  color: var(--blue-grey);
  font-size: 1.3rem;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-to-calendar-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hidden {
  display: none;
}

.div-block-46 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-47 {
  background-color: var(--mustard);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .3rem 1.8rem .3rem 40svw;
  display: flex;
  position: sticky;
}

.event {
  color: var(--white);
  order: -1;
  align-self: center;
  font-size: 1rem;
}

.x-ixon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.collection-item {
  overflow: hidden;
}

.image-4 {
  display: block;
}

.link-4 {
  color: var(--white);
  font-family: Schibsted Grotesk, sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .collection-list {
    grid-template-columns: 1fr;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .faq-title {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    padding: 1em;
  }

  .faq-answer {
    padding-bottom: 1em;
    padding-left: 3.2em;
    padding-right: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.3rem;
  }

  ._100vh-section.plain {
    height: auto;
    padding-top: 25svh;
    padding-bottom: 25svh;
  }

  ._100vh-section.plain.white.blog {
    padding-top: 20svh;
  }

  ._100vh-section.plain.white.cost-cal {
    padding-top: 17svh;
  }

  .navbar {
    z-index: 5;
    padding-left: 3svw;
    padding-right: 3svw;
  }

  .nav-menu {
    border-top: 1px solid var(--mustard);
    border-bottom: 1px solid var(--mustard);
    background-color: var(--white);
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    margin-bottom: 40svh;
    margin-left: 3svw;
  }

  .text-regular.medium {
    font-size: .8rem;
  }

  .text-regular.blue {
    align-self: flex-start;
  }

  .text-regular.blue.link.white {
    color: var(--white);
  }

  .div-block {
    display: none;
  }

  .text-small.footer-text {
    font-size: .5rem;
  }

  .small-cirle {
    display: none;
  }

  .navlink-wrap {
    border-bottom: 1px solid var(--mustard);
    color: var(--blue);
    height: 3rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navlink-wrap.w--current {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    border-top: 1px solid var(--blue-grey);
    background-color: var(--mustard);
    color: var(--white);
    height: 3rem;
  }

  .large-container-grid {
    flex-flow: column;
    margin-top: 5rem;
    margin-left: 3svw;
    margin-right: 3svw;
    display: flex;
  }

  .large-container-grid.flex._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .large-container-grid.main {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .text-medium.white {
    font-size: 1rem;
  }

  .text-medium.white.right {
    text-align: left;
    align-self: flex-end;
    max-width: none;
  }

  .text-medium.right {
    text-align: left;
    max-width: none;
  }

  .div-block-2 {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    margin-top: 2rem;
  }

  .div-block-4 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
  }

  .blue-wrapper {
    margin-bottom: 5rem;
    padding: 3.6rem 3svw;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    position: relative;
    top: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    height: auto;
    padding: 2.3rem 1rem;
  }

  .div-block-7 {
    height: 4rem;
  }

  .faq-title {
    grid-column-gap: 1.4em;
    grid-row-gap: .75em;
    grid-template-rows: min-content;
    grid-template-columns: min-content 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-answer {
    padding-left: 3.9em;
  }

  .collection-list-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .blog-img {
    height: 15rem;
  }

  .text-content {
    height: auto;
  }

  .heading-5 {
    margin-bottom: 10px;
    line-height: .9;
  }

  .heading-5.white {
    margin-bottom: 10px;
  }

  .heading-5.blue.value {
    font-size: 2.5rem;
  }

  .heading-5.medium {
    font-size: 2.4rem;
    line-height: 1;
  }

  .heading-5.medium.blue {
    font-size: 2.2rem;
  }

  .heading-5._50 {
    max-width: none;
  }

  .heading-5._50.white {
    max-width: none;
    font-size: 2.7rem;
    line-height: 1;
  }

  .heading-5.blog {
    max-width: none;
  }

  .heading-wrapper.home {
    padding-bottom: .4rem;
  }

  .div-block-10 {
    height: auto;
  }

  .footer-column.hidden {
    display: none;
  }

  .count-wrap.text {
    align-self: center;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .count-wrap.text._2 {
    text-align: left;
    flex-flow: column;
    margin-left: 0;
    padding-right: 0;
  }

  .social-media-handle {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .div-block-11 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    align-self: flex-start;
  }

  .div-block-12 {
    grid-column-gap: 34px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.7rem;
  }

  .div-block-13 {
    flex-flow: column-reverse;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-15 {
    position: relative;
  }

  .div-block-16 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    height: auto;
  }

  .div-block-16.grid {
    display: flex;
  }

  .content-card {
    height: 30svh;
    padding: 2rem 1.2rem;
  }

  .collection-list-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .overlay {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-left: .8rem;
    padding-right: .8rem;
    display: none;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .div-block-22._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-23 {
    flex-flow: column;
    display: flex;
  }

  .div-block-25 {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: none;
  }

  .link-block {
    align-self: center;
    margin-bottom: 7px;
  }

  .link-block.w--current {
    align-self: flex-start;
    margin-bottom: 18px;
  }

  .div-block-41 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 100px;
    order: 1;
    padding: 9px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon-2 {
    color: var(--mustard);
  }

  .code-embed {
    height: 190svh;
    margin-top: .9rem;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .logo-slider-img {
    width: 100px;
  }

  .div-block-45 {
    grid-template-columns: 1fr;
  }

  .div-block-47 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 1.8rem;
  }
}

#w-node-e407c470-d396-95a9-c611-1ac0bcb36a33-8e061b21 {
  align-self: start;
}

#w-node-e7a3d22f-dff2-312f-6a46-c618e14240c4-8e061b21 {
  justify-self: end;
}

#w-node-c2a72887-aba8-bd76-a6ce-12b76f3ae7c0-8e061b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dc0b1ac-cafb-bef0-82a8-c64e9846cfc2-8e061b21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a64c4b5d-a330-c753-f122-243a3dfb584d-4464cb80 {
  align-self: end;
}

#w-node-a761d0be-cc18-0ce6-9c29-00624464cba7-4464cb80 {
  place-self: end center;
}

#w-node-a761d0be-cc18-0ce6-9c29-00624464cbac-4464cb80, #w-node-_07561bbb-0678-463d-6040-44606a86d29b-6a86d29b {
  justify-self: end;
}

#w-node-e7dba6e0-abdc-8cb6-3ebb-63d05b29efcc-ddd545e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f016f71b-b68a-790c-45af-983cc68ba7b4-61e408ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9e4c6277-a0a5-bb62-8e98-78fc09ebec6d-7e2eae3a {
  justify-self: end;
}

#w-node-ef93ae72-1b84-6c64-7873-ae1c528369a3-7e2eae3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2855bfa5-a1b9-db51-d205-88a415d805ae-7e2eae3a, #w-node-_4a8891dd-5f91-bfa8-b1bd-8985200b18a2-7e2eae3a, #w-node-_8b3ce99a-44fc-e7d3-3cb2-a4b944587ca6-7e2eae3a {
  align-self: start;
}

#w-node-_1f980607-4b9d-66e0-ca6d-fd150cb7e042-0a3d653b, #w-node-_1f980607-4b9d-66e0-ca6d-fd150cb7e042-d52c48b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6fc6c3e-9f7f-4c5e-3cc2-512cdedd2e28-5d33aaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_190a6768-5ebc-24ff-0da4-6dea7b95e97a-8e061b21 {
    align-self: start;
  }

  #w-node-f016f71b-b68a-790c-45af-983cc68ba7b4-61e408ca, #w-node-_1f980607-4b9d-66e0-ca6d-fd150cb7e042-0a3d653b, #w-node-_1f980607-4b9d-66e0-ca6d-fd150cb7e042-d52c48b0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bd4e4b7d-559a-10be-f262-492cfdd20cf0-781b1848 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Foundersgroteskxcond Lt';
  src: url("/assets/fonts/foundersgroteskxcond-lt.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-bolditalic.otf") format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-semibold.otf") format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-semibolditalic.otf") format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgroteskxcond';
  src: url("/assets/fonts/foundersgroteskxcond-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-regularitalic.otf") format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-lightitalic.otf") format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-medium.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-mediumitalic.otf") format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url("/assets/fonts/foundersgrotesk-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgroteskcond Lt';
  src: url("/assets/fonts/foundersgroteskcond-lt.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}