@charset "UTF-8";
@import url("https://use.typekit.net/zkf3qtu.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* GUIDELINES: 

$type-info: 
e.g. $color-red:
     $margin-top-20:
     $padding-50

*/
@font-face {
  font-family: ‘Basier Circle’;
  src: url(‘../fonts/BasierCircle-Medium.eot’);
  src: url(‘../fonts/BasierCircle-Medium.eot?#iefix’) format(‘embedded-opentype’), url(‘../fonts/BasierCircle-Medium.woff2’) format(‘woff2’), url(‘../fonts/BasierCircle-Medium.woff’) format(‘woff’), url(‘../fonts/BasierCircle-Medium.ttf’) format(‘truetype’);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ‘Basier Circle’;
  src: url(‘../fonts/BasierCircle-RegularItalic.eot’);
  src: url(‘../fonts/BasierCircle-RegularItalic.eot?#iefix’) format(‘embedded-opentype’), url(‘../fonts/BasierCircle-RegularItalic.woff2’) format(‘woff2’), url(‘../fonts/BasierCircle-RegularItalic.woff’) format(‘woff’), url(‘../fonts/BasierCircle-RegularItalic.ttf’) format(‘truetype’);
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: ‘Basier Circle’;
  src: url(‘../fonts/BasierCircle-Regular.eot’);
  src: url(‘../fonts/BasierCircle-Regular.eot?#iefix’) format(‘embedded-opentype’), url(‘../fonts/BasierCircle-Regular.woff2’) format(‘woff2’), url(‘../fonts/BasierCircle-Regular.woff’) format(‘woff’), url(‘../fonts/BasierCircle-Regular.ttf’) format(‘truetype’);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ‘Basier Circle’;
  src: url(‘../fonts/BasierCircle-SemiBold.eot’);
  src: url(‘../fonts/BasierCircle-SemiBold.eot?#iefix’) format(‘embedded-opentype’), url(‘../fonts/BasierCircle-SemiBold.woff2’) format(‘woff2’), url(‘../fonts/BasierCircle-SemiBold.woff’) format(‘woff’), url(‘../fonts/BasierCircle-SemiBold.ttf’) format(‘truetype’);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 1400px) {
  .wrapper {
    width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .wrapper {
    width: calc(100% - 50px);
  }
}

.full-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 2000px) {
  .full-wrapper {
    width: 100%;
  }
}

.hidden {
  display: none;
}

.full-width-columns, .full-width-columns-middle, .full-width-columns-top {
  white-space: nowrap;
}

.full-width-columns-top {
  vertical-align: top;
}

.full-width-columns-middle {
  vertical-align: middle;
}

.square-checkbox {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #000000;
  width: 13px;
  height: 13px;
  border-radius: 0;
}
.square-checkbox:checked:after {
  content: "";
  position: absolute;
  background: #000000;
  width: 7px;
  height: 7px;
  display: block;
  left: 2px;
  top: 2px;
}
.square-checkbox:focus {
  outline: none;
}

.h1-like, footer .row-2 .column .contact-info .bigtext, footer .content-container .subtitle-container, footer .content-container .title-container, .section-one .first .title-number-container .title-container {
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 3.5rem;
  letter-spacing: 0.06em;
}
@media (max-width: 500px) {
  .h1-like, footer .row-2 .column .contact-info .bigtext, footer .content-container .subtitle-container, footer .content-container .title-container, .section-one .first .title-number-container .title-container {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.h2-like {
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: 0.06em;
}

.h3-like, .section-four .right-container .inner .title-container, .section-three .right-container .inner .title-container, .section-two .column-1 .title-container, .head .right .row-3 .arrow-container {
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
}

.h4-like, .head .right .row-3 .link-container {
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
}

.h5-like, .head .right .row-2 .title-container {
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
}

.h6-like, .section-two .column .title-container {
  font-family: antarctican-mono, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.2rem;
}

.body-text, footer .sub-footer .site-by-maister a, footer .sub-footer .links a, footer .row-2 .column .contact-info .contact, footer .row-2 .column .contact-info .address, footer .row-2 .column .link-container li, footer .row-2 .column .title-container, footer .content-container .link-container, .section-four .right-container .inner .text-container, .section-three .right-container .inner .text-container, .section-two .column .text-container, .section-one .second .text-image-container .text-container, .head .right .row-2 .text-container {
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
}

.number, .section-four .right-container .inner .number-container, .section-three .right-container .inner .number-container, .section-two .column-1 .number-container, .section-one .first .title-number-container .number-container {
  font-family: antarctican-mono, sans-serif;
  font-size: 1.1rem;
}

.hamburger-icon {
  position: relative;
  width: 25px;
  height: 16px;
}
.hamburger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  width: 25px;
  background: black;
  position: absolute;
  transition: all ease-out 250ms;
}
.hamburger-icon span#one {
  top: 0;
  left: 0;
}
.hamburger-icon span#two {
  top: 8px;
  left: 0;
}
.hamburger-icon span#three {
  top: 8px;
  left: 0;
}
.hamburger-icon span#four {
  top: 16px;
  left: 0;
}
.hamburger-icon:hover span#one {
  top: 2px;
  left: 0;
}
.hamburger-icon:hover span#two {
  top: 7px;
  left: 0;
}
.hamburger-icon:hover span#three {
  top: 7px;
  left: 0;
}
.hamburger-icon:hover span#four {
  top: 12px;
  left: 0;
}

