@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  background: radial-gradient(ellipse at top, #182f41, #ffffff);
  margin: 0;
  padding: 0;
}

.cta-button {
  background-color: #5ac4d0;
  color: #182f41;
  padding: 14px;
}

main.backdropped > *:first-child {
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  position: relative;
  letter-spacing: -0.025em;
}
main.backdropped > *:first-child h2 {
  font-size: 32px;
  line-height: 1em;
  margin: 0.3em;
}
@media (min-width: 1200px) {
  main.backdropped > *:first-child h2 {
    font-size: 70px;
  }
}
main.backdropped > *:first-child p {
  color: #182f41;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  main.backdropped > *:first-child p {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  main.backdropped > *:first-child p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  main.backdropped > *:first-child {
    padding-top: 7em;
    padding-bottom: 8em;
  }
  main.backdropped > *:first-child h2 {
    line-height: 1.2em;
  }
}
@media (min-width: 1200px) {
  main.backdropped > *:first-child {
    padding-top: 14em;
    padding-bottom: 10em;
  }
}

main {
  font-size: 18;
}
main > p {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.4em;
  margin: 0;
}
@media (min-width: 1200px) {
  main h2 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 1200px) {
  main h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

div.content {
  max-width: 1850px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wp-block-column p {
  line-height: 1.4em;
}

menu {
  display: flex;
  padding-top: 80px;
  width: 100%;
  align-items: center;
  font-weight: bold;
}
menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
menu ul li {
  float: left;
  margin-left: 0.5em;
  position: relative;
  margin-right: 0.5em;
  color: #ffffff;
}
menu ul li.menu-item-has-children .sub-menu {
  padding-top: 1em;
  background-color: #182f41;
  z-index: 100;
  position: absolute;
  right: 0;
  opacity: 0;
  display: block;
  text-align: right;
  overflow: hidden;
  transition: opacity ease-in-out 0.2s;
  border-radius: 14px;
  pointer-events: none;
}
menu ul li.menu-item-has-children .sub-menu li {
  float: unset;
  white-space: nowrap;
  margin-right: 0em;
  padding: 1em;
  color: #ffffff;
}
menu ul li.menu-item-has-children:hover, menu ul li.menu-item-has-children:target {
  color: #5ac4d0;
}
menu ul li.menu-item-has-children:hover .sub-menu, menu ul li.menu-item-has-children:target .sub-menu {
  opacity: 1;
  pointer-events: unset;
}
menu ul li.menu-item-has-children > a {
  position: relative;
}
menu ul li.menu-item-has-children > a:after {
  background-image: url("../assets/expand-more.svg");
  content: " ";
  display: inline-block;
  width: 0.99em;
  height: 0.99em;
  margin-left: 0.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  top: 0.3em;
}
menu ul li.menu-item-has-children.button {
  display: unset;
}
menu ul li:last-of-type {
  margin-right: 0;
}
menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  menu {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wp-block-cover {
  position: relative;
  color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: left;
}
.wp-block-cover > img {
  object-position: bottom center;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding-top: 300px;
  margin-bottom: 80px;
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-button {
  margin-top: 0.7em;
}
@media (min-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    margin-left: 0;
    padding-left: 80px;
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wp-block-cover h2 {
  font-size: 32px !important;
  letter-spacing: -0.025em;
  margin: 0;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media (max-width: 1200px) {
  .wp-block-cover h2 {
    font-size: 32px !important;
  }
}

.wp-block-button.dark > a {
  background-color: #182f41;
  color: #ffffff;
}

button, .button, .wp-element-button {
  position: relative;
  transition: all 0.2s;
  padding: 14px;
  border-radius: 12px;
  background-color: #5ac4d0;
  border: 0px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #182f41;
  display: inline-block;
  text-decoration: none;
}
button.dark, .button.dark, .wp-element-button.dark {
  background-color: #182f41;
  color: #ffffff;
}
button:hover, .button:hover, .wp-element-button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button:hover::before, .button:hover::before, .wp-element-button:hover::before {
  opacity: 0.2;
}
button::before, .button::before, .wp-element-button::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background-color: #000;
  opacity: 0;
  border-radius: inherit;
}

.not-held {
  transition: background-color 0.2s !important;
  background-color: #182f4100;
}

.held {
  background-color: #182f41ff;
  position: fixed;
  top: 0;
}
@media (max-width: 1200px) {
  .held {
    top: -4.6em;
  }
}

@media (max-width: 1200px) {
  .locked {
    transform: translateY(4.6em);
  }
}

header {
  position: absolute;
  top: 80px;
  margin-top: -80px;
  width: min(1850px, 100%);
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  transition: background-color 0.2s;
}
header * {
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  header {
    background-color: #182f41;
    top: 0;
    position: fixed;
  }
  header .navigation {
    display: none;
  }
  header .burger {
    border-radius: 200px;
    background-color: #ffffff;
    aspect-ratio: 1/1;
    line-height: 50px;
    text-align: center;
    height: 50px;
    position: relative;
    display: block;
  }
  header .burger img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
  }
}
@media (min-width: 1200px) {
  header .burger {
    display: none;
  }
}

.heading {
  position: relative;
}

.heading::before {
  background-image: linear-gradient(to bottom, #182f41ff, #182f4100);
  width: 100%;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  margin-bottom: -300px;
  overflow: hidden;
}

em {
  display: inline;
}

.off-center h2 {
  margin: 0;
}
@media (min-width: 1200px) {
  .off-center {
    padding-left: calc(1rem + 80px);
    padding-right: 1em;
  }
}
@media (max-width: 1200px) {
  .off-center {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.rental-picker {
  display: flex;
  color: #182f41;
}
.rental-picker div {
  flex-basis: auto;
  padding: 20px;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .rental-picker div:first-child {
    padding-left: 90px;
    flex-basis: 90%;
  }
}
@media (max-width: 1200px) {
  .rental-picker {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .rental-picker {
    flex-direction: row;
  }
}

.md {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .md {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}

.asset_display {
  background-color: #5ac4d0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0.2em;
  border-radius: 12px;
}

h4 {
  margin: 0;
}

@media (min-width: 1200px) {
  .wp-block-columns, .wp-block-media-text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.striped {
  list-style-type: none;
  background-color: #ffffff;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0;
  color: #182f41;
}
.striped li:nth-child(odd) {
  background-color: #5ac4d020;
  border-radius: 6px;
}
.striped li {
  padding: 1em;
}
.striped h4 {
  padding: 0;
  margin: 0;
}

.cta {
  color: #5ac4d0;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 0rem;
}

.wp-block-image {
  padding: 1em;
}

.wp-block-media-text .wp-block-media-text__media {
  margin: 1em;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 1rem;
}
.wp-block-media-text .wp-block-media-text__content h2 {
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content p {
  line-height: 1.4em;
}
@media (min-width: 1200px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.rounded-border.shadow > figure {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.rounded-border > figure {
  border-radius: 10px;
  overflow: hidden;
  border: 0px solid black;
}

ul.ticks {
  list-style: none;
  position: relative;
  display: inline-block;
  left: 50%;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
}
ul.ticks li {
  padding-left: 1em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
ul.ticks li:before {
  content: "✓";
  left: 1em;
  position: absolute;
  color: #182f41;
  font-weight: bold;
  color: white;
}
ul.ticks strong {
  color: #5ac4d0;
}

#mobileMenu {
  position: fixed;
  cursor: default;
  top: 0;
  left: 0;
  height: 0vh;
  width: 100vw;
  padding: 0;
  padding-top: 0;
  background-color: #182f41;
  z-index: 100;
  overflow-y: hidden;
  overflow-x: hidden;
  text-transform: capitalize;
  display: block !important;
  transition: all 0.5s;
  opacity: 0;
}
#mobileMenu #closeMobileMenu {
  padding: 0;
  border: 0px;
  border-radius: 50px;
  background-color: white;
  color: black;
  top: 0;
  top: calc(1em + 2px);
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  line-height: 50px;
}
#mobileMenu.active {
  height: 100vh;
  opacity: 1;
  transition: opacity 0.5s;
}
#mobileMenu menu {
  padding: 0;
  display: block;
}
#mobileMenu menu .sub-menu {
  all: unset;
  display: block;
  padding: 1em;
  padding-top: 3em;
  left: 100%;
  height: 100%;
  border-left: 0.5em solid #5ac4d0;
  width: 100%;
  top: 0;
  position: fixed;
  margin-top: 1em;
  margin-bottom: 1em;
  transition: 0.5s;
  padding-left: 0;
}
#mobileMenu menu .sub-menu.active {
  background-color: #182f41;
  z-index: 2;
  left: 0%;
}
#mobileMenu menu .sub-menu > li {
  margin-left: 0;
}
#mobileMenu menu .sub-menu .collapser {
  border-radius: 100%;
  display: block;
  content: " ";
  position: absolute;
  top: 1em;
  left: 1em;
  color: white;
  border: 3px solid white;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-image: url(../assets/expand-more.svg);
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 3;
  cursor: pointer;
}
#mobileMenu li {
  float: unset;
  width: 100%;
  padding: 1em;
}
#mobileMenu a {
  display: block;
  width: 100%;
  padding-right: 1em;
  white-space: normal;
}
#mobileMenu .menu-item-has-children a:after {
  transform: rotate(-90deg);
  border-radius: 100%;
  border: 2px solid white;
  right: 0;
  position: absolute;
  top: 0;
}

.dark-bg {
  background: #182f41;
  width: 100%;
  color: white;
}

.menu-item {
  text-transform: lowercase;
}

.remove-mt {
  margin-top: 0;
}

footer {
  font-size: 0.8em;
  background-color: #182f41;
  padding-bottom: 1em;
}
footer .group {
  flex-direction: column;
}
@media (min-width: 1200px) {
  footer .group {
    flex-direction: row;
  }
}
footer .navigation ul {
  padding-left: 0;
  list-style: none;
}
footer .navigation ul li {
  margin-bottom: 0.4em;
}
footer .navigation a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}
footer .navigation a:hover {
  color: #5ac4d0;
}

@media (max-width: 1200px) {
  p {
    font-size: 18;
  }
}

.wpforms-field-description, .wpforms-field-sublabel, .wpforms-field-label {
  font-size: 18px !important;
  line-height: 1.2em !important;
  color: black !important;
}

.wpforms-container .wpforms-form .wpforms-field-description {
  font-size: 16px !important;
}

.wpforms-submit {
  background-color: #182f41 !important;
}

div.wpforms-container-full:not(:empty) {
  margin: 0 !important;
}

.wpforms-container .wpforms-field {
  padding-top: 0 !important;
}

.toggle-switch {
  background-color: #ffffff;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 2em;
  overflow: hidden;
  border: #5ac4d0 4px solid;
}
.toggle-switch > button {
  border-radius: 4px;
  border-color: #5ac4d0;
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  color: #182f41;
  cursor: pointer;
}
.toggle-switch > button .emphasis {
  all: unset;
}
.toggle-switch > button.active {
  background-color: #5ac4d0;
  color: #182f41;
}
.toggle-switch > button.active .emphasis {
  color: #182f41;
  font-weight: bold;
}
.toggle-switch > button::after {
  all: unset;
}
.toggle-switch > button:hover {
  color: #182f41;
}

input[type=range] {
  -webkit-appearance: none;
  height: 0.5rem;
  margin-bottom: 2em;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #182A39;
  border-radius: 10px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  border-radius: 2rem;
  margin-top: -0.8rem;
  background-color: #5ac4d0;
  height: 2rem;
  width: 2rem;
}

.feature-table {
  display: grid;
  max-width: 1400px;
  grid-template-columns: auto 200px 200px 200px;
  background-color: white;
}
.feature-table * {
  position: relative;
}
.feature-table > *:nth-of-type(2n) > div {
  position: static;
  background-color: #5ac4d020;
}
.feature-table > *:nth-of-type(2n) > div:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.feature-table > *:nth-of-type(2n) > div:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.feature-table .row {
  display: contents;
}
.feature-table .row > * {
  padding-left: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.feature-table .row .yes, .feature-table .row .no {
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.feature-table .row .yes::before {
  color: #182f41;
  content: "✓";
  font-weight: bold;
}
.feature-table .row .no::before {
  content: "✗";
  opacity: 0.2;
}
.feature-table .row h3 {
  text-align: center;
}
.feature-table .tooltip-ico {
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  font-size: 0.8em;
  line-height: 1em;
  transform: translateY(-0.1em);
  color: #182f41;
  text-align: center;
  border: 0.15em solid #182f41;
  font-weight: bold;
  border-radius: 1em;
  cursor: pointer;
}

.price_table .price {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 1em;
}
.price_table .price .header {
  display: flex;
  width: 100%;
  padding: 2px;
  background-color: #182f41;
  padding: 1em;
}
.price_table .price .header h4 {
  font-size: 2rem;
  color: #5ac4d0;
  flex-grow: 1;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.price_table .price .header > div {
  font-size: 1rem;
  white-space: nowrap;
  text-align: right;
  margin: 0;
  padding: 0;
  color: white;
  gap: 0;
}
.price_table .price .header > div > p {
  width: 100%;
}
.price_table .price .price-display {
  font-family: sans-serif;
}
.price_table .price .blurb {
  padding: 1em;
  margin: 0;
  font-style: italic;
  min-height: 7em;
}
.price_table .price ul {
  list-style: none;
  margin: 0;
  padding: 1em;
}
.price_table .price li {
  position: relative;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 1.5em;
}
.price_table .price li::before {
  content: "✓";
  display: inline-block;
  font-weight: bold;
  color: #5ac4d0;
  left: 0em;
  position: absolute;
}
.price_table .price > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price_table .price > .wp-block-group__inner-container .feature-list {
  flex-grow: 1;
}
.price_table .price .wp-block-buttons {
  padding-left: 1em;
}
.price_table .price .wp-block-button {
  font-size: 0.6em;
}
.price_table > .wp-block-group__inner-container {
  display: grid;
  grid-gap: 1em;
}
@media (min-width: 1200px) {
  .price_table > .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 4em;
  }
}
@media (max-width: 1200px) {
  .price_table > .wp-block-group__inner-container {
    margin: 0.2em;
    grid-template-columns: 1fr;
  }
}

.strong-view .content {
  width: 1200px;
  border: 2px solid red;
}
.strong-view .testimonial-inner {
  width: 100%;
  position: relative;
}
.strong-view .testimonial-image > img {
  width: 100%;
  height: auto;
  filter: var(--wp--preset--duotone--dark-grayscale);
}
.strong-view .wp-block-pullquote {
  position: absolute;
  transform: translateY(-100%);
  color: white;
  padding-left: calc(80px + 1em);
}
.strong-view .testimonial-heading {
  display: none;
}

/*# sourceMappingURL=style.css.map */
