@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.wrapper-section {
  height: 100%;
  min-height: 100vh;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.wrapper-section:before {
  content: "";
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper-section .container {
  position: relative;
}

.logo-image {
  padding: 20px 0;
  margin-bottom: 30px;
}

.logo-image img {
  width: 200px;
}

.centered-text-block {
  text-align: center;
  margin: 100px 0 170px;
}

.centered-text-block img {
  width: 260px;
  margin: 0 0 40px;
}

.centered-text-block h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  margin: 0;
}

.foot-text {
  color: #fff;
  padding: 5px 0;
  margin: 0;
}

.foot-text a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}

.foot-text a:first-child {
  padding-left: 0;
}

.foot-text span {
  padding-left: 10px;
}

.footer-section {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.footer {
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .centered-text-block img {
    width: 150px;
  }
  .centered-text-block h1 {
    font-size: 30px;
  }
  .footer-section {
    text-align: center;
  }
  .logo-image {
    text-align: center;
  }
  .centered-text-block {
    margin: 30px 0 120px;
  }
  .foot-text span {
    display: block;
  }
}

@media only screen and (min-width: 1920px) {}
#myVideo {position: static;
    top: auto;
    left: auto;
    transform: none;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sqs-video-background
.video-player .plyr__video-wrapper {
    z-index: -1;
}
.plyr__video-wrapper {
    background-color: transparent;
}
.video-player .plyr__video-wrapper {
    background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
