:root {
  --oslo-dark-blue: #02a1bd;
  --third-blue: #067490;
  --gray: #535659;
  --white: white;
  --off-white: #f6f6f6;
  --oslo-blue: #00b7c6;
  --light-gray: #999;
  --oslo-green: #c0d11c;
  --black: black;
  --baby-blue: #89d2e3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--oslo-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

h2, h3 {
  color: var(--third-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  color: var(--third-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: var(--third-blue);
  font-family: Heebo, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

li {
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

label {
  color: var(--gray);
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.wrapper.navbar {
  z-index: 99;
  background-color: var(--white);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper.is-background-white {
  background-color: var(--white);
}

.wrapper.is-background-white.footer {
  padding-top: 6.75rem;
  padding-bottom: 2rem;
}

.wrapper.gradient {
  background-image: linear-gradient(43deg, #37c2e2, #067490);
}

.wrapper.is-dark-blue {
  background-color: var(--third-blue);
}

.wrapper.references {
  background-color: var(--off-white);
  max-width: 1400px;
}

.wrapper._60px-padding-desktop {
  margin-top: 60px;
}

.wrapper.bkg-is-light-gray {
  background-color: var(--off-white);
}

.wrapper._1400px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.wrapper.case-cms {
  max-width: 1350px;
}

.wrapper.blogg {
  background-color: var(--off-white);
  max-width: 1400px;
}

.section-main {
  flex-flow: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-main.navbar {
  width: 100%;
}

.section-main.navbar.right {
  align-items: flex-end;
}

.section-main.navbar._1 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.section-main.navbar.slider {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 6rem;
  padding-left: 115px;
}

.section-main.navbar.slider._1 {
  height: auto;
  padding-bottom: 0;
}

.section-main.references {
  align-items: center;
}

.section-main.references.is-rel {
  position: relative;
}

.section-main.is-centered {
  align-items: center;
}

.navi {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.navi-top-links {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-end;
  display: flex;
}

.link-holder {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.link-holder.footer {
  margin-right: 35px;
}

.link-holder.footer._1 {
  background-color: var(--third-blue);
  border-radius: 99px;
  width: 32px;
  height: 32px;
}

.is-gray {
  color: var(--gray);
}

.is-gray.is-bold.h2-hjem._2-rempad {
  padding-left: 2rem;
}

.is-gray.is-heebo {
  font-family: Heebo, sans-serif;
}

.is-gray.menu-link.footer {
  font-size: 16px;
}

.is-gray.link-color-switch {
  transition: color .2s, font-size .2s;
}

.is-gray.link-color-switch:hover {
  color: var(--oslo-dark-blue);
  font-size: 19px;
}

.navi-bottom-links {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navi-right-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
  position: relative;
}

.menu-link {
  color: var(--gray);
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2vw;
  line-height: 140%;
  transition: all .3s;
  display: block;
}

.menu-link:hover {
  color: var(--oslo-dark-blue);
}

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

.menu-link.is-gray {
  letter-spacing: 1px;
}

.menu-link.is-gray.w--current {
  color: var(--oslo-dark-blue);
}

.menu-link.is-gray.is-bold {
  cursor: pointer;
}

.menu-link.is-gray.is-bold.w--current {
  color: var(--oslo-dark-blue);
}

.menu-link.hide-desktop {
  display: none;
}

.is-bold {
  font-weight: 700;
}

.is-bold.is-dark-blue.hvorfor-oslo {
  color: var(--third-blue);
  font-size: 18px;
}

.is-bold.vw2 {
  font-size: 2vw;
}

.is-bold.is-centered.vw2 {
  text-align: left;
  line-height: 130%;
}

.is-bold.is-centered.vw-1-5 {
  text-align: left;
  font-size: 1.5vw;
  line-height: 130%;
}

.hero {
  margin-top: 6rem;
  padding: 20rem 3.5rem 13rem;
}

.hero.home {
  background-image: linear-gradient(110deg, #414445 9% 10%, #41444500 54%), url('../images/hero-home.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hero.priser {
  background-image: url('../images/Frame-155.webp');
  background-position: 36%;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.hero.kontakt {
  background-image: url('../images/Lever-livet-uten-briller-og-kontakt-linser---Øyelaser.webp');
  background-position: 41%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.aldersyn {
  background-image: linear-gradient(105deg, #000c, #fff0 71%), url('../images/iStock-1439952306left.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.sysnskoregierende-laser {
  background-image: linear-gradient(268deg, #000c, #fff0 62%), url('../images/Synskorrigerende-laser-behandling.jpg');
  background-position: 0 0, 35%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero._1 {
  background-color: var(--white);
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero._4 {
  background-image: linear-gradient(98deg, var(--white) 28%, #fff0 71%), url('../images/medisinsk-forundersøkelse---Oslo-Syn.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.n-rsynthet {
  background-image: linear-gradient(105deg, #0009, #fff0 56%), url('../images/iStock-637187204_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.skjeve-hornhinner {
  background-image: linear-gradient(105deg, #000000b0, #fff0 62%), url('../images/iStock-909908428-1-–-stort.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.langsynthet {
  background-image: linear-gradient(105deg, #000000b0, #fff0 62%), url('../images/Langsynthet-komp_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.blog-cms {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.linseoperasjon {
  background-image: linear-gradient(105deg, #000000b0, #fff0 62%), url('../images/iStock-1321505822-1.jpeg');
  background-position: 0 0, 21%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.presbyond {
  background-image: linear-gradient(90deg, #000000b0, #fff0 53% 62%), url('../images/iStock-1439952306left.jpg');
  background-position: 0 0, 68%;
  background-size: auto, auto 100%;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.linseimplantat {
  background-image: linear-gradient(90deg, #000000c9, #fff0 51%, #fff0), url('../images/iStock-637187204_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.gr--st-r {
  background-image: linear-gradient(90deg, #000000c9, #fff0 51%, #fff0), url('../images/grå-stær-utvidet-venstre_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.ptk {
  background-image: linear-gradient(90deg, #000000c9, #fff0 51%, #fff0), url('../images/Eirik.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.om-oss {
  background-image: linear-gradient(90deg, #000000b0, #fff0 53% 62%), url('../images/Frame-155.jpeg');
  background-position: 0 0, 100% 0;
  background-size: auto, auto 100%;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero.netthinnesykdommer {
  background-image: linear-gradient(90deg, #000000c9, #fff0 51%, #fff0), url('../images/slide4.webp');
  background-position: 0 0, 20%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.case-cms {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 65vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h1-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.h1-holder.bigger {
  width: 56%;
}

.h1-holder._1 {
  width: 46vw;
}

.h1-holder._1._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 37vw;
}

.h1-holder.homepage.slider-1 {
  width: 42vw;
}

.h1-holder.homepage.slider-1.sl-2 {
  width: 37vw;
}

.h1-holder.homepage.oyelaser {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.h1-holder.homepage.slide-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 30vw;
}

.h1-holder.homepage.slide-1.sl-2 {
  width: 37vw;
}

.h1-holder.homepage.slider-5 {
  width: 40vw;
}

.h1-holder.homepage.slider-5.sl-2 {
  width: 37vw;
}

.h1-holder.homepage.slide-6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 44vw;
}

.h1-holder.homepage.slide-6.sl-2 {
  width: 37vw;
}

.h1-holder.homepage.slide-1-amalie {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 35vw;
}

.h1-holder.homepage.slide-1-amalie.sl-2 {
  width: 37vw;
}

.h1-holder.presbyond {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 800px;
}

._25px {
  font-size: 25px;
  line-height: 130%;
}

.is-white {
  color: var(--white);
}

.is-white.hyphenation {
  font-size: 57px;
}

.is-white.hyphenation.skjeve-horn {
  font-size: 78px;
}

.is-white.hyphenation._70px {
  font-size: 70px;
}

.is-white.hyphenation._50px {
  font-size: 50px;
}

.is-white.is-centered {
  text-align: center;
}

.is-white.is-centered._48px {
  font-size: 48px;
}

.is-white.smaller {
  font-size: 45px;
}

.is-white._24px.submit-text {
  font-family: Heebo, sans-serif;
  line-height: 150%;
}

.is-white.homepage {
  font-size: 48px;
}

.is-white._22px {
  align-self: center;
  font-size: 22px;
}

.is-white._40px {
  font-size: 44px;
}

.is-white._20px.lh-120 {
  line-height: 120%;
}

.is-white.with-shadow {
  box-shadow: 0 -2px 19px #0003;
}

.btn-main {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--oslo-dark-blue);
  box-shadow: 0 4px 0 0 var(--white);
  color: var(--white);
  border-radius: 60px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  transition: all .3s;
  display: block;
}

.btn-main:hover {
  border: 2px solid var(--oslo-blue);
  background-color: var(--white);
}

.btn-main.left-align {
  align-self: flex-start;
}

.btn-main.left-align:hover {
  color: var(--oslo-blue);
}

.btn-main.left-align.homepage.slidervariaton._6200-offer {
  text-transform: none;
  margin-top: -64px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 39px;
}

.btn-main.left-align.homepage.slidervariaton.btn-pos-2 {
  text-transform: none;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 39px;
}

.spacer-6rem {
  height: 6rem;
}

.is-dark-blue {
  color: var(--third-blue);
}

.is-dark-blue.hyphenation.is-centered {
  text-align: center;
}

.is-dark-blue.hyphenation.is-centered.is-bold.priser {
  font-family: Lora, sans-serif;
}

.is-dark-blue.hyphenation.is-centered.is-bold.priser-h3 {
  color: var(--third-blue);
  margin-top: 10px;
  font-family: Lora, sans-serif;
  font-size: 20px;
}

.is-dark-blue.hyphenation.is-bold {
  font-size: 38px;
  display: block;
}

.is-dark-blue.hyphenation.is-bold.h3 {
  font-size: 30px;
}

.is-dark-blue.hyphenation.is-bold.hidden {
  display: block;
}

.is-dark-blue.campaign {
  background-color: #0674900f;
  border-radius: 99px;
  align-self: flex-start;
  margin-top: 1rem;
  padding: 4px 12px;
}

.is-dark-blue.is-bold {
  font-weight: 600;
}

.is-dark-blue.is-bold.high-caps {
  text-transform: uppercase;
}

.is-dark-blue.is-underlined {
  text-decoration: underline;
}

.is-dark-blue.centered {
  text-align: center;
}

.is-dark-blue._56px {
  font-size: 56px;
}

.is-dark-blue._50px {
  font-size: 50px;
}

.text-holder {
  flex-flow: column;
  display: flex;
}

.text-holder.c2a {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.text-holder.with-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.text-holder.with-img.two-titles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 48px 113px 66px 149px;
  grid-template-columns: 1fr 1.5fr;
}

.text-holder.with-img.two-titles.langsynthet {
  grid-template-rows: 48px 204px 66px 246px;
}

.text-holder.with-img.two-titles.page-skjeve-hornhinner {
  grid-template-rows: 91px 187px 95px 132px;
}

.text-holder.is-centered {
  text-align: center;
}

.text-holder.netthinnesykdommer {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 2px 20px -8px #0003;
}

.text-holder.nav-menu-inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.text-holder.nav-menu-inline.align-top {
  justify-content: flex-start;
  align-items: stretch;
}

.text-holder.blog-holder {
  border-radius: 12px;
  max-height: 400px;
  overflow: hidden;
}

.spacer-32 {
  height: 32px;
}

.spacer-32.desktop-hide {
  display: none;
}

.box-with-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
  overflow: hidden;
  box-shadow: 0 5px 25px #52565933;
}

.box-with-img._892 {
  min-height: 892px;
}

.box-with-img._892.without-borders {
  box-shadow: none;
  background-color: #0000;
  overflow: visible;
}

.box-with-img._892.without-borders.hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.box-with-img.blank {
  box-shadow: none;
  background-color: #0000;
  min-height: auto;
}

.box-with-img.blank.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 0;
  grid-template-columns: 1fr .8fr;
  overflow: visible;
}

.box-with-img.blank.contact._1 {
  grid-template-columns: 1fr 1fr;
}

.box-with-img.blank.no-border-corner {
  border-radius: 0;
}

.box-with-img._720 {
  min-height: 720px;
}

.box-with-img.ref {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 478px;
}

.box-with-img.link {
  transition: all .3s;
}

.box-with-img.link:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 25px #52565933;
}

.box-with-img.referanse {
  border-radius: 20px;
  grid-template-rows: 1.75fr auto;
  grid-template-columns: 2fr 3fr;
  height: 539.797px;
}

.box-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
}

.box-left.ref {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.box-left._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.box-right {
  object-fit: fill;
  height: 100%;
}

.box-right.doc {
  box-shadow: -11px 15px 0 0 var(--oslo-blue);
  border-radius: 30px;
  overflow: hidden;
}

.box-right.pricing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.box-right.max-550-height {
  max-height: 550px;
}

.box-right.max-600-height {
  max-height: 600px;
}

.box-right.form {
  background-color: #fff;
  border-radius: 30px 10px;
  padding: 3.5rem 3rem;
  box-shadow: 0 10px 25px #0000001a;
}

.full-img {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.full-img.left-align {
  object-position: 78% 50%;
}

.full-img.zoom {
  width: 100%;
  height: 108%;
}

.full-img.img-left {
  object-position: 100% 50%;
}

.full-img.img-laser {
  object-position: 50% 50%;
}

.full-img.img-alderssyn {
  object-position: 99% 50%;
}

.full-img.img-mid {
  object-position: 50% 50%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.full-img.img-mid._60pad-lr-dekt {
  padding-left: 60px;
  padding-right: 60px;
}

.full-img.img-top {
  object-position: 35% 24%;
}

.full-img.img-top-50 {
  object-position: 35% 50%;
}

.full-img._1 {
  object-fit: cover;
  object-position: 50% 50%;
}

.box-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.box-inner.referenz {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin: 2.5rem;
}

._20px {
  font-size: 20px;
  line-height: 150%;
}

._20px.is-bold.is-dark-blue._26px-desktop {
  font-size: 26px;
}

._20px.is-bold.is-white.vta {
  text-align: center;
  width: 74%;
}

._20px.is-dark-blue {
  color: var(--third-blue);
}

._20px.is-dark-blue.underlined {
  text-decoration: underline;
}

._20px.underline {
  font-weight: 400;
  text-decoration: underline;
}

.spacer-80 {
  height: 80px;
  display: block;
}

.spacer-80._40-mobile {
  height: 80px;
}

.is-semi-bold {
  font-weight: 600;
}

.is-semi-bold.is-blue.hyphenation.blogg-kort {
  font-size: 21px;
}

.is-semi-bold.is-gray._28px {
  font-size: 18px;
}

.is-semi-bold._1 {
  color: #067490;
}

.btn-secondary {
  background-color: var(--oslo-dark-blue);
  box-shadow: 0 -5px 0 0 var(--oslo-blue);
  border-radius: 60px;
  padding: 1.75rem 3.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: all .3s;
  display: block;
}

.btn-secondary:hover {
  box-shadow: 0 0 0 0 var(--oslo-blue);
}

.btn-secondary.max-529 {
  text-align: center;
  max-width: 529px;
}

.spacer-240 {
  height: 240px;
}

.is-blue {
  color: var(--oslo-blue);
}

.is-blue.is-bold.hyphenation.other-font {
  font-family: Heebo, sans-serif;
}

.is-blue.is-bold.hyphenation.other-font._28px {
  font-size: 28px;
}

.is-blue.is-bold.hyphenation.other-font._28px.mobile {
  font-size: 52px;
}

.is-blue.is-bold.hyphenation.other-font._45px-desk {
  font-size: 45px;
}

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

.big-num {
  color: var(--oslo-dark-blue);
  font-family: Heebo, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 150%;
}

.num-desc {
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}

.big-num-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._2-grid._32px-gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

._2-grid.gridspace-1-5-rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.is-bg-off-white {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
}

.view-more {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.view-more.is-rel {
  position: relative;
}

.ref-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  min-height: 478px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 25px #0003;
}

.is-background-white {
  background-color: var(--white);
}

.form-holder {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.phone-num {
  text-align: center;
  border-radius: 30px;
  height: 70px;
  font-family: Lora, sans-serif;
  font-size: 24px;
}

.phone-num.popup {
  height: 56px;
  margin-bottom: 0;
  font-size: 18px;
}

.footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image.rich-text.rounded {
  border-radius: 20px;
}

.icons {
  color: #535659;
  transition: all .3s;
}

.icons:hover {
  color: var(--oslo-dark-blue);
}

.icons._1 {
  width: 32px;
  height: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menu-icon, .mobile-menu {
  display: none;
}

.holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.pricing-table {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 34px;
  flex-flow: column;
  align-items: center;
  padding: 4rem 2rem 2rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.is-bg-lb {
  background-color: var(--oslo-blue);
}

.box-pricing {
  border-radius: 30px;
  padding: 1.5rem;
}

.box-pricing.is-bg-db.custom-color-1 {
  background-color: #178fad;
}

.box-pricing.is-bg-db.custom-color-1._1 {
  border-radius: 14px;
}

.chekcboxes-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.chekcboxes-holder._1-5-rem-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.check-img {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-24 {
  height: 24px;
}

.spacer-24.hide-mobile.hidden {
  display: block;
}

.pricing-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  overflow: hidden;
}

.pricing-holder:hover {
  transform: scale(1.025);
  box-shadow: -5px 8px 5px -1px #0003;
}

.pricing-left {
  flex-flow: column;
  display: flex;
}

._14px {
  font-size: 14px;
}

.is-light-gray {
  color: var(--light-gray);
}

.price {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 232px;
  padding: 10px;
}

.price.is-bg-db.is-white.is-bold.custom-color-2 {
  background-color: #067490;
}

.is-bg-db {
  background-color: var(--oslo-dark-blue);
}

._3grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3grid.vertical {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

._3grid-element {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--off-white);
  border-radius: 14px;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
}

._2grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blocks-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.full-width-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.full-width-img.top {
  object-position: 50% 40%;
}

.full-width-img._20px-rounded-corners.pad-80rem {
  max-width: 80rem;
}

.img-100 {
  object-fit: cover;
  width: 100%;
}

.is-gray-bg {
  background-color: var(--off-white);
}

.shape-holder {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  border-radius: 30px 10px;
  align-items: center;
  padding: 1rem 3rem 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 25px #0000001a;
}

.shape-holder:hover {
  transform: scale(1.025);
  box-shadow: 0 2px 10px 6px #0000001a;
}

.details-holder {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-field {
  border: 1px solid #ccc9c9;
  border-radius: 30px 10px;
  height: 67px;
  margin-bottom: 0;
  padding: 10px 1rem;
  font-family: Lora, sans-serif;
  font-size: 18px;
}

.text-field.font {
  min-height: 160px;
  padding-top: 1rem;
  padding-left: 1.5rem;
  font-family: Heebo, sans-serif;
}

._18px {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

._18px.is-bold {
  text-align: left;
  font-weight: 700;
}

._18px.is-bold.is-centered {
  text-align: center;
}

._18px.contact-radio-text {
  text-align: center;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

._18px.contact-radio-text._1 {
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

._18px.contact-radio-text._2 {
  transform: translate(-34%, -38%);
}

._18px.is-gray {
  border-radius: 30px 10px;
  font-family: Heebo, sans-serif;
}

._18px.is-dark-blue.underlined {
  text-decoration: underline;
}

.pt-24 {
  margin-top: 1.5rem;
}

.dropdown-menu {
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: auto;
  margin-top: 3rem;
  display: block;
  position: absolute;
  left: -30px;
  overflow: hidden;
}

.dropdown-menu.second {
  left: 29%;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--gray);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  transition: all .3s;
  display: none;
}

.link-block:hover {
  background-color: var(--oslo-blue);
  color: var(--white);
}

.link-img {
  object-fit: cover;
  border-radius: 4px;
  width: 80px;
  height: 80px;
}

.c2a-sticky {
  z-index: 98;
  background-color: var(--third-blue);
  box-shadow: -3px 5px 0 0 var(--oslo-dark-blue);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.c2a-sticky:hover {
  box-shadow: 0 5px 0 0 var(--oslo-dark-blue);
  transform: scale(1.05);
}

.faq-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: block;
}

.faq-section.hidden {
  display: block;
}

.faq-inside {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.faq-q {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--third-blue);
  cursor: pointer;
  border-radius: 16px;
  justify-content: space-between;
  padding: 20px 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-q._6px-rounding {
  border-radius: 6px;
  padding: 10px 1.5rem;
  transition: transform .2s, background-color .2s;
}

.faq-q._6px-rounding:hover {
  background-color: var(--oslo-blue);
  transform: scale(1.025);
}

.faq-q._6px-rounding.oslo-blue {
  background-color: var(--oslo-blue);
}

.faq-a {
  background-color: var(--white);
  border-radius: 16px;
  margin-top: -1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem 0;
  overflow: hidden;
  box-shadow: 0 10px 25px #0000001a;
}

.faq-a._6px-rounding {
  border-radius: 0 0 6px 6px;
}

.inner-faq-a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.img-block._450px {
  height: 450px;
  overflow: hidden;
}

.img-block._550px {
  height: 550px;
}

.img-block._700px {
  height: 700px;
}

.max-80 {
  width: 70%;
}

.bth-submit {
  background-color: var(--oslo-green);
  box-shadow: 0 6px 0 0 var(--white);
  border-radius: 99px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.bth-submit:hover {
  background-color: var(--white);
  color: var(--oslo-green);
}

.checkbox-styling {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.form-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.btn-tertiary {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--oslo-dark-blue);
  color: var(--white);
  text-align: center;
  border-radius: 99px;
  padding: 1rem 2.5rem;
  font-size: 16px;
  transition: all .3s;
}

.btn-tertiary:hover {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--white);
  color: var(--oslo-dark-blue);
}

.btn-tertiary.is-bold.btn {
  display: inline-flex;
}

.btn-tertiary.is-bold.btn._1 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.btn-tertiary.is-bold.btn._2 {
  align-self: flex-start;
}

.btn-tertiary.is-bold._1 {
  align-self: center;
  display: flex;
}

.btn-tertiary.is-bold._2 {
  border-color: var(--oslo-blue);
  background-color: var(--oslo-blue);
  display: block;
}

.btn-tertiary.is-bold._2:hover {
  background-color: var(--oslo-dark-blue);
  color: var(--white);
}

.btn-tertiary.is-bold._2._1 {
  align-self: stretch;
  margin-top: auto;
}

.hidden, .mobile-h1-holder, .mobile-h1-holder.hide-mobile {
  display: none;
}

.radio-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.radio-holder.c2a, .radio-holder.pill-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.radio-button {
  border-width: 3px;
  border-color: var(--white);
  border-radius: 99px;
  width: 100%;
  height: 70px;
  margin-left: 0;
  transition: all .3s;
}

.radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: var(--white);
  background-color: var(--oslo-blue);
}

.radio-button.popup {
  height: 56px;
}

.radio-button-field {
  width: 100%;
  padding-left: 0;
  position: relative;
}

.radio-font {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: 50% auto 0 50%;
  transform: translate(-50%, -50%);
}

.radio-font.popup {
  font-size: 18px;
}

._24px {
  text-align: center;
  font-size: 24px;
}

._24px.is-white {
  text-align: left;
}

._24px.is-white._18-on-mobile {
  font-size: 20px;
}

._24px.submit-text {
  line-height: 160%;
}

._24px.left-align {
  text-align: left;
}

._24px.left-align.is-bold.is-dark-blue {
  font-weight: 700;
}

.contact-form-radio {
  border: 1px solid #ccc9c9;
  border-radius: 30px 10px;
  width: 100%;
  height: 67px;
  margin-left: 0;
}

.contact-form-radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--oslo-dark-blue);
}

.radio-button-field-2 {
  width: 50%;
  padding-left: 0;
  position: relative;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 36%;
  display: flex;
  position: relative;
}

.strikethrough {
  text-decoration: line-through;
  position: absolute;
  left: -31%;
}

.spacer-40 {
  height: 40px;
}

.thank-you {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.max-940 {
  max-width: 940px;
}

.link-block-2 {
  flex: 0 auto;
}

.logo-meny.w--current {
  display: block;
}

.image-2 {
  width: 40px;
}

._2grid-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icons-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

._4x1-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

._4-grid-inside {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-img-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 8px 9px 0 0 var(--oslo-blue);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.submit-form {
  background-color: #0000;
}

.is-third-blue {
  color: var(--third-blue);
}

.paragraph {
  height: 24px;
}

.popup-visibility {
  z-index: 88;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-inside {
  z-index: 94;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(214deg, #067490, #37c2e2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70vw;
  padding: 2rem 3rem 0;
  display: grid;
  position: relative;
}

.popup-form-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.is-centered {
  text-align: center;
}

.form-block-2 {
  width: 100%;
}

.close-btn {
  width: 24px;
  height: 24px;
  margin-top: 1rem;
  margin-right: 1rem;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-btn.is-white {
  z-index: 12;
  cursor: pointer;
}

.close-btn.is-white:hover {
  transform: scale(1.05);
}

.copy-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding-bottom: 1rem;
  font-size: 14px;
  display: flex;
}

.copy-text.is-dark-blue.footer {
  flex-flow: row;
}

.form-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-menu-2 {
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-width: 420px;
  margin-top: 3rem;
  display: block;
  position: absolute;
  left: -30px;
}

.dropdown-menu-2.second {
  display: block;
  left: 29%;
  overflow: hidden;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 500px;
  margin-left: 4px;
  padding-top: 17px;
  padding-left: 0;
  position: absolute;
  overflow: hidden;
}

.navbar2_dropdown-list.synsfeil.w--open {
  width: 20rem;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link {
  padding-left: 0;
}

.logo-link.w--current {
  min-width: 180px;
}

.navbar-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  max-width: 1680px;
  height: 100%;
  margin: 16px auto;
  display: flex;
}

.navbar-cont-native {
  z-index: 99;
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #3330;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.navbar2_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  width: 70%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.div-block-3:hover {
  background-color: var(--oslo-blue);
  color: var(--white);
}

._35px {
  font-size: 35px;
}

._27px.is-white {
  font-size: 27px;
}

.navbar2_dropdown-list-2.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
  position: absolute;
}

.navbar2_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component-2 {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-link-div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  min-height: 5rem;
  padding: 20px;
  display: flex;
}

.nav-link-div-block:hover {
  background-color: var(--oslo-blue);
  color: var(--white);
}

.nav-link-div-block.synsfeil {
  width: 20rem;
}

.body {
  background-color: var(--off-white);
  height: 5000px;
}

.nav-pic-link {
  padding: 10px;
}

.pic-nav.rounded-10px {
  object-fit: cover;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.navi-drop-link {
  width: 100%;
}

.text-block, .navi-drop-text {
  text-transform: uppercase;
  font-weight: 700;
}

.navi-drop-text._20px, .navi-drop-text._18px {
  font-weight: 400;
}

.wrapper--nav {
  background-color: var(--white);
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-4, .anchor-sticky {
  height: 0;
}

.tilbudssticker {
  z-index: 99;
  position: absolute;
}

.image-5 {
  position: absolute;
  bottom: 509px;
  left: 1141px;
}

.tilbud {
  z-index: 9;
  position: fixed;
  inset: 5% 0% auto auto;
}

.tilbud.mob-hide {
  z-index: 4;
  position: absolute;
  top: 6%;
}

.slider {
  height: 80vh;
}

.slider._1 {
  height: auto;
  overflow: hidden;
}

.slide {
  background-image: url('../images/istockphoto-94396274-1024x1024.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide.pic-2 {
  background-image: linear-gradient(90deg, #00000080, #fff0 55%), url('../images/istockphoto-507031763-1024x1024.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide.pic-3 {
  background-image: linear-gradient(90deg, #00000080, #fff0 55%), url('../images/DSC00820-3.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.slide.pic-4 {
  background-image: linear-gradient(90deg, #00000080, #fff0 55%), url('../images/DSC09618-1.jpg');
  background-position: 0 0, 50% 54%;
  background-size: auto, cover;
}

.slide.pic-5 {
  background-image: linear-gradient(90deg, #0009, #fff0 63%), url('../images/zang2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.pic-6 {
  background-image: linear-gradient(90deg, #00000080, #fff0 55%), url('../images/Båtbilde_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide.pic-1-pres {
  background-image: linear-gradient(90deg, #0006, #fff0 55%);
}

.slide.pic-2-vladi {
  background-image: linear-gradient(90deg, #00000052, #fff0), url('../images/Vladimir-over-hekk_1.avif');
  background-position: 0 0, 50% 53%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading {
  margin-top: 309px;
  padding-left: 177px;
}

.right-arrow {
  display: block;
}

.icon, .icon-2 {
  display: none;
}

.paragraph-2 {
  font-size: 35px;
}

.text-cont-disclaimer {
  width: 100%;
  padding-left: 1.5rem;
}

._16px {
  font-size: 16px;
}

._16px.is-gray.pricing-conditions {
  margin-top: -10px;
}

.popup-bg {
  z-index: 93;
  position: absolute;
  inset: 0%;
}

.full-wd {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.div-block-5._1 {
  display: flex;
}

.author-place {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-8 {
  height: 8px;
}

.author-image-placeholder {
  border-radius: 50%;
  width: 178px;
  height: 178px;
}

.image-full {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spacer-120 {
  height: 120px;
}

.btn-tab {
  border: 3px solid var(--third-blue);
  color: var(--third-blue);
  background-color: #0000;
  border-radius: 99px;
  padding: 24px 70px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  transition: all .3s;
}

.btn-tab:hover {
  border-color: var(--oslo-blue);
  color: var(--oslo-blue);
}

.btn-tab.w--current {
  border-color: var(--oslo-blue);
  background-color: var(--oslo-blue);
  color: var(--white);
}

.btn-tab.blog {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 100px;
  display: grid;
}

.tab-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tab-grid._1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tab-grid._1.top-pad {
  padding-top: 80px;
}

.btn-circle-holder {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
  display: flex;
}

.btn-circle-holder:hover {
  transform: scale(1.02);
}

.btn-circle-holder.frontpage {
  margin-bottom: 20px;
  padding-left: 20px;
}

.btn-circle {
  border: 2px solid var(--oslo-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.collection-item {
  padding-bottom: 10px;
  transition: transform .2s;
}

.collection-item:hover {
  transform: scale(1.025);
}

.blog-post-item {
  border-radius: 10px;
  transition: all .3s;
  overflow: visible;
}

.blog-post-item:hover {
  transform: scale(1.02);
}

.blog-image {
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}

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

.heading-holder {
  height: 50px;
}

.bottom-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-16 {
  height: 16px;
}

.section {
  padding-top: 135px;
}

.rich-text-block {
  font-size: 0;
}

.nav-pic-container.zoom {
  object-fit: cover;
  overflow: hidden;
}

._2x4-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2x4-grid-inside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.img-holder {
  height: 350px;
}

.bottom-field {
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.circle-green {
  border: 1px solid var(--oslo-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.green-circle-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.green-circle-button:hover {
  transform: scale(1.05);
}

.green-circle-button.u-anim {
  display: none;
}

.green-circle-button.u-anim:hover {
  transform: none;
}

.code-embed {
  width: 100%;
}

.code-embed-2 {
  min-width: 26rem;
  display: block;
}

.link-block-card {
  border-radius: 30px;
  transition: box-shadow .2s;
}

.link-block-card:hover {
  box-shadow: -6px 6px 0 2px var(--oslo-blue);
}

.link-block-card.u-anim:hover {
  box-shadow: none;
}

.code-embed-3 {
  z-index: 5;
  position: relative;
}

.btn-nav {
  border: 0px none var(--oslo-blue);
  background-color: var(--oslo-blue);
  color: var(--white);
  border-radius: 40px;
  margin-left: 50px;
  padding: 15px 30px;
  font-size: 23px;
  font-weight: 700;
  transition: background-color .2s, transform .2s;
}

.btn-nav:hover {
  background-color: var(--oslo-green);
  color: var(--white);
  transform: scale(1.1);
}

.spacer-48 {
  height: 48px;
}

.img-block-mob._450px {
  height: 450px;
  overflow: hidden;
}

.img-block-mob._550px {
  height: 550px;
}

.img-block-mob._700px {
  height: 700px;
}

.img-block-mob.hide-desk {
  display: none;
}

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

.blogs._1 {
  margin-top: 0;
}

.drop-down-txt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: block;
}

.drop-inside {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.drop-h {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--third-blue);
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  padding: 10px 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.drop-txt {
  background-color: var(--white);
  border-radius: 6px;
  margin-top: -1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem 0;
  overflow: hidden;
  box-shadow: 0 10px 25px #0000001a;
}

.img-6px-rounded {
  border-radius: 6px;
}

.body-dark {
  background-color: var(--off-white);
  height: 5000px;
}

.icon-cal {
  width: 40px;
}

.link-contact-page {
  color: var(--gray);
}

.bkg-is-third-blue {
  background-color: var(--third-blue);
}

.italic-text {
  font-style: normal;
}

.txt-box-reduced {
  font-size: 30px;
  font-style: normal;
}

.blurry {
  filter: blur(6px);
  transition: filter .5s;
}

.blurry:hover {
  filter: blur();
}

.img-container {
  border-radius: 18px;
  overflow: hidden;
}

.btn-tab-blogg {
  border: 3px solid var(--third-blue);
  color: var(--third-blue);
  background-color: #0000;
  border-radius: 99px;
  padding: 24px 70px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  transition: all .3s;
}

.btn-tab-blogg:hover {
  border-color: var(--oslo-blue);
  color: var(--oslo-blue);
}

.btn-tab-blogg.w--current {
  border-color: var(--oslo-blue);
  background-color: var(--oslo-blue);
  color: var(--white);
}

.btn-tab-blogg.blog {
  text-align: center;
  border-width: 1px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 7px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.btn-tab-blogg.blog.w--current {
  border-width: 1px;
  font-size: 16px;
}

.tabs-menu-blogg {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 40px;
  display: none;
}

.link-2 {
  color: var(--third-blue);
  cursor: pointer;
  text-decoration: underline;
}

.heading-3 {
  text-align: center;
}

.nav-drop-om-oss {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding: 20px;
  display: flex;
}

.nav-drop-om-oss:hover {
  background-color: var(--oslo-blue);
  color: var(--white);
}

.nav-drop-om-oss.synsfeil {
  width: 20rem;
}

._38px {
  font-size: 38px;
}

.list {
  margin-top: 10px;
}

._20px-rounded-corners {
  border-radius: 20px;
}

._20px-rounded-corners.hide-desk {
  display: none;
}

.heading-4 {
  font-size: 38px;
}

.heading-5 {
  text-align: left;
}

.box-with-img-blogg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
  box-shadow: 0 5px 25px #52565933;
}

.box-with-img-blogg._892 {
  min-height: 892px;
}

.box-with-img-blogg._892.without-borders {
  box-shadow: none;
  background-color: #0000;
  overflow: visible;
}

.box-with-img-blogg._892.without-borders.hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.box-with-img-blogg.blank {
  box-shadow: none;
  background-color: #0000;
  min-height: auto;
}

.box-with-img-blogg.blank.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 0;
  grid-template-columns: .75fr 1fr;
  overflow: visible;
}

.box-with-img-blogg.blank.no-border-corner {
  border-radius: 0;
}

.box-with-img-blogg._720 {
  min-height: 720px;
}

.box-with-img-blogg.ref {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 478px;
}

.box-with-img-blogg.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 400px;
  transition: all .3s;
}

._48px {
  font-size: 48px;
}

.box-right-willy.doc {
  box-shadow: -11px 15px 0 0 var(--oslo-blue);
  border-radius: 30px;
  margin: 100px;
  overflow: hidden;
}

.box-right-willy.pricing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.box-right-willy.form {
  background-color: var(--white);
  border-radius: 30px 10px;
  padding: 3.5rem 3rem;
  box-shadow: 0 10px 25px #0000001a;
}

.box-willy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 0;
  display: flex;
}

.box-willy._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.team6_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold.is-black {
  color: var(--black);
  font-weight: 700;
}

.team6_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.text-size-medium {
  text-align: center;
  font-size: 1.125rem;
}

.team6_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: auto;
}

.margin-top, .margin-top.margin-huge, .margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.margin-bottom.blue-shadow {
  box-shadow: -5px 5px 0 0 var(--oslo-dark-blue);
  border-radius: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 60px;
  display: flex;
}

.team6_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.team6_image-wrapper {
  border-radius: 12px;
  width: 100%;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: none;
}

.text-weight-semibold {
  font-weight: 600;
}

.layout514_image {
  width: 100%;
  height: 100%;
}

.section_layout514 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout514_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout514_content {
  flex-flow: column;
  height: calc(100vh - 10rem);
  display: flex;
  position: sticky;
  top: 5rem;
}

.layout514_image-wrapper-mobile {
  flex: 1;
  width: 100%;
  display: none;
}

.layout514_content-top {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.layout514_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  justify-content: center;
  height: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.layout514_text-wrapper.w--current {
  opacity: 1;
  transition: all .2s;
  transform: translate(0);
}

.layout514_item {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.layout514_item.item-2, .layout514_item.item-3, .layout514_item.item-4 {
  position: absolute;
}

.layout514_gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout514_image-wrapper {
  flex: 1;
  width: 100%;
  height: auto;
  margin-bottom: 200px;
  overflow: hidden;
}

.spacer-4 {
  height: 4px;
}

.layout3_image-wrapper._20px-rounded-corners {
  box-shadow: -5px 5px 0 4px var(--oslo-blue);
  overflow: hidden;
}

.layout3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image {
  width: 100%;
  height: 100%;
}

.paragraph-3 {
  text-align: center;
}

.img-cont-wtext-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cont-text-left {
  align-self: center;
}

.medarbeider-link {
  cursor: pointer;
  transition: transform .2s;
}

.medarbeider-link:hover {
  transform: scale(1.025);
}

.navbar2_dropdown-list-om-oss.w--open {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 266px;
  margin-left: 4px;
  padding-top: 17px;
  padding-left: 0;
  position: absolute;
  overflow: hidden;
}

.navbar2_dropdown-list-om-oss.synsfeil.w--open {
  width: 20rem;
}

.small-button-staff {
  background-color: var(--oslo-dark-blue);
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.small-button-staff:hover {
  background-color: var(--oslo-green);
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.youtube {
  height: 100%;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-flow: column dense;
  justify-content: flex-start;
  place-items: flex-start stretch;
  display: flex;
}

.f-header-image-wrapper-tall {
  object-fit: fill;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.lightbox-link-2 {
  object-fit: fill;
  border-radius: 12px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.f-image-cover.hide-desktop {
  display: none;
}

.div-block-tekst-res-case {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-l-sning-case {
  color: #2f3a4b;
  font-size: 64px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block-6 {
  color: #2f3a4b;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.abs-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-us-sl-1 {
  background-image: linear-gradient(69deg, #00000080, #fff0 54%), url('../images/image-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-us-sl-2 {
  background-image: linear-gradient(78deg, #00000080, #fff0 68%), url('../images/DSC00820-3.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.about-us-sl-3 {
  background-image: linear-gradient(78deg, #00000080, #fff0 68%), url('../images/image-3_1.avif');
  background-position: 0 0, 50% 23%;
  background-size: auto, cover;
}

.about-us-sl-4 {
  background-image: linear-gradient(78deg, #00000080, #fff0 68%), url('../images/image-4.jpg');
  background-position: 0 0, 50% 23%;
  background-size: auto, cover;
}

.left-arrow-2, .icon-3 {
  display: none;
}

.box-with-img-willy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: repeat(auto-fit, minmax(450px, 1fr));
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
  overflow: hidden;
  box-shadow: 0 5px 25px #52565933;
}

.box-with-img-willy._892 {
  min-height: 892px;
}

.box-with-img-willy._892.without-borders {
  box-shadow: none;
  background-color: #0000;
  overflow: visible;
}

.box-with-img-willy._892.without-borders.hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.box-with-img-willy.blank {
  box-shadow: none;
  background-color: #0000;
  min-height: auto;
}

.box-with-img-willy.blank.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 0;
  grid-template-columns: .75fr 1fr;
  overflow: visible;
}

.box-with-img-willy.blank.no-border-corner {
  border-radius: 0;
}

.box-with-img-willy._720 {
  min-height: 720px;
}

.box-with-img-willy.ref {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 478px;
}

.box-with-img-willy.link {
  transition: all .3s;
}

.box-with-img-willy.link:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 25px #52565933;
}

.tabs-blogg {
  margin-top: -50px;
}

.box-with-img-right-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: repeat(auto-fit, minmax(450px, 1fr));
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  max-height: 600px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 5px 25px #52565933;
}

.box-with-img-right-img._892 {
  min-height: 892px;
}

.box-with-img-right-img._892.without-borders {
  box-shadow: none;
  background-color: #0000;
  overflow: visible;
}

.box-with-img-right-img._892.without-borders.hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.box-with-img-right-img.blank {
  box-shadow: none;
  background-color: #0000;
  min-height: auto;
}

.box-with-img-right-img.blank.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 0;
  grid-template-columns: .75fr 1fr;
  overflow: visible;
}

.box-with-img-right-img.blank.no-border-corner {
  border-radius: 0;
}

.box-with-img-right-img._720 {
  min-height: 720px;
}

.box-with-img-right-img.ref {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 478px;
}

.box-with-img-right-img.link {
  transition: all .3s;
}

.box-with-img-right-img.link:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 25px #52565933;
}

.box-with-img-right-img-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: repeat(auto-fit, minmax(450px, 1fr));
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  max-height: 600px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 5px 25px #52565933;
}

.box-with-img-right-img-copy._892 {
  min-height: 892px;
}

.box-with-img-right-img-copy._892.without-borders {
  box-shadow: none;
  background-color: #0000;
  overflow: visible;
}

.box-with-img-right-img-copy._892.without-borders.hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.box-with-img-right-img-copy.blank {
  box-shadow: none;
  background-color: #0000;
  min-height: auto;
}

.box-with-img-right-img-copy.blank.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 0;
  grid-template-columns: .75fr 1fr;
  overflow: visible;
}

.box-with-img-right-img-copy.blank.no-border-corner {
  border-radius: 0;
}

.box-with-img-right-img-copy._720 {
  min-height: 720px;
}

.box-with-img-right-img-copy.ref {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 478px;
}

.box-with-img-right-img-copy.link {
  transition: all .3s;
}

.box-with-img-right-img-copy.link:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 25px #52565933;
}

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

.referansecaser-beholder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-refer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 1rem;
  display: flex;
}

.box-refer._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.image-9 {
  max-height: 100%;
}

.testimonial5_rating-wrapper {
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial5_logo {
  max-height: 3rem;
}

.testimonial5_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial5_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  align-self: stretch;
  width: 1px;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial5_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial5_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial5_grid-list {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-10 {
  height: 27%;
}

.img-cont-ref {
  object-fit: cover;
}

.ref-cont-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

._2x1-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.dated, .fs_cmssort_button {
  display: none;
}

.cont-h1-wmenu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cont-h1-wmenu._40px-bottom-pad {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1.75fr 1.25fr;
  margin-bottom: 40px;
}

.cont-h1-wmenu._40px-bottom-pad._1 {
  grid-template-columns: 1fr 1fr;
}

.cont-h1-wmenu._1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.hurtigmeny {
  margin-bottom: 5px;
}

.image-11 {
  border-radius: 20px;
}

.center-wrapper {
  background-color: var(--off-white);
  justify-content: center;
  display: flex;
}

.image-12 {
  display: none;
}

.gammel-tilbudstekst-pris {
  color: var(--light-gray);
  text-decoration: line-through;
}

.prisbombe {
  position: absolute;
  top: 10.4vh;
  left: 75.6vw;
  transform: rotate(7deg);
}

.prisbombe.mobil {
  display: none;
}

.h1-lora {
  font-family: Lora, sans-serif;
  font-size: 4vw;
}

.book-btn-mob {
  border: 0px none var(--oslo-blue);
  background-color: var(--oslo-blue);
  color: var(--white);
  border-radius: 40px;
  margin-left: 50px;
  padding: 15px 30px;
  font-size: 23px;
  font-weight: 700;
  transition: background-color .2s, transform .2s;
  display: none;
}

.book-btn-mob:hover {
  background-color: var(--oslo-green);
  color: var(--white);
  transform: scale(1.1);
}

.hero-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.blue-bullet {
  flex: none;
  width: 9px;
}

.blue-bullet.check {
  width: 24px;
}

.blue-bullet._1 {
  width: 5px;
}

.list-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.spacer-64 {
  height: 64px;
}

.grid-item {
  background-color: var(--oslo-blue);
  text-align: center;
  border-radius: 10px 30px;
  flex-flow: column;
  align-items: center;
  padding-top: 19px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.grid-item._1 {
  background-color: var(--oslo-dark-blue);
}

.step {
  color: var(--white);
  margin-bottom: 13px;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.text-hold {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-hold.auto {
  margin-top: auto;
  margin-bottom: auto;
}

.white-btn-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.green-circle {
  width: 62px;
  height: 62px;
}

.image-holder-225 {
  width: 100%;
  height: 150px;
  max-height: 188px;
  overflow: hidden;
}

.big-grid-holder {
  background-color: var(--white);
  border-radius: 10px 30px;
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.grid-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--oslo-blue);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  display: grid;
}

.grid-header.body, .grid-header.grid-body {
  background-color: var(--white);
}

.grid-header._1 {
  background-color: var(--oslo-dark-blue);
}

.table-heading {
  color: var(--white);
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.table-content {
  color: var(--gray);
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.grid-bottom {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid-bottom.out {
  align-items: center;
  display: none;
}

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

.hero-bg {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 130%;
  position: absolute;
  inset: 1% 0% 0%;
}

.list-2 {
  margin-bottom: 0;
}

.content-holder {
  flex-flow: column;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.bullet-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.bullet-holder.o-80 {
  opacity: .8;
}

.full-lightbox {
  width: 100%;
}

.bkg-img-cont-wt-txt {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.bkg-img-cont-wt-txt._20px-rounded-corners {
  overflow: clip;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.img-wt-txt-fade {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header69_component {
  z-index: 1;
  position: relative;
}

.heading-style-h1 {
  color: var(--white);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_header69 {
  position: relative;
}

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

.text-size-medium-4 {
  font-size: 1.125rem;
}

.drp-price {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq5_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.section_faq5 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.faq5_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq5_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.price-mob {
  display: none;
}

.code-embed-4 {
  z-index: 5;
  position: relative;
}

.link-referansebox {
  border-radius: 20px;
  transition: box-shadow .2s, transform .2s;
}

.link-referansebox:hover {
  transform: scale(1.025);
  box-shadow: 0 2px 20px 4px #0003;
}

.slide-3 {
  background-image: linear-gradient(90deg, #0006, #fff0), url('../images/iStock-1439952306left.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.white-block {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.pill {
  color: #067490;
  background-color: #00b7c61a;
  border-radius: 99px;
  align-self: flex-start;
  padding: .5rem 1rem;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.pill._1 {
  color: var(--white);
  background-color: #ffffff1a;
  align-self: flex-start;
  font-weight: 400;
}

._3grid-item {
  background-color: #067490;
  border-radius: 8px;
  transition: box-shadow .2s, transform .2s;
  overflow: hidden;
}

._3grid-item:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 8px 4px #0003;
}

._3grid-item._1 {
  flex-flow: column;
  padding: 3rem 1.5rem;
  display: flex;
}

.img-lightbox {
  width: 100%;
  height: 271px;
  position: relative;
}

.text-holder-1 {
  padding: 2rem 2rem 3rem;
  position: relative;
  overflow: hidden;
}

.ap-abs {
  width: 75px;
  height: 65px;
  position: absolute;
  inset: 0 auto auto 10px;
}

.btn-green {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--oslo-dark-blue);
  color: var(--white);
  text-align: center;
  border-radius: 99px;
  padding: 1rem 2.5rem;
  font-size: 16px;
  transition: all .3s;
}

.btn-green:hover {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--white);
  color: var(--oslo-dark-blue);
}

.btn-green.is-bold.btn {
  display: inline-flex;
}

.btn-green.is-bold.btn._1 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.btn-green.is-bold.btn._2 {
  align-self: flex-start;
}

.btn-green.is-bold._1 {
  align-self: center;
  display: flex;
}

.btn-green.is-bold._2 {
  display: block;
}

.btn-forth-green {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--oslo-green);
  color: #2d2f31;
  text-align: center;
  border-radius: 99px;
  margin-top: auto;
  padding: 1rem 2.5rem;
  font-size: 16px;
  transition: all .3s;
  display: block;
}

.btn-forth-green:hover {
  border: 2px solid var(--oslo-dark-blue);
  background-color: var(--white);
  color: var(--oslo-dark-blue);
}

.btn-forth-green.is-bold.btn {
  display: inline-flex;
}

.btn-forth-green.is-bold.btn._1 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.btn-forth-green.is-bold.btn._2 {
  align-self: flex-start;
}

.btn-forth-green.is-bold._1 {
  align-self: center;
  display: flex;
}

.btn-forth-green.is-bold._2 {
  display: block;
}

.bold-text-2 {
  font-size: 1vw;
}

.bullet-list-home {
  font-size: 20px;
}

.play-embed {
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.spacer-90 {
  height: 90px;
}

.text-container {
  margin-bottom: 11px;
  margin-left: 34px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-container.txt-shadow {
  text-shadow: -2px 1px 4px #00000080;
}

.slide-4 {
  background-image: linear-gradient(90deg, #0006, #fff0 48%), url('../images/Amalie-tommelopp-OSLO-SYN-V2.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.desktop-hid {
  display: none;
}

._28px {
  font-size: 28px;
}

._28px.is-white {
  font-size: 24px;
  line-height: 25px;
}

.sort-active {
  background-color: red;
}

@media screen and (min-width: 1440px) {
  .section-main.navbar.slider {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .menu-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero.kontakt {
    height: 700px;
  }

  .hero.linseoperasjon {
    background-position: 0 0, -47%;
  }

  .hero.presbyond, .hero.linseimplantat, .hero.gr--st-r, .hero.ptk, .hero.om-oss {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero.case-cms {
    background-position: 50% 15%;
  }

  .hero.case-cms.mob-hid {
    background-position: 50%;
  }

  .h1-holder._1 {
    width: 46vw;
  }

  .h1-holder.presbyond {
    width: 50%;
  }

  .is-white.hyphenation {
    font-size: 65px;
  }

  .is-dark-blue.hyphenation.is-bold._35px, .is-dark-blue.hyphenation.is-bold._38px {
    font-size: 35px;
  }

  .is-dark-blue._56px {
    font-size: 56px;
  }

  .text-holder.with-img {
    grid-template-rows: 500px;
  }

  .full-img {
    object-position: 50% 50%;
  }

  .full-img.img-top-50 {
    object-position: 35% 54%;
  }

  .dropdown-menu {
    display: none;
  }

  .max-80 {
    width: auto;
    max-height: 450px;
  }

  ._24px.is-white {
    text-align: left;
  }

  .oslo-syn-logo {
    width: 60%;
  }

  .image-2 {
    color: var(--oslo-blue);
  }

  .quality-image {
    width: 100px;
  }

  .popup-visibility {
    display: none;
  }

  .popup-inside {
    padding-left: 5rem;
  }

  .dropdown-menu-2 {
    display: none;
  }

  ._27px.is-white {
    font-size: 34px;
  }

  .wrapper--nav {
    padding-left: 2%;
  }

  .image-5 {
    position: fixed;
  }

  .slide.pic-2, .slide.pic-1-pres {
    background-image: linear-gradient(90deg, #00000080, #fff0 55%), url('../images/Vladimir-over-hekk_1.avif');
  }

  ._2x4-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .green-circle-button {
    transition: all .3s;
  }

  .green-circle-button:hover {
    transform: scale(1.03);
  }

  .code-embed-2 {
    min-width: 26rem;
  }

  .body-dark {
    background-color: var(--third-blue);
    justify-content: center;
    align-items: flex-start;
    height: 650px;
    margin-top: 85px;
    display: flex;
  }

  .headin-3 {
    color: var(--white);
    margin-bottom: 40px;
    font-family: Lora, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .div-block-6 {
    background-color: var(--oslo-blue);
    border-radius: 5px 0 0 5px;
    height: 12px;
    margin-bottom: 25px;
    margin-right: 145px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button-test {
    background-color: var(--oslo-blue);
    border-radius: 50px;
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Heebo, sans-serif;
    font-size: 24px;
  }

  .txt-cta-form-test {
    border-radius: 10px;
    height: 50px;
    margin-bottom: 20px;
  }

  .test {
    background-color: #025266;
    border-radius: 5px;
    margin-bottom: 130px;
  }

  .image-6 {
    position: fixed;
    top: 53px;
    left: 181px;
    transform: rotate(-20deg);
  }

  .image-7 {
    position: absolute;
    top: 72px;
    left: 315px;
  }

  .image-8 {
    position: absolute;
    top: 72px;
    right: 315px;
  }

  .icon-cal {
    color: var(--oslo-blue);
    width: 50px;
    margin-left: -6px;
    padding-left: 0;
  }

  .layout3_image-wrapper._20px-rounded-corners {
    overflow: hidden;
  }

  .layout3_image {
    object-fit: cover;
    object-position: 50% 32%;
    max-height: 650px;
  }

  .centered-wrapper {
    flex-flow: column;
    display: flex;
  }

  .center-wrapper {
    background-color: var(--off-white);
    justify-content: center;
    display: flex;
  }

  .prisbombe {
    top: 10.6vh;
    left: 73vw;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper.references, .wrapper.blogg {
    margin-left: auto;
    margin-right: auto;
  }

  .section-main.navbar.slider {
    margin-left: 10.5vw;
    margin-right: 3vw;
    padding-left: 0;
  }

  .section-main.contact {
    max-width: 1301px;
  }

  .menu-link {
    font-size: 22px;
  }

  .is-bold.is-centered.vw2 {
    font-size: 32px;
  }

  .is-bold.is-centered.vw-1-5 {
    font-size: 28px;
  }

  .hero.priser {
    height: 700px;
  }

  .hero.kontakt {
    height: 800px;
  }

  .hero.linseoperasjon, .hero.presbyond, .hero.linseimplantat, .hero.gr--st-r, .hero.ptk, .hero.om-oss {
    background-position: 0 0, 0%;
  }

  .hero.case-cms {
    background-position: 50% 25%;
  }

  .hero.case-cms.mob-hid {
    background-position: 50%;
  }

  .h1-holder._1 {
    width: 40vw;
  }

  .h1-holder._1._2, .h1-holder.homepage.slider-1 {
    width: 33vw;
  }

  .h1-holder.homepage.slide-1 {
    width: 39vw;
  }

  .h1-holder.homepage.slider-5 {
    width: 33vw;
  }

  .h1-holder.homepage.slide-6 {
    width: 39vw;
  }

  .h1-holder.homepage.slide-1-amalie {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    width: 39vw;
  }

  .h1-holder.presbyond {
    max-width: 950px;
  }

  .is-white.hyphenation._50px {
    font-size: 60px;
  }

  .is-white.smaller {
    font-size: 64px;
  }

  .is-white.homepage {
    font-size: 48px;
  }

  .btn-main.left-align.homepage.slidervariaton._6200-offer {
    margin-top: -50px;
    font-size: 44px;
  }

  .btn-main.left-align.homepage.slidervariaton.btn-pos-2 {
    font-size: 38px;
  }

  .text-holder.with-img.two-titles.page-skjeve-hornhinner {
    grid-template-rows: 59px 135px 95px 132px;
  }

  ._20px.is-white {
    font-size: 25px;
  }

  .is-blue.is-bold.hyphenation.other-font._28px {
    padding-left: 0;
    padding-right: 90px;
  }

  .is-blue.is-bold.hyphenation.other-font._28px.mobile {
    font-size: 65px;
  }

  .full-width-img.top {
    object-fit: cover;
    object-position: 50% 34%;
  }

  .c2a-sticky {
    z-index: 96;
  }

  .img-block._650px {
    height: 650px;
  }

  .img-block._700px {
    height: 700px;
  }

  .mobile-h1-holder.hide-mobile {
    display: none;
  }

  ._24px.is-white {
    text-align: left;
    font-size: 32px;
  }

  .oslo-syn-logo {
    width: 60%;
  }

  .popup-visibility {
    display: none;
  }

  .logo-link.w--current {
    min-width: 400px;
  }

  .wrapper--nav {
    padding-left: 2%;
  }

  .tilbud {
    position: absolute;
    right: 10%;
  }

  .slide.pic-2-vladi {
    background-position: 0 0, 50% 51%;
  }

  .code-embed-2 {
    width: 100%;
  }

  .img-block-mob._650px {
    height: 650px;
  }

  .img-block-mob._700px {
    height: 700px;
  }

  .empty-state {
    border-radius: 11px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-header-image-wrapper-tall {
    height: 100%;
  }

  .f-image-cover.hide-desktop {
    display: none;
  }

  .box-with-img-willy {
    grid-template-rows: repeat(auto-fit, minmax(500px, 1fr));
    grid-template-columns: .5fr 1fr;
  }

  .box-with-img-right-img {
    width: 1680px;
  }

  .box-with-img-right-img-copy {
    max-height: 800px;
  }

  .center-wrapper {
    background-color: var(--off-white);
  }

  .h1-lora {
    font-size: 431%;
  }

  .bold-text-3 {
    font-size: 58px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrapper.navbar {
    z-index: 99;
    width: 100%;
    position: fixed;
  }

  .wrapper._60px-padding-desktop {
    margin-top: 0;
  }

  .section-main.navbar.slider {
    padding-left: 62px;
  }

  .section-main.navbar.slider._1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-main.is-centered.cta {
    width: 60%;
  }

  .navi-top-links {
    justify-content: center;
    display: none;
  }

  .navi-top-links.mob {
    display: flex;
  }

  .navi-bottom-links {
    align-items: center;
  }

  .navi-right-bottom {
    display: none;
  }

  .menu-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    font-size: 23px;
    display: flex;
  }

  .menu-link.is-gray.is-bold.mob {
    font-size: 32px;
  }

  .menu-link.is-gray.is-bold.mob.small {
    font-size: 20px;
  }

  .menu-link.hide-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 23px;
    display: flex;
  }

  .menu-link.hide-mobile {
    font-size: 1.2px;
  }

  .is-bold.vw2 {
    font-size: 3vw;
  }

  .is-bold.is-centered.vw2 {
    font-size: 4.5vw;
  }

  .is-bold.is-centered.vw-1-5 {
    font-size: 3.7vw;
  }

  .hero.home {
    background-position: 0 0, 50%;
    height: 100vh;
    max-height: 800px;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero.priser {
    height: 400px;
    margin-top: 5rem;
  }

  .hero.kontakt {
    height: 400px;
    margin-top: 0;
  }

  .hero.aldersyn {
    background-image: url('../images/starec.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero.sysnskoregierende-laser {
    background-image: url('../images/Synskorrigerende-laser-behandling.jpg');
    background-position: 3% 37%;
    background-size: 130%;
    height: 400px;
  }

  .hero._1, .hero._4 {
    background-image: linear-gradient(105deg, #0009, #fff0 56%), url('../images/1For-boks---V4--Forundersøkelse-hos-øyelege---OSLO-SYN-2024-1-–-stort-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .hero.n-rsynthet {
    background-image: url('../images/iStock-637187204_1.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
  }

  .hero.skjeve-hornhinner {
    background-image: url('../images/iStock-909908428-1-–-stort.webp');
    background-position: 100% 0;
    background-size: cover;
    height: 400px;
  }

  .hero.langsynthet {
    background-image: url('../images/Langsynthet-komp_1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero.blog-cms {
    background-image: url('../images/1For-boks---V4--Forundersøkelse-hos-øyelege---OSLO-SYN-2024-1-–-stort-1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    margin-top: 1rem;
  }

  .hero.linseoperasjon {
    background-image: url('../images/iStock-1321505822.png');
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .hero.presbyond {
    background-image: url('../images/iStock-1439952306-2250px_1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero.linseimplantat {
    background-image: url('../images/iStock-637187204_1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero.gr--st-r {
    background-image: url('../images/grå-stær-utvidet-venstre_1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero.ptk {
    background-image: url('../images/Eirik-med-pasient.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
  }

  .hero.om-oss {
    background-image: url('../images/Frame-155.jpeg');
    background-position: 100%;
    background-size: cover;
    height: 400px;
  }

  .hero.netthinnesykdommer {
    background-image: url('../images/komprimert-DSC00504.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero.case-cms {
    background-image: url('../images/1For-boks---V4--Forundersøkelse-hos-øyelege---OSLO-SYN-2024-1-–-stort-1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    margin-top: 1rem;
  }

  .h1-holder {
    width: 100%;
    display: none;
  }

  .h1-holder.homepage {
    display: flex;
  }

  .h1-holder.homepage.slider-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 37vw;
  }

  .h1-holder.homepage.oyelaser {
    width: 80vw;
  }

  .h1-holder.homepage.slide-1, .h1-holder.homepage.slider-5, .h1-holder.homepage.slide-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 37vw;
  }

  .h1-holder.homepage.slide-1-amalie {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    width: 37vw;
  }

  .h1-holder.blogg {
    display: block;
  }

  ._25px {
    font-size: 20px;
  }

  .is-white.is-centered._48px {
    font-size: 30px;
  }

  .is-white.homepage {
    max-width: 55vw;
    font-size: 34px;
  }

  .is-white.homepage._1 {
    max-width: 100%;
  }

  .btn-main.left-align.is-white.mobile-hid, .btn-main.left-align.mobile-hid {
    display: none;
  }

  .btn-main.left-align.homepage.slidervariaton {
    margin-top: -30px;
  }

  .btn-main.left-align.homepage.slidervariaton._6200-offer, .btn-main.left-align.homepage.slidervariaton.btn-pos-2 {
    text-align: center;
    margin-top: -15px;
    font-size: 1rem;
  }

  .spacer-6rem {
    height: 80px;
  }

  .spacer-6rem._32.hide-mobile {
    display: none;
  }

  .spacer-6rem.mobile {
    display: block;
  }

  .is-dark-blue.is-bold._48px-mobile {
    font-size: 48px;
  }

  .is-dark-blue.presbyond {
    font-size: 45px;
  }

  .is-dark-blue.mobile-25px {
    display: none;
  }

  .text-holder.with-img {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-holder.with-img.two-titles {
    grid-template-rows: auto auto auto auto;
  }

  .text-holder.with-img.two-titles.langsynthet {
    grid-template-columns: 1fr;
  }

  .spacer-32.desktop-hide {
    margin-bottom: 0;
    display: block;
  }

  .box-with-img {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .box-with-img._892.without-borders.hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .box-with-img.blank.contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .box-with-img.ref {
    height: auto;
  }

  .box-left {
    padding: 2rem;
  }

  .box-right.form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-img.img-mid, .full-img.img-mid._60pad-lr-dekt {
    padding-left: 0;
    padding-right: 0;
  }

  .full-img.hide-mob {
    display: none;
  }

  ._20px.kontakt-oss {
    display: block;
  }

  .spacer-80.spacer-24-mobile.hide-mobile {
    display: none;
  }

  .spacer-80.blogg {
    height: 40px;
  }

  .spacer-80.hide-mobile {
    display: none;
  }

  .spacer-80.mobile-32 {
    height: 32px;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.max-529 {
    max-width: 100%;
  }

  .spacer-240 {
    height: 180px;
  }

  .numbers-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  ._2-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .phone-num {
    height: auto;
    min-height: 50px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-top {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .image.hide-mob {
    display: none;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
    display: block;
  }

  .mobile-menu {
    z-index: 98;
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .menu-inside {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-socials {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .spacer-24.hide-mobile {
    display: none;
  }

  ._3grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3grid.vertical.mobile-hid {
    display: none;
  }

  ._2grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .c2a-sticky {
    z-index: 40;
  }

  .img-block._700px.hide-mob {
    display: none;
  }

  .max-80 {
    width: 80%;
  }

  .btn-tertiary.is-bold.btn._1.inside {
    display: none;
  }

  .mobile-h1-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .mobile-h1-holder.homepage {
    display: none;
  }

  .radio-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    display: flex;
  }

  .radio-button {
    height: 50px;
  }

  .radio-font {
    font-size: 16px;
    transform: translate(-46%, -34%);
  }

  ._24px.is-white {
    text-align: left;
    line-height: 25px;
  }

  ._24px.is-white._18-on-mobile {
    font-size: 18px;
  }

  .strikethrough.is-gray {
    left: -55%;
  }

  .spacer-40.spacer-0 {
    height: 0;
  }

  .spacer-40.mobile-20 {
    height: 20px;
  }

  .link-block-2 {
    width: 220px;
  }

  .logo-meny.w--current {
    padding-left: 0;
  }

  ._4x1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-links-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .hero-img-holder {
    display: none;
  }

  .image-3 {
    width: 100%;
  }

  .popup-visibility {
    display: none;
  }

  .popup-inside {
    grid-template-rows: auto .5fr;
    grid-template-columns: 1fr;
    width: 80vw;
    padding-left: 0;
  }

  .image-4 {
    width: 50%;
    display: none;
  }

  .mobile-links-holder-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .menu-icon2_line-bottom {
    background-color: var(--gray);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    text-align: center;
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--gray);
    color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    height: 100dvh;
    padding-bottom: 6.5rem;
    padding-left: 10%;
    padding-right: 10%;
    transition: height .5s;
  }

  .navbar2_logo {
    max-width: 50vw;
  }

  .logo-link.w--current {
    min-width: 50vw;
  }

  .navbar-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-drop-native {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .nav-drop-native.hide-mobile {
    display: none;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle {
    background-color: var(--gray);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    background-color: var(--gray);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .nav-link-div-block {
    flex-flow: column;
  }

  .nav-link-div-block:hover {
    background-color: var(--white);
    color: var(--gray);
  }

  .nav-link-div-block.synsfeil {
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .pic-nav.rounded-10px {
    display: none;
  }

  .navi-drop-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navi-drop-text._18px {
    font-size: 20px;
  }

  .tilbud.mob-hide {
    display: none;
    top: 37%;
    right: -6%;
  }

  .slider {
    height: 500px;
    margin-top: 20px;
  }

  .slider._1 {
    height: auto;
  }

  .slide {
    background-position: 100% 100%;
  }

  .slide.pic-2, .slide.pic-1-pres {
    background-position: 0 0, 36%;
  }

  .div-block-5 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .spacer-120 {
    height: 180px;
  }

  .spacer-120.spacer-64 {
    height: 64px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-item {
    width: 100%;
    padding-left: 0;
  }

  .collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  ._2x4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn-nav {
    background-color: var(--oslo-dark-blue);
    color: var(--white);
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    display: block;
  }

  .btn-nav.hide-mobile {
    display: none;
  }

  .img-block-mob.hide-desk {
    display: block;
  }

  .blogs {
    grid-template-columns: 1fr;
  }

  .tabs-menu-blogg {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-drop-om-oss {
    flex-flow: column;
  }

  .nav-drop-om-oss:hover {
    background-color: var(--white);
    color: var(--gray);
  }

  ._20px-rounded-corners.hide-mob {
    display: none;
  }

  ._20px-rounded-corners.hide-desk {
    display: inline-block;
  }

  .box-with-img-blogg {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .box-with-img-blogg.blank.contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .box-with-img-blogg.ref {
    height: auto;
  }

  ._48px.oslo-blue {
    order: -1;
  }

  .box-right-willy.doc {
    margin: 40px 40px 0;
  }

  .box-right-willy.form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-willy {
    padding: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team6_list {
    grid-column-gap: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout514_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: grid;
  }

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

  .navbar2_dropdown-list-om-oss {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list-om-oss.w--open {
    text-align: center;
    border-style: none;
    padding: 0;
    position: static;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
  }

  .box-with-img-willy {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .box-with-img-willy._892.without-borders.hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .box-with-img-willy.blank.contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .box-with-img-willy.ref {
    height: auto;
  }

  .box-with-img-right-img {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .box-with-img-right-img._892.without-borders.hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .box-with-img-right-img.blank.contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .box-with-img-right-img.ref {
    height: auto;
  }

  .box-with-img-right-img-copy {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .box-with-img-right-img-copy._892.without-borders.hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .box-with-img-right-img-copy.blank.contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .box-with-img-right-img-copy.ref {
    height: auto;
  }

  .box-refer {
    padding: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .testimonial5_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .testemonials-2.spacer-0 {
    height: 0;
  }

  .testemonials-2.mobile-20 {
    height: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .cont-h1-wmenu._40px-bottom-pad {
    display: block;
  }

  .prisbombe {
    top: 7.7vh;
  }

  .prisbombe.mobil {
    display: block;
  }

  .prisbombe.hide-mobile {
    display: none;
  }

  .h1-lora {
    font-size: 6vw;
  }

  .book-btn-mob {
    background-color: var(--oslo-dark-blue);
    color: var(--white);
    text-align: center;
    border-radius: 9px;
    width: auto;
    margin-left: 0;
    font-size: 3vw;
    line-height: 25px;
    display: block;
  }

  .book-btn-mob.hide-mobile {
    display: none;
  }

  .grid-bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-bottom.inside {
    display: none;
  }

  .grid-bottom.out {
    display: flex;
  }

  .mob-0 {
    height: 0;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .btn-green.is-bold.btn._1.inside {
    display: none;
  }

  .btn-forth-green {
    margin-top: 5rem;
  }

  .btn-forth-green.is-bold.btn._1.inside, .desktop-hid {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1, h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 34px;
  }

  .navi-top-links.mob {
    flex-flow: column;
    align-items: center;
  }

  .hero.home {
    max-height: 650px;
  }

  .hero.priser {
    background-position: 17%;
    height: 400px;
  }

  .hero.kontakt {
    height: 400px;
    margin-top: 0;
    display: none;
  }

  .hero.aldersyn {
    background-position: 100%, 0 0;
    height: 400px;
  }

  .hero.sysnskoregierende-laser {
    background-size: 148%;
    height: 400px;
  }

  .hero._1 {
    background-position: 0 0, 100%;
    height: 400px;
    margin-top: 5rem;
  }

  .hero._4 {
    background-position: 0 0, 100%;
    height: 400px;
  }

  .hero.n-rsynthet {
    background-image: url('../images/iStock-637187204_1.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
  }

  .hero.skjeve-hornhinner {
    background-position: 0 0, 0 0;
    height: 400px;
  }

  .hero.langsynthet {
    background-position: 50% 0;
    height: 400px;
  }

  .hero.blog-cms {
    background-position: 0 0, 100%;
    height: 400px;
  }

  .hero.linseoperasjon, .hero.presbyond {
    background-position: 0 0, 50% 0;
    height: 400px;
  }

  .hero.linseimplantat, .hero.gr--st-r, .hero.ptk {
    height: 400px;
  }

  .hero.om-oss {
    background-position: 0 0, 50% 0;
    height: 400px;
  }

  .hero.netthinnesykdommer {
    height: 400px;
  }

  .hero.case-cms {
    background-position: 50%;
    height: 400px;
  }

  .hero.case-cms.mob-hid, .h1-holder, .btn-main.left-align.is-white.mobile-hid {
    display: none;
  }

  .btn-main.left-align.homepage.slidervariaton._6200-offer, .btn-main.left-align.homepage.slidervariaton.btn-pos-2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .spacer-6rem {
    display: block;
  }

  .spacer-6rem.kontakt-oss {
    height: 18px;
  }

  .is-dark-blue.hyphenation.is-bold {
    font-size: 24px;
  }

  .is-dark-blue.campaign {
    align-self: auto;
  }

  .is-dark-blue.is-bold._48px-mobile {
    font-size: 48px;
  }

  .text-holder.big-space {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .box-with-img {
    grid-auto-flow: row;
  }

  .num-desc.is-gray {
    font-size: 28px;
  }

  .view-more {
    position: relative;
  }

  .view-more.pt-24 {
    margin-top: 1.5rem;
  }

  .ref-block {
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr;
  }

  .pricing-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-left {
    text-align: center;
    align-items: center;
  }

  .price {
    width: 80%;
  }

  ._2grid {
    grid-template-rows: 1fr auto;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  ._18px.contact-radio-text._2 {
    transform: translate(-14%, -38%);
  }

  ._18px.contact-radio-text._3 {
    transform: translate(-5%, -38%);
  }

  ._18px.contact-radio-text._4 {
    transform: translate(-6%, -38%);
  }

  .mobile-h1-holder {
    flex-flow: column;
    display: flex;
  }

  .radio-holder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .radio-holder.c2a {
    flex-flow: column;
  }

  .radio-holder.c2a.popup {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .radio-holder.pill-holder {
    flex-flow: column-reverse;
  }

  .radio-holder.pill-holder.popup {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .radio-button-field-2 {
    width: 100%;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .strikethrough {
    position: relative;
    left: 0%;
  }

  .oslo-syn-logo {
    width: 220px;
  }

  ._2grid-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._4x1-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .popup-visibility {
    display: none;
  }

  .popup-inside {
    grid-template-rows: auto;
    width: 90vw;
    padding-right: 0;
  }

  .popup-form-holder {
    padding: 2rem;
  }

  .image-4 {
    display: none;
  }

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

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar-cont-native, .navbar2_component-2 {
    min-height: 4rem;
  }

  .tilbud.mob-hide {
    display: none;
    top: 54%;
    right: 9%;
  }

  .slide.pic-2 {
    background-position: 0 0, 0 0;
  }

  .slide.pic-3 {
    background-position: 0 0, 50% 100%;
  }

  .slide.pic-4 {
    background-position: 0 0, 0 0;
  }

  .slide.pic-5, .slide.pic-6 {
    background-position: 0 0, 50% 0;
  }

  .slide.pic-1-pres {
    background-position: 0 0, 0 0;
  }

  .btn-tab {
    justify-content: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  ._2x4-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .btn-tab-blogg {
    justify-content: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .tabs-menu-blogg {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .box-with-img-blogg {
    grid-auto-flow: row;
  }

  .lottie-animation, .lottie-animation-2 {
    max-height: 70px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team6_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team6_image-wrapper {
    height: 100%;
  }

  .layout514_component {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout514_content {
    height: auto;
  }

  .layout514_image-wrapper-mobile {
    margin-top: 1rem;
    display: block;
  }

  .layout514_item.item-2, .layout514_item.item-3, .layout514_item.item-4 {
    position: static;
  }

  .layout514_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .f-header-image-wrapper-tall {
    border-radius: 12px;
    height: 530px;
  }

  .f-image-cover {
    display: block;
  }

  .f-image-cover.hide-mobile {
    display: none;
  }

  .f-image-cover.hide-desktop {
    display: block;
  }

  .box-with-img-willy, .box-with-img-right-img, .box-with-img-right-img-copy {
    grid-auto-flow: row;
  }

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

  .testimonial5_divider {
    display: none;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .testimonial5_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }

  .testimonial5_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .ref-cont-home {
    flex-flow: wrap;
    display: flex;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .book-btn-mob {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
    line-height: 26px;
  }

  .big-grid-holder {
    align-items: flex-start;
    display: none;
    overflow: scroll;
  }

  .grid-header {
    width: 200%;
  }

  .grid-bottom.out {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .smaller-grid {
    grid-template-columns: 1fr;
  }

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

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .drp-price {
    border-style: none;
    border-radius: 1rem;
    box-shadow: 0 2px 5px #0003;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq5_icon-wrapper {
    width: 1.75rem;
  }

  .faq5_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .price-mob {
    display: block;
  }

  .desktop-hid {
    aspect-ratio: 1;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .mob-hid {
    display: none;
  }
}

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

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .wrapper {
    margin-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper.is-background-white.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wrapper.is-dark-blue {
    margin-top: -6rem;
  }

  .wrapper.blogg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-main.navbar.slider {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    padding-left: 30px;
  }

  .section-main.is-centered.cta {
    width: 100%;
  }

  .navi-top-links.mob {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .link-holder.footer {
    margin-right: 0;
  }

  .is-gray.is-bold.h2-hjem {
    font-size: 26px;
  }

  .is-gray.is-bold.h2-hjem._2-rempad {
    padding-right: 2rem;
  }

  .is-gray.is-bold._48px {
    font-size: 28px;
  }

  .is-gray.is-bold.bloggoverskrift-mobil {
    font-size: 11vw;
  }

  .is-gray._20px.footer-links {
    font-size: 18px;
  }

  .menu-link.is-gray.is-bold.mob {
    font-size: 22px;
  }

  .menu-link.is-gray.is-bold.mob.small {
    text-align: center;
    font-size: 16px;
  }

  .is-bold.is-centered.vw2 {
    font-size: 5.5vw;
  }

  .is-bold.is-centered.vw-1-5 {
    font-size: 4vw;
  }

  .hero.home {
    background-image: linear-gradient(110deg, #414445 9% 10%, #41444500 76%), url('../images/hero-home.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.priser {
    background-position: 22%;
    height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.kontakt {
    background-position: 23%;
    height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.aldersyn {
    background-image: url('../images/iStock-1439952306left.jpg');
    background-position: 100% 100%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.sysnskoregierende-laser {
    background-position: 21% 37%;
    background-size: 270%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero._1 {
    height: 250px;
    margin-top: 5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero._4 {
    height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.n-rsynthet {
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.skjeve-hornhinner {
    background-image: url('../images/iStock-909908428-1-–-stort.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.langsynthet {
    background-image: url('../images/Langsynthet-v3_1.webp');
    background-position: 100% 0;
    background-size: cover;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.blog-cms {
    height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.linseoperasjon {
    background-position: 50% 0;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.presbyond {
    background-position: 50%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.linseimplantat {
    background-position: 100%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.gr--st-r, .hero.ptk {
    background-position: 75%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.om-oss {
    background-position: 85%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.netthinnesykdommer {
    background-position: 75%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.case-cms {
    aspect-ratio: 1;
    background-image: url('../images/1For-boks---V4--Forundersøkelse-hos-øyelege---OSLO-SYN-2024-1-–-stort-1.webp'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-holder.homepage {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 55vw;
  }

  .h1-holder.homepage.slider-1 {
    width: 40vw;
    margin-top: 30px;
  }

  .h1-holder.homepage.oyelaser {
    width: 80vw;
    max-width: 100%;
  }

  .h1-holder.homepage.slide-1 {
    width: 43vw;
    margin-top: 30px;
  }

  .h1-holder.homepage.slider-5 {
    width: 40vw;
    margin-top: 30px;
  }

  .h1-holder.homepage.slide-6 {
    width: 43vw;
    margin-top: 30px;
  }

  .h1-holder.homepage.slide-1-amalie {
    width: 140px;
    margin-top: 30px;
  }

  ._25px {
    font-size: 18px;
  }

  .is-white.is-centered {
    text-align: center;
  }

  .is-white.is-centered._48px {
    font-size: 30px;
  }

  .is-white.homepage {
    max-width: 60vw;
    font-size: 20px;
  }

  .btn-main {
    text-align: center;
    width: 100%;
  }

  .btn-main.left-align.homepage {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-main.left-align.homepage.slidervariaton {
    margin-top: 0;
    position: relative;
    top: -40px;
  }

  .btn-main.left-align.homepage.slidervariaton._6200-offer {
    text-align: center;
    font-size: 14px;
    top: -10px;
  }

  .btn-main.left-align.homepage.slidervariaton.btn-pos-2 {
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    top: 4px;
  }

  .spacer-6rem {
    display: block;
  }

  .spacer-6rem._32 {
    height: 32px;
    display: none;
  }

  .spacer-6rem.mobile {
    display: block;
  }

  .is-dark-blue {
    text-align: left;
  }

  .is-dark-blue.hyphenation.is-bold {
    white-space: break-spaces;
    font-size: 26px;
  }

  .is-dark-blue.hyphenation.is-bold._4 {
    order: 4;
  }

  .is-dark-blue.campaign {
    font-size: 16px;
  }

  .is-dark-blue.is-bold._48px-mobile {
    font-size: 48px;
  }

  .is-dark-blue.skjeve-hornhinner {
    font-size: 29px;
  }

  .is-dark-blue.centered {
    text-align: center;
  }

  .is-dark-blue.mobile-45px {
    text-align: center;
    margin-bottom: 16px;
    font-size: 45px;
  }

  .is-dark-blue.linseimplantat, .is-dark-blue.presbyond {
    font-size: 40px;
  }

  .is-dark-blue.netthinnesykdommer {
    font-size: 34px;
  }

  .is-dark-blue.mobile-25px {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .text-holder.with-img.two-titles {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .spacer-32, .spacer-32.desktop-hide {
    margin-bottom: 0;
  }

  .spacer-32.hide-mobile {
    margin-bottom: 0;
    display: none;
  }

  .box-with-img {
    grid-auto-flow: row dense;
  }

  .box-with-img.blank.contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 0;
    grid-auto-flow: row dense;
  }

  .box-with-img.ref {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .box-with-img.img-top {
    grid-auto-flow: row dense;
  }

  .box-with-img.link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 50%;
    min-height: 550px;
  }

  .box-left.ref {
    padding: .5rem 1rem;
  }

  .box-right.pricing {
    text-align: center;
  }

  .box-right.form {
    padding: 2rem 1rem;
  }

  .full-img.img-mid {
    padding-left: 0;
    padding-right: 0;
  }

  .full-img.hide-mob {
    display: none;
  }

  .full-img.img-centered {
    object-position: 49% 50%;
  }

  .box-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._20px {
    font-size: 16px;
  }

  ._20px.is-gray {
    display: block;
  }

  ._20px.is-gray._5 {
    order: 5;
  }

  ._20px.is-white {
    font-size: 16px;
  }

  ._20px.footer-links {
    font-size: 18px;
  }

  ._20px.kontakt-oss {
    display: none;
  }

  ._20px.kontakt-oss.kampanjekriterie {
    margin-bottom: 15px;
    display: block;
  }

  ._20px.kontakt-oss.info-text, .spacer-80 {
    display: block;
  }

  .spacer-80.spacer-24-mobile {
    height: 24px;
  }

  .spacer-80._40-mobile {
    height: 40px;
  }

  .spacer-80.hide-mobile {
    display: none;
  }

  .spacer-80.mobile-32 {
    height: 32px;
  }

  .is-semi-bold.is-blue.hyphenation {
    font-size: 22px;
  }

  .is-semi-bold.is-blue.hyphenation._20px {
    font-size: 20px;
  }

  .is-semi-bold.is-gray._18px {
    font-size: 15px;
  }

  .btn-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .is-blue.is-bold.hyphenation.other-font._28px {
    padding-right: 25px;
    font-size: 20px;
  }

  .is-blue.is-bold.hyphenation.other-font._28px.mobile {
    font-size: 28px;
  }

  .is-blue.is-bold.hyphenation.other-font._45px-desk {
    font-size: 30px;
  }

  .num-desc.is-gray {
    font-size: 17px;
  }

  .form-holder {
    align-items: center;
    width: 100%;
  }

  .phone-num.popup {
    font-size: 14px;
  }

  .footer-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .mobile-menu {
    z-index: 98;
  }

  .menu-inside {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .holder {
    flex-flow: column;
  }

  .footer-socials {
    justify-content: center;
    align-items: center;
  }

  .pricing-table {
    padding: 2rem 1.7rem 2rem 1rem;
    overflow: hidden;
  }

  .check-img {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .spacer-24 {
    display: block;
  }

  .spacer-24.mobile-16 {
    height: 16px;
  }

  .spacer-24.popup {
    height: 10px;
  }

  .pricing-holder {
    flex-flow: column;
    overflow: hidden;
  }

  .price.is-bg-db.is-white.is-bold.custom-color-2 {
    max-width: 100%;
  }

  ._3grid {
    grid-template-columns: auto;
  }

  ._3grid.mob-2grid {
    grid-template-rows: auto auto;
  }

  ._18px {
    font-family: Heebo, sans-serif;
  }

  .faq-a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-block._450px {
    height: 160px;
  }

  .max-80 {
    order: 3;
    width: 100%;
  }

  .checkbox {
    display: none;
  }

  .btn-tertiary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-tertiary.is-bold.btn._1.inside {
    display: none;
  }

  .btn-tertiary.is-bold.btn._1.outside {
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hyphenation.is-blue.is-bold.break-mob {
    word-break: normal;
    overflow-wrap: break-word;
  }

  .hyphenation.is-bold.is-blue.break-mob {
    overflow-wrap: anywhere;
  }

  .mobile-h1-holder.hide-mobile {
    height: 170px;
    display: none;
  }

  .radio-holder.c2a {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .radio-holder.c2a.popup {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .radio-holder.pill-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .radio-holder.pill-holder.popup {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .radio-button {
    margin-left: 0;
  }

  .radio-button.popup {
    height: 48px;
    margin-top: 0;
  }

  .radio-button-field {
    padding-left: 0;
  }

  .radio-font.popup {
    font-size: 14px;
    transform: translate(-50%, -50%);
  }

  ._24px.is-white {
    font-size: 16px;
  }

  ._24px.is-bold.is-babyblue {
    color: var(--oslo-blue);
  }

  .div-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .strikethrough {
    color: var(--gray);
    position: relative;
    left: 0%;
  }

  .strikethrough.is-gray {
    left: auto;
  }

  .spacer-40.popup {
    height: 10px;
  }

  .spacer-40.mobile-20 {
    height: 20px;
  }

  .text-span {
    font-size: 22px;
  }

  .link-block-2 {
    flex: 0 auto;
    width: 60%;
  }

  .logo-meny {
    width: 60%;
  }

  .logo-meny.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    padding-left: 0;
  }

  .oslo-syn-logo {
    width: 100%;
  }

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

  .icons-holder {
    text-align: center;
  }

  .popup-visibility {
    display: none;
  }

  .popup-inside {
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .popup-form-holder {
    padding: 0 1rem .5rem;
  }

  .navbar2_menu.is-page-height-tablet {
    z-index: 999;
  }

  .navbar2_logo {
    max-width: 50vw;
  }

  .logo-link.w--current {
    min-width: 50vw;
  }

  .navbar-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 0;
  }

  .menu-icon2 {
    margin-right: 0;
  }

  ._35px.is-white {
    font-size: 24px;
  }

  .tilbudssticker {
    display: none;
  }

  .slider {
    height: 350px;
    margin-top: 0;
  }

  .slide.pic-2 {
    background-image: linear-gradient(90deg, #00000080, #fff0 70%), url('../images/istockphoto-507031763-1024x1024.jpg');
    background-position: 0 0, 33%;
    background-size: auto, cover;
  }

  .slide.pic-4 {
    background-position: 0 0, 50%;
  }

  .slide.pic-5 {
    background-position: 0 0, 32% 0;
  }

  .slide.pic-1-pres {
    background-position: 0 0, 50%;
  }

  .author-place {
    background-color: var(--white);
    text-align: center;
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    display: flex;
    box-shadow: 0 2px 10px #0003;
  }

  .author-image-placeholder {
    width: 135px;
    height: 135px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .btn-tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }

  .tabs-menu {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .btn-circle {
    width: 48px;
    height: 48px;
  }

  .rich-text-block {
    padding: 15px;
  }

  ._2x4-grid {
    margin: 0 10px;
  }

  .code-embed-2 {
    min-width: 15rem;
  }

  .link-block-card:hover {
    box-shadow: none;
  }

  .heading-2 {
    font-size: 22px;
  }

  .spacer-48 {
    height: 48px;
  }

  .spacer-48.mob-0 {
    height: 0;
  }

  .spacer-48.spacer-24-mob {
    height: 24px;
  }

  .img-block-mob._450px {
    height: 160px;
  }

  .drop-txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .headin-3 {
    font-size: 22px;
  }

  .blurry:hover, .blurry:active {
    filter: none;
  }

  .btn-tab-blogg {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }

  .btn-tab-blogg.blog {
    text-align: center;
    border-width: .5px;
    border-radius: 6px;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .btn-tab-blogg.blog.w--current {
    font-size: 12px;
  }

  .tabs-menu-blogg {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    font-size: 12px;
    display: none;
  }

  .box-with-img-blogg {
    grid-auto-flow: row dense;
  }

  .box-with-img-blogg.blank.contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .box-with-img-blogg.ref {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .box-with-img-blogg.img-top {
    grid-auto-flow: row dense;
  }

  .box-with-img-blogg.link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 50%;
    min-height: 550px;
  }

  ._48px.oslo-blue {
    font-size: 40px;
  }

  .box-right-willy.doc {
    margin-left: 0;
    margin-right: 0;
  }

  .box-right-willy.pricing {
    text-align: center;
  }

  .box-right-willy.form {
    padding: 2rem 1rem;
  }

  .lottie-animation, .lottie-animation-2 {
    max-height: 50px;
  }

  .box-willy {
    padding-left: 0;
    padding-right: 0;
  }

  .box-willy.ref {
    padding: .5rem 1rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team6_list {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-semibold.is-black {
    color: var(--black);
  }

  .text-size-medium.txt-left {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout3_component {
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-block-2 {
    color: var(--gray);
  }

  .f-header-grid {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .f-header-image-wrapper-tall {
    height: 490px;
    display: block;
  }

  .lightbox-link-2 {
    height: 500px;
  }

  .heading-l-sning-case {
    font-size: 34px;
  }

  .video-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .box-with-img-willy {
    grid-auto-flow: row dense;
  }

  .box-with-img-willy.blank.contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .box-with-img-willy.ref {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .box-with-img-willy.img-top {
    grid-auto-flow: row dense;
  }

  .box-with-img-willy.link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 50%;
    min-height: 550px;
  }

  .tabs-blogg {
    margin-top: -50px;
  }

  .box-with-img-right-img {
    grid-auto-flow: row dense;
  }

  .box-with-img-right-img.blank.contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .box-with-img-right-img.ref {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .box-with-img-right-img.img-top {
    grid-auto-flow: row dense;
  }

  .box-with-img-right-img.link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 50%;
    min-height: 550px;
  }

  .box-with-img-right-img-copy {
    grid-auto-flow: row dense;
    max-height: 750px;
  }

  .box-with-img-right-img-copy.blank.contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .box-with-img-right-img-copy.ref {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .box-with-img-right-img-copy.img-top {
    grid-auto-flow: row dense;
  }

  .box-with-img-right-img-copy.link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 50%;
    min-height: 550px;
  }

  .box-refer.ref {
    padding: .5rem 1rem;
  }

  .testemonials-2.popup {
    height: 10px;
  }

  .testemonials-2.mobile-20 {
    height: 20px;
  }

  .ref-cont-home {
    flex-flow: wrap;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .bold-text {
    font-size: 35px;
  }

  .cont-h1-wmenu._40px-bottom-pad {
    grid-auto-flow: row;
    display: block;
  }

  .prisbombe {
    z-index: 0;
    top: 6.8vh;
    left: 61.9vw;
  }

  .h1-lora {
    font-size: 8vw;
  }

  .book-btn-mob {
    text-align: center;
    border-radius: 7px;
    margin-top: 0;
    margin-left: 6.5vw;
    padding: 10px 3vw;
    font-size: 4vw;
    line-height: 17px;
    transition-property: none;
  }

  .book-btn-mob:hover {
    background-color: var(--oslo-dark-blue);
    transform: none;
  }

  .big-grid-holder {
    align-items: flex-start;
    overflow: scroll;
  }

  .grid-header {
    align-content: center;
    align-self: flex-start;
    width: 300%;
  }

  .grid-header.grid-body {
    grid-auto-flow: row;
  }

  .grid-bottom.inside {
    display: none;
  }

  .grid-bottom.out {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 26px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .heading-8, .heading-9 {
    font-size: 18px;
  }

  .drp-price {
    border-style: none;
    border-radius: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .faq5_question {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .paragraph-height-175 {
    line-height: 175%;
  }

  .map {
    margin-top: 20px;
  }

  .pill {
    text-align: center;
  }

  .btn-green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-green.is-bold.btn._1.inside {
    display: none;
  }

  .btn-green.is-bold.btn._1.outside {
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-forth-green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-forth-green.is-bold.btn._1.inside {
    display: none;
  }

  .btn-forth-green.is-bold.btn._1.outside {
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bullet-list-home {
    font-size: 18px;
    line-height: 25px;
  }

  .spacer-90 {
    margin-bottom: -50px;
  }

  .bold-text-4 {
    width: 100%;
  }
}

#w-node-d31ae404-ffee-4cd8-3c9a-cad39fe6e40c-e8c86a87 {
  order: -9999;
}

#w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-e8c86a87 {
  order: 9999;
}

#w-node-_37a46513-ebdf-136e-a874-0ebe882c6688-e8c86a87 {
  order: -9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-e8c86a87 {
  order: 9999;
}

#w-node-b8057f81-3fe6-4fed-6532-551b5c8d302c-e8c86a87 {
  align-self: end;
}

#w-node-b826d9bf-e567-ebb4-8f21-091e29aef23e-43d0193d, #w-node-ab46f069-b3a5-3b5e-935c-5f0f43d01966-43d0193d {
  justify-self: center;
}

#w-node-ab46f069-b3a5-3b5e-935c-5f0f43d0196f-43d0193d {
  justify-self: end;
}

#w-node-_34250063-367f-1c0f-8f74-7921ea5c5d89-ea5c5d88 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34250063-367f-1c0f-8f74-7921ea5c5d9a-ea5c5d88 {
  order: -9999;
}

#w-node-a579cf0c-72f2-4530-bab2-22bdf15a6d48-f15a6d44, #w-node-a579cf0c-72f2-4530-bab2-22bdf15a6d74-f15a6d44 {
  justify-self: end;
}

#w-node-c448fc66-c3a3-f4ec-66c2-0c68fb6fb2de-f063437b, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-dc1f3ae1 {
  order: -9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-dc1f3ae1 {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-dc1f3ae1 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e74717a9-b652-fb5e-7eec-c228413f29ef-01c0144d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de1a96c0-043f-3df0-c653-3e94351ebbf5-01c0144d {
  justify-self: center;
}

#w-node-cbcf3b97-e766-36f2-31f5-732a858d5633-01c0144d {
  order: 9999;
}

#w-node-cbcf3b97-e766-36f2-31f5-732a858d5635-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5652-01c0144d {
  order: -9999;
}

#w-node-cbcf3b97-e766-36f2-31f5-732a858d5656-01c0144d {
  order: 9999;
}

#w-node-cbcf3b97-e766-36f2-31f5-732a858d5658-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5675-01c0144d {
  order: -9999;
}

#w-node-cbcf3b97-e766-36f2-31f5-732a858d5679-01c0144d {
  order: 9999;
}

#w-node-cbcf3b97-e766-36f2-31f5-732a858d567b-01c0144d, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-b6ac8cd2 {
  order: -9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-b6ac8cd2 {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-b6ac8cd2 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39cb863f-0889-e9ea-5e20-a2450181ca37-34379dc9 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: center;
}

#w-node-_39cb863f-0889-e9ea-5e20-a2450181ca31-34379dc9, #w-node-fb18ed18-09da-a1a7-b485-416295bdabb9-34379dc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-34379dc9 {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-34379dc9 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-34379dc9 {
  order: -9999;
}

#w-node-_39cb863f-0889-e9ea-5e20-a2450181ca37-621d4d2f {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: center;
}

#w-node-_39cb863f-0889-e9ea-5e20-a2450181ca31-621d4d2f, #w-node-fb18ed18-09da-a1a7-b485-416295bdabb9-621d4d2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-621d4d2f {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-621d4d2f {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39cb863f-0889-e9ea-5e20-a2450181ca37-77875838 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: center;
}

#w-node-_39cb863f-0889-e9ea-5e20-a2450181ca31-77875838, #w-node-fb18ed18-09da-a1a7-b485-416295bdabb9-77875838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-77875838 {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-77875838 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99ac79c5-2a6a-0df6-02ae-3246e5343ce0-7622f473 {
  justify-self: auto;
}

#w-node-c0c3fc21-17a0-14c5-f3a6-052db624c650-7622f473 {
  order: 9999;
}

#w-node-c0c3fc21-17a0-14c5-f3a6-052db624c652-7622f473 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50997206-c348-93ac-0802-f0e4aed7086e-7622f473 {
  order: -9999;
}

#w-node-_50997206-c348-93ac-0802-f0e4aed70870-7622f473 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5302c2c6-1601-730f-1618-027d765e8bd3-99eb37b5 {
  order: 9999;
}

#w-node-_5302c2c6-1601-730f-1618-027d765e8bd5-99eb37b5 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5302c2c6-1601-730f-1618-027d765e8c0d-99eb37b5 {
  order: -9999;
}

#w-node-_5302c2c6-1601-730f-1618-027d765e8c0f-99eb37b5 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_810dea71-2240-e520-9c3d-ac34341f38c0-690a08b8 {
  order: 9999;
}

#w-node-_810dea71-2240-e520-9c3d-ac34341f38c2-690a08b8 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_553c2971-3ffb-f161-ae52-652726b20573-843da1d5 {
  order: 9999;
}

#w-node-_553c2971-3ffb-f161-ae52-652726b20575-843da1d5 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_553c2971-3ffb-f161-ae52-652726b20580-843da1d5 {
  order: -9999;
}

#w-node-_553c2971-3ffb-f161-ae52-652726b20582-843da1d5 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d958c434-77f7-73bc-0075-c547149934bd-e9c671de {
  order: 9999;
}

#w-node-d958c434-77f7-73bc-0075-c547149934bf-e9c671de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d958c434-77f7-73bc-0075-c547149934ca-e9c671de {
  order: -9999;
}

#w-node-d958c434-77f7-73bc-0075-c547149934cc-e9c671de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-5fe24669 {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-5fe24669 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-abcd8630 {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-abcd8630 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e9acd3e-b129-5d90-dc61-fa6151f7c2e2-14aace84 {
  align-self: center;
}

#w-node-_0e9acd3e-b129-5d90-dc61-fa6151f7c37c-14aace84 {
  order: -9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-2674da2e {
  order: 9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9cb-2674da2e {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45c51e4b-0d5e-7765-c123-497fcb1fc5fc-733e2a7d {
  order: 9999;
}

#w-node-_45c51e4b-0d5e-7765-c123-497fcb1fc5fe-733e2a7d {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c448fc66-c3a3-f4ec-66c2-0c68fb6fb2de-6291d544 {
  order: -9999;
}

#w-node-fe26b5cb-e205-b8d4-3eac-27bfade420c8-367f66cf {
  align-self: center;
}

#w-node-b1103d6d-8329-6f48-1f02-37ff15803bec-367f66cf {
  order: 9999;
}

#w-node-ac06bca2-9f6b-6a37-420d-da7c5055678e-367f66cf, #w-node-_1c86bd76-c386-1170-1b2c-6c42de1a3601-367f66cf, #w-node-_1b323860-7a78-f957-35a7-022636a03f0f-367f66cf, #w-node-_5e152bb7-c530-e5e5-64b2-30a906d588fc-367f66cf {
  align-self: stretch;
}

#w-node-_186c24b0-6b28-14e0-0514-1f2a263a58e2-367f66cf {
  order: 9999;
}

#w-node-e73f8ce3-8878-11e9-6384-0d08c8b8e658-829dfece {
  align-self: center;
}

#w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-829dfece {
  order: -9999;
}

#w-node-_3e4ce388-b40e-5a75-7f91-ffb61d609b76-829dfece {
  order: 9999;
}

#w-node-_887aeac6-a226-99a7-06a7-2890bcfbcdb0-829dfece, #w-node-_887aeac6-a226-99a7-06a7-2890bcfbcdbd-829dfece, #w-node-_887aeac6-a226-99a7-06a7-2890bcfbcdca-829dfece, #w-node-_887aeac6-a226-99a7-06a7-2890bcfbcdd7-829dfece {
  align-self: stretch;
}

#w-node-_43e825a9-fc88-82f1-dc71-4834acaf4a42-829dfece, #w-node-d31ae404-ffee-4cd8-3c9a-cad39fe6e40c-3c5c9fa4 {
  order: -9999;
}

#w-node-_9038edce-7ea1-0378-d79d-b4cae894ff7d-3c5c9fa4 {
  justify-self: start;
}

#w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-3c5c9fa4 {
  order: 9999;
}

#w-node-_37a46513-ebdf-136e-a874-0ebe882c6688-3c5c9fa4 {
  order: -9999;
}

#w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-3c5c9fa4 {
  order: 9999;
}

#w-node-b8057f81-3fe6-4fed-6532-551b5c8d302c-3c5c9fa4 {
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-de1a96c0-043f-3df0-c653-3e94351ebbf5-01c0144d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d31ae404-ffee-4cd8-3c9a-cad39fe6e40c-e8c86a87, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-e8c86a87, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-e8c86a87 {
    order: -9999;
  }

  #w-node-b8057f81-3fe6-4fed-6532-551b5c8d302c-e8c86a87 {
    justify-self: center;
  }

  #w-node-c448fc66-c3a3-f4ec-66c2-0c68fb6fb2de-f063437b, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-dc1f3ae1, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-dc1f3ae1, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5633-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5652-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5656-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5675-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5679-01c0144d, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-b6ac8cd2, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-b6ac8cd2, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-34379dc9, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-34379dc9, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-621d4d2f {
    order: 9999;
  }

  #w-node-_3fff6bbd-f47c-90c3-5c94-92e2458477a5-77875838 {
    order: -9999;
  }

  #w-node-_39cb863f-0889-e9ea-5e20-a2450181ca31-77875838 {
    order: 0;
  }

  #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-77875838, #w-node-_99ac79c5-2a6a-0df6-02ae-3246e5343ce0-7622f473, #w-node-c0c3fc21-17a0-14c5-f3a6-052db624c650-7622f473, #w-node-_50997206-c348-93ac-0802-f0e4aed7086e-7622f473, #w-node-_5302c2c6-1601-730f-1618-027d765e8bd3-99eb37b5, #w-node-_5302c2c6-1601-730f-1618-027d765e8c0d-99eb37b5, #w-node-_810dea71-2240-e520-9c3d-ac34341f38c0-690a08b8, #w-node-_553c2971-3ffb-f161-ae52-652726b20573-843da1d5, #w-node-_553c2971-3ffb-f161-ae52-652726b20580-843da1d5, #w-node-d958c434-77f7-73bc-0075-c547149934bd-e9c671de, #w-node-d958c434-77f7-73bc-0075-c547149934ca-e9c671de, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-5fe24669, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-abcd8630, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-2674da2e, #w-node-_45c51e4b-0d5e-7765-c123-497fcb1fc5fc-733e2a7d, #w-node-c448fc66-c3a3-f4ec-66c2-0c68fb6fb2de-6291d544 {
    order: 9999;
  }

  #w-node-b1103d6d-8329-6f48-1f02-37ff15803bec-367f66cf {
    order: -9999;
  }

  #w-node-_186c24b0-6b28-14e0-0514-1f2a263a58e2-367f66cf, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-829dfece {
    order: 9999;
  }

  #w-node-_3e4ce388-b40e-5a75-7f91-ffb61d609b76-829dfece, #w-node-_43e825a9-fc88-82f1-dc71-4834acaf4a42-829dfece, #w-node-d31ae404-ffee-4cd8-3c9a-cad39fe6e40c-3c5c9fa4, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-3c5c9fa4, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-3c5c9fa4 {
    order: -9999;
  }

  #w-node-b8057f81-3fe6-4fed-6532-551b5c8d302c-3c5c9fa4 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9a6f36c-57a3-5874-645c-f169987a7b26-8e33de7d, #w-node-_5c5bade1-4f73-62ef-0394-542929546c4b-8e33de7d, #w-node-abd94a62-82e1-1cf8-9add-347688f87864-8e33de7d, #w-node-_6a998cad-a904-76e8-dc1b-a52bb8110264-8e33de7d {
    justify-self: center;
  }

  #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-dc1f3ae1, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-dc1f3ae1, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5633-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5652-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5656-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5675-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5679-01c0144d, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-b6ac8cd2, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-b6ac8cd2, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-34379dc9, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-34379dc9, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-621d4d2f, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-77875838, #w-node-c0c3fc21-17a0-14c5-f3a6-052db624c650-7622f473, #w-node-_50997206-c348-93ac-0802-f0e4aed7086e-7622f473, #w-node-_5302c2c6-1601-730f-1618-027d765e8bd3-99eb37b5, #w-node-_5302c2c6-1601-730f-1618-027d765e8c0d-99eb37b5, #w-node-_810dea71-2240-e520-9c3d-ac34341f38c0-690a08b8, #w-node-_553c2971-3ffb-f161-ae52-652726b20573-843da1d5, #w-node-_553c2971-3ffb-f161-ae52-652726b20580-843da1d5, #w-node-d958c434-77f7-73bc-0075-c547149934bd-e9c671de, #w-node-d958c434-77f7-73bc-0075-c547149934ca-e9c671de, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-5fe24669, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-abcd8630, #w-node-_8fb05657-0cb4-ee81-4a50-517d10eae9d5-2674da2e, #w-node-_45c51e4b-0d5e-7765-c123-497fcb1fc5fc-733e2a7d, #w-node-_0c50981b-68a2-996f-d388-96a21ac3c1d6-829dfece {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d13d7fc0-f950-2705-da7e-0e7963d42144-e8c86a87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab46f069-b3a5-3b5e-935c-5f0f43d01966-43d0193d {
    order: -9999;
  }

  #w-node-ab46f069-b3a5-3b5e-935c-5f0f43d0196f-43d0193d {
    justify-self: center;
  }

  #w-node-b2284fd5-5c42-07fe-e676-b10f7dab5791-8e33de7d {
    order: 9999;
  }

  #w-node-cbcf3b97-e766-36f2-31f5-732a858d5633-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5652-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5656-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5675-01c0144d, #w-node-cbcf3b97-e766-36f2-31f5-732a858d5679-01c0144d {
    order: -9999;
  }

  #w-node-_39cb863f-0889-e9ea-5e20-a2450181ca37-34379dc9, #w-node-_39cb863f-0889-e9ea-5e20-a2450181ca37-621d4d2f, #w-node-_39cb863f-0889-e9ea-5e20-a2450181ca37-77875838 {
    grid-area: span 4 / span 1 / span 4 / span 1;
    justify-self: center;
  }

  #w-node-d13d7fc0-f950-2705-da7e-0e7963d42144-3c5c9fa4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


