@charset "UTF-8";
/* 1. BASE
 * ========================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
    HELPERS-INDEX
\*------------------------------------*/
/*------------------------------------*\
    HELPERS
\*------------------------------------*/
:root {
  --color-white: rgb(255, 255, 255);
  --color-font: rgb(0,0,0);
  --color-primary: #fff929;
  --color-secondary: #ffd8cf;
  --color-menu: #ffa2a4;
  --color-menu-active: #fffb8a;
  --font-primary: "CircularXX";
  --font-secondary: "CircularXXMono";
  --font-weight-base: 300;
  --font-weight-bold: 500;
  --line-height-base: 1.15;
  --font-size-base: 4.125vw;
  --font-size-body: 1rem;
  --font-size-small: 0.75rem;
  --font-size-h1: 1.325rem;
  --font-size-h2: 1rem;
  --font-size-h3: 1rem;
  --gap-main: .666rem;
  --gap-side: var(--gap-main);
  --width-outer: 100%;
  --width-side: calc(32.5% - var(--gap-main));
  --width-side-inner: 77.125%;
  --width-main: 67.5%;
  --width-mobile: 87.75%;
}

@media only screen and (min-width: 768px) {
  :root {
    --font-size-base: 2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --font-size-base: 1.675vw;
  }
}
@media only screen and (min-width: 1180px) {
  :root {
    --font-size-base: 1.3875vw;
    --width-outer: calc(100% - calc(2 * var(--gap-side)));
  }
}
/*------------------------------------*\
    GENERAL MIXINS
\*------------------------------------*/
/*------------------------------------*\
    MEDIA-QUERY MIXINS
\*------------------------------------*/
/*------------------------------------*\
   BASE
\*------------------------------------*/
/* DEFAULT BOX-SIZING */
*, *:before, *:after {
  box-sizing: border-box;
}

/* HTML & BODY */
html {
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 1rem;
  height: 100%;
  width: 100%;
}
body #main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body #main-wrapper #content-wrapper {
  border-top: 4px solid var(--color-font);
  border-bottom: 4px solid var(--color-font);
  flex: 1 1 100%;
  overflow: hidden;
  width: 100%;
}
body #main-wrapper #content-wrapper .content-wrapper-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: var(--width-outer);
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside {
  border-bottom: 4px solid var(--color-font);
  display: none;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside {
    background-color: var(--color-primary);
    border-bottom: none;
    display: block;
    height: 100%;
    width: var(--width-side);
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner {
  margin: 0 auto;
  overflow: scroll;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner {
    height: 100%;
    padding: 0;
    width: var(--width-side-inner);
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #main-title {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #main-title {
    margin-bottom: 4.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #main-title .person-name {
    padding-top: 2.5rem;
    position: absolute;
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #main-title .person-services {
  font-size: var(--font-size-base);
  letter-spacing: 0;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #main-title .person-services {
    padding-top: 4.75rem;
    position: absolute;
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #news {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #news {
    display: block;
    line-break: none;
    position: absolute;
    top: 11.75rem;
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #news .news-title {
  margin-top: 0;
  padding-top: 0;
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #line {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #line {
    display: block;
    position: absolute;
    top: 8.25rem;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
body #main-wrapper #content-wrapper .content-wrapper-inner aside .inner #line img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
body #main-wrapper #content-wrapper .content-wrapper-inner main {
  background-color: var(--color-secondary);
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  body #main-wrapper #content-wrapper .content-wrapper-inner main {
    flex: 0 0 var(--width-main);
  }
}

/*------------------------------------*\
    1. FONTS
\*------------------------------------*/
@font-face {
  font-family: "CircularXX";
  font-weight: bold;
  src: url("../fonts/CircularXXWeb-Medium.woff2") format("woff2"), url("../fonts/CircularXXWeb-Medium.woff") format("woff");
}
/* MONO */
@font-face {
  font-family: "CircularXXMono";
  font-weight: normal;
  src: url("../fonts/CircularXXMonoWeb-Regular.woff2") format("woff2"), url("../fonts/CircularXXMonoWeb-Regular.woff") format("woff");
}
/*------------------------------------*\
   TYPO
\*------------------------------------*/
/*------------------------------------*\
   1. BASIC TYPO
\*------------------------------------*/
html {
  color: var(--color-font);
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
}
html ::selection {
  background-color: var(--color-font);
  color: white;
}

body {
  font-optical-sizing: auto;
  font-size: var(--font-size-body);
  hyphens: auto;
  line-height: var(--line-height-base);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0 0 1.125rem;
}
p.align-center {
  text-align: center;
}
p.text-indent {
  text-indent: 2rem;
  margin-top: -1.125rem;
}
p.margin-big {
  margin-top: 4rem;
}
p .mono {
  font-family: var(--font-secondary);
}

strong, b {
  font-weight: var(--font-weight-bold);
}

sup {
  font-size: 45%;
  line-height: 1;
  top: -0.875em;
}

sub {
  font-size: 45%;
  line-height: 1;
  bottom: -0.15em;
}

/*------------------------------------*\
    3. TITLES
\*------------------------------------*/
h1, .title-h1, h2, .title-h2, h3, .title-h3 {
  font-family: var(--font-primary);
  line-height: 1.15;
  hyphens: none;
  padding: 0;
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}

h1, .title-h1 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h1);
  margin: 0 0 1.125rem;
}

