body.home {
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
}
body.home.admin-bar {
  height: calc(100vh - 46px);
  min-height: calc(100vh - 46px);
}
@media (min-width: 780px) {
  body.home.admin-bar {
    height: calc(100vh - 32px);
    min-height: calc(100vh - 32px);
  }
}
body.home .header {
  position: fixed;
}
@media (max-width: 992px) {
  body.home .header {
    padding-top: 70px;
    top: 0;
  }
}
body.home footer {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 5;
}

.homepage {
  height: 100%;
  position: relative;
}
.homepage__banner {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage__banner__slick {
  position: relative;
  z-index: 1;
}
.homepage__banner__slick,
.homepage__banner__slick .slick-list,
.homepage__banner__slick .slick-track,
.homepage__banner__slick .slick-slide,
.homepage__banner__slick .slick-slide > div,
.homepage__banner__slick .slick-slide > div > div {
  height: 100%;
}
.homepage__banner__item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homepage__banner__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}
.homepage__banner__video__box__item video {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.homepage__banner__iframe iframe {
  max-width: inherit;
  margin: auto;
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 0;
  visibility: visible;
  min-width: 100%;
  min-height: 100%;
}
.homepage__quickaccess {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .homepage__quickaccess {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@media (max-width: 1200px) {
  .homepage__quickaccess {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .homepage__quickaccess {
    justify-content: center;
    flex-direction: row;
    top: unset;
    transform: translateX(-50%);
    bottom: 195px;
    overflow-x: auto;
    gap: 30px;
    height: 90px;
    align-items: center;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  .homepage__quickaccess {
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .homepage__quickaccess span {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .homepage__quickaccess {
    bottom: 230px;
  }
}
.homepage__quickaccess__item + div {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .homepage__quickaccess__item + div {
    margin: 0;
  }
}
.homepage__quickaccess__item a {
  border: 2.74311px solid white;
  border-radius: 81.9586px;
  background: #232378;
  padding: 16.3917px;
  display: block;
  width: 70px;
  height: 70px;
  transition: 0.3s all;
  position: relative;
}
@media (max-width: 992px) {
  .homepage__quickaccess__item a {
    width: 60px;
    height: 60px;
  }
}
.homepage__quickaccess__item a:after {
  content: "";
  display: block;
  width: 85px;
  height: 85px;
  background: #ffebec;
  border-radius: 63.9277px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
  transition: 0.3s all;
}
@media (max-width: 992px) {
  .homepage__quickaccess__item a:after {
    width: 70px;
    height: 70px;
  }
}
.homepage__quickaccess__item a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
  display: block;
  background: linear-gradient(90.51deg, rgba(255, 255, 255, 0.31) 0.27%, rgba(255, 255, 255, 0.88) 48.65%, rgba(255, 255, 255, 0.12) 102.34%);
  backdrop-filter: blur(11px);
  border-radius: 98.7518px;
  width: 280px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  padding: 1rem 75px 1rem 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  transition: 0.3s all;
}
@media (max-height: 600px) and (min-width: 1200px) {
  .page-template-home-page .homepage__quickaccess {
    transform: translate(-35%, -50%) scale(0.7);
  }
}
@media (max-height: 700px) and (min-width: 1200px) {
  .page-template-home-page .header__top {
    padding: 8px 0;
  }
  .page-template-home-page .header__navigation .primary-menu > li > a {
    padding: 12px 1rem 12px 0;
  }
  .page-template-home-page .footer__content {
    padding: 8px 0;
  }
}