:root {
  --_website-color---color: #f5c114;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

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

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

.section-large.background-secondary {
  background-color: #f0eee4;
}

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.max-width-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.paragraph-x-large {
  color: #fff;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph-x-large.text-color-inverse {
  color: #fff;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.header-image-right {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.h1-heading {
  color: #fff;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
}

.container-x-large {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-content-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-small {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small.text-color-tertiary {
  color: #6b5843;
}

.nav-menu-button-ghost {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  overflow: hidden;
}

.nav-menu-button-ghost:hover {
  background-color: #fff3;
}

.nav-menu-button-ghost.w--open {
  background-color: #0000;
}

.nav-menu-line {
  transform-origin: center;
  background-color: currentColor;
  border-radius: 4px;
  width: 16px;
  height: 2px;
}

.nav-menu-line.line-middle {
  top: 50%;
}

.nav-menu-line.line-bottom {
  bottom: 0;
}

.nav-text-link {
  color: #6b5843;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration-color .3s, text-underline-offset .3s, color .3s;
}

.nav-text-link:hover {
  color: #487f6a;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.nav-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: grid;
}

.header-dashboard-button {
  background-color: var(--_website-color---color);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16px;
}

.text-link-accent {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f6d551;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.header-background-video {
  width: 100%;
  height: 100%;
}

.nav-menu-ghost {
  background-color: #0000;
  padding-top: 8px;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-gradient-overlay {
  z-index: 1;
  background-color: #0000004d;
  background-image: radial-gradient(circle, #0000008c, #0006), url('../images/IMG_5861.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.nav-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.nav-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.nav-dropdown-list.w--open {
  background-color: #0000;
  position: relative;
}

.nav-dropdown-link {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.nav-dropdown-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-badge-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  display: flex;
}

.nav-link-featured {
  text-decoration: none;
}

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

.nav-ghost {
  background-color: #0000;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-dropdown-trigger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-text-link-small {
  color: #6b5843;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

.nav-text-link-small:hover {
  color: #487f6a;
}

.nav-menu-image {
  border-radius: 12px;
  width: 100%;
  max-width: 288px;
  overflow: hidden;
}

.background {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.header-section-video {
  height: 90vh;
  padding-top: 370px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-subheading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  display: flex;
}

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

.column-2x-small.column-left {
  justify-content: center;
  align-items: flex-start;
}

.header-content-video {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-brand {
  flex: none;
  padding-left: 0;
}

.icon-regular {
  color: var(--_website-color---color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-dropdown-content {
  padding-top: 8px;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #2a5144;
}

.header-title-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-container-ghost {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-divider-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8px;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-divider {
  opacity: .5;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.nav-divider.hide-tablet {
  inset: auto 0% 0%;
}

.nav-links-featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-italics {
  font-style: italic;
}

.h6-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

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

.header-dashboard {
  z-index: 1;
  background-color: #cfa44900;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.content-04-right {
  inset: 0% 10% auto auto;
}

.pattern.content-04-left {
  inset: auto auto -195px 0%;
}

.content-author-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #73737f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}

.subheading-small {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.button-subtle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #eeeef0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.button-subtle:hover {
  background-color: #e7e7ea;
}

.section-large-2 {
  padding: 128px 5%;
  position: relative;
}

.section-large-2.overflow-hidden {
  overflow: hidden;
}

.max-width-small {
  width: 100%;
  max-width: none;
}

.paragraph-small-2 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-2.text-color-tertiary {
  color: #73737f;
}

.paragraph-small-2.text-color-primary {
  color: #1a1925;
}

.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.content-card-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f7f8;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 8px;
  display: flex;
}

.card-image {
  aspect-ratio: 3.32 / 2.4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

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

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

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

.column-regular.column-left {
  justify-content: center;
  align-items: flex-start;
}

.content-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.column-large.column-left {
  justify-content: center;
  align-items: flex-start;
}

.h3-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--_website-color---color);
  color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.dot {
  background-color: #a3a3ae;
  border-radius: 4px;
  width: 2px;
  height: 2px;
}

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

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.paragraph-regular {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.avatar {
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 14px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s, background-color .3s, box-shadow .3s;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-2:hover {
  background-image: url('../images/home1-banner-shpae-07.png'), linear-gradient(0deg, #5555553d, #ececec14);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 32px 32px;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-link {
  background-color: var(--_website-color---color);
  color: #252527;
  border: .5px #e6e6e7;
  border-radius: 6px;
  padding: 4px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

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

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

.paragraph-small-3 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

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

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

.text-link {
  color: #59595f;
  text-decoration: underline;
}

.text-link.text-color-gray-200 {
  color: #d0d0d2;
}

.footer-section {
  background-color: #111;
  padding: 30px 5% 10px;
  position: relative;
}

.footer-divider-small {
  background-color: #d6a643;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.footer-divider-small.newdivider {
  background-color: #cca554;
  margin-top: 0;
}

.subheading-regular {
  color: #fff;
  letter-spacing: -.12px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular.text-color-secondary {
  color: #fff;
  text-decoration: none;
}

.subheading-regular.newtxt1 {
  font-size: 18px;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.social-inner {
  background-color: #d5a64500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.footer-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding: 36px 32px;
  display: grid;
}

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

.footer-link {
  color: #fff;
  letter-spacing: -.12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  transition: all .45s;
}

.footer-link:hover {
  color: #d6a643;
  transform: translate(6px, -4px);
}

.text-field-outline {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text-field-outline:focus {
  border-color: #ff5805;
}

.text-field-outline::placeholder {
  color: #59595f;
}

.footer-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link-small {
  color: #fff;
  letter-spacing: -.08px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-small:hover {
  color: #252527;
}

.footer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-contact.newcol1 {
  display: none;
}

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

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-2.text-color-tertiary {
  color: #59595f;
  max-width: 350px;
  margin-bottom: 20px;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

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

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox-label.text-color-gray-200 {
  color: #d0d0d2;
}

.brand-divider {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.pattern-left-front {
  position: absolute;
  inset: -48px auto auto -86px;
}

.content-pattern-back {
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  max-width: 1440px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pattern-right-front {
  position: absolute;
  inset: auto -86px -48px auto;
}

.overflow-hide {
  overflow: hidden;
}

.content-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff0 15% 85%, #fff);
  position: absolute;
  inset: -12px;
}

.h2-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.content-card-row {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-2x-small {
  width: auto;
  max-width: 300px;
}

.content-feature-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--_website-color---color);
  color: #1a1925;
  text-align: center;
  background-image: linear-gradient(353deg, #0000004d, #fff0);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 256px;
  min-height: 275px;
  padding: 32px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.content-footnote {
  text-align: center;
  max-width: 396px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-right-back {
  z-index: -1;
  position: absolute;
  inset: auto -86px -48px auto;
}

.grid-three-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  min-width: 1200px;
}

.content-empty-card {
  background-color: #fff;
  border: 1px solid #eeeef0;
  border-radius: 16px;
  flex: 1;
  min-width: 304px;
}

.section-regular {
  padding: 40px 5% 96px;
  position: relative;
}

.content-pattern-front {
  z-index: 2;
  pointer-events: none;
  width: 100vw;
  max-width: 1440px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.content-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.content-empty-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.pattern-left-back {
  z-index: -1;
  position: absolute;
  inset: -48px auto auto -86px;
}

.paragraph-regular-3 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

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

.icon-wrapper-ghost {
  color: #1f62ff;
  background-color: #ffffffe6;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a19250f, 0 .5px .5px #1a19250f;
}

.title-wrapper-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.text-span-2 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.text-block-3 {
  font-family: Merriweather, serif;
  font-style: italic;
}

.grid-two-column {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.h2-heading-2 {
  color: #252527;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-2.text-color-white {
  color: #fff;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-cta-large {
  background-color: #f5f5f6;
  background-image: linear-gradient(#0000, #000), url('../images/Connect-With-Nature-via-a-Trip-to-South-Padre-Islan.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 200px 5%;
  display: flex;
  position: relative;
}

.text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.text-field:hover {
  border-color: #d0d0d2;
}

.text-field:focus {
  border-color: #ff5805;
}

.text-field::placeholder {
  color: #59595f;
}

.checkbox-outline {
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-outline.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox-outline.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(225deg, #0000, #0000004d);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.max-width-small-2 {
  width: 100%;
  max-width: 486px;
}

.max-width-regular {
  width: 100%;
  max-width: 588px;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-text-area {
  color: #2f261d;
  background-color: #fff;
  border: 1px #ccc3a3;
  border-bottom: 1px solid #c99c3f;
  border-radius: 0;
  min-height: 228px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area:focus {
  border-color: #487f6a;
}

.form-text-area::placeholder {
  color: #6b5843;
}

.title-center {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-field-label {
  color: #6b5843;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contact-card {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.form-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading-3 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.section-large-3 {
  background-color: #fff;
  padding: 96px 5%;
  display: none;
  position: relative;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ca9d3f;
  background-image: linear-gradient(#0000, #0000004d);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.icon-wrapper-small {
  background-color: #584837;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-wrapper-small.violet {
  background-color: #6754b6;
}

.form-block-2 {
  margin-bottom: 0;
}

.form-input {
  color: #000;
  background-color: #f1efe500;
  border: 1px #ccc3a3;
  border-bottom: 1px solid #ca9d3f;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.form-input:focus {
  border-color: #487f6a;
}

.form-input::placeholder {
  color: #000;
}

.contact-card-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  display: grid;
}

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

.subheading-x-large {
  color: #2f261d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}

.contact-feature-pattern {
  position: absolute;
  inset: -10px -10px auto auto;
}

.subheading-x-small {
  color: #2f261d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-x-small.text-color-tertiary {
  color: #6b5843;
}

.contact-card-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #ccc3a3;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 330px;
  padding: 20px;
  display: flex;
  position: relative;
}

.contact-card-small.contact-card-right {
  margin-left: auto;
}

.contact-card-small.contact-card-left {
  margin-right: auto;
}

.text-color-red {
  color: #ed775a;
}

.paragraph-regular-4 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.text-span-3 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.icon-large {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary-2:hover {
  background-color: #454545;
}

.subheading-small-2 {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.subheading-small-2.text-underline {
  text-decoration: underline;
}

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

.subheading-large {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.75;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.2;
}

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

.container-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-accordian-content {
  margin-top: -16px;
  padding-bottom: 24px;
}

.faq-accordian {
  background-color: var(--_website-color---color);
  background-image: linear-gradient(7deg, #0000004d, #fff0);
  border: 1px #e7e7e7;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.faq-accordian:hover {
  background-color: #d6a643;
  border-style: none;
  box-shadow: 0 2px 5px #0003;
}

.faq-accordian-list {
  background-color: #fff0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.faq-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 500px;
  margin-bottom: 32px;
  display: flex;
}

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

.faq-card-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.faq-card-link:hover {
  border-color: #d1d1d1;
}

.paragraph-regular-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.text-color-inverse {
  color: #fff;
}

.faq-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 450px;
  margin-left: auto;
  display: flex;
}

.section-regular-2 {
  background-color: #f6f6f6;
  padding: 64px 5%;
  position: relative;
}

.section-regular-2.background-light {
  background-color: #fff;
}

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

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454545;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link:hover {
  background-color: #e7e7e7;
}

.tab-link.w--current {
  background-color: var(--_website-color---color);
  color: #fff;
}

.faq-feature-card {
  grid-column-gap: 164px;
  grid-row-gap: 164px;
  background-color: var(--_website-color---color);
  background-image: linear-gradient(346deg, #0000004d, #fff0);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.h5-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-heading-2.text-color-inverse {
  color: #fff;
  font-family: Merriweather, serif;
  font-style: italic;
}

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

.faq-accordian-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.faq-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.faq-certification {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-x-small {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.75;
}

.badge-outline {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
}

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

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

.faq-accordian-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-secondary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.button-outline-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #d6a643;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-regular-18 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: flex;
}

.text-block-43 {
  color: #fff;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-43.newph {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
}

.text-span-4 {
  text-decoration: underline;
}

.total-time {
  color: #fff;
  padding: 5px 10px;
  position: relative;
}

.total-time.yt-totaltime {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  left: auto;
}

.hover-img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
}

.clock-img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.video-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.video-img.yt-img {
  border-radius: 0;
}

.play-btn-back {
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.play-btn-back:hover {
  filter: none;
  background-color: #666161;
  border-color: #0000;
}

.html-embed {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.html-embed.yt-embeded {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 62vw;
  height: auto;
  font-weight: 600;
  display: flex;
}

.cross-icon {
  z-index: 1;
  cursor: pointer;
  align-items: baseline;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 62px 62px auto auto;
}

.cross-icon.yt-crossicon {
  background-color: #0000;
  border: 5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: flex;
  top: 10px;
  right: 20px;
}

.vtext-block {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 12px 20px;
  font-size: 20px;
  box-shadow: 0 10px 30px #0000001f;
}

.popup-video-block {
  z-index: 999;
  opacity: 0;
  color: #fff;
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-left: 50px;
  padding-right: 50px;
  transition: opacity 1s;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-video-block.youtube-popup {
  background-color: #000000d9;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.cross-img {
  max-width: 14px;
  max-height: 14px;
  position: relative;
  inset: 0% 0% auto;
}

.video-wrapper.yt-video-wrappper {
  border-radius: 50px 50px 0 0;
  box-shadow: 0 10px 30px #0000001f;
}

.video-title {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 18px;
}

.video-title.yt-title {
  color: var(--_website-color---color);
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  position: relative;
}

.video-timer {
  z-index: 1;
  background-color: #252122;
  position: absolute;
  inset: 24px auto auto 24px;
}

.video-timer.yt-timer {
  background-color: #0890f2;
  border-radius: 100px;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  top: 10px;
  left: auto;
  right: 20px;
}

.play-img {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  position: relative;
}

.play-img:hover {
  border: 1px solid #0890f2;
  overflow: visible;
}

.play-buttton-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-buttton-block.yt-btn {
  z-index: 10;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  left: 0%;
}

.video-imgblock {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 294px;
  margin-bottom: 0;
  padding-top: 294px;
  display: block;
  position: relative;
}

.video-imgblock.yt-imgblock {
  cursor: pointer;
  background-color: #0000;
  border-radius: 30px 30px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.video-show {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: auto;
  display: block;
  position: relative;
  inset: 16% 0% 0% 5%;
}

.video-show.yt-video-show {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0%;
  left: auto;
}

.text-span-5 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

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

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

.subheading-large-2 {
  letter-spacing: -.02em;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-2.text-color-brand-purple {
  color: #6153bd;
}

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

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.blog-slide {
  margin-right: 16px;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.slider-navigation-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.icon-button-primary {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.icon-button-primary:hover {
  background-color: #d6a643;
  transform: translate(6px, -6px);
}

.blog-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

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

.slider-navigation {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.blog-slider-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.icon-button-ghost {
  background-color: var(--_website-color---color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.icon-button-ghost:hover {
  transform: translate(6px, -6px);
}

.code-embed-2 {
  text-align: center;
  display: none;
}

.hide {
  display: none;
}

.blog-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.slider-navigation-inactive {
  cursor: pointer;
  background-color: #acb4c3;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

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

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_website-color---color);
  justify-content: flex-start;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: var(--_website-color---color);
  text-decoration: none;
}

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

.blog-mask {
  width: 370px;
  overflow: visible;
}

.button-primary-large-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-large-2:hover {
  background-color: #ff4b0e;
}

.button-wrapper-large {
  width: 100%;
  max-width: 250px;
}

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

.blog-title {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.blog-image {
  object-fit: cover;
  border-radius: 6px;
  height: 310px;
}

.blog-slider {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  background-color: #0000;
  flex-flow: column;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
}

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

.text-span-6 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

.paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}

.paragraph.nepa {
  max-width: 600px;
}

.text-span-7 {
  color: var(--_website-color---color);
}

.section {
  width: 600px;
}

.italic-text-2 {
  color: #fff;
  max-width: 300px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.footer-legal-link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  color: #fff;
}

.icon-regular-12 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: flex;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-small-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
}

.footer {
  background-color: #111;
  padding: 80px 3% 10px;
}

.brix---link-wrapper-color-primary-4 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-4:hover {
  color: #281ca5;
}

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.text-block-44 {
  color: #fff;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-44.newph {
  font-size: 20px;
}

.bold-text-11 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.divider-gray-800 {
  background-color: var(--_website-color---color);
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.link-2 {
  text-decoration: none;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-column-2.newcol {
  display: none;
}

.brix---icon-pagraph-wrapper-3 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.brand {
  margin-right: 20px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr .75fr;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper-3 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.code-embed-6 {
  border-radius: 6px;
  width: 100%;
  height: 300px;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-6.new41 {
  width: 275px;
}

.logo {
  margin-top: -40px;
  margin-bottom: -20px;
  margin-right: -20px;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 600;
}

.text-block-45, .text-block-46 {
  font-family: Merriweather, serif;
  font-style: italic;
}

.content-grid-2 {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  padding-bottom: 0;
}

.content-image {
  border-radius: 6px;
  width: auto;
  height: 400px;
  box-shadow: 0 62px 54px #00000040;
}

.content-image.new1 {
  height: auto;
}

.content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20%;
  padding-bottom: 80px;
  display: flex;
}

.title-line {
  background-color: var(--_website-color---color);
  background-image: none;
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 12px;
}

.content-h2 {
  color: #000;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.text-span-8 {
  color: #ac2627;
  text-decoration: underline;
}

.paragraph-large-2 {
  color: #000;
  max-width: 520px;
  margin-bottom: 93px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cb9e40;
  flex-flow: column;
  width: 100%;
  max-width: 344px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
}

.checkbox-link {
  color: #c89a3e;
  text-decoration: underline;
}

.icon-inner {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
}

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

.form-text-field {
  color: #000;
  letter-spacing: .08px;
  background-color: #f5f5f600;
  border: 1px #e6e6e7;
  border-bottom: 1px solid #c89a3e;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.form-text-field.text-area {
  min-height: 150px;
}

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

.contact-link {
  color: #fff;
  letter-spacing: -.08px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.container-large-3 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkbox-label-2 {
  color: #000;
  letter-spacing: -.08px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.map-detail-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.h4-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}

.max-width-regular-2 {
  color: #000;
  width: 100%;
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.paragraph-small-16 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-16.text-color-gray-600 {
  color: #59595f;
}

.subheading-regular-2 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-2.text-color-gray-950 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.checkbox-2 {
  background-color: #fff;
  border: 2px #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.checkbox-2.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

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

.icon-regular-20.newuicon1 {
  width: 32px;
  height: 32px;
}

.paragraph-regular-6 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-6.text-color-gray-600 {
  color: #000;
  line-height: 24px;
}

.text-color-orange-500 {
  color: #ff5805;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px #e6e6e7;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 2px 5px #0003;
}

.icon-wrapper.new1 {
  background-color: var(--_website-color---color);
}

.map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.cta-map {
  z-index: 0;
  height: 100%;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.form-card {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 575px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form-field-label-2 {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.section-regular-4 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

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

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

.button-secondary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.cta-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_website-color---color);
  background-image: linear-gradient(#0000, #0000004d);
  border: 1px #e6e6e7;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.paragraph-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.flex-block-12 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px #ffffff70;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 200px;
  height: 100%;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-12.newf2, .flex-block-12.newf1 {
  width: 100%;
  max-width: 220px;
}

.flex-block-14 {
  flex-flow: column;
  width: 100%;
  margin-left: 5px;
}

.flex-block-13 {
  flex-flow: row;
}

.div-block {
  flex-flow: row;
  width: 40px;
  height: 40px;
  display: flex;
}

.code-embed-7 {
  width: 20px;
  height: 20px;
}

.flex-block-11 {
  margin-left: 2px;
}

.flex-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 35px;
}

.image-53 {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.image-53.newdivf {
  background-color: #1d84fd;
}

.text-block-23 {
  color: #fff;
  width: 300%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-23.newtxt1 {
  text-align: left;
  width: 190px;
  font-size: 12px;
  font-weight: 400;
}

.navbar_hamburger-liner-2 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.navbar_link-dropdown {
  grid-column-gap: .375rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: none;
  position: relative;
}

.navbar_link-wrapper {
  grid-column-gap: 1.875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_hamburger-liner-1, .navbar_hamburger-liner-3 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.navbar_link-lang {
  color: #fff;
  width: 1.5rem;
  line-height: 1.8;
}

.navbar_left {
  grid-column-gap: 3.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  text-decoration: none;
}

.navbar_link-underline {
  background-color: #d8ac51;
  width: 2rem;
  height: 2px;
  transform: translate(-100%);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_link-drop-content {
  grid-row-gap: 1rem;
  background-color: #434449;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 5px 20px #4344494d;
}

.navbar_lang-image {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar_link-wrap {
  overflow: hidden;
}

.navbar {
  z-index: 99;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
  position: absolute;
  top: 0;
}

.navbar_right {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo {
  width: 12.1rem;
}

.navbar_link-dropdown-arrow {
  width: .9rem;
}

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

.navbar_link-drop-lang {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
}

.navbar_link-drop-lang:hover {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline {
  color: #dd0424;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dd0424;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.625rem;
  font-weight: 600;
  line-height: 1.1;
  transition: background-color .2s;
}

.button-outline:hover {
  color: #fff;
  background-color: #dd0424;
}

.button-outline.is-light {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-outline.is-light:hover {
  color: #434449;
  background-color: #fff;
}

.button-outline.is-light.is-small {
  display: none;
}

.container-large-4 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar_right-wrap {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_hamburger {
  grid-row-gap: .4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar_hamburger.z-index-2 {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1250px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navbar-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
}

.navbar-top-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.navbar-top-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.navbar-top-item-dot {
  background-color: var(--_website-color---color);
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.navbar-top-item-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.primary-button {
  color: #fff;
  background-color: #2059af;
  background-image: url('../images/home1-banner-shpae-07.png');
  background-position: 50% 350%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .35s ease-in-out;
}

.primary-button:hover {
  background-position: 50%;
}

.primary-button.navbar-button {
  background-color: var(--_website-color---color);
  background-image: url('../images/home1-banner-shpae-07.png');
  border-radius: 6px;
  font-family: Merriweather, serif;
  font-style: italic;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-icon {
  color: #fff;
  width: 40%;
  height: 40%;
}

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_pause-trigger {
  display: none;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  height: auto;
}

.plyr_cover-button {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--_website-color---color), #af8c40);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-x-small-2 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small-2.text-weight-medium.text-color-purple-500 {
  color: #fff;
  font-family: Merriweather, serif;
  font-style: italic;
}

.team-social-link {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.team-social-link:hover {
  color: #fff;
  background-color: #ffffff1f;
}

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

.team-overlay {
  z-index: 1;
  background-image: radial-gradient(circle at 50% 100%, #f5c1141a 60%, #36178c00), linear-gradient(#0000003d, #0000003d);
  width: 100%;
  height: 100%;
  position: relative;
}

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

.paragraph-x-large-2.text-color-gray-500 {
  color: #ababab;
}

.team-socials {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.h6-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
}

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

.team-image-wrapper {
  background-image: radial-gradient(circle closest-corner, #bba7f140, #36178c00);
  border-radius: 12px;
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
}

.h2-heading-4 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 62px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

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

.column-tiny-2.column-center {
  text-align: center;
  align-items: center;
}

.text-span-9 {
  color: var(--_website-color---color);
  text-decoration: underline;
}

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

@media screen and (min-width: 1280px) {
  .navbar-top-wrapper, .navbar-top-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .popup-video-block {
    opacity: 0;
    display: none;
  }

  .video-show {
    left: 5%;
  }

  .container-2 {
    max-width: 1600px;
  }

  .navbar-top-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .cross-icon.yt-crossicon {
    top: 10px;
  }

  .video-show {
    left: 5%;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .nav-menu-button-ghost {
    padding: 12px;
  }

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

  .nav-ghost {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-image {
    max-width: none;
  }

  .header-section-video {
    padding-top: 200px;
  }

  .nav-container-ghost {
    justify-content: space-between;
    align-items: center;
  }

  .nav-divider-wrapper {
    bottom: 0;
  }

  .nav-left, .nav-divider.hide-tablet {
    display: none;
  }

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

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

  .form-block {
    align-items: center;
  }

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

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

  .footer-section {
    padding-top: 72px;
  }

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

  .footer-contact {
    max-width: none;
  }

  .content-overlay {
    display: none;
  }

  .h2-heading {
    font-size: 46px;
  }

  .content-card-row {
    flex: 0 auto;
    width: 100%;
  }

  .content-feature-card {
    min-width: auto;
    max-width: none;
  }

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

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

  .content-empty-cards {
    display: none;
  }

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

  .section-cta-large {
    padding-top: 180px;
  }

  .title-center {
    margin-bottom: 48px;
  }

  .contact-card {
    max-width: none;
  }

  .section-large-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-block {
    grid-template-columns: 1fr;
  }

  .faq-title {
    margin-bottom: 16px;
  }

  .faq-right {
    max-width: none;
  }

  .faq-tab-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .faq-feature-card {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .faq-tabs-menu {
    margin-bottom: 32px;
  }

  .html-embed {
    max-width: 650px;
  }

  .html-embed.yt-embeded {
    flex-direction: column;
    max-width: 62vw;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .cross-icon.yt-crossicon {
    max-width: 40px;
    max-height: 40px;
    top: 10px;
    right: 20px;
  }

  .vtext-block {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .popup-video-block {
    opacity: 1;
    display: none;
  }

  .popup-video-block.youtube-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .video-title {
    font-size: 16px;
    position: relative;
  }

  .video-title.yt-title {
    font-size: 16px;
  }

  .video-timer.yt-timer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .video-imgblock.yt-imgblock {
    height: 220px;
    padding-top: 220px;
  }

  .video-show {
    left: auto;
  }

  .video-show.yt-video-show {
    top: 0%;
    left: auto;
  }

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

  .blog-mask {
    width: 420px;
  }

  .footer-column-2 {
    padding-right: 20px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

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

  .logo {
    object-fit: cover;
  }

  .content-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-top: 0%;
  }

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

  .form-block-3 {
    align-items: center;
  }

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

  .map {
    height: auto;
  }

  .cta-map {
    height: 432px;
  }

  .form-card {
    max-width: none;
  }

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

  .navbar_link-wrapper {
    grid-column-gap: 1.5rem;
    background-color: #2f3033;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 77px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar_link-lang {
    font-size: .9rem;
  }

  .navbar_left {
    grid-column-gap: 1.5rem;
  }

  .navbar_link {
    font-size: 2rem;
  }

  .navbar_component {
    justify-content: space-between;
  }

  .button-outline.is-light.is-small {
    display: none;
  }

  .navbar_right-wrap {
    grid-column-gap: 1rem;
  }

  .navbar_hamburger, .navbar_hamburger.z-index-2 {
    display: flex;
  }

  .navba-top-area {
    display: none;
  }

  .navbar-top-wrapper {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-top-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .primary-button.navbar-button {
    background-color: #2059af;
    background-image: url('../images/home1-banner-shpae-07.png');
    border-radius: 6px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 4px;
  }

  .nav-menu-image {
    max-height: 240px;
  }

  .nav-links-featured {
    padding: 4px;
  }

  .content-card-large {
    max-width: none;
  }

  .background-2 {
    display: none;
  }

  .content-component {
    flex-flow: column;
    align-items: stretch;
  }

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

  .footer-legal-wrapper {
    flex-flow: column;
  }

  .footer-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h5-heading {
    font-size: 28px;
  }

  .brand-divider {
    display: none;
  }

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

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

  .form-text-area {
    min-height: 188px;
  }

  .h2-heading-3 {
    font-size: 48px;
  }

  .contact-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h1-heading-2 {
    font-size: 56px;
  }

  .h5-heading-2 {
    font-size: 28px;
  }

  .html-embed {
    max-width: 500px;
  }

  .html-embed.yt-embeded {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .video-timer.yt-timer {
    padding: 5px 10px;
  }

  .video-show.yt-video-show {
    top: 0%;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

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

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

  .blog-mask {
    width: 400px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .footer-column-2 {
    padding-right: 0;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

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

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

  .map {
    aspect-ratio: auto;
  }

  .input-grid, .cta-cards {
    grid-template-columns: 1fr;
  }

  .navbar_link-wrapper {
    display: none;
  }

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

  .button-outline {
    font-size: .9rem;
  }

  .button-outline.is-light.is-small {
    display: none;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

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

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

@media screen and (max-width: 479px) {
  .button-primary {
    background-color: #d8a845;
    width: 100%;
  }

  .section-large.background-secondary {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .paragraph-x-large {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
  }

  .h1-heading {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 33px;
    font-style: italic;
    font-weight: 400;
  }

  .header-content-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-menu-button-ghost {
    background-color: #d2a74b;
  }

  .header-dashboard-button {
    background-color: var(--_website-color---color);
    width: 45px;
    height: 45px;
  }

  .header-gradient-overlay {
    background-color: #0000;
    background-image: linear-gradient(349deg, #d7a64300, #0000008c 0%), url('../images/IMG_5861.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .nav-ghost {
    padding-left: 0%;
  }

  .icon-regular {
    width: 100%;
    height: 100%;
  }

  .header-title-video {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-divider {
    background-color: #d5aa4e;
  }

  .header-dashboard {
    background-color: #58483700;
    margin-bottom: 30px;
  }

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

  .content-card-large {
    order: -1;
  }

  .icon {
    color: #fff;
  }

  .column-regular {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .h3-heading {
    color: #000;
    font-family: Merriweather, serif;
    font-size: 35px;
    font-style: italic;
  }

  .badge-secondary {
    background-color: var(--_website-color---color);
    color: #fff;
    font-family: Merriweather, serif;
  }

  .row-small.row-top {
    text-decoration: none;
  }

  .row-small.row-top.r1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .paragraph-regular {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
  }

  .button-primary-2 {
    background-color: var(--_website-color---color);
    text-transform: capitalize;
    border-radius: 6px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: italic;
    transition-duration: .45s, .3s, .3s;
    box-shadow: 0 2px 5px #0003;
  }

  .button-primary-2:hover {
    transform: translate(6px, -6px);
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .social-link {
    background-color: var(--_website-color---color);
    border-style: none;
    border-radius: 6px;
  }

  .column-small.newcol1 {
    text-align: right;
  }

  .paragraph-small-3.text-color-tertiary {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

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

  .footer-section {
    background-color: #111;
    padding-top: 15px;
  }

  .subheading-regular {
    color: #fff;
    font-family: Merriweather, serif;
    font-style: italic;
  }

  .subheading-regular.text-color-secondary {
    color: #fff;
  }

  .subheading-regular.newtxt1.newt {
    text-align: right;
  }

  .social-inner {
    background-color: #fff0;
    padding: 4px;
  }

  .footer-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-link {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #d6a643;
  }

  .footer-logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-link-small {
    color: #fff;
    text-decoration: none;
  }

  .footer-contact.newcol1 {
    text-align: right;
    display: flex;
  }

  .paragraph-regular-2.text-color-tertiary {
    color: #fff;
    font-family: Merriweather, serif;
    font-weight: 300;
  }

  .link {
    color: #fff;
    text-decoration: none;
  }

  .content-pattern-back {
    display: none;
  }

  .h2-heading {
    font-family: Merriweather, serif;
    font-size: 35px;
    font-style: italic;
  }

  .max-width-2x-small {
    max-width: 100%;
  }

  .content-feature-card {
    background-color: var(--_website-color---color);
    background-image: linear-gradient(#0000, #0003);
    padding: 5%;
  }

  .grid-three-column {
    min-width: auto;
  }

  .content-pattern-front {
    display: none;
  }

  .icon-wrapper-ghost {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
  }

  .text-block {
    color: #fff;
  }

  .text-block-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .text-span, .text-span-2 {
    color: var(--_website-color---color);
    text-decoration: underline;
  }

  .text-block-3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
  }

  .grid-two-column {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
    display: flex;
  }

  .h2-heading-2.text-color-white {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 35px;
    font-style: italic;
  }

  .section-cta-large {
    background-image: linear-gradient(184deg, #000000a3 100%, #0000), url('../images/Connect-With-Nature-via-a-Trip-to-South-Padre-Islan.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .form-text-area {
    color: #262626;
    background-color: #fff;
    border-style: none none solid;
    border-bottom-color: #d2a84d;
    border-radius: 0;
    min-height: 140px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .form-field-label {
    color: #000;
    font-family: Merriweather, serif;
  }

  .contact-card {
    background-color: #fff;
    border: 1px solid #d2a84d;
    box-shadow: 0 2px 5px #0003;
  }

  .form-caption {
    flex-flow: column;
    align-items: flex-start;
  }

  .h2-heading-3.text-balance {
    color: #000;
    font-family: Merriweather, serif;
    font-size: 36px;
    font-style: italic;
  }

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

  .button-primary-4 {
    text-transform: capitalize;
    background-color: #d2a84d;
    border-radius: 6px;
    width: 100%;
    font-family: Merriweather, serif;
    font-style: italic;
  }

  .form-input {
    color: #000;
    background-color: #fff;
    border-style: none none solid;
    border-color: #fff #fff #d2a84d;
    border-radius: 0;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .form-input::placeholder {
    color: #2e2e2e;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

  .contact-card-wrapper {
    display: none;
  }

  .contact-card-small.contact-card-right, .contact-card-small.contact-card-left {
    background-color: #d2a84d;
  }

  .text-span-3 {
    color: var(--_website-color---color);
    text-decoration: underline;
  }

  .icon-large {
    color: #fff;
  }

  .button-secondary-2 {
    color: #d2a84d;
    background-color: #fff;
  }

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

  .subheading-large {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 14px;
    font-style: italic;
  }

  .h1-heading-2 {
    font-family: Merriweather, serif;
    font-size: 28px;
    font-style: italic;
  }

  .faq-accordian {
    background-color: var(--_website-color---color);
  }

  .faq-accordian:hover {
    background-color: #d2a84d;
  }

  .paragraph-regular-5 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
  }

  .faq-right {
    width: 100%;
  }

  .tab-link {
    background-color: #fff;
    font-family: Merriweather, serif;
    box-shadow: 0 2px 5px #0003;
  }

  .tab-link.w--current {
    background-color: var(--_website-color---color);
    font-family: Merriweather, serif;
  }

  .faq-feature-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--_website-color---color);
    width: 100%;
  }

  .h5-heading-2.text-color-inverse {
    font-family: Merriweather, serif;
    font-size: 22px;
  }

  .faq-accordian-toggle {
    padding-right: 5%;
  }

  .italic-text {
    font-family: Montserrat, sans-serif;
  }

  .button-grid-small {
    grid-template-columns: 1fr;
  }

  .button-outline-small {
    color: #d2a84d;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-43.newph {
    font-family: Merriweather, serif;
    font-style: italic;
  }

  .text-span-4 {
    text-decoration: underline;
  }

  .html-embed {
    max-width: 283px;
  }

  .html-embed.yt-embeded {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .cross-icon.yt-crossicon {
    border-width: 3px;
    max-width: 30px;
    max-height: 30px;
    top: 10px;
    right: 20px;
  }

  .vtext-block {
    margin-top: -9px;
    padding-top: 15px;
    padding-bottom: 6px;
  }

  .popup-video-block {
    display: none;
  }

  .video-wrapper.yt-video-wrappper {
    border-radius: 0;
  }

  .video-title.yt-title {
    color: var(--_website-color---color);
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: italic;
  }

  .video-timer.yt-timer {
    padding: 2px 10px;
  }

  .video-show.yt-video-show {
    top: 0%;
    left: 0;
    right: 0;
  }

  .code-embed {
    z-index: 6;
    min-height: 7px;
    position: relative;
  }

  .text-span-5 {
    color: var(--_website-color---color);
    text-decoration: underline;
  }

  .icon-regular-19 {
    color: #fff;
  }

  .subheading-large-2 {
    font-family: Merriweather, serif;
  }

  .h1-heading-3 {
    font-family: Merriweather, serif;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
  }

  .icon-button-primary {
    background-color: var(--_website-color---color);
    border-radius: 6px;
    box-shadow: 0 2px 5px #0003;
  }

  .icon-button-primary:hover {
    background-color: #d2a84d;
  }

  .column-large-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-small-4 {
    font-family: Montserrat, sans-serif;
    font-style: italic;
    line-height: 20px;
  }

  .icon-button-ghost {
    background-color: var(--_website-color---color);
    border-radius: 6px;
    box-shadow: 0 2px 5px #0003;
  }

  .blog-card {
    box-shadow: 0 2px 5px #0003;
  }

  .button-link {
    color: var(--_website-color---color);
    font-family: Merriweather, serif;
    font-style: italic;
  }

  .button-link:hover {
    color: #d2a84d;
  }

  .section-regular-3 {
    background-color: #fff;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-mask {
    width: auto;
    padding: 5%;
  }

  .button-wrapper-large {
    max-width: 210px;
  }

  .blog-title {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .blog-image {
    border-radius: 6px;
    height: 220px;
  }

  .blog-slider {
    padding-left: 0;
    overflow: hidden;
  }

  .text-span-6 {
    color: var(--_website-color---color);
    text-decoration: underline;
  }

  .paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
  }

  .text-span-7 {
    color: var(--_website-color---color);
    text-decoration: underline;
  }

  .section {
    width: 100%;
  }

  .icon-regular-12 {
    color: #fff;
    margin-right: 5px;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    margin-top: 0;
  }

  .paragraph-small-15 {
    text-align: center;
    width: 205px;
  }

  .footer {
    padding-top: 0;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .footer-column-2 {
    margin-bottom: 30px;
  }

  .footer-column-2.newcol {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .container {
    padding-top: 55px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .code-embed-6 {
    width: 100%;
    height: 400px;
  }

  .code-embed-6.new41 {
    width: 100%;
  }

  .logo {
    flex: none;
  }

  .content-image {
    height: auto;
    min-height: auto;
  }

  .content-wrap {
    padding-bottom: 0;
  }

  .content-h2 {
    font-size: 30px;
    line-height: 34px;
  }

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

  .map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .checkbox-link {
    color: var(--_website-color---color);
  }

  .form-text-field {
    border-bottom-color: var(--_website-color---color);
  }

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

  .button-secondary-3 {
    width: 100%;
  }

  .flex-block-12.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .flex-block-12.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    position: static;
  }

  .flex-block-15 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .navbar_link-wrapper {
    background-color: #111;
    display: none;
  }

  .navbar_link-wrap {
    display: none;
  }

  .navbar_logo {
    width: 10.9rem;
  }

  .navba-top-area {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .primary-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .primary-button.navbar-button {
    display: none;
  }

  .italic-text-3 {
    font-size: 14px;
  }

  .plyr_cover-img {
    border-radius: 1rem;
  }

  .plyr_cover-icon {
    color: #fff;
  }

  .plyr_cover {
    border-radius: 1rem;
  }

  .page-main {
    border-radius: 1rem;
    margin-top: -10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .plyr_component.is-full-screen {
    border-radius: 1rem;
    height: 80vw;
  }

  .plyr_cover-button {
    background-image: linear-gradient(180deg, var(--_website-color---color), #af8c40);
    width: 8em;
    height: 8em;
    font-size: .7em;
  }

  .paragraph-x-small-2.text-weight-medium.text-color-purple-500 {
    color: var(--_website-color---color);
  }

  .h6-heading-2 {
    font-size: 30px;
  }

  .h2-heading-4 {
    font-size: 40px;
    line-height: 62px;
  }

  .text-span-10 {
    color: var(--_website-color---color);
    text-decoration: underline;
  }
}

#w-node-_4366c018-4516-3e28-d6b1-57acadaef661-e5af3d7b {
  order: -9999;
}

#w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-e5af3d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2342b39-a0e7-881a-0064-96944298090b-4298090b {
  justify-self: end;
}

#w-node-efb81bf1-a46e-9261-9150-12d84143f14a-fcb2934e {
  order: -9999;
}

#w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-fcb2934e, #w-node-_0c01c129-3d68-3d83-0f33-6bb608796349-a6eee967, #w-node-_0c01c129-3d68-3d83-0f33-6bb608796353-a6eee967, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-a6eee967, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-2ae9b71f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-e5af3d7b, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-fcb2934e, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-a6eee967, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-2ae9b71f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4366c018-4516-3e28-d6b1-57acadaef65f-e5af3d7b {
    order: -9999;
  }

  #w-node-f3d63f4a-bcef-bd94-2559-8037ab523d16-e5af3d7b, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-e5af3d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efb81bf1-a46e-9261-9150-12d84143f148-fcb2934e {
    order: -9999;
  }

  #w-node-f3d63f4a-bcef-bd94-2559-8037ab523d16-fcb2934e, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-fcb2934e, #w-node-f3d63f4a-bcef-bd94-2559-8037ab523d16-a6eee967, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-a6eee967, #w-node-_85835096-e4b7-1384-6e6c-3ef43a8a8edb-2ae9b71f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


