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

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --main-green: #013317;
  --main-orange: #FF7500;
}

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

body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #DFE5E2;
  text-shadow: none;
}

::selection {
  background: #DFE5E2;
  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 600 21px/28px IBM Plex Sans;
  padding-bottom: 30px;
  margin: 0;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

.hide-mobile {
  display: block;
}

.hide-desktop {
  display: none;
}

header {
  display: flex;
  height: 100vh;
}
header video {
  width: 100%;
  max-width: 860px;
  margin-top: auto;
  padding: 130px 0 70px;
}
header .claim {
  max-width: 695px;
  margin: 0 auto;
  margin-bottom: auto;
  padding-bottom: 54px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.9px;
  line-height: 1;
}
header .arrow {
  padding-bottom: 65px;
  animation: move 1.5s infinite;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 42px;
}
.container .col {
  display: flex;
  gap: 24px;
}
.text-center {
  text-align: center;
}
.first {
  padding: 90px 0 180px;
}
.second {
  padding: 100px 0;
  background-color: #DFE5E2;
}
.divider {
  width: 100%;
  height: 22px;
  background-image: url("/assets/img/bg-vector-1.png");
  background-size: 100%;
}
.flip {
  transform: rotateY(180deg);
}
.third {
  padding: 150px 0 90px;
  background: url("/assets/img/SHAPE1.svg") left center no-repeat, url("/assets/img/SHAPE2.svg") right center no-repeat;
  background-color: var(--main-green);
}
.third .container {
  color: #fff;
}
.third .col {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  gap: 0;
}
.third .text {
  text-align: center;
  padding-bottom: 100px;
}
.third .social-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fourth {
  padding: 50px 0;
}
.fifth .right-col {
  width: 100%;
  max-width: 100%;
}
footer {
  font: normal normal 400 21px/28px IBM Plex Sans;
  padding: 70px 0 45px;
}
footer .right-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 60px;
  width: 100%;
  max-width: 896px;
}
footer .right-col video {
  width: 100%;
  max-width: 320px;
}
footer .company-details {
  padding-top: 10px;
}
footer .company-details h3{
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}
footer .company-details p{
  padding-bottom: 25px;
}
footer .company-details a:hover,
footer .company-details a:focus{
  text-decoration: underline;
}
footer img{
  max-width: 320px;
}
footer .legal-footnote{
  font: normal normal 400 16px/20px IBM Plex Sans;
}
footer .legal-footnote span{
  padding-left: 30px;
}
footer .legal-footnote a{
  text-decoration: underline;
}
button {
  font: normal normal 600 21px/28px IBM Plex Sans;
  color: #FFFFFF;
  background: var(--main-green) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 21px;
  opacity: 1;
  min-width: 147px;
  padding: 8px 20px;
}
a:hover button,
a:focus button {
  font: normal normal 600 21px/28px IBM Plex Sans;
  background: var(--main-orange) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 21px;
  opacity: 1;
  min-width: 147px;
  cursor: pointer;
  transition: 0.1s linear;
}
.swiper {
  width: 100%;
  height: 100%;
  --swiper-pagination-color: var(--main-orange);
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-inactive-color: #DFE5E2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 12px;
}
.swiper .swiper-slide {
  width: 1126px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 1126px;
  max-height: 694px;
  object-fit: cover;
  aspect-ratio: 1126/694;
}
.swiper .swiper-slide-next,
.swiper .swiper-slide-prev {
  opacity: 0.1;transition: opacity 0.2s ease 0s;
}
.swiper .swiper-pagination {
  position:relative!important;
  line-height: 0;
  padding-top: 24px;
}
.google-maps {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1024px) {
  body {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    padding-bottom: 10px;
  }
  .container {
    padding: 0 20px;
  }
  .container .col {
    flex-direction: column;
  }
  .container .left-col {
    max-width: 100%!important;
  }
  .container img {
    max-width: 100%!important;
    min-width: 100%!important;
  }
  /* Hide on mobile, show on desktop */
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  header {
    height: auto;
  }
  header video {
    padding-top: 20px;
  }
  header .claim {
    max-width: 300px;
    font-size: 45px;
    letter-spacing: -0.68px;
    padding-bottom: 23px;
  }
  header .arrow {
    padding-bottom: 30px;
  }
  @keyframes move {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .first {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .first .col {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .first .col img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .second {
    padding: 28px 0 0px;
  }
  .second .container .col {
    gap: 50px;
  }
  .second .container {
    padding-bottom: 100px;
  }
  .second .container .col.reverse-mobile {
    flex-direction: column-reverse;
  }
  .third {
    padding: 60px 0 70px;
  }
  .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;
  }
  .swiper .swiper-slide {
    width: 100%;
  }
  .swiper .swiper-slide img {
    aspect-ratio: 1126/694;
  }
  .swiper .swiper-slide-next,
  .swiper .swiper-slide-prev {
    opacity: 1;
  }
  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;
  }
  footer .legal-footnote video{
    width: 160px;
  }
}
@media (max-width: 1130px) {
  .third {
    background: url("/assets/img/SHAPE2.svg") center bottom no-repeat;
    background-color: var(--main-green);
  }
}


