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

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

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

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

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.pos-abso {
  position: absolute;
}

.container.pos-abso.home {
  position: static;
}

.navbar {
  background-color: #0000;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand {
  width: 160px;
}

.navbar-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-text {
  color: var(--white);
  white-space: nowrap;
}

.nav-text.black {
  color: var(--black);
}

.nav-text.hide {
  position: absolute;
}

.nav-text.home {
  color: var(--black);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link {
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link.home {
  color: var(--black);
}

.navbar-dropdown-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.navbar-dropdown-list.w--open {
  background-color: var(--white);
}

.navbar-dropdown-list.black {
  color: var(--black);
}

.nav-text-icon {
  color: var(--white);
  margin-right: 0;
  position: static;
}

.nav-text-icon.black, .nav-text-icon.home, .nav-text-icon.home {
  color: var(--black);
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-menu.home {
  color: #000;
}

.dropdown-nav-link {
  color: var(--black);
  padding: 8px 15px;
  text-decoration: none;
}

.button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--red);
  perspective: 1000px;
  color: var(--white);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 15px 30px 15px 15px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.price {
  justify-content: center;
  align-items: center;
}

.button.price-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
}

.button.black-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black);
  margin-top: 30px;
  padding-right: 30px;
}

.button.black-btn.home {
  margin-top: 0;
}

.button.black-btn.pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.button.black-btn.white {
  background-color: var(--white);
  color: var(--black);
}

.button.new {
  margin-top: 60px;
}

.button-text-wrapper {
  position: relative;
  overflow: hidden;
}

.button-text {
  white-space: nowrap;
}

.button-text.price-white {
  color: var(--black);
}

.button-text.hide {
  position: absolute;
}

.brand-logo {
  width: 70px;
  height: 100%;
}

.mid-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.mid-heading.red-color {
  color: var(--red);
}

.mid-heading.gray-color {
  color: #999;
}

.mid-heading.dec-size {
  font-size: 80px;
}

.mid-heading.white-color {
  color: var(--white);
  display: inline-block;
}

.mid-heading.white-color.dec-size {
  font-size: 80px;
}

.mid-heading.black-red-heading {
  color: var(--white);
  text-align: left;
  font-size: 80px;
  line-height: 1.3;
}

.mid-heading.marquee-heading {
  color: var(--white);
  font-size: 80px;
}

.mid-heading.booking-heading {
  color: var(--white);
  font-size: 60px;
  line-height: 1.5;
}