h2, .title-h2 {
  font-family: var(--font-secondary);
  font-size: var(--font-size-h2);
  font-weight: 300;
  margin: 1.5rem 0 1rem;
}

h3, .title-h3 {
  font-size: var(--font-size-h3);
  margin: 1.5rem 0 0.25rem;
}

.title-big {
  font-size: var(--font-size-big);
  line-height: 1;
  margin-bottom: 0;
}

.title-main {
  text-align: center;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: var(--color-font);
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
a:hover, a:focus {
  color: var(--color-link-active);
}
a {
  /* LINK-STYLES */
}
a.link-arrow:before {
  content: "→ ";
}

/*------------------------------------*\
    5. LISTS
\*------------------------------------*/
/* SET TO ZERO */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin-bottom: 0.25rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/* CONTENT */
.editor ul li {
  display: flex;
  flex-direction: row;
}
.editor ul li::before {
  content: "•";
  margin-right: 1.5rem;
}
.editor ol {
  list-style-type: decimal;
  padding-left: 1.75rem;
}
.editor ul, .editor ol {
  margin-bottom: 1.125rem;
}

/*------------------------------------*\
    6. HELPERS
\*------------------------------------*/
.circular {
  font-family: var(--font-primary);
}

.mono {
  font-family: var(--font-secondary);
}

/*------------------------------------*\
    MEDIA
\*------------------------------------*/
/* IMAGES */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 !important;
}
figure figcaption {
  font-size: var(--font-size-x-small);
  margin-top: 0.125rem;
}
@media only screen and (min-width: 768px) {
  figure figcaption {
    text-align: right;
  }
}

/*------------------------------------*\
    SCROLLBAR
\*------------------------------------*/
* {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

*::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/* 2. MODULES
 * ========================================================================== */
/*------------------------------------*\
    HEADER
    1. HEADER-DEFAULT
    2. MOBILE-BUTTON 
    3. MOBILE-NAVIGATION 
\*------------------------------------*/
/* 1. HEADER-DEFAULT */
#main-header {
  padding-top: 1.4125rem;
}
@media only screen and (min-width: 1024px) {
  #main-header {
    padding-top: 7.5vh;
  }
}
#main-header .main-header-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: var(--width-mobile);
}
@media only screen and (min-width: 1024px) {
  #main-header .main-header-inner {
    width: var(--width-outer);
  }
}
#main-header .main-header-inner .top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main-header .main-header-inner .bottom-bar {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #main-header .main-header-inner .bottom-bar {
    display: none;
  }
}
#main-header .main-header-inner .bottom-bar span {
  display: block;
  font-size: 4vw;
  white-space: nowrap;
}
#main-header #logo {
  display: flex;
  margin-bottom: 0.575rem;
  width: 65%;
}
@media only screen and (min-width: 1024px) {
  #main-header #logo {
    width: var(--width-side);
  }
}
#main-header #logo a {
  display: flex;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #main-header #logo a {
    margin: 0 auto;
    width: 77.125%;
  }
}
#main-header #logo a img {
  width: 100%;
}
#main-header nav {
  display: none;
  width: var(--width-main);
}
@media only screen and (min-width: 1024px) {
  #main-header nav {
    display: block;
  }
}
#main-header nav .menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: var(--gap-main);
  height: 100%;
}
#main-header nav .menu .menu-item {
  display: flex;
  margin-bottom: 0;
}
#main-header nav .menu .menu-item a {
  background-color: var(--color-menu);
  font-size: var(--font-size-h1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#main-header nav .menu .menu-item.current-menu-item a {
  background-color: var(--color-menu-active);
}

/* 2. MOBILE-BUTTON */
#mobile-button {
  cursor: pointer;
  display: flex;
  position: relative;
  z-index: 101;
}
@media only screen and (min-width: 1024px) {
  #mobile-button {
    display: none;
  }
}
#mobile-button .inner-wrapper {
  height: 1.875rem;
  position: relative;
  width: 3.75rem;
}
#mobile-button .inner-wrapper span {
  background-color: var(--color-font);
  height: 0.1875rem;
  left: 0;
  position: absolute;
  transition: opacity 0.3s ease, top 0.3s ease, transform 0.3s ease;
  width: 100%;
}
#mobile-button .inner-wrapper span:nth-child(1) {
  top: 0;
}
#mobile-button .inner-wrapper span:nth-child(2) {
  top: 0.75rem;
}
#mobile-button .inner-wrapper span:nth-child(3) {
  top: 1.5rem;
}
#mobile-button.is-active .inner-wrapper span:nth-child(1) {
  top: 0.6875rem;
  transform: rotate(45deg);
}
#mobile-button.is-active .inner-wrapper span:nth-child(2) {
  opacity: 0;
}
#mobile-button.is-active .inner-wrapper span:nth-child(3) {
  top: 0.6875rem;
  transform: rotate(-45deg);
}

