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

a {
  text-decoration: none;
  color: inherit;
  display: inherit;
}

ul {
  list-style: none;
}

/*! 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 {
  line-height: 1.15;
  /* 1 */
  -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;
}

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * 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 */
  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;
  width: 100%;
  max-width: 100%;
}

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

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 10, 2021 */
@font-face {
  font-family: "tofino_personallight";
  src: url("../font/tofinopersonal-light-webfont.woff2") format("woff2"), url("../font/tofinopersonal-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalbook";
  src: url("../font/tofinopersonal-book-webfont.woff2") format("woff2"), url("../font/tofinopersonal-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalregular";
  src: url("../font/tofinopersonal-regular-webfont.woff2") format("woff2"), url("../font/tofinopersonal-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalmedium";
  src: url("../font/tofinopersonal-medium-webfont.woff2") format("woff2"), url("../font/tofinopersonal-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalsemibold";
  src: url("../font/tofinopersonal-semibold-webfont.woff2") format("woff2"), url("../font/tofinopersonal-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalbold";
  src: url("../font/tofinopersonal-bold-webfont.woff2") format("woff2"), url("../font/tofinopersonal-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "tofino_personalblack";
  src: url("../font/tofinopersonal-black-webfont.woff2") format("woff2"), url("../font/tofinopersonal-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
.light {
  font-family: "tofino_personallight";
}

.book {
  font-family: "tofino_personalbook";
}

.regular, p {
  font-family: "tofino_personalregular";
}

.medium, #faq-page h3 {
  font-family: "tofino_personalmedium";
}

.semibold, .places-columuns .title, .what {
  font-family: "tofino_personalsemibold";
}

.bold {
  font-family: "tofino_personalbold";
}

.black {
  font-family: "tofino_personalblack";
}

/*

@font-face {
    font-family: 'tofino_personalSBdIt';
    src: url('../font/tofinopersonal-semibolditalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tofino_personalitalic';
    src: url('../font/tofinopersonal-regularitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'tofino_personalmedium_italic';
    src: url('../font/tofinopersonal-mediumitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personalthin';
    src: url('../font/tofinopersonal-thin-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tofino_personalthin_italic';
    src: url('../font/tofinopersonal-thinitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tofino_personalultra';
    src: url('../font/tofinopersonal-ultra-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tofino_personalultra_italic';
    src: url('../font/tofinopersonal-ultraitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-ultraitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*/
/*

@font-face {
    font-family: 'tofino_personalblack_italic';
    src: url('../font/tofinopersonal-blackitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personalbold_italic';
    src: url('../font/tofinopersonal-bolditalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personalbook_italic';
    src: url('../font/tofinopersonal-bookitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'tofino_personallight_italic';
    src: url('../font/tofinopersonal-lightitalic-webfont.woff2') format('woff2'),
         url('../font/tofinopersonal-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
.top-bar {
  position: fixed;
  width: 100%;
  height: 3rem;
  padding: 0.6rem;
  background-color: #282e4a;
  z-index: 1000;
  color: #fff;
  text-align: center;
}
.top-bar .icon-cantine {
  display: inline-block;
  width: 2rem;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 0.6rem;
}

.top-bar + nav {
  padding-top: 3rem;
}
.top-bar + nav + .banner {
  padding-top: 11rem;
}

.scrolled nav {
  transform: translateY(0);
}
.scrolled nav .nav-logo {
  display: block;
  width: 4rem;
}

.scrolled nav {
  background-color: #fff;
  box-shadow: -1px 6px 25px -12px rgba(0, 0, 0, 0.15);
}
.hamburger {
  display: none;
}

nav {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  transform: translateY(40px);
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}
nav svg path, nav svg polygon {
  fill: #fff;
  transition: fill 0.3s;
}
nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
}
nav ul li {
  display: inline-block;
  position: relative;
  height: 100%;
}
nav ul li a:not(.nav-logo) {
  padding: 2rem 2rem;
}
nav ul li a {
  display: inline-block;
  height: 100%;
  transition: color 0.3s;
}
nav .nav-logo {
  width: 7rem;
  margin-left: 2rem;
  margin-right: 2rem;
  transition: width 0.3s;
}
nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-logo {
  display: none;
  max-width: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
  nav {
    transform: translateY(0);
  }

  nav .nav-content {
    justify-content: space-between;
  }

  nav ul li a:not(.nav-logo) {
    padding: 1rem;
  }

  .mobile-logo {
    display: block;
    width: 100%;
    z-index: 100;
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 2rem;
  }

  .fullscreen-menu--opened .mobile-logo .logotext * {
    fill: #fff !important;
  }

  nav .nav-content ul.links {
    position: fixed;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 2rem 0;
    background-color: #0E4B35;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 1.4rem;
  }
  nav .nav-content ul.links li {
    transform: translateX(-10rem);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: auto;
  }
  nav .nav-content ul.links li:after {
    content: "";
    margin: auto;
    display: block;
  }
  nav .nav-content ul.links:before, nav .nav-content ul.links:after {
    content: "";
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
  nav .nav-content ul.links li:nth-of-type(10n + 1) {
    transition-delay: 0.025s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 2) {
    transition-delay: 0.05s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 3) {
    transition-delay: 0.075s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 4) {
    transition-delay: 0.1s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 5) {
    transition-delay: 0.125s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 6) {
    transition-delay: 0.15s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 7) {
    transition-delay: 0.175s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 8) {
    transition-delay: 0.2s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 9) {
    transition-delay: 0.225s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 10) {
    transition-delay: 0.25s;
  }
  .fullscreen-menu--opened nav .nav-content ul.links {
    transform: translateX(0);
  }
  .fullscreen-menu--opened nav .nav-content ul.links .nav-logo {
    display: none;
  }
  .fullscreen-menu--opened nav .nav-content ul.links:before, .fullscreen-menu--opened nav .nav-content ul.links:after {
    content: "";
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
  .fullscreen-menu--opened nav .nav-content ul.links li {
    transform: translateX(0);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #d5dbea;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #0E4B35;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-animate] {
  will-change: transform;
}

html {
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #F6FCFF;
  color: #0E4B35;
  font-family: "tofino_personalregular", sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  overflow-x: hidden;
}
body.wait {
  cursor: wait;
}
body.fixed {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}

.guard {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "tofino_personalsemibold", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 130%;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.4rem;
}

h4 + h2 {
  margin-top: 1.6rem;
}

p {
  line-height: 150%;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
  justify-content: center;
}
.flex > div {
  flex-shrink: 0;
}

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

.button {
  display: inline-block;
  background-color: #0E4B35;
  padding: 1em 1.8em;
  font-size: 0.9em;
  color: #fff;
  border-radius: 0.4rem;
  cursor: pointer;
}

.scroll-arrow {
  position: absolute;
  height: 100%;
  width: 34px;
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
  text-align: center;
}

.scroll-arrow img {
  line-height: 60px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.bounce {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation: bounce 3.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-15px);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-15px);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  background-color: #D0EBF6;
  min-height: 100vh;
  overflow: hidden;
}
.hero .catchphrase {
  width: 100%;
  max-width: 46rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  text-align: center;
  font-size: 2.6rem;
  top: calc(5rem + 18%);
  z-index: 100;
}
.hero .illustration {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  min-width: 800px;
}
.hero .illustration.sky {
  bottom: 42%;
  z-index: 10;
}
.hero .illustration.ground {
  bottom: 0;
  z-index: 20;
}
.hero .back-ground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-color: #B4D7A9;
  z-index: 0;
}
#faq-page .hero {
  height: 30rem;
  min-height: auto;
}

.faq-banner {
  padding: 2rem 1rem;
  margin-bottom: 3rem;
  background-color: #d3eefb;
}

#faq-page * {
  text-align: left;
}
#faq-page nav {
  position: relative;
  margin-bottom: 4rem;
}
#faq-page h1 {
  font-size: 2.4rem;
  text-align: center;
}
#faq-page h2 {
  font-size: 1.8rem;
  text-decoration: underline;
}
#faq-page h3 {
  margin-top: 2rem;
  font-size: 1.4rem;
}
#faq-page table {
  background-color: #e6f8ff;
  border-radius: 0.4rem;
  border-collapse: collapse;
  overflow: hidden;
}
#faq-page table thead {
  background-color: #d3eefb;
}
#faq-page table tr td {
  padding: 0.8rem 1.4rem;
  border-bottom: 1px solid #d3eefb;
  text-align: center;
}
#faq-page table tr:last-child td {
  border: none;
}

.faq-section {
  margin-top: 4rem;
  border-bottom: 1px dashed #abcee0;
  padding-bottom: 40px;
}
.faq-section:first-child {
  margin-top: 0;
}

.faq-content {
  display: inline-block;
  max-width: 1000px;
  margin: auto;
  gap: 3rem;
  margin-bottom: 14rem;
}

.main ul li {
  list-style: disc;
}

.sidebar {
  width: 100%;
  min-width: 18rem;
  max-width: 28rem;
  height: 100%;
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 3rem;
}
.sidebar a {
  padding: 1rem;
  background-color: #e6f7ff;
  margin: 0.3rem 0;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sidebar a.active {
  background-color: #B4D7A9;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

.green-bg {
  background-color: #B4D7A9;
}

.blue-bg {
  background-color: #D0EBF6;
}

.floating-boxes {
  position: relative;
  min-height: 25rem;
  z-index: 10;
}

.floating-box {
  max-width: 30rem;
  height: max-content;
  background-color: #EEF9FE;
  padding: 3rem;
  border-radius: 3rem;
  border: 2px #B4D7A9 solid;
  filter: drop-shadow(-10px 10px 0 #B4D7A9);
  margin-right: -1rem;
}
.floating-box h3 {
  text-align: left;
}
.floating-box.right {
  margin-top: 12rem;
  filter: drop-shadow(10px 10px 0 #B4D7A9);
  margin-left: -1rem;
}

.green-shadow, .production-choice {
  border: 2px #B4D7A9 solid;
  filter: drop-shadow(-10px 10px 0 #B4D7A9);
}

.advantages {
  gap: 1.4rem;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 5rem;
}
.advantages > div {
  width: 100%;
  min-width: 10rem;
  max-width: 20rem;
  padding: 1rem;
}

.production {
  flex-wrap: wrap;
  text-align: center;
  padding-top: 5rem;
}
.production > .production-choice {
  display: block;
  width: 100%;
  min-width: 10rem;
  max-width: 16rem;
  padding: 1rem;
  margin: 1rem;
}

.production-choice {
  min-height: 10rem;
  background-color: #fff;
  border-radius: 1rem;
  cursor: pointer;
  transition: transform 0.15s, filter 0.15s, background-color 0.15s, border 0.15s;
  will-change: filter;
}
.production-choice:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #B4D7A9;
}
.production-choice.selected {
  background-color: #B4D7A9;
  filter: drop-shadow(-10px 10px 0 #567d51);
  border-color: #567d51;
}
.production-choice.selected:hover {
  filter: drop-shadow(-20px 20px 0 #567d51);
}
.production-choice:hover {
  transform: translate(5px, -5px);
  z-index: 20;
  filter: drop-shadow(-20px 20px 0 #B4D7A9);
}

.what {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.advantage-icon {
  height: 10rem;
  margin-bottom: 1rem;
}

.advantage-icon img {
  max-width: 10rem;
}

.production-text {
  margin-bottom: 0.4rem;
}

.production-result {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  min-height: 16rem;
  border-radius: 1rem;
}
.production-result img {
  max-width: 12rem;
}
.production-result .result-block {
  display: flex;
  width: 100%;
  max-width: 30rem;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.1s, transform 0.3s;
}
.production-result .result-block > div {
  flex: 1;
}
.production-result .result-block.displayed {
  opacity: 1;
}

.timeline {
  position: relative;
  padding-bottom: 4rem;
  margin-top: 5rem;
}
.timeline .card img {
  border-radius: 1rem;
}
.timeline .text p {
  padding: 3rem;
}
.timeline:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #B4D7A9;
}

.step {
  text-align: center;
  font-size: 2rem;
  display: block;
  position: absolute;
  margin-left: calc(80px/-2);
  margin-top: calc(80px/-2);
  left: 50%;
  top: 50%;
}
.step > div {
  padding-top: 25px;
  width: 80px;
  height: 80px;
  border-radius: 10rem;
  background-color: #F6FCFF;
  border: 2px solid #B4D7A9;
}

.timeline-section {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: -4rem;
}
.timeline-section > div:not(.step) {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4rem;
}
.timeline-section:first-child {
  margin-top: 0;
}
.timeline-section:nth-child(odd) {
  flex-direction: row-reverse;
}

.faq {
  margin-top: 4rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.faq .topic {
  margin-bottom: 1rem;
}
.faq .topic.opened .answer-container {
  max-height: 1000px;
}
.faq .topic.opened .question {
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: #fff;
}
.faq .topic.opened .answer {
  border-radius: 0 0 0.4rem 0.4rem;
}
.faq .question {
  background-color: #ECF7EB;
  padding: 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: border-radius 0.3s, background-color 0.3s;
}
.faq .question:hover {
  background-color: #fff;
}
.faq .answer-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq .answer {
  background-color: #ECF7EB;
  padding: 2rem 3rem;
  border-radius: 0.4rem;
  transition: border-radius 0.3s;
}
.faq .answer p {
  margin-top: 0;
}

.leaf {
  top: 0;
  left: 0;
  position: absolute;
  width: 78px;
  height: 167px;
  background: url("../assets/leaf.svg");
  background-size: cover;
  z-index: 0;
}

.map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.map .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #0E4B35;
}

.places-columuns {
  margin-top: 4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.places-columuns .title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.places-columuns > div {
  background-color: #daead4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 1rem;
}
.places-columuns > div.map {
  background-color: transparent;
}

footer {
  background-color: #B4D7A9;
  min-height: 10rem;
  color: #fff;
  padding: 4rem 2rem 2rem;
}
footer .footer-content {
  gap: 2rem;
}
footer .footer-content > * {
  flex: 1;
}
footer .footer-logo {
  max-width: 10rem;
}
footer .partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #0E4B35;
}
footer .partners .members {
  display: flex;
  margin-top: 1rem;
  line-height: 0;
}
footer .family-member {
  width: 100%;
  max-width: 8rem;
  margin: 0 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
footer .family-member:first-child {
  margin-left: 0;
}
footer .mentions {
  margin-top: 4rem;
  text-align: center;
}
footer .mentions a {
  display: inline-block;
}

#mentions {
  text-align: left;
}
#mentions .mentions-logo {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#mentions .mentions {
  padding-bottom: 4rem;
}
#mentions .guard {
  max-width: 50rem;
}
#mentions h5 {
  font-size: 1.4rem;
  text-align: left;
}
#mentions ul li {
  list-style: disc;
}

@media screen and (max-width: calc(1200px + 100px)) {
  .guard {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  section {
    padding: 3rem 0;
  }

  .hero .catchphrase {
    padding: 2rem;
    font-size: 2rem;
  }

  .floating-boxes {
    flex-direction: column;
  }
  .floating-boxes .floating-box {
    padding: 1rem 2rem;
  }
  .floating-boxes .right {
    margin-top: 8rem;
  }

  .timeline:before {
    display: none;
  }

  .timeline-section {
    margin-top: 2rem;
    flex-direction: column !important;
  }
  .timeline-section > div {
    padding: 0.5rem !important;
  }
  .timeline-section p {
    padding: 0 !important;
  }
  .timeline-section .step {
    top: -10px;
    margin-left: -46px;
  }

  .places-columuns {
    display: block;
  }
  .places-columuns > div:not(.map) {
    padding: 1.6rem;
    margin: 1rem 0;
  }

  .production {
    flex-direction: column;
    padding-top: 3rem;
  }

  .production > .production-choice {
    display: flex;
    align-items: center;
    min-width: initial;
    max-width: initial;
    margin: 0.6rem 0;
    min-height: initial;
    padding: 0.6rem;
  }
  .production > .production-choice .production-icon {
    max-width: 4rem;
  }

  .production-result {
    margin-top: 1rem;
  }

  .production-text {
    flex: 1;
  }

  .sidebar {
    position: relative;
    top: 0;
  }

  .faq-content {
    display: block;
    padding: 2rem;
  }

  #faq-page table tr td {
    padding: 0.1rem 0.1rem;
    font-size: 14px;
  }

  footer .footer-content {
    flex-direction: column;
    align-items: center;
  }

  footer .partners .members {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  footer .family-member {
    max-width: 40%;
    margin: 0;
  }
}
