:root {
  --color-2: #cfbfa5;
  --color-4: #000;
  --_brand-v2---color-1-2: #1e3564;
  --color-3: white;
  --max-boarder: 99rem;
  --color-1: #8e9083;
  --_brand-v2---color-3-2: #eae7e0;
  --_brand-v2---color-2-2: #bc995a;
  --color-5: #0003;
  --_brand-v2---color-5-2: #844111;
  --_brand-v2---color-4-2: #000;
  --_brand-v2---max-boarder-2: 99rem;
}

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

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

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

body {
  background-color: var(--color-2);
  color: var(--color-4);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--color-4);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1rem;
}

img {
  object-fit: cover;
  border-radius: 1rem;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

.page {
  position: relative;
}

.navbar {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.is_nav {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 1.5rem 2rem 0;
  display: flex;
}

.container.is_nav.v3 {
  padding: 1rem;
}

.container.is_hero {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.is_map {
  max-width: 1125px;
}

.container.is_text_center {
  text-align: center;
}

.button {
  background-color: var(--color-4);
  border-radius: 99rem;
  font-weight: 600;
  box-shadow: 0 2px 5px #0000001a;
}

.button.is_icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.button.is_icon.is_2nd {
  box-shadow: inset 0 0 0 2px var(--color-3);
  color: var(--color-3);
  background-color: #fff0;
}

.button.is_2nd {
  background-color: var(--color-3);
  color: var(--color-4);
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-3);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-link {
  background-color: #0000;
  padding: .5rem 1rem;
}

.nav-link.w--current {
  border-radius: var(--max-boarder);
  background-color: var(--color-1);
  color: var(--color-3);
}

.brand {
  border-radius: 0;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.section.is_hero {
  background-color: var(--color-1);
  background-image: url('../images/image_2.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 25vw;
  height: auto;
  padding: 1rem;
}

.section.is_cta {
  background-color: var(--color-1);
  color: var(--color-3);
  padding-bottom: 0;
}

.section.is_cta.v3 {
  background-color: #fff0;
}

.section.is_cta.v3.cta {
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.is_hero_v2 {
  color: var(--color-3);
  text-align: center;
  background-image: linear-gradient(315deg, #8e9083f2 25%, #cfbfa5f2), url('../images/image_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.is_hero_v3 {
  height: 100vh;
  color: var(--_brand-v2---color-3-2);
  text-align: center;
  background-image: radial-gradient(circle, #00000080 25%, #fff0 60%), url('../images/47.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is_hero_v3.section_effect {
  -webkit-mask-image: linear-gradient(#0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 20% 80%, #0000 100%);
}

.section.v3 {
  margin-top: -4rem;
  margin-bottom: -4rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 10% 90%, #0000 100%);
}

.section.v3.benefit {
  background-image: url('../images/how-it-work-background.avif'), url('../images/background.avif');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding-top: 16rem;
  padding-bottom: 75vw;
}

.section.v3.menu {
  background-image: url('../images/menu-background.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.v3.review_plus_faq {
  background-image: url('../images/Client-Testimonials-background.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.section.v3.area {
  background-image: url('../images/service-area-background.png.avif');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 8rem;
}

.section.v3.choose {
  color: var(--color-3);
  background-image: url('../images/choose-service-background.avif');
  background-position: 45%;
  background-size: cover;
  margin-top: 0;
}

.hero_grid {
  border: 1px solid var(--color-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.hero_content_highlight {
  border-radius: var(--max-boarder);
  background-color: var(--color-1);
  color: var(--color-3);
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
}

.hero_content_heading {
  font-size: clamp(2rem, 3vw, 48px);
}

.hero_image {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}

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

.why_us_grid.v2 {
  text-align: left;
  grid-template-columns: 1fr 1fr;
}

.inline_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-flex;
}

.body_v3 {
  background-color: var(--_brand-v2---color-1-2);
  font-weight: 200;
}

.image_2-1 {
  aspect-ratio: 2;
}

.image_2-1.is_100p {
  aspect-ratio: 2.39;
  width: 100%;
}

.why_us_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.benefit_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.benefit_list_item {
  border-bottom: 1px solid var(--color-5);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.arrow_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.arrow_icon.for_slider.right {
  transform: rotate(45deg);
}

.arrow_icon.for_slider.left {
  transform: rotate(-135deg);
}

.benefit_list {
  border-top: 1px solid var(--color-5);
  width: 100%;
}

.benefit_image_block {
  width: 100%;
  height: 100%;
  color: var(--color-3);
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefit_image_text {
  padding: 1rem;
}

.benefit_image_gradient {
  background-image: linear-gradient(0deg, #00000080, #fff0 50%);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.benefit_image {
  width: 100%;
  height: 100%;
}

.menu_title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.margin.t_2rem {
  margin-top: 2rem;
}

.margin.t_2rem.b_2rem {
  margin-bottom: 2rem;
}

.margin.t_4rem {
  margin-top: 4rem;
}

.margin.t_1rem {
  margin-top: 1rem;
}

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

.menu_slide {
  border-radius: 1rem;
  margin-right: 2rem;
  position: relative;
  overflow: hidden;
}

.menu-mask {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 24vw;
  height: auto;
  overflow: visible;
}

.menu-slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 15vh;
  overflow: visible;
}

.menu_image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.menu_slide_arrow {
  border: 1px solid var(--color-4);
  border-radius: var(--max-boarder);
  width: 6rem;
  height: 2.5rem;
  color: var(--color-4);
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
  inset: 88% 0% 0%;
}

.menu_slide_arrow:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.menu_slide_arrow.left {
  right: 120px;
}

.menu_slide_arrow.right {
  left: 120px;
}

.menu_detail {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-3);
  padding: 1rem;
  position: absolute;
  inset: 0%;
  overflow: auto;
  transform: translate(0, 100%);
}

.menu_name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-3);
  cursor: pointer;
  background-color: #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product_info_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product_name {
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 400;
}

.slide_dowload_file {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-1);
  width: 100%;
  height: 100%;
  color: var(--color-3);
  text-align: center;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: box-shadow .2s;
  display: flex;
}

.slide_dowload_file:hover {
  box-shadow: inset 0 0 0 2px var(--color-3);
}

.dowload_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.flex_vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex_vertical.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

.why_ivdrip_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-3);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.why_ivdrip_image {
  border-radius: .5rem;
  flex: 1;
}

.map {
  border-radius: 1rem;
  height: 60vh;
  overflow: hidden;
}

.map.v2 {
  border: 5px solid var(--color-3);
  box-shadow: 0 2px 5px #0000001a;
}

.checkmark_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
}

.checkmark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text_center {
  text-align: center;
}

.faq_question {
  border-radius: var(--max-boarder);
  background-color: var(--color-3);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.faq_question.v2 {
  background-color: #fff0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.faq_question.v3 {
  background-color: #fff;
  background-image: url('../images/background-menu-card.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff80;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
}

.faq_question.v3.no_boarder {
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-style: none;
  border-radius: 0;
}

.faq_question.v3.bottom_boarder {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq_question.v3.top_boarder {
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq_question.v4 {
  border: 1px #000;
  border-top: 1px solid #0000001a;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.faq_question.v4.last {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.faq_list {
  background-image: url('../images/background-menu-card.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  display: flex;
}

.faq_list.v2 {
  background-image: none;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_list.v1, .faq_list.v4 {
  background-image: none;
}

.faq_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
}

.faq_item.v3 {
  text-align: left;
}

.faq_answer {
  overflow: hidden;
}

.cta_button_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.copyright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-4);
  color: var(--color-3);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding: .25rem;
  font-size: .75rem;
  display: flex;
}

.copyright_link {
  color: var(--color-3);
}

.vertical_line {
  background-color: var(--color-3);
  flex: 0 auto;
  width: 1px;
  height: auto;
}

.div-block {
  z-index: 1;
  background-color: var(--color-1);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  position: relative;
}

.hero_text_hightlight_v2 {
  box-shadow: inset 0 -25px 0 0 var(--color-4);
}

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

.benefit_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  width: 24px;
  height: 24px;
}

.benefit_list_v2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001c;
}

.benefit_icon {
  min-width: 3rem;
  min-height: 3rem;
}

.div-block-5 {
  position: relative;
}

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

.tab-link {
  background-color: #ddd0;
  border-radius: 99px;
  padding: 5px 10px;
}

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

.tabs-menu {
  border: 1px solid var(--color-3);
  border-radius: var(--max-boarder);
  background-color: #ffffff40;
  padding: 5px;
  overflow: hidden;
}

.product_pane {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.product_image {
  aspect-ratio: 1;
  object-position: 0% 20%;
}

.why_iv_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-3);
  text-align: left;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.why_iv_image {
  aspect-ratio: 1;
  max-width: 8rem;
}

.why_iv_card_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero_text_hightlight_v3 {
  color: var(--_brand-v2---color-2-2);
  font-family: Poppins, sans-serif;
  font-size: min(3vw, 250px);
  font-weight: 300;
}

.heading_1_v3 {
  letter-spacing: 7.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: min(4vw, 250px);
  font-weight: 400;
  line-height: 1.25;
}

.button_v2_div {
  background-color: var(--_brand-v2---color-5-2);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_brand-v2---color-2-2), #844111 66%);
  text-align: center;
  text-shadow: 0 1px 1px #00000054;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  margin: 2px;
  padding: 5px 20px;
  transition: background-color .2s;
  box-shadow: inset 0 0 10px #0003;
}

.button_v2_div:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--_brand-v2---color-2-2), #844111);
}

.button_v2_div.call {
  background-color: var(--_brand-v2---color-4-2);
  background-image: linear-gradient(90deg, #ffffff1a, #000 50%, #ffffff1a);
}

.button_v2 {
  background-color: var(--_brand-v2---color-2-2);
  min-width: 10rem;
  color: var(--_brand-v2---color-3-2);
  background-image: none;
  border-radius: 5px;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 5px 20px #00000054;
}

.button_v2:hover {
  transform: scale(.9);
  box-shadow: 0 10px 20px #0000;
}

.button_v2.call {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000000bf, var(--_brand-v2---color-2-2) 75%);
}

.nav-menu-v3 {
  margin-left: auto;
}

.nav-link-v3 {
  color: var(--_brand-v2---color-3-2);
  padding: 10px 20px;
}

.nav-link-v3.w--current {
  color: var(--_brand-v2---color-3-2);
  text-underline-offset: 5px;
  text-decoration: underline;
}

.heading_2_v3 {
  letter-spacing: 3px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.heading_2_v3.gold {
  color: #ffd07d;
  text-shadow: 0 1px 1px #0003;
}

.heading_2_v3.text_white.text_shadow {
  text-shadow: 0 1px 1px #00000054;
}

.text-span {
  color: var(--_brand-v2---color-5-2);
}

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

.benefit_grid_v3.choose {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.benefit_v3 {
  margin: 1px;
  padding: 1rem;
}

.benefit_v3.choose {
  background-image: url('../images/card1.avif');
  background-position: 50% 0;
  background-size: cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 99.5%;
  display: flex;
}

.benefit_v3.choose._2 {
  background-image: url('../images/42.avif');
}

.benefit_v3.choose._3 {
  background-image: url('../images/43.avif');
}

.benefit_v3.choose._4 {
  background-image: url('../images/44.avif');
}

.benefit_v3.choose._5 {
  background-image: url('../images/45.avif');
}

.heading_3_v3 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.heading_3_v3.review_username {
  color: var(--_brand-v2---color-5-2);
  margin-top: .5rem;
}

.paragraph {
  font-weight: 200;
}

.how_it_work_flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how_it_work_image {
  width: 4rem;
  height: 4rem;
}

.arrow {
  opacity: .5;
  width: 2rem;
}

.arrow_div {
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.how_it_work_div {
  width: 20rem;
}

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

.card {
  background-image: url('../images/background-menu-card.avif');
  background-position: 0 0;
  background-size: auto;
  border: 3px solid #eae7e080;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.menu_benefit_list {
  text-align: left;
  background-image: url('../images/check.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-left: 2rem;
  display: flex;
}

.menu_benefit_list_text {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.review_image {
  aspect-ratio: 3 / 2;
  border: 1px solid #ffffff80;
  width: 100%;
}

.quote_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.qoute_line {
  background-image: linear-gradient(90deg, var(--_brand-v2---color-5-2), #8c5e3d00);
  width: 36px;
  height: 1px;
}

.qoute_line.left {
  background-image: linear-gradient(270deg, var(--_brand-v2---color-5-2), #8c5e3d00);
}

.quote {
  width: 2rem;
}

.star_div {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.star {
  width: 2rem;
}

.review_text {
  text-align: left;
  font-size: .75rem;
}

.review_text.center {
  text-align: center;
}

.faq_icon_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.faq_answer_v3 {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px #0000001a;
  border-style: none solid;
  padding: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.faq_answer_v3.bottom_boarder {
  box-shadow: none;
  border-top-style: none;
  border-bottom-style: solid;
  border-radius: 10px;
  margin-top: 1rem;
}

.text_white {
  color: var(--_brand-v2---color-3-2);
}

.text_white.service_area_text {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.text_white.text_shadow {
  text-shadow: 0 1px 1px #f3404054;
}

.service_area_image {
  width: 50vw;
}

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

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

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

.service_area_pin {
  aspect-ratio: 1;
  height: 2rem;
}

.service_line {
  background-image: linear-gradient(90deg, #bc995a00, var(--_brand-v2---color-2-2) 25%, #bc995ad4 75%, #bc995a00);
  width: 60%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.price_text {
  font-size: .75rem;
}

.price_text.gold {
  color: #ffd07d;
}

.price {
  color: #ffd07d;
  text-shadow: 0 1px 1px #000000e6;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2rem;
}

.service_card_line {
  background-image: linear-gradient(225deg, #7f683e, #ffd892 50%);
  border-radius: .75rem;
  width: 16rem;
  overflow: hidden;
}

.image {
  width: 100%;
}

.text-span-2 {
  opacity: 0;
}

.text_shadow {
  text-shadow: 0 1px 5px #00000080;
}

.menu_detail_rich_text {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  overflow: auto;
  box-shadow: 0 2px 5px #0000001a, inset 0 -20px 10px -10px #0003;
}

.om4uy2vw {
  color: #2f9e44;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  display: block;
}

.hyxnlr65 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.rdbw04nq {
  grid-column-gap: 8px;
  color: #fff;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.se7yt7wt {
  color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.dy72hwke {
  grid-column-gap: 24px;
  color: #fff;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.n450vbov {
  color: #d4af37;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.ycqili2k {
  color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.chin584j {
  grid-column-gap: 4px;
  color: #fff;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.fdamy8tf {
  color: #fff;
  border-style: solid;
  border-width: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 992px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.d612mz1w {
  color: #fff;
  background-color: #00201a;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 8px 0;
  font-family: Montserrat, sans-serif;
}

.utmogk9u {
  color: #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  display: block;
}

.p0g3rh8i {
  cursor: pointer;
  background-image: url('../images/logo.avif');
  background-position: 0 0;
  background-size: auto;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.baz393xp {
  color: #1e1e1e;
  letter-spacing: -.45px;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.e9xggfz7 {
  color: #4a4a4a;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: -4px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.n8y2g1mf {
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.vsxf2h79 {
  grid-column-gap: 8px;
  color: #1e1e1e;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 4rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hgi5w42r {
  color: #1e1e1e;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style-type: none;
}

.ndiy5f9y {
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
}

.x2g48fy7 {
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  list-style-type: none;
  display: block;
}

.ezu6qp04 {
  grid-column-gap: 4px;
  color: #1e1e1e;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style-type: none;
  display: flex;
}

.n90fxx82 {
  color: #1e1e1e;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.b081g2dp {
  z-index: 50;
  text-align: left;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 6px;
  width: 192px;
  margin: 0;
  padding: 8px 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: none;
  position: absolute;
  left: 0;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.s3uwpx1t {
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  position: relative;
}

.dqrvk0ke {
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: auto;
  height: 4rem;
  margin: 0 0 0 auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
}

.p63dyl5n {
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.kpbcy2z8 {
  color: #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  display: block;
}

.p6rmtj8m {
  color: #fff;
  cursor: pointer;
  background-color: #25d366;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.o0v5hhed {
  color: #fff;
  cursor: pointer;
  background-color: #1a2733;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.ymu9kr4p {
  grid-column-gap: 12px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.j2s5ui8f {
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  display: inline-block;
}

.wm3qkxl6 {
  color: #1e1e1e;
  cursor: pointer;
  appearance: button;
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.ruzwvya1 {
  grid-column-gap: 32px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.og1jcz2z {
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.yo445de7 {
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
}

.eobkljcv {
  color: #1e1e1e;
  text-align: left;
  cursor: pointer;
  border: 0 solid #f3f4f6;
  border-bottom-width: 1px;
  width: auto;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.gbimemzt {
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  list-style-type: none;
  display: block;
}

.mvc0owm1 {
  color: #1e1e1e;
  cursor: pointer;
  appearance: button;
  background-color: #0000;
  border: 0 solid #f3f4f6;
  border-bottom-width: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.raul8r6l {
  color: #4a4a4a;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 8px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.q7dyvjx3 {
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 4px 0 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
}

.prws8nb7 {
  text-align: left;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0;
  padding: 0 0 0 16px;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: none;
}

.aeur1x03 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 8px 0 0;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.nrwoatzt {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #25d366;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.b4vw0bnc {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1a2733;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: 100%;
  margin: 12px 0 0;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.i4pblyu6 {
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 4px 0 0;
  padding: 16px 0 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
}

.a3xwl47g {
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
}

.d5d355l7 {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 0 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: none;
}

.uk7exps6 {
  color: #1e1e1e;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.k3q6ui54 {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 576px;
  margin: 24px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.625;
}

.p22jsee1 {
  color: #25d366;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  display: block;
}

.kh9ssnj7 {
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.qy5bz3ro {
  color: #1e1e1e;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.u72nat57 {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.zuh2sm0i {
  color: #2f9e44;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  display: block;
}

.dhpmgvwd {
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.h49bq9kf {
  color: #d4af37;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  display: block;
}

.p0exek2c {
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.dl551m2m {
  grid-column-gap: 24px;
  border-style: solid;
  border-width: 0;
  flex-flow: wrap;
  gap: 24px;
  width: auto;
  margin: 24px 0 0;
  padding: 16px 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.qvetnkz2 {
  color: #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-style: normal;
  line-height: 1;
  display: block;
}

.z7tzurpa {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2f9e44;
  background-image: url('../images/7.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  width: 14.5rem;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.z7tzurpa._2 {
  background-color: #00201a;
  background-image: url('../images/call.png');
  width: 10rem;
}

.f8n821kn {
  color: #fff;
  cursor: pointer;
  background-color: #1a2733;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: 16rem;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.i6ev3hm9 {
  color: #d4af37;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #d4af37;
  border-radius: 4px;
  width: auto;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.a3fr23pp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 0;
  flex-flow: wrap;
  gap: 16px;
  width: auto;
  margin: 24px 0 0;
  padding: 8px 0 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.h7wqew9w {
  vertical-align: middle;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 9999px;
  width: 32px;
  max-width: 100%;
  height: 32px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.m59ld1bd {
  vertical-align: middle;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 9999px;
  width: 32px;
  max-width: 100%;
  height: 32px;
  margin: 0 0 0 -8px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.l8rx2eyd {
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.t1tqktne {
  color: #1a1a1a;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.z0lblrr5 {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 0 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.e7ygsft2 {
  color: gold;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.tt5gaey3 {
  color: gold;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.se4ga63i {
  grid-column-gap: 16px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: auto;
  margin: 24px 0 0;
  padding: 16px 0 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.al8kruvu {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.k9qoc2u7 {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 24px 0 0;
  padding: 16px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.p8rkyasq {
  border-style: solid;
  border-width: 0;
  font-family: Montserrat, sans-serif;
}

.w8p9m6c5 {
  vertical-align: middle;
  object-fit: cover;
  border-style: solid;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  height: 500px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.k4j6k514 {
  color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bnpqxq05 {
  z-index: 0;
  background-image: linear-gradient(to top, #0009, #0000);
  background-size: auto;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.l0go86k0 {
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px #00000040;
}

.ft5l1j8n {
  border-style: solid;
  border-width: 0;
  width: 45%;
  font-family: Montserrat, sans-serif;
}

.ghif8bb6 {
  grid-column-gap: 48px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.cbyevotb {
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 992px;
  margin: 0 auto;
  padding: 96px 24px;
  font-family: Montserrat, sans-serif;
}

.dllp871f {
  background-image: radial-gradient(circle at 100%, #0000 80%, #fff), linear-gradient(90deg, #fff 50%, #fff0 75%), url('../images/hero-v2.avif');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, cover;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.qswgv7mb {
  color: #1e1e1e;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.vlh6h38u {
  color: #4a4a4a;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 672px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.pgnt8gwf {
  color: #fff;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 48px;
  font-family: Montserrat, sans-serif;
}

.mx3bow41 {
  aspect-ratio: 1;
  vertical-align: middle;
  object-fit: cover;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
}

.m36yflft {
  z-index: 0;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #f9844a;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
}

.k9cm4kio {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  display: block;
}

.h45oool5 {
  color: #d4af37;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.h45oool5._2 {
  color: #000;
}

.qvitfhew {
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.yuszgd9d {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
}

.yuszgd9d._2 {
  margin-bottom: 0;
}

.ixqa660k {
  color: #d4af37;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.cbltqxl3 {
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.gyhzem0h {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 4px 0 0;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.bnb0r048 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #25d366;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: 100%;
  margin-top: auto;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.ogvh3kgq {
  text-align: center;
  border-style: solid;
  border-width: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 15rem;
  margin-top: 16px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.peqj1p63 {
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: 17rem;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.rv39blfg {
  z-index: 0;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #d4af37;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
}

.ceyvabxi {
  z-index: 0;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #2f9e44;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
}

.l5771h0i {
  z-index: 0;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #1a2733;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
}

.fk9p7uqy {
  grid-column-gap: 16px;
  border-style: solid;
  border-width: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 16px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.b313vxel {
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  width: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.v8ksu77d {
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 40px 0 0;
  font-family: Montserrat, sans-serif;
}

.capucuic {
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 auto;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
}

.nsembcm5 {
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-block: 80px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.dddsl7vr {
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.s3a43ibi {
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.pg3wvwf4 {
  color: #2f9e44;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  display: block;
}

.umf9ioe5 {
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.chy7xvwd {
  color: #fff;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.n3u1769o {
  color: #9ca3af;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.n773b9lu {
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: 8rem;
  min-width: 12rem;
  font-family: Montserrat, sans-serif;
}

.fb2q7mql {
  color: #d4af37;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  display: block;
}

.jpb1ei4b {
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.c3e0z2au {
  grid-column-gap: 32px;
  border-style: solid;
  border-width: 0;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.lf8vcd13 {
  background-color: #00201a;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 64px 0;
  font-family: Montserrat, sans-serif;
}

.o4p7b5jy {
  color: #1e1e1e;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.nyak7pkv {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nyak7pkv.icon {
  background-color: #fff;
  background-image: url('../images/8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
  border-width: 1px;
  border-color: #d4af37;
}

.nyak7pkv.icon._2 {
  background-image: url('../images/15.png');
  background-size: 1.5rem;
}

.nyak7pkv.icon._3 {
  background-image: url('../images/18.png');
}

.nyak7pkv.icon._4 {
  background-image: url('../images/19.png');
  background-size: 1.5rem;
}

.nyak7pkv.icon._1 {
  background-image: url('../images/17.png');
}

.nyak7pkv.icon._11 {
  background-image: url('../images/14.png');
}

.nyak7pkv.icon._22 {
  background-image: url('../images/18.png');
}

.nyak7pkv.icon._33 {
  background-image: url('../images/5.png');
}

.nyak7pkv.icon._44 {
  background-image: url('../images/19.png');
}

.d8zh0p2b {
  z-index: 1;
  border-style: solid;
  border-width: 0;
  flex-shrink: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.jv4443d5 {
  color: #2f9e44;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.to6368t6 {
  grid-column-gap: 8px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.meoifqx9 {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.meoifqx9._2 {
  margin-top: 0;
}

.p23mizle {
  grid-column-gap: 16px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  gap: 16px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.g2ev6er5 {
  color: #25d366;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-style: normal;
  line-height: 1;
  display: block;
}

.ysfffbej {
  grid-column-gap: 16px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  gap: 16px;
  width: auto;
  margin: 32px 0 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.pna3684e {
  border-style: solid;
  border-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.pna3684e._2 {
  padding: 0;
}

.ttxtw0q2 {
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.gxsyvwcs {
  color: #4a4a4a;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.a7bpytu8 {
  color: #d4af37;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.ejluht8n {
  z-index: 1;
  color: #1e1e1e;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  list-style-type: none;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
}

.obmx4pag {
  color: #fff;
  background-color: #1a2733;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.obmx4pag._1 {
  background-image: url('../images/645307470_34603409322605776_1171784223746568486_n.avif');
  background-position: 50%;
  background-size: cover;
}

.obmx4pag._2 {
  background-image: url('../images/650300276_767272546183693_8657987007959363827_n.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.obmx4pag._3 {
  background-image: url('../images/646885827_966099625945911_5681609183060153063_n.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.awie5qn7 {
  color: #1e1e1e;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  list-style-type: none;
}

.nlsyzda9 {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  list-style-type: none;
}

.r5rsko6x {
  grid-column-gap: 12px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
}

.ot07tf9d {
  background-color: #fafaf8;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
}

.w9ajax0r {
  backface-visibility: hidden;
  height: 100%;
  transform-style: preserve-3d;
  border-style: solid;
  border-width: 0;
  flex-shrink: 0;
  margin: 0 24px 0 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.urdplys9 {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.h3vxvg93 {
  color: #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.jnnhsmea {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: -22px 0 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
  position: absolute;
  top: 50%;
  left: -16px;
  box-shadow: 0 2px 5px #0003;
}

.ikdhxbtq {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: -22px 0 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
  position: absolute;
  top: 50%;
  right: -16px;
  box-shadow: 0 2px 5px #0003;
}

.mbexibvv {
  z-index: -1000;
  opacity: 0;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.t3orzjnq {
  z-index: 1;
  touch-action: pan-y;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  position: relative;
}

.hn5zq2fu {
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 80px 0;
  font-family: Montserrat, sans-serif;
}

.jhjtb3il {
  color: #1e1e1e;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: auto;
  margin: 0;
  padding: 1rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  box-shadow: 0 2px 5px #0003;
}

.i71q72y5 {
  color: #4a4a4a;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.nt6zdgjf {
  color: #1e1e1e;
  text-align: left;
  cursor: pointer;
  appearance: button;
  background-color: #0000;
  border: 0 #1e1e1e;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.h1ty061b {
  color: #4a4a4a;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 12px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

.jovedvf5 {
  border-style: solid;
  border-width: 0;
  width: auto;
  height: 0;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.abt3genk {
  border-style: solid;
  border-width: 0 0 1px;
  width: auto;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
}

.b4vxs431 {
  border-style: solid;
  border-width: 0;
  width: auto;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
}

.pn2qfil0 {
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: auto;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
}

.hmd7k2lq {
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/car.png');
  background-position: 50%;
  background-size: cover;
  border-style: solid;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
}

.dg67eltz {
  z-index: 0;
  background-image: url('../images/car.png');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.w0vrqkzi {
  color: #000;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.v070lquk {
  color: #000;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.k3eqr85j {
  color: #25d366;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  display: block;
}

.jnmnq28l {
  color: #000;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.a6hhzcsp {
  color: #d1d5db;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.kvetvuv7 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff54;
  border-style: solid;
  border-width: 0;
  border-radius: 10px;
  padding: .25rem;
  font-family: Montserrat, sans-serif;
  position: absolute;
  left: auto;
}

.dmjsx2se {
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.qt7vg427 {
  grid-column-gap: 32px;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  gap: 32px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.q06sp1t3 {
  color: #4a4a4a;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 576px;
  margin: 0 auto 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.r1wu8rey {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-style: normal;
  line-height: 1;
  display: block;
}

.xi9muay4 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #25d366;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.z41s4pwo {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1a2733;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.clc9xqr9 {
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  background-color: #d4af37;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  width: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.nc2i45mx {
  grid-column-gap: 16px;
  text-align: center;
  border-style: solid;
  border-width: 0;
  flex-flow: wrap;
  justify-content: center;
  gap: 16px;
  width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.je1fu93g {
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.p74085yy {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 95vw;
  max-width: 992px;
  margin-top: 60px;
  margin-bottom: -40px;
  padding: 64px 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  transform: translate(0);
}

.utwkxqv5 {
  color: #b0b0b0;
  cursor: pointer;
  background-color: #25d36600;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.fuouhbfz {
  color: #fff;
  letter-spacing: -.45px;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.wvuzh2kr {
  color: #9ca3af;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: -4px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.zeslwgod {
  color: #b0b0b0;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.tyqgbw7z {
  grid-column-gap: 8px;
  color: #b0b0b0;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.aavuvbk0 {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.r8vluqc7 {
  color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.xe6k89om {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.625;
}

.edbgvyl8 {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.atqmq70k {
  color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.yl843642 {
  color: #b0b0b0;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.c7xevul0 {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.gxwn3pol {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 8px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.roc20ccr {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.iqg7ud9d {
  color: #25d366;
  text-align: left;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.tbhg97d8 {
  color: #b0b0b0;
  text-align: left;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.w64uq60u {
  grid-column-gap: 12px;
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  display: flex;
}

.zbunx4i1 {
  color: #25d366;
  text-align: left;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.wz2aa7nr {
  grid-column-gap: 12px;
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
  margin: 12px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  display: flex;
}

.rsgxe8me {
  color: #9ca3af;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.fqnlila6 {
  color: #fff;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.k3ct9gpe {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 16px 0 0;
  font-family: Montserrat, sans-serif;
}

.das622jn {
  color: #b0b0b0;
  cursor: pointer;
  background-color: #1a2733;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.dzqswmsj {
  grid-column-gap: 16px;
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  gap: 16px;
  width: auto;
  margin: 16px 0 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.kzw80b2b {
  color: #25d366;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 0 0 8px;
  font-size: 36px;
  font-style: normal;
  line-height: 40px;
  display: inline-block;
}

.g3a2600h {
  color: #1e1e1e;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.lke7owwl {
  color: #b0b0b0;
  text-align: center;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.nv7cabtj {
  color: #b0b0b0;
  background-color: #fafaf8;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.g7ghgs9m {
  color: #b0b0b0;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: 8rem;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.trf1k9bi {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  margin: 12px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.tys3q940 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  width: auto;
  max-width: 992px;
  margin: 0 auto 48px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.ahubmbu2 {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.tjgdvlp3 {
  color: #b0b0b0;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.uemu0arr {
  grid-column-gap: 24px;
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  flex-direction: row;
  gap: 24px;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.l455y67s {
  grid-column-gap: 16px;
  color: #b0b0b0;
  border: 0 solid #1f2937;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: auto;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.gjrjahxp {
  color: #b0b0b0;
  border-style: solid;
  border-width: 0;
  width: auto;
  max-width: 1200px;
  margin: 40px auto -60px;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
}

.pxumbygc {
  color: #b0b0b0;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
  background-color: #00201a;
  border-style: solid;
  border-width: 0;
  width: auto;
  padding-block: 64px;
  font-family: Montserrat, sans-serif;
}

.kbcoc9a2 {
  width: auto;
  font-family: Montserrat, sans-serif;
}

.iq9zc2re {
  grid-column-gap: normal;
  color: #1e1e1e;
  background-color: #fafaf8;
  border: 0 solid #e5e7eb;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition-property: none;
  overflow: hidden auto;
}

.container-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 992px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav_v4 {
  background-color: #fff;
}

.image-3 {
  border-radius: 0;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.image-3._2 {
  width: 48px;
  height: 48px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(auto, 17rem));
  justify-content: center;
  place-items: center;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  background-color: #fff;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
  padding: 8px;
  position: absolute;
  inset: -19% 45% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8 {
  z-index: 0;
  background-color: #d4af37;
  width: 1px;
  height: 90%;
  position: absolute;
  inset: 0% auto 0% 88px;
}

.div-block-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.icon-2, .icon-3 {
  color: #000;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 17.5rem;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide {
  width: 24rem;
  margin-right: 1rem;
}

.left-arrow, .right-arrow {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  font-size: 1rem;
  box-shadow: 0 2px 5px #0003;
}

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

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

.image-6 {
  opacity: .1;
  width: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mask {
  width: 25rem;
  overflow: visible;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.div-block-11 {
  max-width: 992px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.link-block {
  color: #fff;
}

.div-block-12 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.link {
  color: var(--_brand-v2---color-3-2);
}

.image-7 {
  border-radius: 0;
}

.unsplash-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
  display: block;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 992px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000000d;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00201a1a;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.image-8 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.div-block-17 {
  position: absolute;
}

.div-block-18 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff7d;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-19 {
  color: #000;
  max-width: 992px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.slide-nav-2 {
  font-size: 8px;
  bottom: -40px;
}

.slide-2 {
  margin-right: 1rem;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 16rem;
  height: auto;
  overflow: visible;
}

.div-block-20 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-radius: 99px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0;
}

.div-block-20._1 {
  top: 148px;
  left: 86px;
}

.div-block-20._2 {
  top: 146px;
  left: 25px;
}

.div-block-20._3 {
  top: 101px;
  left: 191px;
}

.div-block-20._4 {
  width: 4rem;
  height: 4rem;
  top: 72px;
  left: 33px;
}

.div-block-20._4._1 {
  top: 86px;
  left: 166px;
}

.div-block-20._4._2 {
  left: 58px;
}

.div-block-20._4._3 {
  top: 101px;
  left: 120px;
}

.div-block-20._5 {
  top: 122px;
  left: 166px;
}

.div-block-20._6 {
  top: 53px;
  left: 192px;
}

.div-block-20._7 {
  top: 113px;
  left: 212px;
}

.div-block-20._8 {
  top: 104px;
  left: 189px;
}

.div-block-20._9 {
  top: 157px;
  left: 179px;
}

.div-block-20._10 {
  top: 69px;
  left: 64px;
}

.div-block-20._11 {
  top: 66px;
  left: 109px;
}

.div-block-20._12 {
  top: 76px;
  left: 22px;
}

.div-block-20._13 {
  top: 59px;
  left: 98px;
}

.div-block-20._14 {
  top: 62px;
  left: 212px;
}

.div-block-20._15 {
  top: 59px;
  left: 166px;
}

.div-block-20._16 {
  top: 77px;
  left: 92px;
}

.div-block-20._17 {
  top: 107px;
  left: 171px;
}

.div-block-20._18 {
  top: 105px;
  left: 67px;
}

.div-block-20._19 {
  top: 45px;
  left: 109px;
}

.div-block-20._20 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 6rem;
  top: 67px;
}

.div-block-20._21 {
  top: 77px;
  left: 161px;
}

.div-block-20._01 {
  top: 138px;
  left: 182px;
}

.div-block-20._02 {
  top: 86px;
  left: 64px;
}

.div-block-20._03 {
  top: 55px;
  left: 94px;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #8e908300;
    position: sticky;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is_nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is_nav.v3 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    border-radius: 0;
    padding: 1rem;
  }

  .nav-link {
    text-align: center;
  }

  .brand {
    margin-right: auto;
  }

  .menu-button {
    color: var(--_brand-v2---color-3-2);
    background-image: linear-gradient(#ffce76, #bc995a 70%);
    border-radius: .5rem;
    order: 9999;
    margin-left: auto;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--_brand-v2---color-2-2);
  }

  .menu-button.v2 {
    background-color: #000;
    background-image: none;
    margin-right: 1rem;
  }

  .section.is_hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.is_hero_v3 {
    height: 80vh;
  }

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

  .hero_image {
    border-radius: 0;
  }

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

  .why_us_title {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu_title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu_title_group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .menu-mask {
    width: 32vw;
  }

  .menu-slider {
    padding-bottom: 10vh;
  }

  .div-block {
    height: 20px;
  }

  .benefit_grid, .product_pane {
    grid-template-columns: 1fr;
  }

  .hero_text_hightlight_v3 {
    font-size: min(5vw, 250px);
  }

  .heading_1_v3 {
    font-size: min(6vw, 250px);
  }

  .nav-menu-v3 {
    background-color: var(--_brand-v2---color-2-2);
  }

  .heading_2_v3 {
    line-height: 1.3;
  }

  .benefit_v3.choose {
    height: 100%;
  }

  .heading_3_v3 {
    line-height: 1;
  }

  .menu_grid, .menu_card_grid, .review_grid {
    grid-template-columns: 1fr;
  }

  .text_white.service_area_text {
    width: auto;
  }

  .service_area_image {
    width: 100%;
  }

  .mobile_cta_hide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: none;
  }

  .fdamy8tf {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: nowrap;
    flex-flow: row;
    overflow: auto;
  }

  .dqrvk0ke {
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
    flex-flow: column;
    height: auto;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 2px 5px #0003;
  }

  .cbyevotb {
    min-height: 100svh;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dllp871f {
    background-image: linear-gradient(#ffffffa8 100%, #fff0), url('../images/hero-mobile.avif');
    background-position: 0 0, 50%;
  }

  .p74085yy {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }

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

  .div-block-7 {
    min-width: auto;
    max-width: none;
  }

  .div-block-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-5 {
    aspect-ratio: 16 / 9;
  }

  .div-block-10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button-2 {
    background-color: #fcfcfc00;
    margin-top: 2px;
  }

  .menu-button-2.w--open {
    background-color: #d4af37;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
  }

  .div-block-16 {
    background-color: #d4af3740;
    border: 1px solid #d4af37;
    border-radius: 10px;
    margin-top: -2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem;
  }

  .div-block-18 {
    background-color: #fff0;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section.is_hero_v3 {
    background-image: radial-gradient(circle, #00000080 25%, #fff0 60%), url('../images/46.avif');
    background-position: 0 0, 50% 100%;
  }

  .section.is_hero_v3.section_effect {
    height: 60vh;
  }

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

  .benefit_image {
    aspect-ratio: 1;
  }

  .menu-mask {
    width: 40vw;
  }

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

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

  .text_white {
    margin-top: 0;
  }

  .service_area_list {
    justify-content: center;
    align-items: flex-start;
  }

  .service_area_list_text {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: var(--_brand-v2---color-1-2);
  }

  .container {
    width: 100%;
  }

  .container.is_nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.is_icon {
    flex: 1;
  }

  .section.is_hero_v3 {
    background-image: radial-gradient(circle at 50% 25%, #00000080 25%, #fff0 60%), url('../images/46.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
  }

  .section.is_hero_v3.section_effect {
    height: 50vh;
  }

  .hero_content_highlight {
    font-size: clamp(2rem, 3vw, 48px);
  }

  .why_us_grid, .why_us_grid.v2 {
    grid-template-columns: 1fr;
  }

  .menu-mask {
    width: 64vw;
  }

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

  .why_ivdrip_image.is_1-1_mobile {
    aspect-ratio: 1;
  }

  .checkmark_group {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq_question {
    padding-right: 10%;
  }

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

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

  .tabs-menu {
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .why_iv_card {
    flex-flow: column;
  }

  .why_iv_image {
    max-width: none;
  }

  .hero_text_hightlight_v3 {
    font-size: min(8vw, 250px);
  }

  .heading_1_v3 {
    font-size: min(10vw, 250px);
  }

  .button_v2 {
    transform: translate(0);
  }

  .heading_2_v3.text_white {
    position: relative;
  }

  .how_it_work_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .service_card_line {
    width: 100%;
  }

  .image {
    margin-bottom: 2rem;
  }

  .i6ev3hm9 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .a3fr23pp {
    justify-content: space-between;
    align-items: stretch;
  }

  .l8rx2eyd {
    margin-right: 1rem;
  }

  .dllp871f {
    background-image: linear-gradient(#ffffffbf 100%, #fff0), url('../images/hero-mobile.avif');
    background-position: 0 0, 66%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
  }

  .p74085yy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    height: auto;
    min-height: 80%;
    max-height: 84%;
  }

  .image-5 {
    aspect-ratio: 1;
  }

  .slide {
    width: 100%;
    margin-right: 1rem;
  }

  .mask {
    width: 75vw;
  }

  .div-block-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    text-align: center;
  }

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

  .div-block-16 {
    margin-top: -1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    position: static;
  }
}

#w-node-_00b81529-39c7-6a1e-d808-38d4d1146090-74d04323 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_59cdc965-58d3-6821-f157-4f4630886d3b-74d04323, #w-node-a58af06a-34f0-900c-15e3-133ec21ac5d3-74d04323, #w-node-ce49ce32-133a-cd45-3e95-0576eb440b94-74d04323, #w-node-_17858d37-f526-e593-fd67-dd72264081d0-74d04323 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fee609-8ab4-3798-76e3-cd92cc8bd205-74d04323 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_83449441-3008-9d34-8319-f01ea701e90e-74d04323 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dad157e-fb41-6b2a-cc21-a7eb8e42b31e-74d04323, #w-node-f717fedf-4bfa-68c8-5098-5b08f57916ba-74d04323 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b21efff-d603-3ec1-9176-001afe80cdc6-74d04323 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_225ce724-3d76-f013-2104-4b9c6611fa24-74d04323 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5d9d656-abbe-ffcc-fa4c-c8608ee0bf2b-e7ac7b61, #w-node-f5d9d656-abbe-ffcc-fa4c-c8608ee0bf31-e7ac7b61, #w-node-f5d9d656-abbe-ffcc-fa4c-c8608ee0bf37-e7ac7b61, #w-node-f5d9d656-abbe-ffcc-fa4c-c8608ee0bf3d-e7ac7b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e67392f-0eb1-26b1-970f-f88f04ad6a97-eaf54d9d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7723fcaa-e93f-b612-1ee6-c2db6fc7ef16-11bf0fef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_28c7c597-2d22-8b2a-9e3d-bd60fc1128bd-11bf0fef, #w-node-_7d35eaa7-9bdc-e8a6-8db7-2a1135f5b429-11bf0fef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_00b81529-39c7-6a1e-d808-38d4d1146090-74d04323 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e67392f-0eb1-26b1-970f-f88f04ad6a97-eaf54d9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7723fcaa-e93f-b612-1ee6-c2db6fc7ef16-11bf0fef {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83449441-3008-9d34-8319-f01ea701e90e-74d04323 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9dad157e-fb41-6b2a-cc21-a7eb8e42b31e-74d04323 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9b21efff-d603-3ec1-9176-001afe80cdc6-74d04323, #w-node-_225ce724-3d76-f013-2104-4b9c6611fa24-74d04323 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00b81529-39c7-6a1e-d808-38d4d1146090-74d04323, #w-node-_83449441-3008-9d34-8319-f01ea701e90e-74d04323, #w-node-_9b21efff-d603-3ec1-9176-001afe80cdc6-74d04323, #w-node-_225ce724-3d76-f013-2104-4b9c6611fa24-74d04323 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


