@charset "UTF-8";
/* ------------------------------------------------------------------ */
/*        FONTS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        COLORS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        TRANSITIONS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        LANDING
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        BREAKPOINTS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        MEDIA QUERIES
/* ------------------------------------------------------------------ */
@font-face {
  font-family: 'Universe Next Pro';
  src: url("/static/fonts/UniversNextPro-Light.woff") format("woff"), url("/static/fonts/UniversNextPro-Light.eot") format("eot"), url("/static/fonts/UniversNextPro-Light.otf") format("otf"), url("/static/fonts/UniversNextPro-Light.ttf") format("ttf"), url("/static/fonts/UniversNextPro-Light.svg") format("svg"); }

body {
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html {
  background-color: white; }

*::selection {
  background: transparent; }

h1,
h2,
h3,
h4,
p,
a,
li,
label,
input,
span,
br {
  font-family: "Universe Next Pro", sans-serif;
  font-weight: normal;
  line-height: 126%; }
  h1::selection,
  h2::selection,
  h3::selection,
  h4::selection,
  p::selection,
  a::selection,
  li::selection,
  label::selection,
  input::selection,
  span::selection,
  br::selection {
    background: none;
    color: #121212; }

a {
  text-decoration: none; }

h2,
p {
  margin: 0; }
  @media screen and (min-width: 1px) {
    h2,
    p {
      font-size: 28px; } }
  @media screen and (max-width: 2355px) {
    h2,
    p {
      font-size: 27px; } }
  @media screen and (max-width: 2035px) {
    h2,
    p {
      font-size: 26px; } }
  @media screen and (max-width: 1760px) {
    h2,
    p {
      font-size: 25px; } }
  @media screen and (max-width: 1490px) {
    h2,
    p {
      font-size: 24px; } }
  @media screen and (max-width: 1279px) {
    h2,
    p {
      font-size: 23px; } }
  @media screen and (max-width: 1129px) {
    h2,
    p {
      font-size: 22px; } }
  @media screen and (max-width: 1009px) {
    h2,
    p {
      font-size: 21px; } }
  @media screen and (max-width: 906px) {
    h2,
    p {
      font-size: 20px; } }
  @media screen and (max-width: 556px) {
    h2,
    p {
      font-size: 22px; } }
  @media screen and (max-width: 481px) {
    h2,
    p {
      font-size: 20px; } }
  @media screen and (max-width: 414px) {
    h2,
    p {
      font-size: 18px; } }
  @media screen and (max-width: 320px) {
    h2,
    p {
      font-size: 16px; } }
  h2 a,
  p a {
    color: #8e8e8e;
    border-bottom: 1px solid #c7c7c7;
    transition-duration: 300ms; }
    h2 a:hover,
    p a:hover {
      color: #121212;
      border-bottom: 1px solid #696969;
      transition-duration: 300ms; }
  h2 strong,
  p strong {
    font-weight: normal;
    color: #121212; }

.no-underline {
  border-bottom: none; }
  .no-underline:hover {
    border-bottom: none; }

.small-text,
.small-text > p {
  color: #8e8e8e;
  margin: 0; }
  @media screen and (min-width: 1px) {
    .small-text,
    .small-text > p {
      font-size: 22px; } }
  @media screen and (max-width: 2355px) {
    .small-text,
    .small-text > p {
      font-size: 21px; } }
  @media screen and (max-width: 2035px) {
    .small-text,
    .small-text > p {
      font-size: 20px; } }
  @media screen and (max-width: 1760px) {
    .small-text,
    .small-text > p {
      font-size: 19px; } }
  @media screen and (max-width: 1490px) {
    .small-text,
    .small-text > p {
      font-size: 19px; } }
  @media screen and (max-width: 1279px) {
    .small-text,
    .small-text > p {
      font-size: 18px; } }
  @media screen and (max-width: 1129px) {
    .small-text,
    .small-text > p {
      font-size: 17px; } }
  @media screen and (max-width: 1009px) {
    .small-text,
    .small-text > p {
      font-size: 16px; } }
  @media screen and (max-width: 906px) {
    .small-text,
    .small-text > p {
      font-size: 16px; } }
  @media screen and (max-width: 556px) {
    .small-text,
    .small-text > p {
      font-size: 17px; } }
  @media screen and (max-width: 481px) {
    .small-text,
    .small-text > p {
      font-size: 16px; } }
  @media screen and (max-width: 414px) {
    .small-text,
    .small-text > p {
      font-size: 14px; } }
  @media screen and (max-width: 320px) {
    .small-text,
    .small-text > p {
      font-size: 12px; } }

.stop-scrolling {
  overflow: hidden; }

.app-leave {
  opacity: 1;
  transition: opacity 400ms ease-in; }
  .app-leave .loading {
    opacity: 1;
    transition: opacity 400ms ease-in; }

.app-leave.app-leave-active {
  opacity: 0; }
  .app-leave.app-leave-active .loading {
    opacity: 0; }

.app-appear {
  opacity: 0; }

.app-appear.app-appear-active {
  opacity: 1;
  transition: opacity 750ms ease-out; }

.hide-away-on-page-change-leave {
  opacity: 1; }

.hide-away-on-page-change-leave.hide-away-on-page-change-leave-active {
  opacity: 0;
  transition: opacity 200ms ease-in, transform 200ms ease-in; }

.hide-away-on-page-change-appear {
  opacity: 0;
  transform: translate(0, 200px); }

.hide-away-on-page-change-appear.hide-away-on-page-change-appear-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0ms ease-in, transform 0ms ease-in; }

.hide-away-on-page-change-work-leave {
  opacity: 1; }

.hide-away-on-page-change-work-leave.hide-away-on-page-change-work-leave-active {
  opacity: 0;
  transition: opacity 200ms ease-in; }

.hide-away-on-page-change-work-appear {
  opacity: 0; }

.hide-away-on-page-change-work-appear.hide-away-on-page-change-work-appear-active {
  opacity: 1;
  transition: opacity 200ms ease-in 300ms; }

.work-page-appear .searchbar {
  opacity: 0; }

.work-page-appear .content-column {
  opacity: 0; }

.work-page-appear.work-page-appear-active .searchbar {
  opacity: 1;
  transition: opacity 200ms ease-in; }

.work-page-appear.work-page-appear-active .content-column {
  opacity: 1;
  transition: opacity 200ms ease-in 300ms; }

.news-page-appear .searchbar {
  opacity: 0; }

.news-page-appear .content-column {
  opacity: 0; }

.news-page-appear.news-page-appear-active .searchbar {
  opacity: 1;
  transition: opacity 200ms ease-in; }

.news-page-appear.news-page-appear-active .content-column {
  opacity: 1;
  transition: opacity 200ms ease-in 300ms; }

.news-page-leave {
  opacity: 1; }

.news-page-leave.news-page-leave-active {
  opacity: 0;
  transition: opacity 200ms ease-out; }

.anim__page-content-load-appear {
  opacity: 0; }

.anim__page-content-load-appear.anim__page-content-load-appear-active {
  opacity: 1;
  transition: opacity 200ms ease-out 150ms; }

.anim__page-content-load-leave * {
  opacity: 1 !important; }

.anim__page-content-load-leave.anim__page-content-load-leave-active * {
  opacity: 0 !important;
  transition: opacity 200ms ease-out; }

/* Slick Carousel */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir='rtl'] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir='rtl'] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir='rtl'] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

