.hero {
  position: relative;
  background-color: #DBFF26;
  padding: 4.0625rem 0 6.25rem;
  overflow-x: hidden;
}
.hero img.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}
.hero.hero-bg {
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.hero.hero-bg .container {
  margin: auto;
}
.hero.full-width-hero {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  .hero.full-width-hero {
    padding: 0;
  }
}
.hero .home-hero-form-code {
  display: flex;
  justify-content: center;
  min-height: 18.75rem;
  height: 100%;
}
.hero img.half-width-image {
  border-radius: 16px;
  max-height: 525px;
  width: auto;
}
.hero p,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero span {
  color: #000000;
}
.hero .subheading.tag {
  background: #000000;
  color: #DBFF26;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
.hero .hero-text-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 991px) {
  .hero .hero-text-col {
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-text-col {
    max-width: 32.875rem;
  }
}
.hero .hero-text-col h5 {
  color: #000000;
}
.hero .hero-text-col ul {
  margin-bottom: 0;
  padding-top: 30px;
  position: relative;
}
.hero .hero-text-col ul:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 74px;
  content: ".";
  color: transparent;
  background: #ffffff;
  opacity: 0.16;
  height: 1px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .hero .hero-text-col ul:before {
    width: 100%;
  }
}
.hero .hero-text-col ul li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.hero .hero-text-col ul li p {
  width: 80%;
  margin: 0;
}
.hero .hero-text-col .primary-button {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero .hero-text-col .primary-button-container {
    width: 100%;
  }
}
.hero .hero-text-col .secondary-button {
  color: #000000;
  background: #ffffff;
  border-color: #000000;
}
.hero .hero-text-col .home-hero-bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .hero .hero-text-col .home-hero-bottom {
    flex-direction: column;
  }
  .hero .hero-text-col .home-hero-bottom a {
    width: 100%;
  }
}
.hero .hero-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .hero .hero-text {
    margin-top: 51px;
  }
}
.hero .hero-text .hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
  margin-top: 24px;
}
@media only screen and (max-width: 575px) {
  .hero .hero-text .hero-ctas {
    flex-direction: column;
    gap: 16px;
  }
  .hero .hero-text .hero-ctas a {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero .half-width-image {
    margin-top: 48px;
  }
}
.hero .hero-full-width-image {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero .hero-full-width-image img {
  display: block;
}
@media only screen and (max-width: 575px) {
  .hero .hero-full-width-image {
    margin-top: 73px;
  }
  .hero .hero-full-width-image img {
    object-fit: cover;
    display: none;
  }
}
.hero .hero-image-grid {
  position: relative;
  height: 100%;
  top: 5rem;
  display: grid;
  margin-bottom: 3rem;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .hero .hero-image-grid {
    top: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .hero .hero-image-grid {
    top: -2rem;
    margin-bottom: 0;
    width: 100%;
  }
}
.hero .hero-image {
  position: relative;
  grid-row-start: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 5px solid #ffffff;
}
.hero .hero-image-1 {
  top: 0;
  left: 0;
  max-width: 18rem;
  height: 27rem;
  transform: scale(1.2) rotate(-10deg);
}
@media screen and (min-width: 767px) {
  .hero .hero-image-1 {
    top: 5rem;
    left: 4rem;
  }
}
.hero .hero-image-2 {
  top: 0;
  z-index: -1;
  max-width: 13rem;
  height: 19.5rem;
  transform: scale(1.2) rotate(20deg);
}
.hero .has-two-images {
  margin-top: 7rem;
}
.hero .primary-link {
  color: #DBFF26;
  text-underline-offset: 1px;
}
.hero .primary-link svg {
  transition: all 0.3s ease;
}
.hero .primary-link:hover {
  color: #DBFF26;
}
.hero .primary-link:hover svg {
  transform: translateY(2px);
}
.hero .primary-link:focus {
  color: #DBFF26;
}
.hero .primary-link:active {
  color: #DBFF26;
}
.hero .horizontal-hero-list {
  display: flex;
  padding-top: 2.5rem;
  align-items: flex-start;
  gap: 4rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hero .horizontal-hero-list {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.hero .horizontal-hero-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.75rem;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .hero .horizontal-hero-list li {
    width: auto;
  }
}
.hero .horizontal-hero-list li svg {
  width: auto;
}
.hero .horizontal-hero-list li p {
  margin: 0;
}
.hero .row, .hero .container {
  z-index: 1;
}

.home-hero {
  min-height: calc(100vh - 119px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  background: #DBFF26;
  color: #000000;
}
.home-hero .home-hero-overlay {
  display: flex;
  align-items: center;
  padding: 8.25rem 0 4rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 119px);
  position: relative;
  z-index: 1;
}
.home-hero .hero-image-grid {
  height: 100%;
  width: 100%;
  top: 1rem;
  display: grid;
  margin-bottom: 3rem;
}
@media screen and (min-width: 991px) {
  .home-hero .hero-image-grid {
    top: -2rem;
    margin-bottom: 0;
  }
}
.home-hero .hero-image {
  position: relative;
  grid-row-start: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 5px solid #ffffff;
}
.home-hero .hero-image-1 {
  top: unset;
  left: 0;
  max-width: 21.5rem;
  transform: rotate(-10deg);
}
@media screen and (min-width: 991px) {
  .home-hero .hero-image-1 {
    transform: scale(1.1) rotate(-10deg);
  }
}
@media screen and (min-width: 767px) {
  .home-hero .hero-image-1 {
    left: 4rem;
  }
}
.home-hero .hero-image-2 {
  top: 5rem;
  z-index: -1;
  max-width: 18rem;
  transform: rotate(20deg);
}
@media screen and (min-width: 991px) {
  .home-hero .hero-image-2 {
    top: 5rem;
    transform: scale(1.1) rotate(20deg);
  }
}
.home-hero .home-hero-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.home-hero .home-hero-icons img.hero-icon {
  max-width: 7.875rem;
  height: auto;
  object-fit: contain;
}
.home-hero .home-hero-icons img.tripadvisor-icon {
  max-width: 16rem;
}
.home-hero .hero-text-col {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .home-hero .hero-text-col h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero .hero-text-col {
    max-width: 32.875rem;
  }
}
.home-hero .hero-text-col h1, .home-hero .hero-text-col h2, .home-hero .hero-text-col h3, .home-hero .hero-text-col h4, .home-hero .hero-text-col h5, .home-hero .hero-text-col h6, .home-hero .hero-text-col p, .home-hero .hero-text-col span, .home-hero .hero-text-col strong {
  color: #000000;
}
.home-hero .hero-text-col .home-hero-bottom {
  flex-direction: column;
}
@media only screen and (max-width: 575px) {
  .home-hero .hero-text-col .home-hero-bottom {
    flex-direction: column;
    gap: 16px;
  }
  .home-hero .hero-text-col .home-hero-bottom a {
    width: 100%;
  }
}
.home-hero .hero-text-col .home-hero-bottom .primary-button {
  width: 100%;
  font-weight: 600;
  padding: 14px 36px;
}
.home-hero .hero-text-col .home-hero-bottom .home-hero-cta-subtext {
  color: #000000;
  font-style: italic;
  margin: 10px 0 0;
  width: 100%;
}
.home-hero .hero-text-col .home-hero-bottom .arrow-svg {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1439px) {
  .home-hero .hero-text-col .home-hero-bottom .arrow-svg {
    display: none;
  }
}
.home-hero .hero-text-col .tripadvisor-floating-circle {
  position: absolute;
  top: -49px;
  right: -50px;
}
@media only screen and (max-width: 1199px) {
  .home-hero .hero-text-col .tripadvisor-floating-circle {
    top: -134px;
    right: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .home-hero .hero-text-col .tripadvisor-floating-circle {
    top: -140px;
    right: -16px;
  }
}
.home-hero .home-hero-bullets {
  padding-top: 100px;
}
.home-hero .home-hero-bullets h1, .home-hero .home-hero-bullets h2, .home-hero .home-hero-bullets h3, .home-hero .home-hero-bullets h4, .home-hero .home-hero-bullets h5, .home-hero .home-hero-bullets h6, .home-hero .home-hero-bullets p, .home-hero .home-hero-bullets span, .home-hero .home-hero-bullets strong {
  color: #000000;
}
.home-hero .home-hero-bullets ul {
  display: flex;
  gap: 4.5rem;
}
@media only screen and (max-width: 575px) {
  .home-hero .home-hero-bullets ul {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.home-hero .home-hero-bullets ul li {
  display: flex;
  gap: 0.75rem;
}
@media only screen and (min-width: 1199px) {
  .home-hero .home-hero-bullets ul li {
    width: 30%;
  }
}
.home-hero .home-hero-bullets ul li svg {
  width: 1.375rem;
}
.home-hero .home-hero-bullets ul li p {
  width: calc(100% - 2.125rem);
  margin: 0;
  text-align: left;
}
.home-hero .home-hero-form-code {
  height: 100%;
  border-radius: 12px;
  background: white;
  box-shadow: 12px 42px 120px 0 rgba(0, 0, 0, 0.12);
  padding: 8px;
  margin: 0 50px;
}
.home-hero .trusted-partners {
  padding-top: 5rem;
}
.home-hero .trusted-partners h1, .home-hero .trusted-partners h2, .home-hero .trusted-partners h3, .home-hero .trusted-partners h4, .home-hero .trusted-partners h5, .home-hero .trusted-partners h6, .home-hero .trusted-partners p, .home-hero .trusted-partners span, .home-hero .trusted-partners strong {
  color: #000000;
}
.home-hero .trusted-partners .partner-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.home-hero .trusted-partners .partner-icons .icon-container {
  width: auto;
  max-width: 12%;
}
.home-hero .trusted-partners .partner-icons .icon-container .trusted-partners-icon {
  max-width: 100%;
  width: 8.125rem;
  transition: 0.3s ease;
  object-fit: contain;
}
.home-hero .trusted-partners .partner-icons .icon-container .trusted-partners-icon:hover {
  filter: brightness(1.25);
}
@media only screen and (max-width: 1199px) {
  .home-hero .trusted-partners .partner-icons .icon-container {
    max-width: 24%;
  }
}
@media only screen and (max-width: 575px) {
  .home-hero .trusted-partners .partner-icons {
    justify-content: space-around;
  }
  .home-hero .trusted-partners .partner-icons .icon-container {
    max-width: 45%;
  }
  .home-hero .trusted-partners .partner-icons .icon-container .trusted-partners-icon {
    max-height: 4.375rem;
    height: 100%;
    width: auto;
  }
}

/*# sourceMappingURL=s-home_hero.css.map */
