.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.nav-bar {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block {
  padding-top: 25px;
}

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

.div-block {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #9ee877;
  border-bottom: 5px solid #2a600e;
  border-radius: 0 0 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 7px 40px 0 0;
  display: flex;
  position: relative;
}

.button {
  background-color: #064277cc;
  border: 1px solid #0d0d0d;
}

.div-block-2 {
  padding-bottom: 50px;
  padding-right: 53px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.link-2, .link-3, .link-4, .link-5, .link-6 {
  color: #000;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image {
  font-size: 14px;
}

.button-2 {
  background-color: #885a89;
  border-radius: 20px;
  margin-top: 11px;
  margin-bottom: 9px;
  margin-right: 13px;
  padding-top: 13px;
}

.body {
  background-color: #fffdf0;
  line-height: 20px;
}

.nav-bar2 {
  z-index: 4;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.image-2 {
  float: right;
  display: block;
  position: relative;
}

.image-4 {
  padding-left: 25px;
}

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

.nav-icon {
  display: none;
  overflow: visible;
}

.image-5 {
  z-index: 3;
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-6 {
  padding-left: 18px;
  padding-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list {
  display: flex;
}

.div-block-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #2a600e;
  border-bottom: 5px solid #b9eaa0;
  border-radius: 0 0 30px;
  justify-content: flex-end;
  align-items: center;
  width: 0%;
  min-width: 80vw;
  max-width: 100vw;
  margin-top: 0;
  padding: 20px 40px 20px 0;
  display: flex;
}

.link-7 {
  color: #fffdf0;
  background-color: #fffdf000;
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #5e0060;
  border-radius: 20px;
  justify-content: flex-end;
  min-height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 9px 20px 10px 18px;
  display: block;
  position: static;
  inset: 1% 2% auto auto;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #180c9b00;
  display: flex;
}

.lottie-animation, .lottie-animation-2 {
  display: none;
}

.section-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #462408;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-7 {
  margin-left: 40px;
  padding-left: 0;
}

.text-block-3 {
  color: #fed700;
  margin-top: 0;
  padding-top: 0;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 30px;
  padding-right: 0;
  display: flex;
}

.text-block-4 {
  color: #fffdf0;
  text-align: left;
  padding-right: 0;
}

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

.text-block-5 {
  color: #fffdf0;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.div-block-12 {
  background-color: #462408;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: #fffdf0;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 420px;
  margin-top: 13vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.image-8 {
  color: #15e61508;
  -webkit-text-stroke-color: #f0838300;
  object-fit: cover;
  background-color: #eedc68;
  margin-top: 100px;
  margin-bottom: 0;
  margin-right: 220px;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  margin-right: 10vw;
  display: flex;
}

.text-block-7 {
  padding-top: 0;
  font-size: 19px;
  font-weight: 700;
}

.button-4 {
  border-right: 1px #000;
  border-radius: 1px;
  margin-top: 0;
  margin-left: 0;
  transition: opacity .2s;
  transform: translate(0);
}

.section-4 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  height: 70vh;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  overflow: hidden;
}

.paragraph {
  text-align: left;
  width: 600px;
  min-width: 0;
  margin-left: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.div-block-14 {
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-weight: 400;
  display: block;
  position: relative;
  right: -25px;
}

.image-9 {
  margin-top: 0;
  margin-left: 0;
}

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

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

.link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.div-block-17 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.button-5 {
  color: #fffdf0;
  background-color: #2a600e;
  border-radius: 0;
  margin-top: 30px;
  font-size: 25px;
}

.text-block-9 {
  font-family: Pally, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading {
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin: 31px 5% 36px;
  display: flex;
  overflow: hidden;
}

.slider {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.slider-2 {
  margin: 40px -95px 0 46px;
  padding-bottom: 0;
  padding-left: 0;
}

.image-10 {
  object-fit: fill;
  min-width: 100%;
  min-height: 0%;
}

.slide {
  object-fit: contain;
}

.div-block-18 {
  margin-bottom: -20px;
  margin-left: 44px;
  margin-right: -11px;
}

.div-block-19 {
  margin-top: 0;
  margin-bottom: -29px;
  margin-left: 67px;
  padding-bottom: 0;
}

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

.paragraph-2 {
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-10 {
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-21 {
  margin-top: 0;
  margin-left: auto;
}

.slide-2 {
  height: 400px;
}

.slider-3 {
  margin-bottom: 0;
  margin-left: 75px;
  display: block;
}

.div-block-22 {
  margin-bottom: 0;
  margin-left: 81px;
}

.heading-2 {
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
}

.section-6 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100vh;
  margin-top: 75px;
  margin-bottom: 17px;
  display: flex;
  overflow: hidden;
}

.image-11 {
  display: block;
}

.div-block-23 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 118px;
  margin-left: 124px;
  display: flex;
  position: relative;
}

.button-6 {
  background-color: #2a600e;
  border-radius: 100px;
  padding: 20px;
}

.image-12 {
  z-index: 2;
  max-height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: fixed;
  inset: 20% 0% 0% auto;
  overflow: hidden;
}

.section-7 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-9 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: auto;
  height: 80vh;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-24 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 118px;
  margin-left: 124px;
  display: flex;
  position: relative;
}

.section-10 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-25 {
  z-index: 2;
  max-height: 10vh;
  margin-bottom: 0;
  display: block;
  position: fixed;
}

.heading-4 {
  text-align: center;
  align-self: auto;
  margin-bottom: 0;
  font-size: 38px;
}

.heading-6, .heading-7, .heading-8 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.heading-10 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.link-10 {
  color: #fffdf0;
  text-decoration: underline;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-11 {
  color: #fffdf0;
}

.section-11 {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fffdf0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
}

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

.heading-11 {
  text-align: center;
  margin-top: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.text-block-12 {
  margin-top: 0;
}

.heading-12 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.section-12 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  height: 100vh;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  padding-top: 0;
  display: grid;
}

.heading-13, .heading-14, .heading-15, .heading-17 {
  color: #729e14;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
}

.section-13 {
  z-index: 3;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fffdf0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
}

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

.image-14 {
  min-width: 200px;
  max-width: 40vw;
}

.heading-18 {
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
}

.div-block-30 {
  align-self: center;
  display: block;
}

.heading-19 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

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

.image-15 {
  margin-top: 21px;
}

.section-14 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffdf0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  max-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  min-height: 50vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  overflow: hidden;
}

.image-16 {
  align-self: flex-start;
}

.image-17 {
  align-self: flex-end;
  padding-bottom: 0;
}

.heading-20 {
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading-21 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: grid;
}

.section-15 {
  z-index: 2;
  background-color: #fffdf0;
  min-width: auto;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.heading-22 {
  text-align: center;
  margin-left: auto;
  font-family: Pally, Arial, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.image-18 {
  margin-bottom: 27px;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 0;
  margin-left: 10vw;
  margin-right: 10vw;
  display: grid;
}

.div-block-34 {
  z-index: 2;
  display: block;
  position: fixed;
  inset: 7% 0% 0% auto;
}

.image-19 {
  max-width: 100vw;
  max-height: 100vh;
}

.body-2 {
  background-color: #fffdf0;
}

.image-20 {
  z-index: 1;
  min-height: 100vh;
  position: static;
  inset: 10% 0% 0% auto;
}

.div-block-35 {
  z-index: 1;
  position: fixed;
  inset: 10% 0% 0% auto;
}

.link-block-3 {
  z-index: 2;
  position: relative;
}

.div-block-36 {
  text-align: center;
  position: relative;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.container {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 100vw;
  max-width: 100vw;
  display: flex;
}

.div-block-39 {
  min-width: 100vw;
  overflow: hidden;
}

.slider-4 {
  z-index: 3;
  color: #333;
  background-color: #ddd0;
  min-height: 90vh;
  margin-top: 0;
}

.icon, .slide-nav {
  display: none;
}

.section-16 {
  min-width: auto;
  height: 100vh;
  min-height: 100vh;
  margin-top: 10vh;
  position: static;
  overflow: hidden;
}

.slide-3 {
  text-align: center;
}

.icon-2 {
  color: #d4d1d1;
  margin-right: 16px;
  font-size: 5vw;
  font-weight: 700;
}

.right-arrow {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  min-width: 20vw;
  margin: 72vh 40vw 1vh 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-13 {
  color: #000;
  margin-left: 0;
}

.div-block-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  min-width: auto;
  min-height: auto;
  margin-top: auto;
  margin-right: 0;
  display: flex;
}

.textarea {
  color: #000;
  min-width: 30vw;
  min-height: 35vh;
  font-size: 30px;
}

.form-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-top: auto;
  margin-left: 0;
  display: block;
}

.submit-button {
  text-align: left;
  background-color: #462408;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 25px;
}

.form {
  text-align: center;
  min-width: auto;
  min-height: auto;
  margin-left: 2vw;
}

.heading-23 {
  text-align: left;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 36px;
}

.image-21 {
  min-width: 30vw;
  max-width: 100vw;
}

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

.heading-25 {
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.div-block-42 {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  display: flex;
}

.heading-26 {
  text-align: left;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 36px;
}

.link-11 {
  color: #fffdf0;
  margin-top: 8px;
  font-size: 20px;
  text-decoration: none;
}

.image-22 {
  min-width: 30vw;
  max-width: none;
  height: 70%;
  position: static;
  top: 0;
  left: 0;
}

.image-23 {
  max-width: 100vw;
  position: static;
}

.image-24 {
  position: fixed;
}

.div-block-44 {
  display: none;
}

.section-17 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-45 {
  background-image: url('../images/Group-242.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  overflow: visible;
}

.section-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-46 {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.paragraph-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  display: block;
}

.div-block-47 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image-25 {
  margin-right: 140px;
}

.section-19 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.heading-27 {
  text-align: left;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.section-20 {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading-28 {
  text-align: left;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-48 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  display: flex;
  overflow: hidden;
}

.div-block-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2a600e;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 21vw;
  height: 100%;
  padding-top: 1vh;
  display: flex;
}

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

.link-block-4 {
  display: block;
}

.section-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.heading-29 {
  text-align: center;
}

.section-22 {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-30 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-right: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 40px;
}

.paragraph-5 {
  font-size: 20px;
}

.paragraph-6 {
  margin-right: 100px;
}

.paragraph-7 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-8 {
  font-size: 28px;
  line-height: 30px;
}

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

.paragraph-9 {
  font-size: 28px;
}

.paragraph-10 {
  text-align: center;
  text-transform: none;
  align-self: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.section-23 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.heading-33 {
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.section-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  display: flex;
}

.heading-34 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
}

.text-block-14 {
  text-align: left;
  text-transform: none;
  min-width: 90vw;
  max-width: 50vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-11 {
  text-align: left;
  min-width: 40vw;
  max-width: 50vw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-56 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.paragraph-12 {
  font-size: 28px;
}

.paragraph-13 {
  text-align: left;
  max-width: none;
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.heading-35 {
  text-align: left;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-58 {
  position: sticky;
}

.div-block-59 {
  display: none;
  position: sticky;
}

.section-26 {
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  margin-top: 70px;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10vw;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-15 {
  font-size: 30px;
}

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

.link-block-5 {
  background-color: #2a600e;
  padding: 10px 5px;
  text-decoration: none;
}

.text-block-17 {
  color: #fffdf0;
}

.section-27 {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-36 {
  max-width: 50vw;
}

.div-block-61 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-37 {
  text-align: left;
  max-width: 60vw;
  margin-left: 3vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.section-28 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.paragraph-14 {
  font-size: 28px;
  line-height: 30px;
}

.paragraph-15 {
  text-align: left;
  max-width: 100vw;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.div-block-63 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.button-7 {
  background-color: #5e0060;
  border-radius: 30px;
  padding: 2vh 3vw;
  font-size: 20px;
}

.section-29 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.heading-38 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
}

.div-block-64 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.section-30 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 5vh;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: grid;
}

.div-block-66 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  height: 35vh;
  min-height: 5vh;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". ."
                 ". ."
                 ". Area"
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-68 {
  flex: 0 auto;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 18% 0% 0% auto;
}

.section-31 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
  overflow: hidden;
}

.div-block-69 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45vw;
  margin-top: 0;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2vw;
  display: flex;
}

.text-block-18, .text-block-19 {
  font-size: 28px;
}

.text-block-20 {
  text-transform: capitalize;
  font-family: Pally, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-21 {
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.text-block-22, .text-block-23 {
  font-size: 28px;
}

.heading-40 {
  font-family: Pally, Arial, sans-serif;
  font-size: 56px;
}

.link-12, .link-13, .link-14 {
  color: #fffdf0;
  font-size: 20px;
  text-decoration: none;
}

.button-8 {
  color: #fffdf0;
  background-color: #462408;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 30px;
  display: block;
}

.image-29 {
  min-width: auto;
  min-height: 100%;
}

.div-block-71 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: block;
}

.text-block-24 {
  align-self: auto;
  font-size: 30px;
  line-height: 30px;
  position: static;
  inset: 25vh 15vw auto auto;
}

.radio-button-field {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.radio-button {
  margin-left: auto;
}

.div-block-72 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  min-height: 5vh;
  display: flex;
}

.radio-button-label {
  font-size: 30px;
}

.radio-button-label-2, .radio-button-label-3, .radio-button-label-4, .radio-button-label-5 {
  font-size: 20px;
}

.radio-button-field-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.radio-button-field-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-41 {
  font-family: Pally, Arial, sans-serif;
  font-size: 56px;
}

.heading-42 {
  text-align: left;
  width: 50vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.div-block-73 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  text-decoration: underline;
  display: flex;
}

.div-block-75 {
  background-color: #fffdf0;
  min-width: 40vw;
  min-height: 60px;
}

.image-30 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  object-position: 50% 50%;
  max-width: 100%;
  max-height: 100%;
  overflow: clip;
}

.slide-6 {
  text-align: center;
  object-fit: fill;
  overflow: visible;
}

.mask {
  background-color: #fffdf0;
  overflow: hidden;
}

.slider-5 {
  background-color: #fff;
  height: 60vh;
}

.div-block-76 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  min-width: 10vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  position: static;
}

.link-block-6 {
  text-align: center;
  width: auto;
  margin-top: 2vh;
}

.heading-43 {
  font-family: Pally, Arial, sans-serif;
  font-weight: 700;
}

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

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

.link-block-7 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #0a0a0a;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-8 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-25, .text-block-26 {
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
}

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

.text-block-27 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-81 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

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

.heading-44 {
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
}

.text-block-29, .text-block-30 {
  font-size: 26px;
}

.text-block-31 {
  margin-top: 3vh;
  margin-bottom: 3vh;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.heading-45 {
  font-family: Pally, Arial, sans-serif;
  font-size: 50px;
}

.image-32 {
  width: 250px;
}

.slider-6 {
  background-color: #fffdf0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 55vh;
  display: block;
}

.slide-7 {
  background-color: #fffdf0;
  background-image: url('../images/c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.slide-8 {
  background-color: #fffdf0;
  min-width: auto;
  min-height: auto;
}

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

.image-33 {
  text-align: center;
  object-fit: contain;
  max-height: 100%;
}

.slide-nav-3, .slide-9, .slide-10, .slide-11 {
  text-align: center;
}

.image-34 {
  text-align: left;
  max-width: none;
}

.div-block-82 {
  text-align: center;
  min-width: 100%;
}

.image-35, .image-36 {
  max-width: none;
}

.div-block-85 {
  text-align: center;
  background-color: #fffdf0;
  align-self: flex-end;
  width: 40vw;
  min-width: 20vw;
  max-width: none;
}

.div-block-86 {
  text-align: right;
  min-width: 100%;
  margin-top: -5vh;
}

.body-3 {
  background-color: #fffdf0;
  overflow: visible;
}

.div-block-87 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.body-4 {
  background-color: #fffdf0;
  overflow: visible;
}

.div-block-89 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #bebebe00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-top: 2vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

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

.image-38 {
  max-width: 100%;
}

.section-32 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.div-block-92 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: center;
  object-fit: fill;
  background-color: #da434300;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  min-width: 50vw;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-93 {
  background-color: #1320b100;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  min-width: 50vw;
  min-height: 85vh;
  display: flex;
}

.body-5 {
  background-color: #fffdf0;
  overflow: visible;
}

.paragraph-16 {
  font-size: 28px;
}

.paragraph-17 {
  font-size: 28px;
  line-height: 30px;
}

.paragraph-18 {
  font-family: Pally, Arial, sans-serif;
}

.paragraph-19 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -4vh;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.text-block-32 {
  color: #2a600e;
  font-size: 28px;
}

.text-block-33 {
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
}

.text-block-34 {
  color: #2a600e;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-46 {
  text-align: center;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 56px;
}

.div-block-94 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  min-width: auto;
  margin-left: 8vw;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.paragraph-20 {
  text-align: left;
  overflow: visible;
}

.paragraph-21 {
  text-align: left;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.image-39 {
  max-width: 20%;
}

.div-block-96 {
  min-width: 100vw;
  margin-top: 10vh;
  margin-bottom: 3vh;
}

.text-block-35 {
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
}

.text-block-36 {
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.div-block-97 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 70%;
  display: flex;
}

.text-block-37, .text-block-38 {
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
}

.text-block-39 {
  text-align: left;
  padding-right: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
}

.image-40 {
  z-index: 2;
  max-width: 50%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: -117px;
}

.div-block-98 {
  text-align: left;
}

.image-41 {
  min-width: auto;
}

.body-6 {
  background-color: #fffdf0;
  overflow: visible;
}

.section-33 {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.image-42 {
  min-width: auto;
  max-width: 45vw;
  overflow: hidden;
}

.section-34 {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading-47 {
  font-family: Pally, Arial, sans-serif;
  font-size: 56px;
}

.div-block-99 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: flex-end;
  width: 90vw;
  display: flex;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  display: flex;
}

.image-43 {
  min-width: 100vw;
}

.div-block-101 {
  overflow: visible;
}

.section-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 10vh;
  display: none;
}

.div-block-102 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15vw;
  margin-right: 20vw;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fffdf0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-9.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2a600e;
  padding: 1vh 1vw;
}

.text-block-40 {
  color: #fffdf0;
  font-size: 30px;
  text-decoration: none;
}

.body-7 {
  text-align: center;
  background-color: #fffdf0;
  overflow: visible;
}

.div-block-103 {
  margin-left: 15vw;
  margin-right: 20vw;
}

.image-45 {
  width: 50vw;
  min-width: 65vw;
  margin-left: 15vw;
}

.heading-48 {
  font-size: 56px;
}

.heading-49 {
  font-family: Pally, Arial, sans-serif;
  font-size: 56px;
}

.section-36 {
  min-height: 60vh;
  display: none;
}

.div-block-104, .slider-7 {
  min-height: 60vh;
}

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

.div-block-105 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fe877b00;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f5cf0000;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-107 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #c6a9c600;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.image-46 {
  text-align: center;
}

.div-block-108 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.button-9 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-block-10 {
  border: 0 solid #000;
  border-radius: 0;
  text-decoration: none;
}

.text-block-41 {
  color: #000;
  border: 1px solid #000;
  border-radius: 5vw;
  padding: 1vh 1.5vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-110, .div-block-111, .div-block-112 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-113 {
  background-color: #d5034f;
  border-radius: 20px 0 0 20px;
  display: block;
  position: static;
  inset: 15vh 0% 0% auto;
}

.div-block-114 {
  display: none;
  position: static;
  inset: 15vh 0% 0% auto;
}

.link-block-11 {
  position: fixed;
  inset: 15vh 0% auto auto;
}

.button-10 {
  z-index: 7;
  clear: none;
  text-align: left;
  background-color: #462408;
  border-radius: 5vw;
  align-self: center;
  margin-bottom: 1.5vh;
  padding: 2vh 2vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  position: static;
  inset: auto 45vw 0% auto;
}

.div-block-115 {
  display: none;
  overflow: visible;
}

.div-block-116 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.div-block-117 {
  z-index: 4;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  min-width: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: sticky;
}

.div-block-118 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: grid;
}

.text-block-42 {
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
}

.div-block-119 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.heading-50 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

.div-block-120 {
  margin-left: 5vw;
  margin-right: 5vw;
  position: static;
  inset: auto 0% 20%;
}

.div-block-121 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.image-48 {
  width: 70%;
  min-width: auto;
  max-width: 100vw;
}

.heading-52 {
  text-align: left;
}

.image-49 {
  min-width: 45vw;
}

.div-block-122 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  display: flex;
}

.image-50, .image-51, .image-52 {
  width: 15vw;
}

.image-53, .image-54, .image-55 {
  width: 19vw;
}

.image-56 {
  width: 14vw;
}

.image-57 {
  min-width: 45vw;
}

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

.image-58 {
  background-color: #12eb7000;
  border-top-left-radius: 0;
  width: 30%;
}

.image-59 {
  width: 30%;
  max-width: none;
}

.section-37 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: auto;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.heading-53 {
  text-align: center;
  align-self: center;
  line-height: 50px;
}

.button-11 {
  background-color: #2a600e;
  border-radius: 7vw;
  align-self: center;
  padding: 3vh 2vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
}

.div-block-124 {
  align-self: center;
}

.image-60 {
  box-sizing: border-box;
  object-fit: contain;
  object-position: 50% 50%;
  overflow: clip;
}

.slide-12 {
  box-sizing: border-box;
  object-fit: fill;
  overflow: visible;
}

.slider-8 {
  width: 80vw;
  min-height: 70vh;
}

.slide-13 {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/IMG_0701.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.slide-14, .slide-15, .slide-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-17 {
  background-image: none;
}

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

.image-61 {
  min-width: 10%;
  max-width: 10%;
}

.image-62 {
  max-width: 7%;
}

.image-63 {
  max-width: 3%;
}

.button-12 {
  background-color: #2a600e;
  border-radius: 5vw;
  padding: 2vh 1vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
}

.slide-20 {
  text-align: center;
  height: 100vh;
  min-height: 100vh;
  max-height: none;
  position: static;
  overflow: hidden;
}

.image-64 {
  object-fit: fill;
}

.mask-3 {
  min-height: auto;
}

.slide-21 {
  background-image: url('../images/c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-8 {
  background-color: #fffdf0;
}

.section-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: auto;
  min-height: auto;
  margin-top: 10%;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center stretch;
  display: grid;
}

.link-block-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #fffbe5;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-decoration: none;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  margin-top: 1vh;
  margin-bottom: 1vh;
  display: flex;
}

.image-65 {
  text-align: left;
  align-self: flex-end;
  max-width: 13%;
  display: block;
}

.paragraph-22 {
  text-align: left;
  width: auto;
  min-width: 20%;
  min-height: 30%;
  margin: auto 2vw 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-127 {
  text-align: right;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-left: 3vh;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-block-43 {
  text-align: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 4vh;
}

.text-block-44 {
  margin-left: 1vw;
  margin-right: 1vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  line-height: 4vh;
}

.text-block-45 {
  font-size: 28px;
}

.text-block-46 {
  font-family: Pally, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 2px;
}

.div-block-128 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.link-block-13 {
  color: #000;
  border: 2px solid #000;
  border-radius: 1vw;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 90%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.section-39 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 35vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.paragraph-23 {
  text-align: left;
  margin: 1vh 50px 1vh 10px;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-66 {
  max-width: none;
  max-height: none;
}

.div-block-129 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: none;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.section-40 {
  margin-top: 10vh;
}

.section-41 {
  margin-top: 10vh;
  display: block;
}

.image-67 {
  align-self: center;
  max-width: 10%;
  margin-right: 1vw;
}

.image-68 {
  flex: 0 auto;
  align-self: center;
  max-width: 10%;
  margin-right: 1vw;
}

.slide-22 {
  background-image: url('../images/c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-arrow-3 {
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.image-70 {
  width: 50%;
  min-width: auto;
  max-width: none;
  height: 50%;
}

.div-block-131 {
  margin-top: auto;
  padding-bottom: 1vh;
  display: flex;
}

.image-71 {
  min-width: auto;
  max-width: 90%;
}

.image-72, .image-73, .image-74, .image-75, .image-76 {
  width: 100%;
  height: 100%;
}

.image-77, .image-78, .image-79, .image-80 {
  max-height: 100%;
}

.text-block-47 {
  text-align: left;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

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

.div-block-133 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fcf1e8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 28vh;
  display: flex;
}

.div-block-134 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-54 {
  font-family: Pally, Arial, sans-serif;
}

.heading-55 {
  align-self: center;
  margin-top: 2vh;
  margin-bottom: 0;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button-13 {
  color: #080808;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-48 {
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-135 {
  border: 1px solid #000;
  border-radius: 20px;
  min-width: auto;
  min-height: auto;
  padding: 1vh 1vw;
}

.button-14 {
  color: #fffdf0;
  background-color: #2a600e;
  border: 1px solid #000;
  border-radius: 20px;
  min-width: auto;
  min-height: auto;
  font-family: Pally, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-81 {
  align-self: flex-end;
  max-height: 100%;
}

.div-block-136 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #fcf1e8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 28vh;
  display: none;
}

.div-block-137 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fcf1e8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 28vh;
  display: none;
}

.div-block-138 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fcf1e8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 28vh;
  display: none;
}

.text-block-49 {
  font-family: Pally, Arial, sans-serif;
  font-size: 16px;
}

.div-block-139 {
  order: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-140 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 2vh;
  margin-left: 2vh;
  display: flex;
}

.section-42 {
  flex-flow: column;
  display: block;
  overflow: hidden;
}

.div-block-141 {
  width: auto;
  height: 75vh;
  margin-left: 5vw;
  margin-right: 5vw;
  overflow: hidden;
}

.slider-9 {
  width: 100%;
  height: 70vh;
}

.div-block-142 {
  margin-left: 5vw;
  overflow: hidden;
}

.heading-56 {
  font-family: Pally, Arial, sans-serif;
}

.icon-3 {
  font-size: 3vw;
  position: absolute;
  bottom: 0%;
  left: 2vw;
  right: auto;
}

.image-82 {
  width: 50%;
  min-width: auto;
  max-width: 100%;
  height: 50%;
}

.slide-23 {
  background-image: url('../images/WhatsApp-Image-2024-09-23-at-09.16.35.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section-43 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.heading-57, .heading-58 {
  font-family: Pally, Arial, sans-serif;
}

.paragraph-24 {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-83 {
  width: auto;
  max-width: none;
  height: 9vh;
  max-height: 20%;
}

.div-block-144 {
  margin-left: 1vw;
}

.heading-59 {
  font-family: Pally, Arial, sans-serif;
}

.div-block-145 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  display: grid;
}

.div-block-146 {
  clear: none;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.image-84 {
  width: auto;
  max-width: none;
  height: 10vh;
}

.paragraph-25 {
  align-self: center;
}

.image-85 {
  clear: none;
  text-align: left;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 10%;
}

.text-block-50 {
  align-self: center;
  font-size: 20px;
}

.div-block-147 {
  flex-flow: column;
  display: flex;
}

.image-86 {
  max-width: 35%;
}

.div-block-148 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-top: 1vh;
  display: flex;
}

.image-87 {
  clear: none;
  text-align: left;
  vertical-align: baseline;
  align-self: flex-end;
  max-width: 10%;
  overflow: hidden;
}

.paragraph-26 {
  text-align: center;
  align-self: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 2vw;
  margin-right: 2vw;
  font-size: 20px;
  line-height: 30px;
}

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

.div-block-149.div-block-146 {
  display: none;
}

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

.div-block-151 {
  flex-flow: column;
  width: 30vw;
  display: flex;
}

.div-block-152 {
  background-image: url('../images/ga.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  width: 17vw;
  height: 10vh;
  padding-bottom: 0;
  display: block;
}

.image-88 {
  max-width: 30%;
}

.div-block-153 {
  align-self: auto;
  height: 35vh;
}

.div-block-154 {
  flex-flow: column;
  display: flex;
}

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

.text-block-52 {
  font-family: Pally, Arial, sans-serif;
}

.text-block-53 {
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-54 {
  font-family: Pally, Arial, sans-serif;
  font-size: 20px;
}

.div-block-155 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 12vw;
  height: 12vh;
  display: flex;
}

.div-block-156 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 9px;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 29vw;
  min-width: auto;
  display: flex;
}

.text-block-55 {
  align-self: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  overflow: hidden;
}

.image-89 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 10%;
}

.div-block-157 {
  flex-flow: column;
  width: 30vw;
  display: flex;
}

.div-block-158 {
  flex-flow: column;
  align-self: auto;
  display: flex;
}

.div-block-159 {
  flex-flow: column;
  display: flex;
}

.div-block-160 {
  background-image: url('../images/ga_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 20vh;
}

.div-block-161 {
  background-image: url('../images/ga_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: auto;
  width: 12vw;
  height: 12vh;
}

.image-90 {
  border: 1px solid #000;
  border-radius: 11px;
  width: 15vw;
  height: 35vh;
}

.image-91 {
  text-align: left;
  border: 1px solid #000;
  border-radius: 8px;
  width: 10vw;
  max-width: none;
  height: 10vh;
}

.slide-24 {
  background-image: url('../images/4e9d8528-6b81-4e1e-8572-25241b2e61d3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/WhatsApp-Image-2024-09-24-at-12.07.20-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/WhatsApp-Image-2024-07-16-at-12.37.40_44043339.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-162, .div-block-163, .div-block-164, .div-block-165 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-166 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-167, .div-block-168 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.image-93 {
  max-width: 100%;
}

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

.image-94 {
  max-width: 9vw;
  display: block;
}

.text-block-56 {
  color: #fed700;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-27 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-left: .5vw;
  padding-right: .5vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-172 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #2a600e;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 21vw;
  height: 100%;
  padding-top: 1vh;
  display: flex;
}

.text-block-57 {
  color: #fed700;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.paragraph-28 {
  color: #fff;
  text-align: center;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-173 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2a600e;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 21vw;
  height: 100%;
  padding-top: 1vh;
  display: flex;
}

.div-block-174 {
  color: #141414;
  background-color: #0000;
  width: 10vw;
  height: 15vh;
  position: absolute;
  top: 73%;
  left: 4%;
}

.link-block-14 {
  background-color: #0000;
  width: 10vw;
  height: 14vh;
  position: absolute;
  top: 71%;
  left: 30%;
}

.link-block-15 {
  background-color: #e42e2e00;
  width: 10vw;
  height: 13vh;
  position: absolute;
  top: 56%;
  left: 32%;
}

.link-block-16 {
  background-color: #1823ff00;
  width: 10vw;
  height: 15vh;
  position: absolute;
  top: 55%;
  left: 58%;
}

.link-block-17 {
  background-color: #e205cc00;
  width: 10vw;
  height: 15vh;
  position: absolute;
  top: 40%;
  left: 68%;
}

.link-block-18 {
  background-color: #00e91700;
  width: 10vw;
  height: 15vh;
  position: absolute;
  inset: 29% 17% 0% auto;
}

.image-95 {
  max-width: 13%;
}

.text-block-58 {
  font-size: 16px;
}

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

.div-block-176 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.link-block-19 {
  align-self: auto;
  width: auto;
  min-width: auto;
  min-height: auto;
  overflow: hidden;
}

.section-44 {
  z-index: 3;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: #fffdf0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.div-block-178 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 30vh;
  margin-top: 3vh;
  display: flex;
}

.image-97 {
  width: 10vw;
  min-width: 0;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.image-98, .image-99 {
  width: 10vw;
}

.heading-60 {
  margin-bottom: 2vh;
  font-family: Pally, Arial, sans-serif;
  font-size: 40px;
}

.text-block-59 {
  color: #fff;
  background-color: #0cfd65;
  border-radius: 20px;
  padding: 2vh 1.5vw;
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-60 {
  font-family: Pally, Arial, sans-serif;
  font-size: 26px;
}

.section-45 {
  z-index: 3;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fffdf0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 95vh;
  display: flex;
  position: relative;
}

.div-block-179 {
  background-color: #011792;
  width: 90vw;
  height: 65vh;
}

.heading-61 {
  font-family: Pally, Arial, sans-serif;
  font-size: 40px;
}

.text-block-61 {
  font-family: Pally, Arial, sans-serif;
  font-size: 22px;
}

.image-100 {
  max-width: 9vw;
}

.link-block-20, .link-block-21, .link-block-22 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1vh 1vw;
  text-decoration: none;
  display: flex;
}

.text-block-62, .text-block-63, .text-block-64 {
  color: #000;
  font-family: Pally, Arial, sans-serif;
  font-size: 30px;
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  display: flex;
}

.div-block-183, .div-block-184 {
  min-width: auto;
}

.image-101 {
  min-width: 11vw;
  max-width: 11vw;
}

.image-102 {
  width: auto;
  min-width: auto;
  max-width: 100%;
}

.image-103 {
  max-width: 90%;
}

.div-block-185 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  min-height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-width: 75vw;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 10px;
  }

  .link-7 {
    font-size: 15px;
  }

  .button-3 {
    padding: 5px 10px;
  }

  .section-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-9 {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .section-3 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    justify-content: center;
    align-items: center;
    margin-top: 10vw;
  }

  .image-8 {
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 68px;
    margin-right: 0;
  }

  .div-block-32 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 50px;
    margin-right: 50px;
  }

  .body-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-16 {
    z-index: 2;
    position: relative;
  }

  .icon-2 {
    margin-top: 548.594px;
    font-size: 15vw;
  }

  .div-block-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-24 {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .div-block-41 {
    z-index: 5;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
  }

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

  .slide-4 {
    text-align: left;
    position: static;
  }

  .link-11 {
    font-size: 15px;
  }

  .div-block-45 {
    margin-top: 0;
    padding-top: 34px;
  }

  .section-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .div-block-46 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .paragraph-3 {
    text-align: left;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .div-block-47 {
    margin-left: 0;
  }

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

  .section-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .paragraph-10 {
    font-size: 22px;
  }

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

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

  .slider-6 {
    min-height: auto;
  }

  .image-37 {
    object-fit: fill;
    text-decoration: none;
    position: static;
  }

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

@media screen and (max-width: 767px) {
  .image-2 {
    position: relative;
    right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-6 {
    z-index: 6;
  }

  .div-block-6 {
    z-index: 2;
    cursor: pointer;
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    padding-top: 59px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: fixed;
  }

  .button-3 {
    display: none;
  }

  .div-block-8 {
    z-index: 5;
    background-color: #2a600e;
    width: 100%;
    padding-bottom: 56px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .lottie-animation-2 {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 50px;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block-9 {
    display: none;
  }

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

  .section-3 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-16 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
  }

  .paragraph {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-17 {
    margin-top: 7vh;
    margin-left: 0;
  }

  .section-5 {
    flex-flow: column;
    margin-top: 0;
  }

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

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

  .div-block-21 {
    margin-left: 0;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 49px;
    margin-bottom: 0;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-12 {
    max-height: 400px;
    position: static;
  }

  .section-7, .section-9 {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-10 {
    height: 70vh;
  }

  .div-block-25 {
    position: sticky;
  }

  .section-11 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .div-block-28 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    min-width: 100vw;
  }

  .heading-13, .heading-14 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-15, .heading-17 {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

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

  .image-15 {
    max-width: 50vw;
  }

  .section-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .heading-20 {
    text-align: center;
  }

  .div-block-32 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-block-34 {
    position: static;
  }

  .image-19 {
    max-width: 50vw;
  }

  .body-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-35 {
    display: none;
  }

  .slider-4 {
    min-height: 100vh;
  }

  .icon-2 {
    margin-top: 623.203px;
    font-size: 20vw;
  }

  .div-block-40 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .textarea {
    margin-bottom: 0;
  }

  .form-block {
    margin-left: 0;
  }

  .heading-24 {
    font-size: 20px;
  }

  .image-21 {
    margin-right: 41px;
  }

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

  .image-24 {
    padding-top: 10px;
    position: static;
  }

  .div-block-44 {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    display: block;
  }

  .div-block-45 {
    display: none;
  }

  .div-block-75 {
    min-width: auto;
  }

  .div-block-76, .div-block-82, .div-block-83, .div-block-84 {
    display: none;
  }

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

  .section-41 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    flex-flow: row;
  }

  .div-block {
    z-index: 5;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: #138500;
    border-bottom-width: 0;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4px;
    margin-left: -6px;
    margin-right: 0;
    padding: 0 147px 0 0;
    position: relative;
    right: auto;
  }

  .link-2 {
    padding-left: 0;
    position: relative;
    left: 2px;
  }

  .link-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .div-block-3 {
    z-index: -1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: none;
    position: relative;
    top: auto;
  }

  .image {
    z-index: -1;
    position: relative;
  }

  .button-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    margin-right: 2px;
    padding: 4px 0 0 19px;
    font-size: 15px;
    display: block;
  }

  .nav-bar2 {
    z-index: 5;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-4 {
    z-index: 3;
    padding-left: 0;
    position: relative;
  }

  .div-block-4 {
    z-index: 1;
    background-color: #138500;
    flex-flow: column;
    align-items: center;
    margin-left: -110px;
    margin-right: -98px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 7% 0% auto;
  }

  .nav-icon {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #13850000;
    width: 35px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .image-5 {
    z-index: 3;
    position: relative;
  }

  .div-block-5 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: space-between;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .navbar {
    flex-flow: column;
  }

  .image-6 {
    z-index: 6;
  }

  .div-block-6 {
    z-index: 1;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 4px;
    display: none;
    position: fixed;
    left: 0;
  }

  .button-3 {
    display: none;
    overflow: visible;
  }

  .div-block-7 {
    background-color: #122e0300;
  }

  .div-block-8 {
    background-color: #2a600e;
    width: 100%;
    padding-bottom: 58px;
    padding-right: 323px;
    display: flex;
    position: relative;
  }

  .lottie-animation {
    cursor: pointer;
    width: 40px;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 9px;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .lottie-animation-2 {
    z-index: 7;
    cursor: pointer;
    width: 50px;
    padding-top: 7px;
    padding-right: 5px;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .section-2 {
    margin-top: 0;
    padding-top: 0;
    position: sticky;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .div-block-9 {
    display: none;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-3 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 10vh;
    margin-left: 0%;
    margin-right: 0%;
    position: static;
    overflow: hidden;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 25px;
    display: flex;
  }

  .paragraph {
    width: auto;
    font-size: 17px;
  }

  .div-block-15 {
    margin-left: 0;
  }

  .div-block-17 {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

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

  .heading {
    font-size: 30px;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 2vh;
    display: flex;
    overflow: hidden;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    align-items: center;
    height: 30vh;
    min-height: auto;
    margin-bottom: 5vh;
  }

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

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

  .div-block-21 {
    margin-left: 0;
  }

  .heading-2 {
    margin-left: 0;
    font-size: 30px;
  }

  .section-6 {
    background-image: none;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    overflow: visible;
  }

  .div-block-23 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-12 {
    z-index: 1;
    height: 40vh;
    max-height: none;
    margin-bottom: 0;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .section-7, .section-9 {
    background-image: none;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div-block-24 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-10 {
    background-image: none;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div-block-25 {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

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

  .heading-4 {
    text-align: center;
    font-size: 28px;
    display: flex;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-6 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-7 {
    text-align: center;
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-8 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-9 {
    text-align: center;
  }

  .heading-10 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .section-11 {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .heading-11, .heading-12 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div-block-28 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    min-width: 100vw;
  }

  .image-13 {
    width: auto;
    height: auto;
    font-size: 20px;
  }

  .heading-13, .heading-14 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 28px;
  }

  .heading-15 {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 28px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 60px;
    font-size: 28px;
  }

  .heading-17 {
    text-align: center;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 28px;
  }

  .div-block-29 {
    flex-flow: column;
    display: flex;
  }

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

  .heading-19 {
    font-size: 24px;
    line-height: 34px;
  }

  .link-block-2 {
    text-align: center;
    min-width: 0;
  }

  .image-15 {
    min-width: 0;
    max-width: 50vw;
  }

  .section-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .image-16 {
    align-self: center;
    max-width: 100vw;
  }

  .image-17 {
    max-width: 100vw;
  }

  .heading-20 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

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

  .div-block-32 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-22 {
    text-align: center;
    margin-top: 0;
    margin-left: 3vw;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-33 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .div-block-34 {
    z-index: 2;
    max-width: 70vw;
    position: fixed;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .image-19 {
    z-index: 3;
    position: fixed;
    inset: 50% 0% 0% auto;
  }

  .body-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .image-20 {
    object-fit: cover;
    max-width: 100vw;
    height: 50vh;
    min-height: auto;
    position: static;
    inset: 50px 0% 0%;
  }

  .div-block-35 {
    z-index: 0;
    height: 50vh;
    display: block;
    position: fixed;
    inset: auto 0% 3%;
  }

  .slider-4 {
    justify-content: center;
    align-items: flex-start;
    min-height: 120vh;
    display: flex;
  }

  .section-16 {
    flex-flow: row;
    height: 135vh;
    min-height: auto;
    margin-top: 15vh;
    display: block;
  }

  .slide-3 {
    vertical-align: baseline;
  }

  .icon-2 {
    width: 0;
    margin: 0;
    font-size: 25vw;
    inset: 52% 0% 0%;
  }

  .right-arrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-start;
    min-width: 100vw;
    max-width: 100vw;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-40 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 70vh;
    margin-top: 0;
  }

  .textarea {
    min-height: 25vh;
  }

  .form-block {
    margin-top: 0;
  }

  .submit-button {
    margin-top: 2vh;
    padding: 10px 20px;
    font-size: 20px;
  }

  .form {
    min-width: auto;
    min-height: auto;
  }

  .heading-24 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .image-21 {
    text-align: left;
    min-width: 40vw;
    position: relative;
  }

  .div-block-41 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    height: 70vh;
  }

  .heading-25 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .div-block-42 {
    width: 100vw;
    height: 40vh;
  }

  .heading-26 {
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 25px;
  }

  .slide-4 {
    text-align: left;
    height: auto;
    min-height: auto;
  }

  .div-block-43 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-22 {
    vertical-align: middle;
    width: 100vw;
    min-width: auto;
    height: auto;
    position: static;
    inset: 0% 0 auto 0%;
  }

  .slide-5 {
    overflow: hidden;
  }

  .image-24 {
    padding-top: 40px;
  }

  .div-block-44 {
    background-image: url('../images/Group-220.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
  }

  .section-17 {
    flex-flow: column;
    margin-top: 14vh;
  }

  .section-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-46 {
    height: 50vh;
    margin-left: 0;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 18px;
  }

  .div-block-47 {
    justify-content: flex-start;
    align-items: center;
    height: 30vh;
  }

  .image-25 {
    margin-right: 0;
  }

  .section-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 0;
  }

  .heading-27 {
    text-align: center;
  }

  .section-20 {
    z-index: 2;
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .heading-28 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-48 {
    flex-flow: column;
    min-height: auto;
  }

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

  .section-21 {
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    margin-top: 170px;
  }

  .heading-30 {
    font-size: 30px;
    line-height: 5vh;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-23 {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-bottom: 5vh;
    position: sticky;
    overflow: hidden;
  }

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

  .heading-33 {
    text-align: center;
    font-size: 30px;
  }

  .section-24 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
  }

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

  .text-block-14 {
    text-align: center;
    min-width: auto;
    max-width: none;
    font-size: 25px;
  }

  .paragraph-11 {
    max-width: none;
    font-size: 20px;
  }

  .div-block-57 {
    flex-flow: column;
    height: auto;
    min-height: auto;
  }

  .section-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-35 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-58 {
    display: none;
  }

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

  .image-26 {
    max-width: 50vw;
  }

  .section-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 53px;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
  }

  .heading-37 {
    text-align: center;
    max-width: none;
    margin-top: 40px;
    font-size: 30px;
  }

  .section-28 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    height: auto;
  }

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

  .paragraph-15 {
    text-align: center;
    max-width: none;
    font-size: 20px;
  }

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

  .button-7 {
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 3vw;
  }

  .section-29 {
    height: auto;
  }

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

  .div-block-64 {
    flex-flow: column;
  }

  .section-30 {
    margin-bottom: 5vh;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .div-block-67 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

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

  .image-27 {
    margin-bottom: 0;
  }

  .image-28 {
    text-align: left;
  }

  .div-block-68 {
    position: static;
  }

  .section-31 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    text-align: left;
    flex-flow: column;
    height: auto;
    max-height: none;
    margin-top: 15vh;
    position: static;
    overflow: hidden;
  }

  .div-block-69 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-70 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-20 {
    text-align: center;
    width: 100vw;
    font-size: 20px;
  }

  .text-block-21 {
    text-align: left;
    font-size: 18px;
  }

  .heading-40 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .button-8 {
    align-self: auto;
    margin-top: 0;
    padding: 2vh 15vw;
    font-size: 20px;
  }

  .image-29 {
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-71 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .text-block-24 {
    font-size: 20px;
    position: static;
  }

  .radio-button-field {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-72 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 3vh;
  }

  .radio-button-label-3 {
    font-size: 15px;
  }

  .radio-button-field-2, .radio-button-field-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .heading-41 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-42 {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-73 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-74 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .slider-5 {
    height: 40vh;
  }

  .div-block-76 {
    display: none;
  }

  .image-31 {
    z-index: 3;
    height: 35vh;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-77 {
    flex-flow: column;
    margin-bottom: 5vh;
    display: flex;
  }

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

  .link-block-8 {
    text-align: left;
  }

  .text-block-25, .text-block-26 {
    font-size: 17px;
  }

  .div-block-80 {
    text-align: left;
  }

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

  .div-block-81 {
    justify-content: center;
    align-items: center;
    font-family: Pally, Arial, sans-serif;
  }

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

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

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

  .image-32 {
    width: 200px;
  }

  .slider-6 {
    min-height: 50vh;
  }

  .slide-7 {
    background-image: url('../images/Group-195.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: 100%;
    position: static;
  }

  .div-block-82, .div-block-83, .div-block-84 {
    display: none;
  }

  .div-block-85 {
    width: auto;
    min-width: auto;
    margin-top: 2vh;
  }

  .div-block-86 {
    display: none;
  }

  .div-block-87 {
    flex-flow: column;
  }

  .div-block-88 {
    flex-flow: column-reverse;
  }

  .div-block-89 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-37 {
    min-height: 15vh;
  }

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

  .section-32 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .div-block-93 {
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
  }

  .paragraph-19 {
    margin-top: 6vh;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-34 {
    text-align: center;
    margin-top: 0;
    padding-bottom: 5vh;
    font-size: 20px;
    line-height: 24px;
  }

  .mask-2 {
    background-image: url('../images/Group-195.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
  }

  .heading-46 {
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .paragraph-21 {
    text-align: center;
    margin-right: 0;
    font-size: 20px;
  }

  .image-39 {
    text-align: center;
    max-width: 30%;
  }

  .div-block-96 {
    margin-left: 0;
  }

  .div-block-97 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .text-block-37, .text-block-38 {
    font-size: 20px;
  }

  .text-block-39 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-98 {
    display: none;
  }

  .section-33 {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    height: auto;
  }

  .image-42 {
    min-width: auto;
    min-height: auto;
    max-height: none;
  }

  .section-34 {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .heading-47 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-99 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: auto;
    margin-left: 0;
  }

  .div-block-101, .section-35, .section-36 {
    display: none;
  }

  .div-block-108 {
    flex-flow: row;
    display: block;
  }

  .div-block-113 {
    display: none;
  }

  .button-10 {
    text-align: left;
    font-size: 20px;
    text-decoration: none;
    position: static;
    bottom: 2%;
    right: 35vw;
  }

  .image-47 {
    max-width: 100%;
  }

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

  .div-block-117 {
    justify-content: flex-start;
    align-items: center;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .div-block-118 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    overflow: hidden;
  }

  .text-block-42 {
    object-fit: fill;
    font-size: 20px;
  }

  .heading-50 {
    text-align: center;
    font-size: 25px;
  }

  .div-block-120 {
    height: auto;
    min-height: auto;
    max-height: none;
    position: static;
    bottom: 5%;
  }

  .image-48 {
    width: auto;
  }

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

  .heading-52 {
    text-align: center;
    margin-top: auto;
    font-size: 30px;
  }

  .div-block-122 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    min-width: 100vw;
  }

  .image-50, .image-51, .image-52 {
    width: 40vw;
  }

  .image-53, .image-54, .image-55 {
    width: 100vw;
  }

  .image-56 {
    width: 50vw;
    margin-bottom: 5vh;
  }

  .image-58, .image-59 {
    width: 50%;
  }

  .section-37 {
    min-height: auto;
  }

  .heading-53 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .button-11 {
    padding: 1vh 3vw;
    font-size: 16px;
  }

  .slider-8 {
    min-height: 50%;
  }

  .slide-20 {
    height: 120vh;
  }

  .mask-3 {
    min-height: auto;
  }

  .slide-21 {
    background-image: none;
  }

  .section-38 {
    margin-top: 30%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-125 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .link-block-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-22 {
    text-align: center;
    width: 100%;
    min-width: 100%;
    font-size: 20px;
  }

  .div-block-127 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    position: static;
  }

  .text-block-43 {
    text-align: center;
    font-size: 30px;
  }

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

  .div-block-128 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .section-39 {
    height: auto;
    min-height: auto;
    margin-bottom: 5vh;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-23 {
    font-size: 20px;
  }

  .section-41 {
    display: none;
  }

  .image-67, .image-68 {
    max-width: 15%;
  }

  .div-block-130 {
    width: 100vw;
  }

  .image-69 {
    text-align: center;
    width: 100vw;
    min-width: auto;
    max-width: 100vw;
  }

  .slide-22 {
    background-image: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .image-70 {
    width: 100vw;
    max-width: 100vw;
  }

  .div-block-131 {
    flex-flow: column;
  }

  .div-block-132 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 2vh;
  }

  .div-block-133 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 2vh;
  }

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

  .div-block-136 {
    width: auto;
    height: auto;
    padding-bottom: 2vh;
  }

  .div-block-140 {
    margin-bottom: 2vh;
    margin-left: 0;
    padding-bottom: 3vh;
  }

  .section-42 {
    display: block;
  }

  .div-block-141 {
    height: 30vh;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-9 {
    width: auto;
    height: 25vh;
    overflow: hidden;
  }

  .div-block-142 {
    margin-left: 0;
  }

  .heading-56 {
    text-align: center;
    font-size: 32px;
  }

  .icon-3 {
    display: none;
  }

  .image-82 {
    width: 100vw;
    height: 100%;
  }

  .section-43 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-57, .heading-58, .heading-59 {
    text-align: center;
    font-size: 32px;
  }

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

  .paragraph-26 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-151 {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
  }

  .div-block-155 {
    width: 30vw;
  }

  .div-block-156 {
    justify-content: space-between;
    align-items: flex-start;
    width: 95vw;
  }

  .image-90 {
    width: 95vw;
  }

  .image-91 {
    width: 30vw;
  }

  .div-block-162 {
    justify-content: center;
    align-items: center;
  }

  .image-92 {
    max-width: 85%;
  }

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

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

  .image-94 {
    max-width: 100%;
  }

  .text-block-56 {
    font-size: 28px;
  }

  .paragraph-27 {
    font-size: 20px;
  }

  .div-block-172 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .text-block-57 {
    margin-top: 2vh;
    margin-bottom: 0;
  }

  .paragraph-28 {
    font-size: 20px;
  }

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

  .image-95 {
    max-width: 13%;
  }

  .text-block-58 {
    font-family: Pally, Arial, sans-serif;
    font-size: 16px;
  }

  .div-block-175 {
    width: 100vw;
  }

  .div-block-176 {
    flex-flow: row-reverse wrap-reverse;
  }

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

  .section-44 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .div-block-178 {
    width: 100vw;
    height: auto;
  }

  .image-97, .image-98, .image-99 {
    width: 20vw;
  }

  .heading-60 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .text-block-59 {
    margin-top: 4vh;
    padding: 1vh 2vw;
  }

  .text-block-60 {
    text-align: center;
    font-size: 22px;
  }

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

  .div-block-179 {
    height: 40vh;
  }

  .heading-61 {
    font-size: 26px;
  }

  .text-block-61 {
    text-align: center;
  }

  .image-100 {
    max-width: 80%;
  }

  .div-block-180 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-image: url('../images/Group-195.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
  }

  .div-block-181 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5vh;
    display: flex;
  }

  .image-101 {
    min-width: auto;
    max-width: 100%;
  }

  .image-104 {
    max-width: 90%;
  }

  .div-block-185 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
  }

  .div-block-186 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    min-height: 100%;
    display: flex;
  }

  .div-block-187 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .div-block-188 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    min-width: 100%;
    font-family: Pally, Arial, sans-serif;
    display: flex;
  }

  .text-block-65 {
    font-family: Pally, Arial, sans-serif;
  }

  .div-block-189 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-190 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    min-height: 100%;
    display: flex;
  }

  .div-block-191 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .div-block-192 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 100%;
    display: flex;
  }

  .div-block-193 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .div-block-194 {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
}

#w-node-_66567df3-a31c-906f-5648-06bd1aec19a3-dad8588a {
  align-self: auto;
}

#w-node-_15030275-2a02-dcc1-6992-7d7eb4482732-dad8588a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a38a773-b938-112d-162b-b17799b01bf3-934d0083 {
  grid-area: Area;
}

#w-node-_8ac752b5-9a62-7c25-3cf6-43607cd29122-934d0083 {
  grid-area: Area;
  align-self: auto;
}

#w-node-_3b488846-110a-be86-5c8e-c3665d75b9bc-de1269f3, #w-node-c7e750c9-62b3-160d-5b53-5ac1cf48b2ba-de1269f3, #w-node-b7d4391e-3274-b20c-d5ac-f14d90668210-de1269f3, #w-node-d7c70199-3f29-055c-a191-f582c153e547-de1269f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f340aabc-98ee-6517-3703-ee9f6630fd44-f9a899ab, #w-node-c6d0a03c-39a8-7a16-818f-bd04056fa2fe-f9a899ab, #w-node-_46039120-7855-1234-9515-1b5b74adadbc-f9a899ab, #w-node-d394861d-63d1-f5a0-513a-c81c3f5611b0-f9a899ab {
  place-self: auto;
}

#w-node-_2ebcb035-59b6-5b38-5409-95a9a76bf03e-f9a899ab {
  align-self: start;
}

#w-node-_24633256-f7d8-16eb-24a1-cc92afbdeb48-f9a899ab {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_34a91aed-1b04-c179-5f3a-c0efd285fcae-934d0083 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
