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

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

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

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

.body {
  font-family: Space Grotesk, sans-serif;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-bg {
  height: 760px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/image-2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.bg_gradient {
  background-color: #088d96;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.bg_gray {
  background-image: linear-gradient(100deg, #fafafa, #d3d3d3 98.5%);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.map_section {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.container.container_nav {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.grid.is-2c-2r {
  grid-row-gap: 150px;
}

.grid.is-1r-2c {
  grid-column-gap: 32px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid.partners_grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 202px auto;
  padding: 45px 40px;
  position: static;
  box-shadow: 0 12px 40px rgba(18, 93, 103, .06);
}

.heading1 {
  color: #4d5766;
  font-size: 54px;
  line-height: 130%;
}

.heading1.hero__title {
  max-width: 525px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading1.hero__title.mobile-gray {
  font-weight: 500;
}

.heading1.hero__title.white_text.mobile-gray {
  font-weight: 600;
}

.sub-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.hero__text {
  width: 33%;
}

.sub-hero__list {
  width: 67%;
  height: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.textblock1__orange {
  color: #fcbf31;
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.list-item__icon {
  width: 42px;
}

.herolist-item__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.image {
  border-radius: 8px;
}

.content {
  max-width: 556px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.heading4 {
  color: #f8f9fa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.heading4.gray {
  color: #4d5766;
  margin-top: 0;
  margin-bottom: 0;
}

.button1 {
  width: auto;
  height: 56px;
  min-width: auto;
  grid-column-gap: 10px;
  color: #495057;
  background-color: #fcbf31;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7px 18px rgba(252, 191, 49, .24);
}

.button1__text {
  font-weight: 500;
}

.text3 {
  color: #f8f9fa;
  font-size: 18px;
  line-height: 150%;
}

.text3.hero__text {
  width: auto;
  max-width: 416px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-weight: 600;
  line-height: 140%;
}

.text3.gray {
  color: #4d5766;
}

.text3.footer_menu-heading {
  color: #00bac2;
  font-weight: 500;
}

.text3.footer_menu-content {
  color: #4d5766;
}

.hero__text-wrapper {
  width: 36.9%;
  border-right: 1px solid #00bac2;
  padding-right: 30px;
}

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

.heading3 {
  color: #4d5766;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.heading3.white_text {
  font-weight: 600;
}

.heading3.blue_text {
  color: #00bac2;
}

.white_text {
  color: #f8f9fa;
}

.gradient_elipse {
  width: 630px;
  height: 630px;
  opacity: .6;
  filter: blur(200px);
  mix-blend-mode: overlay;
  background-color: #cdfffa;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -157px;
  left: -417px;
  right: auto;
}

.services_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text1 {
  color: #4d5766;
  object-fit: fill;
  font-size: 22px;
  line-height: 150%;
}

.text1.white_text {
  color: #f8f9fa;
  margin-bottom: 8px;
}

.text1.gray {
  border: 1px #4d5766;
}

.text1.map_text {
  width: 365px;
}

.services_list {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.services_list-item {
  width: auto;
  min-height: 42px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.services_list-text {
  min-height: 0;
  color: #f8f9fa;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.content2 {
  max-width: 480px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.partners_list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.partners_section {
  margin-top: -80px;
}

.slider_container {
  grid-row-gap: 42px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide {
  border-radius: 10px;
}

.swiper-wrapper {
  cursor: grab;
  flex-direction: row;
  display: flex;
}

.map_container {
  width: 100%;
  position: relative;
}

.embed_map {
  width: 100%;
}

.map_card {
  width: 463px;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translate(0%, -50%);
  box-shadow: 0 7px 18px -6px rgba(77, 87, 102, .24);
}

.image_text {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.banner {
  width: 100%;
  background-image: url('../images/image-2.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 8px;
}

.banner_text-wrapper {
  width: 100%;
  max-width: 680px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 108px 70px;
  display: flex;
}

.heading2 {
  color: #f8f9fa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.navbar {
  width: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, .3);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navlink {
  color: #4d5766;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.navlink.button1.button_nav {
  height: 48px;
  color: #4d5766;
  margin-left: 60px;
  font-size: 16px;
  display: flex;
}

.navlink.button1.button_nav.desktop {
  display: none;
}

.navmenu {
  height: 54px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-4x2 {
  grid-row-gap: 94px;
  grid-template-columns: 208px minmax(min-content, 280px) minmax(min-content, 280px) 205px;
  justify-content: space-between;
}

.logo_footer.w--current, .logo_image {
  width: 100%;
}

.footer_menu {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_menu-link {
  color: #4d5766;
  cursor: pointer;
  text-decoration: none;
}

.footer_menu-link:hover {
  text-decoration: underline;
}

.socials_wrapper {
  width: 100%;
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.socials:hover {
  transform: scale(1.2);
}

.credits_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.credits_text {
  color: #4d5766;
  font-size: 16px;
  line-height: 150%;
}

.turbo_credits {
  color: #4d5766;
  text-align: right;
  font-size: 16px;
  line-height: 150%;
}

.turbo-link {
  color: #4d5766;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.turbo-link:hover {
  text-decoration: underline;
}

.image-9 {
  width: 198px;
}

.image-10 {
  width: 152px;
}

.image-11 {
  width: 92px;
}

.image-12 {
  width: 163px;
}

.image-13 {
  width: 140px;
}

@media screen and (max-width: 991px) {
  .list {
    align-content: stretch;
    justify-content: center;
  }

  .partners_list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .navlink.button1.button_nav.desktop {
    width: 150px;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .grid-4x2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo_footer.w--current {
    width: 208px;
  }

  .footer_menu {
    width: 280px;
    align-items: flex-start;
  }

  .socials_wrapper {
    width: auto;
    justify-content: flex-end;
  }

  .credits_wrapper {
    margin-top: 62px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-bg {
    background-image: url('../images/image-4-1.jpg');
    padding-top: 132px;
    padding-bottom: 44px;
  }

  .container {
    width: 100%;
  }

  .grid.is-2c-2r {
    height: 584px;
    grid-row-gap: 32px;
    align-content: space-between;
  }

  .heading1.hero__title.white_text.mobile-gray {
    width: 100%;
    max-width: none;
    color: #4d5766;
    text-align: center;
    font-size: 32px;
  }

  .sub-hero {
    flex-direction: column;
  }

  .sub-hero__list {
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .image {
    width: 100%;
  }

  .content {
    width: 100%;
    max-width: none;
  }

  .heading4.gray {
    text-align: center;
    font-size: 28px;
  }

  .button1 {
    width: 100%;
  }

  .text3 {
    font-size: 16px;
  }

  .text3.hero__text {
    max-width: none;
    text-align: center;
  }

  .text3.gray {
    text-align: center;
  }

  .text3.gray.left {
    text-align: left;
  }

  .hero__text-wrapper {
    width: 100%;
    border-bottom: 1px solid #00bac2;
    border-right-style: none;
    padding-bottom: 24px;
    padding-right: 0;
  }

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

  .gradient_elipse {
    width: 570px;
    height: 570px;
    bottom: 44px;
    left: -451px;
  }

  .services_list {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .content2 {
    width: 100%;
    max-width: none;
  }

  .image-2 {
    width: 121px;
    order: 2;
  }

  .image-1 {
    width: 133px;
    order: 1;
  }

  .image-3 {
    width: 74px;
    order: 5;
  }

  .image-4 {
    width: 130px;
    order: 4;
  }

  .image-5 {
    width: 111px;
    order: 3;
  }

  .map_card {
    margin-left: 50%;
    padding: 40px;
    top: -80px;
    right: auto;
    transform: translate(-50%);
  }

  .banner {
    height: 720px;
    background-image: url('../images/image-3.jpg');
    background-position: 50% 75%;
    background-size: cover;
  }

  .banner_text-wrapper {
    padding: 60px 25px;
  }

  .heading2 {
    font-size: 34px;
  }

  .grid-4x2 {
    grid-template-columns: 1fr;
  }

  .logo_footer.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_menu {
    width: 100%;
  }

  .credits_wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-bg {
    height: 864px;
    background-image: url('../images/image.jpg');
    background-position: 50%;
    align-items: stretch;
    padding-top: 132px;
    padding-bottom: 44px;
  }

  .section.bg_gray {
    background-image: linear-gradient(125deg, #fafafa, #d3d3d3 98.5%);
  }

  .section.map_section {
    padding-top: 80px;
  }

  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid.is-2c-2r {
    height: 100%;
    grid-row-gap: 16px;
    align-content: space-between;
  }

  .grid.is-1r-2c {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid.partners_grid {
    padding: 40px 20px;
  }

  .heading1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading1.hero__title {
    text-align: center;
  }

  .heading1.hero__title.mobile-gray {
    color: #4d5766;
    line-height: 120%;
  }

  .sub-hero {
    flex-direction: column;
  }

  .sub-hero__list {
    width: 100%;
    padding-left: 0;
  }

  .list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    padding-top: 24px;
  }

  .list-item__icon {
    width: 32px;
  }

  .herolist-item__text {
    font-size: 16px;
    font-weight: 400;
  }

  .content {
    grid-row-gap: 16px;
  }

  .heading4 {
    font-size: 24px;
  }

  .heading4.gray {
    text-align: center;
  }

  .button1 {
    width: 100%;
  }

  .button1__text {
    text-align: center;
  }

  .text3.hero__text {
    border: 1px #000;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
  }

  .text3.gray {
    text-align: center;
  }

  .text3.gray.left {
    text-align: left;
    font-size: 16px;
  }

  .hero__text-wrapper {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #00bac2;
    border-right-style: none;
    padding-right: 0;
  }

  .grid-2 {
    grid-auto-flow: row;
  }

  .heading3 {
    text-align: center;
  }

  .heading3.white_text.left {
    text-align: left;
  }

  .heading3.container {
    font-weight: 600;
  }

  .heading3.blue_text {
    font-size: 26px;
  }

  .heading3.custom_title {
    max-width: 98%;
    text-align: left;
    font-size: 28px;
  }

  .heading3.left {
    text-align: left;
  }

  .gradient_elipse {
    width: 570px;
    height: 570px;
    bottom: 44px;
    left: -451px;
  }

  .text1.gray {
    border-style: none;
  }

  .text1.map_text {
    max-width: 100%;
    font-size: 18px;
    line-height: 140%;
  }

  .services_list {
    grid-row-gap: 16px;
  }

  .services_list-item {
    min-height: 42px;
  }

  .partners_list {
    grid-column-gap: 22px;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    width: 121px;
    order: 2;
    transform: translate(0);
  }

  .image-1 {
    width: 133px;
    order: 1;
  }

  .image-3 {
    width: 74px;
    order: 5;
    align-self: auto;
  }

  .image-4 {
    width: 130px;
    order: 4;
  }

  .image-5 {
    width: 111px;
    order: 3;
  }

  .swiper-wrapper {
    display: flex;
  }

  .map_card {
    max-width: 92%;
    object-fit: fill;
    margin-left: 50%;
    margin-right: auto;
    padding: 40px;
    top: -80px;
    left: auto;
    right: auto;
    transform: translate(-50%);
  }

  .banner {
    min-height: 720px;
    background-image: url('../images/image-3.jpg');
  }

  .banner_text-wrapper {
    padding: 60px 25px;
  }

  .heading2 {
    text-align: center;
    font-size: 34px;
  }

  .brand {
    width: 125px;
    padding-left: 0;
  }

  .navlink.button1.button_nav {
    width: 150px;
    margin-left: auto;
    margin-right: 0;
    display: none;
  }

  .navlink.button1.button_nav.desktop {
    display: flex;
  }

  .image-8 {
    width: auto;
  }

  .footer {
    background-color: #f8f9fa;
  }

  .grid-4x2 {
    grid-row-gap: 32px;
    grid-template-columns: 100%;
  }

  .logo_footer.w--current {
    width: 208px;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo_image {
    width: 208px;
    margin-left: 0;
  }

  .socials_wrapper {
    justify-content: flex-start;
  }

  .credits_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 10px;
    margin-top: 24px;
  }

  .turbo_credits {
    color: #4d5766;
    font-size: 16px;
    line-height: 150%;
  }
}

#w-node-afa8b832-852c-8cad-b347-f31f32fd0585-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa744b15-0a08-8128-fa77-d1bf3f9edcfa-6ee4d9fa {
  grid-area: 2 / 1 / 2 / 3;
}

#w-node-_78f96d6b-3cc4-7731-3bdb-b00797e0af5a-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c827930-04ed-89f6-d8ad-270c5d4ff451-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_400c6f42-d180-c6ec-06b3-3b2c50f4fdb3-6ee4d9fa, #w-node-_9c62a6f8-60ef-16a3-8ab2-eea8057d99ad-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c62a6f8-60ef-16a3-8ab2-eea8057d99ae-6ee4d9fa, #w-node-_8ad8eb24-3b5d-7aa4-49ae-5263d447af41-6ee4d9fa, #w-node-_22583d86-9d98-e380-c0ec-31cd03cdc4b8-6ee4d9fa, #w-node-dd1fcd27-c65c-2e93-8d61-ae500e757fa2-6ee4d9fa, #w-node-_1aa30511-4398-2e80-9457-89b1c61bb236-6ee4d9fa, #w-node-bc6d3d3a-787a-970f-adfa-15bab4642edd-6ee4d9fa, #w-node-c96ce45c-5797-0290-f27f-15c49b494853-6ee4d9fa, #w-node-ef3faf16-1e32-4441-05ab-8a8659e33cfa-6ee4d9fa, #w-node-_593584da-72f2-c2b2-6c7d-a9a4bd0a6f0d-6ee4d9fa, #w-node-d53e648b-5461-0ba3-519d-304c9249cea8-6ee4d9fa, #w-node-_808a3f0b-8859-c89f-9f0b-99e2e5594b6b-6ee4d9fa, #w-node-ef4a91f1-e01b-0ed8-2cd0-b787d7bf3aa5-6ee4d9fa {
  align-self: center;
}

#w-node-f83cc088-8e8c-a241-3ba8-5da01c48418d-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f83cc088-8e8c-a241-3ba8-5da01c48418c-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7d1a14f5-5959-a45d-a70c-d975bc432867-6ee4d9fa {
  align-self: center;
}

#w-node-e2450c46-9265-681a-aab6-88af8d4b211d-6ee4d9fa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ded8a451-60e6-44c8-99fa-90c8916a571e-6ee4d9fa, #w-node-b395ba87-fa11-abbf-99b8-698bb11719b6-6ee4d9fa, #w-node-_7d11ec47-0d91-d3af-2d3d-f4e9158ea4e1-6ee4d9fa, #w-node-_55bebff5-d18a-27cf-57e5-0360f0a13292-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb2fe24-d984-b818-ffed-01683eeeed71-6ee4d9fa {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_7e995300-5af9-5a58-7f9a-9db127be79c5-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c0ef0f7f-6179-fc43-4322-f0c91ff56c94-6ee4d9fa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_20690e2a-8136-9e6d-dbaf-2257fd844812-6ee4d9fa, #w-node-_99579f62-7532-f6c6-dc31-4584d0944edd-6ee4d9fa, #w-node-d6dfa7aa-194b-91e3-4396-8129a14d6f09-6ee4d9fa, #w-node-_02cfbe73-fdd4-b65b-00ac-5084836805de-6ee4d9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a5b8fd-ddf3-08bd-2d58-97461f1bb937-6ee4d9fa {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-e2450c46-9265-681a-aab6-88af8d4b211d-6ee4d9fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20690e2a-8136-9e6d-dbaf-2257fd844812-6ee4d9fa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_99579f62-7532-f6c6-dc31-4584d0944edd-6ee4d9fa {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-d6dfa7aa-194b-91e3-4396-8129a14d6f09-6ee4d9fa {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: end;
  }

  #w-node-_02cfbe73-fdd4-b65b-00ac-5084836805de-6ee4d9fa {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afa8b832-852c-8cad-b347-f31f32fd0585-6ee4d9fa, #w-node-_78f96d6b-3cc4-7731-3bdb-b00797e0af5a-6ee4d9fa, #w-node-_5c827930-04ed-89f6-d8ad-270c5d4ff451-6ee4d9fa, #w-node-_400c6f42-d180-c6ec-06b3-3b2c50f4fdb3-6ee4d9fa, #w-node-_9c62a6f8-60ef-16a3-8ab2-eea8057d99ad-6ee4d9fa {
    grid-column: span 2 / span 2;
  }

  #w-node-f83cc088-8e8c-a241-3ba8-5da01c48418d-6ee4d9fa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f83cc088-8e8c-a241-3ba8-5da01c48418c-6ee4d9fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d1a14f5-5959-a45d-a70c-d975bc432867-6ee4d9fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2450c46-9265-681a-aab6-88af8d4b211d-6ee4d9fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_3bb2fe24-d984-b818-ffed-01683eeeed71-6ee4d9fa {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_7e995300-5af9-5a58-7f9a-9db127be79c5-6ee4d9fa {
    grid-column: span 2 / span 2;
  }

  #w-node-c0ef0f7f-6179-fc43-4322-f0c91ff56c94-6ee4d9fa {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_20690e2a-8136-9e6d-dbaf-2257fd844812-6ee4d9fa, #w-node-_99579f62-7532-f6c6-dc31-4584d0944edd-6ee4d9fa {
    grid-column-end: 2;
  }

  #w-node-d6dfa7aa-194b-91e3-4396-8129a14d6f09-6ee4d9fa {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_02cfbe73-fdd4-b65b-00ac-5084836805de-6ee4d9fa {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_59a5b8fd-ddf3-08bd-2d58-97461f1bb937-6ee4d9fa {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afa8b832-852c-8cad-b347-f31f32fd0585-6ee4d9fa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa744b15-0a08-8128-fa77-d1bf3f9edcfa-6ee4d9fa {
    grid-row-end: 3;
  }

  #w-node-_78f96d6b-3cc4-7731-3bdb-b00797e0af5a-6ee4d9fa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5c827930-04ed-89f6-d8ad-270c5d4ff451-6ee4d9fa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_400c6f42-d180-c6ec-06b3-3b2c50f4fdb3-6ee4d9fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_9c62a6f8-60ef-16a3-8ab2-eea8057d99ad-6ee4d9fa, #w-node-_9c62a6f8-60ef-16a3-8ab2-eea8057d99ae-6ee4d9fa, #w-node-_8ad8eb24-3b5d-7aa4-49ae-5263d447af41-6ee4d9fa, #w-node-_22583d86-9d98-e380-c0ec-31cd03cdc4b8-6ee4d9fa, #w-node-dd1fcd27-c65c-2e93-8d61-ae500e757fa2-6ee4d9fa, #w-node-_1aa30511-4398-2e80-9457-89b1c61bb236-6ee4d9fa, #w-node-bc6d3d3a-787a-970f-adfa-15bab4642edd-6ee4d9fa, #w-node-c96ce45c-5797-0290-f27f-15c49b494853-6ee4d9fa, #w-node-ef3faf16-1e32-4441-05ab-8a8659e33cfa-6ee4d9fa, #w-node-_593584da-72f2-c2b2-6c7d-a9a4bd0a6f0d-6ee4d9fa, #w-node-d53e648b-5461-0ba3-519d-304c9249cea8-6ee4d9fa, #w-node-_808a3f0b-8859-c89f-9f0b-99e2e5594b6b-6ee4d9fa, #w-node-ef4a91f1-e01b-0ed8-2cd0-b787d7bf3aa5-6ee4d9fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f83cc088-8e8c-a241-3ba8-5da01c48418d-6ee4d9fa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f83cc088-8e8c-a241-3ba8-5da01c48418c-6ee4d9fa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d1a14f5-5959-a45d-a70c-d975bc432867-6ee4d9fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2450c46-9265-681a-aab6-88af8d4b211d-6ee4d9fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_3bb2fe24-d984-b818-ffed-01683eeeed71-6ee4d9fa {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_7e995300-5af9-5a58-7f9a-9db127be79c5-6ee4d9fa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c0ef0f7f-6179-fc43-4322-f0c91ff56c94-6ee4d9fa {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_20690e2a-8136-9e6d-dbaf-2257fd844812-6ee4d9fa {
    grid-column-end: 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_99579f62-7532-f6c6-dc31-4584d0944edd-6ee4d9fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d6dfa7aa-194b-91e3-4396-8129a14d6f09-6ee4d9fa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_02cfbe73-fdd4-b65b-00ac-5084836805de-6ee4d9fa {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_59a5b8fd-ddf3-08bd-2d58-97461f1bb937-6ee4d9fa {
    grid-column: span 1 / span 1;
    justify-self: start;
  }
}


