.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  border-bottom: 1px solid #0000001c;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  margin-top: -120px;
  padding: 60px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.container {
  z-index: 1;
  flex: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: block;
  position: relative;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-block-2 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 0;
}

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

.div-block-3 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #75757552;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.image {
  width: 80px;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  margin-left: 5%;
  margin-right: 5%;
  padding: 10px 0;
}

.navbar.bgwhite {
  z-index: 99;
  color: #fff;
  padding: 15px 5%;
}

.container-2 {
  max-width: 100%;
  padding: 0;
  display: flex;
}

.navlink {
  color: #fff;
  font-size: 16px;
}

.navlink.text-black {
  color: #fff;
}

.nav-menu {
  flex-flow: row;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.text-block-copy {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
}

.section {
  background-color: #f9f9f9;
  padding: 60px;
  position: static;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-chalet {
  border-radius: 0;
  flex-flow: column;
  display: flex;
  position: relative;
}

.card0chalet-details {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 19px;
}

.heading-2-copy {
  color: #111828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.div-block-6 {
  border-bottom: 1px solid #0000001f;
  padding-bottom: 20px;
}

.div-block-7 {
  padding-top: 20px;
}

.button_dates {
  color: #111828;
  text-align: center;
  background-color: #f4f7fb;
  border: 1px solid #00000029;
  border-radius: 9px;
  flex: 1;
  font-size: 12px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.button {
  letter-spacing: 1.2px;
  background-color: #111828;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.hero_mobile {
  display: none;
}

.icon-embed-small {
  color: #fff;
  border: 1px solid #4fa7fa;
  border-radius: 48px;
  flex-direction: column;
  flex: 0 auto;
  order: -9999;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 10px;
  line-height: 14px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.facilities--grid-image {
  z-index: 0;
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  padding-top: 70%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  background-image: linear-gradient(0deg, #111828, #0000);
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.card-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100%;
  height: 250px;
  padding-top: 70%;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.cover-image-card {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.headerimagecard {
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.product-like {
  color: #b3b3b3;
  background-color: #ececee;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: color .3s;
  display: flex;
}

.product-like:hover {
  color: #d0011d;
}

.breadcrumb-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.breadcrumb-wrapper {
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  font-size: 11px;
  display: flex;
}

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

.product-top-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 8px 8px auto;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.resortheaderimage {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.filter-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.product-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.product-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: linear-gradient(#202020, #202020);
  border: 1px #d2d2d7;
  border-radius: 20px;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.product-button:hover {
  border-color: #1e1e20;
}

.product-button.active {
  color: #fff;
  background-color: #182939;
  background-image: none;
  flex: none;
  align-self: center;
  display: flex;
}

.product-button.createalert {
  color: #fff;
  background-color: #172937;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

.filter-line-space {
  background-color: #d2d2d7;
  width: 1px;
  height: 24px;
}

.h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
}

.column-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  align-self: auto;
  padding: 0;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.section-regular {
  background-color: #fff;
  padding: 0 5%;
  position: relative;
}

.product-dropdown-card {
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  padding: 8px;
}

.product-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.filter-dropdown-toggle {
  color: #1e1e20;
  border: 1px solid #d2d2d7;
  border-radius: 20px;
  align-items: center;
  padding: 8px 44px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.filter-dropdown-toggle:hover, .filter-dropdown-toggle.w--open {
  border-color: #1e1e20;
}

.product-dropdown-link {
  color: #1e1e20;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.product-dropdown-link:hover {
  background-color: #f5f5f7;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-weight-medium {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.product-dropdown-list {
  background-color: #0000;
}

.product-dropdown-list.w--open {
  min-width: 200px;
  margin-top: 8px;
  right: 0;
  box-shadow: 25px 25px 64px -14px #a1a1a526;
}

.product-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.breadcrumb-link {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb-link:hover {
  color: #1e1e20;
}

.breadcrumb-link.w--current {
  color: #000;
}

.breadcrumb-link.white {
  color: #fff;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #437296;
  border-radius: 32px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-flex;
}

.product-header-wrapper {
  z-index: 1;
  background-color: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.flag-sm {
  width: 15px;
  display: block;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: none;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.filter-sort-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter-dropdown-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.course-item-statistic {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4d4d4c;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.course-item-video-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.subheading-large {
  color: #000;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-large.text-color-gray-700 {
  color: #5f5e5d;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-600 {
  color: #71716f;
}

.section-regular-2 {
  padding: 96px 5%;
}

.section-regular-2.background-gray-50 {
  background-color: #f6f5f3;
}

.filter-course-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.badge {
  color: #172937;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ffeae6;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.filter-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.filter-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.course-item-statistics {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.filter-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.course-item-statistics-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.text-color-gray-700 {
  color: #5f5e5d;
}

.course-video-timestamp {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #201f1f3d;
  border-radius: 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 10px 2px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 8px 8px;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.subheading-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-weight-semibold {
  font-weight: 600;
}

.course-video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.course-item-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  padding: 12px 8px;
  display: flex;
}

.filter-sort-dropdown-list {
  background-color: #fff;
}

.filter-sort-dropdown-list.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f6f5f3;
  border: 1px solid #d6d3d1;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 4px;
  padding: 4px;
  display: flex;
  inset: auto 0% auto auto;
}

.course-video-lightbox-link {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #201f1f1f;
  border: 1px solid #d7d4d214;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.course-video-lightbox-link:hover {
  color: #ff443d;
  background-color: #fff;
  transform: scale(1.1);
}

.filter-sort-dropdown-link {
  border: 1px solid #f6f5f3;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

.filter-sort-dropdown-link:hover {
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
}

.column-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.filter-sort-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  align-items: center;
  padding: 10px 16px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.filter-sort-dropdown-toggle:hover {
  border-color: #d6d3d1;
}

.filter-sort-dropdown-toggle:focus {
  background-color: #f0edea;
  border-color: #d6d3d1;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.filter-checkbox-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-navigation-row {
  display: none;
}

.filter-checkbox-trigger {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.filter-search-shortcut {
  background-color: #fff;
  border: 1px solid #f0edea;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.filter-dropdown-group {
  flex-flow: column;
  display: flex;
}

.toggle-thumb {
  z-index: 1;
  filter: drop-shadow(0 1px 1px #201f1f12) drop-shadow(0 1px 1px #201f1f0a) drop-shadow(0 2px 1px #201f1f03) drop-shadow(0 3px 2px #201f1f00);
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
}

.filter-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #71716f;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-flex;
}

.filter-tag:hover {
  color: #000;
  background-color: #d6d3d1;
}

.filter-tag.active {
  color: #3c4652;
  background-color: #0000;
  border-color: #d2d2d7;
  font-size: 12px;
  line-height: 12px;
}

.h5-heading {
  color: #000;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-weight-medium {
  font-weight: 500;
}

.caption-regular.text-weight-semibold {
  font-weight: 600;
}

.filter-checkbox-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.input-shortcut-embed {
  display: none;
}

.form-shortcut {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  position: absolute;
  inset: auto 12px auto auto;
}

.filter-checkbox-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  width: 100%;
  margin-right: -8px;
  display: flex;
}

.filter-checkbox-content.right {
  margin-left: -8px;
  margin-right: 0;
}

.filter-display-thumb {
  pointer-events: none;
  background-color: #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.filter-navigation-menu {
  background-color: #0000;
}

.filter-display-button {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.filter-dropdown-content-small {
  overflow: hidden;
}

.filter-menu-button {
  display: none;
}

.filter-tags {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  margin-bottom: 30px;
  display: flex;
}

.form-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: auto auto auto 12px;
}

.search-form-input {
  color: #4d4d4c;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.search-form-input:hover {
  border-color: #a5a3a1;
}

.search-form-input:focus {
  border-color: #ff443d;
}

.filter-dropdown-toggle-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.filter-form-block {
  min-width: 320px;
  margin-bottom: 0;
}

.form-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.filter-dropdown-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

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

.filter-toggle-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.filter-reset-button {
  color: #ff443d;
  background-color: #ffeae6;
  border: 1px solid #ffc9bd;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.divider-gray-200 {
  background-color: #d6d3d1;
  width: 100%;
  height: 1px;
}

.filter-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.filter-checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.toggle-base {
  cursor: pointer;
  background-color: #d6d3d1;
  border: 1px solid #bfbcba;
  border-radius: 96px;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 24px;
  padding: 4px;
  display: flex;
  position: relative;
}

.filter-checkbox {
  border-width: 2px;
  border-color: #8b8a89;
  border-radius: 100%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -8px;
  margin-right: auto;
}

.filter-checkbox.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/Checkbox-Filled.svg');
  background-size: contain;
  border-width: 2px;
  border-color: #000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filter-checkbox.right {
  margin-left: 0;
  margin-right: -8px;
}

.filter-toggle-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.filter-main-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.filter-display-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  justify-content: flex-end;
  align-items: center;
  width: 84px;
  padding: 4px;
  display: flex;
  position: relative;
}

.filter-results-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.filter-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px 24px 24px;
  display: flex;
  position: sticky;
  top: 64px;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.filter-navigation-bar {
  background-color: #0000;
}

.filter-checkbox-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-dropdown {
  width: 100%;
  transition: border .3s;
}

.filter-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #e0e3de;
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.product-thumbnail {
  background-color: #f7f6f2;
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}

.filter-heading-block {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.filter-form-block-top {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.filter-search-divider {
  background-color: #cbd0c8;
  width: 1px;
  height: 24px;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.subheading-x-large {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.filter-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.filter-search-dropdown-list {
  z-index: 5;
}

.filter-search-dropdown-list.w--open {
  grid-row-gap: 6px;
  background-color: #f5f6f4;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 8px;
  padding: 4px;
  display: flex;
  position: absolute;
}

.filter-price-range-field {
  color: #000;
  text-align: center;
  background-color: #f5f6f4;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 8px 8px 12px;
  transition: border-color .3s;
}

.filter-price-range-field:hover {
  border-color: #a2ab9c;
}

.filter-price-range-field:focus {
  border-color: #2a514c;
}

.filter-search-right {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-brand {
  color: #2a514c;
}

.grid-three-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.overline-small {
  color: #3c4238;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.filter-checkbox-2 {
  cursor: pointer;
  background-color: #e0e3de;
  border-style: none;
  border-radius: 8px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.filter-checkbox-2.w--redirected-checked {
  background-color: #2a514c;
  background-image: url('../images/check-primary.svg');
  background-size: 16px 16px;
  border-style: none;
}

.filter-checkbox-2.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.filter-checkbox-2.no-margin {
  margin-right: 0;
}

.filter-color-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
}

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

.filter-star-wrapper {
  grid-column-gap: 2px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-regular {
  color: #3c4238;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular.text-weight-medium {
  font-weight: 500;
}

.filter-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
  position: relative;
}

.filter-label {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.filter-label.full-width {
  width: 100%;
}

.filter-dropdown-toggle-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3c4238;
  background-color: #fff;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.filter-dropdown-toggle-2:hover {
  color: #000;
}

.filter-dropdown-toggle-2.w--open {
  z-index: -1;
  color: #000;
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.subheading-regular-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.product-description {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter-search-dropdown {
  z-index: 5;
  grid-column-gap: 8px;
  color: #000;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.column-x-small, .product-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-form-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.filter-link-group {
  grid-row-gap: 8px;
  border-top: 1px solid #e0e3de;
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.filter-link-group.no-border {
  border-top-style: none;
}

.product-text-wrapper {
  width: 100%;
}

.text-weight-medium {
  font-weight: 500;
}

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

.button-ghost {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  background-color: #f5f6f4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #e0e3de;
}

.filter-form-block-2 {
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-large-3 {
  color: #3c4238;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.filter-color-checkbox {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: -16px;
  margin-right: 0;
  position: absolute;
}

.filter-color-checkbox.w--redirected-checked {
  background-color: #2a514c1a;
  background-image: none;
  border-style: none;
}

.filter-color-checkbox.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.filter-color-checkbox.checkbox-red.w--redirected-checked {
  background-color: #d747471a;
}

.filter-color-checkbox.checkbox-yellow.w--redirected-checked {
  background-color: #f2b02c1a;
}

.filter-color-checkbox.checkbox-blue.w--redirected-checked {
  background-color: #4780d71a;
}

.filter-color-checkbox.checkbox-orange.w--redirected-checked {
  background-color: #e96e351a;
}

.product-badge {
  color: #f2b02c;
  letter-spacing: .6px;
  background-color: #fef8ec;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.filter-divider {
  background-color: #cbd0c8;
  width: 100%;
  height: 1px;
}

.filter-dropdown-toggle-wrapper {
  grid-column-gap: 8px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.filter-dropdown-toggle-wrapper:hover {
  color: #000;
}

.toggle-round {
  z-index: 1;
  background-color: #2a514c;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
}

.product-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3c4238;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.product-card:hover {
  border-color: #b6bdb2;
}

.product-favourite {
  color: #646e5e;
}

.filter-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #cbd0c8;
  border-top-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
}

.filter-price-range {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

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

.reset-filter-button {
  grid-column-gap: 24px;
  color: #d74747;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 4px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.reset-filter-button:hover {
  background-color: #fbeeee;
}

.filter-dropdown-link {
  color: #282c25;
  white-space: nowrap;
  border-radius: 8px;
  min-width: 150px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  transition: background-color .3s;
  display: flex;
}

.filter-dropdown-link:hover {
  color: #000;
  background-color: #e0e3de;
}

.filter-star-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 1px;
  transition: color .2s;
  display: flex;
  position: absolute;
  left: 44px;
}

.filter-category-heading {
  color: #646e5e;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.filter-category-heading.text-color-black {
  color: #000;
  margin-bottom: 0;
}

.filter-selection-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filter-selection-item:hover {
  color: #376d65;
}

.subheading-large-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-small-3 {
  color: #3c4238;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.filter-color-indicator {
  border-radius: 100%;
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.filter-color-indicator.indicator-orange {
  background-color: #e96e35;
}

.filter-color-indicator.indicator-red {
  background-color: #d74747;
}

.filter-color-indicator.indicator-blue {
  background-color: #4780d7;
}

.filter-color-indicator.indicator-yellow {
  background-color: #f2b02c;
}

.filter-color-indicator.indicator-green {
  background-color: #2a514c;
}

.filter-product-divider {
  background-color: #b6bdb2;
  width: 1px;
  height: 12px;
}

.filter-menu-wrapper {
  overflow: hidden;
}

.icon-regular-3 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #2a514c;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #376d65;
}

.button-primary:active {
  background-color: #45877e;
}

.filter-top-row {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.filter-advanced {
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  overflow: hidden;
}

.filter-review-link {
  color: #646e5e;
  white-space: nowrap;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color .3s;
}

.filter-review-link:hover {
  color: #000;
}

.filter-checkbox-field-right {
  color: #000;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  display: flex;
}

.filter-main-grid-2 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.section-regular-3 {
  background-color: #f7f6f2;
  padding: 92px 5%;
  position: relative;
}

.section-regular-3.background-white {
  background-color: #fff;
}

.filter-toggle {
  cursor: pointer;
  background-color: #e0e3de;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 26px;
  padding: 4px;
  display: flex;
  position: relative;
}

.filter-title-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 32px;
  margin-right: auto;
  display: flex;
}

.filter-search {
  background-color: #f5f6f4;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  min-height: 55px;
  display: flex;
}

.product-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.filter-checkbox-field-2 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.filter-icon-button {
  background-color: #f5f6f4;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  display: flex;
}

.filter-icon-button:hover {
  color: #000;
  background-color: #e0e3de;
}

.filter-color {
  cursor: pointer;
  border: 1px solid #2a514c;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-color.filter-blue {
  border-color: #4780d7;
}

.filter-color.filter-red {
  border-color: #d74747;
}

.filter-color.filter-yellow {
  border-color: #f2b02c;
}

.filter-color.filter-orange {
  border-color: #e96e35;
}

.filter-text-field {
  color: #282c25;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.filter-text-field::placeholder {
  color: #788471;
}

.filter-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #bdbdbdbf;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-13 {
  z-index: 9999;
  background-color: #fff;
  border: 1px #cbd0c8;
  border-radius: 0;
  max-width: 33%;
  padding: 30px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.statcircle {
  color: #fff;
  background-color: #172937;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.badge-primary-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #d0011d;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-flex;
}

.emptyspace {
  flex: 1;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-search-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}

.navigation-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d7;
  padding: 16px 5%;
}

.location-selected {
  width: 100%;
}

.user-wrapper {
  grid-row-gap: 8px;
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.location-flag {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  overflow: hidden;
}

.search-input-large {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 42px 12px 16px;
  font-size: 16px;
  line-height: 24px;
  transition: all .25s;
}

.search-input-large:hover {
  border-color: #b6b9ce;
}

.search-input-large:focus {
  color: #160042;
  border-color: #160042;
}

.search-input-large::placeholder {
  color: #6e6e72;
}

.location-search {
  width: 100%;
  margin-bottom: 24px;
}

.avatar-toggle {
  grid-column-gap: 8px;
  color: #1e1e20;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  display: flex;
}

.avatar-toggle.w--open {
  background-color: #f5f5f7;
  border-radius: 8px;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.location-scroll-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  height: 220px;
  display: flex;
  overflow: auto;
}

.avatar-member-wrapper {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.search-dropdown {
  margin-left: 0;
}

.search-dropdown.w--open {
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  min-width: 180px;
  padding: 8px;
  top: 60px;
  left: -10px;
}

.search-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1e1e20;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.search-toggle.w--open {
  background-color: #ececee;
}

.avatar-star {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.location-line {
  background-color: #d2d2d7;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.location-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #87878c;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
}

.location-toggle:hover, .location-toggle.w--open {
  background-color: #f5f5f7;
}

.location-list-small {
  margin-left: 0;
  margin-right: 0;
}

.location-list-small.w--open {
  background-color: #0000;
  min-width: 400px;
  margin-top: 4px;
  right: 0;
}

.navigation-link {
  color: #6e6e72;
  letter-spacing: -.02em;
  white-space: nowrap;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #1e1e20;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-search {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.location-search-field {
  color: #6e6e72;
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 42px;
  font-size: 16px;
  line-height: 24px;
  transition: all .25s;
}

.location-search-field:hover {
  border-color: #b6b9ce;
}

.location-search-field:focus {
  color: #160042;
  border-color: #160042;
}

.location-search-field::placeholder {
  color: #b6b9ce;
}

.search-icon-right {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 14px auto auto;
}

.user-list {
  z-index: 9;
}

.user-list.w--open {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  min-width: 400px;
  padding: 24px;
  position: absolute;
  top: 55px;
  right: 0;
  box-shadow: 25px 25px 64px -14px #a1a1a529;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.text-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.user-link {
  color: #1e1e20;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 8px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.user-link:hover {
  background-color: #f5f5f7;
}

.location-currency {
  color: #87878c;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.search-dropdown-link {
  color: #1e1e20;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
}

.search-dropdown-link:hover {
  background-color: #f5f5f7;
}

.navigation-banner {
  background-color: #f5f5f7;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.navigation-icon-button {
  color: #000;
  border-radius: 8px;
  padding: 8px;
  transition: color .3s;
}

.navigation-icon-button:hover {
  color: #d0011d;
  background-color: #f5f5f7;
}

.search-wrapper {
  width: 100%;
}

.user-avatar-name {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-link-large {
  margin-right: 62px;
  transition: opacity .3s;
}

.logo-link-large:hover {
  opacity: .5;
}

.search-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto auto 14px;
}

.search-dropdown-title {
  color: #6e6e72;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.location-card {
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 24px;
  display: flex;
}

.navigation-line-break {
  background-color: #d2d2d7;
  width: 1px;
  height: 24px;
  margin-left: 8px;
  margin-right: 16px;
}

.avatar-large {
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.navigation-button-bar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.location-flag-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.location-link {
  color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3px 16px 3px 0;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.location-link:hover {
  text-underline-offset: 8px;
  text-decoration: underline;
}

.user-icon-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.avatar-dropdown {
  position: relative;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.text-weight-semibold {
  font-weight: 600;
}

.search-input-wrapper-large {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navigation-bottom-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.avatar-role {
  color: #87878c;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.location-dropdown-icon {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.avatar-name {
  color: #1e1e20;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.avatar-small {
  color: #fff;
  border-radius: 100px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  overflow: hidden;
}

.text-color-dark {
  color: #000;
}

.navigation-top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-block {
  background-color: #f5f5f7;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.user-header {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.location-title {
  text-align: center;
  margin-bottom: 24px;
}

.blog_item {
  color: #000;
  border: 1px solid #e4e4e7;
  border-radius: .75rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-large-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 32rem;
}

.h1-heading {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.body-x-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.body-x-large.text-color-secondary {
  color: #3f3f46;
}

.body-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.section-medium {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #172937c7;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  padding: 25px;
}

.paragraph-medium {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.content-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
  position: sticky;
  top: 10vh;
}

.content-stack-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-color-gradient {
  -webkit-text-stroke-color: #fff;
}

.paragraph-x-large-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.section-large {
  background-color: #fff;
  padding: 80px 5%;
  position: relative;
}

.stack-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fafafa;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.container-medium-2 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.column-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.h3-heading-2 {
  color: #000;
  letter-spacing: -.03em;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.content-left-column {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.content-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

.stack-card-image {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.integration-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.integration-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  letter-spacing: -.08px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.integration-tab-link:hover {
  color: #25272c;
  background-color: #f7f8f8;
}

.integration-tab-link.w--current {
  color: #fff;
  background-color: #437296;
}

.section-regular-6 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.section-regular-6.background-white {
  background-color: #fff;
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/AdobeStock_1705274564.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-regular-6.background-white.hidden {
  display: none;
}

.integration-tabs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  display: block;
}

.faq_answer {
  color: #50555f;
  background-color: #0000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: static;
}

.faq_arrow-wrapper {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2rem;
  display: flex;
}

.faq_content {
  margin-top: -1rem;
  padding-bottom: 1.5rem;
}

.column {
  flex-flow: column;
  display: flex;
}

.faq_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.body-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.faq_accordion {
  border-bottom: 1px solid #e4e4e7;
  flex-flow: column;
  width: 100%;
  transition: border-color .3s;
  display: flex;
  overflow: hidden;
}

.faq_accordion:hover {
  border-bottom-color: #d4d4d8;
}

.faq_arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq_question {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.tabs-content-2 {
  margin-left: 60px;
}

.body {
  font-family: Inter, sans-serif;
}

.icon-map {
  width: 20px;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  display: block;
}

.text-block-3 {
  text-transform: none;
  font-size: 10px;
  font-style: normal;
}

.icon-button {
  filter: invert();
  color: #fff;
  width: 20px;
}

.icon-button.white {
  filter: none;
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.slide-nav-code {
  display: none;
}

.logo-slider {
  background-color: #0000;
  height: auto;
}

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

.logo-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  overflow: visible;
}

.logo-slide-navigation {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
  display: none;
  position: static;
}

.logo-image-large {
  filter: grayscale();
  flex: none;
  max-height: 100px;
}

.section-large-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 5%;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.logo-arrow {
  display: none;
}

.logo-slider-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.faq-tab-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 376px;
  padding: 4px 0 4px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
}

.faq-tab-link.w--current {
  background-color: #0000;
}

.faq-pane-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  background-color: #202020;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, inset 0 0 0 1px #0000000f;
}

.faq-tab-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  display: flex;
}

.subheading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-tabs-title {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.h3-heading-3 {
  letter-spacing: -.02em;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

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

.types {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 0;
  display: grid;
}

.grid-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-section {
  align-items: stretch;
  min-height: 100svh;
  display: flex;
}

.content-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-large {
  color: #fff;
  max-width: 600px;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.2;
}

.account-form {
  margin-bottom: 0;
}

.account-button {
  color: #fff;
  text-align: center;
  background-color: #172838;
  border: 2px solid #24baec;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.account-button:hover {
  color: #3fb4d6;
  background-color: #172838;
}

.form-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 75%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-link {
  border: 1px solid #363655;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: #24baec;
}

.image-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 800px;
  padding: 80px 80px 100px;
  display: flex;
  position: relative;
}

.checkbox-label {
  margin-bottom: 0;
}

.form-field {
  color: #2c2c3a;
  background-color: #24baec;
  border: 1px solid #3fb4d6;
  border-radius: 10px;
  min-height: 64px;
  padding-bottom: 8px;
  padding-left: 92px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.form-field:hover {
  border-color: #3fb4d6;
}

.form-field:active {
  border-style: solid;
  border-color: #3fb4d6;
}

.form-field:focus {
  border-color: #3fb4d6;
}

.form-field::placeholder {
  color: #2c2c3a;
}

.checkbox {
  border-radius: 12px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #6262ff;
  background-size: 12px;
  border-color: #6262ff;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #6262ff;
}

.account-section {
  z-index: 0;
  background-image: linear-gradient(0deg, #00000069, #0000 67%), linear-gradient(#121c26f0, #121c26f0), url('../images/Asset-1.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 72px 5%;
  display: flex;
  position: relative;
}

.account-link {
  color: #24baec;
  -webkit-text-stroke-color: #24baec;
  text-decoration: none;
  transition: all .3s;
}

.account-link:hover {
  opacity: .7;
}

.account-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 42px;
}

.checkbox-field {
  color: #fff;
  margin-bottom: 32px;
}

.error-message {
  color: #fff;
  background-color: #522723;
  padding: 16px;
}

.content-top {
  z-index: auto;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.social-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  line-height: 14px;
}

.form-login {
  color: #fff;
  text-align: center;
}

.account-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.account-form-block {
  align-self: stretch;
  margin-top: 30px;
  margin-bottom: 0;
}

.image-gradient {
  background-image: linear-gradient(#2c2ca100 28%, #1e1e35);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 72px 5% 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.form-icon-2 {
  background-color: #c7c7c7;
  border-right: 1px #3b3b4a40;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 72px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.account-detail {
  color: #fff;
  margin-bottom: 20px;
}

.success-message {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.form-field-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.logo {
  width: 150px;
}

.image-4 {
  color: #cc7d7d;
}

.image-5 {
  max-width: 300px;
  margin-bottom: 30px;
  display: none;
}

.body-2, .body-3 {
  background-color: #121c26;
}

.div-block-21 {
  margin-bottom: 30px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.dashboard-settings {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.h5-heading-3 {
  color: #fff;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.section-regular-8 {
  padding: 60px 5%;
  position: relative;
}

.container-small-2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dashboard-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-small-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.settings-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #030711;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 16px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.settings-link:hover {
  border-color: #d1d5db;
}

.settings-link.active {
  background-color: #f8f8f8;
}

.settings-link-title {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.subheading-regular-3 {
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.h6-heading-4 {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.dashboard-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-7 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-7.text-color-gray-500 {
  color: #6b7280;
  font-weight: 400;
}

.column-tiny-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-dashboard-header {
  background-color: #172838;
  padding: 30px 5%;
  position: relative;
}

.dashboard-button {
  background-color: #24baec;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.dashboard-button-dark {
  background-color: #172838;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.footer-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.legal-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-divider {
  background-color: #e7e7e7;
  border-radius: 4px;
  width: 1px;
  height: 24px;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #23baec;
  justify-content: flex-start;
  align-items: center;
  max-width: 240px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link:hover {
  color: #286efb;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.legal-text {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
}

.footer-social-link {
  color: #23baec;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.paragraph-large-8 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large-8.text-weight-medium {
  font-weight: 500;
}

.background-noise {
  z-index: 3;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.paragraph-regular-8 {
  color: #454545;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-8.font-heading {
  color: #fff;
}

.button-outline-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #23baec;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.footer-mail-link {
  color: #454545;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-section {
  color: #fff;
  background-color: #000;
  padding: 60px 5%;
  position: relative;
  overflow: hidden;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-regular-3 {
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-column-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-color-brand-4 {
  color: #286efb;
}

.image-6 {
  width: 300px;
}

.row-regular-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-paragraph {
  color: #fff9;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.error-message-2 {
  padding: 16px 18px;
}

.cta-field-wrap {
  margin-bottom: 24px;
  position: relative;
}

.cta-right {
  color: #fff;
  max-width: 300px;
  margin-top: 40px;
  margin-left: 60px;
}

.cta-left {
  flex: 1;
  max-width: 450px;
}

.email-field {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  height: 70px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.email-field:hover {
  border-style: solid;
  border-color: #044afa4d;
}

.email-field:focus {
  border-style: solid;
  border-color: #044afa;
}

.email-field::placeholder {
  color: #d0d0d0;
}

.cta-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.cta-form-block {
  background-color: #044afa1a;
  border-radius: 50px;
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  background-color: #044afa;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .3s;
  position: absolute;
  inset: 5px 5px auto auto;
}

.submit-button:hover {
  background-color: #316afb;
}

.cta-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-content {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.cta-sale-text {
  color: #7e7e7e99;
  background-image: url('../images/discount-shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80%;
  padding-top: 2px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 20px;
}

.success-message-2 {
  background-color: #0000;
  font-size: 18px;
  line-height: 26px;
}

.cta-form {
  background-image: url('../images/CTA-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cta-section {
  text-align: left;
  background-color: #fff;
  padding: 100px 3%;
}

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

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

.form-field-dashboard {
  color: #2c2c3a;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  min-height: 64px;
  padding-bottom: 8px;
  padding-left: 92px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.form-field-dashboard:hover {
  border-color: #3fb4d6;
}

.form-field-dashboard:active {
  border-style: solid;
  border-color: #3fb4d6;
}

.form-field-dashboard:focus {
  border-color: #3fb4d6;
}

.form-field-dashboard::placeholder {
  color: #2c2c3a;
}

.form-wrapper-dashboard {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 75%;
  max-width: 600px;
  display: flex;
  position: relative;
}

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

.div-block-14-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resortheader {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 35svh;
  display: flex;
  position: relative;
}

.div-block-25 {
  padding: 80px 5%;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: block;
}

.resortbg {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  height: 50vh;
  padding: 0%;
  display: flex;
  position: relative;
}

.resort-intro {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.resort-intro.column-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-27-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  display: flex;
}

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

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

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-29 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  font-style: italic;
}

.div-block-30 {
  margin-bottom: 16px;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.location-link-copy {
  color: #1e1e20;
  border-radius: 8px;
  flex: none;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding: 3px 16px 3px 0;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.location-link-copy:hover {
  background-color: #f5f5f7;
}

.div-block-32 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.section-regular-copy {
  background-color: #fff;
  margin-top: 50px;
  padding: 0 5%;
  position: relative;
}

.cta-getnotified {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.bodydark {
  color: #fff;
  background-color: #000;
}

.text-field {
  background-color: #ddebf6;
  margin-bottom: 0;
}

.submit-button-2 {
  background-color: #1b334d;
}

.text-field-2, .text-field-3 {
  margin-bottom: 0;
}

.headerimageheader {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.resortheadervideo {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.resortimage {
  background-image: url('../images/beautiful-view-ski-resort-with-ski-lifts-skiers.jpg');
  background-position: 50%;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: 0% auto;
}

.div-block-33 {
  color: #000;
  max-width: 800px;
}

.text-block-7 {
  color: #fff;
}

.container-medium-2-copy {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-34 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-33-copy {
  color: #000;
  max-width: 700px;
}

.homeheader {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50svh;
  display: flex;
  position: relative;
}

.resortbg-copy {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  height: 60vh;
  padding: 0%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .grid {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbar.bgwhite {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .menu-button {
    flex: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    align-self: center;
  }

  .brand {
    flex: 1;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .hero_mobile {
    display: none;
  }

  .headerimagecard {
    height: 100%;
  }

  .filter-button-wrapper {
    margin-top: 14px;
  }

  .section-regular {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .filter-navigation-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .input-shortcut-embed {
    display: none;
  }

  .filter-navigation-menu {
    z-index: 2;
    text-align: left;
    padding-top: 8px;
  }

  .filter-menu-button {
    background-color: #f0edea;
    border: 1px solid #d6d3d1;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 8px;
    display: flex;
  }

  .filter-menu-button.w--open {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
  }

  .burger-lottie {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .filter-form-block {
    z-index: 999;
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }

  .filter-main-grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .filter-form {
    border: 1px solid #f0edea;
    position: static;
  }

  .filter-search-right {
    flex-flow: wrap;
  }

  .filter-dropdown-small {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-three-column-2, .filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .filter-top-row {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .filter-main-grid-2 {
    grid-template-columns: 1fr;
  }

  .navigation-search-block {
    width: 100%;
    display: none;
  }

  .navigation {
    position: relative;
  }

  .location-search {
    width: 100%;
  }

  .menu-button-2 {
    color: #000;
    background-color: #ececee;
    border-radius: 8px;
    margin-left: 8px;
    padding: 10px;
    transition: all .3s;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    color: #fff;
    background-color: #000;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-search {
    width: auto;
  }

  .navigation-menu {
    background-color: #fff;
    width: 100%;
    padding: 24px;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .search-wrapper {
    display: none;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .avatar-dropdown {
    margin-left: 10px;
  }

  .navigation-bottom-row {
    margin-top: 0;
  }

  .location-dropdown-icon {
    display: none;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .content-left-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-grid-large {
    grid-template-columns: 1fr;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq_component {
    grid-template-columns: 1fr;
  }

  .logo-slider-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .faq-tabs-title {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 30px;
    position: static;
  }

  .h3-heading-3 {
    margin-bottom: 0;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-copy {
    flex-flow: column;
    display: flex;
  }

  .form-section {
    background-color: #121c25;
    background-image: none;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
  }

  .image-section {
    width: 100%;
    min-height: 900px;
    display: none;
  }

  .account-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/chlogo.avif');
    background-repeat: repeat, no-repeat;
    width: 100%;
    min-height: 100svh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .image-gradient {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-20 {
    background-color: #181824;
    min-height: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-20-copy {
    background-color: #0b1117;
    min-height: 10px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-5 {
    display: block;
  }

  .body-2 {
    background-color: #0b1117;
  }

  .dashboard-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-dashboard-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .legal-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding-bottom: 24vw;
  }

  .cta-right {
    margin-left: 40px;
  }

  .cta-sale-text {
    width: 60%;
  }

  .cta-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .resort-intro {
    max-width: 80%;
  }

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

  .div-block-30 {
    margin-bottom: 0;
  }

  .div-block-32 {
    flex-flow: wrap;
  }

  .section-regular-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .headerimageheader {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 30px;
    display: none;
  }

  .image {
    width: 75px;
  }

  .navbar {
    background-color: #000;
    padding: 10px 30px;
  }

  .navbar.bgwhite {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-4 {
    flex: none;
    display: flex;
  }

  .div-block-5 {
    display: block;
  }

  .section {
    padding: 31px;
  }

  .button_dates {
    padding: 5px 0;
    font-size: 10px;
  }

  .div-block-8 {
    flex-flow: wrap;
    min-width: 40%;
  }

  .button {
    display: none;
  }

  .menu-button {
    padding-right: 18px;
  }

  .brand {
    padding-left: 0;
  }

  .hero_mobile {
    display: block;
  }

  .cover-image-card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .headerimagecard {
    height: 30vh;
    position: static;
  }

  .filter-button-wrapper {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .product-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .filter-line-space {
    display: none;
  }

  .h4-heading {
    font-size: 32px;
  }

  .section-regular {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .breadcrumb-link.white {
    color: #000;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .filter-title {
    padding: 0;
  }

  .filter-heading {
    font-size: 40px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .user-list.w--open {
    border-radius: 0;
    width: 100svw;
    position: fixed;
    top: 106px;
  }

  .body-x-large {
    font-size: 18px;
  }

  .column-small.column-left, .text-color-gradient {
    color: #000;
  }

  .paragraph-x-large-2 {
    font-size: 18px;
  }

  .h3-heading-2 {
    font-size: 32px;
  }

  .integration-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .integration-tabs {
    grid-template-columns: 1fr;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-pane-wrapper {
    padding: 32px;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .form-section {
    justify-content: center;
    align-items: stretch;
  }

  .heading-large {
    font-size: 40px;
    line-height: 44px;
  }

  .form-field {
    min-height: 45px;
  }

  .account-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .account-form-block {
    align-self: stretch;
  }

  .section-regular-8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dashboard-card-grid {
    grid-template-columns: 1fr;
  }

  .section-dashboard-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dashboard-button {
    flex: 1;
  }

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

  .dashboard-button-dark {
    flex: 1;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .cta-right {
    background-color: #044afa;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    max-width: none;
    margin: 0 -40px 40px;
    padding: 60px 40px 40px;
  }

  .cta-left {
    max-width: 100%;
  }

  .email-field {
    font-size: 18px;
  }

  .cta-sale-text {
    width: 100%;
  }

  .cta-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-field-dashboard {
    min-height: 45px;
  }

  .div-block-26 {
    width: 80%;
  }

  .resortbg {
    flex-flow: column;
    height: auto;
  }

  .section-regular-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .headerimageheader {
    height: 30vh;
    position: static;
  }

  .resortbg-copy {
    flex-flow: column;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .button_dates {
    min-width: 40%;
    padding: 10px;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon-embed-small {
    border-color: #24baec;
  }

  .headerimagecard {
    border-radius: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-header-wrapper {
    margin-bottom: 24px;
  }

  .filter-sort-dropdown-list.w--open {
    left: 0%;
  }

  .filter-results-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .filter-search-right {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .filter-dropdown-small {
    width: 100%;
  }

  .filter-grid {
    grid-template-columns: 1fr;
  }

  .filter-top-row {
    flex-flow: column;
  }

  .navigation-icon-wrapper {
    display: none;
  }

  .location-list-small {
    margin-bottom: 10px;
  }

  .navigation-menu {
    padding: 14px;
  }

  .navigation-banner {
    display: none;
  }

  .avatar-dropdown {
    display: flex;
  }

  .paragraph-x-large-2 {
    text-align: center;
    font-size: 16px;
  }

  .h3-heading-2 {
    text-align: center;
    font-size: 24px;
  }

  .integration-tab-menu {
    grid-template-columns: 1fr;
  }

  .logo-card {
    padding: 18px 12px;
  }

  .logo-slider-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .faq-pane-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-large {
    font-size: 30px;
  }

  .account-button {
    max-width: none;
    height: 45px;
  }

  .form-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-section {
    min-height: 800px;
  }

  .form-field {
    min-height: 40px;
    padding-left: 50px;
  }

  .checkbox {
    margin-left: 0;
  }

  .account-section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .account-title {
    margin-bottom: 0;
    font-size: 22px;
  }

  .checkbox-field {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-gradient {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-icon-2 {
    width: 40px;
  }

  .div-block-20, .div-block-20-copy {
    background-color: #121c25;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .body-3 {
    background-color: #121c25;
  }

  .footer-section {
    padding-bottom: 28vw;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .cta-right {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-field {
    margin-bottom: 8px;
  }

  .cta-form-block {
    height: auto;
  }

  .success-message-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta-form {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-field-dashboard {
    min-height: 40px;
    padding-left: 50px;
  }

  .form-wrapper-dashboard {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .resortbg {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .headerimageheader {
    border-radius: 0;
  }

  .resortbg-copy {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }
}

#w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5103-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5126-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c512e-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5135-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5158-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5160-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5167-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5187-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c518f-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c5196-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c51b6-c4166e82, #w-node-c265f688-53e3-4b31-70a0-fe4cbd8c51be-c4166e82, #w-node-f5940f61-48e6-1d01-be88-5bc4fcca0915-e4557ab8, #w-node-_286380f9-c688-b4b4-29f1-94ecf047b2ce-e4557ab8, #w-node-bac423c1-2eef-c096-88dc-209ce21bcaf3-e4557ab8, #w-node-ef9430a0-3e87-b6f0-f43c-d872532cc6cc-e4557ab8, #w-node-ef9430a0-3e87-b6f0-f43c-d872532cc6e4-e4557ab8, #w-node-ef9430a0-3e87-b6f0-f43c-d872532cc6ec-e4557ab8, #w-node-fe515026-3d59-b577-13d5-b5c2d97060d1-e4557ab8, #w-node-fe515026-3d59-b577-13d5-b5c2d97060e9-e4557ab8, #w-node-fe515026-3d59-b577-13d5-b5c2d97060f1-e4557ab8, #w-node-_2031d557-1c61-a772-fdea-82854a354d2c-e4557ab8, #w-node-_2031d557-1c61-a772-fdea-82854a354d44-e4557ab8, #w-node-_2031d557-1c61-a772-fdea-82854a354d4c-e4557ab8, #w-node-ee61e7bf-0a9c-2766-e4fc-23b8a764faf6-e4557ab8, #w-node-ee61e7bf-0a9c-2766-e4fc-23b8a764fb0e-e4557ab8, #w-node-ee61e7bf-0a9c-2766-e4fc-23b8a764fb16-e4557ab8, #w-node-c10aed78-acb3-8b2f-55a8-10e54403a5fe-e4557ab8, #w-node-c10aed78-acb3-8b2f-55a8-10e54403a616-e4557ab8, #w-node-c10aed78-acb3-8b2f-55a8-10e54403a61e-e4557ab8, #w-node-_0658222b-fae6-4de2-d7a2-4dec9aff4435-e4557ab8, #w-node-_0658222b-fae6-4de2-d7a2-4dec9aff444d-e4557ab8, #w-node-_0658222b-fae6-4de2-d7a2-4dec9aff4455-e4557ab8, #w-node-_08b06fc1-1783-0549-534c-a6943c1b84a3-e4557ab8, #w-node-_08b06fc1-1783-0549-534c-a6943c1b84bb-e4557ab8, #w-node-_08b06fc1-1783-0549-534c-a6943c1b84c3-e4557ab8, #w-node-dabcd537-b4b1-1680-201e-4ca5348d0ae0-e4557ab8, #w-node-dabcd537-b4b1-1680-201e-4ca5348d0af8-e4557ab8, #w-node-dabcd537-b4b1-1680-201e-4ca5348d0b00-e4557ab8, #w-node-_76ac7ff8-f7c2-bc8d-f080-a3d68f6953e1-e4557ab8, #w-node-_76ac7ff8-f7c2-bc8d-f080-a3d68f6953f9-e4557ab8, #w-node-_76ac7ff8-f7c2-bc8d-f080-a3d68f695401-e4557ab8, #w-node-_70e6f3ef-0aa4-f295-3cc5-4c0e66651e6c-e4557ab8, #w-node-_70e6f3ef-0aa4-f295-3cc5-4c0e66651e84-e4557ab8, #w-node-_70e6f3ef-0aa4-f295-3cc5-4c0e66651e8c-e4557ab8, #w-node-_4569ecc7-df4c-c3a5-3632-3be05d7ad40e-e4557ab8, #w-node-_4569ecc7-df4c-c3a5-3632-3be05d7ad426-e4557ab8, #w-node-_4569ecc7-df4c-c3a5-3632-3be05d7ad42e-e4557ab8, #w-node-eeeffa71-3a8e-fd35-ef78-fce15a8dfd22-5da7618f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_017aeb12-2694-2185-f2c9-76794be7c0c1-5da7618f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_017aeb12-2694-2185-f2c9-76794be7c0c6-5da7618f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_017aeb12-2694-2185-f2c9-76794be7c133-5da7618f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_017aeb12-2694-2185-f2c9-76794be7c134-5da7618f, #w-node-_017aeb12-2694-2185-f2c9-76794be7c136-5da7618f, #w-node-_017aeb12-2694-2185-f2c9-76794be7c14d-5da7618f, #w-node-_017aeb12-2694-2185-f2c9-76794be7c164-5da7618f, #w-node-_017aeb12-2694-2185-f2c9-76794be7c17b-5da7618f, #w-node-_017aeb12-2694-2185-f2c9-76794be7c192-5da7618f, #w-node-_017aeb12-2694-2185-f2c9-76794be7c1a9-5da7618f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_333d3591-123b-1c5c-496f-199df9e8cd31-48be92aa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2bc45ef5-b7d8-9baf-e875-b5e465ecc40e-48be92aa, #w-node-_2bc45ef5-b7d8-9baf-e875-b5e465ecc426-48be92aa, #w-node-_2bc45ef5-b7d8-9baf-e875-b5e465ecc42e-48be92aa, #w-node-c82f9615-6dfc-06df-adcb-371e6755198c-48be92aa, #w-node-c82f9615-6dfc-06df-adcb-371e675519af-48be92aa, #w-node-c82f9615-6dfc-06df-adcb-371e675519b7-48be92aa, #w-node-_03b4e8f8-fceb-3128-a2b8-90ade20c92b4-48be92aa, #w-node-_03b4e8f8-fceb-3128-a2b8-90ade20c92d7-48be92aa, #w-node-_03b4e8f8-fceb-3128-a2b8-90ade20c92df-48be92aa, #w-node-_7f224b74-dcb9-531e-0b6b-faaffaa1a000-48be92aa, #w-node-_7f224b74-dcb9-531e-0b6b-faaffaa1a023-48be92aa, #w-node-_7f224b74-dcb9-531e-0b6b-faaffaa1a02b-48be92aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a4ec63-b97a-773b-1e65-41f2e63ed2cf-48be92aa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45894689-ef71-de2c-dbe6-88afbf3cf33f-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf341-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf343-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf345-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf347-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf349-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34b-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34d-48be92aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92381fb-1b7e-7ea6-65ad-27151b7b45c5-48be92aa {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0952aae0-fb83-28b0-3607-49324f16b430-e4ddcc46 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_90d083ec-fd78-5f23-6497-35fbe8338d77-e4ddcc46, #w-node-_73e67edc-5fa1-b4ec-27d1-5c34644f88ae-e4ddcc46, #w-node-_6cdb623e-6b67-5506-0f0e-9a26d827a1d3-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d4-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d6-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d8-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03da-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03dc-e4ddcc46, #w-node-_36f8e353-9a4a-e242-f965-4e651f11f529-e4ddcc46, #w-node-fb7df272-7804-f5ba-a314-aeae08c7d3c1-e4ddcc46, #w-node-b17e7148-727a-1c62-865f-69d073e451f6-e4ddcc46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0952aae0-fb83-28b0-3607-49324f16b430-c27e090c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_73e67edc-5fa1-b4ec-27d1-5c34644f88ae-c27e090c, #w-node-_6cdb623e-6b67-5506-0f0e-9a26d827a1d3-c27e090c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_333d3591-123b-1c5c-496f-199df9e8cd31-d31b0d7d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2bc45ef5-b7d8-9baf-e875-b5e465ecc40e-d31b0d7d, #w-node-_2bc45ef5-b7d8-9baf-e875-b5e465ecc426-d31b0d7d, #w-node-_2bc45ef5-b7d8-9baf-e875-b5e465ecc42e-d31b0d7d, #w-node-c82f9615-6dfc-06df-adcb-371e6755198c-d31b0d7d, #w-node-c82f9615-6dfc-06df-adcb-371e675519af-d31b0d7d, #w-node-c82f9615-6dfc-06df-adcb-371e675519b7-d31b0d7d, #w-node-_03b4e8f8-fceb-3128-a2b8-90ade20c92b4-d31b0d7d, #w-node-_03b4e8f8-fceb-3128-a2b8-90ade20c92d7-d31b0d7d, #w-node-_03b4e8f8-fceb-3128-a2b8-90ade20c92df-d31b0d7d, #w-node-_7f224b74-dcb9-531e-0b6b-faaffaa1a000-d31b0d7d, #w-node-_7f224b74-dcb9-531e-0b6b-faaffaa1a023-d31b0d7d, #w-node-_7f224b74-dcb9-531e-0b6b-faaffaa1a02b-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa7e9-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa80c-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa814-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa81b-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa83e-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa846-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa84d-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa86d-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa875-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa87c-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa89c-d31b0d7d, #w-node-f543ea01-ed5c-0406-6a59-11b78e9aa8a4-d31b0d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a4ec63-b97a-773b-1e65-41f2e63ed2cf-d31b0d7d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45894689-ef71-de2c-dbe6-88afbf3cf33f-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf341-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf343-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf345-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf347-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf349-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34b-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34d-d31b0d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92381fb-1b7e-7ea6-65ad-27151b7b45c5-d31b0d7d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_6aef7211-8a81-6609-3be4-04aff8ec8d25-c4166e82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eeeffa71-3a8e-fd35-ef78-fce15a8dfc4a-5da7618f {
    grid-row: span 1 / span 1;
  }

  #w-node-_017aeb12-2694-2185-f2c9-76794be7c0c1-5da7618f {
    order: -9999;
  }

  #w-node-_017aeb12-2694-2185-f2c9-76794be7c133-5da7618f, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf33f-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf341-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf343-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf345-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf347-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf349-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34b-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34d-48be92aa, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d4-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d6-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d8-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03da-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03dc-e4ddcc46, #w-node-_36f8e353-9a4a-e242-f965-4e651f11f529-e4ddcc46, #w-node-fb7df272-7804-f5ba-a314-aeae08c7d3c1-e4ddcc46, #w-node-b17e7148-727a-1c62-865f-69d073e451f6-e4ddcc46, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf33f-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf341-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf343-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf345-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf347-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf349-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34b-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34d-d31b0d7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf33f-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf341-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf343-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf345-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf347-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf349-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34b-48be92aa, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34d-48be92aa, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d4-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d6-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03d8-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03da-e4ddcc46, #w-node-_69fa9d1b-5663-b450-f472-9d46887e03dc-e4ddcc46, #w-node-_36f8e353-9a4a-e242-f965-4e651f11f529-e4ddcc46, #w-node-fb7df272-7804-f5ba-a314-aeae08c7d3c1-e4ddcc46, #w-node-b17e7148-727a-1c62-865f-69d073e451f6-e4ddcc46, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf33f-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf341-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf343-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf345-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf347-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf349-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34b-d31b0d7d, #w-node-_45894689-ef71-de2c-dbe6-88afbf3cf34d-d31b0d7d {
    grid-column: span 1 / span 1;
  }
}