.hamburger-icon-open {
  position: relative;
}
.hamburger-icon-open span#one {
  top: 8px;
  left: 50%;
  width: 0;
}
.hamburger-icon-open span#two {
  top: 8px;
  transform: rotate(45deg);
}
.hamburger-icon-open span#three {
  top: 8px;
  transform: rotate(-45deg);
}
.hamburger-icon-open span#four {
  top: 8px;
  width: 0;
  left: 50%;
}
.hamburger-icon-open:hover span {
  display: block;
  width: 100%;
  height: 2px;
  width: 25px;
  background: black;
  position: absolute;
}
.hamburger-icon-open:hover span#one {
  top: 8px;
  left: 50%;
  width: 0;
}
.hamburger-icon-open:hover span#two {
  top: 8px;
  transform: rotate(45deg);
}
.hamburger-icon-open:hover span#three {
  top: 8px;
  transform: rotate(-45deg);
}
.hamburger-icon-open:hover span#four {
  top: 8px;
  width: 0;
  left: 50%;
}

body,
html {
  box-sizing: border-box;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: black;
  color: white;
}

::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
}

*, *:before, *:after {
  /* stylelint-disable-line */
  box-sizing: inherit;
}

.head {
  min-height: 100vh;
  height: 100vh;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .head {
    min-height: 70rem;
  }
}
@media (max-width: 1000px) {
  .head {
    min-height: 80rem;
  }
}
@media (max-width: 900px) {
  .head {
    min-height: 90rem;
  }
}
@media (max-width: 800px) {
  .head {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.head a {
  color: inherit;
}
.head .left {
  height: 100%;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .head .left {
    display: block;
    width: 100%;
  }
}
.head .left .image-container {
  height: 100%;
  width: 100%;
  background: url(/assets/img/bonbon-02.jpeg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .head .left .image-container {
    height: 100vh;
  }
}
.head .right {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  white-space: normal;
  position: relative;
}
@media (max-width: 800px) {
  .head .right {
    display: block;
    width: 100%;
  }
}
.head .right .inner {
  border: 1px solid white;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .head .right .inner {
    position: relative;
    transform: none;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
.head .right .inner .row-1 {
  border-bottom: 1px solid white;
}
.head .right .inner .row-1 .icon-container {
  padding: 3.5rem;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid white;
}
@media (max-width: 500px) {
  .head .right .inner .row-1 .icon-container {
    padding: 2rem;
  }
  .head .right .inner .row-1 .icon-container img {
    width: 2rem;
  }
}
.head .right .inner .logo-container {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3.5rem;
  transform: translateY(2px);
}
@media (max-width: 500px) {
  .head .right .inner .logo-container img {
    height: 2rem;
  }
}
.head .right .row-2 {
  padding: 10.5rem 3.5rem;
  min-height: 27rem;
  border-bottom: 1px solid white;
  position: relative;
}
@media (max-width: 1200px) {
  .head .right .row-2 {
    padding: 5rem 3.5rem;
  }
}
@media (max-width: 500px) {
  .head .right .row-2 {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.head .right .row-2 .center {
  left: 3.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 900px) {
  .head .right .row-2 .center br {
    display: none;
  }
}
@media (max-width: 500px) {
  .head .right .row-2 .center {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    padding-right: 0;
  }
}
.head .right .row-2 .text-container {
  margin-top: 3rem;
  width: 70%;
}
@media (max-width: 1440px) {
  .head .right .row-2 .text-container {
    width: 100%;
  }
}
.head .right .row-3 {
  white-space: nowrap;
  position: relative;
}
.head .right .row-3 .link-container {
  display: inline-block;
  vertical-align: middle;
  padding: 2.2rem 0 2rem 3.5rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .head .right .row-3 .link-container {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-left: 2rem;
  }
}
.head .right .row-3 .arrow-container {
  display: inline-block;
  vertical-align: middle;
  padding: 2rem 2.5rem 2.2rem 2.5rem;
  border-left: 1px solid white;
  position: absolute;
  right: 0;
  top: 0;
}
.head .right .row-3:hover .arrow-container {
  transition: background-color 250ms ease-out, color 250ms ease-out, border-color 250ms ease-out;
  background: #FF5100;
}

.section-one {
  white-space: nowrap;
  border-top: 1px solid white;
}
.section-one .first .title-number-container {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 10rem;
}
@media (max-width: 800px) {
  .section-one .first .title-number-container {
    display: block;
    width: 100%;
    padding-top: 10rem;
  }
}
@media (max-width: 500px) {
  .section-one .first .title-number-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section-one .first .title-number-container .number-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 5rem;
}
@media (max-width: 500px) {
  .section-one .first .title-number-container .number-container {
    margin-right: 2rem;
  }
}
.section-one .first .title-number-container .title-container {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  white-space: normal;
  padding-right: 2rem;
  width: calc(100% - 7rem);
}
.section-one .first .image-container-1 {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
@media (max-width: 800px) {
  .section-one .first .image-container-1 {
    display: block;
    width: 100%;
  }
}
.section-one .first .image-container-1 img {
  width: 100%;
}
@media (max-width: 2000px) {
  .section-one .first .image-container-1 img {
    width: calc(100% + 10vw);
    vertical-align: middle;
  }
}
@media (max-width: 1400px) {
  .section-one .first .image-container-1 img {
    width: calc(100% + 50px);
    vertical-align: middle;
  }
}
@media (max-width: 800px) {
  .section-one .first .image-container-1 img {
    width: 100%;
  }
}
.section-one .second .image-container-2 {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin-top: 17.5rem;
}
@media (max-width: 800px) {
  .section-one .second .image-container-2 {
    display: block;
    width: 100%;
    margin-top: 5rem;
  }
}
.section-one .second .image-container-2 img {
  width: 100%;
  vertical-align: middle;
}
.section-one .second .text-image-container {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  white-space: normal;
  margin-top: 11rem;
}
@media (max-width: 800px) {
  .section-one .second .text-image-container {
    display: block;
    width: 100%;
    margin-top: 5rem;
  }
}
.section-one .second .text-image-container .text-container {
  line-height: 2.7rem;
  margin-left: 23%;
  max-width: 57%;
}
@media (max-width: 800px) {
  .section-one .second .text-image-container .text-container {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.section-one .second .text-image-container .text-container p {
  margin-bottom: 2rem;
}
.section-one .second .text-image-container .image-container-3 {
  margin-top: 20rem;
  margin-left: 2rem;
}
@media (max-width: 800px) {
  .section-one .second .text-image-container .image-container-3 {
    margin-left: 0;
    margin-top: 5rem;
  }
}
.section-one .second .text-image-container .image-container-3 img {
  width: 100%;
}
@media (max-width: 2000px) {
  .section-one .second .text-image-container .image-container-3 img {
    width: calc(100% + 10vw);
    vertical-align: middle;
  }
}
@media (max-width: 1400px) {
  .section-one .second .text-image-container .image-container-3 img {
    width: calc(100% + 50px);
  }
}
@media (max-width: 800px) {
  .section-one .second .text-image-container .image-container-3 img {
    width: 100%;
  }
}

.section-two {
  white-space: nowrap;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.section-two .column {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #DADADA;
  padding: 14rem 5% 13.5rem;
  white-space: normal;
}
@media (max-width: 1000px) {
  .section-two .column {
    width: 33%;
  }
}
@media (max-width: 800px) {
  .section-two .column {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    padding: 5rem;
    border-bottom: 1px solid #DADADA;
  }
}
.section-two .column:last-child {
  border: none;
}
.section-two .column .text-container {
  margin-top: 7.5rem;
}
@media (max-width: 800px) {
  .section-two .column .text-container {
    margin-top: 2rem;
  }
}
.section-two .column-1 {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .section-two .column-1 {
    display: block;
    border-right: 0;
    border-bottom: 1px solid #DADADA;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section-two .column-1 .number-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 5rem;
}
@media (max-width: 500px) {
  .section-two .column-1 .number-container {
    margin-right: 2rem;
  }
}
.section-two .column-1 .title-container {
  white-space: normal;
  padding-right: 5rem;
  font-family: "Basier Circle", Arial, "Arial", sans-serif;
  display: inline-block;
  vertical-align: top;
}

.full-screen-image-1 {
  background: url(../img/ST_NIC_-25.jpg) center center no-repeat;
  background-size: cover;
  height: 40vw;
  width: 100%;
}

.full-screen-image-2 {
  background: url(../img/384A6218.jpg) center center no-repeat;
  background-size: cover;
  height: 40vw;
  width: 100%;
}

.section-three {
  margin-top: 14rem;
  margin-bottom: 14rem;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .section-three {
    margin-top: 0;
  }
  .section-three .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section-three .image-container {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  .section-three .image-container {
    display: block;
    width: 100%;
  }
}
.section-three .image-container img {
  width: 100%;
  transform: none;
}
@media (max-width: 2000px) {
  .section-three .image-container img {
    width: calc(100% + 10vw);
    transform: translateX(-10vw);
  }
}
@media (max-width: 1400px) {
  .section-three .image-container img {
    width: calc(100% + 50px);
    transform: translateX(-50px);
  }
}
@media (max-width: 800px) {
  .section-three .image-container img {
    width: 100%;
    transform: none;
  }
}
.section-three .right-container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 800px) {
  .section-three .right-container {
    display: block;
    width: 100%;
  }
}
.section-three .right-container .inner {
  width: calc(50% + 6.5rem);
  white-space: normal;
  margin-left: 20%;
}
@media (max-width: 800px) {
  .section-three .right-container .inner {
    width: 100%;
    margin-left: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.section-three .right-container .inner .number-container {
  margin-right: 5rem;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 500px) {
  .section-three .right-container .inner .number-container {
    margin-right: 2rem;
  }
}
.section-three .right-container .inner .title-container {
  font-size: 2.3rem;
  line-height: 2.3rem;
  display: inline-block;
  vertical-align: top;
}
.section-three .right-container .inner .text-container {
  line-height: 2.7rem;
  margin-left: 6.45rem;
  margin-top: 6.5rem;
}
@media (max-width: 800px) {
  .section-three .right-container .inner .text-container {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .section-three .right-container .inner .text-container {
    margin-left: 3.45rem;
  }
}
.section-three .right-container .inner .text-container p {
  margin-bottom: 2rem;
}

.section-four {
  margin-top: 14rem;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .section-four {
    margin-top: 5rem;
  }
}
.section-four .image-container {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  .section-four .image-container {
    display: block;
    width: 100%;
  }
}
.section-four .image-container img {
  width: 100%;
}
@media (max-width: 2000px) {
  .section-four .image-container img {
    width: calc(100% + 10vw);
  }
}
@media (max-width: 1400px) {
  .section-four .image-container img {
    width: calc(100% + 50px);
  }
}
@media (max-width: 800px) {
  .section-four .image-container img {
    width: 100%;
    transform: none;
  }
}
.section-four .right-container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 800px) {
  .section-four .right-container {
    display: block;
    width: 100%;
  }
}
.section-four .right-container .inner {
  width: calc(50% + 6.5rem);
  white-space: normal;
}
@media (max-width: 800px) {
  .section-four .right-container .inner {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.section-four .right-container .inner .number-container {
  margin-right: 5rem;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 500px) {
  .section-four .right-container .inner .number-container {
    margin-right: 2rem;
  }
}
.section-four .right-container .inner .title-container {
  font-size: 2.3rem;
  line-height: 2.3rem;
  display: inline-block;
  vertical-align: top;
}
.section-four .right-container .inner .text-container {
  line-height: 2.7rem;
  margin-left: 6.45rem;
  margin-top: 6.5rem;
}
@media (max-width: 800px) {
  .section-four .right-container .inner .text-container {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .section-four .right-container .inner .text-container {
    margin-left: 3.45rem;
  }
}
.section-four .right-container .inner .text-container p {
  margin-bottom: 2rem;
}

footer {
  background: #F4F4F4;
  color: black;
}
footer .row-1 {
  border-bottom: 1px solid #DADADA;
}
footer .logo-container {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}
@media (max-width: 900px) {
  footer .logo-container {
    display: none;
  }
}
footer .content-container {
  display: inline-block;
  vertical-align: middle;
  padding: 13rem 0 9.5rem;
  border-left: 1px solid #DADADA;
  padding-left: 10%;
}
@media (max-width: 900px) {
  footer .content-container {
    padding-left: 0;
    border: none;
  }
}
footer .content-container .title-container {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-5px);
}
@media (max-width: 500px) {
  footer .content-container .title-container {
    font-size: 3rem;
    line-height: 3rem;
    transform: translateX(-2px);
  }
}
@media (max-width: 400px) {
  footer .content-container .title-container {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
footer .content-container .subtitle-container {
  font-size: 1.7rem;
  line-height: 2.7rem;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
  color: #6C6C6C;
}
@media (max-width: 500px) {
  footer .content-container .subtitle-container {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .content-container .link-container {
  font-family: antarctican-mono, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  margin-top: 3.5rem;
}
footer .content-container .link-container a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 250ms ease-out;
}
footer .content-container .link-container a:hover {
  color: #FF5100;
  border-color: #FF5100;
}
footer .row-2 {
  white-space: nowrap;
  padding: 8rem 0 10rem;
}
footer .row-2 .column {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
footer .row-2 .column .title-container {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.4rem;
  margin-bottom: 2rem;
}
footer .row-2 .column .link-container li {
  font-family: antarctican-mono, sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
}
footer .row-2 .column .link-container li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
footer .row-2 .column .link-container li a:hover {
  text-decoration: underline;
}
footer .row-2 .column .contact-info .bigtext {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  footer .row-2 .column .contact-info .bigtext {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}
footer .row-2 .column .contact-info .bigtext a {
  text-decoration: none;
  color: inherit;
  transition: color 250ms ease-out;
}
footer .row-2 .column .contact-info .bigtext a:hover {
  color: #FF5100;
}
footer .row-2 .column .contact-info .address {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
footer .row-2 .column .contact-info .address:before {
  content: url(/assets/img/icon-pin.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  transform: translateY(3px);
}
footer .row-2 .column .contact-info .contact {
  color: #6C6C6C;
  margin-top: 2rem;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
  font-family: antarctican-mono, sans-serif;
  padding-bottom: 5px;
}
footer .row-2 .column .contact-info .contact a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(108, 108, 108, 0.5);
  transition: all 250ms ease-out;
  font-size: 1.3rem;
}
footer .row-2 .column .contact-info .contact a:hover {
  color: #FF5100;
  border-color: #FF5100;
}
footer .row-2 .col-group {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 33.33% - 29px);
}
@media (max-width: 1300px) {
  footer .row-2 .col-group {
    width: calc(100% - 29px);
  }
}
footer .row-2 .column-1 {
  width: 33.33%;
}
@media (max-width: 1300px) {
  footer .row-2 .column-1 {
    display: block;
    margin-bottom: 5rem;
    width: 100%;
  }
}
footer .row-2 .column-2 {
  padding-right: 7rem;
}
@media (max-width: 900px) {
  footer .row-2 .column-2 {
    display: block;
    margin-bottom: 5rem;
  }
}
@media (max-width: 500px) {
  footer .row-2 .column-2 {
    width: 100%;
    padding-right: 0;
  }
}
footer .row-2 .column-3 {
  padding-right: 4rem;
}
footer .row-2 .column-4 {
  padding-right: 4rem;
  margin-top: 3.4rem;
}
@media (max-width: 500px) {
  footer .row-2 .column-4 {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  footer .row-2 .column-4 {
    width: 100%;
    padding-right: 0;
  }
}
footer .row-2 .column-5 {
  margin-top: 3.4rem;
}
@media (max-width: 900px) {
  footer .row-2 .column-5 {
    display: block;
  }
}
@media (max-width: 500px) {
  footer .row-2 .column-5 {
    width: 100%;
  }
}
footer .row-2 .column-5 .icon {
  margin-bottom: 1.4rem;
}
footer .row-2 .column-5 .icon path.bg {
  transition: fill 250ms ease-out;
}
footer .row-2 .column-5 .icon:hover path.bg {
  fill: #FF5100;
}
@media (max-width: 900px) {
  footer .row-2 .column-5 .icon {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
footer .sub-footer {
  background: black;
  color: white;
  padding: 0.1rem 0 0.1rem;
  white-space: nowrap;
}
footer .sub-footer .links {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 500px) {
  footer .sub-footer .links {
    display: block;
  }
}
footer .sub-footer .links a {
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #9F9F9F;
  text-decoration: none;
  margin-right: 4rem;
}
@media (max-width: 500px) {
  footer .sub-footer .links a {
    display: block;
    padding-right: 0;
  }
}
footer .sub-footer .links a:last-child {
  margin-right: 0;
}
footer .sub-footer .sbm-container {
  width: calc(100% - 257px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 500px) {
  footer .sub-footer .sbm-container {
    display: block;
    text-align: left;
  }
}
footer .sub-footer .site-by-maister {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.3rem;
}
footer .sub-footer .site-by-maister a {
  color: inherit;
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-decoration: none;
}
footer .sub-footer .site-by-maister .icon-container {
  display: inline-block;
  vertical-align: middle;
}
footer .sub-footer .site-by-maister .text-container {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
  transition: width 250ms ease-in-out;
}
footer .sub-footer .site-by-maister .text-container p {
  padding-left: 1rem;
  white-space: nowrap;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
footer .sub-footer .site-by-maister:hover .text-container {
  width: 9.3rem;
}