.paragraph {
  color: gray;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph.black-red-para {
  color: gray;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 22px;
}

.paragraph.service-para {
  width: 90%;
  font-size: 24px;
}

.paragraph.service-para-bullet {
  color: #333;
  background-image: url("https://cdn.prod.website-files.com/67c315baa94e7f9dc8a42f5d/67c6ded3a04bfea47dc24cfd_66503e2dba8c71907896f091_Vector%20(1).svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 90%;
  padding-left: 35px;
  font-size: 18px;
}

.paragraph.marquee-card {
  color: var(--white);
  text-align: left;
  word-spacing: 10px;
  padding-bottom: 100px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph.slider-para {
  text-align: left;
  width: 50%;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: auto;
  font-size: 22px;
  position: relative;
  inset: auto auto 0% 0%;
}

.paragraph.revew {
  color: var(--black);
}

.booking-section {
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.booking-text-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.booking-sec-img-wrapper {
  background-color: #fff;
  border-radius: 100%;
  width: 150px;
  overflow: hidden;
}

.booking-section-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: var(--black);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.footer-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.footer-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-brand-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 400px;
  display: flex;
}

.footer-para {
  width: 70%;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.copyright {
  font-family: Recoleta, Impact, sans-serif;
  font-size: 22px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.footer-bottom-btn {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.footer-bottom-btn.margin-bottom {
  margin-bottom: 10px;
}

.footer-bottom-btn-img {
  filter: invert();
  width: 100%;
  height: 100%;
}

.footer-bottom-btn {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .2s ease-in-out;
}

.footer-bottom-btn:hover {
  transform: scale(1.1);
}

.btn-img {
  opacity: 1;
  mix-blend-mode: normal;
}

.btn-img-wrapper {
  filter: invert();
}

.btn-img-wrapper.white, .btn-img-wrapper.price-white, .btn-img-wrapper.white {
  filter: none;
}

.heading-12 {
  color: var(--black);
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  inset: 15% 0% auto;
}

.div-block-28, .section-6 {
  position: relative;
}

.div-block-29 {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/67c315baa94e7f9dc8a42f5d/67d3f8ec08914a9cb93100c1_Group%2072%20(1).png");
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 700px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.image-16 {
  width: 85%;
}

.section-7 {
  z-index: 1;
  background-color: #fff;
  height: auto;
  position: relative;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.heading-13 {
  color: #7a7a7a;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 70px;
}

.heading-14 {
  color: #7a7a7a;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.section-8 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

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

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 840px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19%;
  padding: 4rem 1rem;
  display: flex;
}

.image-17 {
  width: 130px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.heading-16 {
  color: #999;
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-38 {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/67c315baa94e7f9dc8a42f5d/67d41432e98c22f1fcc749b2_6661b58c3a91a82489dfef52_Objects%201.avif");
  background-position: 100% -900%;
  background-repeat: no-repeat;
  background-size: 500px;
  border-radius: 10px;
  width: 90%;
  height: 500px;
  padding: 40px;
}

.section-9 {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: relative;
}

.heading-17 {
  color: #fff;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.heading-19 {
  color: gray;
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.image-18 {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin-top: 20px;
}

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

.div-block-40 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.heading-12-copy {
  color: var(--black);
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
}

.div-block-41 {
  background-color: #fff;
  width: 100%;
  margin-right: 0;
  padding: 100px;
  position: relative;
}

.heading-20 {
  color: #000;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

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

.faq-opeing-head {
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  mix-blend-mode: multiply;
  transform-style: preserve-3d;
  border-top: 1px solid #ddd;
  border-radius: 1px;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq-op-head {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: block;
}

.heading-22 {
  color: #000;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 55px;
}

.faq-open-head-text {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.image-19 {
  z-index: 999;
  width: 200px;
  position: absolute;
  inset: 5% 0% 0% auto;
  transform: scale(0);
}

.text-block {
  width: 100%;
  font-size: 24px;
  display: none;
  overflow: visible;
  transform: translate(0);
}

.div-block-42 {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/67c315baa94e7f9dc8a42f5d/6880ce263f7653b130b838e7_download.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.heading-23 {
  color: #fff;
  width: 950px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 64px;
  line-height: 76px;
}

.div-block-44 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.heading-24 {
  color: #000;
  text-align: center;
  width: 800px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 132px;
}

.text-block-2 {
  color: gray;
  letter-spacing: 1px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.div-block-46 {
  width: 1300px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-47 {
  width: 100%;
  display: flex;
}

.circle {
  border: 1px solid #ddd;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-right: -20px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.inner-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-circle-heading {
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 22px;
  line-height: 1.2rem;
}

.image-20 {
  width: 120px;
  padding-bottom: 20px;
}

.inner-circle-hidden {
  background-color: #000;
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: none;
  transform: scale(1.3);
}

.image-21 {
  width: 100px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-48 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.heading-25 {
  color: #000;
  text-align: center;
  width: 1200px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

.div-block-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-53 {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  padding: 20px 40px;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

.heading-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.heading-28 {
  color: var(--red);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  line-height: 20px;
  position: static;
}

.heading-29 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-55 {
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 10px 40px;
}

.heading-30 {
  color: #000;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-56 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.heading-31 {
  color: #000;
  text-align: center;
  width: 1200px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  width: 1280px;
  height: 850px;
}

.slide-2 {
  background-color: #0000;
  width: 100%;
}

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

.image-22 {
  width: 100%;
  height: 740px;
}

.left-arrow {
  height: 75px;
  inset: auto 0% 0% -7%;
}

.icon {
  display: none;
}

.right-arrow {
  height: 75px;
  inset: auto -7% 0% 0%;
}

.icon-2 {
  display: none;
}

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

.div-block-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 1280px;
  margin-top: -70px;
  display: flex;
}

.body-2 {
  overflow: visible;
}

.div-block-112 {
  background-color: #fff;
  width: 100%;
  padding: 100px 40px;
  display: none;
  position: relative;
}

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

.heading-75 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
}

.div-block-114 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-headers {
  width: 50%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.faq-image-1 {
  width: 100%;
  display: none;
}

.faq-header-2 {
  cursor: pointer;
  border: 0 solid #000;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-76 {
  font-family: Recoleta, Impact, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 50px;
}

.faq-icon {
  position: relative;
}

.faq-plus {
  width: 30px;
  position: absolute;
}

.faq-minus {
  opacity: 0;
  width: 30px;
}

.faq-content-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: none;
}

.heading-77 {
  color: #b6b6b6;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.faq-image-2 {
  width: 100%;
  display: none;
}

.fae-header-2 {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-plus-1 {
  width: 30px;
  position: absolute;
}

.faq-minus-2 {
  opacity: 0;
  width: 30px;
}

.faq-content-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: none;
}

.div-block-115 {
  background-color: #fff;
  width: 100%;
  padding: 100px 40px;
  position: relative;
}

.div-block-116 {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/67c315baa94e7f9dc8a42f5d/6890c9c9a5c043be577498cc_6661b58c3a91a82489dfef52_Objects%201%20(1).png");
  background-position: 100% -150%;
  background-repeat: no-repeat;
  background-size: 500px;
  border-radius: 10px;
  padding: 60px;
}

.heading-78 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 115px;
}

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

.text {
  color: #fff;
  text-align: center;
  border-top: 1px #f4f5f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.large-numbers {
  color: #fff;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-flex {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.number-content {
  width: 195px;
}

.green-number {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.green-number.projects, .green-number.clients, .green-number.partners {
  color: var(--black);
  font-family: Recoleta, Impact, sans-serif;
}

.green-number.experience {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 40px;
}

.green-number.partners {
  color: var(--black);
  font-family: Recoleta, Impact, sans-serif;
}

.number-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.image-30 {
  padding-top: 20px;
}

.image-37 {
  width: 80px;
}

.link-block {
  text-decoration: none;
  display: block;
}

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

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-55.new {
    background-image: linear-gradient(#d9d9d9 63%, #fff);
  }

  .number.pops {
    margin-bottom: 8px;
    font-size: 140px;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

  .nav-link-2 {
    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;
  }

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .number-wrap {
    justify-content: space-between;
  }

  .container-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-5.is--map {
    padding-top: 10.5em;
    padding-bottom: 16.8em;
  }

  .map {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

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

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

  .nav-link-2 {
    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;
    box-shadow: none;
  }

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

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .number-content {
    text-align: center;
  }

  .green-number {
    font-size: 54px;
    line-height: 60px;
  }

  .number-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .container-5.is--map {
    align-items: flex-start;
    padding-left: 2.9em;
    padding-right: 3em;
    overflow: scroll;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .number, .number.pops, .number.pops {
    font-size: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container.pos-abso.home, .container.footer, .container.pos-abso.home, .container.pos-abso.home, .container.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    width: 100%;
  }

  .navbar {
    width: 100%;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    width: 50%;
  }

  .navbar-container {
    flex-flow: row;
    display: flex;
  }

  .navbar-dropdown {
    width: 100%;
    padding-bottom: 10px;
  }

  .nav-link {
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-menu.home {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
    display: flex;
  }

  .button.black-btn.home.newbtn, .button.home.newbtna {
    justify-content: center;
    align-items: center;
  }

  .button.black-btn.home.newbtn, .button.home.newbtna, .button.home.newbtna {
    justify-content: center;
    align-items: center;
  }

  .button.navbtn {
    margin-top: 20px;
  }

  .mid-heading.booking-heading {
    font-size: 25px;
    line-height: 30px;
  }

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

  .footer-wrapper {
    width: 100%;
  }

  .footer-content {
    flex-flow: column;
    width: 100%;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-heading {
    margin-bottom: 1.2rem;
  }

  .footer-link {
    transition-property: none;
  }

  .footer-social-block {
    display: none;
  }

  .footer-brand-wrapper, .footer-para {
    width: 100%;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-bottom {
    flex-flow: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .footer-bottom-btn.margin-bottom {
    display: none;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
  }

  .div-block-26 {
    padding-bottom: 0;
  }

  .div-block-29 {
    margin-top: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
  }

  .heading-13, .heading-14 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-8 {
    height: auto;
  }

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

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

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

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

  .heading-12-copy {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-41 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

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

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

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

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

  .text-block-2 {
    text-align: center;
    font-weight: 400;
  }

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

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

  .circle {
    width: 90%;
    height: 33vh;
    margin-right: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .heading-25 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

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

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

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

  .heading-29 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .heading-30 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-31 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

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

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .image-22 {
    height: 180px;
  }

  .left-arrow {
    margin-left: 20px;
    margin-right: 0;
    display: none;
  }

  .right-arrow, .div-block-59 {
    display: none;
  }

  .div-block-65, .div-block-66 {
    height: auto;
  }

  .background-video {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-67 {
    border-width: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 60px 20px;
  }

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

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

  .heading-37 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-68 {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-70 {
    padding: 40px 20px;
  }

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

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

  .kogo {
    width: 100%;
  }

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

  .div-block-74 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-85 {
    flex-flow: column;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-86 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-86.new.static {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-87 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .div-block-90 {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    flex-flow: column;
  }

  .div-block-91 {
    border-radius: 0;
    flex-flow: column;
  }

  .div-block-92 {
    border-radius: 0;
    width: 100%;
    padding: 40px 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-93 {
    border-radius: 0;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .progress-bar {
    margin-left: 0;
  }

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

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

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

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6, .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask, .mask-2 {
    width: 100%;
  }

  .div-block-98 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding: 40px 20px;
  }

  .div-block-99, .div-block-100 {
    width: 100%;
  }

  .heading-63 {
    margin-bottom: 0;
  }

  .div-block-102 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .heading-65 {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-66 {
    margin-top: 0;
    margin-bottom: 10px;
  }

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

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

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

  .div-block-106 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

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

  .div-block-111 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

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

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

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-115, .div-block-116 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .number-content {
    width: auto;
  }

  .green-number {
    font-size: 40px;
  }

  .number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-122 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-123 {
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-82 {
    font-size: 23px;
  }

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

  .heading-83 {
    width: 100%;
    font-size: 16px;
  }

  .div-block-125 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-127, .div-block-130 {
    width: 100%;
  }

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

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

  .div-block-135 {
    width: 100%;
    display: block;
  }

  .div-block-140 {
    flex-flow: wrap;
    display: none;
  }

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

  .div-block-148, .div-block-149 {
    width: 100%;
  }

  .div-block-150 {
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-151 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .div-block-154.new {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .div-block-154.white {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding: 0;
    display: flex;
  }

  .icon-5 {
    filter: invert();
    color: #fff;
    text-align: right;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 100;
    display: block;
  }

  .heading-116 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-157 {
    height: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-117 {
    width: 100%;
  }

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

  .div-block-159 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-160, .div-block-161 {
    width: 90%;
  }

  .div-block-166 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-167, .div-block-168, .div-block-173 {
    width: 90%;
  }

  .div-block-174 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-175, .div-block-176 {
    width: 90%;
  }

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

  .image-43 {
    width: 20px;
  }

  .image-44 {
    width: 50px;
  }

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

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

  .div-block-179 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .div-block-182 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-186 {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-187, .div-block-188 {
    width: 100%;
  }

  .div-block-192 {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-193, .div-block-194 {
    width: 100%;
  }

  .container-5.is--map {
    padding-top: 9.1em;
    padding-bottom: 25.5em;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .overflow-2 {
    display: none;
  }

  .number, .number.pops, .number.pops {
    font-size: 80px;
  }
}

#w-node-d21720b1-a8f3-51fe-481d-2632a39d613a-a39d6131, #w-node-d21720b1-a8f3-51fe-481d-2632a39d614d-a39d6131, #w-node-d21720b1-a8f3-51fe-481d-2632a39d6158-a39d6131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
