:root {
  --black: #292626;
  --primary: #663535;
  --misty-rose: #ebd5d5;
  --secondary: #881b1b;
  --white-smoke: #f8f8f8;
  --off-white: #e6e6e6;
}

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

body {
  color: #333;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

.footer-social-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #b6bcce;
  letter-spacing: -.01em;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
  border: 1px solid #37456c;
}

.social-icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: var(--black);
  color: #061237;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 8px;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  color: #1355ff;
  background-color: #fff;
}

.section-footer {
  background-color: var(--primary);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 124px;
  margin-bottom: 32px;
}

.footer-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph-footer {
  max-width: 600px;
  color: #dadde7;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.icon-social {
  color: var(--misty-rose);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  height: 100vh;
  margin-top: -80px;
  display: block;
  position: relative;
}

.background-video {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57));
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  margin-bottom: 30px;
  padding-left: 8%;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-accent {
  position: absolute;
  top: 14px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.navigation-link {
  color: #00104b;
  border-radius: 8px;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link:hover {
  color: #fff;
  background-color: #865ddb;
}

.menu-subtext {
  opacity: .5;
  font-size: 16px;
  line-height: 1.5;
}

.chevron {
  margin-right: 5px;
}

.dropdown-list {
  min-width: 140px;
}

.dropdown-list.w--open {
  min-width: 650px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 39px;
  left: -180px;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #000;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-grid {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.navigation-link-primary {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Varelaround, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  transition: all .35s;
}

.navigation-link-primary:hover {
  color: var(--primary);
}

.button-navigation {
  background-color: #865ddb;
  border-radius: 10px;
  padding: 10px 12px;
  transition: all .35s;
}

.menu-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.navigation-container {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
  overflow: hidden;
}

.logo-image {
  width: 125px;
}

.navigation {
  height: 5rem;
  background-color: rgba(224, 219, 219, .95);
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 38px 38px 74px rgba(56, 50, 124, .06);
}

.navigation-arrow {
  z-index: 999;
  width: 120px;
  position: absolute;
  top: -33px;
  bottom: auto;
  left: 165px;
  right: auto;
}

.dropdown-base-wrapper {
  background-color: #f5f3fe;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, .1);
}

.dropdown-base-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

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

.brand {
  margin-right: 60px;
}

.navigation-button-wrap {
  display: none;
}

.dropdown-link-base {
  width: 100%;
  align-items: flex-start;
  padding: 40px 30px 30px;
  display: flex;
}

.dropdown-toggle {
  color: #000;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

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

.text-nav {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.section-story {
  height: 50vh;
  background-color: var(--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16%;
  display: flex;
  position: relative;
}

.section-story.bg-primary-gradient {
  color: var(--black);
  background-image: linear-gradient(45deg, #c42828, #a151ec 67%, #fff);
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.section-gallery {
  height: 60vh;
  background-color: var(--misty-rose);
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  margin-top: 120px;
  padding: 0 16%;
  display: flex;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.gallery-slide-wrapper {
  max-width: 50%;
}

.gallery-slide-image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gallery-image {
  width: 300px;
  max-width: none;
}

.gallery-slide-text {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 32px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

.avatar-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-regular {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-card-large {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.testimonial-card-large:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 45px 45px 140px -48px rgba(7, 9, 13, .08);
}

.title-wrapper-regular {
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.avatar-role {
  color: #818a9c;
  font-size: 14px;
  line-height: 24px;
}

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

.section-testimonial {
  height: 80vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16%;
  padding-right: 16%;
  display: flex;
}

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

.avatar-large {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.span-primary {
  color: #1457ff;
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_cta8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_cta8_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  flex: 1;
}

.rl_cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-newsettler {
  background-color: rgba(235, 213, 213, .5);
  padding-left: 16%;
  padding-right: 16%;
}

.text-span {
  color: #eb0e0e;
}

.heading-1 {
  font-size: 3rem;
  line-height: 3rem;
}

.div-feature {
  width: 450px;
  color: var(--off-white);
}

.text-span-2 {
  color: #dd3c3c;
  font-weight: 400;
}

.text-span-3 {
  color: #43be16;
}

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

.text-paragraph {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.margin-top-sm {
  margin-top: 16px;
}

.button {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 10px;
  padding: 16px 30px;
}

.button:hover {
  opacity: .79;
}

.button.sm {
  padding: 8px 16px;
}

.hidden {
  display: none;
}

.text-logo {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
}

.text-span-4 {
  color: var(--primary);
}

.text-span-5 {
  color: var(--primary);
  letter-spacing: -1px;
  font-weight: 400;
}

.text-color-secondary {
  color: #b62222;
}

.text-color-secondary.less-heavy {
  color: #ff8d8d;
}

.bg-primary-gradient {
  background-image: linear-gradient(45deg, #8b0606, #a151ec 67%, #fff);
}

.text-paragraph-inner {
  line-height: 1.5rem;
}

.text-color-primary {
  color: var(--primary);
}

.text-span-6 {
  color: var(--white-smoke);
  font-weight: 400;
}

.text-logo-footer {
  color: #ff6969;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.text-color-white {
  color: var(--white-smoke);
}

.margin-top-m {
  margin-top: 40px;
}

.text-paragraph-footer {
  width: 300px;
  color: var(--white-smoke);
  margin-bottom: 0;
  line-height: 1.5rem;
}

.gallery-img-block-2 {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/anh-nguyen-kcA-c3f_3FE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery-image-menu {
  width: 19rem;
  height: 16rem;
  opacity: 1;
  object-fit: cover;
  border-radius: 20px;
}

.page-wrapper {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.f-header-avatar-text {
  color: #282556;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-avatar-dark {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #160042;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-avatar-group-r {
  width: 48px;
  height: 48px;
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-right: -16px;
  position: relative;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.f-h1-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.f-header-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 630px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

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

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

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-color-secondary {
  background-color: rgba(235, 213, 213, .5);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.relative {
  position: relative;
}

.container-wrapper {
  padding-left: 8%;
  padding-right: 8%;
}

.container-wrapper.relative {
  position: relative;
}

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

.menu-left-wrapper {
  width: 369px;
}

.menu-right-wrapper {
  width: 550px;
}

.slider-menu-arrow-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-menu-arrow {
  justify-content: center;
  align-items: center;
  margin-left: -40px;
  display: flex;
}

.slider-menu-arrow.right {
  margin-left: 0;
  margin-right: -40px;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
}

.image-menu {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
}

.slide {
  width: 300px;
  margin-right: 0;
}

.text-menu {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Varelaround, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1rem;
}

.slider-menu-arrow-copy {
  justify-content: center;
  align-items: center;
  margin-left: -40px;
  display: flex;
}

.slide-nav-2 {
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-color-secondary {
  background-color: var(--misty-rose);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

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

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: rgba(235, 213, 213, .5);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

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

.f-content-image-wrapper {
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.hero__bg {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/nyc_hero.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--white-smoke);
}

.bold-text {
  color: var(--off-white);
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1440px) {
  .gallery-slide-wrapper {
    max-width: 47%;
  }

  .gallery-slide-image {
    margin-right: 20px;
  }

  .gallery-slide-text {
    color: var(--white-smoke);
    background-color: rgba(102, 53, 53, .86);
    border-radius: 0 10px 10px 0;
    margin-top: -52px;
    padding: 6px 10px;
  }

  .gallery-image-menu {
    width: 19rem;
    height: 16rem;
  }

  .page-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .menu-left-wrapper {
    width: 420px;
  }

  .menu-right-wrapper {
    width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .section-footer {
    padding-bottom: 100px;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
  }

  .slider {
    height: 85vh;
    background-color: var(--black);
    margin-top: -10rem;
  }

  .slide-nav {
    padding-left: 8%;
  }

  .chevron {
    margin-right: 20px;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 80px;
  }

  .navigation-link-primary {
    width: 100%;
  }

  .navigation-container {
    min-height: auto;
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
  }

  .navigation-arrow {
    display: none;
  }

  .menu-button {
    border: 1px solid var(--primary);
    color: var(--secondary);
    border-radius: 10px;
    margin-left: 14px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    color: #fff;
  }

  .dropdown-base-wrapper {
    box-shadow: none;
    border-radius: 0;
  }

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

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

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .dropdown-link-base {
    padding: 20px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 16px;
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

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

  .section-story {
    height: 75vh;
    padding-left: 8%;
    padding-right: 8%;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .section-gallery {
    height: 75vh;
    justify-content: flex-start;
    padding-left: 8%;
    padding-right: 8%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide {
    margin-top: 0;
  }

  .gallery-slider-left {
    margin-top: -1.5rem;
    left: -20px;
  }

  .gallery-slider-right {
    margin-top: -1.5rem;
    right: -20px;
  }

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

  .title-wrapper-regular {
    max-width: none;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-testimonial {
    height: auto;
    align-items: flex-start;
    padding: 60px 8%;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

  .rl_cta8_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-newsettler, .section-sm {
    padding-left: 8%;
    padding-right: 8%;
  }

  .text-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-logo {
    display: none;
  }

  .f-grid-three-column, .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .section.bg-color-secondary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .menu-left-wrapper {
    width: auto;
  }

  .menu-right-wrapper {
    margin-top: 39px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .footer-wrapper {
    margin-bottom: 60px;
  }

  .slider {
    height: 83vh;
    margin-top: -13rem;
  }

  .button-navigation {
    display: none;
  }

  .navigation-menu {
    width: 100%;
  }

  .dropdown-link-base {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-story {
    padding: 60px 8%;
  }

  .section-gallery {
    height: auto;
    padding: 60px 8%;
  }

  .gallery-slide-image {
    margin-right: 16px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    margin-top: -1.7rem;
    left: -20px;
  }

  .gallery-slider-right {
    margin-top: -1.7rem;
    right: -20px;
  }

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

  .title-wrapper-regular {
    text-align: left;
  }

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_cta8_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_cta8_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl_cta8_heading-wrapper {
    text-align: center;
    margin-right: 0;
  }

  .rl_cta8_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .f-header-wrapper {
    justify-content: center;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

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

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

  .menu-left-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .menu-right-wrapper {
    width: 450px;
  }

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

  .wrapper-opening-hrs {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .slider {
    margin-top: -7rem;
  }

  .background-video {
    height: 75vh;
  }

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

  .navigation-container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .dropdown-link-base {
    flex-direction: column;
  }

  .section-story {
    height: auto;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: 0;
    padding-left: 0;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1rem;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .section-gallery {
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
    padding-left: 8%;
    padding-right: 0%;
    position: static;
    overflow: visible;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    margin-top: -110px;
    left: -20px;
  }

  .gallery-slider-right {
    margin-top: -110px;
    right: -20px;
  }

  .title-wrapper-regular {
    text-align: left;
  }

  .section-testimonial {
    overflow: hidden;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 0;
  }

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

  .heading-1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .div-feature {
    width: 90vw;
  }

  .text-paragraph {
    margin-bottom: 20px;
  }

  .text-paragraph.margin-top-sm {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .text-paragraph-inner {
    text-align: center;
  }

  .text-paragraph-inner.margin-top-sm {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .text-paragraph-footer {
    text-align: left;
  }

  .text-paragraph-footer.margin-top-sm {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-wrapper {
    flex-direction: column;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .container-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-left-wrapper {
    text-align: center;
  }

  .menu-right-wrapper {
    width: 250px;
  }

  .slider-menu-arrow {
    margin-top: -40px;
  }

  .image-menu {
    width: 250px;
    height: 250px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .f-testimonial-card {
    position: static;
  }

  .f-image-cover {
    width: 100%;
    height: 300px;
  }

  .f-content-image-wrapper {
    height: auto;
  }

  .wrapper-opening-hrs {
    text-align: center;
  }

  .hero__bg {
    height: 100vh;
  }
}

#w-node-ef26a648-8f31-8fc6-ec32-b1b614ff687a-c85b74dd {
  justify-self: start;
}

#w-node-_02a0cbcb-8d84-6317-0589-677b7f38ce9c-c85b74dd, #w-node-_02a0cbcb-8d84-6317-0589-677b7f38ceae-c85b74dd, #w-node-_02a0cbcb-8d84-6317-0589-677b7f38cec0-c85b74dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ef26a648-8f31-8fc6-ec32-b1b614ff687c-c85b74dd {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef26a648-8f31-8fc6-ec32-b1b614ff687a-c85b74dd {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Varelaround';
  src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}