/* 3. MOBILE-NAVIGATION */
#mobile-navigation {
  background-color: var(--color-primary);
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
#mobile-navigation.is-active {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1180px) {
  #mobile-navigation {
    display: none !important;
  }
}
#mobile-navigation nav {
  background-color: var(--color-menu);
}
#mobile-navigation nav .menu {
  border-top: 4px solid var(--color-font);
  display: flex;
  flex-direction: column;
}
#mobile-navigation nav .menu .menu-item {
  border-bottom: 4px solid var(--color-font);
  margin-bottom: 0;
}
#mobile-navigation nav .menu .menu-item.current-menu-item a {
  background-color: var(--color-menu-active);
}
#mobile-navigation nav .menu .menu-item a {
  color: var(--color-font);
  display: block;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
}
#mobile-navigation #mobile-news {
  flex: 1 1 auto;
  margin: 0 auto;
  overflow: auto;
  padding: 2rem 0;
  width: var(--width-mobile);
}
#mobile-navigation #mobile-news .inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
#mobile-navigation #mobile-news .inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#mobile-navigation #mobile-line {
  flex: 1 1 auto;
  margin: 2rem auto 0.5rem;
  overflow: hidden;
  width: var(--width-mobile);
}
#mobile-navigation #mobile-line img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: top center;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#main-footer {
  margin: 0 auto;
  padding: 0.5rem 0 3.25vh;
  width: var(--width-outer);
}
#main-footer nav {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #main-footer nav {
    width: var(--width-side);
  }
}
#main-footer nav .menu {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: var(--width-mobile);
}
@media only screen and (min-width: 1024px) {
  #main-footer nav .menu {
    width: var(--width-side-inner);
  }
}
#main-footer nav .menu .menu-item {
  margin-right: calc(var(--gap-main) * 2.5);
  margin-top: 0;
}
#main-footer nav .menu .menu-item a {
  display: flex;
  text-decoration: none;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/
#main-slider {
  background-color: black;
  height: 100%;
  /* SWIPER-ELEMENTS */
}
#main-slider .swiper-slide.slide-image .slider-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
#main-slider .swiper-slide.slide-image .slider-image .image-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #main-slider .swiper-slide.slide-image .slider-image .image-mobile {
    display: none;
  }
}
#main-slider .swiper-slide.slide-image .slider-image .image-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #main-slider .swiper-slide.slide-image .slider-image .image-desktop {
    display: block;
  }
}
#main-slider .swiper-slide.slide-text {
  background-color: var(--color-secondary);
}
#main-slider .swiper-slide.slide-text .editor {
  overflow: auto;
}
#main-slider .swiper-slide.slide-line {
  background-color: var(--color-primary);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main-slider .swiper-slide.slide-line .text-wrapper {
  font-weight: bold;
  position: absolute;
  left: calc((100% - var(--width-mobile)) / 2);
  top: 4rem;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  #main-slider .swiper-slide.slide-line .text-wrapper {
    right: calc((100% - var(--gap-main)) / 6);
    bottom: 12.5%;
    top: auto;
    left: auto;
    text-align: right;
    width: auto;
  }
}
#main-slider .swiper-slide.slide-line::after {
  background-image: url("../img/lines/line-frontpage-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 90%;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  #main-slider .swiper-slide.slide-line::after {
    background-image: url("../img/lines/line-frontpage.svg");
    height: 112.5%;
    width: 112.5%;
    transform: translate(-50%, -50%) rotate(-12.5deg);
  }
}
#main-slider {
  /* SWIPER-NAV */
}
#main-slider .swiper-button-prev,
#main-slider .swiper-button-next {
  color: white;
  height: 100%;
  width: 50%;
  top: 0;
  margin: 0;
  padding: 0;
}
#main-slider .swiper-button-prev::after,
#main-slider .swiper-button-next::after {
  content: "";
}
#main-slider .swiper-button-prev {
  left: 0 !important;
}
#main-slider .swiper-button-next {
  right: 0 !important;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/
.editor {
  height: 100%;
  overflow: scroll;
  margin: 0 auto;
  padding: 2rem 0;
  width: var(--width-mobile);
}
@media only screen and (min-width: 1024px) {
  .editor {
    margin: 0;
    padding: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1180px) {
  .editor {
    padding: 4.75rem 0 0 4.5rem;
    width: 79.5%;
  }
}

/* 3. VIEWS
 * ========================================================================== */
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
.home #main-title {
  display: flex;
  flex-direction: column;
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/
#page-title {
  margin-top: 0;
  padding-top: 0;
}
