:root {
  --cream: #faf7f1;
  --brown: #302308;
  --cbs: #4967aa;
  --white: #fff;
  --brand: #d8b57f;
  --green: #3d4139;
  --forsvar-rød: #c8102e;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Bossa, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: underline;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  display: inline-block;
}

strong {
  font-weight: 900;
}

.body {
  background-color: var(--cream);
  color: var(--brown);
  overflow: visible;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_wrap {
  z-index: 3;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 105vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
}

.hero_mask {
  opacity: 1;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.logo_svg {
  font-size: 3em;
}

.footer-wrap {
  z-index: 6;
  color: #fff;
  background-color: #000;
  font-family: Items Monospaced, Times New Roman, sans-serif;
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
}

.footer-eyebrow {
  opacity: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.page_wrap {
  width: 100%;
  position: relative;
}

.footer__links-row {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-bot {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.ss_logo {
  color: #fff;
  width: 20vw;
  margin-left: -19px;
}

.right_column {
  flex: 0 auto;
}

.hero_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_image.parallax-slow.top {
  z-index: 10;
  z-index: 10;
  inset: auto 0% 0%;
  z-index: 10;
  inset: auto 0% 0%;
  width: 100%;
  height: 80%;
  inset: auto 0% 0%;
}

.is-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  min-height: 100vh;
  color: var(--white);
  text-align: center;
  background-color: #161003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-box.is-first {
  background-color: var(--brand);
  text-align: left;
  background-color: var(--brand);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-content {
  z-index: 1;
  position: relative;
  overflow: clip;
}

.ss_logoer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1rem;
  height: 100%;
  display: flex;
}

.background-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-animate-chars {
  background-color: var(--brand);
  color: #000;
  cursor: pointer;
  border: .05em solid #ffffff08;
  border-radius: .15em;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  padding: .8em 1.6em;
  line-height: 1;
  text-decoration: none;
  transition: border-color .325s;
  display: flex;
  position: relative;
}

.btn-animate-chars:hover {
  border: .05em solid #ffffff4a;
}

.btn-animate-chars__bg {
  background-color: inherit;
  border: 0 solid #ffffff2e;
  border-radius: .25em;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__bg:hover {
  border-color: #ffffff94;
}

.letterhead {
  z-index: 1;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  position: relative;
}

.right_logo_wrap {
  z-index: auto;
  color: inherit;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.footer_a {
  opacity: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.footer_a:hover {
  opacity: 100;
}

.footer_a.is-cap {
  text-transform: uppercase;
  white-space: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer__links {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer__links.is-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.progress-bar-wrap {
  z-index: 10;
  cursor: pointer;
  width: 100%;
  height: .1rem;
  transition: background-color .2s;
  position: relative;
  inset: 11% 0% auto;
}

.progress-bar-wrap:hover {
  background-color: #0000000d;
}

.nav__inner {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  border-bottom: .05em solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 1rem 2em 1.1rem;
  line-height: .6;
  display: flex;
  position: relative;
}

.footer__col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  display: flex;
}

.footer__col.is-bot {
  text-align: right;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}

.ss_farmes_wrap {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1.5rem 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-up {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.right_text {
  float: right;
  clear: none;
  flex-flow: row;
  align-content: center;
  align-items: center;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.box_logo {
  width: 20em;
}

.main {
  position: relative;
}

.hero_wrapper {
  z-index: 5;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 3em 24.5em;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 8.5rem 2em 10rem;
  position: relative;
}

.container.is-boxy {
  padding: 6em 4em;
}

.ss_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.logo_wrap {
  width: 5.8rem;
  margin-top: 4px;
  margin-left: 1rem;
}

.hero_overlay {
  z-index: 4;
  opacity: .2;
  pointer-events: none;
  background-image: linear-gradient(178deg, #283b41ab, #13181a4a 27%, #0000 42%, #296f9b00);
  position: absolute;
  inset: 0%;
}

.footer__logo-row {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  flex-flow: column;
  display: flex;
}

.nav {
  z-index: 200;
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav_logo {
  width: 10rem;
  color: inherit;
}

.text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.full_image {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  aspect-ratio: 2;
  flex-flow: column;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.full_image.is-bigger {
  aspect-ratio: 16 / 9;
  aspect-ratio: 16 / 9;
}

.footer_wrap {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  background-color: var(--cream);
  color: #050707;
  flex-flow: column;
  padding: 2rem 5em 1em;
  display: flex;
}

.wrap {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 49rem;
  display: flex;
  position: relative;
}

.wrap.is-first {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 42rem;
}

.global_css {
  display: none;
}

.hero_heading {
  z-index: 3;
  width: 38vw;
  color: var(--brand);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6em;
  font-weight: 900;
  line-height: .9;
  position: relative;
}

.btn-animate-chars__text {
  pointer-events: none;
  white-space: nowrap;
  line-height: 1.3;
}

.img.parallax-slow.is-down {
  object-position: 50% 0%;
  object-position: 50% 0%;
  object-position: 50% 0%;
}

.hero_logo {
  z-index: 0;
  color: var(--green);
  position: absolute;
}

.parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.h2 {
  text-transform: none;
  font-size: 2.1em;
  font-weight: 500;
}

.clouds {
  z-index: 3;
}

.link-9 {
  color: var(--brand);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.story_svg {
  z-index: 3;
  width: 28vw;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .herosection {
    height: 80vh;
  }

  .heading {
    font-size: 8.5vw;
  }

  .heading.old {
    width: 100%;
    font-size: 3.2rem;
  }

  .heading.small {
    width: 100%;
    font-size: 2.3rem;
  }

  .line.intro {
    width: 26%;
  }

  .main-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 75%;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
  }

  .main-container.bottom._2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 75%;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .main-container.top {
    max-width: none;
  }

  .paragraph, .paragraph.no-bottom-margin, .paragraph.no-bottom-margin {
    font-size: 2.5vw;
  }

  .byline {
    padding-bottom: 2vw;
  }

  .sticky-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .footertext.adress {
    display: none;
  }

  .bottom-section {
    flex-flow: column;
  }

  .sponsoret {
    float: right;
    clear: none;
    object-fit: fill;
  }

  .partner-logotype {
    width: 9vw;
    max-height: none;
    padding-left: 1.3vw;
  }

  .headline-bottom {
    width: 100%;
    font-size: 3rem;
  }

  .text-bottom {
    width: 100%;
    font-size: 2.2vw;
  }

  .manchet {
    margin-bottom: 5vw;
    font-size: 3.2vw;
  }

  .logo-bottom {
    width: 20%;
  }

  .mlrubrik {
    margin-bottom: 4vw;
    font-size: 5.5vw;
  }

  .button {
    width: auto;
  }

  .detail-txt {
    margin-bottom: 2vw;
    font-size: 1vw;
  }

  .detail-txt.bottom {
    width: 70%;
  }

  .img-wrapper {
    max-width: none;
  }

  .img-primary.horizontal {
    width: 90%;
  }

  .img-credit {
    width: 90%;
    font-size: 1.2vw;
    bottom: 2vw;
  }

  .container-footer {
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-bottom-2 {
    grid-template-columns: 1fr 1.75fr;
  }

  .small {
    font-size: 2.5rem;
    line-height: 1;
  }

  .video-embed {
    width: 100%;
    padding-bottom: 100%;
  }

  .button-2 {
    font-size: 2vw;
  }

  .footer__links-row {
    flex-flow: column;
  }

  .is-box.is-first {
    max-width: none;
  }

  .background-wrap {
    position: absolute;
    inset: 0%;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col.is-bot {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .right_text {
    float: right;
    clear: none;
    object-fit: fill;
  }

  .hero_wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .text-wrapper {
    max-width: none;
  }

  .full_image {
    max-width: none;
    margin-left: 2em;
    margin-right: 2em;
  }

  .footer_wrap {
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero_heading {
    width: 70vw;
    font-size: 2.9em;
  }

  .story_svg {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    background-position: 50%;
  }

  .heading {
    width: 100%;
  }

  .heading.old {
    font-size: 6.5vw;
  }

  .heading.small {
    font-size: 5vw;
  }

  .line {
    margin-left: 30px;
  }

  .line.intro {
    width: 36%;
    margin-left: 0;
  }

  .main-container.bottom._2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

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

  .paragraph.no-bottom-margin {
    font-size: 2.5vw;
  }

  .byline {
    margin-bottom: 3vw;
    margin-left: 0;
    margin-right: 31px;
    padding-bottom: 3vw;
  }

  .sticky-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: fixed;
  }

  .footertext.contact {
    display: block;
  }

  .footertext.adress {
    display: none;
  }

  .partner-logotype {
    width: 13vw;
    max-height: none;
  }

  .headline-bottom {
    font-size: 5vw;
  }

  .text-bottom {
    font-size: 2.5vw;
  }

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

  .logo-bottom {
    width: 20vw;
  }

  .mlrubrik.desktop {
    font-size: 5vw;
  }

  .button {
    width: auto;
  }

  .button.bottom {
    font-size: .8em;
  }

  .detail-txt.bottom {
    margin-bottom: 2vw;
    font-size: 1.5vw;
    font-weight: 400;
  }

  .imglinkbottom {
    width: 12em;
  }

  .img-credit {
    font-size: 1.2vw;
    bottom: 2vw;
  }

  .container-footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-bottom-2 {
    grid-template-columns: 1fr 1.75fr;
  }

  .code-embed._3 {
    display: block;
  }

  .hero_wrap {
    height: 97vh;
  }

  .footer__links-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .ss_logo {
    width: 40vw;
  }

  .is-box {
    padding: 2em;
  }

  .is-box.is-first {
    padding: 0;
  }

  .letterhead {
    font-size: .7em;
  }

  .footer__col {
    grid-column-gap: 11em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-up {
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .container {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.is-boxy {
    padding: 3.4em 2em;
  }

  .logo_wrap {
    margin-top: 4px;
  }

  .footer_wrap {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .wrap.is-first {
    max-width: none;
  }

  .hero_heading {
    width: 90vw;
    font-size: 3.6em;
  }

  .story_svg {
    width: 70vw;
  }

  .front_logo {
    margin-top: 4px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  .herosection {
    height: 65vh;
  }

  .heading {
    width: 90%;
    margin-bottom: 5%;
    font-size: 12vw;
    line-height: 1;
  }

  .heading.old {
    width: 100%;
    margin-bottom: 3vh;
    font-size: 8vw;
  }

  .heading.small {
    width: 100%;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .nav-logo-link {
    border-top: 1px #c4c4c4;
    max-width: none;
  }

  .line {
    width: 12%;
    margin: 20px 0 40px 20px;
  }

  .line.intro {
    width: 45%;
    margin-top: 3vw;
    margin-left: 0;
  }

  .main-container {
    flex-wrap: nowrap;
    width: 100%;
    padding: 15vw 15px;
  }

  .main-container.bottom {
    height: 100%;
  }

  .main-container.bottom._2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    width: 90%;
    padding: 15vw 0;
  }

  .main-container.top {
    max-width: none;
  }

  .paragraph {
    font-size: 4.5vw;
    line-height: 1.5;
  }

  .paragraph.no-bottom-margin {
    margin-bottom: 0;
    font-size: 4.5vw;
  }

  .byline {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4vw;
    font-size: 12px;
    line-height: 18px;
  }

  .sticky-nav {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 14px;
  }

  .container-nav {
    line-height: 14px;
  }

  .logo {
    border-top: 0 #000;
    text-decoration: none;
  }

  .footertext.adress {
    display: block;
  }

  .copyright {
    justify-content: flex-start;
  }

  .bottom-section {
    height: auto;
  }

  .sponsoret {
    font-size: 3.2vw;
  }

  .partner-logotype {
    width: 20vw;
    max-height: none;
    padding-left: 2vw;
  }

  .headline-bottom {
    width: 100%;
    margin-bottom: 6vw;
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.1;
  }

  .text-bottom {
    width: 100%;
    font-size: 4vw;
    line-height: 1.4;
  }

  .manchet {
    margin-top: 0;
    margin-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    line-height: 1.4;
  }

  .logo-bottom {
    width: 30%;
    padding-top: 0;
  }

  .mlrubrik {
    white-space: normal;
    max-width: 90%;
    margin-bottom: 9vw;
  }

  .mlrubrik.desktop {
    max-width: 100%;
    margin-bottom: 5vw;
    font-size: 9vw;
    font-weight: 500;
    display: block;
  }

  .button {
    width: auto;
    margin-bottom: 0;
  }

  .button.bottom {
    border-width: 1px;
    border-color: #fff;
    width: 100%;
    max-width: none;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    font-size: 4vw;
  }

  .detail-txt {
    width: 90%;
    margin-top: 2vw;
    font-size: 2.6vw;
  }

  .detail-txt.bottom {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 2.2vw;
  }

  .cta.w--current {
    display: none;
  }

  .cta-wrapper {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cta-txt {
    font-size: .9em;
  }

  .img-wrapper {
    max-width: 90%;
    margin-bottom: 0%;
  }

  .img-primary {
    aspect-ratio: 1;
  }

  .img-primary.horizontal {
    aspect-ratio: auto;
    aspect-ratio: auto;
    width: 100%;
  }

  .img-credit {
    width: 100%;
    margin-top: 2vw;
    font-size: 2.4vw;
    line-height: 1.15;
    display: block;
    bottom: 3vw;
    right: 3vw;
  }

  .img-credit.hero {
    margin-left: 15px;
    margin-right: auto;
    left: 0;
    right: auto;
  }

  .footer-3 {
    height: 450px;
  }

  .container-footer {
    padding: 3em;
    font-size: 1.1em;
  }

  .container-footer.footer {
    padding-bottom: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footerlogo-3 {
    max-width: 240px;
  }

  .copyright-4 {
    justify-content: flex-start;
  }

  .footer-bottom-2 {
    grid-template: "."
                   "."
                   / 1.25fr;
    margin-bottom: 10px;
    position: static;
  }

  .overlay {
    background-image: linear-gradient(0deg, #00000080, #0000 79% 89%, #0000004d 102%);
  }

  .button-2 {
    margin-top: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
  }

  .hero_wrap {
    height: 100svh;
  }

  .hero_mask {
    align-self: flex-start;
  }

  .logo_svg {
    border-top: 0 #000;
    font-size: 2.4em;
  }

  .ss_logo {
    width: 60vw;
  }

  .hero_image {
    object-position: 50% 70%;
    height: 96%;
    display: block;
  }

  .hero_image.parallax {
    height: 100%;
    display: inline-block;
  }

  .hero_image.parallax-slow {
    display: inline-block;
  }

  .is-box {
    min-height: 90vh;
    padding: 2em 1em 3em;
  }

  .btn-animate-chars {
    border-color: #ffffff52;
    padding: 1em 1.9em;
    font-size: .9em;
  }

  .letterhead {
    letter-spacing: 1px;
    font-size: 2.7vw;
  }

  .footer_a.is-cap {
    font-weight: 500;
  }

  .nav__inner {
    padding-left: 1em;
    padding-right: 1em;
    line-height: 14px;
  }

  .footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
  }

  .footer__col.is-bot {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ss_farmes_wrap {
    display: none;
  }

  .footer-up {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: wrap;
  }

  .right_text {
    margin-top: 2px;
    font-size: 2.6vw;
    font-weight: 500;
  }

  .box_logo {
    width: 16rem;
  }

  .hero_wrapper {
    z-index: 5;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 16em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is-boxy {
    padding: 4em 1em;
  }

  .logo_wrap {
    width: 5rem;
    margin-top: 6px;
    margin-left: .6rem;
  }

  .hero_overlay {
    z-index: 4;
  }

  .nav {
    line-height: 14px;
  }

  .nav_logo {
    border-top: 1px #c4c4c4;
    width: 9rem;
    max-width: none;
    margin-top: 7px;
  }

  .full_image {
    aspect-ratio: 3 / 2.5;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
  }

  .footer_wrap {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap.is-first {
    text-align: left;
    text-align: left;
  }

  .hero_heading {
    white-space: nowrap;
    word-break: keep-all;
    text-wrap: balance;
    width: 92vw;
    font-size: 13vw;
  }

  .hero_logo {
    width: 60vw;
  }

  .h2 {
    font-size: 1.4em;
  }

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

  .story_svg {
    width: 76vw;
  }

  .front_logo {
    width: 5rem;
    margin-top: 6px;
    margin-left: .6rem;
  }
}
