/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face{
    font-family: 'Source Code Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../../fonts/SourceCodePro-Regular.woff2') format('woff2'),
         url('../../fonts/SourceCodePro-Regular.woff') format('woff'),
         url('../../fonts/SourceCodePro-Regular.otf') format('opentype');
}

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

:root {
  --main-white: #FFFFFF;
}

html {
  color: var(--main-white);
  font-size: 1em;
  line-height: 1.4;
}

body {
  /*font: min(max(20px, 2vw), 25px)/min(max(25px, 2.5vw), 33px) "Source Code Pro", sans-serif;*/
  font: 19px/25px "Source Code Pro", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

::-moz-selection {
  color: #000;
  background: #fff;
  text-shadow: none;
}

::selection {
  color: #000;
  background: #fff;
  text-shadow: none;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #fff;
  margin: 65px 0;
  padding: 0;
}

audio,
canvas,
img,
svg,
video {
  display: block;
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
}

a, a:link, a:visited, a:focus, a:hover, a:active{
  color: inherit;
  text-decoration: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

h2 {
  font: normal normal 400 min(max(34px, 3.5vw), 40px)/min(max(34px, 3.5vw), 40px) "Source Code Pro";
  padding-bottom: 30px;
  margin: 0;
  text-transform: uppercase;
}
h3 {
  font: normal normal 400 19px/26px "Source Code Pro", sans-serif;
  padding-bottom: 1em;
  margin: 0;
  text-transform: uppercase;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

.hide-mobile {
  display: block!important;
}

.hide-desktop {
  display: none!important;
}
.text-hover {
    cursor: pointer;
    position: relative;
}
/*.text-hover .elements {
    font-size: 75%;
    line-height: 1em;
    padding-top: 5%;
}*/
.red {
  color: #FA1A1F;
}
.green {
  color: #37FC38;
}
.blue {
  color: #0000FF;
}

.hover {
  display: inline;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.text-hover:hover .active,
.text-hover:focus .active {
  opacity: 0;
}
.text-hover:hover .hover,
.text-hover:focus .hover {
  opacity: 1;
}

header {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
header video {
  width: 100%;
/*  max-width: 860px;*/
  padding: 0 0 40px;
}
header .container {
  display: flex!important;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
header nav {
  font-family: "Source Code Pro";
    font-size: 40px;
    line-height: normal;
    padding: 40px 0 0;
}
header nav .container {
  flex-direction: row;
  justify-content: space-between;
}
header nav .container .col{
  display: inline-flex;
  align-items: center;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 44px;
}
.first .container .row {
  display: flex;
  gap: 17px;
  justify-items: end;
  flex-wrap: wrap;
}
.container .row .arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
/*  max-width: 308px;
  min-width: 154px;*/
  width: 17%;
}
.container .row .arrows svg {
  width: 100%;
  height: auto;
}
.first .container .row div.col:not(.arrows) {
  display: flex;
  flex-direction: column;
  flex: 1 1 36%;
  background-color: #0000FF;
  border: 3px solid #0000FF;
  padding: 45px 35px 40px;
}
.first .container .row div.col:not(.arrows) > div {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1;
  position: relative;
}
.first .container .row div.col:not(.arrows):not(.arrow):hover,
.first .container .row div.col:not(.arrows):not(.arrow):focus {
  background-color: rgba(0, 0, 0, 1.0);
  border: 3px solid #0000FF;
}
.first .container .row div.col:not(.arrows) > div div {
  margin-top: auto;
  text-transform: uppercase;
  word-break: break-word;
  width: 100%;
}
.first .container .row div.col.arrow {
  padding: 0;
  background-color: #000000;
  border: none;
  align-items: end;
}
.first .container .row .arrow svg {
  width: min(max(50px, 21%), 300px);
  height: auto;
}
.text-center {
  text-align: center;
}
.first {
  padding: 40px 0 0;
}
.second {
}
.divider {
  width: 100%;
  height: 22px;
  background-image: url("/assets/img/bg-vector-1.png");
  background-size: 100%;
}
.flip {
  transform: rotateY(180deg);
}
.third {
  padding: 100px 0;
}
.third .row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media only screen and (min-width: 640px) {
  .third .row {
    flex-direction: row;
  }
}

.third .col div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  aspect-ratio: 1;
  padding: 20px;
}

.third .col .border {
  border: 3px solid #fff;
}

.third .col .rounded {
  border-radius: 500px;
}


.fourth {
  padding: 0 0 65px;
}
.fourth .row {
  display: flex;
  gap: 55px;
  align-items: center;
}

.fourth .left-col {
  width: 38%;
}
.fourth .right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  aspect-ratio: 1;
  border: 3px solid #FA1A1F;
  background-color: #FA1A1F;
  width: 62%;
  text-transform: uppercase;
}
.fourth .right-col:hover,
.fourth .right-col:focus {
  border: 3px solid #FA1A1F;
  background-color: #000000;
}
.fourth .right-col div{
  max-width: 470px;
  margin: 11.5vw;
  position: relative;
}

.fourth .text-hover .hover {
    left: 50%;
    transform: translateX(-50%);
}
.fourth .container .row .arrows {
    width: auto;
}

footer {
  font: normal normal 400 19px/25px "Source Code Pro", sans-serif;
  padding: 70px 0 45px;
}
footer .col {
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
footer .right-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 60px;
  max-width: 905px;
  align-self: end;
}
footer .company-details {
  display: flex;
  gap: 40px;
}
footer .company-details h3{
  font-weight: 400;
  margin: 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}
footer .company-details p{
  padding-bottom: 1em;
}
footer .company-details a:hover,
footer .company-details a:focus{
  text-decoration: underline;
}
footer svg{
  width: 100%;
  max-width: 320px;
}
footer .legal-footnote{
  font: normal normal 400 16px/20px "Source Code Pro", sans-serif;
}
footer .legal-footnote p{
  display: flex;
    justify-content: space-between;}
footer .legal-footnote span{
  padding-left: 30px;
}
footer .legal-footnote a{
  text-decoration: underline;
}
@media (max-width: 1024px) {
  h2 {
    padding-bottom: 25px;
  }
  header nav {
      padding: 20px 20px 0;
  }
  .container {
    padding: 0 15px;
  }
  .container .row {
/*    flex-direction: column;*/
  }
  .container .row .arrows {
      width: 100%;
  }
  .container .row .arrows svg {
      width: min(max(36px, 11%), 300px);
  }
  .fourth .container .row .arrows svg {
      width: 100%;
      height: auto;
  }
  .second {
    padding: 28px 0 0px;
  }
  .second .container .row {
    gap: 50px;
  }
  .second .container .row.reverse-mobile {
    flex-direction: column-reverse;
  }
  .fourth {
    padding: 30px 0 70px;
  }
  .fifth .left-col {
    text-align: center;
  }
  .google-maps {
    padding-bottom: 80%;
    overflow: visible;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw !important;
    height: 100% !important;
    transform: translateX(-50%);
  }
  button,
  a:hover button,
  a:focus button {
    min-width: 235px;
  }
  footer {
    padding: 50px 0 30px;
  }
  footer .legal-footnote {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .legal-footnote span{
    display: block;
    padding-top: 35px;
    padding-left: 0;
  }
}
@media (max-width: 980px) {
  .third .row {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col--3of6 {
      grid-column: auto!important;
  }
  .col--1of6 {
      grid-column: auto!important;
  }
  .container .row .arrows.empty {
      display: none;
  }
  footer .col {
    flex-wrap: wrap;
  }
  footer .left-col {
    margin: 0 auto;
    padding-bottom: 65px;
  }
  footer .right-col {
      padding-bottom: 60px;
      max-width: 100%;
  }
  footer .legal-footnote p {
      width: 100%;
      flex-direction: column;
      text-align: center;
  }
  footer .legal-footnote span {
      padding-top: 20px;
      width: 100%;
  }
}
@media (max-width: 767px) {
  .first .container .row {
    flex-direction: row;
  }
  .first .container .row div.col:not(.arrows) {
      flex: 1 1 48%;
  }
  .first .container .row .arrows {
      justify-content: flex-start;
  }
}
@media (max-width: 670px) {
  body,
  h3,
  footer {
    font: 16px/21px "Source Code Pro", sans-serif;
  }
  h2 {
      padding-bottom: 25px;
      text-align: center;
  }
  header .container {
      margin-top: 0;
      padding-top: 25px;
      order: 1;
  }
  header nav {
      font: normal normal 400 min(max(34px, 3.5vw), 60px)/min(max(34px, 4vw), 65px) "Source Code Pro";
      order: 2;
      margin-bottom: 0;
      margin-top: auto;
      padding: 45px 0 135px;
  }
  header nav .container {
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
  }
  header .row,
  header nav .container .col,
  header .text-hover {
      width: 100%;
  }
  header .arrows {
    display: flex;
    padding-bottom: 10px;
    justify-content: flex-start!important;
    width: 100%;
  }
  header .arrows svg {
    max-width: 34px;
  }
  .first {
      padding: 0;
  }
  .first .container .row div.col:not(.arrows) {
      flex: 1 1 100%;
      margin: 0;
      padding: 20px;
  }
  .first .container .row div.col.arrow,
  .first .container .row .arrows {
      display: none;
  }
  .first h2{
      text-align: left;
  }
  .second {
      padding: 90px 0 0px;
  }
  .third {
      padding: 90px 0 90px;
  }
  .third .row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .third .row .col--3of6 {
     grid-column: 1 / 3 !important;
  }
  .third .row .col--3of6 + .col--1of6 {
     grid-column: 2 / 2 !important;
  }
  .second .text-hover .hover,
  .third .text-hover .hover {
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
  }
  .fourth {
      padding: 0 0 90px;
  }
  .fourth .left-col {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fourth .container .row .left-col {
      display: none;
  }
  .fourth .right-col {
      width: 100%;
  }
  .fourth .right-col div {
      max-width: 80vw;
  }
  footer {
      padding: 0 0 30px;
  }
  footer .right-col {
      width: 100%;
      justify-content: center;
  }
  footer .col {
      flex-direction: column-reverse;
  }
  footer .company-details {
      display: flex;
      gap: 40px;
      flex-direction: column;
      align-items: center;
  }
  footer .company-details div{
      max-width: 320px;
      width: 100%!important;
      text-align: center;
  }
  .hide-mobile {
    display: none!important;
  }
  .hide-desktop {
    display: block!important;
  }
}
