/**
 * Media Queries
 */
/**
 * Standard Colors
 */
.btn-inverse {
  background: #2CD5C4;
  color: #071D49 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5rem;
  text-decoration: none !important;
  background: #fff !important;
  border: 2px solid #071D49 !important;
  padding: 8px 18px !important;
}
.btn-inverse:hover {
  background: #d7efe7;
}
.btn-inverse:hover {
  background: #c6e6e1 !important;
}
.block.hero {
  background: #071D49;
  color: #fff;
  overflow: hidden;
  padding: 2rem 0;
  position: relative;
}
.block.hero.waves {
  background: linear-gradient(250deg, rgba(165, 239, 231, 0.3), rgba(44, 199, 188, 0.2), rgba(44, 199, 188, 0), rgba(255, 255, 255, 0.05)), linear-gradient(4deg, #071d49, #26bab2);
}
.block.hero.waves-alt {
  background: linear-gradient(200deg, rgba(80, 200, 181, 0.1), rgba(0, 54, 113, 0.1), rgba(0, 30, 123, 0), rgba(175, 209, 211, 0.05)), linear-gradient(2deg, #070a32, #0a1f3e, #12456c, #2d89aa);
}
@media only screen and (min-width: 768px) {
  .block.hero.waves::after,
  .block.hero.waves-alt::after {
    background-image: url(../../img/waves.svg);
    background-position: bottom center;
    background-repeat: repeat-x;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.block.hero h1,
.block.hero h2,
.block.hero h3,
.block.hero h4,
.block.hero h5,
.block.hero h6 {
  color: inherit !important;
}
@media only screen and (min-width: 768px) {
  .block.hero:before {
    content: '';
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero.media3x2 {
    padding-top: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero.media4x3 {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero.media16x9 {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero.media21x9 {
    padding-top: 42.85%;
  }
}
.block.hero.one-line {
  background: linear-gradient(200deg, rgba(80, 200, 181, 0.1), rgba(0, 54, 113, 0.1), rgba(0, 30, 123, 0), rgba(175, 209, 211, 0.05)), linear-gradient(2deg, #070a32, #0a1f3e, #12456c, #2d89aa);
  min-height: auto !important;
  padding-top: 10% !important;
}
.block.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 782px) {
  .block.hero .media-wrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero .media-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
}
@media only screen and (min-width: 1170px) {
  .block.hero .media-wrap {
    right: -210px;
    left: 210px;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero.media21x9 {
    min-height: 500px;
    padding-top: 0;
  }
}
@supports (object-fit: cover) {
  .block.hero .media-wrap img,
  .block.hero .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.block.hero .video-play-pause-button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 5;
}
.block.hero .video-play-pause-button.playing .icon.play {
  display: none;
}
.block.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.block.hero .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.block.hero .icon.pause {
  display: none;
}
.block.hero .icon svg {
  height: 8px;
  width: 7px;
}
@media only screen and (min-width: 768px) {
  .block.hero .block-wrap {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1140px;
    z-index: 4;
  }
}
.block.hero .content-wrap {
  position: relative;
  /* top */
  /* center */
  /* bottom */
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap {
    position: absolute;
    display: flex;
    margin: 2rem 0;
    width: 100%;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.top-left {
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.top-middle {
    justify-content: center;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.top-right {
    right: 0;
    top: 0;
  }
}
.block.hero .content-wrap.top-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.center-left {
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.block.hero .content-wrap.center-middle {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.center-right {
    align-items: center;
    height: 100%;
    right: 0;
    top: 0;
  }
}
.block.hero .content-wrap.center-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.bottom-left {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.bottom-middle {
    bottom: 0;
    justify-content: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap.bottom-right {
    bottom: 0;
    right: 0;
  }
}
.block.hero .content-wrap.bottom-right .content {
  margin-left: auto;
}
.block.hero .content-wrap .content {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) {
  .block.hero .content-wrap .content {
    max-width: 800px;
  }
}
.block.hero .down-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block.hero .down-arrow {
    animation: 1s ease-in-out infinite alternate levitate;
    background: #333;
    border: none;
    border-radius: 50px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    padding: 10px;
    position: absolute;
    width: 50px;
  }
}
.block.hero .down-arrow svg {
  fill: #ffffff;
  height: auto;
  margin: auto;
  width: 18px;
}
.block.hero .down-arrow span {
  display: none;
}
.block.hero .pre-image {
  display: block;
  margin: 1rem 0;
}
/* levitate animation */
@keyframes levitate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
