@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
picture {
  display: block;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus,
button:focus-visible {
  outline: thin dotted red;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit] {
  outline: none;
}

*:focus {
  outline: none;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
html.mobile-nav_active {
  overflow-y: hidden;
}

body {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  min-height: calc(100dvh + 1px);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background-color: #1E1E1E;
  scroll-target-group: auto;
}

main {
  flex-grow: 1;
}

svg,
img,
picture {
  display: block;
}

a {
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.1s;
  color: #ffffff;
}
a:focus {
  outline: none;
}
a:not(.button):hover {
  color: #438251;
}
a:not(.button):focus-visible {
  color: #438251;
  outline: 2px dashed #438251;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 15rem;
  }
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 20rem;
  }
  body {
    font-size: 2rem;
  }
}
.main-header-spacing {
  padding-top: 10rem;
  transition-duration: 0.25s;
}

.visually-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.mw {
  max-width: 132rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.mw_l {
  max-width: 152rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.mw_s {
  max-width: 112.4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.left-right_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.left-right_wrap.reverse {
  flex-direction: column;
}
.left-right_wrap .left {
  width: 100%;
}
.left-right_wrap .right {
  width: 100%;
}

.titlebox {
  margin-bottom: 3.5rem;
}

.title {
  display: block;
  max-width: 100%;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.title_demi {
  font-weight: 600;
}
.title.centered {
  text-align: center;
  margin: 0 auto;
}

.subtitle {
  display: block;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  color: #ffffff;
}

.textbox {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.textbox:first-child {
  margin-top: 0;
}
.textbox:last-child, .textbox *:last-child {
  margin-bottom: 0;
}
.textbox a {
  color: #438251;
}
.textbox a:hover {
  text-decoration: underline;
}
.textbox p {
  margin: 1.5rem 0;
}
.textbox p:first-child {
  margin-top: 0;
}
.textbox p:last-child {
  margin-bottom: 0;
}
.textbox h3, .textbox h4, .textbox h5, .textbox h6 {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  margin: 0;
}
.textbox h3 + *, .textbox h4 + *, .textbox h5 + *, .textbox h6 + * {
  margin-top: 0.5rem;
}
.textbox h3 {
  font-size: 2rem;
  margin-top: 1.6rem;
}
.textbox h4 {
  font-size: 1.8rem;
  margin-top: 1.4rem;
}
.textbox h5 {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
.textbox h6 {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.textbox ul {
  padding: 0;
  padding-left: 3.5rem;
}
.textbox ul li::marker, .textbox ol li::marker {
  font-weight: 700;
}

.imagebox.square {
  aspect-ratio: 1/1;
}
.imagebox picture, .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svgbox svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.buttonbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.buttonbox.centered {
  justify-content: center;
}
.buttonbox.pt {
  margin-top: 3.5rem;
}

.button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: #438251;
  transition-duration: 0.15s;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #438251;
}
.button:focus-visible {
  outline: none;
}
.button:hover, .button:focus-visible {
  background-color: #ffffff;
  color: #438251;
}

.arrow-button {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1.5rem;
}
.arrow-button .svgbox {
  width: 2rem;
  height: 2rem;
}
.arrow-button:hover .svgbox svg *, .arrow-button:focus-visible .svgbox svg * {
  fill: #438251;
}
.arrow-button_side .svgbox {
  transform: rotateZ(-90deg);
}

.icon-button {
  width: 4rem;
  height: 4rem;
  padding: 0.8rem;
}
.icon-button.facebook {
  padding: 0.6rem;
}
.icon-button .svgbox {
  width: 100%;
  height: 100%;
}
.icon-button:hover .svgbox svg *, .icon-button:focus-visible .svgbox svg * {
  fill: #438251;
}

.pts {
  padding-top: 2rem;
}

.ptm {
  padding-top: 3.5rem;
}

.ptl {
  padding-top: 5rem;
}

.pbs {
  padding-bottom: 2rem;
}

.pbm {
  padding-bottom: 3.5rem;
}

.pbl {
  padding-bottom: 5rem;
}

.mts {
  margin-top: 2rem;
}

.mtm {
  margin-top: 3.5rem;
}

.mtl {
  margin-top: 5rem;
}

.mbs {
  margin-bottom: 2rem;
}

.mbm {
  margin-bottom: 3.5rem;
}

.mbl {
  margin-bottom: 5rem;
}

.no-list-styles {
  list-style: none;
  padding: 0;
  margin: 0;
}

section:has(.pattern-bg) {
  position: relative;
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/gradient_tile.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  z-index: -1;
  opacity: 20%;
}

.scrolled .main-header-spacing {
  padding-top: 5rem;
}

@media (min-width: 550px) {
  .title {
    font-size: 3.2rem;
  }
  .subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .main-header-spacing {
    padding-top: 15rem;
  }
  .mw {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .pts {
    padding-top: 3rem;
  }
  .ptm {
    padding-top: 6rem;
  }
  .ptl {
    padding-top: 10rem;
  }
  .pbs {
    padding-bottom: 3rem;
  }
  .pbm {
    padding-bottom: 6rem;
  }
  .pbl {
    padding-bottom: 10rem;
  }
  .mts {
    margin-top: 3rem;
  }
  .mtm {
    margin-top: 6rem;
  }
  .mtl {
    margin-top: 10rem;
  }
  .mbs {
    margin-bottom: 3rem;
  }
  .mbm {
    margin-bottom: 6rem;
  }
  .mbl {
    margin-bottom: 10rem;
  }
  .titlebox {
    margin-bottom: 5rem;
  }
  .title {
    font-size: 3.8rem;
  }
  .subtitle {
    font-size: 2.2rem;
  }
  .button {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .main-header-spacing {
    padding-top: 20rem;
  }
  .mw_l {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .left-right_wrap {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .left-right_wrap .left {
    width: calc((100% - 5rem) / 2);
  }
  .left-right_wrap .right {
    width: calc((100% - 5rem) / 2);
  }
  .reverse .left-right_wrap {
    flex-direction: row-reverse;
  }
  .pts {
    padding-top: 4rem;
  }
  .ptm {
    padding-top: 8rem;
  }
  .ptl {
    padding-top: 12rem;
  }
  .pbs {
    padding-bottom: 4rem;
  }
  .pbm {
    padding-bottom: 8rem;
  }
  .pbl {
    padding-bottom: 12rem;
  }
  .mts {
    margin-top: 4rem;
  }
  .mtm {
    margin-top: 8rem;
  }
  .mtl {
    margin-top: 12rem;
  }
  .mbs {
    margin-bottom: 4rem;
  }
  .mbm {
    margin-bottom: 8rem;
  }
  .mbl {
    margin-bottom: 12rem;
  }
  .title {
    font-size: 4.8rem;
  }
  .subtitle {
    font-size: 2.4rem;
  }
  .button {
    font-size: 2rem;
  }
  .left-right_wrap {
    flex-direction: row;
    gap: 5rem;
  }
  .left-right_wrap.reverse {
    flex-direction: row-reverse;
  }
  .left-right_wrap .left {
    width: calc((100% - 5rem) / 2);
  }
  .left-right_wrap .right {
    width: calc((100% - 5rem) / 2);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  transition: height 0.15s;
}
.header .header_inner {
  height: 100%;
}
.header .header_wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.header .left {
  height: 100%;
  padding: 2rem 0;
  transition: padding 0.15s;
}
.header .logobox {
  height: 100%;
  max-width: 20rem;
}
.header .logobox a {
  height: 100%;
}
.header .logobox svg path {
  transition-duration: 0.15s;
}
.header .right {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
.header .hamburger {
  border: none;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  padding: 0.5rem;
  position: relative;
  z-index: 9;
}
.header .hamburger .bar {
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
}
.header .hamburger .bar.top {
  top: 35%;
  transform: translateX(-50%) translateY(-50%);
}
.header .hamburger .bar.bottom {
  top: 65%;
  transform: translateX(-50%) translateY(-50%);
}
.header .hamburger_opened .bar.top {
  animation: hamburgerTop 0.35s ease-in-out forwards;
}
.header .hamburger_opened .bar.bottom {
  animation: hamburgerBottom 0.35s ease-in-out forwards;
}
.header .hamburger_closed .bar.top {
  animation: hamburgerTopReverse 0.35s ease-in-out forwards;
}
.header .hamburger_closed .bar.bottom {
  animation: hamburgerBottomReverse 0.35s ease-in-out forwards;
}
.header .main-nav_list {
  z-index: 10;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  height: calc(100dvh - 10rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #1E1E1E;
  padding: 2.5rem;
  transform: translateX(100%);
  transition-duration: 0.35s;
}
.header .main-nav_list li a {
  font-size: 2.8rem;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.header .main-nav_list li a::after {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  border-radius: 1rem;
}
.header .main-nav_list li a:hover::after, .header .main-nav_list li a:target-current::after {
  display: block;
}
.header .lang-nav_list {
  display: flex;
  gap: 1rem;
}
.header .lang-nav_list li a {
  position: relative;
  text-decoration: none;
}
.header .lang-nav_list li a::after {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  border-radius: 1rem;
}
.header .lang-nav_list li a:hover {
  color: #ffffff;
}
.header .lang-nav_list li a:hover::after {
  display: block;
}

html[lang=de-DE] .lang-nav_list li.de a::after {
  display: block;
}

html[lang=fr-FR] .lang-nav_list li.fr a::after {
  display: block;
}

.scrolled .header {
  height: 5rem;
  background: linear-gradient(to right, #1E1E1E 0%, #24532F 70%);
}
.scrolled .header .left {
  padding: 1rem 0;
}
.scrolled .header .logobox svg path:not(.cube) {
  display: none;
}
.scrolled .header .main-nav_list {
  top: 5rem;
}

.mobile-nav_active .header .main-nav_list {
  transform: translateX(0);
}

@keyframes hamburgerTop {
  0% {
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
  }
  35% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
    background-color: #ffffff;
  }
}
@keyframes hamburgerBottom {
  0% {
    top: 65%;
    transform: translateX(-50%) translateY(-50%);
  }
  35% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
    background-color: #ffffff;
  }
}
@keyframes hamburgerTopReverse {
  0% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  65% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes hamburgerBottomReverse {
  0% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  65% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    top: 65%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .header {
    height: 15rem;
  }
  .header .right {
    flex-direction: row;
    gap: 0;
  }
  .header .hamburger {
    display: none;
  }
  .header .main-nav_list {
    transform: unset;
    height: auto;
    background-color: unset;
    flex-direction: row;
    padding: 0;
    top: unset !important;
    left: unset;
    right: unset;
    position: relative;
    /*padding-right: 2rem;
    margin-right: 2rem;*/
    /*&:before {
      content: '';
      display: block;
      width: 1px;
      height: 80%;
      background-color: $white;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }*/
  }
  .header .main-nav_list li a {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .scrolled .header {
    height: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 20rem;
  }
  .scrolled .header {
    height: 10rem;
  }
  .scrolled .header .left {
    padding: 2rem 0;
  }
}
.footer .upper {
  padding-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.footer .logobox {
  width: 12.5rem;
  max-width: 100%;
}
.footer .contactbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer .contactbox a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .contactbox .svgbox {
  width: 2rem;
  height: 2rem;
}
.footer .addressbox {
  text-align: center;
}
.footer .addressbox p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.footer .lower {
  padding-top: 3.5rem;
  border-top: 1px solid #6C6C6C;
}
.footer .footer-nav_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 350px) {
  .footer .footer-nav_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 400px) {
  .footer .footer-nav_list {
    justify-content: center;
    gap: 5rem;
  }
  .footer .footer-nav_item {
    position: relative;
  }
  .footer .footer-nav_item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: -2.5rem;
    transform: translateY(-50%);
  }
  .footer .footer-nav_item:first-child::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer .upper {
    padding-bottom: 5rem;
  }
  .footer .contactbox {
    flex-direction: row;
    gap: 5rem;
  }
  .footer .buttonbox {
    gap: 2.5rem;
  }
  .footer .lower {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .footer .buttonbox {
    gap: 5rem;
  }
}
.intro {
  padding-top: 10rem;
  transition-duration: 0.15s;
  width: 100%;
  overflow: hidden;
}
.intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(5vw) translateY(-40%);
  width: 160vw;
  height: 160vw;
  z-index: -1;
  background: radial-gradient(circle farthest-corner at center, #24532F 0%, #1E1E1E 70%);
}
.intro::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(transparent 0%, #1E1E1E 100%);
}
.intro .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .intro_wrap {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
}
.intro .contentbox {
  width: 60rem;
  max-width: 100%;
}
.intro .contentbox .title {
  text-transform: uppercase;
}
.intro .contentbox .textbox {
  width: 40rem;
  max-width: 100%;
}
.intro .videobox {
  position: relative;
  width: calc(100% + 5rem);
  margin: 0 -2.5rem;
}
.intro .videobox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrolled .intro {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .intro {
    padding-top: 15rem;
  }
  .intro .intro_wrap {
    flex-direction: row;
    justify-content: flex-end;
  }
  .intro .contentbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .intro .videobox {
    margin: 0;
    width: 85%;
    transform: translateX(10rem);
    aspect-ratio: 3/2;
  }
  .intro .videobox::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: linear-gradient(to right, rgba(32, 43, 34, 0.87) 0%, rgba(30, 30, 30, 0.28) 100%);
  }
}
@media (min-width: 1024px) {
  .intro {
    padding-top: 20rem;
  }
}
.services .services_list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.services .services_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .services .services_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services .services_item {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (min-width: 1024px) {
  .services .services_item {
    width: calc((100% - 5rem) / 3);
  }
}
.projects .projects_list {
  display: flex;
  flex-direction: column;
}
.projects .projects_item {
  padding-top: 3.5rem;
  margin-top: 3.5rem;
  border-top: 1px solid #6C6C6C;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.projects .projects_item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: unset;
}
.projects .projects_item .imagebox {
  flex-shrink: 0;
  width: 100%;
}
.projects .projects_item .contentbox {
  width: 100%;
}
.projects .projects_item_gallery {
  display: none;
}

@media (min-width: 768px) {
  .projects .projects_item {
    padding-top: 5rem;
    margin-top: 5rem;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
  .projects .projects_item .imagebox {
    flex-shrink: 0;
    width: calc((100% - 5rem) * 0.35);
  }
  .projects .projects_item .contentbox {
    width: calc((100% - 5rem) * 0.65);
  }
}
.image-text {
  background-color: #438251;
}
.image-text .image-text_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .image-text .image-text_wrap {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}/*# sourceMappingURL=styles.css.map */