/*-- -------------------------- -->
<---           Landing          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #landing {
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: calc(600 / 16 * 1rem); }
    #landing picture.company-van-img {
      position: absolute;
      height: 100%;
      width: 100%;
      display: block; }
      #landing picture.company-van-img img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        width: 100%;
        height: 100%; }
      #landing picture.company-van-img:after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.7);
        /* 70% opaque black */
        pointer-events: none;
        /* so clicks still hit the image if needed */ }
    #landing .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #landing .container h1 {
        font-family: "Rokkitt", serif;
        font-size: calc(65 / 16 * 1rem);
        font-weight: 900;
        color: var(--white); } }
/* Tablet */
/* Small Desktop */
/* Desktop */
/*-- -------------------------- -->
<---            Title           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #title {
    margin-bottom: calc(136 / 16 * 1rem);
    padding-top: calc(136 / 16 * 1rem);
    position: relative; }
    #title .container {
      z-index: 1; }
      #title .container h2 {
        text-align: center;
        margin-bottom: 0; }
      #title .container h3 {
        text-align: center;
        font-size: min(10vw, calc(50 / 16 * 1rem)); }
      #title .container p {
        text-align: center;
        max-width: calc(1150 / 16 * 1rem);
        margin-left: auto;
        margin-right: auto; }
    #title .carpet-pattern-container {
      position: absolute;
      top: calc(-10 / 16 * 1rem);
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #title .carpet-pattern-container .carpet-lines-top {
        z-index: 0;
        height: calc(400 / 16 * 1rem); }
        #title .carpet-pattern-container .carpet-lines-top img {
          height: 100%;
          width: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
/* Tablet */
/* Small Desktop */
/* Desktop */
/*-- -------------------------- -->
<---            Map             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #map {
    margin-bottom: calc(136 / 16 * 1rem); }
    #map .container {
      max-width: calc(1150 / 16 * 1rem);
      margin-left: auto;
      margin-right: auto; }
      #map .container h2 {
        text-align: center;
        margin-bottom: calc(20 / 16 * 1rem);
        font-weight: 400;
        font-style: italic; }
      #map .container .places-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: calc(30 / 16 * 1rem);
        margin-bottom: calc(100 / 16 * 1rem);
        max-width: calc(800 / 16 * 1rem);
        margin-left: auto;
        margin-right: auto; }
        #map .container .places-grid .place {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #map .container .places-grid .place img {
            width: calc(56 / 16 * 1rem);
            margin-right: calc(10 / 16 * 1rem); }
          #map .container .places-grid .place p {
            font-size: calc(28 / 16 * 1rem);
            font-weight: 700;
            color: var(--primaryDark); }
      #map .container .map-embed {
        width: 100%; }
        #map .container .map-embed iframe {
          width: 100%; } }
/* Tablet */
@media only screen and (min-width: 48em) {
  #map .container .places-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #map .container .places-grid .place {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
/* Small Desktop */
/* Desktop */
/*-- -------------------------- -->
<---            Bio             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #bio {
    margin-bottom: calc(136 / 16 * 1rem); }
    #bio .container {
      max-width: calc(1150 / 16 * 1rem); }
      #bio .container .bio-sbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: calc(20 / 16 * 1rem); }
        #bio .container .bio-sbs .sbs-left picture {
          display: block;
          width: 100%;
          max-width: calc(370 / 16 * 1rem); }
          #bio .container .bio-sbs .sbs-left picture img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
        #bio .container .bio-sbs .sbs-right h2 {
          font-weight: 800;
          font-family: 'Rokkitt', serif;
          font-size: calc(46 / 16 * 1rem);
          text-align: center; }
        #bio .container .bio-sbs .sbs-right h3 {
          margin-bottom: calc(50 / 16 * 1rem);
          text-align: center; }
        #bio .container .bio-sbs .sbs-right p {
          margin-bottom: calc(20 / 16 * 1rem);
          text-align: center; } }
/* Tablet */
@media only screen and (min-width: 48em) {
  #bio .container .bio-sbs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(40 / 16 * 1rem); }
    #bio .container .bio-sbs .sbs-left {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%; }
    #bio .container .bio-sbs .sbs-right {
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
      #bio .container .bio-sbs .sbs-right h2 {
        text-align: left; }
      #bio .container .bio-sbs .sbs-right h3 {
        text-align: left; }
      #bio .container .bio-sbs .sbs-right p {
        text-align: left; } }
/* Small Desktop */
/* Desktop */
/*-- -------------------------- -->
<---             CTA            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding-bottom: calc(136 / 16 * 1rem); }
    #cta .container {
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: calc(24 / 16 * 1rem); }
      #cta .container h2 {
        font-style: italic;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
      #cta .container a {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
    #cta .carpet-pattern-container {
      position: absolute;
      bottom: calc(-10 / 16 * 1rem);
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      #cta .carpet-pattern-container .carpet-lines-bottom {
        z-index: 0;
        height: calc(400 / 16 * 1rem); }
        #cta .carpet-pattern-container .carpet-lines-bottom img {
          height: 100%;
          width: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
/* Tablet */
/* Small Desktop */
/* Desktop */
