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, main, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

ol, ul {
  list-style: none;
}

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

html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.button {
  display: block;
  color: #fff;
  width: fit-content;
  background-color: #2591cc;
  border-radius: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
.button:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .button {
    margin: 2rem auto 0rem auto;
  }
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer button {
  display: none;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

h1, h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
}

h3, h4 {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1rem;
}

.headline, h1, h2 {
  color: #2591cc;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
  margin: 2rem auto;
}
@media (min-width: 750px) {
  h1 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
    margin: 5rem auto;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

p {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) {
  p {
    font-size: 1.25rem;
  }
}

.headline {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .headline {
    font-size: 3rem;
  }
}

strong {
  font-weight: 600;
}

html {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #000;
  position: relative;
  height: 100%;
  hyphens: auto;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

body * {
  box-sizing: content-box;
}

.wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 750px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
  }
}

header {
  background-color: #000;
  position: relative;
  padding-top: 80px;
}
@media (min-width: 750px) {
  header {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  header .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .page-header_logo {
  position: absolute;
  top: 10px;
  left: 1rem;
}
header .page-header_logo_desktop {
  display: none;
}
@media (min-width: 750px) {
  header .page-header_logo {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  header .page-header_logo_mobile {
    display: none;
  }
  header .page-header_logo_desktop {
    display: block;
  }
}
header .page-header_logo img {
  height: 60px;
  width: auto;
}

.menu label[for=menu-trigger] {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (min-width: 750px) {
  .menu label[for=menu-trigger] {
    top: 1rem;
  }
}
.menu_trigger, .menu_trigger ~ ul {
  display: none;
}
.menu_trigger:checked ~ ul {
  display: block;
}
.menu_trigger-label {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu > ul {
  background-color: #000;
  color: #fff;
  position: relative;
  top: 100%;
  z-index: 1000;
}
.menu > ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.menu > ul li:last-child {
  border-bottom: none;
}
.menu > ul a {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2rem 1rem;
}

@media (min-width: 1200px) {
  .menu {
    margin-left: auto;
  }
  .menu label[for=menu-trigger] {
    display: none;
  }
  .menu > ul {
    display: flex;
    justify-content: space-between;
    top: 0;
  }
  .menu > ul li {
    width: auto;
    border-bottom: none;
    margin-right: 2.5rem;
  }
  .menu > ul li:last-child {
    margin-right: 0rem;
  }
  .menu > ul li a {
    padding: 2rem 0;
  }
  .menu > ul li a:hover {
    text-decoration: underline;
  }
}
.content {
  margin-top: 5rem;
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  background-color: #000;
  margin-top: auto;
  padding-top: 3rem;
}
footer .page-footer {
  margin-left: 0;
  border-bottom: 1px solid #fff;
}
footer .page-footer p {
  font-size: 1rem;
}
@media (min-width: 750px) {
  footer .page-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
  }
  footer .page-footer_address, footer .page-footer_links, footer .page-footer img {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  footer .page-footer {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .page-footer_address {
  margin-bottom: 3rem;
}
footer .page-footer_address p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1rem;
}
footer .page-footer_address .bold {
  font-weight: 600;
}
footer ul {
  margin-bottom: 3rem;
}
footer ul li {
  margin-bottom: 1rem;
}
footer ul li:first-child {
  font-weight: 600;
  color: #fff;
}
footer ul li:last-child {
  margin-bottom: 0rem;
}
footer img {
  margin-bottom: 3rem;
}
footer .page-footer_legals {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
footer .page-footer_legals a {
  margin-right: 1rem;
  font-size: 0.75rem;
}

.hero img {
  width: 100%;
  height: 100%;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0rem;
}
@media (min-width: 750px) {
  .col-2 {
    justify-content: space-between;
    margin: 3rem auto;
  }
}
.col-2_inner {
  margin-bottom: 3rem;
}
.col-2_inner:last-child {
  margin-bottom: 0rem;
}
@media (min-width: 750px) {
  .col-2_inner {
    max-width: 45%;
  }
  .col-2_inner:last-child {
    margin-bottom: 3rem;
  }
}

.banner img {
  width: 100%;
  display: block;
}

.video {
  background-color: #ebebeb;
}
.video_inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 750px) {
  .video_inner {
    justify-content: space-between;
    align-items: center;
    margin: 0rem auto;
  }
  .video_inner .video_content {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .video {
    margin: 0 auto;
  }
}
.video_embedded {
  height: 70vh;
  width: 100vw;
}
@media (min-width: 750px) {
  .video_embedded {
    max-width: 45%;
  }
}
.video_embedded iframe {
  width: 100%;
  height: 100%;
}

.social {
  margin: 3rem 0rem;
}
@media (min-width: 750px) {
  .social {
    margin: 3rem auto;
  }
}
.social_links {
  display: flex;
  flex-direction: row;
}
.social_links svg {
  width: 2rem;
  height: auto;
  margin-right: 0.5rem;
}

.cta {
  background-image: url("../assets/img/blue_row.jpeg");
  background-size: cover;
}
.cta_inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .cta_inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .cta_inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cta_info {
  color: #fff;
  padding: 3rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta_info p {
  margin-bottom: 0.5rem;
}
.cta_info p:last-child {
  margin-bottom: 0rem;
}
.cta_info p a {
  color: #fff;
  text-decoration: none;
}
.cta_info p a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .cta_info {
    width: 48%;
  }
}
.cta_span {
  font-size: 14px;
}
.cta_headline {
  text-transform: uppercase;
  color: #2591cc;
}
@media (min-width: 1200px) {
  .cta_headline {
    font-size: 2rem;
  }
}
.cta_image {
  display: none;
}
@media (min-width: 750px) {
  .cta_image {
    display: block;
  }
  .cta_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cta_image {
    width: 48%;
    padding-right: 2rem;
  }
}

.reference_slider {
  margin: 0rem auto 3rem auto;
  padding-right: 0rem;
}
.reference_slider ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reference_slider ul li img {
  width: 100%;
  padding: 1rem 1rem 1rem 0rem;
}
@media (min-width: 750px) {
  .reference_slider ul li img {
    padding: 1rem 2rem 1rem 0rem;
  }
}