/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/app.scss ***!
  \********************************************************************************************************************************************************/
.arr-hover {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  .arr-hover:hover {
    -webkit-transform: scale3d(1.3, 1, 1);
            transform: scale3d(1.3, 1, 1); }

/* stretched-link */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

@font-face {
  font-family: 'Protokoll';
  src: url(../.././assets/fonts/Protokoll-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Protokoll';
  src: url(../.././assets/fonts/Protokoll-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Protokoll';
  src: url(../.././assets/fonts/ProtokollMedium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* grid */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

/* tabs */
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.tabs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .tabs__btn:last-child {
    margin-right: 0 !important; }

.tabs__content {
  position: relative; }

.tabs__pane {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  z-index: 1; }
  .tabs__pane.is-active {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    max-height: 1000000px;
    z-index: 2; }

.tabs__btn, .tabs__pane, .h-search-form__submit, .h-search-result .card-list .siste-item__title, .fullpage-nav__link, .carousel-multiple .swiper-button, .s-accordion__title, .s-accordion__icon, .s-accordion__content {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* reset */
html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

address {
  font-style: normal;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0; }

blockquote,
figure,
label,
address,
legend {
  margin: 0;
  padding: 0; }

button,
input,
select,
textarea {
  margin: 0; }

caption {
  padding-top: 0;
  padding-bottom: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

th {
  text-align: inherit; }

td:not([align]),
th:not([align]) {
  text-align: left; }

address {
  font-style: normal; }

button {
  cursor: pointer;
  border-radius: 0; }

svg {
  overflow: hidden;
  vertical-align: middle; }

caption {
  margin: 0;
  padding: 0;
  caption-side: bottom;
  text-align: left; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  display: block; }

summary {
  cursor: pointer; }

.animate-home .header__logo {
  overflow: hidden; }
  .animate-home .header__logo svg {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.animate-home .header__links li {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0; }

.animate-home .header__language {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0; }

.animate-home .button-search svg line {
  stroke-dashoffset: 8;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.animate-home .button-search svg path {
  stroke-dashoffset: 63;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.animate-home .button-menu svg line {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .animate-home .button-menu svg line:nth-child(1) {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .animate-home .button-menu svg line:nth-child(2) {
    -webkit-transform: translate(100%, 12.646px);
        -ms-transform: translate(100%, 12.646px);
            transform: translate(100%, 12.646px);
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s; }
  .animate-home .button-menu svg line:nth-child(3) {
    -webkit-transform: translate(100%, 25.292px);
        -ms-transform: translate(100%, 25.292px);
            transform: translate(100%, 25.292px);
    -webkit-transition-duration: 0.9s;
         -o-transition-duration: 0.9s;
            transition-duration: 0.9s; }

.animate-home .hero-slide__link {
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0; }

.animate-button .button-search svg line {
  stroke-dashoffset: 0; }

.animate-button .button-search svg path {
  stroke-dashoffset: 0; }

.animate-button .button-menu svg line:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.animate-button .button-menu svg line:nth-child(2) {
  -webkit-transform: translate(0, 12.646px);
      -ms-transform: translate(0, 12.646px);
          transform: translate(0, 12.646px); }

.animate-button .button-menu svg line:nth-child(3) {
  -webkit-transform: translate(0, 25.292px);
      -ms-transform: translate(0, 25.292px);
          transform: translate(0, 25.292px); }

.css-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.gsap-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px); }

.fp-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px); }

.css-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.gsap-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }

.fp-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }

.splitting .word {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.splitting .char {
  display: inline-block; }

.start-split-up {
  opacity: 0; }
  .start-split-up .word {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .start-split-up .char {
    display: inline-block; }

.start-split-down .word {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.start-split-down .char {
  display: inline-block;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.section.active .css-fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.open-menu .header__links li a,
.open-menu .language-switch__current,
.open-menu .language-switch__current svg,
.open-menu .button-search svg,
.open-menu .button-menu svg,
.open-search .header__links li a,
.open-search .language-switch__current,
.open-search .language-switch__current svg,
.open-search .button-search svg,
.open-search .button-menu svg {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110; }
  .header:before {
    content: '';
    background-color: #e7e6e6;
    height: 10rem;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
    -o-transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
    transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
    width: 0; }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 6.4rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199px) {
      .header__wrapper {
        padding-top: 5.9rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 767px) {
      .header__wrapper {
        padding-top: 5.9rem; } }
  .header__logo {
    width: 13rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: currentColor; }
    @media (max-width: 1199px) {
      .header__logo {
        width: 12.5rem; } }
    @media (max-width: 767px) {
      .header__logo {
        width: 10.5rem; } }
    .header__logo img {
      width: 100%; }
    .header__logo svg path {
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      fill: currentColor; }
    .header__logo:hover {
      opacity: .7; }
  .header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.9rem 0 0 0; }
    @media (max-width: 1199px) {
      .header__center {
        margin-left: auto;
        padding: 0.3rem 4.7rem 0 0; } }
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    @media (max-width: 767px) {
      .header__links {
        display: none; } }
    .header__links li {
      border-right: 1px solid transparent;
      position: relative;
      padding-right: 4.7rem;
      margin-right: 4.7rem; }
      @media (min-width: 768px) {
        .header__links li::before {
          position: absolute;
          width: 1px;
          height: 100%;
          right: 0;
          top: 0;
          background: currentColor;
          opacity: 0.5;
          content: '';
          display: block; } }
      @media (max-width: 1199px) {
        .header__links li {
          padding-right: 2.6rem;
          margin-right: 2.9rem; } }
      @media (max-width: 1199px) {
        .header__links li:first-child {
          display: none; } }
      .header__links li a {
        font-size: 1.6rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: currentColor; }
        @media (max-width: 1199px) {
          .header__links li a {
            font-size: 1.3rem; } }
        .header__links li a:hover {
          opacity: .7; }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.language-switch {
  position: relative; }
  @media (max-width: 767px) {
    .language-switch {
      display: none; } }
  .language-switch__current {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1199px) {
      .language-switch__current {
        font-size: 1.3rem; } }
    .language-switch__current svg {
      margin-left: 1rem;
      width: 1.1rem; }
      @media (max-width: 1199px) {
        .language-switch__current svg {
          margin-left: 0.6rem; } }
      .language-switch__current svg path {
        fill: currentColor; }
    .language-switch__current:hover {
      opacity: .7; }
  .language-switch__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s; }
    .language-switch__links a {
      margin-top: 1rem;
      font-size: 1.6rem;
      color: currentColor; }
      @media (max-width: 1199px) {
        .language-switch__links a {
          font-size: 1.3rem; } }
      .language-switch__links a:hover {
        opacity: .7; }
  .language-switch:hover .language-switch__links {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    max-height: 20rem;
    pointer-events: visible; }

.button-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.8rem;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  margin-right: 5.3rem;
  color: currentColor;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .button-search svg {
    width: 100%; }
  @media (max-width: 1199px) {
    .button-search {
      margin-right: 1.8rem; } }
  .button-search span:nth-child(1) {
    width: 22px;
    height: 22px;
    border: 1.5px solid #E7E6E6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .button-search span:nth-child(2) {
    width: 10px;
    height: 0;
    border: 1.5px solid #E7E6E6;
    position: absolute;
    right: 0;
    bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .button-search line {
    stroke-dasharray: 9;
    stroke-dashoffset: 0;
    stroke: currentColor;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .button-search path {
    stroke-dasharray: 63;
    stroke-dashoffset: 0;
    stroke: currentColor;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .button-search:hover {
    opacity: .7; }

.button-menu {
  width: 3.7rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  color: currentColor;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (max-width: 1199px) {
    .button-menu {
      width: 3.1rem; } }
  .button-menu svg {
    width: 100%; }
    .button-menu svg line {
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      stroke: currentColor; }
      .button-menu svg line:nth-child(1) {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .button-menu svg line:nth-child(2) {
        -webkit-transform: translate(0, 12.646px);
            -ms-transform: translate(0, 12.646px);
                transform: translate(0, 12.646px); }
      .button-menu svg line:nth-child(3) {
        -webkit-transform: translate(0, 25.292px);
            -ms-transform: translate(0, 25.292px);
                transform: translate(0, 25.292px); }
  .button-menu span {
    position: relative;
    background-color: #E7E6E6;
    height: 1.5px;
    width: 100%; }
  .button-menu.active svg line:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important; }
  .button-menu.active svg line:nth-child(2) {
    opacity: 0;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important; }
  .button-menu.active svg line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-50%, 70%) !important;
        -ms-transform: rotate(-45deg) translate(-50%, 70%) !important;
            transform: rotate(-45deg) translate(-50%, 70%) !important;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important; }
  .button-menu:hover {
    opacity: .7; }

.button-search-close,
.button-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.8rem;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  margin-right: 0.9rem; }

.header__white .header__logo svg path {
  fill: #191c19 !important; }

.header__white .header__links li a {
  color: #191c19 !important; }

.header__white .language-switch__current, .header__white .language-switch__link {
  color: #191c19 !important; }

.header__white .button-search svg path,
.header__white .button-search svg line {
  stroke: #191c19 !important; }

.header__white .button-menu svg line {
  stroke: #191c19 !important; }

.section-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
  .section-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6.7rem 0 1rem 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .section-header__wrapper {
        padding: 6.2rem 0 1rem 0; } }
    @media (max-width: 767px) {
      .section-header__wrapper {
        padding: 5.9rem 0 1rem 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .section-header__logo {
    width: 10.5rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: currentColor;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    @media (max-width: 767px) {
      .section-header__logo {
        width: 8.9rem;
        height: 2.1rem; } }
    .section-header__logo svg {
      width: 100%; }
      .section-header__logo svg path {
        fill: currentColor;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .section-header__logo:hover {
      cursor: pointer;
      opacity: .7; }
  .section-header__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: rgba(231, 230, 230, 0.3);
    height: 1px;
    margin: 0 4.5rem;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1199px) {
      .section-header__line {
        margin: 0 3rem; } }
    @media (max-width: 767px) {
      .section-header__line {
        display: none; } }
  .section-header__title {
    position: relative;
    color: #89a65a;
    font-weight: 400;
    overflow: hidden;
    height: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .section-header__title a {
      display: block;
      color: #B8D481;
      text-decoration: none;
      white-space: nowrap;
      position: relative; }
      .section-header__title a:after {
        content: '';
        position: absolute;
        width: 100%;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        border-radius: 5px;
        height: 1px;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        background: currentcolor;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      .section-header__title a:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left; }
  .section-header__link-top {
    position: absolute;
    right: 0;
    padding-right: 0.5rem;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .section-header__link-top:hover {
      padding-right: 0; }
    .section-header__link-top.hidden-up {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .section-header__link-top.hidden-down {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }

.full-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  background-color: #E7E6E6;
  -webkit-transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
  -o-transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
  transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
  z-index: 100;
  overflow-y: auto; }
  .full-menu .header {
    width: 100vw; }
    @media (max-width: 767px) {
      .full-menu .header__center {
        display: none; } }
    @media (max-width: 767px) {
      .full-menu .header__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .full-menu .header__links li {
      border-color: rgba(40, 42, 34, 0.3); }
      @media (max-width: 1199px) {
        .full-menu .header__links li {
          padding-right: 2.6rem;
          margin-right: 2.8rem; } }
      @media (max-width: 767px) {
        .full-menu .header__links li {
          border: none;
          padding-right: 0;
          margin-right: 0;
          margin-bottom: 0.8rem; } }
      .full-menu .header__links li a {
        color: #191c19 !important; }
      .full-menu .header__links li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  @media (max-width: 1199px) {
    .full-menu .button-search {
      display: none; } }
  @media (max-width: 767px) {
    .full-menu .button-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .full-menu .language-switch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .full-menu .language-switch__current {
    color: #191c19 !important; }
    .full-menu .language-switch__current svg path {
      fill: #191c19; }
  .full-menu .language-switch__link {
    color: #191c19 !important; }
  .full-menu__wrapper {
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      .full-menu__wrapper {
        padding-top: 13.3rem; } }
  .full-menu__top {
    display: none; }
    @media (max-width: 767px) {
      .full-menu__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .full-menu__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(var(--vh) * 42.4); }
    @media (max-width: 1199px) {
      .full-menu__body {
        padding-top: calc(var(--vh) * 17.9); } }
    @media (max-width: 767px) {
      .full-menu__body {
        padding-top: calc(var(--vh) * 7.1); } }
  .full-menu__navigation.footer-nav {
    counter-reset: li; }
  .full-menu__navigation .footer-nav__col {
    max-width: calc(100% / 6 - 3rem);
    position: relative; }
    @media (max-width: 1199px) {
      .full-menu__navigation .footer-nav__col {
        max-width: none; } }
  .full-menu__navigation .footer-nav__title {
    padding-left: 3.2rem;
    padding-bottom: 1.9rem; }
    @media (max-width: 1199px) {
      .full-menu__navigation .footer-nav__title {
        padding-left: 3.4rem;
        padding-bottom: 1.5rem; } }
    @media (max-width: 767px) {
      .full-menu__navigation .footer-nav__title {
        padding-bottom: 1.1rem; } }
    .full-menu__navigation .footer-nav__title:before {
      content: "0" counter(li);
      counter-increment: li;
      position: absolute;
      top: 0.6rem;
      left: 0;
      color: #8FA563; }
  .full-menu__navigation .footer-nav__title-link {
    font-size: 3.7rem;
    opacity: 0.5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 300; }
    @media (max-width: 1199px) {
      .full-menu__navigation .footer-nav__title-link {
        font-size: 2.3rem; } }
    .full-menu__navigation .footer-nav__title-link:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  .full-menu__navigation .footer-nav__list {
    padding-top: 3.3rem; }
    .full-menu__navigation .footer-nav__list li {
      margin-bottom: 0.8rem; }
  .full-menu__bottom {
    padding: 2rem 0 8.3rem; }
    @media (max-width: 1199px) {
      .full-menu__bottom {
        padding: 2rem 0 7.3rem; } }
  .full-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 1199px) {
      .full-menu__footer {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .full-menu__privacy {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    list-style: none; }
    @media (max-width: 1199px) {
      .full-menu__privacy {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .full-menu__privacy li {
      margin: 0 4rem; }
      @media (max-width: 1199px) {
        .full-menu__privacy li {
          margin: 0; } }
  .full-menu__social {
    margin-left: auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199px) {
      .full-menu__social {
        -webkit-transform: translateY(-0.7rem);
            -ms-transform: translateY(-0.7rem);
                transform: translateY(-0.7rem); } }
    .full-menu__social .social-nav__item:not(:last-child) {
      margin-right: 1.4rem; }
      @media (max-width: 1199px) {
        .full-menu__social .social-nav__item:not(:last-child) {
          margin-right: 0.3rem; } }
      @media (max-width: 767px) {
        .full-menu__social .social-nav__item:not(:last-child) {
          margin-right: 1rem; } }
    .full-menu__social .social-nav__item a {
      opacity: 0.3;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .full-menu__social .social-nav__item a:hover {
        opacity: 1; }

.open-menu .full-menu {
  width: 100%; }

@media (max-width: 1199px) {
  .open-menu .language-switch__links {
    z-index: 5;
    background-color: currentColor; } }

.open-search .button-search {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none; }

/* full-search */
.full-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  background-color: #e7e6e6;
  -webkit-transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
  -o-transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
  transition: 1s cubic-bezier(0.26, 0.2, 0.35, 0.99);
  z-index: 100;
  overflow-y: auto; }
  .full-search .header {
    width: 100vw; }
    .full-search .header__links li {
      border-color: rgba(40, 42, 34, 0.3); }
      @media (max-width: 1199px) {
        .full-search .header__links li {
          padding-right: 2.6rem;
          margin-right: 2.8rem; } }
      .full-search .header__links li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  @media (min-width: 768px) {
    .full-search .header__wrapper {
      padding-top: 6rem; } }
  @media (min-width: 1200px) {
    .full-search .header__wrapper {
      padding-top: 6.5rem; } }
  @media (max-width: 1199px) {
    .full-search .button-search {
      display: none; } }
  .full-search .language-switch__current svg path {
    fill: #191c19; }
  .full-search__wrapper {
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .full-search__body {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-top: calc(var(--vh) * 26); }
    @media (min-width: 768px) {
      .full-search__body {
        padding-top: calc(var(--vh) * 16.8); } }
    @media (min-width: 1200px) {
      .full-search__body {
        padding-top: calc(var(--vh) * 42.4); } }
    @media (min-width: 1200px) {
      .search-result-done .full-search__body {
        padding-top: calc(var(--vh) * 25.2); } }

.open-search .full-search {
  width: 100%; }

/* h-search-form */
.h-search-form {
  position: relative;
  margin-bottom: 4.8rem; }
  @media (min-width: 768px) {
    .h-search-form {
      margin-bottom: 7.5rem; } }
  @media (min-width: 1200px) {
    .h-search-form {
      margin-bottom: 5.2rem;
      margin-top: -2.7rem; } }

.h-search-form__input {
  font-size: 2.3rem;
  line-height: 2.4;
  font-weight: 300;
  padding-left: 4.4rem;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: none !important;
  border-bottom: 2px solid #525858;
  color: #707070;
  width: 100%; }
  @media (min-width: 768px) {
    .h-search-form__input {
      padding-left: 4.2rem; } }
  @media (min-width: 1200px) {
    .h-search-form__input {
      font-size: 7rem;
      line-height: 1.4;
      padding-left: 14.7rem;
      border-bottom-width: 1px; } }
  .h-search-form__input::-webkit-input-placeholder {
    color: #707070; }
  .h-search-form__input::-moz-placeholder {
    color: #707070; }
  .h-search-form__input:-ms-input-placeholder {
    color: #707070; }
  .h-search-form__input:-moz-placeholder {
    color: #707070; }

.h-search-form__submit {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  outline: none !important;
  width: 2.6rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2726.492%27 height=%2725.127%27 viewBox=%270 0 26.492 25.127%27%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Crect width=%2726.492%27 height=%2725.127%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-width=%271.5%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cline x2=%276.804%27 y2=%276.147%27 transform=%27translate%2818.978 18.194%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-miterlimit=%2710%27 stroke-width=%271.5%27/%3E%3Cpath d=%27M21.228,19.054a9.808,9.808,0,1,0-1.439,1.583%27 transform=%27translate%28-2.441 -2.441%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-miterlimit=%2710%27 stroke-width=%271.5%27/%3E%3C/g%3E%3C/svg%3E"); }
  @media (min-width: 768px) {
    .h-search-form__submit {
      top: 1.7rem;
      width: 2rem;
      height: 1.9rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2720.04%27 height=%2719.007%27 viewBox=%270 0 20.04 19.007%27%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Crect width=%2720.04%27 height=%2719.007%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-width=%271.5%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cline x2=%275.147%27 y2=%274.65%27 transform=%27translate%2814.356 13.763%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-miterlimit=%2710%27 stroke-width=%271.5%27/%3E%3Cpath d=%27M16.911,15.266a7.419,7.419,0,1,0-1.088,1.2%27 transform=%27translate%28-2.699 -2.699%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-miterlimit=%2710%27 stroke-width=%271.5%27/%3E%3C/g%3E%3C/svg%3E"); } }
  @media (min-width: 1200px) {
    .h-search-form__submit {
      top: 1.8rem;
      width: 5.3rem;
      height: 5rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2753.04%27 height=%2750.82%27 viewBox=%270 0 53.04 50.82%27%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Crect width=%2753.04%27 height=%2750.82%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-width=%272.5%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cline x2=%2713.622%27 y2=%2712.433%27 transform=%27translate%2837.995 36.797%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-miterlimit=%2710%27 stroke-width=%272.5%27/%3E%3Cpath d=%27M38.994,34.959A19.856,19.856,0,0,0,23.119,3.5a19.82,19.82,0,0,0,0,39.638,19.428,19.428,0,0,0,13-4.977%27 transform=%27translate%28-1.379 -1.358%29%27 fill=%27none%27 stroke=%27%23282a22%27 stroke-miterlimit=%2710%27 stroke-width=%272.5%27/%3E%3C/g%3E%3C/svg%3E"); } }
  .h-search-form__submit:hover {
    opacity: .7; }

.h-search-form__msg {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  color: #191c19; }
  @media (min-width: 768px) {
    .h-search-form__msg {
      margin-top: 1.3rem;
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .h-search-form__msg {
      margin-top: 3rem;
      font-size: 1.6rem; } }

/* h-search-result */
.h-search-result {
  margin-top: 1.7rem; }
  @media (max-width: 1199px) {
    .h-search-result .card-list {
      grid-column-gap: 2rem; } }
  .h-search-result .card-list .siste-item__body {
    position: relative; }
    .h-search-result .card-list .siste-item__body:hover .siste-item__link {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
    .h-search-result .card-list .siste-item__body:hover .siste-item__title {
      color: #707070; }
  .h-search-result .card-list .siste-item__thumbnail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 15.4rem; }
    @media (min-width: 768px) {
      .h-search-result .card-list .siste-item__thumbnail {
        height: 18.8rem; } }
    @media (min-width: 1200px) {
      .h-search-result .card-list .siste-item__thumbnail {
        height: 49.9rem; } }
  .h-search-result .card-list .siste-item__title {
    margin-top: 1.1rem; }
    @media (min-width: 1200px) {
      .h-search-result .card-list .siste-item__title {
        margin-top: 1.7rem; } }
  .h-search-result .card-list .siste-item__date {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    padding-top: 0; }
    @media (min-width: 1200px) {
      .h-search-result .card-list .siste-item__date {
        font-size: 1.5rem;
        margin-top: 4.1rem; } }
  .h-search-result .card-list .siste-item__link {
    font-size: 1.3rem; }
    @media (min-width: 1200px) {
      .h-search-result .card-list .siste-item__link {
        font-size: 1.7rem; } }

.video-playback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-object-fit: cover;
     object-fit: cover;
  background: #000; }

.video-source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.teknologi-hero:after {
  display: none; }

.video-tech {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .video-tech.active {
    display: block; }
  .video-tech.video-tech-1 {
    z-index: 1; }
  .video-tech.video-tech-2 {
    z-index: 2; }
  .video-tech.video-tech-3 {
    z-index: 3; }
  .video-tech.video-tech-4 {
    z-index: 4; }
  .video-tech.video-tech-5 {
    z-index: 5; }
  .video-tech.video-tech-6 {
    z-index: 6; }

.video-tech-reverse {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .video-tech-reverse.active {
    display: block; }
  .video-tech-reverse.video-tech-1 {
    z-index: 1; }
  .video-tech-reverse.video-tech-2 {
    z-index: 2; }
  .video-tech-reverse.video-tech-3 {
    z-index: 3; }
  .video-tech-reverse.video-tech-4 {
    z-index: 4; }
  .video-tech-reverse.video-tech-5 {
    z-index: 5; }
  .video-tech-reverse.video-tech-6 {
    z-index: 6; }

#fullpage .media-fill__video {
  opacity: 0; }

#fullpage.fullpage-wrapper .media-fill__video {
  opacity: 1; }

.page-selscapet .header {
  color: #E7E6E6; }

.page-selscapet .section-header {
  color: #191c19; }

.page-selscapet .s-hero {
  color: #E7E6E6; }

body.open-menu .header,
body.open-search .header {
  color: #191c19;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important; }

.section-quiaecume .carousel-thumbs__caption {
  opacity: 0.3; }

.section-quiaecume .swiper-slide-thumb-active .carousel-thumbs__caption {
  color: #191c19;
  opacity: 1; }

.section-quiaecume .swiper-slide-thumb-active .carousel-thumbs__progress {
  background: rgba(98, 99, 94, 0.3); }

.section-quiaecume .swiper-slide-thumb-active .carousel-thumbs__track {
  background-color: #191c19; }

.section-quiaecume--dark .carousel-thumbs__caption {
  opacity: 0.3; }

.section-quiaecume--dark .swiper-slide-thumb-active .carousel-thumbs__caption {
  color: #E7E6E6;
  opacity: 1; }

.section-quiaecume--dark .swiper-slide-thumb-active .carousel-thumbs__progress {
  background-color: rgba(231, 230, 230, 0.3); }

.section-quiaecume--dark .swiper-slide-thumb-active .carousel-thumbs__track {
  background: #E7E6E6; }

.page-fiskens .header {
  color: #E7E6E6; }

.page-fiskens .s-hero {
  color: #E7E6E6; }

.page-fiskens .media-fill {
  color: #E7E6E6; }

.page-fiskens .carousel-multiple .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #8FA563; }

.page-fiskens .carousel-multiple .swiper-pagination-bullet {
  color: rgba(32, 38, 33, 0.3); }
  .page-fiskens .carousel-multiple .swiper-pagination-bullet:hover {
    color: #202621; }

.page-fiskens .carousel-multiple__caption {
  color: #202621; }

.hero-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; }
  .hero-slider__background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover; }

.hero-slider__swiper {
  position: relative;
  z-index: 1;
  height: 100%; }

.hero-slider__footer {
  position: absolute;
  bottom: 8.4rem;
  left: 0;
  width: 100%;
  z-index: 2; }
  @media (max-width: 1199px) {
    .hero-slider__footer {
      bottom: 7.6rem; } }

.hero-slider__navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.hero-slider__pagination {
  -webkit-transform: translateY(0.7rem);
      -ms-transform: translateY(0.7rem);
          transform: translateY(0.7rem); }
  .hero-slider__pagination .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero-slider__pagination .swiper-pagination-bullet {
    font-size: 1.6rem;
    color: #525858;
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    margin: 0 3.6rem 0 0 !important;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: 0.8px; }
    @media (max-width: 1199px) {
      .hero-slider__pagination .swiper-pagination-bullet {
        margin: 0 2.4rem 0 0 !important;
        font-size: 1.3rem; } }
    .hero-slider__pagination .swiper-pagination-bullet:hover {
      color: #E7E6E6; }
    .hero-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #E7E6E6; }

.hero-slider__button-next {
  cursor: pointer;
  width: 5.3rem; }
  .hero-slider__button-next svg {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .hero-slider__button-next:hover svg {
    -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }

.hero-slide {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 21.7rem;
  min-height: calc(var(--vh,1vh) * 100); }
  @media (max-width: 1199px) {
    .hero-slide {
      padding-bottom: 19.9rem; } }
  @media (max-width: 767px) {
    .hero-slide {
      padding-bottom: 18.5rem; } }
  .hero-slide__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  .hero-slide__wrapper {
    position: relative;
    z-index: 1;
    padding: 0 6.5rem 0 11.4vw; }
    @media (max-width: 1199px) {
      .hero-slide__wrapper {
        padding: 0 0.8rem 0 10.2vw; } }
    @media (max-width: 767px) {
      .hero-slide__wrapper {
        padding: 0 3.6rem 0 8.6vw; } }
  .hero-slide__cat {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    text-transform: uppercase;
    letter-spacing: 0.8px; }
    @media (max-width: 1199px) {
      .hero-slide__cat {
        font-size: 1.3rem; } }
    .hero-slide__cat span {
      display: inline-block; }
  .hero-slide__title {
    font-size: 7rem;
    /*line-height: 0.93;*/
    line-height: 1.1;
    margin-top: 2.6rem; }
    @media (max-width: 1199px) {
      .hero-slide__title {
        font-size: 5rem;
        margin-top: 1.2rem; } }
    @media (max-width: 767px) {
      .hero-slide__title {
        font-size: 4rem;
        margin-top: 1.9rem; } }
    .hero-slide__title .word {
      position: relative;
      overflow: hidden;
      display: inline-block;
      margin: -1.3rem 0; }
      @media (max-width: 767px) {
        .hero-slide__title .word {
          margin: -0.7rem 0; } }
  .hero-slide a, .hero-slide__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #B8D481;
    margin-top: 2.2rem;
    letter-spacing: 0.2px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden; }
    @media (max-width: 1199px) {
      .hero-slide a, .hero-slide__link {
        font-size: 1.4rem;
        margin-top: 1.5rem; } }
    .hero-slide a:hover, .hero-slide__link:hover {
      -webkit-transform: translateX(0.5rem) !important;
          -ms-transform: translateX(0.5rem) !important;
              transform: translateX(0.5rem) !important; }
    .hero-slide a svg, .hero-slide__link svg {
      margin-right: 1.3rem;
      width: 0.8rem; }
  .hero-slide.swiper-slide-active .hero-slide__link {
    visibility: visible; }
  .hero-slide[class*="-active"] {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }

.hero-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #191c19;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
  .hero-modal.active {
    opacity: 1;
    pointer-events: visible; }
  .hero-modal__wrapper {
    min-height: calc(var(--vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12rem; }
  .hero-modal__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .hero-modal__video video, .hero-modal__video iframe {
      width: 80vw;
      height: 65vh; }

.animate-home .hero-slider__background .swiper-slide {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important; }

.home-feature {
  padding-top: calc(calc(var(--vh) * 21));
  padding-bottom: calc(calc(var(--vh) * 7.3));
  min-height: calc(var(--vh,1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .home-feature {
      padding-top: 15.7rem;
      padding-bottom: calc(calc(var(--vh) * 6.9)); } }
  @media (max-width: 767px) {
    .home-feature {
      padding-top: 13.1rem;
      padding-bottom: calc(calc(var(--vh) * 5.6)); } }
  .home-feature__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100%; }

.feature-clear__header {
  font-size: 3.7rem;
  max-width: 57.5rem;
  line-height: calc(46 / 37); }
  @media (max-width: 1199px) {
    .feature-clear__header {
      max-width: 30.2rem; } }

.feature-clear__wrapper {
  padding-top: 1rem; }
  @media (max-width: 767px) {
    .feature-clear__wrapper {
      padding-top: calc(var(--vh) * (71 / 8.12)); } }

.feature-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.4rem; }
  @media (max-width: 1199px) {
    .feature-main {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1.6rem;
      grid-row-gap: 5.2rem; } }
  @media (max-width: 575px) {
    .feature-main {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 2.7rem; } }

.feature-item {
  text-decoration: none;
  color: currentColor; }
  .feature-item:nth-child(4) {
    display: none; }
    @media (max-width: 1199px) {
      .feature-item:nth-child(4) {
        display: block; } }
  .feature-item__body {
    text-decoration: none;
    color: currentColor; }
  .feature-item__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    overflow: hidden;
    height: calc(var(--vh) * (406 / 10.80));
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .feature-item__thumbnail:hover {
      opacity: 0.8; }
    @media (max-width: 1199px) {
      .feature-item__thumbnail {
        height: calc(var(--vh) * (188 / 10.24)); } }
    @media (max-width: 767px) {
      .feature-item__thumbnail {
        height: calc(var(--vh) * (154 / 8.12));
        overflow: hidden; } }
    .feature-item__thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .feature-item__title {
    font-size: 2.3rem;
    border-top: 1px solid rgba(231, 230, 230, 0.3);
    margin-top: 3.3rem;
    padding-top: 2.8rem; }
    @media (max-width: 1199px) {
      .feature-item__title {
        font-size: 1.9rem;
        margin-top: 1.6rem;
        padding-top: 1.4rem; } }

.teknologi-slider {
  position: relative; }
  .teknologi-slider__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none; }
  .teknologi-slider__swiper {
    position: relative;
    z-index: 1;
    height: 100%; }
  .teknologi-slider__navigation {
    position: absolute;
    right: 6.5rem;
    bottom: 8rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 1199px) {
      .teknologi-slider__navigation {
        right: 7.7rem;
        bottom: 7.6rem; } }
    @media (max-width: 767px) {
      .teknologi-slider__navigation {
        width: 100%;
        padding: 0 3.6rem;
        right: 0;
        left: 0;
        bottom: 7.7rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .teknologi-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .teknologi-slider__pagination .swiper-pagination-bullet {
      text-transform: uppercase;
      letter-spacing: 0.8px;
      width: auto;
      height: auto;
      background-color: transparent;
      outline: none;
      cursor: pointer;
      opacity: 0.6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.6rem;
      color: #E7E6E6;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0.4rem 0 0 0 !important;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 1199px) {
        .teknologi-slider__pagination .swiper-pagination-bullet {
          font-size: 1.3rem;
          margin: 0.8rem 0 0 0 !important; } }
      @media (max-width: 767px) {
        .teknologi-slider__pagination .swiper-pagination-bullet {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .teknologi-slider__pagination .swiper-pagination-bullet:hover {
        opacity: 1; }
      .teknologi-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }
  .teknologi-slider__button-next {
    margin-top: 2rem;
    width: 5.3rem;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .teknologi-slider__button-next {
        margin-top: 0.9rem; } }
    .teknologi-slider__button-next svg {
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .teknologi-slider__button-next:hover svg {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }

.teknologi-slide {
  min-height: calc(var(--vh,1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .teknologi-slide__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6.5rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .teknologi-slide__wrapper {
        padding-bottom: 18.9rem; } }
    @media (max-width: 767px) {
      .teknologi-slide__wrapper_pb {
        padding-bottom: 7.5rem; } }
  .teknologi-slide__content {
    max-width: 72.6rem; }
    @media (max-width: 1199px) {
      .teknologi-slide__content {
        max-width: 30.2rem; } }
  .teknologi-slide__title.heading-h2 {
    line-height: 1.08;
    letter-spacing: -0.1px; }
  .teknologi-slide__title .word {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .teknologi-slide__title .char {
    display: inline-block; }
  .teknologi-slide.swiper-slide {
    opacity: 0 !important; }
  .teknologi-slide[class*="-slide-active"] {
    opacity: 1 !important;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }

.home-kontakt {
  padding-top: 16.6rem;
  padding-bottom: 8.3rem;
  height: calc(var(--vh) * 100); }
  @media (max-width: 1199px) {
    .home-kontakt {
      padding-top: 13.8rem;
      padding-bottom: 3.3rem; } }
  @media (max-width: 767px) {
    .home-kontakt {
      padding: 0; } }
  .home-kontakt__wrapper {
    position: relative;
    height: 100%;
    margin: 0 6.5rem; }
    @media (max-width: 1199px) {
      .home-kontakt__wrapper {
        margin: 0 3.8rem; } }
    @media (max-width: 767px) {
      .home-kontakt__wrapper {
        margin: 0; } }

.kontakt-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.kontakt-slider__swiper {
  position: relative;
  z-index: 1;
  height: 100%; }

.kontakt-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 15.2rem;
  bottom: 7.5rem;
  z-index: 2; }
  @media (max-width: 1199px) {
    .kontakt-slider__navigation {
      right: 0;
      left: 0;
      bottom: 3.7rem;
      width: 100%;
      padding: 0 4.2rem; } }
  @media (max-width: 767px) {
    .kontakt-slider__navigation {
      bottom: 7.1rem;
      padding: 0 3.6rem; } }

.kontakt-slider__pagination .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.kontakt-slider__pagination .swiper-pagination-bullet {
  font-size: 1.6rem;
  color: #525858;
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  margin: 0 4rem 0 0 !important;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (max-width: 1199px) {
    .kontakt-slider__pagination .swiper-pagination-bullet {
      margin: 0 2.4rem 0 0 !important;
      font-size: 1.3rem; } }
  .kontakt-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .kontakt-slider__pagination .swiper-pagination-bullet:hover {
    color: #E7E6E6; }

.kontakt-slider__button-next {
  width: 5.3rem;
  cursor: pointer; }
  .kontakt-slider__button-next svg {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .kontakt-slider__button-next:hover svg {
    -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }

.kontakt-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1rem 1rem 6vh 8vw;
  color: #E7E6E6; }
  @media (max-width: 1199px) {
    .kontakt-slide {
      padding: 1rem 1rem 13.5vh 5.5vw; } }
  @media (max-width: 767px) {
    .kontakt-slide {
      padding: 1rem 1rem 22.2vh 9.5vw; } }
  .kontakt-slide__title .word {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .kontakt-slide__title .char {
    display: inline-block; }
  .kontakt-slide__text {
    margin-top: 0.2rem; }
  .kontakt-slide.swiper-slide {
    opacity: 0 !important; }
  .kontakt-slide[class*="-slide-active"] {
    opacity: 1 !important;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }

.home-laser {
  padding: 16.6rem 0 8.8rem;
  height: calc(var(--vh) * 100); }
  @media (max-width: 1199px) {
    .home-laser {
      padding: 13.8rem 0 3.3rem; } }
  @media (max-width: 767px) {
    .home-laser {
      padding: 0; } }
  .home-laser__wrapper {
    margin: 0 6.5rem; }
    @media (max-width: 1199px) {
      .home-laser__wrapper {
        margin: 0 3.8rem; } }
    @media (max-width: 767px) {
      .home-laser__wrapper {
        margin: 0; } }

.laser-focus {
  position: relative;
  height: 100%; }
  .laser-focus__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }
    @media (max-width: 1199px) {
      .laser-focus__background {
        background-position: 33% center; } }
    @media (max-width: 767px) {
      .laser-focus__background {
        background-position: center; } }
  .laser-focus__wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 calc(var(--vh) * 6.8) 8vw; }
    @media (max-width: 1199px) {
      .laser-focus__wrapper {
        padding: 0 0 calc(var(--vh) * 3.98) 5.6vw;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(black));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%); } }
    @media (max-width: 767px) {
      .laser-focus__wrapper {
        padding: 0 0 calc(var(--vh) * 9.3) 9.6vw; } }
  .laser-focus__content {
    max-width: 42.2rem;
    color: #E7E6E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1199px) {
      .laser-focus__content {
        max-width: 30.2rem; } }
  .laser-focus__date {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.8px; }
    @media (max-width: 1199px) {
      .laser-focus__date {
        font-size: 1.3rem; } }
  .laser-focus__title {
    margin-top: 1rem;
    color: currentColor;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-decoration: none; }
  .laser-focus__text {
    margin-top: 3.4rem; }
    @media (max-width: 1199px) {
      .laser-focus__text {
        margin-top: 1.2rem;
        line-height: 1; } }
  .laser-focus__link {
    color: #B8D481;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1rem;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .laser-focus__link:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }

.home-siste {
  padding-top: calc(var(--vh) * 19);
  /*padding-top: 20.4rem;*/ }
  @media (max-width: 1199px) {
    .home-siste {
      padding-top: calc(var(--vh) * 15); } }
  @media (max-width: 766px) {
    .home-siste {
      padding-top: calc(var(--vh) * 16);
      padding-bottom: 5.9rem; } }
  .home-siste .section-header {
    background-color: #191c19; }
  .home-siste__title {
    font-size: 2.3rem; }
  .home-siste__article {
    margin-top: calc(var(--vh) * 9);
    /*margin-top: 9.7rem;*/ }
    @media (max-width: 1199px) {
      .home-siste__article {
        margin-top: calc(var(--vh) * 5); } }
    @media (max-width: 766px) {
      .home-siste__article {
        margin-top: calc(var(--vh) * 3.8); } }

.siste-article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem; }
  @media (max-width: 1199px) {
    .siste-article {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1.6rem;
      grid-row-gap: 4rem; } }
  @media (max-width: 575px) {
    .siste-article {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 3.9rem; } }

.siste-item {
  width: 100%;
  text-decoration: none;
  color: currentColor; }
  @media (max-width: 767px) {
    .siste-item:nth-child(-n+3) {
      display: block; } }
  .siste-item:nth-child(4) {
    display: none; }
    @media (max-width: 1199px) {
      .siste-item:nth-child(4) {
        display: block; } }
  .siste-item__body {
    text-decoration: none;
    color: currentColor; }
  .siste-item__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    height: calc(var(--vh) * (406 / 10.80)); }
    @media (max-width: 1199px) {
      .siste-item__thumbnail {
        height: calc(var(--vh) * (188 / 10.24)); } }
    @media (max-width: 767px) {
      .siste-item__thumbnail {
        height: calc(var(--vh) * (154 / 8.12)); } }
    .siste-item__thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .siste-item__date {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 4.4rem; }
    @media (max-width: 1199px) {
      .siste-item__date {
        font-size: 1.3rem;
        border-top: 1px solid rgba(231, 230, 230, 0.3);
        margin-top: 1.7rem;
        padding-top: 1.6rem; } }
  .siste-item__title {
    margin-top: 1.1rem; }
    @media (max-width: 1199px) {
      .siste-item__title {
        margin-top: 0.8rem; } }
  .siste-item__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #8FA563;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 1.1rem; }
    .siste-item__link:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }

.bg-dark .siste-item__link {
  color: #B8D481; }

/* card-list */
.card-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.4rem;
  grid-row-gap: 10.8rem;
  margin-bottom: 2rem;
  color: #191c19; }
  @media (max-width: 1199px) {
    .card-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 4rem; } }
  @media (max-width: 575px) {
    .card-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .card-list .siste-item {
    position: relative;
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    max-width: none; }
  .card-list .siste-item__thumbnail {
    max-height: 49.8rem; }
    .card-list .siste-item__thumbnail img {
      -o-object-position: top;
         object-position: top; }
  .card-list .siste-item__link {
    color: #8FA563; }
  .card-list .siste-item__date {
    margin-top: 0; }
    @media (min-width: 1200px) {
      .card-list .siste-item__date {
        padding-top: 4.2rem; } }
  .card-list .siste-item__link {
    margin-top: .8rem; }
    @media (min-width: 992px) {
      .card-list .siste-item__link {
        margin-top: 2rem; } }

.cookies {
  position: fixed;
  z-index: 10;
  right: 6.5rem;
  bottom: 6.5rem;
  background-color: #E7E6E6;
  max-width: 57.4rem;
  color: #191c19;
  padding: 4.5rem 10.9rem 4.5rem 6.6rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none; }
  .cookies.active {
    opacity: 1;
    pointer-events: visible; }
  @media (max-width: 1199px) {
    .cookies {
      max-width: 51.4rem;
      padding: 3.8rem 14rem 5.4rem 4.1rem;
      right: 1.8rem;
      bottom: 2.1rem; } }
  @media (max-width: 767px) {
    .cookies {
      padding: 8.6rem 3.6rem 7.6rem 3.6rem;
      right: 0;
      bottom: 0; } }
  .cookies__closed {
    position: absolute;
    top: 4.1rem;
    right: 3.3rem; }
    @media (max-width: 767px) {
      .cookies__closed {
        top: 3.9rem;
        right: 4rem; } }
  .cookies .cookies__closed {
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
  .cookies .cookies__closed:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .cookies__title {
    font-size: 2.3rem; }
  .cookies__text {
    margin-top: 1.8rem; }
    @media (max-width: 1199px) {
      .cookies__text {
        margin-top: 0.8rem; } }
  .cookies__allow {
    color: #8FA563;
    font-weight: 400;
    margin-top: 2.2rem;
    text-decoration: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .cookies__allow:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
    @media (max-width: 1199px) {
      .cookies__allow {
        font-size: 1.4rem;
        margin-top: 3rem; } }
    @media (max-width: 767px) {
      .cookies__allow {
        margin-top: 0.9rem; } }

/* page-inner--article */
.page-inner--article .page-inner__wrapper {
  padding-top: 21.5rem; }
  @media (min-width: 1200px) {
    .page-inner--article .page-inner__wrapper {
      padding-top: 26.1rem; } }

.article-section {
  color: #191c19; }
  .article-section p {
    font-size: 1.4rem;
    line-height: 1.36;
    margin-bottom: 4rem; }
    @media (min-width: 1200px) {
      .article-section p {
        font-size: 1.7rem; } }
    .article-section p:last-child {
      margin-bottom: 0; }
  .article-section img {
    display: block;
    max-width: 100%;
    height: auto; }

.article-section__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  color: #191c19;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .article-section__title {
      font-size: 5rem;
      line-height: 1.114285714285714;
      margin-bottom: 3.8rem; } }
  @media (min-width: 1200px) {
    .article-section__title {
      font-size: 7rem;
      margin-bottom: 6rem; } }

.article-section__s-title {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.243243243243243;
  color: #191c19;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .article-section__s-title {
      margin-bottom: 1.6rem; } }
  @media (min-width: 1200px) {
    .article-section__s-title {
      font-size: 3.7rem;
      margin-bottom: 4rem; } }

.article-section__ss-title {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    .article-section__ss-title {
      font-size: 2.3rem;
      line-height: 1.478260869565217; } }

.article-section__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }
  .article-section__img img {
    width: 100%;
    height: 100%; }

/* article-section--intro */
.article-section--intro {
  margin-bottom: 1.8rem; }
  @media (min-width: 768px) {
    .article-section--intro {
      margin-bottom: 3.7rem; } }
  @media (min-width: 1200px) {
    .article-section--intro {
      margin-bottom: 4.2rem; } }
  .article-section--intro .article-section__staff {
    padding-right: 2rem; }
  .article-section--intro .p-article-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
    line-height: 1.411764705882353;
    color: #707070; }
  .article-section--intro .article-staff__item {
    font-size: 1.4rem;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .article-section--intro .article-staff__item {
        font-size: 1.3rem;
        margin-right: 9.8rem; } }
    @media (min-width: 1200px) {
      .article-section--intro .article-staff__item {
        font-size: 1.7rem;
        margin-right: 10rem; } }
    .article-section--intro .article-staff__item:last-child {
      font-size: 1.3rem;
      margin-right: 0; }
      @media (max-width: 767px) {
        .article-section--intro .article-staff__item:last-child {
          display: none; } }
      @media (min-width: 1200px) {
        .article-section--intro .article-staff__item:last-child {
          font-size: 1.7rem; } }
  .article-section--intro .article-section__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media (min-width: 768px) {
      .article-section--intro .article-section__info:before {
        content: "";
        position: absolute;
        top: 0;
        right: -.5rem;
        height: 17.6rem;
        width: .1rem;
        background: #B8D481; } }
    @media (min-width: 1200px) {
      .article-section--intro .article-section__info:before {
        right: -.1rem;
        height: 22.5rem; } }
  .article-section--intro .article-section__date {
    font-weight: 300;
    line-height: 1.114285714285714;
    text-transform: uppercase;
    font-size: 1.4rem;
    position: relative;
    top: .3rem;
    right: .2rem;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .article-section--intro .article-section__date {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        text-align: right;
        top: .2rem;
        padding-right: 1.9rem;
        font-size: 1.3rem; } }
    @media (min-width: 1200px) {
      .article-section--intro .article-section__date {
        right: 3.9rem;
        font-size: 1.7rem; } }

/* article-section--hero */
.article-section--hero {
  margin-bottom: 3.9rem; }
  @media (min-width: 768px) {
    .article-section--hero {
      margin-bottom: 6.3rem; } }
  @media (min-width: 1200px) {
    .article-section--hero {
      margin-bottom: 21.7rem; } }
  .article-section--hero .article-section__pic {
    max-height: 72.7rem;
    margin-bottom: 4.6rem; }
    @media (min-width: 768px) {
      .article-section--hero .article-section__pic {
        max-height: 97.7rem;
        margin-bottom: 7.7rem; } }
    @media (min-width: 1200px) {
      .article-section--hero .article-section__pic {
        max-height: 106.7rem;
        margin-bottom: 13.1rem; } }
    @media (min-width: 1920px) {
      .article-section--hero .article-section__pic {
        max-height: none;
        margin-bottom: 13.1rem; } }
    .article-section--hero .article-section__pic img {
      width: 100%; }
  @media (min-width: 1200px) {
    .article-section--hero .grid__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%;
      max-width: 50%;
      min-width: 50%; } }
  @media (min-width: 768px) {
    .article-section--hero .article-section__caption {
      max-width: 65%; } }
  @media (min-width: 1200px) {
    .article-section--hero .article-section__caption {
      position: relative;
      top: 1.1rem;
      left: 1.7rem;
      max-width: 84.5rem; } }
  .article-section--hero .article-section__ss-title {
    margin-bottom: 2.1rem; }
    @media (min-width: 768px) {
      .article-section--hero .article-section__ss-title {
        margin-bottom: 1.5rem; } }
    @media (min-width: 1200px) {
      .article-section--hero .article-section__ss-title {
        margin-bottom: 4.5rem; } }

/* article-section--type-1 */
.article-section--type-1 {
  margin-bottom: 4.2rem; }
  @media (min-width: 768px) {
    .article-section--type-1 {
      margin-bottom: 5.4rem; } }
  @media (min-width: 1200px) {
    .article-section--type-1 {
      margin-bottom: 22.4rem; } }
  .article-section--type-1 .article-section__carousel {
    padding-bottom: 3.8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem; }
    @media (max-width: 767px) {
      .article-section--type-1 .article-section__carousel {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 1.2rem; } }
    @media (min-width: 768px) {
      .article-section--type-1 .article-section__carousel {
        padding-bottom: 4.4rem; } }
    @media (min-width: 1200px) {
      .article-section--type-1 .article-section__carousel {
        padding-bottom: 26.5rem; } }
  .article-section--type-1 .article-section__picture {
    height: calc(var(--vh) * (556 / 10.80));
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .article-section--type-1 .article-section__picture {
        height: calc(var(--vh) * (388 / 10.24)); } }
    @media (max-width: 767px) {
      .article-section--type-1 .article-section__picture {
        height: calc(var(--vh) * (338 / 8.12)); } }
    .article-section--type-1 .article-section__picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .article-section--type-1 .article-section__caption {
    max-width: 73.2rem;
    font-size: 1.7rem; }
    @media (min-width: 1200px) {
      .article-section--type-1 .article-section__caption {
        margin-left: 15.2rem; } }

/* article-section--type-2 */
.article-section--type-2 {
  margin-bottom: 4.2rem; }
  @media (min-width: 768px) {
    .article-section--type-2 {
      margin-bottom: 7.3rem; } }
  @media (min-width: 1200px) {
    .article-section--type-2 {
      margin-bottom: 15.4rem; } }
  .article-section--type-2 .article-section__img {
    margin-bottom: 5.8rem; }
    @media (min-width: 768px) {
      .article-section--type-2 .article-section__img {
        margin-bottom: 5.4rem; } }
    @media (min-width: 1200px) {
      .article-section--type-2 .article-section__img {
        margin-bottom: 17.5rem; } }
  .article-section--type-2 .article-section__caption {
    max-width: 72.6rem; }
  .article-section--type-2 .article-section__s-title {
    margin-bottom: 1.4rem; }
    @media (min-width: 1200px) {
      .article-section--type-2 .article-section__s-title {
        margin-bottom: 2.7rem; } }
  .article-section--type-2 .p-article-staff {
    color: #191c19; }
    @media (min-width: 1200px) {
      .article-section--type-2 .p-article-staff {
        color: #707070; } }
  .article-section--type-2 .article-staff__item {
    font-size: 1.4rem; }
    @media (min-width: 1200px) {
      .article-section--type-2 .article-staff__item {
        font-size: 1.7rem; } }
    .article-section--type-2 .article-staff__item:first-child {
      line-height: 1.5;
      margin-bottom: -.1rem;
      text-transform: capitalize; }
      @media (min-width: 1200px) {
        .article-section--type-2 .article-staff__item:first-child {
          text-transform: uppercase;
          margin-bottom: .5rem; } }
    .article-section--type-2 .article-staff__item:last-child {
      line-height: 1.411764705882353; }
      @media (max-width: 767px) {
        .article-section--type-2 .article-staff__item:last-child {
          text-transform: uppercase; } }

/* article-section--type-3 */
.article-section--type-3 {
  margin-bottom: 7.5rem; }
  @media (min-width: 1200px) {
    .article-section--type-3 {
      margin-bottom: 22.1rem; } }
  .article-section--type-3 .grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1200px) {
      .article-section--type-3 .grid .grid__item:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 103rem;
                flex: 0 1 103rem;
        width: 103rem;
        max-width: 103rem;
        min-width: 103rem; } }
    .article-section--type-3 .grid .grid__item:first-child p {
      margin-bottom: 2.3rem; }
    @media (min-width: 1200px) {
      .article-section--type-3 .grid .grid__item:last-child {
        -ms-flex-item-align: end;
            align-self: flex-end;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(100% - 103rem);
                flex: 0 1 calc(100% - 103rem);
        width: calc(100% - 103rem);
        max-width: calc(100% - 103rem);
        min-width: calc(100% - 103rem); } }
  .article-section--type-3 .article-section__img {
    margin-bottom: 3.9rem; }
    @media (min-width: 1200px) {
      .article-section--type-3 .article-section__img {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .article-section--type-3 .article-section__caption {
      padding-left: 18.6rem;
      padding-right: 3.6rem; } }
  .article-section--type-3 .article-section__caption p {
    margin-bottom: 2.3rem; }
    .article-section--type-3 .article-section__caption p:last-child {
      margin-bottom: 0; }

/* fullpage-nav */
.fullpage-nav {
  position: absolute;
  z-index: 1;
  min-height: 21.5rem;
  border-right: 1px solid #B8D481;
  padding-bottom: 2rem;
  bottom: 0;
  right: 0;
  padding-right: 3.4rem; }
  @media (max-width: 1199px) {
    .fullpage-nav {
      padding-right: 2rem;
      min-height: 18.9rem; } }
  @media (max-width: 767px) {
    .fullpage-nav {
      display: none; } }

.fullpage-nav__list {
  margin: 0;
  padding: 0; }

.fullpage-nav__item {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0; }

.fullpage-nav__link {
  color: rgba(231, 230, 230, 0.6);
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: .05em; }
  @media (min-width: 1200px) {
    .fullpage-nav__link {
      font-size: 1.6rem;
      line-height: 1.2; } }
  .fullpage-nav__link:hover {
    color: #E7E6E6; }

/* s-hero */
.s-hero {
  overflow: hidden;
  position: relative;
  min-height: calc(var(--vh,1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .s-hero:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(black));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%); }
    @media (min-width: 1200px) {
      .s-hero:after {
        display: none; } }

.s-hero__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important; }
  .s-hero__container::after {
    display: none; }
    @media (min-width: 768px) {
      .s-hero__container::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 18.5rem;
        width: .2rem;
        background: #B8D481; } }
    @media (min-width: 1200px) {
      .s-hero__container::after {
        height: 21rem; } }

.s-hero__caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 7.4rem; }
  @media (min-width: 768px) {
    .s-hero__caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 1200px) {
    .s-hero__caption {
      padding-left: 7.9vw;
      padding-bottom: 5.8rem; } }

.s-hero__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 .8rem 0; }
  @media (min-width: 768px) {
    .s-hero__title {
      font-size: 5rem;
      line-height: 1.1;
      margin-bottom: .9rem; } }
  @media (min-width: 1200px) {
    .s-hero__title {
      font-size: 7rem;
      margin-bottom: 15.9rem;
      line-height: 1.1; }
      .s-hero__title .word {
        margin: -1.3rem 0; } }
  @media (min-width: 1200px) {
    .s-hero--tj .s-hero__title {
      line-height: 1.1; } }

.s-hero__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 4.9rem; }
  @media (min-width: 768px) {
    .s-hero__text {
      padding-bottom: 3.3rem;
      max-width: 30rem; } }
  @media (min-width: 1200px) {
    .s-hero__text {
      position: relative;
      top: .4rem;
      font-size: 1.7rem;
      line-height: 1.15;
      padding-bottom: 0;
      max-width: 51.4rem; } }

.s-hero__num {
  font-size: 1.3rem;
  letter-spacing: .05em; }
  @media (min-width: 992px) {
    .s-hero__num {
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .s-hero__num {
      position: relative;
      top: -2.5rem;
      left: -7.9vw;
      font-size: 1.6rem;
      margin-top: 0; } }

.s-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }

/* s-hero--contact */
.s-hero--contact {
  color: #E7E6E6; }

.section--hero + .section .carousel-tab {
  position: relative; }
  @media (min-width: 768px) {
    .section--hero + .section .carousel-tab:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      width: 1px;
      height: 6.6rem;
      background: #B8D481; } }
  @media (min-width: 1200px) {
    .section--hero + .section .carousel-tab:before {
      height: 4.5rem; } }

/* carousel-tab */
.carousel-tab {
  min-height: calc(var(--vh,1vh) * 100);
  height: 100%;
  padding-top: 16.2rem;
  padding-bottom: 4rem;
  position: relative; }
  @media (max-width: 767px) {
    .carousel-tab {
      padding-top: 15.9rem; } }
  @media (min-width: 768px) {
    .carousel-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0; } }
  @media (min-width: 992px) {
    .carousel-tab {
      display: -ms-grid;
      display: grid;
          grid-template-areas: "carousel-tab__title carousel-tab__main" "carousel-tab__thumb carousel-tab__main";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 13.2rem; } }
  @media (min-width: 1200px) {
    .carousel-tab {
      padding-top: calc(var(--vh) * 7);
      padding-bottom: 0;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .carousel-tab--diagnose {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .carousel-tab--diagnose {
      display: -ms-grid;
      display: grid; } }
  .carousel-tab .section-title {
    margin-bottom: calc(var(--vh) * 16.9); }
    @media (max-width: 1400px) {
      .carousel-tab .section-title {
        margin-bottom: calc(var(--vh) * 13); } }
    @media (max-width: 1199px) {
      .carousel-tab .section-title {
        margin-bottom: 11.9rem; } }
    @media (max-width: 767px) {
      .carousel-tab .section-title {
        margin-bottom: 2.3rem;
        overflow: auto; } }
    @media (min-width: 1200px) {
      .carousel-tab .section-title {
        padding-top: calc(var(--vh) * 12.8); } }

/* section-title */
.section-title {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 2.3rem;
  min-height: 6rem; }
  @media (min-width: 768px) {
    .section-title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 62%;
      margin-bottom: 11.9rem; } }
  @media (min-width: 992px) {
    .section-title {
      width: 37rem;
      grid-area: carousel-tab__title; } }
  @media (min-width: 1200px) {
    .section-title {
      width: 60rem;
      font-size: 3.7rem;
      padding-top: calc(var(--vh) * 12.5);
      margin-bottom: calc(var(--vh) * 17); } }

/* /section-title */
@media (min-width: 768px) {
  .carousel-tab__thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 992px) {
  .carousel-tab__thumb {
    grid-area: carousel-tab__thumb;
    width: 37rem; } }

@media (min-width: 1200px) {
  .carousel-tab__thumb {
    width: 60rem; } }

.carousel-tab__thumb .swiper-slide {
  pointer-events: auto; }

.carousel-thumbs {
  overflow: hidden; }

.carousel-tab__main {
  margin-bottom: 3.6rem; }
  @media (min-width: 768px) {
    .carousel-tab__main {
      margin: 0 -8rem 8.7rem -8rem; } }
  @media (min-width: 992px) {
    .carousel-tab__main {
      grid-area: carousel-tab__main;
      width: 44rem;
      margin: 0; } }
  @media (min-width: 992px) {
    .section-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .carousel-tab__thumb {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .carousel-tab__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2; } }
  @media (min-width: 1200px) {
    .carousel-tab__main {
      width: 87.9rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.carousel-thumbs__caption {
  font-weight: 300;
  padding-bottom: 3.8rem;
  color: currentColor;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0.5; }
  .swiper-slide-thumb-active .carousel-thumbs__caption {
    color: currentColor;
    opacity: 1; }
  .carousel-thumbs__caption:hover {
    color: currentColor;
    opacity: .8;
    cursor: pointer; }
  @media (min-width: 768px) {
    .carousel-thumbs__caption {
      max-width: 49%;
      padding-bottom: 0;
      margin-bottom: 3.2rem; } }
  @media (min-width: 992px) {
    .carousel-thumbs__caption {
      max-width: none;
      width: 100%; } }
  @media (min-width: 1200px) {
    .carousel-thumbs__caption {
      margin-bottom: 4.2rem; } }

.carousel-thumbs__title {
  position: relative;
  font-size: 1.9rem;
  font-weight: inherit;
  line-height: 1.8;
  margin-bottom: .8rem;
  color: currentColor;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }
  @media (min-width: 1200px) {
    .carousel-thumbs__title {
      font-size: 2.5rem;
      margin-bottom: .6rem; } }

.carousel-thumbs__text {
  font-size: 1.4rem;
  font-weight: inherit;
  line-height: 1.39;
  color: currentColor; }
  @media (min-width: 1200px) {
    .carousel-thumbs__text {
      font-size: 1.7rem; } }

/* carousel thumbs progress */
@-webkit-keyframes fillTrack {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes fillTrack {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.carousel-thumbs__progress {
  position: relative;
  margin-bottom: 1.4rem;
  height: .1rem;
  background: rgba(98, 99, 94, 0.3); }
  @media (min-width: 1200px) {
    .carousel-thumbs__progress {
      margin-bottom: 1.5rem; } }

.carousel-thumbs__track {
  height: 100%;
  background-color: currentColor;
  width: 0; }
  .swiper-slide-thumb-active .carousel-thumbs__track {
    -webkit-animation: fillTrack 6s linear 1;
            animation: fillTrack 6s linear 1; }

.carousel-tab__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .carousel-tab__control {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (min-width: 992px) {
    .carousel-tab__control {
      width: 37rem; } }
  @media (min-width: 1200px) {
    .carousel-tab__control {
      display: none; } }
  .carousel-tab__control .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1rem; }
  .carousel-tab__control .swiper-button {
    position: relative;
    right: 2px;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    border: none !important;
    outline: none !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39px;
            flex: 0 1 39px;
    max-width: 39px;
    min-width: 39px;
    width: 39px;
    height: 16px;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2739.025%27 height=%2715.742%27 viewBox=%270 0 39.025 15.742%27%3E%3Cg transform=%27translate%28-1808.071 -1003.372%29%27%3E%3Cg transform=%27translate%281808.071 1006.5%29%27%3E%3Cline x2=%2738.621%27 transform=%27translate%280 4.743%29%27 fill=%27none%27 stroke=%27%23b8d481%27 stroke-width=%271%27/%3E%3Cline x2=%277.6%27 y2=%277.6%27 transform=%27translate%2831.072 -2.774%29%27 fill=%27none%27 stroke=%27%23b8d481%27 stroke-width=%271%27/%3E%3Cline x1=%277.6%27 y2=%277.599%27 transform=%27translate%2831.072 4.661%29%27 fill=%27none%27 stroke=%27%23b8d481%27 stroke-width=%271%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .carousel-tab__control .swiper-button:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
    .carousel-tab__control .swiper-button:after {
      display: none; }
  .carousel-tab__control .swiper-button-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: none !important; }
  .carousel-tab__control .swiper-button-disabled {
    display: none; }
  .carousel-tab__control .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left;
    bottom: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: 1rem;
    padding-bottom: 1rem; }
  .carousel-tab__control .swiper-pagination-bullet {
    font-size: 1.3rem;
    color: #707070;
    opacity: 0.8 !important;
    width: auto !important;
    height: auto !important;
    background: none;
    margin-left: 0 !important;
    margin-right: 2.9rem !important; }
    .carousel-tab__control .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: currentColor;
      opacity: 1; }
    .carousel-tab__control .swiper-pagination-bullet:before {
      content: "0"; }

.carousel-main__media {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 38.8rem; }
  @media (min-width: 768px) {
    .carousel-main__media {
      max-height: 49.6rem; } }
  @media (min-width: 992px) {
    .carousel-main__media {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .carousel-main__media {
      max-height: calc(var(--vh) * 85); } }

.carousel-main__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%; }

/* carousel-tab--agreement */
@media (min-width: 1200px) {
  .carousel-tab--agreement .carousel-thumbs {
    height: 54rem; } }

@media (max-width: 1400px) {
  .carousel-tab--agreement .carousel-thumbs {
    height: 45rem; } }

@media (max-width: 1199px) {
  .carousel-tab--agreement .carousel-thumbs {
    height: auto; } }

/* carousel-tab--diagnose */
.carousel-tab--diagnose {
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 1200px) {
    .carousel-tab--diagnose {
      margin-right: -6.5rem; } }
  .carousel-tab--diagnose > * {
    width: 100%; }
  @media (min-width: 768px) {
    .carousel-tab--diagnose {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 7.2rem; } }
  @media (min-width: 1200px) {
    .carousel-tab--diagnose {
      padding-bottom: 0; } }
  .carousel-tab--diagnose .section-title {
    position: absolute;
    top: 13.1rem;
    left: 3.6rem;
    z-index: 1;
    padding-top: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .carousel-tab--diagnose .section-title {
        position: relative;
        top: -6rem;
        left: 0;
        width: 100%; } }
    @media (min-width: 1200px) {
      .carousel-tab--diagnose .section-title {
        top: 0;
        margin-bottom: calc(var(--vh) * 32); } }
  .carousel-tab--diagnose .carousel-tab__main {
    margin-right: -3.6rem;
    margin-bottom: 3.8rem;
    margin-left: -3.6rem;
    width: calc(100% + 7.2rem); }
    @media (min-width: 768px) {
      .carousel-tab--diagnose .carousel-tab__main {
        margin-right: -8rem;
        margin-left: -8rem;
        width: calc(100% + 16rem); } }
    @media (min-width: 1200px) {
      .carousel-tab--diagnose .carousel-tab__main {
        margin-right: -6.5rem;
        margin-left: 0;
        margin-bottom: 0;
        width: 94.2rem; } }
  @media (min-width: 1200px) {
    .carousel-tab--diagnose .carousel-main__media {
      height: 100vh;
      max-height: 100vh; } }
  .carousel-tab--diagnose .carousel-thumbs__title {
    font-size: 2.3rem;
    margin-bottom: .3rem; }
  @media (min-width: 1200px) {
    .carousel-tab--diagnose .carousel-tab__thumb {
      width: 91rem;
      padding-right: 3.2rem;
      padding-bottom: calc(var(--vh) * 11.6); } }
  .carousel-tab--diagnose .carousel-thumbs {
    height: 34.4rem; }
    @media (min-width: 768px) {
      .carousel-tab--diagnose .carousel-thumbs {
        height: auto; } }
    .carousel-tab--diagnose .carousel-thumbs .swiper-slide {
      height: 17.2rem !important; }
      @media (min-width: 768px) {
        .carousel-tab--diagnose .carousel-thumbs .swiper-slide {
          height: auto !important; } }
  .carousel-tab--diagnose .carousel-thumbs__caption {
    max-width: none;
    margin-bottom: 0; }
  .carousel-tab--diagnose .carousel-thumbs__progress {
    margin-bottom: 1.4rem; }
    @media (min-width: 1200px) {
      .carousel-tab--diagnose .carousel-thumbs__progress {
        margin-bottom: 2.2rem; } }
  .carousel-tab--diagnose .carousel-tab__control {
    display: none; }

.carousel-thumbs .swiper-slide .carousel-thumbs__text .word,
.carousel-thumbs .swiper-slide .carousel-thumbs__title .word {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1; }

.carousel-thumbs .swiper-slide .carousel-thumbs__text .char,
.carousel-thumbs .swiper-slide .carousel-thumbs__title .char {
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
  display: inline-block;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
  line-height: 1; }

.carousel-thumbs .swiper-slide[class*="-visible"] .carousel-thumbs__text .char,
.carousel-thumbs .swiper-slide[class*="-visible"] .carousel-thumbs__title .char {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.carousel-thumbs .swiper-slide[class*="-prev"] .carousel-thumbs__text .char,
.carousel-thumbs .swiper-slide[class*="-prev"] .carousel-thumbs__title .char {
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%); }

/* carousel-multiple */
.carousel-multiple {
  padding-top: calc(var(--vh) * 12.5);
  padding-bottom: 4rem;
  display: block !important; }
  @media (max-width: 1199px) {
    .carousel-multiple {
      padding-top: 15.2rem; } }
  @media (max-width: 767px) {
    .carousel-multiple {
      padding-top: 13.2rem; } }
  .carousel-multiple .section-title {
    margin-bottom: 3.2rem; }
    @media (min-width: 992px) {
      .carousel-multiple .section-title {
        display: block;
        padding-top: calc(var(--vh) * 7.1);
        margin-bottom: calc(var(--vh) * 10.1); } }
    @media (max-width: 1199px) {
      .carousel-multiple .section-title {
        min-height: auto;
        display: block; } }
  .carousel-multiple .swiper-control {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8.4rem; }
    @media (min-width: 768px) {
      .carousel-multiple .swiper-control {
        margin-top: 4.8rem; } }
    @media (min-width: 992px) {
      .carousel-multiple .swiper-control {
        margin-top: -3rem; } }
  .carousel-multiple .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1rem; }
  .carousel-multiple .swiper-button {
    position: relative;
    right: .5rem;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    border: none !important;
    outline: none !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39px;
            flex: 0 1 39px;
    max-width: 39px;
    min-width: 39px;
    width: 39px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2739.025%27 height=%2715.742%27 viewBox=%270 0 39.025 15.742%27%3E%3Cg transform=%27translate%28-1808.071 -1003.372%29%27%3E%3Cg transform=%27translate%281808.071 1006.5%29%27%3E%3Cline x2=%2738.621%27 transform=%27translate%280 4.743%29%27 fill=%27none%27 stroke=%27%23b8d481%27 stroke-width=%271%27/%3E%3Cline x2=%277.6%27 y2=%277.6%27 transform=%27translate%2831.072 -2.774%29%27 fill=%27none%27 stroke=%27%23b8d481%27 stroke-width=%271%27/%3E%3Cline x1=%277.6%27 y2=%277.599%27 transform=%27translate%2831.072 4.661%29%27 fill=%27none%27 stroke=%27%23b8d481%27 stroke-width=%271%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .carousel-multiple .swiper-button:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
    .carousel-multiple .swiper-button:after {
      display: none; }
  .carousel-multiple .swiper-button-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: none !important; }
  .carousel-multiple .swiper-button-disabled {
    display: none; }
  .carousel-multiple .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left;
    bottom: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: 1rem;
    padding-bottom: 1rem; }
  .carousel-multiple .swiper-pagination-bullet {
    font-size: 1.3rem;
    color: #707070;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: none;
    margin-left: 0 !important;
    margin-right: 2.9rem !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media (min-width: 1200px) {
      .carousel-multiple .swiper-pagination-bullet {
        font-size: 1.7rem;
        margin-right: 3.6rem !important; } }
    .carousel-multiple .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #E7E6E6; }
    .carousel-multiple .swiper-pagination-bullet:before {
      content: "0"; }
    .carousel-multiple .swiper-pagination-bullet:hover {
      color: #E7E6E6; }
  .carousel-multiple .swiper-slide .carousel-multiple__caption .word {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .carousel-multiple .swiper-slide .carousel-multiple__caption .char {
    display: inline-block; }
  .carousel-multiple .swiper-slide[class*="-next"] .carousel-multiple__caption {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    opacity: 1; }

.carousel-multiple__content {
  color: #E7E6E6; }
  @media (min-width: 992px) {
    .carousel-multiple__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: -1.7rem;
      margin-left: -1.7rem; } }
  .carousel-multiple__content * {
    color: inherit; }

.carousel-multiple__caption {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 2.8rem;
  overflow: hidden;
  position: relative;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 300; }
  @media (min-width: 768px) {
    .carousel-multiple__caption {
      margin-top: 3.6rem;
      max-width: 30rem; } }
  @media (min-width: 1200px) {
    .carousel-multiple__caption {
      font-size: 2.12rem;
      margin-top: 6.4rem;
      max-width: 57rem; } }
  @media (max-width: 1199px) {
    .carousel-multiple__caption {
      line-height: 1.14;
      -webkit-line-clamp: 4; } }
  @media only screen and (max-width: 991px) {
    .carousel-multiple__caption {
      opacity: 1;
      -webkit-line-clamp: inherit; } }
  @media only screen and (max-width: 767px) {
    .carousel-multiple__caption {
      -webkit-line-clamp: 4; } }

@media (max-width: 991px) {
  .carousel-multiple__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

@media (min-width: 992px) {
  .carousel-multiple__item {
    padding-right: 1.7rem;
    padding-left: 1.7rem; } }

.carousel-multiple__item + .carousel-multiple__item {
  margin-top: 3.3rem; }
  @media (min-width: 768px) {
    .carousel-multiple__item + .carousel-multiple__item {
      margin-top: 3.6rem; } }
  @media (min-width: 992px) {
    .carousel-multiple__item + .carousel-multiple__item {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .carousel-multiple__item + .carousel-multiple__item:last-child {
      margin-top: 0; } }
  .carousel-multiple__item + .carousel-multiple__item:last-child .carousel-multiple__media {
    margin-top: 3.1rem; }
    @media (min-width: 768px) {
      .carousel-multiple__item + .carousel-multiple__item:last-child .carousel-multiple__media {
        margin-top: 3.6rem; } }
    @media (min-width: 992px) {
      .carousel-multiple__item + .carousel-multiple__item:last-child .carousel-multiple__media {
        margin-top: 0; } }

.carousel-multiple__media {
  position: relative;
  overflow: hidden;
  max-height: 15.2rem; }
  @media only screen and (min-width: 992px) {
    .carousel-multiple__media {
      aspect-ratio: 878 / 475; } }
  @media (min-width: 768px) {
    .carousel-multiple__media {
      max-height: calc(var(--vh) * (256 / 10.24)); } }
  @media (min-width: 992px) {
    .carousel-multiple__media {
      max-height: calc(var(--vh) * 44); } }
  @media only screen and (max-width: 991px) {
    .carousel-multiple__media {
      max-height: none;
      height: calc(var(--vh, 1vh) * 40); } }
  .carousel-multiple__media > * {
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    @media only screen and (max-width: 767px) {
      .carousel-multiple__media > * {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0; } }

/* media-fill */
.media-fill {
  min-height: calc(var(--vh,1vh) * 100);
  height: 100%;
  padding-top: 13.2rem;
  padding-bottom: 7.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .media-fill {
      padding-top: 16rem;
      padding-bottom: 7.2rem; } }
  @media (min-width: 1200px) {
    .media-fill {
      padding-top: calc(var(--vh) * 20); } }

.media-fill__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.media-fill__title {
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .media-fill__title {
      max-width: 31rem; } }
  @media (min-width: 1200px) {
    .media-fill__title {
      font-size: 3.7rem;
      line-height: 1.25;
      max-width: 60rem;
      margin-bottom: 0; } }

.media-fill__caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .media-fill__caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .media-fill__caption {
      padding-right: 17.1%; } }

.media-fill__sub-title {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem 0; }
  @media (max-width: 767px) {
    .media-fill__sub-title {
      margin: 0 0 1.4rem 0; } }
  @media (min-width: 768px) {
    .media-fill__sub-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 32%;
              flex: 0 1 32%;
      width: 32%;
      max-width: 32%;
      min-width: 32%;
      margin-top: -.4rem;
      margin-right: 1.5rem;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .media-fill__sub-title {
      font-size: 2.3rem;
      line-height: 1.25;
      max-width: 60rem;
      margin-bottom: 0; } }

.media-fill__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .media-fill__text {
      line-height: 0.9; } }
  @media (min-width: 768px) {
    .media-fill__text {
      line-height: 1.35;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 48.5%;
              flex: 0 1 48.5%;
      width: 48.5%;
      max-width: 48.5%;
      min-width: 48.5%; } }
  @media (min-width: 1200px) {
    .media-fill__text {
      font-size: 1.7rem;
      line-height: 1.4;
      max-width: 57.4rem;
      min-width: auto; } }

.media-fill__video,
.media-fill__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  pointer-events: none; }

/* media-def */
.media-def {
  padding-top: 13.2rem;
  padding-bottom: 2rem;
  min-height: 100%; }
  @media (max-width: 1199px) {
    .media-def {
      padding-bottom: 7.3rem; } }
  @media (min-width: 768px) {
    .media-def {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 15.8rem; } }
  @media (min-width: 1200px) {
    .media-def {
      padding-top: calc(var(--vh) * 20);
      padding-bottom: 8.2rem; } }
  .media-def .grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .media-def .grid {
        min-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .media-def .grid .grid__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1199px) {
        .media-def .grid .grid__item {
          -webkit-box-flex: inherit;
              -ms-flex: inherit;
                  flex: inherit; } }
      @media (min-width: 1200px) {
        .media-def .grid .grid__item:first-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 103rem;
                  flex: 0 1 103rem;
          width: 103rem;
          max-width: 103rem;
          min-width: 103rem; } }
      .media-def .grid .grid__item:first-child p {
        margin-bottom: 2.3rem; }
      @media (min-width: 1200px) {
        .media-def .grid .grid__item:last-child {
          -ms-flex-item-align: end;
              align-self: flex-end;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 calc(100% - 103rem);
                  flex: 0 1 calc(100% - 103rem);
          width: calc(100% - 103rem);
          max-width: calc(100% - 103rem);
          min-width: calc(100% - 103rem); } }
    .media-def .grid__item_left {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1199px) {
        .media-def .grid__item_left {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .media-def .grid__item_right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.media-def__title {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2.7rem; }
  @media (max-width: 1199px) {
    .media-def__title {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .media-def__title {
      font-size: 3.7rem;
      line-height: 1.25;
      margin-bottom: calc(var(--vh) * 6.8); } }

.media-def__caption {
  position: relative;
  z-index: 1;
  width: 100%; }
  @media (max-width: 1199px) {
    .media-def__caption {
      margin-left: auto; } }
  @media (max-width: 767px) {
    .media-def__caption {
      margin-left: 0;
      padding-bottom: 3rem; } }
  @media (min-width: 768px) {
    .media-def__caption {
      float: right;
      width: 48.8%; } }
  @media (min-width: 1200px) {
    .media-def__caption {
      float: none;
      margin-bottom: 0;
      margin-left: 24.3%;
      width: 73%; } }

.media-def__sub-title {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem 0; }
  @media (min-width: 768px) {
    .media-def__sub-title {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    .media-def__sub-title {
      font-size: 2.3rem;
      line-height: 1.25;
      margin-bottom: 2.8rem; } }

.media-def__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.35; }
  @media (min-width: 1200px) {
    .media-def__text {
      font-size: 1.7rem;
      line-height: 1.4; } }

.media-def__media {
  overflow: hidden;
  margin-bottom: 2.2rem;
  max-height: 34.1rem; }
  @media (max-width: 1199px) {
    .media-def__media {
      margin-top: 6rem; } }
  @media (max-width: 767px) {
    .media-def__media {
      margin-top: 2.6rem; } }
  @media (min-width: 768px) {
    .media-def__media {
      max-height: 40.1rem; } }
  @media (min-width: 1200px) {
    .media-def__media {
      margin-bottom: 0;
      max-height: calc(var(--vh) * 53); } }
  .media-def__media > * {
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }

.teknologi-kamera {
  height: 100%; }
  .teknologi-kamera__wrapper {
    min-height: calc(var(--vh,1vh) * 100);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 11.2vw 12rem; }
    @media (max-width: 1199px) {
      .teknologi-kamera__wrapper {
        padding: 0 10.4vw 7.5rem; } }
    .teknologi-kamera__wrapper_end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 1199px) {
        .teknologi-kamera__wrapper_end {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  .teknologi-kamera__content {
    max-width: 57.4rem; }
    @media (max-width: 1199px) {
      .teknologi-kamera__content {
        max-width: 45.2rem; } }

.kamera-short {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px); }
  .kamera-short__title {
    font-size: 2.3rem;
    text-decoration: none;
    color: currentColor; }
    @media (max-width: 1199px) {
      .kamera-short__title {
        font-size: 1.9rem; } }
  .kamera-short__desription {
    border-top: 1px solid rgba(231, 230, 230, 0.3);
    padding-top: 1.6rem;
    margin-top: 1.5rem; }
    @media (max-width: 1199px) {
      .kamera-short__desription {
        padding-top: 1.3rem;
        margin-top: 1.2rem; } }
  .kamera-short__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid rgba(231, 230, 230, 0.3);
    padding-top: 2rem;
    margin-top: 2rem; }
    @media (max-width: 1199px) {
      .kamera-short__detail {
        padding-top: 1.3rem;
        margin-top: 3.2rem; } }
    @media (max-width: 767px) {
      .kamera-short__detail {
        margin-top: 1.4rem; } }
  .kamera-short__detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .kamera-short__detail-item:nth-child(1) {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .kamera-short__detail-item:nth-child(2) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0.5rem; }
    .kamera-short__detail-item:nth-child(3) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .kamera-short__detail-item:nth-child(3) {
          display: none; } }
  .kamera-short__detail-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2rem;
    margin-right: 1.1rem; }
    @media (max-width: 767px) {
      .kamera-short__detail-ico {
        width: 1rem; } }
  .kamera-short__detail-name {
    text-transform: uppercase;
    font-size: 1.6rem; }
    @media (max-width: 1199px) {
      .kamera-short__detail-name {
        font-size: 1.3rem; } }
    @media (max-width: 767px) {
      .kamera-short__detail-name {
        overflow: hidden;
        white-space: nowrap; } }

/* s-accordion */
.s-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(var(--vh,1vh) * 101);
  padding-top: calc(var(--vh) * (220.5 / 10.80));
  padding-bottom: calc(var(--vh) * (85.5 / 10.80)); }
  @media (max-width: 1199px) {
    .s-accordion {
      padding-top: calc(var(--vh) * (157 / 10.24));
      padding-bottom: calc(var(--vh) * (70 / 10.24)); } }
  @media (max-width: 767px) {
    .s-accordion {
      padding-top: calc(var(--vh) * (132 / 8.12));
      padding-bottom: calc(var(--vh) * (74 / 8.12)); } }
  .s-accordion__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .s-accordion__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .s-accordion__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.7rem;
            flex: 0 0 45.7rem;
    padding-right: 2rem; }
    @media (max-width: 1199px) {
      .s-accordion__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23.4rem;
                flex: 0 0 23.4rem; } }
    @media (max-width: 767px) {
      .s-accordion__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  .s-accordion__heading.fp-fade-down {
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
  .s-accordion__right {
    padding-top: 1rem;
    width: 100%; }
    @media (max-width: 1199px) {
      .s-accordion__right {
        padding-top: 0.5rem; } }
    @media (max-width: 767px) {
      .s-accordion__right {
        padding-top: 0.8rem; } }
  .s-accordion__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .s-accordion__top {
    margin-bottom: 25rem; }
  .s-accordion__description {
    font-size: 2.3rem;
    margin-bottom: 8rem; }
    @media (max-width: 1199px) {
      .s-accordion__description {
        font-size: 1.9rem;
        margin-bottom: 4rem; } }
    @media (max-width: 767px) {
      .s-accordion__description {
        margin-bottom: 6.2rem; } }
  .s-accordion__bottom {
    margin-bottom: 5rem; }
  .s-accordion__finner a {
    color: #8FA563;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .s-accordion__finner a:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }

.s-accordion__list {
  padding-bottom: 1.5rem; }

.s-accordion__item + .s-accordion__item {
  margin-top: -.1rem; }

.s-accordion__item:last-child {
  border-bottom: .1rem solid transparent; }
  .s-accordion__item:last-child .s-accordion__title {
    border-bottom-color: rgba(40, 42, 34, 0.3); }

.s-accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-top: 0.1rem solid rgba(40, 42, 34, 0.3);
  border-bottom: 0.1rem solid rgba(40, 42, 34, 0.3);
  padding: 1.5rem .4rem 1.5rem 0; }
  @media (min-width: 768px) {
    .s-accordion__title {
      padding-top: 1.8rem;
      padding-right: 1.2rem;
      padding-bottom: 1.2rem; } }
  @media (min-width: 1200px) {
    .s-accordion__title {
      padding-top: 2.3rem;
      padding-right: 3.1rem;
      padding-bottom: 1.9rem; } }

.s-accordion__title-text {
  max-width: 80%; }
  @media (min-width: 768px) {
    .s-accordion__title-text {
      max-width: 60%; } }
  @media (min-width: 1200px) {
    .s-accordion__title-text {
      max-width: 100%;
      width: 97%; } }

.s-accordion__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1.4996rem;
  height: 1.4996rem;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (min-width: 992px) {
    .s-accordion__icon {
      width: 1.976rem;
      height: 1.976rem; } }
  .s-accordion__icon:before, .s-accordion__icon:after {
    content: '';
    position: absolute;
    margin: auto;
    background: #8FA563; }
  .s-accordion__icon:before {
    left: 0;
    right: 0;
    height: .1rem; }
  .s-accordion__icon:after {
    top: 0;
    bottom: 0;
    width: .1rem; }
  .open .s-accordion__icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.s-accordion__content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  margin: 2.8rem 0 5rem; }

.s-accordion__item:not(.open) .s-accordion__title {
  border-bottom-color: transparent; }

.s-accordion__item:not(.open) .s-accordion__content {
  margin-top: 0;
  margin-bottom: 0; }

.s-accordion__item:last-child .s-accordion__title {
  border-bottom-color: rgba(40, 42, 34, 0.3); }

.s-accordion__item.open:last-child {
  border-bottom-color: rgba(40, 42, 34, 0.3); }
  .s-accordion__item.open:last-child .s-accordion__title {
    border-bottom-color: rgba(40, 42, 34, 0.3); }

.s-accordion__item.open .s-accordion__title {
  border-bottom-color: transparent !important; }

.producsjon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.7rem; }
  @media (max-width: 1199px) {
    .producsjon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .producsjon:not(:last-child) {
    margin-bottom: 4.6rem; }
    @media (max-width: 1199px) {
      .producsjon:not(:last-child) {
        margin-bottom: 3rem; } }
  .producsjon__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
    padding-right: 2rem; }
    @media (max-width: 1199px) {
      .producsjon__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding-right: 0; } }
  .producsjon__title {
    text-transform: uppercase;
    font-size: 1.6rem; }
  .producsjon__right {
    max-width: 54rem; }
    @media (max-width: 1199px) {
      .producsjon__right {
        max-width: none;
        margin-top: 1.5rem; } }
  .producsjon__text p:not(:last-child) {
    margin-bottom: 2rem; }
  .producsjon__action {
    margin-top: 5rem; }
  .producsjon__link {
    color: #8FA563;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .producsjon__link:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  .producsjon__link-ico {
    display: none; }

/* file-tool */
.file-tool {
  padding-top: 13rem;
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    .file-tool {
      padding-top: 13.3rem; } }
  @media (min-width: 768px) {
    .file-tool {
      padding-top: 13.6rem; } }
  @media (min-width: 1200px) {
    .file-tool {
      padding-top: calc(var(--vh) * 13.6); } }
  .file-tool__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .file-tool__heading {
        margin-bottom: 5.1rem; } }
    @media (min-width: 1200px) {
      .file-tool__heading {
        margin-bottom: 10.8rem; } }
  .file-tool .section-title {
    margin-bottom: 1.2rem;
    min-height: auto;
    display: block; }
    @media (min-width: 768px) {
      .file-tool .section-title {
        position: relative;
        margin-bottom: 0;
        width: 100%;
        max-width: 29rem; } }
    @media (min-width: 1200px) {
      .file-tool .section-title {
        padding: 0;
        margin: 0;
        max-width: 60.8rem; } }
  @media (min-width: 768px) {
    .file-tool .grid {
      margin-right: -.8rem;
      margin-left: -.8rem; } }
  @media (min-width: 992px) {
    .file-tool .grid {
      margin-right: -1.7rem;
      margin-left: -1.7rem; } }
  .file-tool .grid .grid__item {
    margin-bottom: 4.5rem; }
    @media (min-width: 768px) {
      .file-tool .grid .grid__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        padding-right: .8rem;
        padding-left: .8rem; } }
    @media (min-width: 992px) {
      .file-tool .grid .grid__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.3333333%;
                flex: 0 1 33.3333333%;
        width: 33.3333333%;
        max-width: 33.3333333%;
        min-width: 33.3333333%;
        padding-right: 1.7rem;
        padding-left: 1.7rem; } }
    @media (min-width: 1200px) {
      .file-tool .grid .grid__item {
        margin-bottom: calc(var(--vh) * 6); } }

.file-tool-caption {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 1200px) {
    .file-tool-caption {
      font-size: 2.3rem; } }

.file-tool-caption__help {
  display: inline; }
  @media (min-width: 1200px) {
    .file-tool-caption__help {
      display: block;
      margin-bottom: .2rem; } }

.file-tool-caption__link {
  font-weight: 400;
  color: #8FA563;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  display: inline-block; }
  .file-tool-caption__link:hover {
    -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }

.file-tool-list__inner {
  position: relative;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (min-width: 768px) {
    .file-tool-list__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .file-tool-list__inner:hover {
    opacity: .7; }

.file-tool-list__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.file-tool-list__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  padding: 9.4rem 0;
  background: #DEDEDE;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .file-tool-list__media {
      height: 25.4rem; } }
  @media (max-width: 767px) {
    .file-tool-list__media {
      height: 26rem; } }
  @media (min-width: 768px) {
    .file-tool-list__media {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-top: 9.1rem;
      padding-bottom: 9.1rem; } }
  @media (min-width: 1200px) {
    .file-tool-list__media {
      margin-bottom: calc(var(--vh) * 4);
      padding-top: calc(var(--vh) * 12.9);
      padding-bottom: calc(var(--vh) * 12.5); } }

.file-tool-list__icon {
  display: block;
  width: 24%; }
  @media (min-width: 1200px) {
    .file-tool-list__icon {
      width: auto; } }

.file-tool-list__title {
  font-size: 1.9rem; }
  @media (min-width: 1200px) {
    .file-tool-list__title {
      font-size: 2.3rem; } }

/* staff */
.staff {
  padding-top: calc(var(--vh) * (152 / 10.80));
  padding-bottom: calc(var(--vh) * (75 / 10.80)); }
  @media (max-width: 1199px) {
    .staff {
      padding-top: calc(var(--vh) * (136 / 10.24));
      padding-bottom: calc(var(--vh) * (30 / 10.80)); } }
  @media (max-width: 767px) {
    .staff {
      padding-top: calc(var(--vh) * (131 / 8.12));
      padding-bottom: calc(var(--vh) * (44 / 8.12)); } }
  .staff__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .staff__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .staff__left {
    width: 100%;
    max-width: 45.7rem;
    padding-top: 7.2rem; }
    @media (max-width: 1199px) {
      .staff__left {
        max-width: none;
        padding-top: 0; } }
  .staff__title {
    position: relative; }
    @media (max-width: 1199px) {
      .staff__title {
        top: 2rem; } }
    @media (max-width: 767px) {
      .staff__title {
        top: 0; } }
  .staff__right {
    width: 100%; }
    @media (max-width: 767px) {
      .staff__right {
        margin-top: 2.6rem; } }

@media (min-width: 1200px) {
  .tabs--staff {
    margin-right: -1.26rem; } }

.tabs--staff .tabs__nav-wrapper {
  margin-bottom: 5.1rem;
  position: relative; }
  @media (max-width: 1199px) {
    .tabs--staff .tabs__nav-wrapper {
      max-width: calc(50% + 0.8rem);
      margin-left: calc(50% + 0.8rem); } }
  @media (max-width: 767px) {
    .tabs--staff .tabs__nav-wrapper {
      max-width: none;
      margin-left: 0;
      margin-bottom: 3.1rem; } }

.tabs--staff .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.1rem;
  grid-row-gap: 6rem; }
  @media (max-width: 1199px) {
    .tabs--staff .grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 2rem;
      grid-row-gap: 6rem; } }
  @media (max-width: 575px) {
    .tabs--staff .grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 5.2rem; } }

.tabs--staff .tabs__btn {
  font-size: 1.3rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-right: 12.8%; }
  @media (max-width: 767px) {
    .tabs--staff .tabs__btn {
      font-size: 1.4rem;
      letter-spacing: 0; } }
  .tabs--staff .tabs__btn:hover, .tabs--staff .tabs__btn:not(.is-active) {
    color: rgba(40, 42, 34, 0.3); }
  .tabs--staff .tabs__btn:hover, .tabs--staff .tabs__btn.is-active {
    color: #191c19; }
  @media (min-width: 1200px) {
    .tabs--staff .tabs__btn {
      font-size: 1.6rem;
      margin-right: 11.4%; } }
  @media (min-width: 1500px) {
    .tabs--staff .tabs__btn {
      margin-right: 11.5%; } }

.staff__media {
  overflow: hidden;
  height: calc(var(--vh) * 45.4);
  margin-bottom: 5rem; }
  @media (max-width: 1199px) {
    .staff__media {
      height: 26.3rem;
      margin-bottom: 3.1rem; } }

.staff__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }

.staff__caption {
  border-top: 1px solid rgba(40, 42, 34, 0.3);
  padding-top: 2.3rem;
  font-size: 1.4rem;
  line-height: 1.36; }
  @media (min-width: 992px) {
    .staff__caption {
      font-size: 1.7rem; } }
  @media (min-width: 1200px) {
    .staff__caption {
      padding-top: 5.3rem; } }

.staff__name {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 300; }
  @media (min-width: 1440px) {
    .staff__name {
      margin-bottom: .3rem; } }

.staff__post {
  font-size: inherit;
  color: inherit;
  margin-bottom: 1.9rem; }
  @media (min-width: 1200px) {
    .staff__post {
      margin-bottom: 2.6rem; } }

.staff__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: inherit;
  color: inherit; }
  @media (min-width: 1440px) {
    .staff__contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.staff__link {
  font-size: inherit;
  color: inherit; }
  .staff__link:hover {
    text-decoration: underline; }

.staff__divider {
  display: none; }
  @media (min-width: 1440px) {
    .staff__divider {
      display: inline-block; } }

/* ct-laser */
.ct-laser {
  color: #E7E6E6;
  padding: 16.6rem 0 8.8rem;
  height: calc(var(--vh) * 100); }
  @media (max-width: 1199px) {
    .ct-laser {
      padding: 13.8rem 0 3.3rem; } }
  @media (max-width: 767px) {
    .ct-laser {
      padding: 0; } }
  @media (min-width: 1440px) {
    .ct-laser {
      padding-top: calc(var(--vh) * 16.7);
      padding-bottom: calc(var(--vh) * 5.6); } }
  .ct-laser__wrapper {
    margin: 0 6.5rem; }
    @media (max-width: 1199px) {
      .ct-laser__wrapper {
        margin: 0 3.8rem; } }
    @media (max-width: 767px) {
      .ct-laser__wrapper {
        margin: 0; } }
  @media (min-width: 1440px) {
    .ct-laser .laser-focus__wrapper {
      padding-bottom: calc(var(--vh) * 8.5); } }

/* ct-kontakt */
.ct-kontakt {
  padding-top: 16.6rem;
  padding-bottom: 8.3rem;
  height: calc(var(--vh) * 100);
  color: #E7E6E6; }
  @media (max-width: 1199px) {
    .ct-kontakt {
      padding-top: 13.8rem;
      padding-bottom: 3.3rem; } }
  @media (max-width: 767px) {
    .ct-kontakt {
      padding: 0; } }
  .ct-kontakt__wrapper {
    position: relative;
    height: 100%;
    margin: 0 6.5rem; }
    @media (max-width: 1199px) {
      .ct-kontakt__wrapper {
        margin: 0 3.8rem; } }
    @media (max-width: 767px) {
      .ct-kontakt__wrapper {
        margin: 0; } }
  @media (min-width: 1440px) {
    .ct-kontakt .kontakt-slide {
      padding-bottom: 5vh; } }

.section-samfunn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(var(--vh,1vh) * 100);
  overflow: hidden;
  /*padding-top: 21.75rem;*/
  padding-top: calc(var(--vh) * (217.5 / 10.80)); }
  @media (max-width: 1199px) {
    .section-samfunn {
      padding-top: calc(var(--vh) * (157 / 10.24)); } }
  @media (max-width: 767px) {
    .section-samfunn {
      padding-top: calc(var(--vh) * (132 / 8.12)); } }
  .section-samfunn__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-samfunn__wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .section-samfunn__slider {
    margin-top: 2rem; }
    @media (max-width: 1199px) {
      .section-samfunn__slider {
        padding-bottom: 7.1rem; } }
    @media (max-width: 767px) {
      .section-samfunn__slider {
        margin-top: 2.7rem;
        padding-bottom: 7.3rem; } }

.samfunn-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .samfunn-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .samfunn-article__left {
    width: 100%;
    max-width: 76rem; }
  .samfunn-article__right {
    width: 100%; }
    @media (max-width: 1199px) {
      .samfunn-article__right {
        padding: 0.9rem 1rem 0 1.8rem; } }
    @media (max-width: 767px) {
      .samfunn-article__right {
        padding: 1.1rem 0 0 0; } }
  .samfunn-article__description {
    width: 100%;
    font-size: 2.3rem;
    max-width: 74.2rem; }
    @media (max-width: 1199px) {
      .samfunn-article__description {
        font-size: 1.4rem; } }

.baerek-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .baerek-content__wrapper {
    position: relative; }
  .baerek-content__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 1199px) {
      .baerek-content__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .baerek-content__left {
    width: 100%;
    max-width: 76rem;
    padding-bottom: 17.6rem; }
    @media (max-width: 1199px) {
      .baerek-content__left {
        margin-top: 6rem;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .baerek-content__left {
        margin-top: 2.4rem; } }
  .baerek-content__right {
    width: 100%; }
  .baerek-content__body {
    max-width: 51.5rem; }
    @media (max-width: 1199px) {
      .baerek-content__body {
        max-width: 30.2rem; } }
    .baerek-content__body .carousel-thumbs__progress {
      display: none;
      background: rgba(98, 99, 94, 0.3); }
      @media (max-width: 767px) {
        .baerek-content__body .carousel-thumbs__progress {
          margin-top: 1rem;
          display: block; } }
    .baerek-content__body .carousel-thumbs__track {
      background-color: #191c19; }
  .baerek-content__title {
    font-size: 2.3rem; }
    @media (max-width: 1199px) {
      .baerek-content__title {
        font-size: 1.9rem; } }
    .baerek-content__title .word {
      position: relative;
      overflow: hidden;
      display: inline-block; }
    .baerek-content__title .char {
      display: inline-block; }
  .baerek-content__description {
    margin-top: 1.4rem; }
    @media (max-width: 1199px) {
      .baerek-content__description {
        margin-top: 0.5rem; } }
    @media (max-width: 767px) {
      .baerek-content__description {
        margin-top: 0; } }
    .baerek-content__description .word {
      position: relative;
      overflow: hidden;
      display: inline-block; }
    .baerek-content__description .char {
      display: inline-block; }
  .baerek-content__backgrond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 68.8rem;*/
    height: calc(var(--vh) * (688 / 10.8)); }
    @media (max-width: 1199px) {
      .baerek-content__backgrond {
        /*height: 40.1rem;*/
        height: calc(var(--vh) * (401 / 10.24)); } }
    @media (max-width: 767px) {
      .baerek-content__backgrond {
        /*height: 28.7rem;*/
        height: calc(var(--vh) * (287 / 8.12)); } }
    .baerek-content__backgrond img, .baerek-content__backgrond video, .baerek-content__backgrond iframe {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .baerek-content__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.3rem;
    position: absolute;
    left: 0;
    bottom: 8.8rem;
    z-index: 3; }
    @media (max-width: 1199px) {
      .baerek-content__navigation {
        position: relative;
        bottom: 0;
        margin-top: 3.5rem; } }
    @media (max-width: 1199px) {
      .baerek-content__navigation {
        margin-top: 3.8rem; } }
  .baerek-content__pagination .swiper-pagination-bullet {
    color: #202621;
    opacity: 0.3;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    margin-right: 2.8rem !important;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .baerek-content__pagination .swiper-pagination-bullet {
        margin-right: 2.1rem !important;
        font-size: 1.3rem; } }
    .baerek-content__pagination .swiper-pagination-bullet:hover {
      color: #8FA562;
      opacity: 1; }
    .baerek-content__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #8FA563;
      opacity: 1;
      cursor: default; }
  .baerek-content__button-next {
    display: none; }
    .baerek-content__button-next:hover {
      outline: none;
      cursor: pointer; }
    @media (max-width: 767px) {
      .baerek-content__button-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.section-historie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: calc(var(--vh) * (216.5 / 10.80));
  padding-bottom: calc(var(--vh) * (86 / 10.80));
  min-height: calc(var(--vh,1vh) * 100); }
  @media (max-width: 1199px) {
    .section-historie {
      padding-top: calc(var(--vh) * (157 / 10.24));
      padding-bottom: calc(var(--vh) * (78 / 10.24)); } }
  @media (max-width: 767px) {
    .section-historie {
      padding-top: calc(var(--vh) * (132 / 8.12));
      padding-bottom: calc(var(--vh) * (65 / 8.12)); } }
  .section-historie__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    @media (max-width: 767px) {
      .section-historie__wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .section-historie__title {
    max-width: 72.6rem; }
    @media (max-width: 1199px) {
      .section-historie__title {
        max-width: 45.2rem; } }
  .section-historie__article {
    margin-top: 2rem; }
    @media (max-width: 1199px) {
      .section-historie__article {
        margin-top: 3.5rem; } }

.historie-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .historie-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .historie-article__left {
    width: 100%;
    max-width: 103rem; }
  .historie-article__right {
    width: 100%;
    padding-left: 18.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 1199px) {
      .historie-article__right {
        padding-left: 0;
        margin-top: 10.5rem; } }
    @media (max-width: 767px) {
      .historie-article__right {
        margin-top: 1.2rem; } }
  .historie-article__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: calc(var(--vh) * (563 / 10.8));
    overflow: hidden;
    -webkit-transform: translateY(-0.7rem);
        -ms-transform: translateY(-0.7rem);
            transform: translateY(-0.7rem); }
    @media (max-width: 1199px) {
      .historie-article__picture {
        padding-bottom: calc(var(--vh) * (401 / 10.24)); } }
    @media (max-width: 1199px) {
      .historie-article__picture {
        padding-bottom: calc(var(--vh) * (342 / 8.12)); } }
    .historie-article__picture img, .historie-article__picture video, .historie-article__picture iframe, .historie-article__picture svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .historie-article__content {
    max-width: 53.6rem; }
    @media (max-width: 1199px) {
      .historie-article__content {
        max-width: 29.6rem;
        margin-left: auto; } }
    @media (max-width: 767px) {
      .historie-article__content {
        max-width: none;
        margin-left: 0; } }
  .historie-article__title {
    font-size: 2.3rem; }
    @media (max-width: 1199px) {
      .historie-article__title {
        font-size: 1.9rem; } }
  .historie-article__description {
    margin-top: 2.8rem; }
    @media (max-width: 1199px) {
      .historie-article__description {
        line-height: 1.1;
        margin-top: 0.9rem; } }
    @media (max-width: 767px) {
      .historie-article__description {
        line-height: 1.3; } }
    .historie-article__description p:not(:last-child) {
      margin-bottom: 2.4rem; }

.selscapet-article {
  padding-top: calc(var(--vh) * 19);
  padding-bottom: calc(var(--vh) * 19);
  min-height: calc(var(--vh, 1vh) * 101); }
  @media (max-width: 1199px) {
    .selscapet-article {
      padding-top: calc(var(--vh) * 15); } }
  @media (max-width: 766px) {
    .selscapet-article {
      padding-top: calc(var(--vh) * 16);
      padding-bottom: 5.9rem; } }
  .selscapet-article__tools {
    margin-top: calc(var(--vh) * (108 / 10.80)); }
    @media (max-width: 1199px) {
      .selscapet-article__tools {
        margin-top: calc(var(--vh) * (60 / 10.24)); } }
    @media (max-width: 767px) {
      .selscapet-article__tools {
        margin-top: calc(var(--vh) * (44 / 8.12)); } }
  .selscapet-article .home-siste__title {
    display: none; }
    @media (max-width: 1199px) {
      .selscapet-article .home-siste__title {
        display: block; } }
  .selscapet-article__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3.4rem;
    grid-row-gap: calc(var(--vh) * (108 / 10.80)); }
    @media (max-width: 1199px) {
      .selscapet-article__list {
        margin-top: calc(var(--vh) * 5);
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: calc(var(--vh) * (60 / 10.24)); } }
    @media (max-width: 767px) {
      .selscapet-article__list {
        margin-top: calc(var(--vh) * 3.8);
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: calc(var(--vh) * (44 / 8.12)); } }
  .selscapet-article__col {
    max-width: none; }
  @media (max-width: 767px) {
    .selscapet-article .siste-item {
      display: block;
      padding-bottom: 0; } }
  .selscapet-article .siste-item:nth-child(4) {
    display: block; }
  .selscapet-article .siste-item__thumbnail {
    height: calc(var(--vh) * (406 / 10.80)); }
    @media (max-width: 1199px) {
      .selscapet-article .siste-item__thumbnail {
        height: calc(var(--vh) * (188 / 10.24)); } }
    @media (max-width: 767px) {
      .selscapet-article .siste-item__thumbnail {
        height: calc(var(--vh) * (154 / 8.12)); } }

.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  color: currentColor;
  text-decoration: none;
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .load-more__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .load-more__icon svg {
      width: 100%; }
      .load-more__icon svg line {
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  .load-more:hover {
    outline: none;
    cursor: pointer;
    opacity: .7; }

.section-ansatte {
  padding-top: calc(var(--vh) * (52 / 10.80));
  padding-bottom: calc(var(--vh) * (86 / 10.80));
  min-height: calc(var(--vh,1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .section-ansatte {
      padding-top: calc(var(--vh) * (157 / 10.24));
      padding-bottom: calc(var(--vh) * (78 / 10.24)); } }
  @media (max-width: 767px) {
    .section-ansatte {
      padding-top: calc(var(--vh) * (132 / 8.12));
      padding-bottom: calc(var(--vh) * (73 / 8.12)); } }
  .section-ansatte__container {
    position: relative;
    z-index: 3; }
  .section-ansatte__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #E7E6E6; }
  .section-ansatte__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none; }
    .section-ansatte__background picture, .section-ansatte__background img, .section-ansatte__background video, .section-ansatte__background iframe {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 1; }
    .section-ansatte__background:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(black));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 100%);
      z-index: 2;
      display: none; }
      @media (max-width: 1199px) {
        .section-ansatte__background:after {
          display: block; } }

.ansatte-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .ansatte-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .ansatte-article .ansatte-article__title {
    width: 100%;
    max-width: 45.8rem; }
    @media (max-width: 767px) {
      .ansatte-article .ansatte-article__title {
        max-width: none; } }
  .ansatte-article .ansatte-article__text {
    font-size: 2.3rem;
    width: 100%;
    max-width: 87.6rem;
    padding-right: 11rem; }
    @media (max-width: 1199px) {
      .ansatte-article .ansatte-article__text {
        font-size: 1.4rem;
        max-width: 29.5rem;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .ansatte-article .ansatte-article__text {
        max-width: none;
        margin-top: 1rem; } }

body.blog .page-inner__wrapper {
  padding-bottom: 11.9rem; }

.footer {
  padding: 5.9rem 0; }
  @media (max-width: 1199px) {
    .footer {
      padding: 6.1rem 0 7rem 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 5.5rem 0;
      min-height: calc(var(--vh, 1vh) * 100.1); } }
  .footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 13rem; }
    @media (max-width: 1199px) {
      .footer__logo {
        width: 12.5rem; } }
    @media (max-width: 767px) {
      .footer__logo {
        width: 10.5rem; } }
    .footer__logo svg {
      width: 100%; }
      .footer__logo svg path {
        fill: currentColor; }
  .footer__navigation {
    margin-top: 5.3rem; }
    @media (max-width: 1199px) {
      .footer__navigation {
        margin-top: 5.3rem; } }
    @media (max-width: 767px) {
      .footer__navigation {
        margin-top: 3.8rem; } }
  .footer__bottom {
    border-top: 1px solid rgba(40, 42, 34, 0.3);
    padding-top: 5.5rem;
    margin-top: 4rem; }
    @media (max-width: 1199px) {
      .footer__bottom {
        border: none;
        padding: 0;
        margin-top: 3.4rem; } }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .footer-nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .footer-nav__line {
    position: absolute;
    left: 0;
    top: 7.1rem;
    width: 100%;
    height: 1px;
    background-color: rgba(40, 42, 34, 0.3); }
    @media (max-width: 1199px) {
      .footer-nav__line {
        display: none; } }
  .footer-nav__col {
    width: 100%;
    max-width: calc(100% / 6 - 3rem);
    position: relative; }
    @media (max-width: 1199px) {
      .footer-nav__col {
        max-width: calc(100% / 2 - 1.3rem);
        margin-bottom: 1.4rem; } }
    @media (max-width: 767px) {
      .footer-nav__col {
        max-width: none;
        margin-bottom: 1.5rem; } }
  .footer-nav__menu.open .footer-nav__title-plus {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .footer-nav__menu.open .footer-nav__title-plus:hover {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .footer-nav__title {
    padding-bottom: 1.5rem;
    /*border-bottom: 1px solid rgba(231, 230, 230, 0.3);*/
    border-bottom: 1px solid rgba(40, 42, 34, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .footer-nav__title {
        padding-bottom: 1.2rem; } }
  .footer-nav__title-animate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .footer-nav__title-link {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500; }
    .footer-nav__title-link:hover {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  .footer-nav__title-plus {
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
    height: 2rem;
    display: none; }
    @media (max-width: 1199px) {
      .footer-nav__title-plus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 1rem; } }
    .footer-nav__title-plus:focus, .footer-nav__title-plus:hover {
      outline: none;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media (max-width: 1199px) {
    .footer-nav__inside {
      position: relative;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; } }
  .footer-nav__list {
    padding-top: 1.7rem;
    list-style: none; }
    .footer-nav__list li a {
      position: relative; }
      .footer-nav__list li a:after {
        content: '';
        position: absolute;
        width: 100%;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        border-radius: 5px;
        height: 1px;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        background: currentcolor;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      .footer-nav__list li a:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer-bottom__left {
    width: 100%;
    max-width: 69.6rem; }
    @media (max-width: 1199px) {
      .footer-bottom__left {
        max-width: calc(100% / 2 - 1.3rem); } }
    @media (max-width: 767px) {
      .footer-bottom__left {
        max-width: none; } }
  .footer-bottom__right {
    width: 100%;
    max-width: 38.8%; }
    @media (max-width: 1199px) {
      .footer-bottom__right {
        max-width: calc(100% / 2 - 1.3rem);
        padding-top: 1.9rem; } }
    @media (max-width: 767px) {
      .footer-bottom__right {
        max-width: none;
        padding-top: 3.9rem; } }
  .footer-bottom__title {
    font-weight: 500;
    margin-bottom: 3.8rem; }
    @media (max-width: 1199px) {
      .footer-bottom__title {
        max-width: 17.6rem;
        margin-bottom: 1rem; } }
    @media (max-width: 767px) {
      .footer-bottom__title {
        max-width: none;
        margin-bottom: 1.2rem; } }
  .footer-bottom__social {
    border-bottom: 1px solid rgba(40, 42, 34, 0.3);
    padding-bottom: 2.36rem; }
    @media (max-width: 1199px) {
      .footer-bottom__social {
        padding-bottom: 1.5rem;
        padding-top: 0.9rem;
        margin-left: -0.4rem; } }
    @media (max-width: 767px) {
      .footer-bottom__social {
        padding-top: 0.7rem; } }
  .footer-bottom__copyright {
    margin-top: 2.6rem; }
    @media (max-width: 1199px) {
      .footer-bottom__copyright {
        margin-top: 0.9rem;
        font-size: 1.3rem; } }

.subscribe-form {
  position: relative; }
  .subscribe-form .wpcf7-spinner {
    position: absolute;
    left: 0; }
  .subscribe-form .wpcf7-not-valid-tip {
    display: none; }
  .subscribe-form .just-validate-error-label {
    display: none; }
  .subscribe-form__field {
    position: relative; }
  .subscribe-form__epost {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(40, 42, 34, 0.3);
    width: 100%;
    height: 3.7rem;
    padding-right: 10rem;
    font-size: 1.7rem;
    color: currentColor; }
    @media (max-width: 1199px) {
      .subscribe-form__epost {
        font-size: 1.3rem;
        height: 3.9rem; } }
    .subscribe-form__epost:-webkit-autofill, .subscribe-form__epost:-webkit-autofill:hover, .subscribe-form__epost:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0 1000px transparent inset;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }
    .subscribe-form__epost:-internal-autofill-selected {
      background-color: transparent !important; }
    .subscribe-form__epost.wpcf7-not-valid, .subscribe-form__epost.error {
      border-color: red; }
    .subscribe-form__epost:focus {
      outline: none;
      border-radius: 0; }
  .subscribe-form__submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    color: #8FA563;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 1rem;
    font-size: 1.7rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1199px) {
      .subscribe-form__submit {
        font-size: 1.3rem; } }
    .subscribe-form__submit:hover {
      outline: none;
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  .subscribe-form__agree {
    margin-top: 3.7rem; }
    @media (max-width: 1199px) {
      .subscribe-form__agree {
        margin-top: 1.5rem; } }
    .subscribe-form__agree .wpcf7-list-item {
      margin: 0; }
      .subscribe-form__agree .wpcf7-list-item input {
        display: none; }
    .subscribe-form__agree input {
      width: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute; }
      .subscribe-form__agree input:checked ~ .wpcf7-list-item-label:after {
        opacity: 1; }
      .subscribe-form__agree input:-webkit-autofill, .subscribe-form__agree input:-webkit-autofill:focus {
        background-color: transparent; }
    .subscribe-form__agree .wpcf7-list-item-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      cursor: pointer; }
      @media (max-width: 767px) {
        .subscribe-form__agree .wpcf7-list-item-label {
          line-height: 1.3; } }
      .subscribe-form__agree .wpcf7-list-item-label:before {
        width: 14px;
        height: 14px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        border: 1px solid currentColor;
        margin-right: 1.6rem; }
      .subscribe-form__agree .wpcf7-list-item-label:after {
        width: 10px;
        height: 10px;
        content: "";
        opacity: 0;
        background-color: currentColor;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        position: absolute;
        top: 2px;
        left: 2px; }
    .subscribe-form__agree .wpcf7-not-valid .wpcf7-list-item-label:before {
      border-color: red; }
  .subscribe-form__agree-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  .subscribe-form__agree-checkbox {
    width: 0;
    opacity: 0;
    pointer-events: none; }
    .subscribe-form__agree-checkbox:checked ~ .subscribe-form__agree-check:before {
      opacity: 1; }
    .subscribe-form__agree-checkbox.error ~ .subscribe-form__agree-check {
      border-color: red; }
  .subscribe-form__agree-check {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    border: 1px solid currentColor;
    margin-right: 1.6rem; }
    .subscribe-form__agree-check:before {
      width: 9px;
      height: 9px;
      content: "";
      opacity: 0;
      background-color: currentColor;
      -webkit-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .subscribe-form__agree-text {
      line-height: 1.3; } }

.wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  background-color: #fff;
  margin: 0 0 0 2rem !important; }
  @media (max-width: 767px) {
    .wpcf7-response-output {
      position: relative;
      left: 0;
      width: auto;
      margin: 2rem 0 0 0 !important; } }

.social-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-nav__item:not(:last-child) {
    margin-right: 3rem; }
    @media (max-width: 1199px) {
      .social-nav__item:not(:last-child) {
        margin-right: 0.8rem; } }
    @media (max-width: 767px) {
      .social-nav__item:not(:last-child) {
        margin-right: 1rem; } }
  .social-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2.3rem;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    @media (max-width: 1199px) {
      .social-nav__item a {
        height: 1.5rem; } }
    .social-nav__item a svg {
      height: 100%; }
      .social-nav__item a svg path {
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .social-nav__item a:hover {
      opacity: .7; }
      .social-nav__item a:hover .social-nav__item-play {
        fill: #e7e6e6; }

.footer__white {
  background-color: #E7E6E6;
  color: #191c19; }
  .footer__white a {
    color: #191c19; }

.footer__dark {
  background-color: #191c19;
  color: #E7E6E6; }
  .footer__dark a {
    color: #E7E6E6; }
  .footer__dark__logo svg path {
    fill: #E7E6E6; }
  .footer__dark .footer-nav__title {
    border-color: rgba(231, 230, 230, 0.3); }
  .footer__dark .footer__bottom {
    border-color: rgba(231, 230, 230, 0.3); }
  .footer__dark .subscribe-form__epost {
    color: #E7E6E6;
    border-color: rgba(231, 230, 230, 0.3); }
    .footer__dark .subscribe-form__epost:-webkit-autofill, .footer__dark .subscribe-form__epost:-webkit-autofill:hover, .footer__dark .subscribe-form__epost:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0 1000px transparent inset;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }
    .footer__dark .subscribe-form__epost:-internal-autofill-selected {
      background-color: transparent !important; }
    .footer__dark .subscribe-form__epost.error {
      border-color: red; }
  .footer__dark .subscribe-form__submit {
    color: #B8D481; }
  .footer__dark .subscribe-form__agree-check {
    border-color: #E7E6E6; }
    .footer__dark .subscribe-form__agree-check:before {
      background-color: #E7E6E6; }
  .footer__dark .social-nav__item a svg path {
    fill: #E7E6E6; }
  .footer__dark .social-nav__item-play {
    fill: #191c19 !important; }

:root {
  --indexVwVh: calc(1vw + 1vh);
  --indexVwVhVm: calc(1vw + 1vh + .5vmin); }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  /*color: #89a65a;*/
  color: #191c19;
  text-decoration: none; }

input {
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }

img, svg, video {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer; }

picture {
  display: block; }

iframe {
  max-width: 100%; }

input, select, textarea, button {
  font-family: 'Protokoll', sans-serif; }

textarea:focus-visible {
  outline: 0; }

html {
  font-size: calc(100vw / 375 * 10); }
  @media (min-width: 576px) {
    html {
      font-size: calc(100vw / 576 * 10); } }
  @media (min-width: 768px) {
    html {
      font-size: calc(100vw / 768 * 10); } }
  @media (min-width: 992px) {
    html {
      font-size: calc(100vw / 992 * 10); } }
  @media (min-width: 1200px) {
    html {
      font-size: 0.521vw; } }
  @media (min-width: 1920px) {
    html {
      font-size: 10px; } }

body {
  font-family: 'Protokoll', sans-serif;
  font-weight: 300;
  color: #191c19;
  font-size: 1.7rem;
  line-height: calc(24 / 17);
  background-color: #E7E6E6; }
  @media (max-width: 1199px) {
    body {
      font-size: 1.4rem; } }
  body.open-search, body.open-menu {
    position: relative !important;
    overflow: hidden !important;
    color: #191c19; }
    @media (max-width: 1199px) {
      body.open-search .header:before, body.open-menu .header:before {
        width: 100%; } }
  body.bg-dark {
    color: #E7E6E6;
    background-color: #191c19; }

.section {
  min-height: calc(var(--vh, 1vh) * 100); }
  .section.fp-auto-height {
    min-height: auto !important;
    height: auto !important; }

.heading-h1 {
  font-size: 7rem;
  font-weight: 300; }
  @media (max-width: 1199px) {
    .heading-h1 {
      font-size: 5rem; } }
  @media (max-width: 767px) {
    .heading-h1 {
      font-size: 4rem; } }

.heading-h2 {
  font-weight: 300;
  font-size: 3.7rem;
  line-height: calc(46 / 37); }
  @media (max-width: 1199px) {
    .heading-h2 {
      font-size: 2.3rem;
      line-height: calc(29 / 23); } }

h1 {
  font-size: 7rem;
  font-weight: 300; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 5rem; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-weight: 300;
  font-size: 3.7rem;
  line-height: calc(46 / 37); }
  @media (max-width: 1199px) {
    h2 {
      font-size: 2.3rem;
      line-height: calc(29 / 23); } }

h3 {
  font-weight: 300;
  font-size: 2.3rem; }

h4 {
  font-weight: 300;
  font-size: 1.7rem; }

h5 {
  font-weight: 300;
  font-size: 1.6rem; }

h6 {
  font-weight: 300;
  font-size: 1.5rem; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.6rem; }
  @media (min-width: 768px) {
    .container {
      padding: 0 8rem; } }
  @media (min-width: 1200px) {
    .container {
      padding: 0 6.5rem; } }

[class*="__container"] {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.6rem; }
  @media (min-width: 768px) {
    [class*="__container"] {
      padding: 0 8rem; } }
  @media (min-width: 1200px) {
    [class*="__container"] {
      padding: 0 6.5rem; } }

.button-closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .button-closed:before, .button-closed:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #191c19; }
  .button-closed:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .button-closed:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .button-closed:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.greenline-top {
  position: relative; }
  .greenline-top:before {
    content: '';
    display: block;
    width: 1px;
    height: 5.7rem;
    background-color: #B8D481;
    position: absolute;
    right: 6.5rem;
    top: 0;
    z-index: 10; }
    @media (max-width: 1199px) {
      .greenline-top:before {
        right: 8rem; } }
    @media (max-width: 767px) {
      .greenline-top:before {
        display: none; } }

.fp-table {
  display: block; }

/* header-bg-light */
.header-bg-light .header {
  color: #E7E6E6; }
  .header-bg-light .header .button-menu.active {
    color: initial; }

.fp-overflow {
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  scrollbar-gutter: stable; }
  .fp-overflow.fp-completely {
    overflow-y: scroll; }
  .fp-overflow > div {
    width: 100%; }

/* scroll load */
body:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  z-index: 500;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  will-change: transform;
  pointer-events: none; }

body.scroll-load:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 0;
  pointer-events: none; }

/* page-inner */
.page-inner .header .button-menu line {
  stroke: #191c19; }

.page-inner .header .button-search path,
.page-inner .header .button-search line {
  stroke: #191c19; }

.page-inner__excerpt {
  font-size: 1.9rem;
  line-height: 1.32;
  margin-bottom: 3.7rem; }
  @media (min-width: 768px) {
    .page-inner__excerpt {
      margin-bottom: 4.5rem; } }
  @media (min-width: 1200px) {
    .page-inner__excerpt {
      font-size: 2.5rem;
      margin-bottom: 6.6rem;
      line-height: 1.52; } }

.page-inner__wrapper {
  padding-top: 21.9rem; }

.section__head {
  margin-bottom: 8rem; }
  @media (min-width: 1200px) {
    .section__head {
      margin-bottom: 15.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.section__title {
  font-size: 3.7rem;
  line-height: 4.6rem; }

.section__sub-title {
  font-size: 2.3rem;
  line-height: 3.4rem;
  max-width: 74.2rem; }
  @media (min-width: 1200px) {
    .section__sub-title {
      margin-right: 16%; } }

/* page-inner--404 */
.page-inner--404 {
  height: 100vh; }
  .page-inner--404 .page-inner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    padding-top: 0; }

.section--404 {
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 27.5rem;
  overflow-y: auto;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  -webkit-overflow-scrolling: touch;
  font-size: 1.4rem;
  text-align: center;
  color: #E7E6E6;
  line-height: 1.357142857142857;
  font-weight: 300; }
  @media (min-width: 576px) {
    .section--404 {
      max-width: none; } }
  @media (min-width: 1200px) {
    .section--404 {
      font-size: 1.7rem; } }
  .section--404 h1 {
    font-size: 7rem;
    font-weight: inherit;
    line-height: 1;
    margin-bottom: 4.9rem; }
    @media (min-width: 1200px) {
      .section--404 h1 {
        font-size: 14.5rem;
        margin-bottom: 10.5rem; } }
  .section--404 p {
    margin-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .section--404 p {
        margin-bottom: 1.1rem; } }
  .section--404 a {
    color: #B8D481;
    font-size: inherit;
    font-weight: 400; }
    .section--404 a:hover {
      text-decoration: underline; }

/* page-inner--pp */
@media (min-width: 768px) {
  .page-inner--pp .page-inner__wrapper {
    padding-top: 21rem; } }

@media (min-width: 1200px) {
  .page-inner--pp .page-inner__wrapper {
    padding-top: 27.8rem; } }

.section--pp {
  overflow: visible !important;
  font-size: 1.4rem;
  line-height: 1.357142857142857;
  font-weight: 300;
  padding-bottom: 6.3rem; }
  @media (min-width: 1200px) {
    .section--pp {
      font-size: 1.7rem;
      line-height: 1.411764705882353;
      max-width: 68.2%;
      margin: 0 auto;
      padding-bottom: 20rem; } }
  .section--pp ul,
  .section--pp ol {
    margin-bottom: 2rem; }
  .section--pp li {
    list-style: none; }
  .section--pp h1:last-child,
  .section--pp h2:last-child,
  .section--pp h3:last-child,
  .section--pp h4:last-child,
  .section--pp h5:last-child,
  .section--pp h6:last-child,
  .section--pp ul:last-child,
  .section--pp ol:last-child,
  .section--pp blockquote:last-child,
  .section--pp table:last-child {
    margin-bottom: 0; }
  .section--pp h1,
  .section--pp h2,
  .section--pp ul,
  .section--pp ol,
  .section--pp blockquote,
  .section--pp table {
    font-weight: inherit; }
  .section--pp h2,
  .section--pp h3,
  .section--pp h4,
  .section--pp h5,
  .section--pp h6 {
    font-weight: 500; }
  .section--pp h1 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 4.1rem; }
    @media (min-width: 768px) {
      .section--pp h1 {
        font-size: 5rem;
        line-height: 1.1;
        margin-bottom: 4.8rem; } }
    @media (min-width: 1200px) {
      .section--pp h1 {
        font-size: 7rem;
        margin-bottom: 12.7rem;
        margin-left: -13%;
        line-height: 1.114285714285714; } }
  .section--pp h2,
  .section--pp h3,
  .section--pp h4,
  .section--pp h5,
  .section--pp h6 {
    margin-bottom: .3rem; }
    @media (min-width: 1200px) {
      .section--pp h2,
      .section--pp h3,
      .section--pp h4,
      .section--pp h5,
      .section--pp h6 {
        margin-top: 2.8rem; } }
  .section--pp p {
    margin-bottom: 1.9rem; }
    @media (min-width: 1200px) {
      .section--pp p {
        margin-bottom: 2.3rem; } }
    .section--pp p:last-child {
      margin-bottom: 0; }
    .section--pp p + ol,
    .section--pp p + ul {
      margin-top: -1.9rem; }
      @media (min-width: 1200px) {
        .section--pp p + ol,
        .section--pp p + ul {
          margin-top: -2.3rem; } }
  .section--pp a {
    color: currentColor;
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline; }
    .section--pp a:hover {
      color: #4d7204;
      text-decoration: none; }
  .section--pp figure {
    margin-bottom: 30px; }
    .section--pp figure:first-child {
      margin-top: -127px; }
  .section--pp img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin-bottom: 2rem; }
  .section--pp figcaption {
    font-weight: 500;
    line-height: 1.25; }
  .section--pp ol:not(.list-unstyled),
  .section--pp ul:not(.list-unstyled) {
    padding-left: 19px; }
  .section--pp ol li {
    list-style-type: decimal; }
  .section--pp ul li {
    list-style-type: initial; }
  .section--pp ul.list-unstyled li {
    list-style: none; }
  .section--pp table {
    margin-bottom: 1.9rem; }
    @media (min-width: 1200px) {
      .section--pp table {
        margin-bottom: 2.3rem; } }
    .section--pp table th,
    .section--pp table td {
      border: 0.1rem solid #000;
      padding: .5rem; }
    .section--pp table th {
      font-weight: 500; }
  .section--pp blockquote {
    margin-top: 3rem;
    margin-bottom: 6rem;
    padding: 1.9rem 2rem;
    line-height: 1.375; }
    .section--pp blockquote strong {
      font-weight: 500; }
  .section--pp strong, .section--pp b {
    font-weight: 500; }


/*# sourceMappingURL=app.min.css.map*/