@font-face {
  font-family: Helvetica Now Display;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: helvetica light;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 20px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.navbar {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #33333312;
  height: 56px;
  font-family: Helvetica Now Display, sans-serif;
}

.body {
  box-sizing: border-box;
  object-fit: fill;
  border-top: 1px solid #000;
  border-bottom: 0 solid #33333312;
  overflow: visible;
}

.nav-link {
  color: #3339;
  padding-right: 40px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.nav-link.w--current {
  color: #333;
  text-decoration: underline;
}

.container {
  width: auto;
  max-width: 1280px;
  max-height: 56px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.button {
  color: #3f1a00;
  text-align: center;
  background-color: #ffc83c;
  border-radius: 30px;
  width: 149px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px 4px;
  font-size: 16px;
  line-height: 24px;
}

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

.brand {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Logo.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 93px;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-bottom: 0;
  overflow: hidden;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  max-height: none;
}

.column {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-left: 0;
  display: flex;
}

.columns {
  width: 100%;
  height: auto;
  max-height: 696svh;
  display: flex;
}

.column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 499px;
  max-height: 696px;
  display: inline-flex;
  overflow: clip;
}

.image.dn-mobile {
  display: none;
}

.heading {
  color: #3336;
  letter-spacing: -2px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.text-block {
  color: #333;
  letter-spacing: -2px;
  max-width: 559px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 60px;
  line-height: 66px;
}

.container-2 {
  justify-content: space-between;
  width: auto;
  max-width: 1280px;
  margin: 20px 20px 100px;
  display: flex;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/Logo.png');
  background-position: 0 0;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/Logo-2.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 20px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.text-block-2 {
  color: #333;
  letter-spacing: 0;
  width: auto;
  font-family: helvetica light, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.div-block {
  width: auto;
  margin-bottom: 15px;
}

.button-2 {
  color: #662b00;
  letter-spacing: 0;
  background-color: #ffc83c;
  border-radius: 40px;
  margin-right: 10px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-2 {
  justify-content: flex-start;
  width: auto;
  font-family: Helvetica Now Display, sans-serif;
  display: flex;
}

.button-3 {
  color: #333;
  letter-spacing: 0;
  background-color: #f5f5f5;
  border-radius: 40px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.container-3 {
  border-right: 0 solid #0000;
  max-width: 1280px;
  margin-bottom: 80px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  color: #3336;
  letter-spacing: -2px;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.paragraph {
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  line-height: 57px;
}

.paragraph-2 {
  color: #333;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.service-1 {
  color: #333;
  letter-spacing: 0;
  max-width: 1134px;
  margin-bottom: 80px;
  padding-top: 20px;
  font-family: helvetica light, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
}

.services-gray {
  color: #3336;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.material-symbols-outlined {
  text-transform: none;
  object-fit: fill;
  vertical-align: middle;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.container-4 {
  border: 1px #33333312;
  border-left: 0 solid #33333312;
  border-right: 0 solid #33333312;
  border-radius: 0;
  max-width: 1280px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
}

.container-4.footer {
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
}

.columns-2 {
  border: 0 #000;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-5 {
  max-width: 1280px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
}

.text-block-3 {
  color: #333;
  letter-spacing: -1px;
  word-break: normal;
  width: 205px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-4 {
  color: #3336;
  letter-spacing: -1px;
  padding-top: 4px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-5 {
  color: #e5a500;
  padding-top: 4px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.div-block-3 {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  height: 240px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: #333;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-4 {
  padding-top: 0;
  padding-left: 0;
}

.text-block-7 {
  color: #3339;
  padding-top: 4px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.link-block-3 {
  background-image: url('../images/Link-Arrow.png');
  background-position: 0 0;
  background-size: contain;
  background-attachment: scroll;
  width: 24px;
  height: 24px;
}

.div-block-3-copy {
  cursor: pointer;
  background-color: #ffc83c;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  height: 320px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-6-copy {
  color: #662b00;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.text-block-7-copy {
  color: #662b0099;
  padding-top: 4px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.button-4 {
  color: #ffc83c;
  background-color: #0000;
  padding: 6px 0 0;
  font-size: 20px;
  text-decoration: underline;
}

.column-3 {
  -webkit-text-stroke-color: #333;
  text-decoration: none;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .4;
  color: #000;
  border-bottom: 0 #000;
  border-right: 1px solid #33333312;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header {
  overflow: hidden;
}

.slider-img-parent {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 250rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-img-child {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  display: grid;
  position: relative;
}

.card-img-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow {
  opacity: 0;
  width: 1.75rem;
}

.text-style-number {
  padding-top: 4px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.subtitle {
  color: #888;
  font-size: 1.2rem;
  font-weight: 700;
}

.header-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.container-large {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-content {
  border-right: 1px solid #33333312;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 50rem;
  display: flex;
}

.subheader {
  overflow: hidden;
}

.slider-section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-2 {
  background-image: url('../images/Screenshot-2024-09-22-at-11.21.29-AM.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.img-child.img-5 {
  background-image: url('../images/Screenshot-2024-09-22-at-11.31.04-AM.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.img-child.img-4 {
  background-image: url('../images/Search-App.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.img-child.img-3 {
  background-image: url('../images/clutch.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.img-child.img-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/search-results-logged-in.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  box-shadow: 0 5px 15px 9px #0000003d;
}

.img-child.img-2 {
  background-image: url('../images/stefan-stefancik-pzA7QWNCIYg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/search-results-logged-in.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  box-shadow: 0 5px 15px 9px #0000003d;
}

.heading-style-h1 {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.card-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.one, .card-whipe.five, .card-whipe.four, .card-whipe.three, .card-whipe.two {
  display: none;
}

.slider-tab {
  border-right: 1px solid #33333312;
  flex: 1;
  margin-top: 0;
}

.slider-img {
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  height: 50rem;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-line-btm {
  z-index: 2;
  background-color: #292929;
  border: 0 #000;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-style-h3 {
  opacity: 1;
  color: #333c;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #33333312;
  mix-blend-mode: normal;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.div-block-7 {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  text-align: right;
  font-family: helvetica light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-3 {
  color: #3336;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow-wrap: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-5 {
  color: #e5a500;
  letter-spacing: -1px;
  background-color: #0000;
  padding: 5px 0 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.div-block-9 {
  width: 50%;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
}

.body-2 {
  border-bottom: 1px solid #000;
}

.list-parent-2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .4;
  color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  align-items: center;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-style-h3-2 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.border-line-btm-2 {
  z-index: 2;
  background-color: #292929;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-img-child-2 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.list-parent-3 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .4;
  color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider-img-parent-2 {
  flex-direction: column;
  width: 100%;
  height: 210rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.slider-img-child-3 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-content-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 42rem;
  display: flex;
}

.img-child-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child-2.img-1 {
  padding-top: 20px;
  display: block;
}

.heading-style-h1-2 {
  font-size: 3.55rem;
  font-weight: 700;
  line-height: .9;
}

.slider-tab-2 {
  margin-top: 0;
}

.slider-img-2 {
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h3-3 {
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.div-block-10 {
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

.div-block-11 {
  -webkit-text-fill-color: transparent;
  background-color: #f5f5f5;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: 560px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-12 {
  background-color: #0000;
  background-image: url('../images/Screenshot-2024-09-23-at-9.05.45-PM.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 643px;
  max-width: 746px;
  height: 447px;
  max-height: 518px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 3px 15px 5px #0003;
}

.div-block-12._2 {
  background-image: url('../images/Screenshot-2024-09-23-at-9.05.45-PM.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-12._1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Browsing.png');
  background-size: cover;
  background-clip: border-box;
  height: 465px;
  max-height: 525px;
}

.div-block-12._3 {
  background-image: url('../images/Screenshot-2024-09-24-at-3.16.33-PM.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-12._4 {
  background-image: url('../images/Screenshot-2024-09-24-at-3.32.39-PM.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-12._5 {
  background-image: url('../images/Screenshot-2024-09-24-at-3.40.56-PM.png');
  background-position: 0 0;
  background-size: contain;
}

.heading-4 {
  color: #3336;
  letter-spacing: -1px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-6 {
  color: #e5a500;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #662b0099;
  background-color: #0000;
  background-image: url('../images/Link-Arrow_1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  padding: 0 24px 0 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
}

.text-block-8 {
  color: #333;
  text-align: right;
  width: auto;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-13 {
  padding-right: 20px;
}

.div-block-14 {
  text-align: left;
  width: 60%;
}

.div-block-15 {
  width: 70%;
}

.info-card-open-bg {
  background-color: #313131;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.arrow-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

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

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #4b4b4b;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card-bottom {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow-image {
  z-index: 2;
  position: relative;
}

.info-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
}

.service-card-open-close {
  background-color: #7b7b7b1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.info-card-top {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-hidden {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.circle-overlay {
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.info-card {
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 34rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: #7b7b7b99;
}

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

.body-medium {
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
}

.body-medium.relative-2 {
  z-index: 2;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 0;
  display: grid;
}

.div-block-17 {
  letter-spacing: -2px;
  background-color: #ffc83c;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: 688px;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.text-block-9 {
  color: #662b00;
  letter-spacing: -3px;
  -webkit-text-stroke-color: #662b00;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
}

.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #662b00;
  text-align: left;
  letter-spacing: -2px;
  object-fit: fill;
  background-image: url('../images/Link-Arrow_2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 70px;
  font-size: 60px;
  line-height: 66px;
  display: block;
  overflow: visible;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  display: flex;
}

.form-block {
  background-color: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 40px;
}

.form {
  background-color: #0000;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.text-field {
  color: #000;
  border: 0 solid #000;
  border-radius: 5px;
  height: 56px;
  margin-bottom: 8px;
  padding-left: 12px;
  font-size: 16px;
}

.text-field-2 {
  color: #000;
  border: 0 solid #000;
  border-radius: 5px;
  height: 56px;
  padding: 8px 8px 8px 12px;
  font-size: 16px;
}

.text-field-2._2nd {
  text-align: left;
  flex: 0 auto;
  height: 180px;
  display: block;
}

.submit-button {
  text-align: left;
  letter-spacing: 0;
  vertical-align: baseline;
  background-color: #000;
  border-radius: 40px;
  justify-content: flex-end;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

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

.text-block-11 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-12 {
  text-align: left;
  font-size: 20px;
  line-height: 26px;
}

.success-message {
  background-color: #fff;
  border: 1px solid #ffc83c;
  border-radius: 6px;
}

.div-block-19-outside {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_small {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border: 2px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.chekbox-text {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.checkbox {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #177fff;
}

.link-2 {
  color: #434de7;
  border-bottom: 1px solid #7f56da00;
}

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

.google-button {
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
}

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

.field-wrapper.top {
  margin-top: 20px;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.h1-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.field-input {
  border: 1px solid #d3d4d8;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .2s;
}

.field-input:hover {
  border-color: #434de7;
}

.field-input:focus {
  border-color: #177fff;
}

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

.button-text {
  margin-bottom: 0;
}

.close-lightbox {
  position: absolute;
  inset: 0%;
}

.icon_close {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.lightbox-modal {
  z-index: 2000;
  background-color: #0006;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 100vh;
  padding: 50px 25px 25px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: scroll;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.button-7 {
  color: #fff;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-7:hover {
  box-shadow: none;
  background-color: #000;
}

.button-7.in-form {
  width: 100%;
}

.button-7.in-form.mb-10 {
  margin-bottom: 10px;
}

.field-label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.div-block-20-inside {
  z-index: 4;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  box-shadow: 1px 2px 50px #0003;
}

.click-outside {
  z-index: 1;
  cursor: pointer;
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.image-2 {
  display: none;
  position: absolute;
  inset: -100% 10% 0% auto;
}

.image-3 {
  z-index: 4;
  display: none;
  position: absolute;
  inset: 30% 0% 0% auto;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.div-block-20 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.link-3 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.link-4 {
  font-size: 16px;
  line-height: 24px;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.div-block-21 {
  width: 100%;
  padding-top: 60px;
  display: block;
}

.text-block-13 {
  letter-spacing: 1px;
}

.text-block-14 {
  letter-spacing: -2px;
  width: 100%;
  padding-bottom: 40px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.image-4 {
  background-image: url('../images/sylv.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 720px;
}

.image-5 {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 80%;
  background-clip: border-box;
  border-radius: 6px;
  width: 100%;
  height: 440px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.text-block-15 {
  letter-spacing: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

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

.div-block-25 {
  background-color: #ffc83c;
  border-radius: 6px;
  width: 100%;
  height: 276px;
  display: block;
}

.text-block-16 {
  color: #662b00;
  letter-spacing: -1px;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.text-block-17 {
  color: #662b0099;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-26 {
  background-image: url('../images/smiling-emoticon-square-face-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.div-block-26.people-img {
  -webkit-text-stroke-color: #662b00;
  background-image: url('../images/yser4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-26.simple-img {
  background-image: url('../images/idea-1.png');
  width: 36px;
  height: 38px;
  margin-top: -5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffc83c;
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-29 {
  margin-top: 0;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 100px;
  display: grid;
}

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

.div-block-31 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Helvetica Now Display, sans-serif;
  display: flex;
}

.text-block-18 {
  font-size: 40px;
  line-height: 56px;
}

.text-block-19 {
  letter-spacing: -2px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.text-block-20 {
  letter-spacing: 0;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.heading-5 {
  color: #3336;
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.container-10 {
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
}

.header-8 {
  color: #3336;
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.container-6 {
  width: auto;
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
}

.container-7 {
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.container-11, .container-13 {
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-32 {
  width: auto;
  max-width: 1280px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.text-block-21 {
  letter-spacing: 0;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  top: 10px;
}

.div-block-33 {
  width: 65%;
}

.link-12 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.image-7 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 77%;
  border-radius: 6px;
  width: 100%;
  height: 520px;
  padding-right: 0;
}

.text-block-22 {
  letter-spacing: -2px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 36px;
  line-height: 44px;
  display: block;
  position: relative;
  top: 0;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-35 {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.text-block-23 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: flex;
}

.text-block-24 {
  letter-spacing: -2px;
  width: 69%;
  padding-bottom: 10px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.text-block-25 {
  text-align: center;
  letter-spacing: -2px;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 48px;
  line-height: 56px;
  display: block;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-37 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: block;
}

.div-block-38 {
  width: 50%;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 75%;
  border-radius: 6px;
  height: 600px;
  padding-left: 0;
}

.div-block-39 {
  width: 40%;
  padding-left: 20px;
}

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

.image-9 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
  width: 100%;
  height: 440px;
}

.div-block-41 {
  width: auto;
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.text-block-26 {
  letter-spacing: -2px;
  width: 72%;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.image-10 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 600px;
  padding-left: 0;
}

.text-block-28, .text-block-30, .text-block-32, .text-block-33 {
  display: none;
}

.div-block-43 {
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 140px;
  padding-right: 20px;
  display: grid;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 6px;
  width: 100%;
  height: 580px;
}

.div-block-45 {
  width: 35%;
  padding-right: 20px;
}

.text-block-34 {
  color: #3336;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.div-block-46 {
  width: 65%;
}

.text-block-35 {
  color: #3336;
  padding-top: 10px;
  font-size: 14px;
}

.heading-6 {
  color: #3336;
  letter-spacing: -3px;
  margin: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.div-block-47 {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-36 {
  letter-spacing: -2px;
  font-size: 40px;
  line-height: 56px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-block {
    font-size: 64px;
    line-height: 30px;
  }

  .columns {
    max-height: 692px;
  }

  .image {
    width: 499px;
    max-width: 499px;
    height: 696px;
    max-height: 696px;
  }

  .image.dn-mobile {
    display: none;
  }

  .heading {
    font-size: 64px;
    line-height: 66px;
  }

  .text-block {
    max-width: 550px;
    font-size: 64px;
    line-height: 72px;
  }

  .container-2 {
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    letter-spacing: 0;
    height: auto;
  }

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

  .button-2 {
    letter-spacing: 0;
    max-width: 287px;
    max-height: 48px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: auto;
  }

  .button-3 {
    letter-spacing: 0;
  }

  .container-3 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .heading-2 {
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 40px;
  }

  .service-1 {
    padding-top: 10px;
  }

  .container-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .div-block-5 {
    max-width: 499px;
    font-family: Helvetica Now Display, sans-serif;
  }

  .list-parent {
    padding-top: 0;
  }

  .slider-img-parent {
    height: 100%;
  }

  .img-child {
    background-image: url('../images/search-results-logged-in.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .img-child.img-1 {
    background-image: none;
    border-radius: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .img-child.img-1-copy {
    background-image: none;
    max-width: 100%;
  }

  .slider-img {
    height: 300rem;
  }

  .heading-style-h3 {
    font-size: 40px;
    line-height: 56px;
  }

  .slider-img-parent-2 {
    height: 210rem;
  }

  .slider-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .slider-content-2, .slider-img-2 {
    height: 42rem;
  }

  .div-block-11 {
    -webkit-text-fill-color: transparent;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .div-block-12._2 {
    background-position: 50%;
    background-size: contain;
  }

  .div-block-12._3 {
    background-position: 50%;
  }

  .div-block-12._4 {
    background-position: 50%;
    background-size: contain;
  }

  .div-block-12._5 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 1fr;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-21 {
    padding-top: 60px;
  }

  .text-block-14 {
    width: 100%;
  }

  .image-5 {
    height: 520px;
  }

  .div-block-25 {
    height: auto;
  }

  .div-block-26 {
    height: 30px;
  }

  .image-6 {
    height: 500px;
  }

  .text-block-20 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-right: 40px;
  }

  .div-block-32 {
    padding-top: 60px;
  }

  .text-block-21 {
    width: auto;
    padding-top: 40px;
    position: relative;
    top: 0;
  }

  .div-block-33 {
    width: 60%;
  }

  .image-7 {
    object-position: 50% 80%;
    width: 100%;
    height: 525px;
    padding-right: 0;
  }

  .text-block-22 {
    width: auto;
    padding-left: 10px;
    position: relative;
    top: 0;
  }

  .div-block-35 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .text-block-23 {
    padding-right: 20px;
  }

  .text-block-25 {
    width: 60%;
    margin-bottom: 0;
  }

  .div-block-36 {
    max-width: 1280px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-8 {
    height: 650px;
  }

  .div-block-39 {
    width: 40%;
  }

  .image-9 {
    height: 520px;
  }

  .div-block-41 {
    padding-bottom: 40px;
  }

  .text-block-26 {
    width: 71%;
  }

  .image-10 {
    height: 600px;
  }

  .div-block-44 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-35 {
    font-family: Helvetica Now Display, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .body, .container {
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    height: 100%;
  }

  .column-2 {
    height: 696px;
  }

  .image {
    max-width: 499px;
    height: 696px;
    max-height: 696px;
  }

  .image.dn-mobile {
    display: none;
  }

  .text-block {
    max-width: 550px;
  }

  .container-2 {
    height: 100%;
    max-height: 696px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    max-width: none;
  }

  .container-3 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .heading-2 {
    padding-top: 0;
    line-height: 40px;
  }

  .service-1 {
    margin-bottom: 100px;
    padding-top: 10px;
  }

  .container-4 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-4.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2 {
    margin-bottom: 40px;
  }

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

  .div-block-5 {
    max-width: 499px;
  }

  .div-block-11 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .div-block-17 {
    padding-left: 24px;
  }

  .div-block-21 {
    padding-top: 60px;
  }

  .text-block-14 {
    width: 100%;
  }

  .image-5 {
    height: 520px;
  }

  .div-block-30 {
    padding-top: 140px;
  }

  .text-block-20 {
    padding-right: 40px;
  }

  .container-10 {
    max-width: 1280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .container-6, .container-7, .container-11, .container-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-32 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-7 {
    object-position: 50% 81%;
    width: 100%;
    height: 520px;
    padding-right: 0;
  }

  .text-block-22 {
    padding-left: 0;
  }

  .div-block-35 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .text-block-23 {
    padding-right: 40px;
  }

  .text-block-24 {
    width: 92%;
  }

  .text-block-25 {
    width: 60%;
  }

  .div-block-36 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .image-8 {
    height: 540px;
  }

  .div-block-41 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .text-block-26 {
    width: 70%;
  }

  .image-10 {
    width: 100%;
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .image.dn-mobile {
    display: none;
  }

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

  .div-block {
    max-width: none;
  }

  .container-3 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-2 {
    padding-bottom: 10px;
  }

  .service-1 {
    margin-bottom: 40px;
  }

  .container-4 {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .columns-2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .container-5 {
    margin-top: 20px;
  }

  .div-block-5 {
    max-width: 496px;
  }

  .img-child.img-2 {
    background-image: url('../images/Screenshot-2024-09-22-at-11.21.29-AM.png');
  }

  .img-child.img-1, .img-child.img-1-copy {
    height: 100%;
  }

  .img-child-2.img-1 {
    background-image: none;
  }

  .div-block-10 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-11 {
    -webkit-text-fill-color: transparent;
    background-color: #f5f5f5;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
    -webkit-background-clip: text;
    background-clip: text;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 500px;
    max-height: 518px;
    display: flex;
  }

  .div-block-12 {
    background-color: #00f;
    height: auto;
    display: flex;
  }

  .div-block-12._2 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2024-09-23-at-9.05.45-PM.png');
    background-position: 50%;
    background-size: contain;
    height: 447px;
  }

  .div-block-12._1 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    height: 447px;
  }

  .div-block-12._3, .div-block-12._4, .div-block-12._5 {
    background-color: #0000;
    background-position: 50%;
    background-size: contain;
    height: 447px;
  }

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

  .div-block-19 {
    grid-template-columns: 1.75fr 1fr;
  }

  .div-block-21 {
    padding-top: 60px;
  }

  .text-block-14 {
    width: 100%;
    padding-bottom: 60px;
  }

  .image-5 {
    border-radius: 6px;
    height: 520px;
  }

  .div-block-22 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-30 {
    padding-top: 140px;
  }

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

  .div-block-31 {
    height: 100%;
  }

  .text-block-20 {
    margin-top: 10px;
  }

  .div-block-32 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-21 {
    padding-top: 20px;
  }

  .div-block-33 {
    width: 60%;
  }

  .image-7 {
    object-position: 50% 80%;
    width: 100%;
    height: 500px;
    padding-right: 0;
  }

  .text-block-22 {
    letter-spacing: -1px;
  }

  .text-block-25 {
    width: 60%;
    margin-bottom: 20px;
  }

  .div-block-36 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .image-8 {
    height: 650px;
  }

  .div-block-39 {
    width: 40%;
    padding-left: 20px;
  }

  .div-block-41 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .div-block-42 {
    width: 50%;
    font-family: Helvetica Now Display, sans-serif;
  }

  .image-10 {
    height: 560px;
  }

  .text-block-35 {
    color: #3336;
    padding-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .body.services-gray {
    font-size: 32px;
    line-height: 51px;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    margin-left: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    height: 225svh;
  }

  .brand {
    width: 50px;
  }

  .columns {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .image {
    object-position: 50% 50%;
    width: 340px;
    height: 500px;
  }

  .heading, .text-block {
    font-size: 40px;
    line-height: 48px;
  }

  .container-2 {
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-2 {
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    object-fit: fill;
  }

  .button-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .container-3 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    line-height: 42px;
  }

  .container-3.services-gray {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .service-1 {
    letter-spacing: -1px;
    max-width: 696px;
    height: auto;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 46px;
  }

  .service-1.services-gray {
    font-size: 32px;
  }

  .services-gray {
    font-size: 32px;
    line-height: 46px;
  }

  .container-4 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-4.footer {
    height: auto;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .columns-2 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .container-5 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    width: auto;
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .text-block-5 {
    text-decoration: underline;
  }

  .div-block-3 {
    height: 230px;
    padding: 10px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-4 {
    padding-top: 10px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-3-copy {
    height: 296px;
    padding: 10px;
  }

  .text-block-6-copy {
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-7-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .icon {
    background-color: #fff;
  }

  .mobile-none {
    display: none;
  }

  .button-4 {
    color: #e5a500;
    background-color: #0000;
    padding: 4px 0 0;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
  }

  .column-3, .column-4, .column-5 {
    padding-left: 0;
    padding-right: 10px;
  }

  .slider-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .slider-content {
    height: auto;
  }

  .slider-tab {
    margin-top: 3rem;
  }

  .slider-img-parent-2 {
    height: 210rem;
  }

  .slider-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    height: 36rem;
    margin-bottom: 40px;
  }

  .slider-content-2 {
    height: auto;
  }

  .img-child-2.img-1 {
    background-image: none;
    height: auto;
  }

  .slider-tab-2 {
    margin-top: 1rem;
  }

  .slider-img-2 {
    height: 36rem;
  }

  .heading-style-h3-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-10 {
    align-items: flex-start;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-11 {
    height: auto;
    min-height: auto;
  }

  .div-block-12._2 {
    height: auto;
    min-height: 400px;
  }

  .div-block-12._1 {
    height: auto;
    min-height: 380px;
  }

  .div-block-12._3 {
    height: auto;
    min-height: 400px;
  }

  .div-block-12._4 {
    height: auto;
    min-height: 380px;
  }

  .div-block-12._5 {
    height: auto;
    min-height: 400px;
  }

  .text-block-8 {
    line-height: 28px;
  }

  .heading-small {
    font-size: 3rem;
  }

  .info-card {
    padding: 3rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-17 {
    height: 480px;
    padding: 20px;
  }

  .text-block-9 {
    letter-spacing: -2px;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 40px;
    line-height: 48px;
  }

  .link {
    background-size: contain;
    padding-right: 60px;
    font-size: 40px;
    line-height: 48px;
  }

  .form-block {
    flex-flow: column;
    justify-content: center;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .text-field, .text-field-2 {
    height: 40px;
  }

  .text-field-2._2nd {
    height: 120px;
  }

  .div-block-20-inside {
    width: 60%;
  }

  .div-block-19 {
    grid-template-rows: auto;
    padding-bottom: 20px;
  }

  .div-block-21 {
    padding-top: 0;
  }

  .text-block-14 {
    letter-spacing: -1px;
    width: 100%;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .image-5 {
    height: 350px;
  }

  .div-block-22 {
    grid-template-columns: 1fr 2.5fr;
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
  }

  .text-block-15 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-24 {
    height: auto;
    padding-bottom: 0;
  }

  .div-block-25 {
    height: 100%;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-17 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-26, .div-block-26.people-img {
    width: 24px;
    height: 24px;
  }

  .div-block-26.simple-img {
    width: 28px;
    height: 32px;
    margin-top: 0;
  }

  .div-block-28 {
    height: auto;
    padding: 10px;
  }

  .div-block-30 {
    padding-top: 0;
  }

  .image-6 {
    height: 410px;
  }

  .text-block-19 {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-20 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
    display: none;
  }

  .heading-5 {
    color: #3336;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .container-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-8 {
    color: #3336;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .container-6 {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-7 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .container-11 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-13 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-32 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .text-block-21 {
    padding-left: 0;
    line-height: 24px;
    display: none;
  }

  .image-7 {
    object-position: 50% 91%;
    height: 350px;
    padding-right: 0;
  }

  .text-block-22 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-34 {
    justify-content: flex-start;
  }

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

  .text-block-23 {
    padding-right: 10px;
  }

  .text-block-24 {
    letter-spacing: -1px;
    width: 100%;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-25 {
    width: 80%;
    padding: 0 10px 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-36 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-37 {
    align-items: center;
  }

  .image-8 {
    object-position: 50% 100%;
    height: 500px;
  }

  .div-block-39 {
    padding-left: 10px;
  }

  .image-9 {
    height: 350px;
  }

  .div-block-41 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .text-block-26 {
    width: 100%;
  }

  .image-10 {
    width: 100%;
    height: 420px;
  }

  .text-block-27 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-28 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .text-block-29 {
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-30 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 60px;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .text-block-31 {
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-32 {
    width: 50%;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .text-block-33 {
    padding-top: 10px;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .div-block-44 {
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
  }

  .text-block-35 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .container-14 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }

  .column {
    margin-bottom: 40px;
  }

  .column-2 {
    justify-content: flex-start;
    height: 430px;
  }

  .image {
    object-fit: cover;
    flex: 0 auto;
    width: 105%;
    max-width: none;
    height: auto;
    max-height: 450px;
  }

  .text-block {
    width: 492px;
    max-width: none;
    font-size: 40px;
  }

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

  .text-block-2, .div-block {
    width: auto;
  }

  .button-2 {
    margin-right: 10px;
  }

  .div-block-2 {
    justify-content: flex-start;
  }

  .container-3 {
    margin: 0 40px;
    padding-top: 0;
  }

  .heading-2 {
    color: #3336;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .service-1 {
    padding-top: 10px;
    font-size: 32px;
  }

  .container-4 {
    border-bottom-style: none;
    margin: 0 40px 10px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-4.footer {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-5 {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Helvetica Now Display, sans-serif;
  }

  .text-block-3 {
    font-family: Helvetica Now Display, sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-4 {
    padding-right: 10px;
  }

  .div-block-3 {
    width: auto;
    height: 190px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-4 {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3-copy {
    height: 190px;
    box-shadow: 0 2px 5px #0003;
  }

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

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

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

  .border-line {
    display: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .list-parent-3 {
    object-fit: fill;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
  }

  .slider-img-parent-2 {
    height: 210rem;
  }

  .slider-wrapper-2 {
    height: 32rem;
    margin-bottom: 20px;
    display: flex;
  }

  .slider-content-2 {
    border-bottom: 1px solid #33333312;
    flex-flow: row;
    align-self: auto;
  }

  .img-child-2.img-1 {
    background-image: none;
    height: auto;
    padding-top: 0;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .slider-tab-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 0 #3336;
    border-bottom: 1px #33333312;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: stretch start;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .slider-img-2 {
    align-items: stretch;
    height: 28rem;
  }

  .heading-style-h3-3 {
    text-align: left;
    -webkit-text-stroke-color: #33333312;
  }

  .div-block-10 {
    padding-bottom: 20px;
  }

  .div-block-11 {
    height: auto;
    min-height: 300px;
  }

  .div-block-12._2 {
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .div-block-12._1 {
    -webkit-text-fill-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .div-block-12._3, .div-block-12._4, .div-block-12._5 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .button-6 {
    background-size: 20px 20px;
    font-size: 18px;
  }

  .text-block-8 {
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-small {
    font-size: 2.8rem;
  }

  .service-card-open-close {
    width: 3rem;
    height: 3rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .body-small {
    font-size: 1rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .div-block-16 {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 200px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .text-block-9 {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 28px;
  }

  .link {
    letter-spacing: -1px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .form-block {
    padding: 20px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .div-block-20-inside {
    width: 80%;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .5fr;
    place-items: start;
    padding-bottom: 20px;
  }

  .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
    font-size: 14px;
  }

  .text-block-14 {
    letter-spacing: 0;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .image-5 {
    height: 200px;
    padding-right: 0;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 60px;
    display: block;
  }

  .text-block-15 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 28px;
  }

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

  .text-block-16 {
    letter-spacing: -1px;
  }

  .text-block-17 {
    letter-spacing: -1px;
    line-height: 28px;
  }

  .div-block-28 {
    padding: 20px;
  }

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

  .image-6 {
    height: 300px;
  }

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

  .text-block-20 {
    letter-spacing: 0;
    width: 100%;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-5 {
    color: #3336;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .container-10 {
    margin-top: -40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-8 {
    color: #3336;
    margin-top: 80px;
    font-family: Helvetica Now Display, sans-serif;
    font-weight: 400;
  }

  .container-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-7 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    display: flex;
  }

  .container-11 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container-13 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-7 {
    height: 315px;
  }

  .text-block-22 {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-35 {
    padding-bottom: 40px;
  }

  .text-block-23 {
    line-height: 18px;
  }

  .text-block-24 {
    letter-spacing: -1px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-25 {
    letter-spacing: -1px;
    padding: 40px 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-37 {
    align-items: center;
  }

  .image-8 {
    vertical-align: baseline;
    object-fit: cover;
    object-position: 100% 50%;
    height: 400px;
    padding-left: 0;
  }

  .image-9 {
    height: 200px;
  }

  .text-block-26 {
    font-size: 30px;
    line-height: 36px;
  }

  .image-10 {
    height: 400px;
  }

  .text-block-28 {
    border-bottom: 1px solid #3336;
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 18px;
  }

  .text-block-30 {
    border-bottom: 1px solid #3336;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 18px;
  }

  .text-block-32 {
    line-height: 18px;
  }

  .text-block-33 {
    padding-top: 20px;
    line-height: 18px;
  }

  .div-block-44 {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
  }

  .div-block-45 {
    width: 41%;
  }

  .div-block-46 {
    width: 60%;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    text-align: center;
    vertical-align: baseline;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    width: 149px;
    height: 36px;
    margin-left: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    height: 224svh;
    display: flex;
  }

  .flex-block {
    flex-flow: column;
    width: auto;
    max-width: 100%;
    position: relative;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    height: 320px;
    display: none;
  }

  .image {
    object-fit: cover;
    justify-content: center;
    width: 100%;
    height: auto;
    position: static;
  }

  .image.dn-mobile {
    object-position: 50% 20%;
    max-height: 320px;
    padding-bottom: 20px;
    display: inline-flex;
  }

  .heading {
    margin-bottom: 0;
    font-size: 38px;
  }

  .text-block {
    letter-spacing: -2px;
    width: auto;
    max-width: none;
    font-size: 38px;
  }

  .container-2 {
    margin: 0 10px;
    padding-top: 10px;
  }

  .link-block-2 {
    margin-left: 18px;
  }

  .text-block-2 {
    padding-top: 10px;
    font-size: 18px;
  }

  .div-block {
    width: auto;
  }

  .button-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 48px;
    max-height: 48px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 11px;
    padding-left: 36px;
    font-size: 18px;
    line-height: 28px;
    display: flex;
  }

  .div-block-2 {
    text-align: left;
    flex-flow: wrap;
    display: flex;
  }

  .button-3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 48px;
    font-size: 18px;
    line-height: 28px;
    display: flex;
  }

  .container-3 {
    margin: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    letter-spacing: -1px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .service-1 {
    letter-spacing: 0;
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .service-1.services-gray {
    font-size: 24px;
  }

  .services-gray {
    font-size: 24px;
    line-height: 36px;
  }

  .container-4 {
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container-4.footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-5 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    letter-spacing: -1px;
    max-width: none;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-4 {
    letter-spacing: -1px;
    align-self: auto;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 18px;
  }

  .div-block-3 {
    width: auto;
    height: auto;
    padding: 20px;
    box-shadow: 0 2px 5px -2px #0003;
  }

  .text-block-6 {
    line-height: 28px;
  }

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

  .text-block-7 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-3-copy {
    height: 216px;
    padding: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-6-copy {
    line-height: 28px;
  }

  .text-block-7-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .menu-button.w--open, .div-block-5 {
    display: block;
  }

  .button-4 {
    align-self: auto;
    margin-left: 0;
    font-size: 18px;
  }

  .div-block-6 {
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: center;
    display: flex;
  }

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

  .list-parent-3 {
    text-align: center;
    align-self: auto;
    width: auto;
    min-width: 64px;
    padding-top: .25rem;
    padding-bottom: 1rem;
  }

  .slider-img-parent-2 {
    height: 210rem;
  }

  .slider-img-child-3 {
    position: relative;
  }

  .slider-wrapper-2 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    align-items: stretch;
  }

  .slider-content-2 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: baseline;
    overflow: scroll;
  }

  .img-child-2.img-1 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    flex-flow: row;
    display: block;
  }

  .slider-tab-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .slider-img-2 {
    height: 463px;
  }

  .heading-style-h3-3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-10 {
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-11 {
    min-height: 210px;
  }

  .div-block-12._2 {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: auto;
    min-height: 210px;
  }

  .div-block-12._1 {
    height: auto;
    min-height: 210px;
  }

  .div-block-12._3, .div-block-12._4 {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: auto;
    min-height: 210px;
  }

  .div-block-12._5 {
    width: 100%;
    height: auto;
    min-height: 320px;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
  }

  .heading-4 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .button-6 {
    box-sizing: border-box;
  }

  .text-block-8 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #333;
    text-align: left;
    letter-spacing: 0;
    direction: ltr;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
    position: static;
  }

  .div-block-13 {
    align-self: stretch;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
    position: static;
  }

  .div-block-14 {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-15 {
    width: 100%;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card-bottom {
    grid-row-gap: 1rem;
  }

  .heading-small {
    font-size: 2.25rem;
  }

  .service-card-open-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info-hidden {
    grid-row-gap: 2rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

  .body-medium {
    font-size: 1rem;
  }

  .div-block-17 {
    height: 190px;
    padding: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-9 {
    letter-spacing: 0;
    font-family: Helvetica Now Display, sans-serif;
  }

  .link {
    letter-spacing: 0;
    padding-right: 30px;
    font-family: Helvetica Now Display, sans-serif;
  }

  .form-block {
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 10px;
    font-family: Helvetica Now Display, sans-serif;
    box-shadow: 0 2px 5px #0003;
  }

  .text-field-2._2nd {
    height: 140px;
  }

  .submit-button {
    font-size: 16px;
  }

  .text-block-11 {
    font-family: Helvetica Now Display, sans-serif;
  }

  .div-block-19-outside {
    display: none;
  }

  .modal_small {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

  .div-block-20-inside {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-2 {
    vertical-align: top;
    background-image: url('../images/Vector.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    inset: 3% 5% 0% auto;
  }

  .image-3 {
    z-index: 6;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 8px;
    margin-right: 3px;
    display: inline-flex;
    position: fixed;
    inset: 1% 5% 0% auto;
  }

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

  .div-block-21 {
    padding-top: 0;
  }

  .text-block-14 {
    letter-spacing: -1px;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }

  .image-5 {
    width: 100%;
    height: 270px;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-22 {
    padding-top: 60px;
    padding-bottom: 80px;
    display: block;
  }

  .text-block-15 {
    letter-spacing: 0;
    font-size: 18px;
  }

  .div-block-24 {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-25 {
    height: auto;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-17 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-26, .div-block-26.people-img {
    width: 24px;
    height: 24px;
  }

  .div-block-26.simple-img {
    width: 28px;
    height: 30px;
  }

  .div-block-28 {
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
  }

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

  .image-6 {
    height: 250px;
  }

  .text-block-20 {
    width: 100%;
  }

  .heading-5 {
    color: #3336;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }

  .container-10 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-8 {
    margin-top: 0;
    font-size: 24px;
  }

  .container-6 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .container-7 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-family: Helvetica Now Display, sans-serif;
    display: block;
  }

  .container-11 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 40px;
    font-family: Helvetica Now Display, sans-serif;
  }

  .container-13 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Helvetica Now Display, sans-serif;
  }

  .div-block-32 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    margin-bottom: 20px;
  }

  .link-12 {
    font-size: 14px;
  }

  .image-7 {
    border-radius: 0;
    height: 245px;
    padding-right: 0;
  }

  .div-block-34 {
    width: auto;
  }

  .div-block-35 {
    padding-bottom: 20px;
    display: block;
  }

  .text-block-23 {
    margin-bottom: 20px;
  }

  .text-block-24 {
    width: 80%;
    padding-bottom: 20px;
  }

  .text-block-25 {
    letter-spacing: -1px;
    width: 90%;
    margin-bottom: 10px;
    padding: 20px 0;
    font-size: 24px;
  }

  .div-block-37, .div-block-38 {
    width: auto;
  }

  .image-8 {
    object-position: 50% 70%;
    height: 270px;
  }

  .div-block-39 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40, .image-9 {
    display: block;
  }

  .div-block-41 {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .text-block-26 {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .image-10 {
    height: 245px;
    padding-left: 0;
  }

  .text-block-28 {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 20px;
  }

  .text-block-30 {
    border: 0 solid #000;
    border-bottom: 1px solid #3336;
    margin-bottom: 40px;
    margin-right: 10px;
    padding-bottom: 40px;
  }

  .text-block-32 {
    width: auto;
    padding-bottom: 40px;
  }

  .text-block-33 {
    padding-bottom: 20px;
    padding-right: 0;
  }

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

  .div-block-45 {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-block-34 {
    padding-bottom: 0;
  }

  .div-block-46 {
    width: 100%;
  }

  .text-block-35 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .container-14 {
    max-width: none;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

#w-node-f05d3c5c-99a3-ef92-4a63-27e68abd3492-89f65158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f05d3c5c-99a3-ef92-4a63-27e68abd3497-89f65158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f05d3c5c-99a3-ef92-4a63-27e68abd349b-89f65158, #w-node-f05d3c5c-99a3-ef92-4a63-27e68abd34a5-89f65158, #w-node-f05d3c5c-99a3-ef92-4a63-27e68abd34aa-89f65158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-b6460e6d-47d9-b4ad-3a60-8dae1929a2e3-1929a2e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f05d3c5c-99a3-ef92-4a63-27e68abd3492-89f65158 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a41c7191-b163-fc72-ae6a-60a54e7a6da3-f9e965d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f05d3c5c-99a3-ef92-4a63-27e68abd3492-89f65158, #w-node-f05d3c5c-99a3-ef92-4a63-27e68abd3497-89f65158 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'helvetica light';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}