body#index .swhomepagehero-container {
  margin-top: 0 !important;
  padding: 0;
}
body#index .swhomepagehero-container .swhomepagehero-slides {
  position: relative;
  width: 100%;
  height: calc(60vh - 100px);
  overflow: hidden;
  border-bottom: 8px solid var(--global-palette1);
  background-color: rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  body#index .swhomepagehero-container .swhomepagehero-slides {
    height: 400px;
  }
}
body#index .swhomepagehero-container .swhomepagehero-slides .phonetop {
  height: 30px;
  position: static;
  top: initial;
  left: initial;
  transform: none;
  z-index: 0;
}
body#index .swhomepagehero-container .swhomepagehero-slides .swhomepagehero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  z-index: 1;
  opacity: 0;
}
body#index .swhomepagehero-container .swhomepagehero-slides .swhomepagehero-slide > video {
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
body#index .swhomepagehero-container .swhomepagehero-slides h2 {
  font-size: 4rem;
  font-weight: 900;
  color: var(--primary-color);
  position: initial;
}
body#index .swhomepagehero-container .swhomepagehero-slides h2:before {
  content: "";
  position: initial;
  top: initial;
  left: initial;
  width: 0;
  height: 0;
  background: none;
  filter: none;
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  align-items: center;
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content.start {
  animation: slideOut 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  animation-delay: 8s;
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content.start img {
  animation: slideLeft 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  animation-delay: 1s;
  opacity: 0;
  width: 100%;
  max-width: 300px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content.start h2 {
  transform: translateX(10%);
  animation: slideRight 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  animation-delay: 1.4s;
  color: var(--white);
  border: none;
  -webkit-text-fill-color: initial;
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content.start p {
  transform: translateX(-10%);
  animation: slideLeft 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  animation-delay: 1.4s;
  color: var(--white);
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content .phonetop {
  transform: translateX(10%);
  animation: slideRight 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  animation-delay: 1.4s;
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content .phonetop a {
  color: var(--white);
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-60%, -50%);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content h1,
body#index .swhomepagehero-container .swhomepagehero-slides .overlay-content p {
  margin: 0;
  padding: 0;
}
body#index .swhomepagehero-container .swhomepagehero-slides .custom-shape-divider-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 3;
}
body#index .swhomepagehero-container .swhomepagehero-slides .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: 115%;
  height: 50px;
}
body#index .swhomepagehero-container .swhomepagehero-slides .custom-shape-divider-bottom svg .shape-fill {
  fill: var(--bodybg);
} /*# sourceMappingURL=swhomepagehero.css.map */
