.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  aspect-ratio: auto;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #002775;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
  -webkit-text-stroke-color: #000;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 701px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 60px;
  display: flex;
}

.heading {
  aspect-ratio: auto;
  color: #002775;
  object-fit: fill;
  width: auto;
  max-width: none;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 119px;
  position: static;
  left: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  background-color: #fff;
}

.rent-now {
  background-color: #002775;
  border-radius: 20px;
  margin-left: 0;
  padding: 10px 40px 13px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 28px;
  position: static;
  top: -168px;
  left: 0;
  right: 0;
}

.rent-now:hover {
  background-color: #001744;
}

.rent-button {
  float: left;
  width: auto;
  margin-top: 29px;
  margin-bottom: 0;
  position: static;
  top: -414px;
}

.terms {
  margin-top: 0;
}

.section-2 {
  clear: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-2 {
  color: #002775;
  text-align: left;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 6px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 47px;
  display: block;
}

.heading-4 {
  color: #002775;
  text-align: left;
  padding-right: 42px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.section-3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block {
  z-index: -11;
  float: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: static;
}

.div-block.header {
  display: flex;
}

.image-2 {
  aspect-ratio: auto;
  width: 83%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: static;
  left: 577px;
  right: 0;
}

.image-3 {
  display: block;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.button {
  -webkit-text-fill-color: inherit;
  background-color: #002775;
  background-clip: border-box;
  border-radius: 40px;
  padding: 15px 40px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.button:hover, .button.w--current:hover {
  background-color: #001744;
}

.image-4 {
  float: left;
  max-width: 36%;
  position: relative;
}

.div-block-2 {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 85px;
}

.image-5 {
  float: right;
  text-align: left;
  max-width: 36%;
  position: relative;
}

.slingshot-title {
  color: #002775;
  margin-top: 120px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.heading-6 {
  float: left;
  clear: left;
  color: #002775;
  text-align: center;
  font-family: Dela Gothic One, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  left: auto;
}

.heading-7 {
  float: right;
  clear: right;
  color: #002775;
  margin-left: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.paragraph {
  float: none;
  clear: none;
  margin-top: 0;
  margin-left: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 20px;
  position: static;
  inset: 50% 50% auto 0;
}

.moongrey {
  margin-top: 17px;
  margin-bottom: 0;
}

.image-6 {
  text-align: center;
  max-width: 45%;
  position: static;
}

.slider {
  object-fit: cover;
  background-color: #28202000;
  height: 60vw;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  bottom: auto;
  left: 0;
}

.slide {
  -webkit-text-stroke-color: #3330;
  flex: none;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-7 {
  float: right;
  clear: none;
  text-align: left;
  object-fit: fill;
  max-width: 100%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.mask {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  position: absolute;
}

.slide-2 {
  background-image: url('../images/B468188D-B942-4CF6-978D-F1300108C50E_1_201_a_Original.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 355px;
}

.slider-2 {
  margin-top: 10px;
  margin-bottom: 60px;
}

.slide-3 {
  background-image: url('../images/3F93ED56-E37E-4598-B4BD-A11170F03EA7_1_201_a_Original.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_1312.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_1317.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-3 {
  object-fit: cover;
  background-color: #0df17700;
  border: 5px solid #002775;
  border-radius: 0;
  width: 85vh;
  max-width: none;
  height: 45vh;
  margin-top: 27px;
  margin-bottom: 85px;
  padding-right: 0;
}

.slide-1 {
  background-image: url('../images/543221BA-AE5F-4B5A-8D27-5C5821102A3C_1_201_a_Original.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6, .slide-7, .slide-8, .slider-4, .slider-5, .slider-6, .slider-7, .slide-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button-2 {
  float: left;
  clear: left;
  position: fixed;
}

.link-block {
  float: left;
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.link-block-2 {
  float: right;
  clear: right;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.image-9 {
  float: left;
  clear: left;
  min-width: 25vw;
  max-width: 20%;
  position: relative;
}

.image-10 {
  float: right;
  clear: right;
  text-align: left;
  object-fit: fill;
  min-width: 25vw;
  max-width: 20%;
  position: relative;
  top: 0;
  overflow: visible;
}

.link-block-copy {
  float: left;
  clear: right;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #002775;
  margin-top: 100px;
  margin-bottom: -3px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.link-block-3 {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: url('../images/MoonGrey_Preview.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 20vw;
  min-height: 20vw;
  margin-left: 0;
  transition: all .425s;
  display: block;
  position: relative;
}

.link-block-3:hover {
  background-image: url('../images/MoonGrey_Preview_Hover.png');
}

.link-block-4 {
  float: right;
  clear: none;
  background-image: url('../images/MidnightBlue_Preview.png');
  background-position: 50%;
  background-size: cover;
  min-width: 20vw;
  max-width: 0;
  min-height: 20vw;
  max-height: 0;
  margin-right: 0;
  transition: all .425s;
  display: block;
  position: relative;
  top: 0;
}

.link-block-4:hover {
  background-image: url('../images/MidnightBlue_Preview_Hover.png');
}

.button-3 {
  background-color: #002775;
  border-radius: 20px;
  margin: -55px 20px 40px;
  font-family: Dela Gothic One, sans-serif;
}

.button-3:hover {
  background-color: #001744;
}

.slide-nav-2 {
  color: #3330;
  font-size: 0;
}

.icon {
  background-color: #0000;
}

.div-block-4 {
  z-index: -1;
  aspect-ratio: auto;
  background-color: #0027756b;
  border-radius: 300px;
  min-width: 400px;
  min-height: 400px;
  position: fixed;
  bottom: -139.143px;
  left: -196px;
}

.midnight {
  margin-bottom: 58px;
}

.slider-8 {
  background-color: #ddd0;
  border: 5px solid #002775;
  width: 85vh;
  height: 45vh;
  margin-top: 27px;
  margin-bottom: 85px;
}

.slide-10 {
  background-image: url('../images/Midnight1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-3 {
  color: #3330;
  background-color: #0000;
}

.slide-11 {
  background-image: url('../images/midnight5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Midnight2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/midnight4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Midnight3.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block, .dropdown-link {
  color: #002775;
  font-family: Dela Gothic One, sans-serif;
}

.dropdown-list {
  font-family: Varela, sans-serif;
}

.dropdown-list.w--open {
  color: #002775;
  background-color: #fff;
  font-family: Dela Gothic One, sans-serif;
}

.right-arrow {
  -webkit-text-stroke-color: #3330;
}

.button-4 {
  background-color: #002775;
  border-radius: 20px;
  margin: -55px 20px 44px;
  font-family: Dela Gothic One, sans-serif;
}

.button-4:hover {
  background-color: #001744;
}

.heading-9 {
  color: #002775;
  margin-top: 100px;
  font-family: Dela Gothic One, sans-serif;
  font-weight: 400;
}

.contact {
  color: #002775;
  background-color: #002775;
  max-width: 100%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 91px;
}

.container-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: 0 55px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.div-block-5 {
  float: left;
  background-color: #002775;
  width: 50%;
  height: 28vw;
  position: relative;
}

.div-block-6 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30vw;
  display: flex;
  position: relative;
}

.div-block-7 {
  margin-top: 35px;
  margin-bottom: 63px;
}

.image-11 {
  max-width: 69%;
}

.div-block-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-10 {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 35px;
  font-size: 18px;
}

.paragraph-3 {
  color: #fff;
  margin-top: 42px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  min-width: auto;
  display: flex;
  position: relative;
}

.div-block-10 {
  float: right;
  clear: right;
  flex-flow: column;
  place-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
}

.container-6 {
  z-index: -10;
  float: right;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: static;
  top: -275px;
  left: -382px;
}

.paragraph-4 {
  clear: none;
  color: #fff;
  text-align: right;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  display: block;
  position: static;
  top: 2px;
  left: 516px;
  right: 0;
}

.heading-11 {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 10px;
  padding-bottom: 71px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 58px;
  font-weight: 400;
  display: block;
  position: static;
  left: 154px;
}

.heading-12 {
  font-family: Dela Gothic One, sans-serif;
}

.heading-13 {
  color: #002775;
  font-family: Dela Gothic One, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  clear: none;
  max-width: 72%;
  position: static;
  top: -148px;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center;
  max-width: none;
  display: grid;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  display: block;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-13 {
  max-width: 75%;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-6 {
  color: #fff;
  text-align: right;
  font-family: Dela Gothic One, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-15 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  max-width: 54%;
}

.link, .link-2, .link-3, .link-4 {
  color: #fff;
  font-family: Dela Gothic One, sans-serif;
}

.paragraph-7 {
  color: #fff;
  text-align: right;
  font-size: 12px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    text-align: left;
    margin-left: 0;
    margin-right: 360px;
    line-height: 80px;
    position: static;
  }

  .rent-now {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    position: static;
  }

  .rent-button {
    width: 46%;
  }

  .div-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    display: none;
    position: static;
  }

  .image-2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: -156px;
    margin-left: 11px;
    position: static;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 0;
    line-height: 7px;
  }

  .paragraph {
    float: left;
    clear: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 31px;
    position: static;
    top: 30%;
  }

  .div-block-5 {
    height: 41vw;
  }

  .container-6 {
    width: 45%;
    display: none;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .home {
    justify-content: flex-start;
    align-items: center;
    margin-left: 24px;
    margin-right: 8px;
    padding-left: 10px;
  }

  .heading {
    margin-bottom: 7px;
    margin-right: auto;
    line-height: 51px;
  }

  .rent-now {
    float: none;
    clear: none;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 13px;
  }

  .rent-button {
    float: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 36%;
    display: block;
  }

  .div-block {
    display: none;
  }

  .div-block.header {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .image-2 {
    margin-left: 0;
    display: block;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .paragraph {
    font-size: 13px;
  }

  .div-block-5 {
    float: left;
    width: 100%;
    height: 60vw;
    position: static;
  }

  .div-block-6 {
    width: 100%;
    position: static;
  }

  .container-6 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    background-color: #fff;
    margin-left: 0;
    position: fixed;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    color: #002775;
    font-family: Dela Gothic One, sans-serif;
    font-size: 25px;
    line-height: 48px;
  }

  .nav-link:hover {
    color: #000;
  }

  .menu-button.w--open {
    color: #002775;
    text-align: left;
    background-color: #a6b1bf00;
  }

  .home {
    flex-flow: column;
    margin: 0 20px;
    padding: 40px 31px 18px 0;
  }

  .heading {
    margin: 46px 0 0;
    font-family: Dela Gothic One, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    position: static;
  }

  .body {
    color: #002775;
  }

  .image {
    padding-top: 20px;
  }

  .rent-now {
    background-color: #002775;
    border-radius: 20px;
    margin-top: 29px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 16px;
    position: static;
  }

  .rent-button {
    text-align: center;
    width: 100%;
    margin-top: -6px;
    margin-bottom: 2px;
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .terms {
    margin-top: 0;
    margin-left: 0;
  }

  .section-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    font-family: Dela Gothic One, sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 60px;
  }

  .heading-3 {
    font-size: 37px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Dela Gothic One, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3 {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item {
    color: #002775;
    font-family: Dela Gothic One, sans-serif;
  }

  .div-block {
    width: 100%;
    display: block;
  }

  .image-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: 0;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    background-color: #002775;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 19px;
  }

  .container-4 {
    margin-top: 0;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .slingshot-title {
    text-align: center;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 31px;
  }

  .heading-6 {
    clear: none;
    font-size: 17px;
    line-height: 25px;
    position: static;
  }

  .heading-7 {
    clear: none;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    position: static;
  }

  .paragraph {
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 23px;
    font-size: 10px;
    line-height: 10px;
    position: relative;
    inset: 0% 0% 0 0;
  }

  .moongrey {
    margin-top: 0;
  }

  .div-block-3 {
    margin-bottom: 72px;
  }

  .slider-3 {
    width: 40vh;
    height: 25vh;
    margin: 40px 30px 140px;
  }

  .slingshots {
    margin-top: 0;
  }

  .heading-8 {
    text-align: center;
    margin-top: 100px;
    font-size: 39px;
  }

  .link-block-3 {
    float: none;
    clear: none;
    min-width: 40vw;
    min-height: 40vw;
    margin-left: 0;
    position: static;
  }

  .link-block-4 {
    min-width: 40vw;
    min-height: 40vw;
    margin-right: 0;
    position: static;
  }

  .button-3 {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    z-index: -10;
  }

  .midnight {
    margin-bottom: 0;
  }

  .slider-8 {
    width: 40vh;
    height: 25vh;
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .text-block {
    font-size: 25px;
  }

  .dropdown-link-2 {
    font-family: Dela Gothic One, sans-serif;
  }

  .heading-9 {
    text-align: center;
    font-size: 33px;
  }

  .contact {
    margin-bottom: 40px;
  }

  .container-5 {
    background-color: #002775;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 100px auto 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    height: 106vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .div-block-6 {
    justify-content: center;
    width: 100%;
    margin-top: 44px;
    position: static;
  }

  .div-block-7 {
    background-color: #002775;
    width: 100%;
    overflow: visible;
  }

  .image-11 {
    margin-bottom: 41px;
  }

  .div-block-8 {
    line-height: 38px;
  }

  .heading-10 {
    font-size: 23px;
    line-height: 39px;
  }

  .paragraph-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 7px;
    display: block;
    overflow: visible;
  }

  .div-block-9 {
    width: 79%;
    min-width: 79%;
  }

  .div-block-10 {
    width: 79%;
    padding-left: 0;
  }

  .container-6 {
    width: 100%;
    display: none;
    position: static;
  }

  .image-12 {
    clear: right;
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff0;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .heading-13 {
    text-align: center;
    margin-top: 100px;
  }

  .container-7 {
    flex-direction: column;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-12 {
    object-fit: fill;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .paragraph-6 {
    text-align: center;
    line-height: 28px;
  }

  .div-block-15 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
  }

  .div-block-16 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    display: flex;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-5 {
    color: #fff;
  }
}

#w-node-_99c70a03-2f9d-8628-d9cf-2ebc68c4883f-21a832fe {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_3b3aa1a5-a3cb-439c-3610-5c133dffffdf-21a832fe {
    align-self: auto;
  }
}


