header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 1;
}
@media screen and (max-height: 580px) {
  header {
    position: relative;
  }
}
@media screen and (max-width: 580px) {
  header {
    position: relative;
  }
}
header .logo-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header .logo-section img {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 768px) {
  header .logo-section {
    text-align: center;
  }
  header .logo-section img {
    max-width: 126px;
  }
}
footer {
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  footer {
    height: auto;
  }
}
@media screen and (max-height: 580px) {
  footer {
    position: relative;
  }
}
@media screen and (max-width: 580px) {
  footer {
    position: relative;
  }
}
footer .container {
  max-width: 1160px;
}
footer .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  footer .flexbox div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
footer .address-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  footer .address-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
footer .address {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #172b4d;
}
footer .telephone {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #172b4d;
}
footer .links-section {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #172b4d;
  cursor: pointer;
}
footer .copyrights-section {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #172b4d;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.disclaimer {
  position: absolute;
  font-size: 14px;
  bottom: -150%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 1rem;
  padding-bottom: 5rem;
  z-index: 11;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .disclaimer {
    display: none;
  }
}
.disclaimer .disclaimer-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  max-width: 1160px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .disclaimer .disclaimer-close {
    right: 1rem;
  }
}
.disclaimer .disclaimer-title {
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .disclaimer .disclaimer-title {
    text-align: center;
  }
}
.disclaimer p {
  font-size: 14px;
  line-height: 19px;
}
.disclaimer.open {
  -webkit-transition: 0.5s bottom;
  transition: 0.5s bottom;
  visibility: visible;
  pointer-events: initial;
  bottom: 0;
}
@media (max-width: 1024px) {
  .disclaimer.open {
    display: block;
    top: 0;
    bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.disclaimer .copyrights-section {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #172b4d;
  text-transform: uppercase;
  letter-spacing: 2px;
  right: 0;
  left: 0;
  max-width: 1160px;
  margin: 0 auto;
  position: absolute;
  text-align: right;
  bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .disclaimer .copyrights-section {
    text-align: center;
  }
}
.email {
  margin-left: 1rem;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .email {
    margin-left: 0;
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
}
@font-face {
  font-family: "Nunito Sans";
  src: url(../../assets/fonts/NunitoSans-Regular.otf),
    url(../../assets/assets/fonts/NunitoSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Nunito Sans";
  src: url(../../assets/fonts/NunitoSans-Light.otf),
    url(../../assets/assets/fonts/NunitoSans-Light.ttf);
  font-weight: 300;
}
body {
  margin: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  color: #1c3664;
  -webkit-box-shadow: 0 10px 20px -5px #1c3664;
  box-shadow: 0 10px 20px -5px #1c3664;
  position: relative;
  height: 100vh;
}
p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1024px) {
  p {
    font-size: 19px;
    line-height: 23px;
  }
}
h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0.5rem;
  margin-top: 0;
  max-width: 450px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.blue {
  color: #172b4d;
}
.bg-grey {
  background-color: #f0f0f0;
}
a {
  text-decoration: none;
  color: #172b4d;
  letter-spacing: 2px;
  text-decoration: underline;
}
.home {
  height: 100vh;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  position: fixed;
}
@media screen and (max-height: 580px) {
  .home {
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  .home {
    position: relative;
    height: auto;
  }
}
.home .container {
  height: 100%;
  max-width: 1160px;
  right: 0;
  margin: 0 auto;
}
.home .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
}
section {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.content {
  position: absolute;
  top: 0;
  color: #fff;
  max-width: 500px;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
@media screen and (max-height: 580px) {
  .content {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .content {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 52vh !important;
  }
}
.video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 85, 255, 0.7);
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}
