/*
Theme Name: Autumn Park
Author: Carve Design
Description: Autumn Park Website Theme
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: 400;
  font-size: 3.8rem;
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 3.4rem;
  margin-bottom: 20px;
}

@media (max-width: 921px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-weight: 600;
  line-height: 1;
  font-size: 3rem;
}

h4 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -1.3px;
}

h5 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.7rem;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s opacity ease, 0.3s color ease;
}

strong {
  font-weight: 800;
}

.width-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

@media (max-width: 640px) {
  .width-wrapper {
    padding: 0 25px;
  }
}

.plain-content-component {
  padding: 60px 0;
}

small {
  font-size: 0.75em;
}

.further-info {
  background-color: #e7e5e4;
  text-align: center;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.further-info .circle {
  position: absolute;
  width: 620px;
  right: -200px;
  bottom: -320px;
}

.further-info .circle svg path {
  stroke: #1b333e;
}

.further-info .further-info-inner h2 {
  color: #1b333e;
  margin-bottom: 40px;
}

.further-info .further-info-inner .info-cols {
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}

.further-info .further-info-inner .info-cols .column {
  width: 45%;
}

.further-info .further-info-inner .info-cols .logo {
  height: 150px;
}

.further-info .further-info-inner .info-cols .logo img {
  height: 100%;
  width: auto;
}

.further-info .further-info-inner .info-cols .contact {
  margin-top: 15px;
  color: #1b333e;
}

.further-info .further-info-inner .info-cols .contact a {
  display: block;
}

.further-info .further-info-inner .info-cols .contact a:hover {
  text-decoration: underline;
}

.further-info .further-info-inner .info-cols .contact .name {
  font-weight: 700;
}

@media (max-width: 1180px) {
  .further-info .further-info-inner .info-cols {
    font-size: 14px;
  }
  .further-info .further-info-inner .info-cols .column .logo {
    height: 120px;
  }
}

@media (max-width: 921px) {
  .further-info .further-info-inner .info-cols {
    display: block;
  }
  .further-info .further-info-inner .info-cols .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .further-info .further-info-inner .info-cols .column .logo {
    max-width: 200px;
    margin: auto;
  }
  .further-info .further-info-inner .info-cols .column:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1180px) {
  .further-info .circle {
    width: 420px;
    right: -185px;
    bottom: -190px;
  }
}

@media (max-width: 640px) {
  .further-info {
    padding: 40px 25px;
  }
  .further-info .circle {
    display: none;
  }
}

footer a:hover {
  text-decoration: underline;
}

footer .main-footer-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .main-footer-wrap-inner {
  font-size: 13px;
  text-align: center;
  max-width: 860px;
  margin: auto;
}

header {
  background: #1b333e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .header-main .header-main-inner {
  display: flex;
  justify-content: space-between;
}

header .header-main .header-main-inner .logo {
  height: 70px;
  display: block;
  padding: 20px 0 10px;
  transition: 0.3s height ease;
}

header .header-main .header-main-inner .logo img {
  height: 100%;
  width: auto;
  padding: 2px 0;
  box-sizing: border-box;
}

header .header-main .header-main-inner .mobile-anchor {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 30px;
  display: none;
}

header .header-main .header-main-inner .mobile-anchor .menu-icon {
  position: relative;
  width: 25px;
  height: 9px;
  display: block;
}

header .header-main .header-main-inner .mobile-anchor .menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s ease transform, 0.3s ease top;
}

header .header-main .header-main-inner .mobile-anchor .menu-icon span:nth-child(1) {
  top: 0px;
  width: 75%;
}

header .header-main .header-main-inner .mobile-anchor .menu-icon span:nth-child(2) {
  top: 8px;
}

header .header-main .header-main-inner .mobile-anchor.active .menu-icon span:nth-child(1) {
  width: 100%;
  transform: rotate(45deg);
  top: 4px;
}

header .header-main .header-main-inner .mobile-anchor.active .menu-icon span:nth-child(2) {
  width: 100%;
  top: 4px;
  transform: rotate(-45deg);
}

header .header-main .header-main-inner .main-nav {
  display: flex;
  align-items: flex-end;
  padding-bottom: 14px;
}

header .header-main .header-main-inner .main-nav .nav-menu {
  display: flex;
  justify-content: center;
}

header .header-main .header-main-inner .main-nav .nav-menu li {
  margin-right: 20px;
}

header .header-main .header-main-inner .main-nav .nav-menu li a {
  color: #ffffff;
}

header .header-main .header-main-inner .main-nav .nav-menu li a:hover {
  color: #ffffff;
}

header .header-main .header-main-inner .main-nav .nav-menu li.current-menu-item {
  font-weight: 600;
}

header .header-main .header-main-inner .main-nav .nav-menu li:last-child {
  margin-right: 0;
}

header .header-main .header-main-inner .main-nav .nav-menu li:last-child::after {
  content: none;
}

header .header-main .header-address {
  display: flex;
  color: #a2c73a;
  margin-bottom: 20px;
}

header .header-main .header-address .span::after {
  content: "\2022";
  margin: 0 6px;
  color: #ffffff;
  font-weight: 800;
}

header .header-main .header-address .span:last-child::after {
  content: none;
}

@media (max-width: 921px) {
  header .header-main .header-main-inner .mobile-anchor {
    display: block;
  }
  header .header-main .header-main-inner .logo {
    height: 50px;
  }
  header .header-main .header-main-inner .main-nav {
    position: absolute;
    background: #a2c73a;
    padding: 10px 40px;
    left: 0;
    right: 0;
    top: 124px;
    border-bottom: 1px solid #1b333e;
    opacity: 0;
    transition: 0.4s ease opacity, 0.4s ease transform;
    transform: translateY(-15px);
    pointer-events: none;
  }
  header .header-main .header-main-inner .main-nav.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 640px) {
  header .header-main .header-main-inner .main-nav {
    padding: 10px 25px;
    top: 115px;
  }
  header .header-main .header-main-inner .main-nav .nav-menu {
    display: block;
  }
  header .header-main .header-address {
    font-size: 1rem;
  }
}

.header-height {
  height: 145px;
  transition: 0.3s height ease;
}

@media (max-width: 921px) {
  .header-height {
    height: 124px;
  }
}

@media (max-width: 640px) {
  .header-height {
    height: 115px;
  }
}

.not-found {
  border-bottom: 1px solid #a2c73a;
}

.not-found .not-found-inner {
  margin: 100px 0 100px;
  text-align: center;
}

.not-found .not-found-inner h2 {
  margin-bottom: 20px;
}

.not-found .not-found-inner a {
  text-decoration: underline;
}

.hero-component {
  margin: 0;
  background-color: #a2c73a;
  overflow: hidden;
}

.hero-component .hero-component-inner {
  position: relative;
}

.hero-component .hero-component-inner .circle {
  position: absolute;
  width: 900px;
  height: 900px;
  z-index: 5;
  bottom: -400px;
  left: -200px;
}

.hero-component .hero-component-inner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.hero-component .hero-component-inner .content .text {
  color: #1b333e;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-component .hero-component-inner .content .status {
  color: #ffffff;
  font-weight: 700;
  font-size: 6rem;
  flex-shrink: 0;
}

.hero-component .hero-component-inner .image {
  line-height: 0;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.hero-component .hero-component-inner .image img {
  animation: hero-zoom 50s infinite linear;
}

@media (max-width: 1024px) {
  .hero-component .hero-component-inner .circle {
    position: absolute;
    width: 700px;
    height: 700px;
    z-index: 5;
    bottom: -400px;
    left: -200px;
  }
}

@media (max-width: 921px) {
  .hero-component .hero-component-inner .content {
    display: block;
    padding: 25px 0 15px;
  }
  .hero-component .hero-component-inner .content .text {
    font-size: 2rem;
  }
  .hero-component .hero-component-inner .content .text br {
    display: none;
  }
  .hero-component .hero-component-inner .content .status {
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .hero-component .hero-component-inner .circle {
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 5;
    bottom: -300px;
    left: -200px;
  }
}

@keyframes hero-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}

.heading-content-strip-component {
  padding: 30px 0;
  overflow: hidden;
  background-color: red;
}

.heading-content-strip-component .heading-content-strip-component-inner .size, .heading-content-strip-component .heading-content-strip-component-inner .availability {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  color: #a2c73a;
  text-transform: uppercase;
  display: inline-block;
}

.heading-content-strip-component .heading-content-strip-component-inner .size {
  color: #1b333e;
  font-weight: 700;
  margin-bottom: 5px;
}

.heading-content-strip-component .heading-content-strip-component-inner .availability {
  color: #ffffff;
}

@media (max-width: 921px) {
  .heading-content-strip-component {
    padding: 20px 0;
  }
  .heading-content-strip-component .heading-content-strip-component-inner .size, .heading-content-strip-component .heading-content-strip-component-inner .availability {
    font-size: 2.2rem;
  }
}

.key-points-component {
  overflow: hidden;
}

.key-points-component .key-points-component-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.key-points-component .key-points-component-inner .card {
  background: #1b333e;
  color: #a2c73a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
}

.key-points-component .key-points-component-inner .card .image {
  width: 110px;
  display: inline-block;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.key-points-component .key-points-component-inner .card .text {
  width: 100%;
  font-size: 2rem;
}

.key-points-component .key-points-component-inner .card:nth-child(2), .key-points-component .key-points-component-inner .card:nth-child(4), .key-points-component .key-points-component-inner .card:nth-child(5), .key-points-component .key-points-component-inner .card:nth-child(7) {
  background: rgba(27, 51, 62, 0.85);
  color: #ffffff;
}

.key-points-component .key-points-component-inner .card:nth-child(2) .image, .key-points-component .key-points-component-inner .card:nth-child(4) .image, .key-points-component .key-points-component-inner .card:nth-child(5) .image, .key-points-component .key-points-component-inner .card:nth-child(7) .image {
  filter: none;
}

.key-points-component .key-points-component-inner .card:nth-child(1), .key-points-component .key-points-component-inner .card:nth-child(5) {
  position: relative;
}

.key-points-component .key-points-component-inner .card:nth-child(1)::before, .key-points-component .key-points-component-inner .card:nth-child(5)::before {
  content: '';
  position: absolute;
  width: 500%;
  height: 100%;
  left: -500%;
  background: #1b333e;
}

.key-points-component .key-points-component-inner .card:nth-child(5)::before {
  background: rgba(27, 51, 62, 0.85);
}

.key-points-component .key-points-component-inner .card:nth-child(4), .key-points-component .key-points-component-inner .card:nth-child(8) {
  position: relative;
}

.key-points-component .key-points-component-inner .card:nth-child(4)::before, .key-points-component .key-points-component-inner .card:nth-child(8)::before {
  content: '';
  position: absolute;
  width: 500%;
  height: 100%;
  right: -500%;
  background: rgba(27, 51, 62, 0.85);
}

.key-points-component .key-points-component-inner .card:nth-child(8)::before {
  background: #1b333e;
}

@media (max-width: 1180px) {
  .key-points-component .key-points-component-inner .card .text {
    font-size: 1.8rem;
  }
}

@media (max-width: 921px) {
  .key-points-component {
    margin-bottom: 40px;
  }
  .key-points-component .key-points-component-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .key-points-component .key-points-component-inner .card::before {
    content: none !important;
  }
  .key-points-component .key-points-component-inner .card:nth-child(4n+1), .key-points-component .key-points-component-inner .card:nth-child(4n+4) {
    background: #1b333e;
    color: #a2c73a;
  }
  .key-points-component .key-points-component-inner .card:nth-child(4n+1) .image, .key-points-component .key-points-component-inner .card:nth-child(4n+4) .image {
    filter: brightness(0) invert(1);
  }
  .key-points-component .key-points-component-inner .card:nth-child(4n+2), .key-points-component .key-points-component-inner .card:nth-child(4n+3) {
    background: rgba(27, 51, 62, 0.85);
    color: #ffffff;
  }
  .key-points-component .key-points-component-inner .card:nth-child(4n+2) .image, .key-points-component .key-points-component-inner .card:nth-child(4n+3) .image {
    filter: none;
  }
}

@media (max-width: 640px) {
  .key-points-component .key-points-component-inner .card {
    height: auto;
    padding: 20px 10px;
  }
}

.accommodation-component {
  overflow: hidden;
}

.accommodation-component .accommodation-component-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.accommodation-component .accommodation-component-inner .accommodation-table {
  padding: 60px 60px 60px 0;
}

.accommodation-component .accommodation-component-inner .tables {
  margin-top: 20px;
}

.accommodation-component .accommodation-component-inner .table {
  font-size: 1.6rem;
}

.accommodation-component .accommodation-component-inner .table .row {
  display: flex;
  text-align: center;
  background: #1b333e;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.accommodation-component .accommodation-component-inner .table .row .col1 {
  width: 60%;
  text-align: left;
  padding: 5px 8px;
}

.accommodation-component .accommodation-component-inner .table .row .col2 {
  width: 20%;
  padding: 5px 8px;
}

.accommodation-component .accommodation-component-inner .table .row .col3 {
  width: 20%;
  padding: 5px 8px;
}

.accommodation-component .accommodation-component-inner .table .row:first-child {
  background: rgba(27, 51, 62, 0.85);
  font-weight: 600;
}

.accommodation-component .accommodation-component-inner .siteplan-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.accommodation-component .accommodation-component-inner .siteplan-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 921px) {
  .accommodation-component .accommodation-component-inner {
    display: block;
  }
  .accommodation-component .accommodation-component-inner .accommodation-table {
    padding: 40px 0 0;
  }
  .accommodation-component .accommodation-component-inner .siteplan-image::after {
    content: none;
  }
}

.specs-component {
  background-color: #1b333e;
  color: #ffffff;
  padding: 60px 0;
  position: relative;
}

.specs-component .specs-component-inner h2 {
  color: #a2c73a;
}

.specs-component .specs-component-inner .intro {
  text-align: center;
}

.specs-component .specs-component-inner .specs-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px auto 0;
}

.specs-component .specs-component-inner .specs-grid-wrapper .spec-item {
  display: flex;
  align-items: center;
}

.specs-component .specs-component-inner .specs-grid-wrapper .spec-item .image {
  width: 60px;
  background-color: #a2c73a;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 70px;
  margin-right: 15px;
}

.specs-component .specs-component-inner .specs-grid-wrapper .spec-item .text {
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .specs-component .specs-component-inner .specs-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .specs-component .specs-component-inner .specs-grid-wrapper .spec-item .image {
    width: 40px;
  }
}

@media (max-width: 921px) {
  .specs-component {
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
  .specs-component .specs-component-inner .specs-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.google-map-component {
  display: flex;
}

.google-map-component .google-map-component-inner {
  width: 66%;
}

.google-map-component .google-map-component-inner .acf-map {
  height: 100%;
}

.google-map-component .content {
  width: 34%;
  padding: 100px 50px;
  box-sizing: border-box;
  background-color: #a2c73a;
}

.google-map-component .content h2 {
  color: #1b333e;
}

.google-map-component .content .table {
  font-size: 1.6rem;
}

.google-map-component .content .table .row {
  display: flex;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

.google-map-component .content .table .row .col1 {
  width: 35%;
  text-align: left;
  padding: 5px 8px;
  box-sizing: border-box;
}

.google-map-component .content .table .row .col2 {
  width: 32%;
  padding: 5px 8px;
  box-sizing: border-box;
}

.google-map-component .content .table .row .col3 {
  width: 33%;
  padding: 5px 8px;
  box-sizing: border-box;
}

.google-map-component .content .table .row:first-child {
  background: #1b333e;
  color: #ffffff;
  font-weight: 600;
  border: none;
}

@media (max-width: 1180px) {
  .google-map-component .google-map-component-inner {
    width: 66%;
  }
  .google-map-component .content {
    width: 50%;
    padding: 50px 50px;
    box-sizing: border-box;
    background-color: #a2c73a;
  }
}

@media (max-width: 921px) {
  .google-map-component {
    display: block;
  }
  .google-map-component .google-map-component-inner {
    width: 100%;
    height: 400px;
  }
  .google-map-component .content {
    width: 100%;
    padding: 40px;
  }
}

@media (max-width: 640px) {
  .google-map-component .content {
    padding: 40px 25px;
  }
  .google-map-component .content .table {
    font-size: 1.4rem;
  }
}

.location-content-component .location-content-component-inner {
  padding: 60px 0;
}

.location-content-component .location-content-component-inner h2 {
  margin-bottom: 30px;
}

.location-content-component .location-content-component-inner .location-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.location-content-component .location-content-component-inner .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-content-component .location-content-component-inner .headline {
  color: #1b333e;
  border-top: 2px solid #a2c73a;
  border-bottom: 2px solid #a2c73a;
  font-size: 2rem;
  padding: 15px 0;
}

.location-content-component .location-content-component-inner .address {
  margin-top: 30px;
  color: #1b333e;
}

.location-content-component .location-content-component-inner .what-three-words {
  margin-top: 30px;
  display: flex;
  color: #1b333e;
}

.location-content-component .location-content-component-inner .what-three-words::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("images/w3w-dark-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}

@media (max-width: 921px) {
  .location-content-component .location-content-component-inner .location-content-wrap {
    display: block;
  }
  .location-content-component .location-content-component-inner .col {
    margin-bottom: 20px;
  }
  .location-content-component .location-content-component-inner .col:last-child {
    margin-bottom: 0;
  }
}

.drivetimes-component {
  background-color: #1b333e;
  overflow: hidden;
  position: relative;
  background-image: url(images/background.webp);
  background-size: cover;
  background-position: center;
}

.drivetimes-component .drivetimes-component-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}

.drivetimes-component .drivetimes-component-inner h2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.drivetimes-component .drivetimes-component-inner .content {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.drivetimes-component .drivetimes-component-inner .table-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
}

.drivetimes-component .drivetimes-component-inner .table {
  font-size: 1.6rem;
  margin-top: 10px;
}

.drivetimes-component .drivetimes-component-inner .table .row {
  display: flex;
  text-align: center;
  color: #ffffff;
}

.drivetimes-component .drivetimes-component-inner .table .row .col {
  padding: 5px 8px;
  border-bottom: 1px solid #e7e5e4;
}

.drivetimes-component .drivetimes-component-inner .table .row .col1 {
  width: 70%;
  text-align: left;
}

.drivetimes-component .drivetimes-component-inner .table .row .col2 {
  width: 30%;
}

.drivetimes-component .drivetimes-component-inner .table .row .col3 {
  width: 30%;
}

.drivetimes-component .drivetimes-component-inner .table .row:first-child {
  color: #a2c73a;
  font-weight: 600;
}

.drivetimes-component .drivetimes-component-inner .table .row:last-child {
  border: none;
}

.drivetimes-component .drivetimes-component-inner .table:last-child {
  grid-column: span 2;
}

.drivetimes-component .image-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.drivetimes-component .image-wrap .image {
  height: 100%;
  position: relative;
}

.drivetimes-component .image-wrap .image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .drivetimes-component .image-wrap .image {
    margin-right: -120px;
  }
}

@media (max-width: 1400px) {
  .drivetimes-component .image-wrap .image {
    margin-right: -150px;
  }
}

@media (max-width: 1280px) {
  .drivetimes-component .drivetimes-component-inner {
    display: block;
  }
  .drivetimes-component .image-wrap {
    display: none;
  }
}

@media (max-width: 921px) {
  .drivetimes-component .drivetimes-component-inner .content {
    padding: 40px 0;
  }
}

.ctas-component {
  overflow: hidden;
  background-color: #1b333e;
}

.ctas-component .ctas-component-inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ctas-component .ctas-component-inner .cta-item {
  position: relative;
  padding: 40px 60px;
  display: block;
  width: 260px;
}

.ctas-component .ctas-component-inner .cta-item:hover .arrow::after {
  animation-name: arrowHover;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ctas-component .ctas-component-inner .text {
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  font-size: 2rem;
  max-width: 300px;
}

.ctas-component .ctas-component-inner .icon {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.ctas-component .ctas-component-inner .arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #a2c73a;
  display: block;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
  transform: rotate(90deg);
}

.ctas-component .ctas-component-inner .arrow::after {
  content: "";
  background-image: url(images/arrow-right-solid.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;
  left: 5px;
}

@media (max-width: 1180px) {
  .ctas-component .ctas-component-inner .cta-item {
    padding: 40px 60px;
  }
  .ctas-component .ctas-component-inner .cta-item .text {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .ctas-component .ctas-component-inner {
    flex-wrap: wrap;
  }
  .ctas-component .ctas-component-inner .cta-item {
    width: 50%;
    box-sizing: border-box;
  }
  .ctas-component .ctas-component-inner .cta-item .text {
    max-width: 100%;
  }
}

@media (max-width: 921px) {
  .ctas-component .ctas-component-inner {
    display: block;
  }
  .ctas-component .ctas-component-inner .cta-item {
    padding: 40px 30px;
    width: auto;
  }
}

@media (max-width: 640px) {
  .ctas-component .ctas-component-inner {
    display: block;
  }
  .ctas-component .ctas-component-inner .cta-item {
    padding: 40px 30px;
    display: block;
  }
  .ctas-component .ctas-component-inner .cta-item::after {
    content: none !important;
  }
}

@keyframes arrowHover {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  49% {
    opacity: 0.5;
    transform: translateX(30px) scale(0.7);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-30px) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.tour-component {
  padding: 60px 0;
}

.tour-component .tour-component-inner iframe {
  width: 100%;
  height: 800px;
}

.content-and-image-component {
  display: flex;
  background-color: #1b333e;
  color: #ffffff;
  overflow: hidden;
  align-items: center;
}

.content-and-image-component .content-and-image-component-inner {
  width: 34%;
  padding: 100px 50px;
  box-sizing: border-box;
}

.content-and-image-component .content-and-image-component-inner .table {
  font-size: 1.6rem;
  margin-top: 40px;
}

.content-and-image-component .content-and-image-component-inner .table .row {
  display: flex;
  text-align: center;
  border-bottom: 1px solid #a2c73a;
  transition: 0.4s ease background, 0.4s ease color;
  cursor: pointer;
}

.content-and-image-component .content-and-image-component-inner .table .row .col1 {
  width: 20%;
  padding: 5px 8px;
}

.content-and-image-component .content-and-image-component-inner .table .row .col2 {
  width: 40%;
  padding: 5px 8px;
}

.content-and-image-component .content-and-image-component-inner .table .row .col3 {
  width: 40%;
  padding: 5px 8px;
}

.content-and-image-component .content-and-image-component-inner .table .row:first-child {
  background: #a2c73a;
  color: #1b333e;
  font-weight: 600;
  border: none;
}

.content-and-image-component .content-and-image-component-inner .table .row:hover, .content-and-image-component .content-and-image-component-inner .table .row.active {
  background-color: #ffffff;
  color: #1b333e;
}

.content-and-image-component .image {
  width: 66%;
  line-height: 0;
  position: relative;
}

.content-and-image-component .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-and-image-component .image .units {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-and-image-component .image .units svg .point {
  pointer-events: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.content-and-image-component .image .units svg .point .roundel {
  transition: fill 0.4s ease;
}

.content-and-image-component .image .units svg .point:hover, .content-and-image-component .image .units svg .point.active {
  transform: scale(1.85);
}

.content-and-image-component .image .units svg .point:hover .roundel, .content-and-image-component .image .units svg .point.active .roundel {
  fill: #ffffff;
}

.content-and-image-component .image .units svg #point-2 {
  transform-origin: 162px 210px;
}

.content-and-image-component .image .units svg #point-3 {
  transform-origin: 90px 210px;
}

.content-and-image-component .image .units svg #point-4 {
  transform-origin: 58px 133px;
}

.content-and-image-component .image .units svg #point-5 {
  transform-origin: 136px 146px;
}

.content-and-image-component .image .units svg #point-6 {
  transform-origin: 236px 135px;
}

.content-and-image-component h2 {
  font-weight: 600;
  color: #ffffff;
}

.content-and-image-component h2 strong {
  font-weight: 600;
  color: #a2c73a;
}

@media (max-width: 1180px) {
  .content-and-image-component {
    display: block;
  }
  .content-and-image-component .image {
    width: 100%;
  }
  .content-and-image-component .content-and-image-component-inner {
    width: 100%;
    padding: 40px;
  }
  .content-and-image-component .content-and-image-component-inner .content {
    max-width: 600px;
  }
}

@media (max-width: 921px) {
  .content-and-image-component {
    display: block;
  }
  .content-and-image-component .width-wrapper {
    width: 100%;
    max-width: none;
  }
  .content-and-image-component .image {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .content-and-image-component .content-and-image-component-inner {
    padding: 40px 25px;
  }
  .content-and-image-component .content-and-image-component-inner .table {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.content-and-image-component.plain {
  align-items: stretch;
}

.content-and-image-component.plain .width-wrapper {
  max-width: 640px;
  margin: 0;
  margin-left: auto;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.content-and-image-component.plain .content-and-image-component-inner {
  width: auto;
  padding: 100px 0;
}

.content-and-image-component.plain .image {
  width: 50%;
}

.content-and-image-component.plain .image img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .content-and-image-component.plain {
    display: block;
  }
  .content-and-image-component.plain .width-wrapper {
    margin-left: 0;
  }
  .content-and-image-component.plain .content-and-image-component-inner {
    width: auto;
    padding: 60px 0;
  }
  .content-and-image-component.plain .image {
    width: 100%;
  }
}

@media (max-width: 921px) {
  .content-and-image-component.plain .content-and-image-component-inner {
    padding: 40px 0;
  }
}

.full-width-image-component {
  margin-bottom: 60px;
}

.full-width-image-component .full-width-image-component-inner {
  line-height: 0;
}

.demographics-component .demographics-component-inner {
  margin: 60px 0;
  text-align: center;
}

.demographics-component .demographics-component-inner .intro {
  margin-bottom: 25px;
}

.demographics-component .demographics-component-inner .intro h2 {
  margin-bottom: 10px;
}

.demographics-component .demographics-component-inner .demographics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.demographics-component .demographics-component-inner .demographics-grid .demo {
  background-color: #e7e5e4;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
}

.demographics-component .demographics-component-inner .demographics-grid .demo .demo-inner {
  width: 100%;
}

.demographics-component .demographics-component-inner .demographics-grid .demo img {
  width: 100px;
  margin: auto;
}

.demographics-component .demographics-component-inner .demographics-grid .demo .title, .demographics-component .demographics-component-inner .demographics-grid .demo .subtitle {
  color: #262626;
  font-weight: 600;
  line-height: 1;
}

.demographics-component .demographics-component-inner .demographics-grid .demo .stat {
  color: #1b333e;
  font-size: 2.2em;
  line-height: 1;
  margin: 10px 0;
  font-weight: 600;
}

.demographics-component .demographics-component-inner .demographics-grid .demo .caption {
  font-size: 0.7em;
  line-height: 1;
  margin-top: 10px;
}

.demographics-component .demographics-component-inner .source {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  .demographics-component .demographics-component-inner .demographics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 921px) {
  .demographics-component .demographics-component-inner {
    margin: 40px 0;
  }
}

@media (max-width: 640px) {
  .demographics-component .demographics-component-inner .demographics-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.logos-strip-component {
  background-color: #a2c73a;
  padding: 60px 0;
}

.logos-strip-component .logos-strip-component-inner h2 {
  color: #1b333e;
  text-align: center;
  margin-bottom: 25px;
}

.logos-strip-component .logos-strip-component-inner .logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px;
  align-items: center;
}

.logos-strip-component .logos-strip-component-inner .logos-grid .logo {
  text-align: center;
  line-height: 0;
}

.logos-strip-component .logos-strip-component-inner .logos-grid .logo img {
  max-height: 85px;
  width: auto;
}

@media (max-width: 921px) {
  .logos-strip-component {
    padding: 40px 0;
  }
  .logos-strip-component .logos-strip-component-inner .logos-grid {
    gap: 20px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-component {
  overflow: hidden;
  background-color: #e7e5e4;
  padding: 60px 0 0;
}

.gallery-component .gallery-component-inner h2 {
  color: #1b333e;
  text-align: center;
  margin-bottom: 30px;
}

.gallery-component .gallery-component-inner .image {
  line-height: 0;
  display: inline-block;
}

.gallery-component .gallery-component-inner .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-component .gallery-component-inner .gallery-carousel {
  padding-bottom: 100px;
  position: relative;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-track {
  display: flex !important;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-list {
  margin: 0 -10px;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-arrow {
  border: none;
  appearance: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  background: none;
  color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: auto;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

.gallery-component .gallery-component-inner .gallery-carousel .slick-arrow.slick-prev::before {
  background-image: url(images/arrow-left.svg);
}

@media (max-width: 921px) {
  .gallery-component {
    padding: 40px 0 0;
  }
}

.multi-image .multi-image-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.multi-image .multi-image-inner .image {
  line-height: 0;
}

.multi-image .multi-image-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-col-list {
  padding: 50px 0;
  overflow: hidden;
}

.two-col-list .two-col-list-inner {
  position: relative;
}

.two-col-list .two-col-list-inner .circle {
  position: absolute;
  width: 720px;
  left: -150px;
  bottom: -320px;
}

.two-col-list .two-col-list-inner .circle svg path {
  stroke: #a2c73a;
}

.two-col-list .two-col-list-inner .inner-content {
  width: 50%;
  margin-left: auto;
}

.two-col-list .two-col-list-inner .title {
  color: #1b333e;
}

.two-col-list .two-col-list-inner .content ul li {
  display: flex;
  margin-bottom: 10px;
}

.two-col-list .two-col-list-inner .content ul li::before {
  content: '\2022';
  margin-right: 10px;
  color: #a2c73a;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .two-col-list .two-col-list-inner .circle {
    position: absolute;
    width: 600px;
    left: -150px;
    bottom: -320px;
  }
}

@media (max-width: 921px) {
  .two-col-list {
    padding: 40px 0 30px;
  }
  .two-col-list .two-col-list-inner .circle {
    display: none;
  }
  .two-col-list .two-col-list-inner .inner-content {
    width: 100%;
    margin-left: 0;
  }
}

.units-component {
  margin: 40px 0 10px;
}

.units-component .units-component-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.units-component .units-component-inner .unit {
  width: 33.33333%;
  flex-grow: 1;
  border-right: 20px solid #ffffff;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color: #a2c73a;
}

.units-component .units-component-inner .unit .image {
  aspect-ratio: 16/9;
  line-height: 0;
}

.units-component .units-component-inner .unit .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.units-component .units-component-inner .unit .content {
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  color: #1b333e;
  font-weight: 600;
}

.units-component .units-component-inner .unit .content .title {
  color: #ffffff;
  font-size: 2.4rem;
}

@media (max-width: 921px) {
  .units-component .units-component-inner .unit {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .units-component {
    margin: 40px 0 30px;
  }
  .units-component .units-component-inner {
    margin-right: -5px;
  }
  .units-component .units-component-inner .unit {
    width: 50%;
    border-right: 5px solid #ffffff;
    margin-bottom: 5px;
  }
  .units-component .units-component-inner .unit .content .title {
    font-size: 2rem;
  }
  .units-component .units-component-inner .unit .content .size {
    font-size: 1.5rem;
  }
}

.hero-component .text, .hero-component .status {
  opacity: 0;
}

.hero-component.active .text:nth-child(1), .hero-component.active .status:nth-child(1) {
  animation: slideUp 0.8s 0.15s forwards;
}

.hero-component.active .text:nth-child(2), .hero-component.active .status:nth-child(2) {
  animation: slideUp 0.8s 0.3s forwards;
}

.two-col-list .title, .two-col-list .content {
  opacity: 0;
}

.two-col-list.active .title:nth-child(1), .two-col-list.active .content:nth-child(1) {
  animation: slideUp 0.8s 0.15s forwards;
}

.two-col-list.active .title:nth-child(2), .two-col-list.active .content:nth-child(2) {
  animation: slideUp 0.8s 0.3s forwards;
}

.accommodation-component .accommodation-table, .accommodation-component .siteplan-image {
  opacity: 0;
}

.accommodation-component.active .accommodation-table:nth-child(1), .accommodation-component.active .siteplan-image:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.accommodation-component.active .accommodation-table:nth-child(2), .accommodation-component.active .siteplan-image:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.content-and-image-component .content, .content-and-image-component .image, .content-and-image-component .row {
  opacity: 0;
}

.content-and-image-component.active .content {
  animation: slideUp 1s forwards;
}

.content-and-image-component.active .image {
  animation: slideUp 1s 0.2s forwards;
}

.content-and-image-component.active .row:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.content-and-image-component.active .row:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.content-and-image-component.active .row:nth-child(3) {
  animation: slideUp 1s 0.6s forwards;
}

.content-and-image-component.active .row:nth-child(4) {
  animation: slideUp 1s 0.8s forwards;
}

.content-and-image-component.active .row:nth-child(5) {
  animation: slideUp 1s 1s forwards;
}

.content-and-image-component.active .row:nth-child(6) {
  animation: slideUp 1s 1.2s forwards;
}

.content-and-image-component.active .row:nth-child(7) {
  animation: slideUp 1s 1.4s forwards;
}

.content-and-image-component.active .row:nth-child(8) {
  animation: slideUp 1s 1.6s forwards;
}

.content-and-image-component.active .row:nth-child(9) {
  animation: slideUp 1s 1.8s forwards;
}

.content-and-image-component.active .row:nth-child(10) {
  animation: slideUp 1s 2s forwards;
}

.content-and-image-component.active .row:nth-child(11) {
  animation: slideUp 1s 2.2s forwards;
}

.content-and-image-component.active .row:nth-child(12) {
  animation: slideUp 1s 2.4s forwards;
}

.content-and-image-component.active .row:nth-child(13) {
  animation: slideUp 1s 2.6s forwards;
}

.content-and-image-component.active .row:nth-child(14) {
  animation: slideUp 1s 2.8s forwards;
}

.content-and-image-component.active .row:nth-child(15) {
  animation: slideUp 1s 3s forwards;
}

.full-width-image-component {
  opacity: 0;
}

.full-width-image-component.active {
  animation: slideUp 1s forwards;
}

.units-component .unit {
  opacity: 0;
}

.units-component.active .unit:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.units-component.active .unit:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.units-component.active .unit:nth-child(3) {
  animation: slideUp 1s 0.6s forwards;
}

.units-component.active .unit:nth-child(4) {
  animation: slideUp 1s 0.8s forwards;
}

.units-component.active .unit:nth-child(5) {
  animation: slideUp 1s 1s forwards;
}

.google-map-component h2, .google-map-component p, .google-map-component .row {
  opacity: 0;
}

.google-map-component.active h2:nth-child(1), .google-map-component.active p:nth-child(1), .google-map-component.active .row:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.google-map-component.active h2:nth-child(2), .google-map-component.active p:nth-child(2), .google-map-component.active .row:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.google-map-component.active h2:nth-child(3), .google-map-component.active p:nth-child(3), .google-map-component.active .row:nth-child(3) {
  animation: slideUp 1s 0.6s forwards;
}

.google-map-component.active h2:nth-child(4), .google-map-component.active p:nth-child(4), .google-map-component.active .row:nth-child(4) {
  animation: slideUp 1s 0.8s forwards;
}

.google-map-component.active h2:nth-child(5), .google-map-component.active p:nth-child(5), .google-map-component.active .row:nth-child(5) {
  animation: slideUp 1s 1s forwards;
}

.google-map-component.active h2:nth-child(6), .google-map-component.active p:nth-child(6), .google-map-component.active .row:nth-child(6) {
  animation: slideUp 1s 1.2s forwards;
}

.google-map-component.active h2:nth-child(7), .google-map-component.active p:nth-child(7), .google-map-component.active .row:nth-child(7) {
  animation: slideUp 1s 1.4s forwards;
}

.google-map-component.active h2:nth-child(8), .google-map-component.active p:nth-child(8), .google-map-component.active .row:nth-child(8) {
  animation: slideUp 1s 1.6s forwards;
}

.google-map-component.active h2:nth-child(9), .google-map-component.active p:nth-child(9), .google-map-component.active .row:nth-child(9) {
  animation: slideUp 1s 1.8s forwards;
}

.google-map-component.active h2:nth-child(10), .google-map-component.active p:nth-child(10), .google-map-component.active .row:nth-child(10) {
  animation: slideUp 1s 2s forwards;
}

.google-map-component.active h2:nth-child(11), .google-map-component.active p:nth-child(11), .google-map-component.active .row:nth-child(11) {
  animation: slideUp 1s 2.2s forwards;
}

.google-map-component.active h2:nth-child(12), .google-map-component.active p:nth-child(12), .google-map-component.active .row:nth-child(12) {
  animation: slideUp 1s 2.4s forwards;
}

.google-map-component.active h2:nth-child(13), .google-map-component.active p:nth-child(13), .google-map-component.active .row:nth-child(13) {
  animation: slideUp 1s 2.6s forwards;
}

.google-map-component.active h2:nth-child(14), .google-map-component.active p:nth-child(14), .google-map-component.active .row:nth-child(14) {
  animation: slideUp 1s 2.8s forwards;
}

.google-map-component.active h2:nth-child(15), .google-map-component.active p:nth-child(15), .google-map-component.active .row:nth-child(15) {
  animation: slideUp 1s 3s forwards;
}

.specs-component h2, .specs-component h3, .specs-component p, .specs-component .spec-item {
  opacity: 0;
}

.specs-component.active h2:nth-child(1), .specs-component.active h3:nth-child(1), .specs-component.active p:nth-child(1), .specs-component.active .spec-item:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.specs-component.active h2:nth-child(2), .specs-component.active h3:nth-child(2), .specs-component.active p:nth-child(2), .specs-component.active .spec-item:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.specs-component.active h2:nth-child(3), .specs-component.active h3:nth-child(3), .specs-component.active p:nth-child(3), .specs-component.active .spec-item:nth-child(3) {
  animation: slideUp 1s 0.6s forwards;
}

.specs-component.active h2:nth-child(4), .specs-component.active h3:nth-child(4), .specs-component.active p:nth-child(4), .specs-component.active .spec-item:nth-child(4) {
  animation: slideUp 1s 0.8s forwards;
}

.specs-component.active h2:nth-child(5), .specs-component.active h3:nth-child(5), .specs-component.active p:nth-child(5), .specs-component.active .spec-item:nth-child(5) {
  animation: slideUp 1s 1s forwards;
}

.specs-component.active h2:nth-child(6), .specs-component.active h3:nth-child(6), .specs-component.active p:nth-child(6), .specs-component.active .spec-item:nth-child(6) {
  animation: slideUp 1s 1.2s forwards;
}

.specs-component.active h2:nth-child(7), .specs-component.active h3:nth-child(7), .specs-component.active p:nth-child(7), .specs-component.active .spec-item:nth-child(7) {
  animation: slideUp 1s 1.4s forwards;
}

.specs-component.active h2:nth-child(8), .specs-component.active h3:nth-child(8), .specs-component.active p:nth-child(8), .specs-component.active .spec-item:nth-child(8) {
  animation: slideUp 1s 1.6s forwards;
}

.specs-component.active h2:nth-child(9), .specs-component.active h3:nth-child(9), .specs-component.active p:nth-child(9), .specs-component.active .spec-item:nth-child(9) {
  animation: slideUp 1s 1.8s forwards;
}

.specs-component.active h2:nth-child(10), .specs-component.active h3:nth-child(10), .specs-component.active p:nth-child(10), .specs-component.active .spec-item:nth-child(10) {
  animation: slideUp 1s 2s forwards;
}

.specs-component.active h2:nth-child(11), .specs-component.active h3:nth-child(11), .specs-component.active p:nth-child(11), .specs-component.active .spec-item:nth-child(11) {
  animation: slideUp 1s 2.2s forwards;
}

.specs-component.active h2:nth-child(12), .specs-component.active h3:nth-child(12), .specs-component.active p:nth-child(12), .specs-component.active .spec-item:nth-child(12) {
  animation: slideUp 1s 2.4s forwards;
}

.specs-component.active h2:nth-child(13), .specs-component.active h3:nth-child(13), .specs-component.active p:nth-child(13), .specs-component.active .spec-item:nth-child(13) {
  animation: slideUp 1s 2.6s forwards;
}

.specs-component.active h2:nth-child(14), .specs-component.active h3:nth-child(14), .specs-component.active p:nth-child(14), .specs-component.active .spec-item:nth-child(14) {
  animation: slideUp 1s 2.8s forwards;
}

.specs-component.active h2:nth-child(15), .specs-component.active h3:nth-child(15), .specs-component.active p:nth-child(15), .specs-component.active .spec-item:nth-child(15) {
  animation: slideUp 1s 3s forwards;
}

.specs-component.active h2:nth-child(16), .specs-component.active h3:nth-child(16), .specs-component.active p:nth-child(16), .specs-component.active .spec-item:nth-child(16) {
  animation: slideUp 1s 3.2s forwards;
}

.specs-component.active h2:nth-child(17), .specs-component.active h3:nth-child(17), .specs-component.active p:nth-child(17), .specs-component.active .spec-item:nth-child(17) {
  animation: slideUp 1s 3.4s forwards;
}

.specs-component.active h2:nth-child(18), .specs-component.active h3:nth-child(18), .specs-component.active p:nth-child(18), .specs-component.active .spec-item:nth-child(18) {
  animation: slideUp 1s 3.6s forwards;
}

.location-content-component .col {
  opacity: 0;
}

.location-content-component.active .col:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.location-content-component.active .col:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.drivetimes-component h2, .drivetimes-component .table {
  opacity: 0;
}

.drivetimes-component.active h2:nth-child(1), .drivetimes-component.active .table:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.drivetimes-component.active h2:nth-child(2), .drivetimes-component.active .table:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.drivetimes-component.active h2:nth-child(3), .drivetimes-component.active .table:nth-child(3) {
  animation: slideUp 1s 0.6s forwards;
}

.ctas-component .cta-inner {
  opacity: 0;
}

.ctas-component.active .cta-item:nth-child(1) .cta-inner {
  animation: slideUp 1s 0.2s forwards;
}

.ctas-component.active .cta-item:nth-child(2) .cta-inner {
  animation: slideUp 1s 0.4s forwards;
}

.ctas-component.active .cta-item:nth-child(3) .cta-inner {
  animation: slideUp 1s 0.6s forwards;
}

.ctas-component.active .cta-item:nth-child(4) .cta-inner {
  animation: slideUp 1s 0.8s forwards;
}

.ctas-component.active .cta-item:nth-child(5) .cta-inner {
  animation: slideUp 1s 1s forwards;
}

.ctas-component.active .cta-item:nth-child(6) .cta-inner {
  animation: slideUp 1s 1.2s forwards;
}

.further-info h2, .further-info .logo, .further-info .contact {
  opacity: 0;
}

.further-info.active h2:nth-child(1), .further-info.active .logo:nth-child(1), .further-info.active .contact:nth-child(1) {
  animation: slideUp 1s 0.2s forwards;
}

.further-info.active h2:nth-child(2), .further-info.active .logo:nth-child(2), .further-info.active .contact:nth-child(2) {
  animation: slideUp 1s 0.4s forwards;
}

.further-info.active h2:nth-child(3), .further-info.active .logo:nth-child(3), .further-info.active .contact:nth-child(3) {
  animation: slideUp 1s 0.6s forwards;
}

.further-info.active h2:nth-child(4), .further-info.active .logo:nth-child(4), .further-info.active .contact:nth-child(4) {
  animation: slideUp 1s 0.8s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swipeIntro {
  0% {
    width: 100%;
  }
  100% {
    width: calc((100% - 900px) / 2);
  }
}

@keyframes swipeIntroTAB {
  0% {
    width: 100%;
  }
  100% {
    width: calc((100% - 600px) / 2);
  }
}

@keyframes swipeIntroMOB {
  0% {
    width: 100%;
  }
  100% {
    width: calc((100% - 300px) / 2);
  }
}
