.page-template-home .swiper .slide__image {
  object-position: center center;
}
.swiper {
  max-height: 600px;
}
.swiper .slide {
  position: relative;
  max-height: 600px;
}
.slide-zoom-in img.zooming {
	animation: zoom-in 10s ease;
}
.slide-zoom-out img {
	transform: scale(1.08);
}
.slide-zoom-out img.zooming {
	animation: zoom-out 10s ease;
}
.swiper .slide__image {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 5;
  object-position: center top;
}
.swiper .slide__content {
  color: white;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper .slide__content {
    padding: 0 2rem;
  }
}
.swiper .slide .content {
  overflow: hidden;
  margin-top: -10px;
}
.swiper .slide .content__top {
  font-family: "Arial", "Helvetica", "sans-serif";
  height: auto;
  width: auto;
  color: #ffffff;
  text-decoration: none;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 20px;
  transform-origin: 50% 50% 0;
  opacity: 0;
  transform: translate(0px, -22px);
  transition: all 0.8s ease;
  transition-delay: 0.3s;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .swiper .slide .content__top {
    font-size: 15px;
    line-height: 18px;
    max-width: 250px;
    margin: 0 auto;
  }
  .swiper .slide .content__top br {
    display: none;
  }
}
.swiper .slide .content__top.animated {
  opacity: 1;
  transform: translate(0, 0);
}
.swiper .slide .content__middle {
  font-family: "Arial Black", "Gadget", "sans-serif";
  color: #ffffff;
  text-decoration: none;
  white-space: normal;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 79px;
  letter-spacing: -3px;
  font-weight: 600;
  transform-origin: 50% 50% 0;
  opacity: 0;
  transform: translate(-150%, 0px);
  transition: all 0.6s ease;
  transition-delay: 0.8s;
}
.swiper .slide .content__middle.animated {
  opacity: 1;
  transform: translate(0, 0);
}
.swiper .slide .content__middle h1 {
  font-family: "Arial Black", "Gadget", "sans-serif" !important;
  font-size: 88px;
  font-weight: 700 !important;
  line-height: 71px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -5.5px;
}
@media screen and (max-width: 768px) {
  .swiper .slide .content__middle h1 {
    font-size: 68px;
    line-height: 58px;
  }
}
.swiper .slide .content__middle h2 {
  font-family: "Arial Black", "Gadget", "sans-serif" !important;
  font-size: 78px;
  font-weight: 700 !important;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .swiper .slide .content__middle h2 {
    font-size: 46px;
    line-height: 40px;
    letter-spacing: -1px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.swiper .slide .content__middle h3 {
  font-family: "Arial Black", "Gadget", "sans-serif" !important;
  font-size: 58px;
  font-weight: 700 !important;
  line-height: 61px;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .swiper .slide .content__middle h3 {
    font-size: 37px;
    line-height: 33px;
    max-width: 250px;
    letter-spacing: -1px;
    margin: 0 auto;
  }
}
.swiper .slide .content__bottom {
  font-family: "Arial", "Helvetica", "sans-serif";
  height: auto;
  color: #ffffff;
  text-decoration: none;
  white-space: normal;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 16px;
  transform-origin: 50% 50% 0;
  opacity: 0;
  transform: translate(150%, 0px);
  transition: all 0.6s ease;
  transition-delay: 0.8s;
  margin-bottom: 20px;
  margin-top: 30px;
}
.swiper .slide .content__bottom.animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .swiper .slide .content__bottom {
    font-size: 15px;
    line-height: 18px;
  }
  .swiper .slide .content__bottom br {
    display: none;
  }
}
.swiper .slide .content__buttons {
  text-align: center;
  opacity: 0;
  transform: translate(0px, 100%);
  transition: all 0.8s ease;
  transition-delay: 0.2s;
}
.swiper .slide .content__buttons.animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .swiper .slide .content__buttons .button-separator {
    display: none;
  }
}
.swiper .slide .content__buttons a {
  display: inline-block;
  background-color: #b7cfde;
  font-family: "Arial", "Helvetica", "sans-serif";
  cursor: pointer;
  outline: currentcolor none medium;
  box-shadow: none;
  box-sizing: border-box;
  height: auto;
  width: auto;
  color: #3d3d3d;
  text-decoration: none;
  white-space: nowrap;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 14px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  border-color: transparent;
  padding: 15px 30px;
  transform-origin: 50% 50% 0;
  opacity: 1;
  visibility: visible;
  border-width: 0;
  border-radius: 0;
  border-style: none;
}
.swiper .slide .content__buttons a:hover {
  color: white;
  background-color: #01476b;
}
.swiper .slide .content__buttons a:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .swiper .slide .content__buttons a {
    font-size: 11px;
    line-height: 11px;
    padding: 12px 24px;
    margin: 0 auto;
  }
  .swiper .slide .content__buttons a:not(:last-child) {
    margin-right: 0;
  }
  .swiper .slide .content__buttons a::after {
    content: "\A";
  }
}
.swiper .slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: black;
  opacity: 0.3;
  transition: 0.2s ease opacity;
}
.swiper .slide__progressbar {
  background: rgba(183, 207, 222, 0.9);
  height: 10px;
  width: 0;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
.swiper .slide__button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .swiper .slide__button {
    display: none;
  }
}
.swiper .slide__button_prev {
  opacity: 1;
  transform: translate(50px, -55px);
  top: 50%;
  left: 0;
}
.swiper .slide__button_prev::before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #ffffff;
  display: block;
  line-height: 110px;
  text-align: center;
}
.swiper .slide__button_prev .btn-wrapper {
  left: 0;
}
.swiper .slide__button_next {
  opacity: 1;
  transform: translate(-50px, -55px);
  top: 50%;
  right: 0;
}
.swiper .slide__button_next::before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #ffffff;
  display: block;
  line-height: 110px;
  text-align: center;
}
.swiper .slide__button_next .btn-wrapper {
  right: 0;
}
.swiper .slide__button:hover .btn-wrapper {
  width: 180px;
  visibility: visible;
  transition: all 0.5s;
}
.swiper .slide__button .btn-wrapper {
  position: absolute;
  top: 0;
  width: 0;
  height: 140px;
  visibility: hidden;
  overflow-x: hidden;
  z-index: 50;
  transition: all 0.2s;
  transition-delay: 0.3s;
}
.swiper .slide__button .btn-wrapper .btn-image {
  width: 180px;
  height: 110px;
}
.swiper .slide__button .btn-wrapper .btn-title {
  width: 180px;
  text-align: left;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all 0s;
  transform: rotatex(-90deg);
  transform-origin: 50% 0;
  box-sizing: border-box;
  bottom: 0;
  transition-delay: 0.25s;
}
.swiper .slide__button .btn-wrapper:hover .btn-title {
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
.swiper .slide.swiper-slide-active .slide__progressbar {
  width: 100%;
}
@keyframes zoom-in {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.08, 1.08);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1.08, 1.08);
  }
  to {
    transform: scale(1, 1);
  }
}
/*# sourceMappingURL=view.css.map */