:root {
  --dim-grey: #484848;
  --navy: #092457;
  --light-grey: #d8d6d6;
  --pink: #ff037a;
  --white: white;
  --cloud-blue: #65e2e0;
  --teal: #008489;
  --black: black;
  --light-coral: #ff7e82;
  --salmon: #ff5a5f;
  --cloud-logo-blue: #008489;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Circular air ba758d85f9100878c3445ace8e147fde, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Circular air 56c3986decd603f917da718f789b4e79", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.navbar {
  height: 65px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #484848;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  border-bottom: 3px solid #484848;
}

.nav-link.tooltip, .nav-link.tooltip:hover {
  border-bottom-style: none;
}

.hero-wrapper {
  height: 70vh;
  background-image: url('../images/Unknown.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.anchors-bar-desktop {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.anchor-container {
  width: 940px;
  height: 50px;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.anchor-link {
  color: var(--navy);
  margin-right: 20px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.page-content-container {
  display: flex;
  position: relative;
}

.page-content-wrapper {
  width: 630px;
  height: 100%;
  padding-right: 20px;
}

.booking-sidebar {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
  position: relative;
}

.content-section-wrapper {
  border-top: 1px solid var(--light-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.content-section-wrapper.nonstretch {
  align-items: flex-start;
}

.location {
  color: #092457;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline;
}

.datepicker-wrapper {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.price-strip {
  height: 50px;
  background-color: var(--navy);
  opacity: .9;
  color: #fff;
  align-items: center;
  padding-left: 20px;
  font-family: Proximanova, sans-serif;
  display: flex;
}

.price {
  margin-right: 5px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 23px;
}

.rate-type {
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.form-datepicker {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.form-label {
  color: var(--navy);
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block {
  height: 50px;
  color: var(--pink);
  border: 1px solid #d8d6d6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.div-block.reverse {
  border-radius: 0 3px 3px 0;
}

.div-block-2 {
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.form-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-box {
  height: 50px;
  color: var(--pink);
  border: 1px solid #d8d6d6;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  display: flex;
}

.button-primary {
  height: 44px;
  background-color: var(--pink);
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Circular air 56c3986decd603f917da718f789b4e79", Arial, sans-serif;
  font-size: 17px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 1px 1px 3px 1px rgba(109, 109, 109, .5);
}

.button-primary:hover {
  background-color: var(--pink);
  box-shadow: 1px 1px 3px #6d6d6d;
}

.sticky-topbar-desktop {
  z-index: 5000;
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.anchor-links {
  width: 630px;
  height: 50px;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.booking-desktop {
  flex: 1;
  margin-top: -50px;
}

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

.feature-wrapper {
  margin-bottom: 30px;
  display: flex;
}

.feature-column {
  flex: 1;
}

.feature-row {
  margin-bottom: 20px;
}

.feature-content-wrapper {
  border-bottom: 1px solid var(--light-grey);
  flex-direction: column;
  flex: 1;
  padding-bottom: 20px;
  display: flex;
}

.heading-2 {
  width: 160px;
  color: var(--navy);
}

.copy-regular {
  color: var(--navy);
  margin-right: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
}

.copy-regular.bold {
  font-family: Proximanova, sans-serif;
  display: inline;
}

.copy-regular.padding-bottom {
  color: var(--pink);
  margin-bottom: 20px;
}

.text-block-5 {
  color: var(--pink);
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.divider-line {
  height: 1px;
  background-color: var(--light-grey);
  margin-top: 20px;
  margin-bottom: 20px;
}

.copy-small {
  color: var(--navy);
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  display: inline;
}

.copy-small.bold {
  color: #092457;
  border: 1px #092457;
  font-family: Proximanova, sans-serif;
  display: inline-block;
}

.copy-small.bold.inline {
  display: inline;
}

.copy-small.bold.inline.leftpadding {
  margin-left: 10px;
}

.copy-small.centered {
  text-align: center;
  margin-top: 20px;
}

.copy-small.book {
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
}

.copy-small.inlineblock {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.favorite-wrapper {
  border: 1px solid var(--light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--light-grey);
  color: var(--white);
  text-align: center;
  background-color: #65e2e0;
  border-radius: 3px;
  flex: none;
  font-family: "Circular air 56c3986decd603f917da718f789b4e79", Arial, sans-serif;
  display: block;
}

.button-secondary:hover {
  background-color: var(--cloud-blue);
  color: #fff;
}

.button-secondary.hero {
  width: auto;
  border-style: none;
  display: inline;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.col-horz {
  margin-bottom: 10px;
  display: flex;
}

.text-link {
  color: var(--pink);
  margin-top: 10px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.large {
  font-size: 17px;
}

.image {
  margin-top: 10px;
}

.ratings-header {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-8 {
  align-items: center;
  display: flex;
}

.image-3 {
  margin-left: 20px;
}

.anchor-div {
  z-index: -1;
  width: auto;
  height: 50px;
  margin-top: -49px;
  position: absolute;
}

.div-block-9 {
  background-color: #fff;
}

.icon-downarrow {
  color: var(--dim-grey);
  font-family: Fontawesome webfont, sans-serif;
  font-size: 20px;
}

.form-input {
  font-family: Circular air ba758d85f9100878c3445ace8e147fde, sans-serif;
  font-size: 15px;
}

.property-message {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-2 {
  flex: 0 auto;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  margin-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

.row-2 {
  align-items: center;
  display: flex;
}

.image-5 {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  margin-bottom: 10px;
}

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

.text-block-6 {
  width: 200px;
  height: 40px;
  border: 1px solid var(--light-grey);
  color: #fff;
  cursor: text;
  background-image: linear-gradient(#ff047a, #ff047a);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-family: Proximanova, sans-serif;
  display: flex;
}

.ratings-row {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.column-6 {
  padding-left: 20px;
}

.column-7 {
  padding-left: 10px;
  padding-right: 20px;
}

.review-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-6 {
  border-radius: 100px;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.div-block-11 {
  align-items: center;
  display: flex;
}

.icon-flag {
  color: var(--pink);
  margin-right: 5px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 15px;
  display: inline;
}

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

.div-block-13 {
  height: 40px;
  border: 1px solid var(--light-grey);
  border-radius: 3px;
  align-items: center;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.icon-thumb {
  color: var(--pink);
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 15px;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: var(--light-grey);
  margin-left: 10px;
  margin-right: 10px;
}

.review-copy {
  margin-top: 20px;
}

.sticky-topbar-tablet {
  z-index: 10000;
  height: 50px;
  background-color: var(--dim-grey);
  color: #fff;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-topbar-mobile {
  display: none;
}

.navbar-left, .navbar-right {
  height: 100%;
  align-items: center;
  display: flex;
}

.search-wrapper {
  height: 100%;
  border-left: 1px solid var(--light-grey);
  align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  display: flex;
}

.icon-search {
  color: var(--light-grey);
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 19px;
}

.text-block-7 {
  color: var(--pink);
}

.pagination {
  width: 30px;
  height: 35px;
  border: 1px solid var(--light-grey);
  color: var(--teal);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
  display: flex;
}

.pagination.active {
  color: var(--dim-grey);
  background-color: #edefed;
}

.pagination-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-9 {
  margin-right: 10px;
}

.reviews-badge-wrapper {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.reviews-badge {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ffb400;
  border-radius: 6px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: "Circular air 56c3986decd603f917da718f789b4e79", Arial, sans-serif;
  font-size: 19px;
}

.host-reviews {
  margin-bottom: 40px;
  display: flex;
}

.image-7 {
  margin-right: 10px;
}

.button-tertiary {
  border: 2px solid var(--teal);
  color: var(--teal);
  background-color: #fff;
  border-radius: 3px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 15px;
}

.button-tertiary:hover {
  background-color: var(--teal);
  color: #fff;
}

.button-tertiary.bottompadding {
  color: var(--white);
  background-color: #ff047a;
  margin-bottom: 20px;
}

.full-width-container {
  margin-top: 40px;
}

.map {
  margin-top: 20px;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
}

.slide {
  width: 33.3%;
  cursor: pointer;
  margin-right: 10px;
}

.listing-container {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.icon-bolt {
  margin-left: 5px;
  font-family: Fontawesome webfont, sans-serif;
  display: inline;
}

.left-arrow {
  margin-left: -78px;
}

.copy-extrasmall {
  margin-left: 5px;
  font-family: Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.icon {
  color: var(--pink);
  font-size: 27px;
}

.right-arrow {
  margin-right: -78px;
}

.form-dropdown {
  height: 44px;
  border: 1px solid var(--light-grey);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-text {
  color: var(--pink);
  font-family: Circular air ba758d85f9100878c3445ace8e147fde, sans-serif;
  font-size: 19px;
}

.footer-wrapper {
  border-top: 1px solid var(--light-grey);
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-9 {
  padding-left: 40px;
  padding-right: 0;
}

.column-10 {
  padding-left: 0;
}

.full-width-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-width-container2 {
  width: 940px;
}

.text-block-10 {
  color: #092457;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.b-menu {
  z-index: 1;
  color: #fff;
  justify-content: space-between;
  align-self: end;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.e-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Atlantis, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.e-h3 {
  color: #fff;
  align-self: end;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.b-hero__title-wrapper {
  border-bottom: 1px solid #fff;
  align-self: end;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.e-register-button {
  width: 300px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  align-self: start;
  margin-top: 70px;
  margin-bottom: -30px;
  padding: 26px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.e-register-button:hover {
  background-color: rgba(255, 255, 255, .19);
  align-self: start;
}

.e-register-button.is--small {
  width: auto;
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  align-self: start;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 600;
}

.e-register-button.is--small:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
  align-self: start;
}

.link {
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
  text-decoration: none;
  transition: border .2s;
}

.link:hover {
  color: #000;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.link.white:hover {
  border-bottom-color: #fff;
}

.e-text {
  color: #092457;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.e-text.is--max-width {
  width: 300px;
  color: #fff;
  margin-left: 0;
}

.e-h2 {
  color: #fff;
  align-self: end;
  margin-top: 0;
  margin-bottom: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 27px;
}

.b-hero__section {
  height: 100vh;
  background-image: linear-gradient(135deg, rgba(12, 255, 245, .5), rgba(0, 102, 255, .5) 52%, rgba(184, 3, 255, .5)), url('../images/christian-fregnan-339342-unsplashBW.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.b-hero__section.hero {
  background-image: linear-gradient(135deg, rgba(12, 255, 245, .5), rgba(0, 102, 255, .5) 30%, rgba(184, 3, 255, .5)), url('../images/cloud-clinic-concierge-iv.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.b-hero__grid {
  height: 100%;
  grid-template-columns: .5fr 1fr .75fr 1fr .5fr;
  overflow: hidden;
}

.heading-3, .heading-4 {
  color: #092457;
  font-family: Proximanova, sans-serif;
}

.heading-5 {
  color: var(--navy);
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.heading-6 {
  color: var(--navy);
}

.heading-7, .text-block-11 {
  color: #092457;
  font-family: Proximanova, sans-serif;
}

.provider-row {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.provider-name {
  color: #092457;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.provider-sub {
  color: #092457;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline;
}

.bake72__button-copy-copy {
  color: #f7faf9;
  text-align: center;
  background-color: #e6f3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 20px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  transition: background-color .2s;
  position: relative;
  overflow: visible;
}

.bake72__button-copy-copy:hover {
  background-color: #c7dfda;
  overflow: visible;
}

.spuce-card {
  width: 290px;
  max-width: none;
  perspective: 1200px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transform: perspective(1200px)perspective(1200px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .51);
}

.testimonial2_image {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.features4_slide-2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-left.margin-small {
  display: flex;
}

.testimonial3_icon-list {
  grid-column-gap: .125rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 0;
  display: grid;
}

.text-block-69 {
  color: #3c6357;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  font-style: italic;
  display: flex;
}

.features4_slide-nav-2 {
  display: none;
}

.features4_right-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #fff;
  border-radius: .125rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  top: -6rem;
  bottom: auto;
  left: auto;
  right: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.features4_right-arrow:hover {
  filter: brightness(110%);
}

.testimonial2_client-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.bake72__title {
  color: #3c6357;
  text-align: center;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
}

.features4_component-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin: 40px auto 20px;
  overflow: visible;
}

.bake72__summary {
  color: #3c6357;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.features_mask-2 {
  max-width: 33.3333%;
  overflow: visible;
}

.features4_left-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #fff;
  border-radius: .125rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  top: -6rem;
  bottom: auto;
  left: auto;
  right: 7rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.features4_left-arrow:hover {
  filter: brightness(110%);
}

.features4_left-arrow:active {
  filter: brightness();
}

.testimonials1_client-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.testimonials1_client-details {
  height: 20px;
  object-fit: fill;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-content: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  justify-items: start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: static;
}

.vitality-image {
  min-height: 220px;
  transform-style: preserve-3d;
  background-image: url('../images/maple-pines-twinbrook-nrusery.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  transform: translate3d(0, 0, 20px);
}

.text-weight-semibold-3 {
  color: #3c6357;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial3_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #fca121;
  margin-right: .125rem;
}

.icon-7 {
  color: #3c6357;
}

.bake72__price {
  color: #3c6357;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-57 {
  color: #3c6357;
  font-weight: 400;
}

.testimonial2_item {
  border: .125rem solid #f4f0ff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2rem;
  padding: 0 2rem 1rem;
  display: flex;
}

.heading-63 {
  color: #78b491;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-span-41 {
  color: #66bf95;
}

.text-block-66 {
  color: #3c6357;
  margin-left: 10px;
  padding-left: 0;
  font-size: 14px;
  font-style: italic;
}

.testimonials1_client-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  margin-top: 2rem;
  display: flex;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-padding {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-product-slider.overflow-hidden {
  background-color: #fff;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-70 {
  color: #3c6357;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  font-style: italic;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 48rem;
}

.text-span {
  color: #78b491;
  font-size: 42px;
  font-weight: 400;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-xlarge {
  margin-bottom: 0;
  overflow: hidden;
}

.heading-60 {
  max-width: 50%;
  color: #3c6357;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 400;
}

.icon-8 {
  color: #3c6357;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-64 {
  color: #78b491;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-span-42 {
  color: #66bf95;
}

.text-block-71 {
  color: #3c6357;
  margin-left: 10px;
  padding-left: 0;
  font-size: 14px;
  font-style: italic;
}

.process_top-row {
  position: relative;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  object-fit: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.heading-65 {
  color: #092457;
  border: 1px #092457;
}

.features_mask {
  width: 30%;
  max-width: none;
  overflow: visible;
}

.text-block-57 {
  font-size: 16px;
  line-height: 1.063em;
}

.features4_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin: 40px auto 20px;
  overflow: hidden;
}

.k-slide-cover-img {
  width: 100%;
  height: 85%;
  object-fit: cover;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.providers_top-row {
  margin-bottom: 40px;
  position: relative;
}

.popular-product-section-author-wrapper {
  color: #656b89;
  letter-spacing: 0;
  align-items: center;
  margin-left: 1rem;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.features4_slide {
  text-align: center;
  margin-left: 0;
  margin-right: 3.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.text-block-58 {
  font-size: 16px;
  line-height: 1.063;
}

.k-card-copy {
  height: 100%;
  position: relative;
}

.k-card-copy.k-card--centered-deck-naked-copy {
  width: 100%;
  height: 50vw;
  max-height: 75vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(27, 27, 27, .2);
}

.text-block-19 {
  color: var(--pink);
}

.popular-product-section-about-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px rgba(27, 27, 27, .2);
}

.new-badge {
  background-color: #ff047a;
  border-radius: 30px;
  margin-top: 15px;
  margin-right: 1rem;
  padding: 9px 14px;
  font-weight: 700;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  object-fit: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.heading-large {
  color: #092457;
  border: 1px #2a463d;
  font-family: Proximanova, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.features4_slide-nav {
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-providers.overflow-hidden {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.title.popular-product-section {
  color: #092457;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 1.8em;
}

.text-style-subheader {
  color: #ff047a;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Proximanova, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.icon-6 {
  color: #092457;
}

.providers_right-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #fff;
  border-radius: .125rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.providers_right-arrow:hover {
  filter: brightness(110%);
}

.providers_left-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #fff;
  border-radius: .125rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.providers_left-arrow:hover {
  filter: brightness(110%);
}

.providers_left-arrow:active {
  filter: brightness();
}

.rsvp {
  margin-right: 10px;
  font-size: 24px;
  line-height: 28px;
}

.coupon-code {
  color: #092457;
  font-family: Proximanova, sans-serif;
  font-size: 24px;
}

.body {
  
}

@media screen and (min-width: 1280px) {
  .spuce-card {
    width: 290px;
  }

  .bake72__title {
    text-align: center;
  }

  .features4_component-2 {
    padding-left: 0;
  }

  .vitality-image {
    background-image: url('../images/recovery-1000.png');
  }

  .padding-vertical-2.padding-xlarge {
    padding-left: .5rem;
    padding-right: .5rem;
    overflow: hidden;
  }

  .features4_component {
    padding-left: 0;
  }

  .features4_slide {
    margin-right: .8rem;
  }

  .providers_right-arrow {
    padding-right: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .k-card-copy.k-card--centered-deck-naked-copy {
    max-height: 95vh;
  }
}

@media screen and (max-width: 991px) {
  body {
    letter-spacing: .2px;
  }

  h1 {
    font-size: 32px;
  }

  .hero-wrapper {
    height: 40vh;
  }

  .anchor-container {
    width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-content-container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .page-content-wrapper {
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }

  .content-section-wrapper {
    overflow: hidden;
  }

  .booking-desktop {
    flex-direction: row;
    align-items: flex-start;
  }

  .brand {
    padding-left: 0;
  }

  .button-secondary.hero {
    left: 40px;
  }

  .property-message {
    padding-left: 10px;
    padding-right: 10px;
  }

  .booking-widget-mobile-wrapper {
    margin-top: 20px;
  }

  .sticky-topbar-tablet {
    z-index: 1000;
    height: 50px;
    background-color: var(--dim-grey);
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

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

  .sticky-topbar-mobile {
    z-index: 1000;
    background-color: #fff;
    padding-left: 40px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-left {
    flex: 1;
  }

  .search-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
  }

  .text-block-7 {
    font-size: 19px;
  }

  .full-width-container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .map {
    height: 300px;
  }

  .slider {
    clear: none;
  }

  .slide {
    overflow: hidden;
  }

  .left-arrow {
    margin-left: -58px;
  }

  .right-arrow {
    margin-right: -58px;
  }

  .footer-wrapper {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .slide-nav {
    color: var(--teal);
    bottom: -38px;
    left: 0;
    right: 0;
  }

  .full-width-container2 {
    width: 688px;
  }

  .e-h3 {
    font-family: Proximanova, sans-serif;
  }

  .e-h2 {
    align-self: start;
    margin-top: 25px;
  }

  .b-hero__section.hero {
    height: 95vh;
  }

  .b-hero__grid {
    max-width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .75fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .features4_right-arrow {
    top: auto;
    bottom: -5rem;
    left: 5rem;
    right: auto;
  }

  .features4_component-2 {
    margin-bottom: 6rem;
  }

  .features4_left-arrow {
    top: auto;
    bottom: -5rem;
    left: 0%;
    right: auto;
  }

  .testimonial3_icon {
    height: 1.25rem;
  }

  .testimonial2_item {
    padding: 1.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .features4_component {
    margin-bottom: 9rem;
    overflow: hidden;
  }

  .features4_slide {
    margin-right: 60px;
    overflow: visible;
  }

  .k-card-copy.k-card--centered-deck-naked-copy {
    width: 35vw;
  }

  .text-block-19 {
    font-size: 1rem;
  }

  .title.popular-product-section {
    font-size: 1.2rem;
  }

  .icon-6 {
    background-color: #319274;
  }

  .providers_right-arrow {
    top: auto;
    bottom: -5rem;
    left: 5rem;
    right: auto;
  }

  .providers_left-arrow {
    color: #2a463d;
    display: block;
    position: absolute;
    top: auto;
    bottom: -5rem;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  .hero-wrapper {
    height: 360px;
  }

  .anchor-container {
    width: 568px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .anchor-links {
    width: auto;
  }

  .feature-wrapper {
    flex-direction: column;
  }

  .copy-regular.centered {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-secondary.hero {
    bottom: 20px;
    left: auto;
    right: 20px;
  }

  .col-horz {
    flex-direction: column-reverse;
  }

  .ratings-header {
    padding-top: 0;
  }

  .row-2 {
    align-items: flex-end;
  }

  .image-5 {
    width: 40px;
    height: 40px;
  }

  .column-6, .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-bottombar-phone {
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .sticky-topbar-mobile {
    z-index: 1000;
    border-bottom: 1px solid var(--light-grey);
    background-color: #fff;
    padding-left: 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .map {
    height: 260px;
  }

  .slider {
    margin-bottom: 80px;
    overflow: hidden;
  }

  .slide {
    width: 100%;
    margin-right: 20px;
    display: inline-block;
  }

  .footer-wrapper {
    padding-top: 0;
  }

  .column-9 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .row-4 {
    margin-bottom: 60px;
  }

  .slide-nav {
    font-size: 9px;
    bottom: -50px;
  }

  .mask-2 {
    position: relative;
    overflow: hidden;
  }

  .image-8 {
    width: 100%;
  }

  .full-width-container2 {
    width: 500px;
  }

  .b-menu {
    align-self: start;
    padding: 40px 60px 0;
  }

  .b-hero__title-wrapper {
    align-self: end;
    margin-top: 75px;
  }

  .b-hero__section.hero {
    height: 105vh;
  }

  .b-hero__grid {
    grid-template-rows: .5fr .25fr .5fr;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .provider-row {
    align-items: flex-end;
  }

  .spuce-card {
    width: 300px;
    max-width: 100%;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .testimonials1_client-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .split-content.popular-product-section-about-left {
    margin-right: 10px;
  }

  .popular-product-section-author-wrapper {
    font-size: 14px;
  }

  .heading-large {
    font-size: 2rem;
  }

  .title.popular-product-section {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 28px;
  }

  .hero-wrapper {
    height: 240px;
  }

  .anchor-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .anchor-link {
    flex: none;
  }

  .location {
    font-size: 15px;
    display: block;
  }

  .location.inline {
    display: inline;
  }

  .button-primary {
    background-color: var(--pink);
  }

  .anchor-links {
    overflow: hidden;
  }

  .feature-row {
    margin-bottom: 10px;
  }

  .copy-regular {
    font-size: 15px;
  }

  .copy-small {
    font-size: 13px;
  }

  .ratings-header {
    flex-direction: column;
    padding-top: 0;
  }

  .image-4 {
    margin-left: 0;
    display: inline;
  }

  .row-2 {
    flex-direction: row;
    align-items: flex-end;
  }

  .text-block-6 {
    width: 100%;
    flex-direction: row;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 0;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-12 {
    align-items: baseline;
  }

  .div-block-13 {
    margin-left: 10px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-topbar-mobile {
    display: none;
  }

  .reviews-badge-wrapper {
    margin-bottom: 20px;
  }

  .host-reviews {
    flex-direction: column;
  }

  .full-width-container {
    overflow: hidden;
  }

  .map {
    height: 200px;
  }

  .slider {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .slide {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }

  .listing-container {
    padding-right: 0;
    overflow: hidden;
  }

  .column-10 {
    margin-bottom: 10px;
  }

  .image-8 {
    width: 100%;
  }

  .full-width-container2 {
    width: 335px;
  }

  .b-menu {
    align-self: start;
    padding: 40px 10px 0;
  }

  .e-h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
  }

  .b-hero__title-wrapper {
    margin-top: 135px;
  }

  .e-register-button.is--small {
    align-self: start;
    margin-top: 15px;
  }

  .e-register-button.is--small.is--hero {
    align-self: start;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .e-text.is--max-width {
    text-align: center;
  }

  .b-hero__section.hero {
    height: 70vh;
  }

  .b-hero__grid {
    grid-template-rows: auto auto 1fr;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .provider-row {
    flex-direction: row;
    align-items: flex-end;
  }

  .provider-sub {
    font-size: 15px;
    display: block;
  }

  .provider-sub.inline {
    display: inline;
  }

  .spuce-card {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .features4_slide-2 {
    margin-left: 0;
    margin-right: 40px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .features4_right-arrow {
    left: 9.5rem;
  }

  .features_mask-2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features4_left-arrow {
    left: 24%;
  }

  .testimonials1_client-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .bake72__price {
    text-align: center;
  }

  .testimonial2_item {
    margin-right: 0;
  }

  .text-block-66 {
    font-size: 12px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-xlarge {
    text-align: left;
  }

  .heading-60 {
    max-width: 100%;
  }

  .text-block-71 {
    font-size: 12px;
  }

  .heading-65 {
    color: #092457;
    font-family: Proximanova, sans-serif;
  }

  .features_mask {
    width: 100%;
    overflow: hidden;
  }

  .features4_component {
    overflow: visible;
  }

  .k-slide-cover-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: 50% 50%;
    overflow: hidden;
    max-height: 57vh;
  }

  .features4_slide {
    margin-left: 0;
    margin-right: 40px;
    overflow: hidden;
  }

  .k-card-copy.k-card--centered-deck-naked-copy {
    width: 100%;
    height: 157vw;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(27, 27, 27, .2);
  }

  .container-large-2 {
    overflow: visible;
  }

  .heading-large {
    color: #092457;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .title.popular-product-section {
    font-size: 1.4rem;
  }

  .text-style-subheader {
    color: #ff047a;
    text-align: center;
  }

  .icon-6 {
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0);
  }

  .providers_right-arrow {
    z-index: 999;
    top: auto;
    bottom: -10%;
    left: 0%;
    right: 25%;
  }

  .providers_left-arrow {
    z-index: 999;
    object-fit: fill;
    display: block;
    top: auto;
    bottom: -10%;
    left: 0%;
    right: auto;
    overflow: visible;
  }
}

#w-node-ebb32581-0515-9d86-4adf-2ae2ead5a692-d0260718 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
  justify-self: start;
}

#w-node-ebb32581-0515-9d86-4adf-2ae2ead5a694-d0260718 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ebb32581-0515-9d86-4adf-2ae2ead5a696-d0260718 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-ebb32581-0515-9d86-4adf-2ae2ead5a699-d0260718 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
  justify-self: start;
}

#w-node-ebb32581-0515-9d86-4adf-2ae2ead5a69b-d0260718 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a692-d0260718 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a694-d0260718, #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a696-d0260718 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a699-d0260718 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a69b-d0260718 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a692-d0260718 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a694-d0260718, #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a696-d0260718 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a699-d0260718 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a69b-d0260718 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a694-d0260718, #w-node-ebb32581-0515-9d86-4adf-2ae2ead5a696-d0260718 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Circular air 56c3986decd603f917da718f789b4e79';
  src: url('../fonts/Circular_Air-Bold-56c3986decd603f917da718f789b4e79.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular air book fdf08b5ffc07b7aea4dabe51bc1efcc7';
  src: url('../fonts/Circular_Air-Book-fdf08b5ffc07b7aea4dabe51bc1efcc7.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular air ba758d85f9100878c3445ace8e147fde';
  src: url('../fonts/Circular_Air-Light-ba758d85f9100878c3445ace8e147fde.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airglyphs bb873ab4254c83409cf1fa6f4759fa3e';
  src: url('../fonts/airglyphs-bb873ab4254c83409cf1fa6f4759fa3e.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Atlantis';
  src: url('../fonts/Atlantis.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}