.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkmark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 55px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 0.2px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 37.5px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 0.2px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Arnhem, sans-serif;
  color: #212121;
  font-size: 18.5px;
  line-height: 150%;
  letter-spacing: 0.35px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #946762;
  text-decoration: none;
}

a:hover {
  color: #e1cec7;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #321c1c;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 15px;
}

li {
  margin-bottom: 10px;
  font-family: Arnhem, sans-serif;
  color: #321c1c;
  font-size: 16px;
  line-height: 135%;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-top: 2px;
  margin-bottom: 7px;
  font-family: Lausanne, sans-serif;
  color: #612a2a;
  font-size: 16px;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

figure {
  margin-bottom: 10px;
}

.title {
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0.2px;
}

.title.large {
  font-size: 20px;
}

.title.lys {
  color: #e1cec7;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h1.hero {
  margin-bottom: -20px;
  color: #faf7f6;
  font-size: 70px;
  text-align: center;
}

.h1.white {
  color: #faf7f6;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
}

.h2.align-center {
  text-align: center;
}

.h2.white {
  color: #faf7f6;
}

.h2.white.link {
  font-size: 45px;
  line-height: 110%;
}

.h2.margin-bottom-20px {
  margin-bottom: 20px;
}

.h2.margin-bottom-10px {
  margin-bottom: 10px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.h3.white {
  margin-bottom: 0px;
  color: #faf7f6;
}

.h3.white.margin-bottom-15px {
  margin-bottom: 15px;
}

.h3.white.margin-bottom-30px {
  margin-bottom: 30px;
}

.h3.no-margin-bottom {
  margin-bottom: 0px;
}

.h3.small {
  font-size: 30px;
}

.paragraph {
  margin-bottom: 0px;
  line-height: 150%;
  letter-spacing: 0.35px;
}

.paragraph.white {
  color: #faf7f6;
}

.paragraph.sans-serif {
  font-family: Lausanne, sans-serif;
  font-weight: 400;
}

.button {
  display: inline-block;
  padding: 16px 24px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #612a2a;
  border-radius: 100px;
  background-color: #612a2a;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.button:hover {
  opacity: 0.8;
}

.button.secondary {
  padding-top: 16px;
  padding-bottom: 15px;
  border-color: #e1cec7;
  background-color: #e1cec7;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  color: #321c1c;
}

.button.secondary:hover {
  opacity: 0.8;
}

.button.secondary.float-right {
  float: right;
}

.button.secondary.margin-left-10px {
  margin-left: 10px;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #612a2a;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
  color: #612a2a;
}

.button.outline:hover {
  border-color: #e1cec7;
  color: #946762;
}

.button.outline.white {
  border-color: #faf7f6;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
  color: #faf7f6;
}

.button.outline.white:hover {
  border-color: #e1cec7;
  color: #e1cec7;
}

.button.outline.small {
  padding: 14px 18px 12px;
  font-size: 14px;
}

.button.outline.small.margin-top-10px {
  margin-top: 10px;
}

.button.small {
  padding: 14px 20px 12px;
  font-size: 14px;
}

.section {
  position: relative;
}

.section.subsite {
  height: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.subsite.no-padding-bottom {
  padding-bottom: 0px;
}

.section.dark {
  background-color: #321c1c;
}

.section._100vh {
  height: 100vh;
}

.section._90vh {
  position: relative;
  height: 90vh;
}

.container {
  position: relative;
  height: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  /*padding-right: 2.2%;*/
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.container.padding-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.quick-nav {
  padding-top: 14px;
}

.container.padding-top-100px {
  padding-top: 100px;
}

.container.padding-bottom-100px {
  padding-bottom: 100px;
}

.container.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.search-input {
  height: 50px;
  padding-top: 10px;
  padding-right: 24px;
  padding-left: 24px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #946762;
  border-radius: 100px;
  background-color: transparent;
  font-family: Lausanne, sans-serif;
  color: #612a2a;
  font-size: 16px;
  line-height: 100%;
}

.search-input:active {
  border-color: #612a2a;
}

.search-input:focus {
  border-color: #612a2a;
}

.search-input::-webkit-input-placeholder {
  color: #612a2a;
}

.search-input:-ms-input-placeholder {
  color: #612a2a;
}

.search-input::-ms-input-placeholder {
  color: #612a2a;
}

.search-input::placeholder {
  color: #612a2a;
}

.grid-4-4-4 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: minmax(200px, 4fr) minmax(200px, 4fr) minmax(200px, 4fr);
  grid-template-columns: minmax(200px, 4fr) minmax(200px, 4fr) minmax(200px, 4fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4-4-4.gap-30px {
  grid-row-gap: 30px;
}

.grid-4-4-4.faq {
  grid-row-gap: 30px;
}

.search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 50px;
  float: left;
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/icons/search-dark.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.search-button:hover {
  opacity: 0.7;
}

.search {
  position: relative;
  margin-bottom: 0px;
  float: right;
}

.search.filter {
  display: none;
}

.icon {
  width: 15px;
  margin-top: -0.75px;
  margin-right: 10px;
  float: left;
  color: #946762;
}

.float-left {
  float: left;
}

.float-left.margin-left-20px {
  margin-left: 20px;
}

.float-left.width-50 {
  width: 50%;
}

.margin-top-40px {
  margin-top: 40px;
}

.margin-top-40px.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-top-40px.flex-center.margin-right-5.hide-desktop {
  display: none;
}

.filter-checked {
  position: relative;
  display: inline-block;
  overflow: auto;
  width: 100%;
  padding-left: 10px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  white-space: nowrap;
}

.filter-checked.no-padding-left {
  padding-left: 0px;
}

.filter-button-checked {
  display: inline-block;
  overflow: visible;
  margin-right: 10px;
  padding: 16px 24px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #946762;
  border-radius: 100px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.filter-button-checked:hover {
  /*overflow: scroll;*/
  color: #321c1c;
}

.filter-button-checked:active {
  border-color: #e1cec7;
  background-color: #e1cec7;
}

.filter-button-checked:focus {
  color: #321c1c;
}

.filter-button-checked:visited {
  border-color: #e1cec7;
  background-color: #e1cec7;
  color: #321c1c;
}

.sort {
  float: right;
}

.sort.flex-space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sort.flex-space-around.responsive {
  display: none;
}

.sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 100px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.sorting:hover {
  color: #612a2a;
}

.sorting.w--open {
  color: #612a2a;
}

.sorting.dropdown-list {
  margin-bottom: 10px;
  padding: 14px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e1cec7;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block._450px {
  height: 450px;
}

.image-block._350px {
  height: 350px;
}

.image-block._4-5 {
  padding-bottom: 110%;
}

.image-block.no-padding-bottom {
  padding-bottom: 0;
}

.image-block.no-padding-bottom._100 {
  height: 100%;
}

.cms-item {
  width: 100%;
  text-decoration: none;
}

.cms-item.out-of-season {
  opacity: 0.6;
}

.body {
  background-color: #fff;
}

.dropdown {
  float: right;
}

.logo {
  position: fixed;
  left: 2.2%;
  top: 14px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
}

.logo.hide-desktop {
  display: none;
}

.navbar {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 70px;
  background-color: transparent;
}

.load-more {
  display: inline-block;
  padding: 16px 24px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1cec7;
  border-radius: 100px;
  background-color: #e1cec7;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #612a2a;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.load-more:hover {
  color: #946762;
}

.dropdown-list {
  padding: 50px 40px 40px;
  background-color: transparent;
}

.dropdown-list.w--open {
  padding: 0px;
}

.filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #612a2a;
  border-radius: 100px;
  background-color: #612a2a;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.filter-button:hover {
  color: #e1cec7;
}

.filter-box {
  position: absolute;
  width: 250px;
  min-width: 250px;
}

.filter-box.white-background {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  display: block;
  /*overflow: auto;*/
  width: 250px;
  padding-bottom: 20px;
  background-color: #fff;
}

.filter-box.white-background.no-sticky {
  position: absolute;
  top: 0px;
}

.faq-question-wrap {
  padding-right: 0px;
  padding-left: 0px;
  cursor: pointer;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1cec7;
  color: #612a2a;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
}

.faq-question-bar:hover {
  opacity: 0.7;
  color: #946762;
}

.question-title {
  margin-top: 0px;
  margin-right: 0px;
  font-family: Lausanne, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0em;
}

.question-title.large {
  font-size: 26px;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 30px;
  min-height: 30px;
  min-width: 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
}

.icon-2 {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  font-family: Lausanne, sans-serif;
  font-size: 15px;
}

.faq-content {
  overflow: hidden;
  padding-top: 0px;
  text-align: left;
}

.checkbox-field {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #612a2a;
  cursor: pointer;
}

.checkbox-field:hover {
  color: #612a2a;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  /*margin-right: 10px;*/
  border-width: 1.5px;
  border-color: #946762;
}

.checkbox.w--redirected-checked {
  border-color: #612a2a;
  background-color: #612a2a;
  /*background-image: url('../images/checked.svg');*/
  background-size: auto;
}

.checkbox.w--redirected-focus {
  border-width: 1.5px;
  border-color: #321c1c;
  box-shadow: none;
}

.link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.link:hover {
  color: #e1cec7;
}

.link.margin-top-10px {
  display: inline-block;
  margin-top: 10px;
}

.link.margin-top-10px:hover {
  color: #612a2a;
}

.link._16px {
  display: block;
  font-size: 16px;
  text-decoration: none;
}

.opplevingar-results {
  min-height: 600px;
}

.close {
  display: none;
  color: #946762;
}

.list-grid-view {
  z-index: 1;
}

.sort-dropdown {
  z-index: 1;
}

.filter {
  position: -webkit-sticky;
  position: sticky;
  top: 11px;
  z-index: 2;
  float: left;
}

.filter.no-sticky {
  position: static;
}

.filter.hide-desktop {
  display: none;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fade-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 247, 246, 0)), color-stop(88%, #fff), to(#fff));
  background-image: linear-gradient(90deg, rgba(250, 247, 246, 0), #fff 88%, #fff);
}

.filter-container {
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.filter-container.margin-minus-10px {
  margin-left: -10px;
}

.margin-top-15px {
  margin-top: 15px;
}

.filter-box-container {
  position: absolute;
  height: 100%;
  margin-top: -10px;
  background-color: transparent;
}

.filter-box-container.w--open {
  /*overflow: scroll;*/
  height: 85vh;
  margin-top: 15px;
  overflow-y: auto;
}

.filter-box-container.map {
  position: static;
}

.fade-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(12%, #fff), to(rgba(250, 247, 246, 0)));
  background-image: linear-gradient(90deg, #fff, #fff 12%, rgba(250, 247, 246, 0));
}

.div-block-image-placeholder {
  position: relative;
  width: 100%;
  height: 90vh;
}

.quick-navigate-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #fff;
}

.nav-text-div {
  float: left;
}

.nav-text-div.margin-left-minus-15px {
  margin-left: -15px;
}

.nav-text {
  padding: 16px 15px 14px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #612a2a;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.nav-text:hover {
  opacity: 1;
  color: #612a2a;
}

.nav-text.w--current {
  opacity: 1;
  color: #612a2a;
}

.nav-text.w--open {
  color: #612a2a;
}

.book-button {
  display: inline-block;
  padding: 16px 24px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #612a2a;
  border-radius: 100px;
  background-color: #612a2a;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.book-button:hover {
  color: #e1cec7;
}

.book-button.float-right {
  /*margin-right: 60px;*/
  float: right;
}

.book-button.float-right.margin-right-50px {
  margin-right: 50px;
}

.book-button.phone {
  display: none;
  margin-top: 20px;
}

.grid-8-4 {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  -ms-grid-columns: 8fr 4fr;
  grid-template-columns: 8fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-information {
  margin-top: 5px;
}

.small-logo-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 0px;
  float: left;
}

.contact-block {
  margin-top: 60px;
  margin-bottom: 100px;
}

.contact-block.margin-bottom-60px {
  margin-bottom: 60px;
}

.contact-block.margin-bottom-0px {
  margin-bottom: 0px;
}

.grid-contact-information {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.results {
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.intro {
  width: 90%;
}

.grid-images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 4fr 4fr 4fr;
  grid-template-columns: 4fr 4fr 4fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-feed-placeholder {
  position: relative;
}

.image-feed-placeholder-big {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}

.sort-text {
  margin-top: 2px;
}

.short-ingress {
  margin-bottom: 0px;
  font-family: Lausanne, sans-serif;
  color: #321c1c;
  font-size: 32.5px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.grid-contact {
  -ms-grid-columns: minmax(20px, 20px) 1fr;
  grid-template-columns: minmax(20px, 20px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.dark-background {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #321c1c;
}

.absolute-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
}

.absolute-bottom-right._7-5 {
  right: 7.5%;
  bottom: 7.5%;
}

.margin-bottom-30px {
  margin-bottom: 30px;
}

.margin-bottom-30px.width-70 {
  width: 70%;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.dark {
  background-color: #612a2a;
}

.grid-2.no-gap {
  grid-column-gap: 0px;
}

.grid-2.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-2.min-h-auto {
  height: auto;
}

.grid-2.price {
  border-bottom: 1px solid #e1cec7;
  margin-bottom: 15px;
}

.div-block-6 {
  width: 100%;
  height: 1px;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0d1c6;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.faq-wrapper:hover {
  color: #612a2a;
}

.faq-paragraph {
  padding-right: 24px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #111;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.faq-paragraph.padding-top-20px {
  display: block;
  padding-top: 20px;
}

.faq-circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
}

.icon-3 {
  position: static;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  font-size: 16px;
}

.info-dropdown {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.info-dropdown.faq {
  width: 100%;
  margin-bottom: 0px;
}

.tab-link-tab-2 {
  padding: 12px 18px 10px;
  background-color: transparent;
  font-family: Lausanne, sans-serif;
  color: #e1cec7;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.tab-link-tab-2.w--current {
  border-radius: 100px;
  background-color: #e1cec7;
  color: #612a2a;
}

.tab-link-tab-2.dark {
  margin-right: 15px;
  border-radius: 2000px;
  background-color: #e1cec7;
  color: #612a2a;
}

.tab-link-tab-2.dark.w--current {
  background-color: #612a2a;
  color: #faf7f6;
}

.tabs-menu {
  margin-bottom: 20px;
}

.video {
  margin-bottom: 20px;
}

.image-fit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-fit.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 7px;
  float: right;
  background-color: #e1cec7;
}

.swiper-slide {
  position: relative;
  min-height: 425px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.swiper-slide._100 {
  overflow: visible;
  width: 100%;
  min-width: 300px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cliackable {
  position: absolute;
  top: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 28, 28, 0.34)), to(rgba(50, 28, 28, 0)));
  background-image: linear-gradient(0deg, rgba(50, 28, 28, 0.34), rgba(50, 28, 28, 0));
  color: #8d8d8d;
  text-decoration: none;
}

.rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.swiper-scrollbar-drag {
  height: 2px;
  background-color: #ccc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.swiper-scrollbar-drag:hover {
  background-color: #242424;
}

.swiper-scrollbar-drag.custom.made {
  height: 100%;
  background-color: #946762;
  cursor: pointer;
}

.swiper-scrollbar-drag.custom.made:hover {
  background-color: #612a2a;
}

.swiper-scrollbar-drag.custom.made:active {
  background-color: #612a2a;
}

.swiper-scrollbar-drag.custom.made:focus {
  background-color: #e1cec7;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-left: 2.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #faf7f6;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.arrow:hover {
  background-color: #e1cec7;
}

.arrow.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #321c1c;
}

.arrow.small {
  width: 30px;
  height: 30px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  color: #8d8d8d;
  font-size: 16px;
  line-height: 28px;
}

.swiper-container.show-upcomming {
  z-index: 0;
  max-width: 1600px;
  padding-right: 12%;
  padding-left: 7.5%;
}

.swiper-container.show-upcomming.overflowing {
  overflow: visible;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7.5%;
}

.swiper-wrapper {
  display: -ms-grid;
  display: grid;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.swiper-wrapper.swiper-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.swiper-scrollbar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #f5f5f5;
}

.swiper-scrollbar.custom.made {
  display: block;
  width: 40%;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e1cec7;
}

.swipe-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.swipe-section.last {
  padding-bottom: 80px;
}

.swipe-section.last.overflowing-hidden {
  overflow: hidden;
}

.swipe-section.overflowing-hidden {
  overflow: hidden;
}

.swiper-button {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.swiper-button:hover {
  opacity: 1;
}

.swiper-button.prev {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 125px;
  padding-bottom: 40px;
  cursor: pointer;
}

.swiper-button.next {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 125px;
  padding-bottom: 40px;
}

.absolute-bottom-left {
  position: absolute;
  left: 30px;
  top: auto;
  /*right: auto;*/
  right: 30px;
  bottom: 30px;
}

.flex-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 100%;
  height: 80vh;
  min-height: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.swiper-button-slider {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.swiper-button-slider:hover {
  opacity: 1;
}

.swiper-button-slider.prev {
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.swiper-button-slider.next {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swiper-button-slider.small {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.swiper-button-slider.small.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.find-inspiration-form {
  margin-top: 10px;
  margin-bottom: 0px;
}

.text-field {
  height: 50px;
  margin-bottom: 25px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e1cec7;
  background-color: transparent;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 30px;
  line-height: 120%;
}

.text-field:active {
  border-bottom-color: #e1cec7;
}

.text-field:focus {
  border-bottom-color: #e1cec7;
}

.text-field::-webkit-input-placeholder {
  color: #e1cec7;
}

.text-field:-ms-input-placeholder {
  color: #e1cec7;
}

.text-field::-ms-input-placeholder {
  color: #e1cec7;
}

.text-field::placeholder {
  color: #e1cec7;
}

.text-field.newsletter {
  margin-bottom: 0px;
  font-size: 26px;
}

.slider-2 {
  height: 85vh;
  background-color: #612a2a;
}

.slider-2._100 {
  overflow: hidden;
  height: 100%;
  max-height: 800px;
}

.slide-info {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33.33%;
  min-height: 225px;
  padding: 35px;
  background-color: #612a2a;
}

.slide-info.left {
  position: absolute;
  left: 7.5%;
  bottom: 7.5%;
  display: block;
  width: 60%;
  min-height: auto;
  padding: 0px;
  background-color: transparent;
}

.slide-info.right {
  position: absolute;
  left: auto;
  top: auto;
  right: 7.5%;
  bottom: 7.5%;
  display: block;
  width: 50%;
  min-height: auto;
  padding: 0px;
  background-color: transparent;
  text-align: right;
}

.image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-container._500px {
  height: 500px;
}

.image-container._650px {
  position: relative;
  height: 650px;
}

.image-container.vertical {
  width: 350px;
  height: 500px;
}

.grid-4-8 {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ingress {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 120%;
}

.ingress.white {
  color: #946762;
}

.ingress.align-center {
  text-align: center;
}

.ingress.align-center.white._50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.margin-top-100px {
  margin-top: 100px;
}

.grid-2-2-2-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-2-2-2.menu.kommuner {
  grid-row-gap: 20px;
}

.h4 {
  margin-top: 0px;
}

.h4.white {
  color: #faf7f6;
}

.date {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  padding: 15px;
  background-color: #612a2a;
}

.date.large {
  padding: 20px 25px;
}

.month {
  margin-bottom: 5px;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 16px;
}

.when {
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 28px;
  line-height: 110%;
}

.when.large {
  font-size: 35px;
}

.margin-top-20px {
  margin-top: 20px;
}

.kart {
  position: relative;
  height: 500px;
  /*background-image: url('../images/Skjermbilde-2021-03-23-kl.-13.01.56.png');*/
  /*background-position: 50% 50%;*/
  /*background-size: cover;*/
}

.kart.large {
  height: 650px;
}

.image-block-instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faf7f6;
}

.insta-name {
  font-family: Arnhem, sans-serif;
  color: #e1cec7;
  font-size: 16px;
  font-style: italic;
}

.image-2 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}

.arrow-white {
  margin-top: 1px;
  margin-left: 15px;
  float: right;
}

.margin-top-10px {
  margin-top: 10px;
}

.div-block-7 {
  padding: 40px 0px 40px 40px;
}

.video-container {
  overflow: hidden;
  height: 100vh;
}

.video-move {
  width: 120%;
  height: 140%;
  margin-top: 0%;
  margin-left: -10%;
}

.image-container-slider {
  width: 100%;
  height: 100%;
  /*padding-bottom: 60%;*/
  padding-bottom: 50%;
}

.container-nav {
  position: relative;
  height: 100%;
  max-width: 1800px;
  /*padding-right: 2.2%;*/
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.google-info {
  position: absolute;
  left: 15%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 275px;
  padding: 25px 20px 20px;
  border-radius: 2px;
  background-color: #612a2a;
}

.link-contact-google {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arnhem, sans-serif;
  color: #e1cec7;
  font-size: 16px;
  line-height: 120%;
  font-style: italic;
}

.google-heading {
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 30px;
  line-height: 120%;
}

.paragraph-google {
  margin-bottom: 5px;
  color: #faf7f6;
}

.link-google {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Arnhem, sans-serif;
  color: #faf7f6;
  font-size: 16px;
  line-height: 120%;
  font-style: italic;
  text-decoration: underline;
}

.link-google:hover {
  color: #946762;
}

.google-image-container {
  position: relative;
  overflow: hidden;
  height: 175px;
}

.google-info-activity {
  position: absolute;
  left: 20%;
  top: 17.5%;
  right: auto;
  bottom: auto;
  width: 275px;
  border-radius: 2px;
  background-color: #612a2a;
}

.google-info-container {
  width: 275px;
  padding: 25px 20px 20px;
  border-radius: 2px;
  background-color: #612a2a;
}

.title-google {
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.filter-map {
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  z-index: 2;
  float: left;
}

.column-2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.column-2.margin-top-30px {
  margin-top: 30px;
}

.column-2.margin-top-minus-6px {
  margin-top: -6px;
}

.margin-top-30px {
  margin-top: 30px;
}

.text-wrapper {
  padding: 25px 20px 20px;
  float: left;
}

.cms-blog-element {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #612a2a;
}

.grid-2-tight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-top-60px {
  margin-top: 60px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.title-blog-cms {
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.heading-blog-cms {
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 26px;
  line-height: 120%;
}

.paragraph-cms-blog {
  margin-bottom: 5px;
  color: #e1cec7;
  font-size: 16px;
}

.link-blog-cms {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Arnhem, sans-serif;
  color: #faf7f6;
  font-size: 16px;
  line-height: 120%;
  font-style: italic;
  text-decoration: underline;
}

.link-blog-cms:hover {
  color: #946762;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(70%, transparent), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(0deg, transparent, transparent 70%, rgba(0, 0, 0, 0.2));
}

.shadow.adjust {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.51)), color-stop(75%, transparent), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.51), transparent 75%, rgba(0, 0, 0, 0.2));
}

.video-subsite {
  z-index: 0;
  height: 100%;
}

.container-no-animate {
  position: relative;
  height: 100%;
  max-width: 1800px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.container-no-animate.quick-nav {
  padding-top: 12px;
  padding-bottom: 12px;
}

.margin-bottom-5px {
  margin-bottom: 5px;
}

.name {
  font-family: Arnhem, sans-serif;
  color: #321c1c;
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
}

.name.white {
  color: #e1cec7;
  font-weight: 400;
}

.sted {
  font-family: Arnhem, sans-serif;
  color: #946762;
  font-size: 16px;
  line-height: 135%;
  font-style: italic;
  font-weight: 400;
}

.quick-nav-phone.margin-top-20px {
  display: none;
}

.faq-question-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.5px;
  padding: 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e1cec7;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
}

.faq-question-bar-2:hover {
  opacity: 0.7;
}

.faq-question-bar-2.phone {
  display: none;
}

.faq-question-bar-2.underscore {
  text-align: left;
}

.container-navmenu {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b1-middle {
  width: 4px;
  height: 0px;
  background-color: #858eca;
}

.burger-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
  text-align: right;
  cursor: pointer;
}

.nav-menu {
  position: fixed;
  top: 0px;
  display: block;
  width: auto;
  height: auto;
  min-height: 675px;
  margin-top: 73px;
  /*margin-right: 2.2%;*/
  margin-right: 7.5%;
  margin-left: 7.5%;
  padding: 50px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.5px;
  background-color: #612a2a;
}

.nav-menu.kommune {
  height: 225px;
  min-height: 225px;
}

.search-burger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b1-bar3 {
  width: 30px;
  height: 4px;
  background-color: #612a2a;
}

.search-button-nav {
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/icons/search-light.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #faf7f6;
}

.search-button-nav.dark {
  background-image: url('../images/icons/search-dark.svg');
  background-position: 50% 50%;
}

.dropdowns {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdowns.first {
  margin-left: -20px;
}

.nav-link {
  display: block;
  margin-bottom: 10px;
  float: none;
  border-style: none;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #e1cec7;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.nav-link:hover {
  color: #946762;
}

.nav-link.w--current {
  border-bottom: 1px none #000;
  color: #946762;
  font-weight: 400;
}

.nav-link.search {
  width: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  border: 0px none transparent;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  color: #612a2a;
  font-size: 16px;
  line-height: 120%;
}

.nav-link.search:hover {
  color: #e1cec7;
}

.nav-link.search:focus {
  width: 150px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 4px;
  padding-left: 15px;
  border-radius: 100px;
  background-color: #fff;
  color: #946762;
}

.nav-link.search::-webkit-input-placeholder {
  color: #946762;
}

.nav-link.search:-ms-input-placeholder {
  color: #946762;
}

.nav-link.search::-ms-input-placeholder {
  color: #946762;
}

.nav-link.search::placeholder {
  color: #946762;
}

.nav-link.phone {
  display: none;
}

.navlink {
  padding: 20px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
}

.navlink:hover {
  color: #946762;
}

.navlink.w--current {
  color: #946762;
}

.navlink.w--open {
  background-color: #faf7f6;
  color: #946762;
}

.navlink.white {
  -webkit-transition-duration: 60ms;
  transition-duration: 60ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navlink.white:hover {
  color: #946762;
}

.navlink.hide-phone.dark {
  color: #612a2a;
}

.navlink.hide-phone.dark:hover {
  color: #946762;
}

.navlink.dark {
  color: #946762;
}

.navlink.dark:hover {
  color: #612a2a;
}

.dropdown-link {
  display: inline-block;
  margin-right: 25px;
  padding: 10px 0px;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.dropdown-link.w--current {
  color: #612a2a;
}

.b1-bar2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #236969;
  opacity: 0;
  color: #236969;
}

.search-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 3.5px;
  padding-right: 0px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-2:active {
  color: #43a680;
}

.b1-bar1 {
  width: 30px;
  height: 4px;
  background-color: #612a2a;
}

.menu-button {
  position: fixed;
  left: auto;
  top: 12px;
  right: 2.2%;
  bottom: auto;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #e1cec7;
  opacity: 0;
  color: #191919;
  font-size: 14px;
}

.menu-button:active {
  color: #28292b;
}

.menu-button:focus {
  color: #28292b;
}

.menu-button.w--open {
  background-color: #e1cec7;
}

.menu-button.visible {
  opacity: 1;
}

.div-block-menu-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -70px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 100;
}

.dropdown-heading {
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.navlink-wrapper {
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
}

.navlink-wrapper.w--open {
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  background-color: #fff;
  color: #946762;
}

.dropdown-list-menu {
  padding: 50px 40px 40px;
  background-color: transparent;
}

.dropdown-list-menu.w--open {
  z-index: 2;
  min-width: 450px;
  padding: 40px 5px 30px 30px;
  border-top-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #fff;
  box-shadow: 11px 17px 14px -14px rgba(50, 28, 28, 0.1);
}

.show-burger {
  height: 0px;
}

.social {
  margin-right: 20px;
  margin-bottom: 10px;
}

.instagram {
  height: 24px;
}

.facebook {
  height: 24px;
}

.navlink-light {
  padding: 20px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #321c1c;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
}

.navlink-light:hover {
  color: #946762;
}

.navlink-light.w--current {
  color: #946762;
}

.navlink-light.w--open {
  background-color: #faf7f6;
  color: #946762;
}

.footer {
  position: relative;
  background-color: #321c1c;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 24px;
  letter-spacing: 0.2px;
}

.footer-link {
  display: block;
  padding: 7px 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.footer-link:hover {
  color: #e1cec7;
}

.footer-link.w--current {
  color: #612a2a;
}

.footer-link.w--open {
  color: #612a2a;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 7.5%;
  bottom: 5%;
}

.float-right {
  float: right;
}

.float-right.margin-minus-15px-right {
  margin-right: -15px;
}

.nav-link-container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: -20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visible-phone {
  display: none;
}

.search-result-wrapper {
  margin-top: 60px;
}

.search-result-item {
  margin-bottom: 40px;
}

.no-results {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lausanne, sans-serif;
  color: #946762;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
  padding-top: 22px;
  padding-right: 9px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lausanne, sans-serif;
  color: #321c1c;
  font-size: 16px;
  line-height: 100%;
}

.dropdown-toggle:hover {
  color: #612a2a;
}

.dropdown-toggle.whitee {
  color: #faf7f6;
}

.dropdown-toggle.whitee:hover {
  color: #e1cec7;
}

.dropdown-toggle.whitee.sesong {
  margin-right: 0px;
}

.icon-drop {
  position: static;
  margin: 0px 0px 2px 7.5px;
  font-size: 14px;
}

.dropdown-list-2 {
  background-color: transparent;
}

.dropdown-list-2.w--open {
  margin-top: -5px;
  background-color: transparent;
}

.dropdown---lang {
  display: none;
}

.dropdown---lang.phone-hide {
  display: block;
}

.nav-right-container {
  float: right;
}

.nav-right-container.flex-align-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slide-nav-2 {
  display: none;
}

.cms-item-turopprat-rer {
  text-decoration: none;
}

.icon-svg {
  display: inline-block;
  width: 20px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #faf7f6;
}

.icon-svg:hover {
  color: #e1cec7;
}

.icon-svg._25px {
  width: 25px;
}

.icon-svg._25px.margin-right-15px {
  margin-right: 15px;
}

.icon-svg.dark {
  color: #612a2a;
}

.grid-3-9 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 3fr 9fr;
  grid-template-columns: 3fr 9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filter-box-map {
  position: absolute;
  width: 250px;
  min-width: 250px;
}

.filter-box-map.white-background {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2;
  display: block;
  overflow: auto;
  width: 250px;
  margin-bottom: 180px;
  padding-bottom: 20px;
  background-color: #fff;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  padding-top: 20px;
  background-color: transparent;
}

.dropdown-icon {
  position: static;
  margin-right: 0px;
  margin-left: 10px;
  font-size: 16px;
}

.text-fields {
  min-height: 45px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1cec7;
  background-color: transparent;
  font-family: Lausanne, sans-serif;
  color: #321c1c;
  font-size: 16px;
}

.text-fields:active {
  border-color: #612a2a;
}

.text-fields:focus {
  border-color: #612a2a;
}

.text-fields::-webkit-input-placeholder {
  color: #946762;
}

.text-fields:-ms-input-placeholder {
  color: #946762;
}

.text-fields::-ms-input-placeholder {
  color: #946762;
}

.text-fields::placeholder {
  color: #946762;
}

.image-cred {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 12px 15px 10px;
  background-color: #612a2a;
  font-family: Lausanne, sans-serif;
  color: #e1cec7;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.white {
  color: #fff;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  height: 100vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sequence-container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.video-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-sequence {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
}

.scroll-sequence {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 600vh;
}

.scroll-sequence._4-scroll {
  height: 500vh;
}

.scroll-sequence._3-scroll {
  height: 400vh;
}

.scroll-sequence._2-scroll {
  height: 200vh;
}

.scroll-sequence._3-scroll {
  height: 400vh;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5%;
  padding-left: 7.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-text {
  width: 100%;
}

.hero-scroll-container {
  position: relative;
  height: 500vh;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.hero-bullet-points {
  position: absolute;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color: #612a2a;
  opacity: 0;
}

.hero-bullet-points._2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 7.5%;
  display: block;
}

.hero-bullet-points._1 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 7.5%;
  display: block;
  opacity: 1;
}

.hero-bullet-points._3 {
  left: auto;
  top: auto;
  bottom: 7.5%;
  display: block;
}

.hero-bullet-points._4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 7.5%;
  display: block;
}

.hero-bullet-text {
  margin-bottom: 0px;
  color: #faf7f6;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.hero {
  position: relative;
}

.hero.white {
  background-color: #faf7f6;
}

.image-1a {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.image-1b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.image-1c {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.image-1d {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.video-scrolling {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.width-40 {
  width: 40%;
}

.text-field-newsletter {
  height: 50px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1cec7;
  border-radius: 100px;
  background-color: transparent;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 16px;
  line-height: 100%;
}

.text-field-newsletter:active {
  border-color: #e1cec7;
}

.text-field-newsletter:focus {
  border-color: #e1cec7;
}

.text-field-newsletter::-webkit-input-placeholder {
  color: rgba(250, 247, 246, 0.4);
}

.text-field-newsletter:-ms-input-placeholder {
  color: rgba(250, 247, 246, 0.4);
}

.text-field-newsletter::-ms-input-placeholder {
  color: rgba(250, 247, 246, 0.4);
}

.text-field-newsletter::placeholder {
  color: rgba(250, 247, 246, 0.4);
}

.dropdown---lang-sesong {
  display: none;
}

.list-item {
  font-family: Lausanne, sans-serif;
  color: #612a2a;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.overflowing-hidden {
  overflow: hidden;
}

.spacing-50-px {
  display: none;
}

.season-icon {
  margin-top: -2px;
  float: left;
}

.season-icon.float-right {
  float: right;
}

.season-icon.margin-right-5px {
  margin-right: 5px;
}

.season-icon.margin-right-10px {
  margin-right: 10px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.gap-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.slider-3 {
  width: 100%;
}

.relative {
  position: relative;
  height: 100%;
}

.background-color-dark {
  background-color: #321c1c;
}

.padding-30px {
  padding: 30px;
}

.checkbox-white {
  margin-top: 2px;
}

.checkbox-white.w--redirected-checked {
  border-color: #612a2a;
  background-color: #612a2a;
}

.checkbox-white.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  color: #e1cec7;
  font-size: 14px;
}

.padding-50px {
  padding: 50px;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
  font-family: Lausanne, sans-serif;
  color: #faf7f6;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
}

.season {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

/*.text-block {
  position: absolute;
  left: 40px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding: 5px;
  border-radius: 100px;
  background-color: #faf7f6;
  white-space: nowrap;
}*/

.season-text {
  position: absolute;
  left: 30px;
  top: -10px;
  z-index: 1;
}

.text-box {
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #e1cec7;
  color: #612a2a;
  white-space: nowrap;
}

.text-box.spring {
  background-color: #f23031;
  color: #faf6f6;
}

.text-box.summer {
  background-color: #476a59;
  color: #f6fbf8;
}

.text-box.winter {
  background-color: #475d6a;
  color: #f6f9fa;
}

.text-box.fall {
  background-color: #6a5447;
  color: #faf7f6;
}

.width-80 {
  width: 80%;
}

.text-block-2 {
  font-family: Lausanne, sans-serif;
  color: #212121;
  font-size: 16px;
}

.season-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lausanne, sans-serif;
  color: rgba(33, 33, 33, 0.6);
  font-size: 18.5px;
  line-height: 18.5px;
}

.season-wrapper:hover {
  color: #212121;
}

.season-wrapper.active {
  opacity: 1;
  color: #212121;
}

.pop-up {
  position: fixed;
  top: 70vh;
  left: 65%;
  z-index: 100;
  width: 33.33%;
  padding: 25px 50px 25px 25px;
  background-color: #321c1c;
  color: #fff;
}

.close-link {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 15px;
}


.norway-logo {
  width: 100px;
}

.form-block {
  margin-bottom: 0;
}

.price-heading {
  color: #321c1c;
  padding-bottom: 5px;
  font-family: Lausanne, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.price-text {
  color: #321c1c;
  padding-bottom: 10px;
  font-family: Lausanne, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.price-text.small {
  font-size: 16px;
}

.video_preview {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .swiper-container.show-upcomming.overflowing {
    width: auto;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-list-menu.w--open {
    min-width: 625px;
    padding-top: 40px;
    padding-right: 5px;
    padding-left: 30px;
  }

  .pop-up {
    width: 25%;
    top: 80vh;
  }
}

@media screen and (min-width: 1440px) {
  .opplevingar-results {
    min-height: 740px;
  }

  .dropdown-list-menu.w--open {
    min-width: 670px;
    padding: 50px 15px 40px 40px;
  }
}

@media screen and (min-width: 1920px) {
  .opplevingar-results {
    min-height: 1000px;
  }

  .book-button.float-right {
    margin-right: 0px;
  }

  .swiper-slide {
    min-height: 525px;
  }

  .arrow {
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .swiper-container.show-upcomming {
    max-width: none;
    margin-left: 0px;
    padding-left: 10%;
  }

  .swiper-container.show-upcomming.overflowing {
    padding-left: 7.5%;
  }
}

@media screen and (max-width: 991px) {
  .h2.align-center {
    text-align: left;
  }

  .h2.float-left {
    width: 60%;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.padding-100px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.quick-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.padding-top-100px {
    padding-top: 80px;
  }

  .container.padding-bottom-100px {
    padding-bottom: 80px;
  }

  .container.adjust-responsive {
    padding-right: 0%;
  }

  .grid-4-4-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-4-4.swipe {
    position: relative;
    display: block;
    white-space: nowrap;
  }

  .margin-top-40px.flex-center.margin-right-5 {
    display: block;
    margin-right: 5%;
  }

  .margin-top-40px.flex-center.hide-responsive {
    display: none;
  }

  .margin-top-40px._0-phone {
    margin-top: 0px;
  }

  .filter-checked {
    position: relative;
    padding-left: 10px;
  }

  .sort.flex-space-around {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .sort.flex-space-around.responsive {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sorting {
    background-color: #e1cec7;
  }

  .image-block._450px {
    height: 400px;
  }

  .image-block._350px {
    height: 400px;
  }

  .cms-item.swipe {
    display: inline-block;
    overflow: visible;
    width: 330px;
    margin-right: 20px;
    white-space: normal;
    vertical-align: top;
  }

  .logo {
    left: 5%;
    z-index: 0;
  }

  .logo.hide-desktop {
    display: none;
  }

  .navbar {
    z-index: 100;
  }

  .dropdown-list.w--open {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 46px;
  }

  .filter-box.white-background {
    width: 200px;
    min-width: 200px;
    margin-bottom: 250px;
  }

  .faq-question-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .quick-navigate-menu {
    z-index: 100;
    overflow: auto;
  }

  .nav-text-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-text {
    white-space: nowrap;
  }

  .book-button.float-right {
    margin-right: 0px;
    margin-left: auto;
  }

  .book-button.phone {
    display: inline-block;
  }

  .grid-8-4 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-information {
    margin-top: 0px;
  }

  .contact-block {
    margin-top: 40px;
  }

  .grid-contact-information {
    -ms-grid-columns: 0.5fr 3fr;
    grid-template-columns: 0.5fr 3fr;
  }

  .intro {
    width: 100%;
  }

  .grid-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-feed-placeholder {
    height: 400px;
  }

  .image-feed-placeholder-big {
    height: 400px;
  }

  .dark-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .margin-bottom-30px.width-70 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2.dark, .grid-2.adjust-phone {
    grid-row-gap: 0px;
  }

  .grid-2.price {
    grid-template-columns: 1fr 1fr;
  }

  .icon-3 {
    margin-top: 5px;
  }

  .info-dropdown {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns {
    margin-top: 20px;
  }

  .line {
    position: absolute;
    left: 5%;
    top: auto;
    /*right: 0px;*/
    bottom: 0%;
    right: 5%;
    width: 90%;
  }

  .swiper-slide {
    min-height: 400px;
  }

  .swiper-slide._100 {
    margin-left: 0px;
  }

  .swiper-container.show-upcomming {
    padding-left: 5%;
  }

  .swiper-container.show-upcomming.overflowing {
    padding-right: 5%;
  }

  .swiper-button.next {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .swiper-button-slider.prev {
    height: 100%;
  }

  .swiper-button-slider.next {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100px;
    height: 100px;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
  }

  .find-inspiration-form {
    margin-bottom: 0px;
  }

  .slide-info {
    width: 50%;
  }

  .slide-info.left {
    left: 5%;
    width: 90%;
  }

  .slide-info.right {
    width: 90%;
  }

  .image-container._650px {
    height: 500px;
  }

  .image-container.vertical {
    width: 100%;
  }

  .grid-4-8 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ingress.align-center {
    text-align: left;
  }

  .ingress.align-center.white._50 {
    width: 100%;
  }

  .grid-2-2-2-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-2-2-2.swipe {
    display: block;
    white-space: nowrap;
  }

  .grid-2-2-2-2.menu {
    grid-row-gap: 30px;
  }

  .div-block-7 {
    padding-right: 40px;
  }

  .video-container {
    overflow: visible;
  }

  .video-move {
    width: auto;
    height: 100%;
    margin-left: 0%;
  }

  .container-nav {
    padding-right: 5%;
    padding-left: 5%;
  }

  .scroll-container {
    position: relative;
    overflow: auto;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cms-blog-element {
    width: 100%;
  }

  .container-no-animate {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container-no-animate.quick-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-question-bar-2.desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faq-question-bar-2.phone {
    display: none;
  }

  .container-navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh;
    padding: 100px 5% 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #612a2a;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding: 0px 0%;
    border-radius: 0px;
  }

  .nav-menu.kommune {
    height: auto;
  }

  .search-burger {
    display: none;
    margin-right: 50px;
  }

  .dropdowns {
    display: none;
  }

  .nav-link {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .nav-link.search:focus {
    width: 200px;
  }

  .search-2 {
    padding-right: 20px;
  }

  .menu-button {
    top: 14px;
    right: 5%;
    width: 42px;
    height: 42px;
    padding: 9px;
    opacity: 1;
  }

  .div-block-menu-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-list-menu.w--open {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 46px;
  }

  .float-right.margin-minus-15px-right.hide-responsive {
    display: none;
  }

  .nav-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
  }

  .search-result-wrapper {
    margin-top: 40px;
  }

  .dropdown-toggle {
    color: #e1cec7;
  }

  .dropdown-toggle:hover {
    color: #faf7f6;
  }

  .dropdown---lang {
    position: absolute;
    left: auto;
    top: 7.5px;
    right: 80px;
    bottom: auto;
    display: block;
  }

  .dropdown---lang.phone-hide {
    display: none;
  }

  .nav-right-container.flex-align-center {
    margin-right: 60px;
  }

  .grid-3-9 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 0.25fr 2.25fr;
    grid-template-columns: 0.25fr 2.25fr;
  }

  .filter-box-map.white-background {
    width: 200px;
    min-width: 200px;
    margin-bottom: 250px;
  }

  .text-fields {
    border-radius: 0px;
  }

  .sticky-container {
    width: 692px;
  }

  .hero-bullet-points {
    width: 100%;
  }

  .width-40 {
    width: 60%;
  }

  .dropdown---lang-sesong {
    position: absolute;
    left: auto;
    top: 7.5px;
    right: 175px;
    bottom: auto;
    display: block;
  }

  .spacing-50-px {
    display: block;
    height: 1px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }

  .padding-50px {
    padding: 30px 30px 0px;
  }

  .width-80 {
    width: 100%;
  }

  .pop-up {
    width: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .h1.hero {
    font-size: 60px;
  }

  .h2.white.link {
    font-size: 37.5px;
  }

  .h2.float-left {
    width: 100%;
  }

  .button.small {
    padding: 16px 24px 14px;
    font-size: 16px;
  }

  .section._90vh {
    min-height: 500px;
  }

  .search-input.light::-webkit-input-placeholder {
    color: #e1cec7;
  }

  .search-input.light:-ms-input-placeholder {
    color: #e1cec7;
  }

  .search-input.light::-ms-input-placeholder {
    color: #e1cec7;
  }

  .search-input.light::placeholder {
    color: #e1cec7;
  }

  .grid-4-4-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4-4-4.gap-30px {
    grid-row-gap: 20px;
  }

  .grid-4-4-4._2-grid-phone {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-button.light {
    background-image: url('../images/icons/search-light.svg');
  }

  .search {
    display: none;
  }

  .search.filter {
    display: block;
    margin-top: 20px;
  }

  .search.no-hide {
    display: block;
    float: left;
  }

  .float-left.width-50 {
    width: 100%;
  }

  .filter-checked.no-padding-left {
    padding-left: 10px;
  }

  .sort.flex-space-around {
    width: 40%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sort.flex-space-around.hide-phone-both {
    display: none;
  }

  .image-block._350px {
    height: 300px;
  }

  .logo {
    position: absolute;
    z-index: 0;
    padding-left: 0px;
  }

  .logo.hide-desktop {
    display: block;
  }

  .navbar {
    position: absolute;
  }

  .faq-question-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-question-wrap.underscore {
    border-bottom: 1px solid #946762;
  }

  .list-grid-view {
    display: none;
  }

  .sort-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .filter {
    top: 20px;
  }

  .filter.hide-desktop {
    display: block;
  }

  .margin-bottom-60px {
    margin-bottom: 40px;
  }

  .filter-box-container.map {
    display: none;
  }

  .div-block-image-placeholder {
    height: 500px;
  }

  .quick-navigate-menu {
    padding-right: 71px;
    padding-left: 0px;
  }

  .nav-text-div.margin-left-minus-15px {
    margin-left: -10px;
  }

  .nav-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-text.hide-phone {
    display: none;
  }

  .book-button.float-right {
    margin-right: 0px;
  }

  .grid-8-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-feed-placeholder {
    height: 300px;
  }

  .image-feed-placeholder-big {
    height: 300px;
  }

  .dark-background {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .absolute-bottom-right {
    right: 20px;
    bottom: 20px;
  }

  .icon-3 {
    margin-top: 7px;
  }

  .info-dropdown {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .swiper-slide {
    min-width: 320px;
  }

  .swiper-slide._100 {
    width: auto;
    min-width: auto;
  }

  .swiper-wrapper {
    padding-bottom: 0px;
  }

  .swiper-scrollbar.custom.made {
    display: none;
  }

  .swipe-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .swiper-button {
    display: none;
  }

  .absolute-bottom-left {
    right: 20px;
    bottom: 20px;
  }

  .swiper-button-slider {
    display: none;
  }

  .swiper-button-slider.prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding-bottom: 5%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .swiper-button-slider.next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-field {
    border-radius: 0px;
  }

  .slider-2 {
    height: auto;
  }

  .slide-info {
    position: static;
    width: 100%;
    min-height: 175px;
  }

  .slide-info.left {
    position: absolute;
    bottom: 6%;
  }

  .slide-info.right {
    position: absolute;
    bottom: 6%;
  }

  .image-container._650px {
    height: 450px;
  }

  .grid-4-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .margin-top-100px {
    margin-top: 80px;
  }

  .grid-2-2-2-2.menu {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-2-2-2.menu.kommuner {
    grid-row-gap: 10px;
  }

  .kart.large {
    height: 500px;
  }

  .div-block-7 {
    padding: 30px;
  }

  .video-container {
    min-height: 500px;
  }

  .image-container-slider {
    position: relative;
    height: 400px;
  }

  .filter-map {
    top: 20px;
  }

  .column-2 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .faq-question-bar-2.desk {
    display: none;
  }

  .faq-question-bar-2.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }

  .faq-question-bar-2.underscore {
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-color: #946762;
  }

  .container-navmenu {
    display: block;
    overflow: auto;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .search-button-nav {
    display: none;
  }

  .search-button-nav.dark {
    display: none;
  }

  .nav-link {
    margin-bottom: 15px;
  }

  .nav-link.search {
    display: none;
  }

  .nav-link.phone {
    display: block;
  }

  .menu-button {
    z-index: 1000;
  }

  .div-block-menu-image {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visible-phone {
    display: inline;
  }

  .hide-phone-both {
    display: none;
  }

  .dropdown---lang.phone-hide {
    z-index: 0;
  }

  .grid-3-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .scroll-sequence {
    display: block;
  }

  .text-container {
    padding-right: 7.5%;
  }

  .hero {
    display: block;
  }

  .width-40 {
    width: 100%;
  }

  .flex.space-between.noe-flex-phone {
    display: block;
    margin-bottom: 30px;
  }

  .pop-up {
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 110%;
  }

  h2 {
    line-height: 110%;
  }

  h3 {
    font-size: 30px;
    line-height: 110%;
  }

  h4 {
    font-size: 26px;
    line-height: 110%;
  }

  h5 {
    line-height: 120%;
  }

  .h1.hero {
    font-size: 55px;
  }

  .h2 {
    font-size: 37.5px;
  }

  .h3 {
    font-size: 30px;
    line-height: 110%;
  }

  .paragraph.sans-serif.margin-bottom-40px.margin-bottom-30px-mobile {
    margin-bottom: 30px;
  }

  .button.secondary.hide-phone {
    display: none;
  }

  .button.secondary.margin-left-10px {
    margin-left: 7.5px;
  }

  .section.subsite {
    /*padding-top: 140px;*/
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section._90vh {
    height: 80vh;
  }

  .container.padding-100px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container.quick-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.padding-top-100px {
    padding-top: 70px;
  }

  .container.padding-bottom-100px {
    padding-bottom: 60px;
  }

  .container.absolute {
    position: absolute;
  }

  .container.adjust-responsive.padding-bottom-100px {
    padding-bottom: 70px;
  }

  .search-input.light {
    color: #e1cec7;
  }

  .grid-4-4-4 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4-4-4.swipe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-4-4-4.gap-30px {
    grid-row-gap: 10px;
  }

  .search-button.light {
    background-image: url('../images/Search.svg');
  }

  .search.no-hide {
    display: block;
    float: left;
  }

  .margin-top-40px.flex-center.margin-right-5 {
    margin-top: 20px;
  }

  .margin-top-40px.flex-center.margin-right-5.hide-desktop {
    display: block;
  }

  .filter-checked {
    min-width: 275px;
  }

  .filter-button-checked {
    width: auto;
  }

  .sort.flex-space-around {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    width: 225px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-block {
    height: 275px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-block._450px {
    height: 350px;
  }

  .image-block._350px {
    height: 350px;
  }

  .cms-item.swipe {
    width: 90%;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
  }

  .dropdown {
    display: none;
  }

  .filter-box.white-background {
    display: block;
    width: 250px;
    margin-bottom: 125px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
  }

  .faq-content {
    padding-top: 5px;
  }

  .filter {
    top: 15px;
  }

  .div-block-image-placeholder {
    height: 350px;
  }

  .quick-navigate-menu {
    overflow: auto;
    width: auto;
    padding-right: 0px;
  }

  .nav-text-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-text-div.margin-left-minus-15px {
    margin-bottom: 0px;
    float: none;
  }

  .nav-text {
    padding: 12px 10px 10px;
    float: left;
    font-size: 16px;
    white-space: nowrap;
  }

  .book-button.float-right {
    position: relative;
    margin-left: 10px;
    float: none;
    display: none;
  }

  .book-button.phone {
    display: inline-block;
  }

  .grid-8-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-block {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .grid-contact-information {
    grid-column-gap: 15px;
    -ms-grid-columns: 0.25fr 3fr;
    grid-template-columns: 0.25fr 3fr;
  }

  .grid-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-feed-placeholder {
    height: 275px;
  }

  .image-feed-placeholder-big {
    height: 275px;
  }

  .short-ingress {
    font-size: 30px;
  }

  .margin-bottom-30px {
    margin-bottom: 20px;
  }

  .faq-paragraph {
    padding-bottom: 15px;
  }

  .faq-circle-2 {
    width: 40px;
    min-width: 40px;
  }

  .icon-3 {
    margin-top: 7px;
  }

  .tab-link-tab-2 {
    display: inline-block;
  }

  .image-fit {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .swiper-slide {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
  }

  .cliackable {
    height: 100%;
  }

  .arrow {
    width: 35px;
    height: 35px;
  }

  .swiper-container.show-upcomming {
    padding-right: 20%;
  }

  .absolute-bottom-left {
    left: 20px;
  }

  .slider {
    height: 60vh;
    min-height: 500px;
  }

  .slide-nav {
    position: static;
    display: block;
    padding-left: 15px;
    font-family: Lausanne, sans-serif;
    font-size: 9px;
    text-align: left;
  }

  .slide-nav.hide {
    display: none;
  }

  .slide-nav.absolute {
    position: absolute;
  }

  .swiper-button-slider.prev {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: 0px;
    height: 100%;
  }

  .swiper-button-slider.next {
    width: 65px;
  }

  .text-field {
    height: 45px;
    font-size: 28px;
  }

  .slide-info {
    padding: 30px 20px;
  }

  .slide-info.left {
    bottom: 5%;
  }

  .slide-info.right {
    bottom: 5%;
  }

  .slide-info.right.hide-phone {
    display: none;
  }

  .image-container {
    min-height: 250px;
  }

  .image-container._500px {
    height: 450px;
  }

  .image-container.vertical {
    width: 100%;
    height: 450px;
  }

  .grid-4-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ingress {
    font-size: 20px;
  }

  .margin-top-100px {
    margin-top: 70px;
  }

  .grid-2-2-2-2 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .date {
    padding-right: 20px;
    padding-left: 20px;
  }

  .date.large {
    padding: 15px 20px;
  }

  .when.large {
    font-size: 28px;
  }

  .kart {
    height: 450px;
  }

  .div-block-7 {
    padding: 30px 20px;
  }

  .video-container {
    position: relative;
    height: 80vh;
  }

  .image-container-slider {
    /*height: 275px;*/
    height: 100%;
  }

  .arrow-next {
    height: 12px;
  }

  .scroll-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .google-info {
    left: 5%;
    top: 5%;
    width: 260px;
  }

  .google-heading {
    font-family: Lausanne, sans-serif;
    font-size: 26px;
  }

  .link-google {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .google-info-activity {
    left: 5%;
    top: 5%;
    width: 260px;
  }

  .google-info-container {
    left: 5%;
    top: 5%;
    width: 260px;
  }

  .filter-map {
    top: 15px;
  }

  .column-2.margin-top-30px {
    margin-top: 20px;
  }

  .margin-top-30px {
    margin-top: 20px;
  }

  .text-wrapper {
    left: 5%;
    top: 5%;
    width: 100%;
  }

  .grid-2-tight {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .margin-top-60px {
    margin-top: 40px;
  }

  .heading-blog-cms {
    font-family: Lausanne, sans-serif;
    font-size: 26px;
  }

  .link-blog-cms {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .shadow {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(70%, transparent), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 70%, rgba(0, 0, 0, 0.2));
  }

  .quick-nav-phone {
    margin-left: -10px;
  }

  .quick-nav-phone.margin-top-20px {
    display: block;
    float: left;
  }

  .hide-phone {
    display: none;
  }

  .faq-question-bar-2.phone {
    margin-bottom: 0px;
  }

  .faq-question-bar-2.underscore {
    padding-bottom: 15px;
  }

  .container-navmenu {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .burger-1 {
    margin-top: 0px;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }

  .nav-menu {
    position: fixed;
  }

  .nav-link {
    padding-left: 0px;
  }

  .nav-link.search {
    font-size: 16px;
  }

  .nav-link.search:focus {
    width: 60%;
  }

  .navlink {
    padding-top: 25px;
    font-size: 16px;
  }

  .search-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    width: auto;
    margin-top: 0px;
  }

  .div-block-menu-image {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .footer-heading.margin-top-40px {
    float: left;
  }

  .footer-heading.margin-bottom-20px {
    margin-bottom: 20px;
  }

  .footer-link {
    padding: 12px 20px 10px 0;
    font-size: 16px;
  }

  .footer-link.w--current {
    color: #faf7f6;
  }

  .visible-phone {
    display: inline;
  }

  .hide-phone-both {
    display: none;
  }

  .no-results {
    line-height: 110%;
  }

  .dropdown-toggle {
    padding-top: 23px;
  }

  .dropdown---lang {
    position: absolute;
    left: auto;
    top: 7.5px;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: 60px;
  }

  .dropdown---lang.phone-hide {
    display: none;
  }

  .grid-3-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .filter-box-map.white-background {
    display: none;
    width: 250px;
    margin-bottom: 125px;
  }

  .sticky-container {
    width: 100%;
    padding-bottom: 0%;
  }

  .scroll-sequence {
    display: block;
  }

  .hero-bullet-points {
    width: 100%;
    padding: 25px;
  }

  .hero-bullet-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .hero {
    display: block;
  }

  .dropdown---lang-sesong {
    position: absolute;
    left: auto;
    top: 7.5px;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: 150px;
  }

  .season-icon.margin-right-10px {
    margin-right: 5px;
  }

  .flex.gap-30px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .padding-50px {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .season-wrapper {
    font-size: 16px;
  }

  .pop-up {
    left: 5%;
    width: 90%;
    padding: 20px 40px 20px 20px;
  }

  .close-link {
    padding: 10px;
  }
}


#w-node-_7a6b0121-9b52-31e1-4208-431e55235ad7-a6ce415c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7a6b0121-9b52-31e1-4208-431e55235ae4-a6ce415c, #w-node-_3bbead55-fccd-70b0-2320-471632234220-a6ce415c, #w-node-f52fa294-3ef1-7804-f59b-5764f70aa939-a6ce415c {
  align-self: center;
}

#w-node-de99a287-912a-4661-5032-909ce3154b10-0c659133 {
  align-self: end;
}

#w-node-_6b389d94-25eb-3c2f-47b6-9a96bf062338-0c659133 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-_08bcc345-6603-80c7-793c-8bb0de5191c3-a7ee04d9 {
  align-self: start;
  justify-self: start;
}

#w-node-db8145b6-2f16-6c28-e75e-b00f27f0cf92-5df7f12b, #w-node-_79a89592-21ac-2c44-1591-c72061059bb5-5df7f12b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c3a5b48-e0e0-8646-a116-0bf4e6193509-5df7f12b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_136f9829-7e2e-84a5-8e30-39b1a6b9ca92-5df7f12b, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-e782ddf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-e782ddf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62a-e782ddf3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0472130c-ad04-0129-be72-fc23988a644f-e782ddf3, #w-node-_0472130c-ad04-0129-be72-fc23988a6452-e782ddf3, #w-node-_2ebaa390-8d62-6bc1-e9f4-096ca5de6b7f-e782ddf3, #w-node-_2ebaa390-8d62-6bc1-e9f4-096ca5de6b82-e782ddf3, #w-node-_4bfde35c-0d94-94d9-7d19-bc9e65650be3-e782ddf3, #w-node-_4bfde35c-0d94-94d9-7d19-bc9e65650be6-e782ddf3, #w-node-_18ad11e1-d493-c0b6-f33e-cb0f63a1d60d-e782ddf3, #w-node-_18ad11e1-d493-c0b6-f33e-cb0f63a1d610-e782ddf3, #w-node-_32a1491e-3d82-0ac0-1ca4-a66c8ae497ca-e782ddf3, #w-node-_32a1491e-3d82-0ac0-1ca4-a66c8ae497cd-e782ddf3, #w-node-_50d3c11e-807b-2bc8-221e-87fc2019c8f7-e782ddf3, #w-node-_50d3c11e-807b-2bc8-221e-87fc2019c8fa-e782ddf3, #w-node-da63e94f-3e68-6d72-7fe6-9cddcd800bf1-e782ddf3, #w-node-da63e94f-3e68-6d72-7fe6-9cddcd800bf4-e782ddf3 {
  align-self: start;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-541469e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-541469e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62a-541469e3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-7d147a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-7d147a3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62a-7d147a3a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ce1ca673-a6a5-6696-9d35-051beababb40-156a85ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2dcd613-7c55-9b5d-ac89-4cd100669c1b-897ac3e4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_488303da-0aad-188b-4036-e68f7ff2e5d4-897ac3e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a80331e-4d20-06db-df68-8f19df1fd7a4-897ac3e4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7a80331e-4d20-06db-df68-8f19df1fd7a6-897ac3e4 {
  align-self: center;
}

#w-node-_2fb534c9-b069-381d-3c5e-c4e0c4aaaa80-897ac3e4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2fb534c9-b069-381d-3c5e-c4e0c4aaaa82-897ac3e4 {
  align-self: center;
}

#w-node-e76e6b7d-1ade-887f-5f8e-6bbb6a0b0739-897ac3e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd1d1cea-061b-91fa-3950-0604a9b4148b-9db3c1f5 {
  align-self: center;
}

#w-node-f5e68b19-b8f3-0b8a-ec69-022140735c38-9db3c1f5 {
  align-self: start;
}

#w-node-_33d53741-4bf6-1f01-10e7-c39a32ca2202-9db3c1f5 {
  align-self: center;
}

#w-node-_301f129b-5b02-2cdc-b4a3-b93f04fd460e-9db3c1f5 {
  align-self: start;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d65e469a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3842636a-ba0f-9f46-6725-472fa62b5d4f-d65e469a {
  align-self: center;
  justify-self: center;
}

#w-node-d2ce19d8-bdc0-b1e0-7254-32128be089ed-d65e469a {
  align-self: center;
}

#w-node-_94101225-85bc-3301-080e-32f5309114ba-d65e469a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af0844e5-ee05-dad0-5f94-01fd54d34861-d65e469a {
  align-self: start;
}

#w-node-a23b46d7-a1ed-6445-1a9e-c750876266b7-d65e469a {
  align-self: center;
  justify-self: center;
}

#w-node-a23b46d7-a1ed-6445-1a9e-c750876266ba-d65e469a {
  align-self: center;
}

#w-node-fd35ad5d-3a0f-2a3a-475b-6fd18b4fb4ef-3d0f59e0 {
  justify-self: end;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-3bca0c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-3bca0c8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62a-3bca0c8f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-68de3ebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_646b748c-8eb3-7968-2d1f-427b9285b37c-68de3ebd {
  align-self: start;
}

#w-node-_6f39ec95-88ac-b926-42eb-cf2388827298-88827279 {
  align-self: center;
  justify-self: start;
}

#w-node-fd1d1cea-061b-91fa-3950-0604a9b4148b-93147193 {
  align-self: center;
}

#w-node-f5e68b19-b8f3-0b8a-ec69-022140735c38-93147193 {
  align-self: start;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-25f8803d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e26a644d-97e5-fed1-cda3-d2e296907741-3e612824, #w-node-_87edf79f-2c73-334f-f8cb-513474551f32-3e612824, #w-node-af3d0826-b024-1156-01ae-ea863816803a-3e612824 {
  align-self: center;
}

#w-node-e2dcd613-7c55-9b5d-ac89-4cd100669c1b-72fd1675, #w-node-_488303da-0aad-188b-4036-e68f7ff2e5d4-72fd1675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe307e-b8406851 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-b8406851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-b8406851 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308f-b8406851 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a5-b8406851 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a7-b8406851 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-b8406851, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-8e4cb602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd34ed8-6501-3832-5c86-b514b43c017f-8e4cb602, #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-8e4cb602, #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db106-8e4cb602 {
  align-self: center;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-0976a76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd34ed8-6501-3832-5c86-b514b43c017f-0976a76a, #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-0976a76a, #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db106-0976a76a, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997f-0976a76a {
  align-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-0976a76a {
  align-self: center;
  justify-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd3-0976a76a {
  align-self: center;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-da326ce9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd34ed8-6501-3832-5c86-b514b43c017f-da326ce9, #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-da326ce9, #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db106-da326ce9, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997f-da326ce9 {
  align-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-da326ce9 {
  align-self: center;
  justify-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd3-da326ce9 {
  align-self: center;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-81a809a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd34ed8-6501-3832-5c86-b514b43c017f-81a809a1, #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-81a809a1, #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db106-81a809a1, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997f-81a809a1 {
  align-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-81a809a1 {
  align-self: center;
  justify-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd3-81a809a1 {
  align-self: center;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d383a500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd34ed8-6501-3832-5c86-b514b43c017f-d383a500, #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-d383a500, #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db106-d383a500, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997f-d383a500 {
  align-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-d383a500 {
  align-self: center;
  justify-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd3-d383a500 {
  align-self: center;
}

#w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d483afdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd34ed8-6501-3832-5c86-b514b43c017f-d483afdc, #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-d483afdc, #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db106-d483afdc, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997f-d483afdc {
  align-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-d483afdc {
  align-self: center;
  justify-self: center;
}

#w-node-_96c679a2-f390-05bf-550f-af5aa883fcd3-d483afdc {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe307e-189053c1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-189053c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-189053c1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308f-189053c1 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a5-189053c1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a7-189053c1 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-189053c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe307e-e8c82f46 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-e8c82f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-e8c82f46 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308f-e8c82f46 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a5-e8c82f46 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a7-e8c82f46 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-e8c82f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe307e-4ac2542a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-4ac2542a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-4ac2542a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308f-4ac2542a {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a5-4ac2542a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a7-4ac2542a {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-4ac2542a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe307e-5ff24b7d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-5ff24b7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-5ff24b7d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308f-5ff24b7d {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a5-5ff24b7d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a7-5ff24b7d {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-5ff24b7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f247a8d-72e5-4975-68ac-54936288f24d-3f413c66, #w-node-_0af68d86-2b06-9105-b620-8b468c731ac4-3f413c66, #w-node-e2ad03c5-83ee-1c40-bc1b-46a846fa53f7-3f413c66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe307e-dbcef2d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-dbcef2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-dbcef2d7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe308f-dbcef2d7 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a5-dbcef2d7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30a7-dbcef2d7 {
  align-self: center;
}

#w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-dbcef2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b2b-dbcef2d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b2d-dbcef2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b3a-dbcef2d7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b3c-dbcef2d7 {
  align-self: center;
}

#w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b6a-dbcef2d7, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-b56540f2, #w-node-c71ddec5-2ba4-3549-94cd-af044f0e59cf-b56540f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_6fc2bbcf-0279-3a9c-81bd-21f0ea467ae2-b56540f2, #w-node-_9f5c7c6c-e88b-54d3-2e1e-d9faccf863e7-b56540f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e75acf4-1bb5-47fa-8b0b-09fcb7e3fe9b-b56540f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f74e9de5-c113-dfd5-b69b-9ed2801f9615-b56540f2, #w-node-_76a76b10-d997-958e-494c-47f7239bd2b5-b56540f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_207d86d7-3d1b-5ad6-ad8c-d39d8f1c7c40-b56540f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_06b436c0-ada2-bb97-6d82-626493597b38-b56540f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-3.w-node-_06b436c0-ada2-bb97-6d82-626493597b41-b56540f2, #w-node-_06b436c0-ada2-bb97-6d82-626493597b42-b56540f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06b436c0-ada2-bb97-6d82-626493597b4e-b56540f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_06b436c0-ada2-bb97-6d82-626493597b55-b56540f2, #w-node-_63b8df53-fb44-e00b-8ef0-0370ae740d53-abe42fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c8aa041-b6d2-8c8c-1058-9ebf21dbddc2-abe42fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8541c3c4-0de7-a209-bf79-62f0d8e1b227-abe42fa2, #w-node-_35fae53e-6a59-71a6-53f3-3bee5bd1c753-abe42fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35fae53e-6a59-71a6-53f3-3bee5bd1c749-abe42fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_7a6b0121-9b52-31e1-4208-431e55235ae4-a6ce415c {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_89273f76-abf2-a860-0175-7b5c2133521d-e782ddf3, #w-node-_1ccfd078-99a5-840b-063f-5b027fa6db2b-e782ddf3, #w-node-cc87d223-fb91-a63b-7d18-c5d083c9f6f9-e782ddf3, #w-node-cc87d223-fb91-a63b-7d18-c5d083c9f713-e782ddf3, #w-node-_0472130c-ad04-0129-be72-fc23988a644e-e782ddf3, #w-node-_89273f76-abf2-a860-0175-7b5c2133521d-541469e3, #w-node-_022925ab-1abc-b691-b74a-4e9e11395e1c-541469e3, #w-node-_89273f76-abf2-a860-0175-7b5c2133521d-7d147a3a, #w-node-_022925ab-1abc-b691-b74a-4e9e11395e1c-7d147a3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e76e6b7d-1ade-887f-5f8e-6bbb6a0b0739-897ac3e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f89ef9ba-9a33-cc29-ba01-9150ceae886d-9db3c1f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d65e469a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3842636a-ba0f-9f46-6725-472fa62b5d4f-d65e469a, #w-node-a23b46d7-a1ed-6445-1a9e-c750876266b7-d65e469a, #w-node-fd35ad5d-3a0f-2a3a-475b-6fd18b4fb4ef-3d0f59e0 {
    justify-self: start;
  }

  #w-node-_89273f76-abf2-a860-0175-7b5c2133521d-3bca0c8f, #w-node-_022925ab-1abc-b691-b74a-4e9e11395e1c-3bca0c8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-68de3ebd, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-25f8803d, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-b8406851, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-8e4cb602 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd34ed8-6501-3832-5c86-b514b43c017d-8e4cb602 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-8e4cb602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebed-8e4cb602 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db104-8e4cb602 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-0976a76a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd34ed8-6501-3832-5c86-b514b43c017d-0976a76a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-0976a76a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebed-0976a76a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db104-0976a76a, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997d-0976a76a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-0976a76a {
    justify-self: start;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-da326ce9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd34ed8-6501-3832-5c86-b514b43c017d-da326ce9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-da326ce9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebed-da326ce9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db104-da326ce9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997d-da326ce9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997f-da326ce9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-da326ce9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-81a809a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd34ed8-6501-3832-5c86-b514b43c017d-81a809a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-81a809a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebed-81a809a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db104-81a809a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997d-81a809a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-81a809a1 {
    justify-self: start;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d383a500 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd34ed8-6501-3832-5c86-b514b43c017d-d383a500 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-d383a500 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebed-d383a500 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db104-d383a500, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997d-d383a500 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-d383a500 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d483afdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd34ed8-6501-3832-5c86-b514b43c017d-d483afdc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebef-d483afdc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d34caa11-5ed2-17fb-885e-c1583e0cebed-d483afdc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed309a3b-3abc-b9c5-5099-5d5a7e4db104-d483afdc, #w-node-_499f5df4-3749-3dbe-3c31-f64cf0c2997d-d483afdc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-d483afdc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-189053c1, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-e8c82f46, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-4ac2542a, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-5ff24b7d, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-dbcef2d7, #w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b6a-dbcef2d7, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-b56540f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8048e61f-6e3a-4223-a61e-617d0c659136-0c659133, #w-node-_8048e61f-6e3a-4223-a61e-617d0c65914d-0c659133, #w-node-_8048e61f-6e3a-4223-a61e-617d0c659164-0c659133, #w-node-_8048e61f-6e3a-4223-a61e-617d0c659177-0c659133 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de99a287-912a-4661-5032-909ce3154b10-0c659133 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_6b389d94-25eb-3c2f-47b6-9a96bf062338-0c659133 {
    grid-area: 3 / 3 / 4 / 5;
    align-self: end;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62d-e782ddf3, #w-node-_1774f2b4-6310-d1e3-fc11-94d1eca6ab83-e782ddf3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62d-541469e3, #w-node-_1774f2b4-6310-d1e3-fc11-94d1eca6ab83-541469e3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62d-7d147a3a, #w-node-_1774f2b4-6310-d1e3-fc11-94d1eca6ab83-7d147a3a, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc62d-3bca0c8f, #w-node-_1774f2b4-6310-d1e3-fc11-94d1eca6ab83-3bca0c8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-81a809a1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de99a287-912a-4661-5032-909ce3154b10-0c659133 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: end;
  }

  #w-node-_6b389d94-25eb-3c2f-47b6-9a96bf062338-0c659133 {
    grid-area: 4 / 1 / 5 / 4;
    align-self: end;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-e782ddf3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fd-e782ddf3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-e782ddf3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-541469e3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fd-541469e3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-541469e3, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-7d147a3a, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fd-7d147a3a, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-7d147a3a, #w-node-_488303da-0aad-188b-4036-e68f7ff2e5d4-897ac3e4, #w-node-e714abee-a4f9-cf2f-0c47-9b2f65710624-897ac3e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a80331e-4d20-06db-df68-8f19df1fd7a4-897ac3e4 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-e76e6b7d-1ade-887f-5f8e-6bbb6a0b0739-897ac3e4, #w-node-e76e6b7d-1ade-887f-5f8e-6bbb6a0b073b-897ac3e4, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d65e469a, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-d65e469a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3842636a-ba0f-9f46-6725-472fa62b5d4f-d65e469a {
    justify-self: stretch;
  }

  #w-node-_94101225-85bc-3301-080e-32f5309114ba-d65e469a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a23b46d7-a1ed-6445-1a9e-c750876266b7-d65e469a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-3bca0c8f, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fd-3bca0c8f, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fe-3bca0c8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-68de3ebd, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-68de3ebd, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-25f8803d, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-25f8803d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_488303da-0aad-188b-4036-e68f7ff2e5d4-72fd1675, #w-node-e714abee-a4f9-cf2f-0c47-9b2f65710624-72fd1675, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-b8406851, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3082-b8406851 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-b8406851 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-b8406851, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bf-b8406851, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-8e4cb602, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-8e4cb602, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-0976a76a, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-0976a76a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-0976a76a {
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-da326ce9, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-da326ce9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-da326ce9 {
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-81a809a1, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-81a809a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-81a809a1 {
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d383a500, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-d383a500 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-d383a500 {
    justify-self: stretch;
  }

  #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-d483afdc, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-d483afdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96c679a2-f390-05bf-550f-af5aa883fcd0-d483afdc {
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-189053c1, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3082-189053c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-189053c1 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-189053c1, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bf-189053c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-e8c82f46, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3082-e8c82f46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-e8c82f46 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-e8c82f46, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bf-e8c82f46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-4ac2542a, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3082-4ac2542a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-4ac2542a {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-4ac2542a, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bf-4ac2542a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-5ff24b7d, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3082-5ff24b7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-5ff24b7d {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-5ff24b7d, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bf-5ff24b7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3080-dbcef2d7, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe3082-dbcef2d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe308d-dbcef2d7 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bd-dbcef2d7, #w-node-_4f2e2913-384c-e8da-e795-204bbbbe30bf-dbcef2d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b2d-dbcef2d7, #w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b2f-dbcef2d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b3a-dbcef2d7 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b6a-dbcef2d7, #w-node-_64e1a4a3-470c-d295-d20c-6ea3b28e3b6c-dbcef2d7, #w-node-fa0ec091-bebc-88f9-c3fc-2a849c8bc5fb-b56540f2, #w-node-f2175c06-36f2-f1f6-7a9c-eea48f20952b-b56540f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #name.w-node-_4e75acf4-1bb5-47fa-8b0b-09fcb7e3fe97-b56540f2, #Name-7.w-node-_684d7b5b-634a-fb9e-b05e-b44d42690157-b56540f2, #F-dselsdato.w-node-_58b4f54a-c9cd-2ea4-990f-72864564d2f1-b56540f2, #E-post.w-node-d7440000-8999-cccc-ce47-e9dfd0eb0427-b56540f2, #name-8.w-node-_06b436c0-ada2-bb97-6d82-626493597b3d-b56540f2, #Name-8.w-node-_06b436c0-ada2-bb97-6d82-626493597b3e-b56540f2, #F-dselsdato-2.w-node-_06b436c0-ada2-bb97-6d82-626493597b3f-b56540f2, #E-post-2.w-node-_06b436c0-ada2-bb97-6d82-626493597b40-b56540f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-300Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-450.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-450Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arnhem';
  src: url('../fonts/arnhem-blonditalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arnhem';
  src: url('../fonts/arnhem-blond.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arnhem';
  src: url('../fonts/Arnhem-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arnhem';
  src: url('../fonts/Arnhem-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
