:root {
  --body: #f6fcf4;
  --font-primary: "Open Sans", sans-serif;
  --font-secondary: "Cormorant Garamond", sans-serif;
  --desktop-72px: 2.7rem;
  --desktop-48px: 1.8rem;
  --desktop-32px: 1.2rem;
  --desktop-26px: 1rem;
  --color-primary_green: #155915;
  --bg-light: #e7f2e3;
  --desktop-40px: 1.5rem;
  --brand: #ffa30b;
  --desktop-20px: .769231rem;
  --body-txt: #212322;
  --color-primary_orange: #ffa30b;
  --border-radius-100px: 3.8rem;
  --icon-24px: .923077rem;
  --24px: .923077rem;
  --body-txt-light: #e8e0da;
  --desktop-mw-1067px: 41.0385rem;
  --transparent: #ddd0;
}

body {
  background-color: var(--body);
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-family: var(--font-secondary);
  font-size: var(--desktop-72px);
  letter-spacing: .135rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: .89;
}

h3 {
  font-family: var(--font-secondary);
  font-size: var(--desktop-48px);
  letter-spacing: .09rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-family: var(--font-primary);
  font-size: var(--desktop-32px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.375;
}

p {
  font-size: var(--desktop-26px);
  color: inherit;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: var(--color-primary_green);
  text-transform: none;
  border-bottom: 1px solid #1559154d;
  font-weight: 400;
  text-decoration: none;
}

ol {
  grid-column-gap: 1.53846rem;
  grid-row-gap: 1.53846rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

li {
  margin-left: -18px;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 600;
}

.section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section.hidden {
  overflow: hidden;
}

.section.bg-light {
  background-color: var(--bg-light);
}

.section.nopadding {
  padding-left: 0%;
  padding-right: 0%;
}

.section.section__green {
  background-color: var(--color-primary_green);
  color: var(--body);
}

.section.hero {
  z-index: 1;
  width: 100%;
  height: 150vh;
}

.section.norightpadding {
  padding-left: 5%;
  padding-right: 0%;
}

.section.inner-cover {
  color: var(--body);
  padding-bottom: 4.66667svw;
  padding-left: 0%;
  padding-right: 0%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 55svh;
  padding-inline: 6svw;
  display: flex;
}

.section.nopr {
  padding-right: 0%;
}

.container {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1920px;
}

.container.mw---92ch {
  max-width: 92ch;
}

.container.mw---1200px {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.cp {
  margin-inline: auto;
}

.title---26px {
  font-size: var(--desktop-26px);
  font-weight: 700;
}

.subtitle {
  font-family: var(--font-secondary);
  font-size: var(--desktop-40px);
  font-style: italic;
  font-weight: 400;
}

.subtitle.mw---1300px {
  max-width: 64ch;
}

.subtitle.mw---1400px {
  max-width: 80ch;
}

.subtitle._40ch {
  width: 44ch;
}

.hero-logo_link {
  border-bottom-style: none;
  width: 8rem;
  display: inline-block;
}

.link-out {
  color: var(--color-primary_green);
  text-transform: none;
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #15591580;
  border-right-color: #000;
  border-left-color: inherit;
  text-decoration: none;
  display: inline-flex;
}

.link-out:hover {
  color: var(--color-primary_green);
  border-bottom-color: #15581580;
}

.link-out.opacity-underline {
  border-bottom-color: #f6fcf44d;
}

.link-out.opacity-underline.mb-10px {
  margin-bottom: 10px;
}

.link-out.base {
  color: var(--color-primary_green);
  text-transform: none;
  font-size: 1rem;
}

.link-out.base:hover {
  color: var(--brand);
  border-bottom-color: #14581480;
}

.anchor-link {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  font-weight: 400;
}

.anchor-link.base {
  color: var(--color-primary_green);
  text-transform: none;
  border-bottom-color: #15591580;
  font-size: 1rem;
}

.anchor-link.base:hover {
  color: var(--brand);
}

.anchor-link.base._30px {
  font-size: 1.15385rem;
}

.anchor-link.base._30px:hover {
  color: var(--brand);
}

.anchor-link._30px {
  font-size: 1.15rem;
}

.text---20px {
  font-size: var(--desktop-20px);
}

.outline---btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-left-color: inherit;
  border-right-color: inherit;
  border-top-color: inherit;
  border-bottom-color: inherit;
  color: inherit;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem 1.2em;
  font-size: .8rem;
  display: inline-flex;
}

.outline---btn:hover {
  border-top-color: var(--brand);
  border-right-color: var(--brand);
  border-bottom-color: var(--brand);
  border-left-color: var(--brand);
  background-color: var(--brand);
  color: inherit;
  border-radius: 100rem;
}

.outline---btn.fill {
  background-color: var(--body-txt);
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.outline---btn.fill:hover {
  color: #fff;
}

.outline---btn.invert {
  display: none;
}

.outline---btn.glass_button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff30;
  border-color: #e8e0da;
  padding: .75em 1.6em;
  font-weight: 300;
}

.outline---btn.glass_button:hover {
  border-color: var(--color-primary_orange);
  background-color: var(--color-primary_orange);
}

.btn---text {
  font-size: .7rem;
}

.light-bg--wrapper {
  border-bottom-right-radius: var(--border-radius-100px);
  background-color: var(--bg-light);
  padding: 1.8rem;
}

.light-bg--wrapper.top-right_bottom-left {
  border-top-right-radius: var(--border-radius-100px);
  border-bottom-left-radius: var(--border-radius-100px);
  border-bottom-right-radius: 0;
}

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

.image-428x428px {
  aspect-ratio: 4.28 / 4.28;
}

.br-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-radius-100px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.icon---24px {
  width: var(--icon-24px);
  height: var(--icon-24px);
}

.icon---24px.invert {
  filter: invert(90%);
}

.padding---80px {
  height: 3.07692rem;
}

.padding---120px {
  height: 4em;
}

.padding-txt---40px {
  height: .7em;
}

.padding---60px {
  height: 2.3rem;
}

.padding-txt---48px {
  height: 24px;
}

.padding---160px {
  height: 6em;
}

.text---24px {
  font-size: var(--24px);
  line-height: 1.2;
}

.text---24px.italic {
  font-style: italic;
}

.text---24px.uppercase {
  text-transform: uppercase;
}

.padding---24px {
  height: .923077rem;
}

.lightbox-link {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.mw---1040px {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-image {
  z-index: -1;
  pointer-events: none;
  object-fit: contain;
  object-position: 0% 50%;
  width: 16.9231rem;
  height: 15.3846rem;
  position: absolute;
  top: 393px;
  left: -25px;
  transform: rotate(6deg);
}

.bg-image._2 {
  top: 19.1rem;
  left: -5%;
  transform: rotate(55deg);
}

.basic-swiper {
  width: 100%;
  padding-right: 3.8rem;
}

.swiper-wrapper.basic-slider-list {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.swiper-slide.basic-swiperr-item {
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.swiper-slide.basic-swiperr-item.opacity {
  opacity: 0;
}

.swiper-slide-content {
  aspect-ratio: 1;
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide-content.top-left-right {
  border-top-left-radius: var(--border-radius-100px);
  border-top-right-radius: var(--border-radius-100px);
}

.swiper-slide-content.top-right_bottom-left {
  border-top-right-radius: var(--border-radius-100px);
  border-bottom-left-radius: var(--border-radius-100px);
}

.swiper-slide-content.top-left_bottom-right {
  border-top-left-radius: var(--border-radius-100px);
  border-bottom-right-radius: var(--border-radius-100px);
}

.swiper-slide-content.top-left_bottom-left {
  border-top-left-radius: var(--border-radius-100px);
  border-bottom-left-radius: var(--border-radius-100px);
}

.swiper-arrow-wrapper {
  z-index: 2;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.slider-button-left {
  cursor: pointer;
  background-image: url('../images/left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24%;
  border: .0625rem solid #bcbdbd;
  border-radius: 62.5rem;
  width: 3.8rem;
  height: 2.4rem;
}

.slider-button-left:hover {
  border-color: var(--brand);
  background-image: url('../images/left.svg'), linear-gradient(#ffa30b, #ffa30b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24%, auto;
}

.slider-button-right {
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url('../images/left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24%;
  border: .0625rem solid #bcbdbd;
  border-radius: 62.5rem;
  width: 3.8rem;
  height: 2.4rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-button-right:hover {
  border-color: var(--brand);
  background-image: url('../images/left.svg'), linear-gradient(#ffa30b, #ffa30b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24%, auto;
}

.padding---40px {
  height: 1.53846rem;
}

.semibold {
  font-weight: 600;
}

.sber {
  width: 9rem;
}

.rekvizity_icon-wrapper {
  margin-bottom: 1.5rem;
}

.rekvizity_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch stretch;
  display: grid;
}

.upi {
  width: 5.23077rem;
}

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

.paypal {
  width: 7rem;
}

.footer-buttons {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-menu {
  grid-column-gap: 1.8rem;
  grid-row-gap: .6rem;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line {
  opacity: 1;
  background-color: #607e60;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(3.125em);
  backdrop-filter: blur(3.125em);
  background-color: #f6fcf466;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  transition: transform .3s;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.cover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6fcf400;
}

.navbar._2 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #f6fcf400;
  border: 1px #fff;
  position: fixed;
}

.nav-menu {
  grid-column-gap: 2.15385em;
  grid-row-gap: 2.15385em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu.open {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lang_btn {
  border-style: solid;
  border-width: 1px;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  color: inherit;
  border-radius: 10000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.lang_btn:hover {
  background-color: var(--body-txt);
  color: #fff;
  -webkit-text-stroke-color: var(--body-txt);
  border-style: none;
}

.lang_btn._2 {
  color: #fff;
}

.hero_logo {
  object-fit: contain;
  border-bottom: 1px #000;
}

.footer {
  background-color: var(--color-primary_green);
  color: var(--body-txt-light);
  padding: 3rem 5%;
}

.footer-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.padding---100px {
  height: 3.8rem;
}

.video-element {
  flex: none;
  width: 100%;
  height: 100%;
}

.video-element.v-cover {
  aspect-ratio: 3 / 2;
}

.video-wrapper2 {
  border-top-left-radius: var(--border-radius-100px);
  border-bottom-right-radius: var(--border-radius-100px);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-wrapper2.top-left_bottom-right {
  border-top-left-radius: var(--border-radius-100px);
  border-bottom-right-radius: var(--border-radius-100px);
  overflow: hidden;
}

.video-cover {
  display: none;
}

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

.num_wrapper {
  flex-flow: column;
  max-width: 8rem;
}

.num_wrapper.gap---16 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.num {
  color: #2e602e;
  flex-flow: row;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.num._2 {
  font-size: 2.30769rem;
}

.title-green {
  color: var(--color-primary_green);
  padding-bottom: 10px;
  font-weight: 600;
}

.seriya_item {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start end;
  width: 100%;
  display: grid;
  position: relative;
}

.seriya_item.riverse {
  justify-content: start;
}

.list-items {
  font-size: var(--desktop-26px);
  margin-bottom: 0;
  margin-left: 1rem;
  padding-left: 18px;
  line-height: 160%;
}

.video-content {
  width: 20rem;
}

.video-iten {
  width: 130%;
  max-width: 26rem;
  height: 14.6rem;
}

.srsk-map-compas {
  z-index: 1;
  max-width: 7rem;
  max-height: 7rem;
  position: absolute;
  inset: 0% -16% auto auto;
}

.toltip_body {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  -webkit-backdrop-filter: blur(3.125em);
  backdrop-filter: blur(3.125em);
  background-color: #fff7e980;
  border-radius: 24px;
  flex-flow: column;
  width: 182px;
  padding: .9rem .9rem 1rem;
  display: none;
}

.toltip_body.w--open {
  display: flex;
}

.tolltip_icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  top: 12px;
}

.tolltip_icon.w--open {
  z-index: 2;
}

.tolltip_icon.orange {
  background-color: #f99b00;
}

.tolltip_icon.goluboy {
  background-color: #b3d8e0;
}

.tolltip_icon.jeltiy {
  background-color: #f9d100;
}

.tolltip_icon.seriy {
  background-color: #cdcdcd;
}

.tolltip_icon.zeleniy {
  background-color: #afd76d;
}

.tooltips {
  background-image: url('../images/SRSK_Presentation_Masterplan_June_18_2024_k_background_F6FCF4-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 822px;
  height: 556px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.toltip_wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.toltip_wrapper._13 {
  top: 284px;
  left: 609px;
}

.toltip_wrapper._12 {
  top: 195px;
  left: 423px;
}

.toltip_wrapper._53 {
  top: 78px;
  left: 555px;
}

.toltip_wrapper._3 {
  top: 76px;
  left: 121px;
}

.toltip_wrapper._4 {
  top: 379px;
  left: 134px;
}

.toltip_wrapper._19 {
  top: 418px;
  left: 700px;
}

.toltip_wrapper._7 {
  top: 255px;
  left: 557px;
}

.toltip_wrapper._1 {
  top: 335px;
  left: 292px;
}

.toltip_wrapper._8 {
  top: 341px;
  left: 510px;
}

.toltip_wrapper._18 {
  top: 297px;
  left: 707px;
}

.toltip_wrapper._5 {
  top: 78px;
  left: 368px;
}

.toltip_wrapper._6 {
  top: 272px;
  left: 496px;
}

.toltip_wrapper._16 {
  top: 157px;
  left: 688px;
}

.toltip_wrapper._14 {
  top: 340px;
  left: 442px;
}

.toltip_wrapper._10 {
  top: 182px;
  left: 500px;
}

.toltip_wrapper._20 {
  top: 477px;
  left: 349px;
}

.toltip_wrapper._15 {
  top: 217px;
  left: 606px;
}

.toltip_wrapper._11 {
  top: 251px;
  left: 426px;
}

.toltip_wrapper._2 {
  top: 282px;
  left: 47px;
}

.toltip_wrapper._17 {
  top: 212px;
  left: 717px;
}

.toltip_wrapper._9 {
  top: 282px;
  left: 404px;
}

.toltip_wrapper._52 {
  top: 78px;
  left: 466px;
}

.map-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

.map-description {
  font-size: 10px;
  display: none;
}

.btn_link {
  color: #212322;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
}

.btn_link:hover {
  color: #212322;
  border-bottom-style: solid;
  border-bottom-color: #212322;
}

.srsk-map-wrapper {
  justify-content: center;
  align-items: center;
  width: 822px;
  height: 556px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.list {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.marker_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #212322;
  vertical-align: middle;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  font-size: .8rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.list-link {
  text-transform: none;
  font-size: .8rem;
  line-height: 120%;
}

.tolltip_icon_list {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-size: .6rem;
  font-weight: 600;
  display: flex;
  top: 12px;
}

.tolltip_icon_list.w--open {
  z-index: 2;
}

.tolltip_icon_list.orange {
  background-color: #f99b00;
}

.tolltip_icon_list.goluboy {
  background-color: #b3d8e0;
}

.tolltip_icon_list.jeltiy {
  background-color: #f9d100;
}

.tolltip_icon_list.seriy {
  background-color: #cdcdcd;
}

.tolltip_icon_list.zeleniy {
  background-color: #afd76d;
}

.tooltip-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-24px {
  width: 1.3rem;
  height: 1.3rem;
}

.h---flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h---flex.gap-40 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.contacts {
  grid-column-gap: 1.53846rem;
  grid-row-gap: 1.53846rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.gap-20px {
  grid-column-gap: .76rem;
  grid-row-gap: .76rem;
  flex-flow: column;
  display: flex;
}

.mw---540px {
  max-width: 20rem;
}

.divider {
  margin-left: .4rem;
  margin-right: .4rem;
  padding-left: 0;
}

.links-wrapper {
  color: var(--color-primary_green);
  display: flex;
}

.icon-text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.map {
  height: 26.1538rem;
}

.road-wrapper {
  grid-column-gap: 2.30769rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2.46rem minmax(auto, 40rem);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.road-content {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.3rem;
  display: flex;
}

.image-400x360 {
  aspect-ratio: 4 / 3.6;
}

.space {
  height: 1px;
}

.road-line {
  background-image: url('../images/Line-20.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2.5em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

._60x60-icon {
  width: 2.3rem;
  height: 2.3rem;
}

.road-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-radius-100px) 0rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  height: 100%;
  overflow: hidden;
}

.road-image.top-left_bottom-right {
  border-radius: 2.3rem 0;
}

.tem-list {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  display: flex;
}

.team-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.team-item.top-right {
  border-top-right-radius: 2.30769rem;
  overflow: hidden;
}

.image-300x300 {
  aspect-ratio: 1;
  flex: none;
  width: 11rem;
  height: 11rem;
  position: absolute;
  inset: 0%;
}

.image-300x300._1 {
  transition: opacity .2s;
}

.image-300x300._1:hover {
  opacity: 0;
}

.team-header {
  text-align: right;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.team-header.l {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-quote {
  width: 3.61538rem;
  height: 5.15385rem;
  margin-bottom: 1.25em;
}

.team-body {
  max-width: 40rem;
}

.testimonial-bg {
  border-top-left-radius: var(--border-radius-100px);
  border-bottom-right-radius: var(--border-radius-100px);
  background-color: var(--bg-light);
  max-width: 40rem;
  padding: 0 3.8rem 3.8rem;
}

.opacity-60 {
  opacity: .6;
}

.opacity-60.team {
  padding-top: 8px;
}

.team-image_wrapper {
  aspect-ratio: 1;
  width: 11rem;
  height: 11rem;
  position: relative;
  overflow: hidden;
}

.team-image_wrapper.top-right {
  border-top-right-radius: 2.30769rem;
}

.team-image_wrapper.top-left {
  border-top-left-radius: 2.30769rem;
}

.team-image_wrapper.bottom-right {
  border-bottom-right-radius: 2.30769rem;
}

.team-name {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
}

.mw-600 {
  max-width: 23.0769rem;
}

.dot {
  background-color: #bcbdbd;
  border-radius: 1000px;
  width: 6px;
  height: 6px;
}

.marquee-wrapper {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 5%;
  display: flex;
  overflow: hidden;
}

.marque-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marque-track {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.25em;
  display: flex;
}

._160x160 {
  width: 240px;
  height: 240px;
  overflow: hidden;
}

._160x160.top-right {
  border-top-right-radius: 1.53846rem;
}

._160x160.bottom-left {
  border-bottom-left-radius: 1.53846rem;
}

._160x160.top-left {
  border-top-left-radius: 1.53846rem;
}

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

.div-block-7 {
  grid-column-gap: 2.30769rem;
  grid-row-gap: 2.30769rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 40rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.img-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 10.6538rem;
  height: 8rem;
  display: flex;
  position: relative;
}

.img-link:hover {
  color: #fff;
}

.img-link.sticky {
  border-bottom-style: none;
  position: sticky;
  top: 120px;
}

.btn-image {
  z-index: -1;
  width: 6rem;
  height: 8rem;
  position: absolute;
  inset: 0% auto auto;
}

.h4 {
  font-family: var(--font-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .7rem;
}

.text-span {
  align-self: flex-end;
  padding-bottom: 4px;
  font-size: 1rem;
}

.tab-link {
  opacity: .5;
  background-color: #ddd0;
  border: 5px solid #2e602e;
  border-radius: 8px;
  width: 6.9rem;
  height: 4.07692rem;
  padding: 0;
  overflow: hidden;
}

.tab-link:hover {
  opacity: 1;
  border-color: #3a8d3a;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-color: #3a8d3a;
}

.tabs-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 2rem;
  display: flex;
}

.bg-fon {
  z-index: -1;
  width: 20vw;
  position: absolute;
  inset: -56% auto auto -7%;
  transform: rotate(-4deg);
}

.bg-fon.green-bg {
  z-index: 1;
  object-fit: contain;
  width: 13.0769rem;
  height: 12.3077rem;
  top: 28%;
  left: -4%;
}

.bg-fon._4 {
  object-fit: contain;
  width: 17.6923rem;
  height: 12.6923rem;
  inset: 30% 0% auto auto;
  transform: rotate(-40deg);
}

.bg-fon._6 {
  object-fit: contain;
  width: 17.6923rem;
  height: 14.1538rem;
  position: absolute;
  top: 640%;
  left: -10%;
}

.bg-fon._7 {
  object-fit: contain;
  width: 26.1538rem;
  height: 18.0769rem;
  inset: 31% -22% auto auto;
  transform: rotate(148deg);
}

.tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tab-pane {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

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

.gap-20 {
  grid-column-gap: .76rem;
  grid-row-gap: .76rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon---60px {
  width: 2.3rem;
  height: 2.3rem;
}

.solid-underline {
  border-bottom-style: solid;
  border-bottom-color: #2e602e59;
}

.gap-48 {
  grid-column-gap: 1.84615rem;
  grid-row-gap: 1.84615rem;
  display: flex;
}

.gap-48.v.green {
  color: var(--color-primary_green);
}

.list-item {
  grid-column-gap: 1.07692rem;
  grid-row-gap: 1.07692rem;
  color: var(--body-txt);
  flex-flow: column;
  display: flex;
}

.ordered-list {
  grid-column-gap: 1.53846rem;
  grid-row-gap: 1.53846rem;
  flex-flow: column;
  display: flex;
}

.ordered-num {
  color: #ffa30b;
  margin-right: 1em;
  font-weight: 400;
  display: inline-flex;
}

.ordered-list-item {
  display: flex;
}

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

.arrow-title {
  margin-bottom: -45px;
}

.start-job-section {
  z-index: -1;
  width: 18.3462rem;
  height: 16.5385rem;
  position: absolute;
  inset: -56% auto auto -7%;
  transform: rotate(-4deg);
}

.start-job-section.green-bg {
  z-index: 1;
  object-fit: contain;
  width: 13.0769rem;
  height: 12.3077rem;
  top: 28%;
  left: -4%;
}

.image-200x200 {
  border-radius: 1.53846rem;
  width: 7.6rem;
  height: 7.6rem;
}

.div-block-8 {
  grid-column-gap: 1.84615rem;
  grid-row-gap: 1.84615rem;
  display: flex;
}

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

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

.body---26px {
  color: #212322;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 1.625em;
  line-height: 135%;
}

.light-green_wrapper {
  background-color: #e7f2e3;
  border-bottom-right-radius: 60px;
  padding: 3em;
}

.list-items-2 {
  margin-left: 1em;
  padding-left: 0;
  line-height: 160%;
}

.list-item-2 {
  margin-bottom: .5em;
  padding-top: 0;
}

.list-item-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.white.w--current {
  color: var(--brand);
}

.video-item {
  width: 26rem;
  height: 14.6rem;
}

.mb-space {
  display: none;
}

.navlink {
  text-transform: uppercase;
  color: inherit;
  border-bottom-style: none;
  padding: 0;
  font-size: .8rem;
  font-weight: 300;
}

.navlink:hover {
  color: var(--color-primary_orange);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
}

.navlink.w--current {
  opacity: .5;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
}

.navlink.underline {
  border-bottom: 1px solid #f6fcf44d;
}

.navlink.open:hover {
  color: var(--color-primary_orange);
  border-bottom-style: none;
}

.navlink.open.w--current {
  opacity: .5;
  color: var(--body-txt);
  border-bottom-style: none;
}

.link {
  font-size: 1rem;
}

.nav-menu_wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  display: flex;
}

.mob-langw {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-left-color: inherit;
  border-right-color: inherit;
  border-top-color: inherit;
  border-bottom-color: inherit;
  color: inherit;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem 1.2em;
  font-size: .8rem;
  display: none;
}

.mob-langw:hover {
  border-top-color: var(--brand);
  border-right-color: var(--brand);
  border-bottom-color: var(--brand);
  border-left-color: var(--brand);
  background-color: var(--brand);
  color: inherit;
  border-radius: 100rem;
}

.mob-langw.fill {
  background-color: var(--body-txt);
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.mob-langw.fill:hover {
  color: #fff;
}

.mob-langw.invert {
  display: none;
}

.container-2 {
  padding-inline: var(--container-padding);
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.gallery {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery_image {
  border-radius: 1.2svw;
}

.gallery_image.hover-image {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.container-slim {
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--container-padding_big);
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.figure__two-columns {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  background-image: linear-gradient(90deg, #f6fcf4, #e7f2e3 24%, #e7f2e3);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  font-weight: 300;
  display: grid;
  position: relative;
}

.text-section {
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.hgroup_descr {
  text-wrap: pretty;
  width: 42ch;
  max-width: 100%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #efefef00;
  border: 1px solid #7a7b7a;
  border-radius: 1.6em;
  width: max-content;
  padding: .75em 1.6em;
  font-size: .8rem;
  line-height: 1;
  display: block;
}

.button:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button.white {
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  color: #f6fcf4;
  background-color: #a6a6a65c;
  border-color: #d8d8d8;
}

.button.white:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button.white.video-btn {
  transform: translate(0, 150%);
}

.button.black {
  color: #f6fcf4;
  background-color: #212322;
  border-color: #212322;
}

.button.black:hover {
  color: #212322;
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.hero-logo {
  flex-flow: column;
  width: 18svw;
  display: flex;
}

.hero-cover {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.nav-list_link {
  text-transform: uppercase;
  line-height: 1.6;
  display: block;
}

.projects-list {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  gap: 5.2svw 3.6svw;
  display: grid;
}

.video-heading {
  z-index: 1;
  color: #f6fcf4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.video-parallax {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 100svh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.links-container {
  list-style-type: none;
}

.hero-content-wrapper {
  grid-column-gap: 6svw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100svh;
  margin-bottom: 12svh;
  display: grid;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-content-wrapper.container {
  align-content: center;
}

.video-parallax_image {
  z-index: -1;
  aspect-ratio: 3 / 2;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}

.video-parallax_image._4 {
  width: 24%;
  top: 66%;
  left: 66%;
}

.video-parallax_image._2 {
  width: 20%;
  bottom: 20%;
  left: 0%;
}

.video-parallax_image._3 {
  width: 16%;
  top: 36%;
  right: 0;
}

.video-parallax_image._1 {
  width: 30%;
  top: 6%;
  left: 10%;
}

.hero-image-wrapper {
  z-index: -1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100svw;
  max-width: 1920px;
  display: flex;
  position: absolute;
}

.video-parallax-wrapper {
  max-width: 1920px;
  height: 200svh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.v--flex-copy {
  flex-flow: column;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100svh;
}

.hero_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 140px;
  display: flex;
}

.hero_sticky-content {
  height: 100%;
  overflow: hidden;
}

.hero_title-icon {
  background-image: url('../images/hero-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  display: flex;
}

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

.container-3.hero {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_title {
  flex-flow: column;
  width: 12.5rem;
}

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

.div-block {
  z-index: 10;
  flex-flow: column;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1);
}

.image-2:hover {
  transform: scale(1.3);
}

.hero_image-wrapper {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_content-wrapper {
  max-width: 600px;
  position: absolute;
  inset: auto 0% 0;
}

.hero_content-wrapper.main {
  opacity: 1;
}

.hero_title-wrapper.flex_v-cc {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero_content-list {
  position: relative;
}

.hero_description {
  color: #e8e0da;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
}

.glass_button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #e8e0da;
  text-align: center;
  border: 1px solid #e8e0da80;
  border-radius: 1000px;
  padding: 8px 24px;
}

.glass_button.bg_blur-light {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #acacac1a;
  transition: filter .2s;
}

.ierog {
  color: #ffa30b;
  padding-left: .3em;
  padding-right: .3em;
  font-size: 1.3em;
}

.btn_text {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.pt-80 {
  padding-top: 2rem;
}

.hero_subtitle-wrapper {
  color: #e8e0da;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.pb-32 {
  padding-bottom: 32px;
}

.heading {
  font-size: 1.125em;
}

.h2 {
  margin-bottom: 1.25rem;
  font-size: 2.4rem;
}

.h2.mw-20-5 {
  width: 20ch;
}

.heading-2 {
  font-size: 2.76923rem;
}

.h1 {
  margin-top: 0;
  font-size: 1.1rem;
}

.h3 {
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 300;
}

.p {
  font-size: .9rem;
}

.div-block-11 {
  width: 48ch;
}

.padding---16px {
  height: .4rem;
}

.article-2 {
  color: #000;
}

.detail-img, .detail-img-wrapper._16-9 {
  aspect-ratio: 16 / 9;
}

.detail-img-wrapper._4-5 {
  aspect-ratio: 4 / 5;
}

.link-3 {
  background-color: #dd6e6e;
}

.body-2 {
  color: #f30000;
}

.article-3 {
  color: #ce2020;
}

.path-3 {
  color: var(--color-primary_orange);
  background-color: #ff6e6e;
}

.image-auto {
  width: auto;
  height: auto;
}

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

.section-2 {
  inset: 0% auto auto 0%;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.v-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7a7b7a;
  border-radius: 1.6em;
  width: max-content;
  padding: .75em 1.6em;
  line-height: 1;
  display: block;
}

.button-2:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button-2.black {
  color: #f6fcf4;
  background-color: #212322;
  border-color: #212322;
}

.button-2.black:hover {
  color: #212322;
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.card {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  row-gap: .15rem;
  display: grid;
  position: relative;
}

.card.event-card {
  line-height: 100%;
}

.card-title {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 300;
  text-decoration: none;
}

.inherit {
  color: inherit;
  font-weight: 400;
  font-size: inherit;
}

.inherit.uppercase {
  text-transform: uppercase;
  font-weight: 300;
}

.card-link {
  font-family: var(--font-primary);
  letter-spacing: .03rem;
  text-transform: uppercase;
  color: inherit;
  border-bottom-style: none;
  font-size: .9rem;
  font-weight: 300;
  line-height: 100%;
}

.text-16px {
  font-size: .8rem;
}

.speakers {
  font-size: var(--border-radius-100px);
}

.h-2 {
  line-height: 100%;
}

.h-3 {
  line-height: unset;
}

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

.code-embed-2 {
  display: none;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
}

.button-3 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7a7b7a;
  border-radius: 1.6em;
  width: max-content;
  padding: .75em 1.6em;
  line-height: 1;
  display: block;
}

.button-3:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button-3.white {
  -webkit-backdrop-filter: blur(var(--blur-size));
  backdrop-filter: blur(var(--blur-size));
  color: #f6fcf4;
  background-color: #a6a6a65c;
  border-color: #d8d8d8;
}

.button-3.white:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button-3.white.video-btn {
  transform: translate(0, 150%);
}

.img {
  width: auto;
}

.button-4 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7a7b7a;
  border-radius: 1.6em;
  width: max-content;
  padding: .75em 1.6em;
  line-height: 1;
  display: block;
}

.button-4:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button-4.black {
  color: #f6fcf4;
  background-color: #212322;
  border-color: #212322;
}

.button-4.black:hover {
  color: #212322;
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.card-2 {
  align-items: start;
  row-gap: calc(var(--universal-margin) / 2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
  position: relative;
}

.card-2.project-card {
  justify-items: center;
}

.project-card_progress {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 50%;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 3.84rem;
  height: 3.84rem;
  font-size: 1rem;
  line-height: 1.1em;
  display: flex;
  position: relative;
}

.padding {
  padding-left: 7.2svw;
  padding-right: 7.2svw;
}

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

.cover {
  z-index: -1;
}

.s-cover {
  z-index: -1;
  position: absolute;
  inset: 0;
}

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

.mw-50svw {
  margin-left: auto;
  margin-right: auto;
  padding-inline: calc(50svw - 22em);
}

.figure-content {
  z-index: 1;
  padding-top: 3.6svw;
  padding-bottom: 3.6svw;
  padding-right: 7.2svw;
  position: relative;
}

.figure-image {
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.figure-bg-image {
  z-index: 1;
  object-fit: contain;
  width: 40%;
  height: auto;
  position: absolute;
  inset: -14% 5% auto auto;
}

.figure__two-columns-2 {
  background-image: linear-gradient(90deg, #f6fcf4, #e7f2e3 24%, #e7f2e3);
  align-items: stretch;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6svw;
  display: flex;
  position: relative;
}

.button-5 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7a7b7a;
  border-radius: 1.6em;
  width: max-content;
  padding: .75em 1.6em;
  line-height: 1;
  display: block;
}

.button-5:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button-5.white {
  -webkit-backdrop-filter: blur(var(--blur-size));
  backdrop-filter: blur(var(--blur-size));
  color: #f6fcf4;
  background-color: #a6a6a65c;
  border-color: #d8d8d8;
}

.button-5.white:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.figure-bg-image-bottom {
  z-index: 1;
  object-fit: contain;
  width: 35%;
  height: auto;
  position: absolute;
  bottom: -135px;
  left: auto;
  right: 20%;
}

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

.button-6 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7a7b7a;
  border-radius: 1.6em;
  width: max-content;
  padding: .75em 1.6em;
  line-height: 1;
  display: block;
}

.button-6:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.button-6.white {
  -webkit-backdrop-filter: blur(var(--blur-size));
  backdrop-filter: blur(var(--blur-size));
  color: #f6fcf4;
  background-color: #a6a6a65c;
  border-color: #d8d8d8;
}

.button-6.white:hover {
  background-color: #ffa30b;
  border-color: #ffa30b;
}

.div {
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
}

.figure-bg-image-button {
  z-index: 1;
  object-fit: contain;
  width: 45%;
  height: auto;
  position: absolute;
  inset: -14% 5% auto auto;
}

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

._70 {
  width: 70ch;
}

._70.padding-bottom {
  padding-bottom: 200px;
}

.navbar2 {
  z-index: 999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  transition: transform .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar2.active {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.navbar2.cover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6fcf400;
}

.navbar2._2 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #f6fcf400;
  border: 1px #fff;
  position: fixed;
}

.nounderline {
  border-bottom-style: none;
}

.navbar-cover {
  z-index: 999;
  -webkit-backdrop-filter: blur(3.125em);
  backdrop-filter: blur(3.125em);
  background-color: #f6fcf466;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  transition: transform .3s;
  display: none;
}

.navbar-cover.cover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6fcf400;
}

.navbar-cover._2 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #f6fcf400;
  border: 1px #fff;
  position: fixed;
}

.navbar-cover2 {
  z-index: 999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  transition: transform .3s;
  display: block;
  position: absolute;
}

.navbar-cover2.active {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.navbar-cover2.cover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6fcf400;
}

.navbar-cover2._2 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #f6fcf400;
  border: 1px #fff;
  position: fixed;
}

.nav-cover {
  z-index: 999;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  transition: transform .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-cover.cover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6fcf400;
}

.nav-cover._2 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #f6fcf400;
  border: 1px #fff;
  position: fixed;
}

.nav-cover-stat {
  z-index: 999;
  color: var(--body);
  background-color: #f6fcf400;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-cover-stat.cover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6fcf400;
}

.nav-cover-stat._2 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #f6fcf400;
  border: 1px #fff;
  position: fixed;
}

.link-block {
  color: var(--body-txt);
}

.link-block:hover {
  color: var(--color-primary_green);
}

.lightbox-link-2, .gallery-image_wrapper {
  position: relative;
}

.gallery-2 {
  grid-column-gap: 3svw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding---120px-copy {
  height: 4em;
}

.heading-4 {
  font-family: var(--font-secondary);
}

.section-copy.norightpadding {
  padding-left: 5%;
  padding-right: 0%;
}

.padding---40px-copy {
  height: 1.53846rem;
}

.paragraph-2 {
  margin-left: 140px;
}

.paragraph-3 {
  color: var(--body);
  mix-blend-mode: normal;
  background-color: #15353c;
  padding: 10px 20px;
}

.paragraph-3-copy {
  color: var(--body);
  background-color: #755a38;
  padding: 10px 20px;
}

.paragraph-3-copy-copy {
  color: var(--body);
  background-color: #91775b;
  padding: 10px 20px;
}

.paragraph-3-copy-copy-copy {
  color: var(--body);
  background-color: #1f2d1e;
  padding: 10px 20px;
}

.image-5 {
  object-fit: cover;
  transform-origin: center;
  position: static;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  padding-bottom: 20px;
}

.span {
  font-weight: 400;
}

.padding---60px-copy {
  height: 2.3rem;
}

.section-copy {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-copy.hidden {
  overflow: hidden;
}

.section-copy.bg-light {
  background-color: var(--bg-light);
}

.section-copy.nopadding {
  padding-left: 0%;
  padding-right: 0%;
}

.section-copy.section__green {
  background-color: var(--color-primary_green);
  color: var(--body);
}

.section-copy.hero {
  z-index: 1;
  width: 100%;
  height: 150vh;
}

.section-copy.norightpadding {
  padding-left: 5%;
  padding-right: 0%;
}

.section-copy.inner-cover {
  color: var(--body);
  padding-bottom: 4.66667svw;
  padding-left: 0%;
  padding-right: 0%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 55svh;
  padding-inline: 6svw;
  display: flex;
}

.section-copy.nopr {
  padding-right: 0%;
}

@media screen and (min-width: 1440px) {
  .toltip_body.w--open {
    max-width: 17.0625rem;
  }
}

@media screen and (min-width: 1920px) {
  .navbar._2 {
    position: fixed;
  }

  .hero-image {
    aspect-ratio: auto;
    width: auto;
    height: auto;
  }

  .hero_content-wrapper {
    max-width: 800px;
  }

  .hero_description {
    line-height: 38px;
  }

  .glass_button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn_text {
    font-size: 20px;
    line-height: 32px;
  }

  .hero_subtitle-wrapper {
    font-size: 36px;
    line-height: 30px;
  }

  ._16-9 {
    aspect-ratio: 16 / 9;
  }

  .navbar2._2, .navbar-cover._2, .navbar-cover2._2, .nav-cover._2, .nav-cover-stat._2 {
    position: fixed;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: .05rem;
    font-size: 2.4rem;
  }

  h4 {
    font-size: 1rem;
  }

  .section.inner-cover {
    min-height: 70svh;
  }

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

  .container.mw---1200px {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hidden {
    overflow: hidden;
  }

  .container.flex {
    display: flex;
  }

  .subtitle {
    font-size: 1.4rem;
  }

  .hero-logo_link {
    width: 9rem;
  }

  .link-out.opacity-underline {
    align-self: flex-start;
  }

  .text---20px.caption {
    padding-top: 20px;
  }

  .outline---btn.invert {
    filter: invert();
    margin-left: 0;
    display: inline-flex;
  }

  .padding---80px {
    height: 1.23077rem;
  }

  .padding---120px {
    height: 2em;
  }

  .padding---60px {
    height: 32px;
  }

  .padding---160px {
    height: 56px;
  }

  .mw---1040px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .basic-swiper {
    padding-right: 0;
  }

  .padding---40px {
    height: .923077rem;
  }

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

  .col {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-buttons {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    display: flex;
  }

  .footer-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .line {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .menu-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-style: solid;
    border-width: 1px;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    border-radius: 10000px;
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: auto;
    padding: 0;
    line-height: 0%;
  }

  .menu-button.w--open {
    z-index: 22;
    background-color: #c8c8c800;
  }

  .menu-button._2 {
    border-color: #fff;
    border-bottom-style: solid;
  }

  .navbar {
    background-color: #f6fcf480;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    background-color: #212322f5;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 0;
  }

  .nav-menu.open {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    margin-left: 0;
    display: block;
  }

  .m-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .m-wrapper._2 {
    border-top: 1px #fff;
    border-bottom: 1px #fff;
  }

  .m-line {
    border-style: none none solid;
    border-width: 1px;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    width: 50%;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .lang_btn {
    display: none;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding---100px {
    height: 2em;
  }

  .video-element {
    aspect-ratio: 6.8 / 3.8;
    display: none;
  }

  .video-cover {
    display: block;
  }

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

  .seriya_item.riverse {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: center;
  }

  .video-content {
    width: 15rem;
  }

  .video-iten {
    width: 100%;
    height: 9.5rem;
  }

  .srsk-map-compas {
    display: none;
  }

  .toltip_body.w--open {
    width: 23.7vw;
    padding: 2.6vw;
  }

  .tolltip_icon {
    flex: none;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 11px;
  }

  .tooltips {
    width: 728px;
  }

  .toltip_wrapper._13 {
    left: 572px;
  }

  .toltip_wrapper._12 {
    left: 371px;
  }

  .toltip_wrapper._53 {
    left: 511px;
  }

  .toltip_wrapper._3 {
    left: 72px;
  }

  .toltip_wrapper._4 {
    left: 88px;
  }

  .toltip_wrapper._19 {
    left: 652px;
  }

  .toltip_wrapper._7 {
    left: 505px;
  }

  .toltip_wrapper._1 {
    left: 247px;
  }

  .toltip_wrapper._8 {
    left: 464px;
  }

  .toltip_wrapper._18 {
    left: 657px;
  }

  .toltip_wrapper._5 {
    left: 321px;
  }

  .toltip_wrapper._6 {
    left: 444px;
  }

  .toltip_wrapper._16 {
    left: 646px;
  }

  .toltip_wrapper._14 {
    left: 398px;
  }

  .toltip_wrapper._10 {
    left: 453px;
  }

  .toltip_wrapper._20 {
    left: 300px;
  }

  .toltip_wrapper._15 {
    left: 559px;
  }

  .toltip_wrapper._11 {
    left: 381px;
  }

  .toltip_wrapper._2 {
    left: 1px;
  }

  .toltip_wrapper._17 {
    left: 671px;
  }

  .toltip_wrapper._9 {
    left: 357px;
  }

  .toltip_wrapper._52 {
    left: 419px;
  }

  .map-description {
    line-height: 135%;
  }

  .btn_link {
    border-bottom-style: solid;
    border-bottom-color: #212322;
    align-self: flex-start;
  }

  .srsk-map-wrapper {
    zoom: .9;
    width: 728px;
    height: 550px;
  }

  .tolltip_icon_list {
    flex: none;
    font-size: 11px;
  }

  .contacts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .nav-link.top, .nav-link.white {
    color: var(--body);
  }

  .mw---540px {
    max-width: 27rem;
  }

  .road-wrapper {
    grid-template-columns: 2.46rem auto;
  }

  .road-content {
    grid-column-gap: 32px;
  }

  .team-item {
    grid-column-gap: .923077rem;
    grid-row-gap: .923077rem;
  }

  .testimonial-bg {
    border-top-left-radius: 1.23077rem;
    border-bottom-right-radius: 1.23077rem;
    padding: 0 1.23rem 1.23rem;
  }

  .team-name {
    font-size: 1.6rem;
  }

  ._160x160 {
    width: 8rem;
    height: 8rem;
  }

  .div-block-7 {
    flex-flow: column-reverse;
    grid-auto-flow: column dense;
    max-width: 40rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .tab-link {
    width: auto;
    height: 12.24vw;
  }

  .tabs-content {
    width: 100%;
    max-width: 100%;
    height: 54.3vw;
  }

  .tabs-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 3.13vw;
    padding-left: 0;
  }

  .bg-fon.green-bg {
    z-index: 1;
  }

  .bg-fon._4, .bg-fon._6, .bg-fon._7 {
    display: none;
  }

  .tabs {
    z-index: 2;
    flex-flow: column;
  }

  .tab-pane {
    width: 100%;
  }

  .librry_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .icon---60px {
    width: 5vw;
    height: 5vw;
  }

  .start-job-section.green-bg {
    z-index: 1;
  }

  .body---26px {
    font-size: 2em;
  }

  .white {
    color: var(--body);
  }

  .mb-space {
    display: block;
  }

  .navlink {
    color: var(--body-txt-light);
  }

  .navlink:hover, .navlink.w--current, .navlink.w--current:hover {
    border-bottom-style: none;
  }

  .navlink.underline {
    color: var(--body-txt-light);
  }

  .navlink.underline:hover {
    border-bottom-color: #e3ffda4d;
  }

  .navlink.open {
    order: 1;
    align-self: flex-start;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: inline-flex;
  }

  .navlink.open:hover {
    border-bottom-style: none;
  }

  .navlink.open.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--bg-light);
    color: var(--body);
  }

  .nav-menu_wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 50%;
    margin-left: 0;
    display: grid;
  }

  .mob-lang {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .mob-langw {
    border-color: var(--body);
    color: var(--body);
    margin-left: 0;
    display: block;
  }

  .mob-langw:hover {
    border-color: var(--bg-light);
    color: var(--bg-light);
    -webkit-text-stroke-color: var(--bg-light);
    background-color: #ffa30b00;
  }

  .mob-langw.invert {
    filter: invert();
    margin-left: 0;
    display: inline-flex;
  }

  .figure__two-columns {
    background-image: linear-gradient(90deg, #f6fcf4, #e7f2e3 0%, #e7f2e3);
    grid-template-columns: 1fr;
    margin-right: 5%;
  }

  .button.black {
    font-size: .8rem;
    font-weight: 300;
  }

  .video-heading {
    font-size: 2rem;
  }

  .hero-content-wrapper {
    grid-template-columns: .66fr 1fr;
  }

  .hero_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .col-2 {
    width: 100%;
  }

  .hero_title-wrapper {
    padding-top: 24px;
  }

  .hero_title-wrapper.flex_v-cc {
    justify-content: center;
    align-items: flex-start;
  }

  .h2 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 1rem;
  }

  .p {
    font-size: .8rem;
  }

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

  .mw-50svw {
    max-width: none;
  }

  .figure-content {
    padding-left: 4.5svw;
  }

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

  .figure-bg-image {
    inset: auto 0% 0% auto;
  }

  .full-size-image {
    height: 300px;
  }

  .figure-bg-image-bottom {
    display: none;
    bottom: -2px;
  }

  ._70 {
    width: auto;
  }

  ._70.padding-bottom {
    padding-bottom: 40px;
  }

  .navbar2, .navbar-cover, .navbar-cover2 {
    background-color: #f6fcf480;
    justify-content: flex-start;
    align-items: center;
  }

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

  .nav-cover-stat {
    background-color: #f6fcf480;
    justify-content: flex-start;
    align-items: center;
  }

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

  .padding---120px-copy {
    height: 2em;
  }

  .padding---40px-copy {
    height: .923077rem;
  }

  .padding---60px-copy {
    height: 32px;
  }

  .section-copy.inner-cover {
    min-height: 70svh;
  }
}

@media screen and (max-width: 767px) {
  .section.inner-cover {
    padding-bottom: 10svw;
  }

  .subtitle {
    line-height: 1.2;
  }

  .subtitle._40ch {
    width: auto;
  }

  .hero-logo_link {
    padding-left: 0;
  }

  .text---20px.caption {
    padding-top: 0;
  }

  .padding---120px {
    pointer-events: none;
    height: 3rem;
  }

  .footer-buttons {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .line.mb {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .menu-button.w--open {
    filter: none;
  }

  .div-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 50%;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .padding---100px {
    pointer-events: none;
  }

  .video-element {
    display: none;
  }

  .video-wrapper2 {
    aspect-ratio: 1;
  }

  .video-cover {
    aspect-ratio: 1;
    display: block;
    overflow: hidden;
  }

  .num_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .num_wrapper {
    max-width: none;
  }

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

  .seriya_item.riverse {
    flex-flow: column-reverse;
  }

  .video-content {
    width: 100%;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .video-iten {
    aspect-ratio: 3 / 2;
    width: auto;
    height: auto;
  }

  .srsk-map-wrapper {
    width: 100%;
    height: auto;
    margin-top: -15vw;
    padding-top: 10vw;
    padding-left: 3.7rem;
    padding-right: 3.7rem;
    overflow: auto hidden;
  }

  .h---flex.gap-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .road-content {
    grid-row-gap: 8px;
    flex-flow: column-reverse;
    display: flex;
  }

  .image-400x360 {
    aspect-ratio: 1;
  }

  .road-image, .road-image.top-left_bottom-right {
    max-width: none;
    max-height: 15.625rem;
  }

  .team-item {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-template-columns: 1fr;
  }

  .team-item.riverse {
    flex-flow: column-reverse;
    display: flex;
  }

  .team-body {
    max-width: 100%;
  }

  .dot, .marquee-wrapper {
    display: none;
  }

  .img-link.sticky {
    margin-left: auto;
    margin-right: auto;
  }

  .bg-fon.green-bg {
    left: -18%;
  }

  .bg-fon._6, .bg-fon._7 {
    display: none;
  }

  .librry_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon---60px {
    width: 8vw;
    height: 8vw;
  }

  .gap-48.v {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
  }

  .arrow-title {
    margin-bottom: -33px;
  }

  .video-item {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .navlink.w--current:hover {
    border-bottom-style: none;
  }

  .mob-langw {
    font-weight: 300;
  }

  .figure__two-columns {
    background-image: linear-gradient(#f6fcf4, #e7f2e3 24%, #e7f2e3);
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .button.white.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(12svw - 50%));
  }

  .projects-list {
    row-gap: 10svw;
  }

  .video-heading {
    color: #212322;
    text-align: left;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    position: static;
    transform: none;
  }

  .video-parallax {
    height: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .links-container {
    padding-left: 20px;
  }

  .hero-content-wrapper.container {
    align-items: stretch;
  }

  .video-parallax_image {
    display: none;
  }

  .video-wrapper {
    position: relative;
  }

  .video-parallax-wrapper {
    height: auto;
    padding-inline: 6svw;
  }

  .container-3.hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_title {
    width: 280px;
  }

  .hero_title-wrapper.flex_v-cc {
    padding-top: 40px;
  }

  .h2 {
    font-size: 2rem;
  }

  .button-3.white.video-btn {
    transform: translate(-50%, calc(var(--font-size_h2) * 1.5 - 50%));
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .hide-mb, .mbhide {
    display: none;
  }

  .figure-image {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .figure__two-columns-2 {
    background-image: linear-gradient(#f6fcf4, #e7f2e3 24%, #e7f2e3);
    flex-flow: column;
    margin-left: 6svw;
    margin-right: 6svw;
    padding-left: 0;
    padding-right: 0;
  }

  .figure-bg-image-bottom {
    display: none;
  }

  .div {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .padding---120px-copy {
    pointer-events: none;
    pointer-events: none;
    height: 3rem;
  }

  .section-copy.inner-cover {
    padding-bottom: 10svw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

  .section.section__green.mb {
    padding-right: 0%;
  }

  .container.mw---1200px {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle._40ch {
    width: auto;
  }

  .hero-logo_link {
    width: 8rem;
    height: auto;
  }

  .bg-image {
    display: none;
  }

  .swiper-wrapper.basic-slider-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .swiper-slide.basic-swiperr-item {
    aspect-ratio: 1;
  }

  .swiper-slide.basic-swiperr-item._2 {
    background-color: #9b5e5e;
  }

  .swiper-slide-content.top-left-right {
    background-color: #2242b4;
    flex: none;
    height: 100%;
  }

  .swiper-arrow-wrapper {
    padding-bottom: 24px;
    padding-left: 5%;
  }

  .swiper-arrow-wrapper.left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
  }

  .padding---40px {
    height: 32px;
  }

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

  .footer-buttons {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu {
    align-self: flex-start;
  }

  .line.mb {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-button {
    margin-top: -9px;
  }

  .menu-button.w--open {
    margin-right: -1vw;
    padding-top: 0;
  }

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

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding-top: 10vw;
  }

  .lang_btn.mob {
    display: block;
  }

  .div-block-3 {
    flex-flow: column;
    grid-template-columns: 2.5fr;
    display: flex;
  }

  .num_container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .num {
    font-size: 11.11vw;
  }

  .seriya_item {
    grid-column-gap: 4.44vw;
    grid-row-gap: 4.44vw;
    flex-flow: column;
  }

  .seriya_item.riverse {
    flex-flow: column-reverse;
  }

  .video-content {
    width: 100%;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .toltip_body {
    grid-column-gap: 3.61vw;
    grid-row-gap: 3.61vw;
    display: none;
  }

  .toltip_body.w--open {
    width: 50.83vw;
    padding: 3.6vw 3.6vw 7vw;
  }

  .map-title, .map-description, .btn_link {
    font-size: 3.33vw;
  }

  .srsk-map-wrapper {
    margin-top: -32vw;
    padding-top: 26vw;
  }

  .list {
    grid-column-gap: .769231rem;
    grid-row-gap: .769231rem;
  }

  .marker_item {
    font-size: 4.44vw;
  }

  .list-link {
    font-size: .9rem;
  }

  .tooltip-list-wrapper {
    grid-column-gap: .769231rem;
    grid-row-gap: .769231rem;
    grid-template-columns: 1fr;
  }

  .h---flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block {
    flex-flow: column;
  }

  .map {
    height: 155.56vw;
  }

  .road-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 48px 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .road-content {
    grid-column-gap: 16px;
    flex-flow: column-reverse;
    padding-left: 10px;
  }

  .space {
    width: 1px;
  }

  .road-line {
    width: 32px;
  }

  ._60x60-icon {
    flex: none;
  }

  .road-image {
    width: 100%;
    height: 250px;
  }

  .road-image.top-left_bottom-right {
    max-height: 382.375px;
  }

  .tem-list {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .team-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-bg {
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .team-name {
    font-size: 1.5rem;
  }

  ._160x160 {
    width: 44.44vw;
    height: 44.44vw;
  }

  .tab-link {
    height: 14vw;
  }

  .bg-fon._6 {
    display: none;
  }

  .icon---60px {
    width: 40px;
    height: 40px;
  }

  .gap-48.v {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .arrow-title {
    margin-bottom: 0;
  }

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

  .body---26px {
    font-size: 4.44vw;
  }

  .light-green_wrapper {
    padding: 4.44vw;
  }

  .list-items-2 {
    font-size: 4.44vw;
  }

  ._32px {
    margin-left: -32px;
  }

  .div-block-9 {
    display: inline-flex;
  }

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

  .navlink.w--current {
    border-bottom-style: none;
  }

  .navlink.underline:hover {
    border-bottom-color: #ffffff4d;
  }

  .navlink.open {
    margin-left: 0;
    padding-left: 0;
  }

  .mob-langw {
    border: 1px solid var(--body);
    color: var(--bg-light);
    margin-left: 0;
  }

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

  .gallery_image {
    border-radius: 3.6svw;
  }

  .video-heading {
    margin-bottom: 1.5rem;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 6svh;
  }

  .hero-content-wrapper.container {
    place-items: start;
  }

  .video-parallax-wrapper {
    padding-inline: 6svw;
  }

  .container-3.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_title {
    width: 65vw;
  }

  .hero_title-wrapper.flex_v-cc {
    justify-content: center;
    align-items: flex-start;
    padding-top: 65px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pb-32 {
    padding-bottom: 24px;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .h2.mw-20-5 {
    width: auto;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 1.1rem;
  }

  .p {
    font-size: .9rem;
  }

  .card.project-card {
    row-gap: .05rem;
  }

  .card-2.project-card {
    justify-items: start;
  }

  .project-card_progress {
    padding-bottom: 17px;
    padding-left: 16px;
  }

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

  .h-4 {
    line-height: .5;
  }

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

  .video {
    object-fit: cover;
    width: 100%;
  }

  .navbar2, .navbar-cover, .navbar-cover2, .nav-cover, .nav-cover-stat {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .padding---40px-copy {
    height: 32px;
  }

  .section-copy.section__green.mb {
    padding-right: 0%;
  }
}

#hero-content.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e8a8-bef6b643 {
  align-self: center;
}

#w-node-_26c955c2-5ed6-0196-e8c5-03bca4fb9cc6-a4fb9cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c955c2-5ed6-0196-e8c5-03bca4fb9ccd-a4fb9cc4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26c955c2-5ed6-0196-e8c5-03bca4fb9cce-a4fb9cc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26c955c2-5ed6-0196-e8c5-03bca4fb9ce2-a4fb9cc4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d5c6bc22-0bc9-4577-8acb-3a476c8696f2-e7169893 {
  justify-self: end;
}

#w-node-acf27580-065b-00fa-9b33-a57204e81759-e7169893 {
  justify-self: start;
}

#w-node-b8acd94e-0a8c-5ae9-39ba-1e88928446b4-e7169893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d800306f-ab70-fd57-42b1-9fa816591876-e7169893 {
  justify-self: center;
}

#w-node-d800306f-ab70-fd57-42b1-9fa816591872-e7169893 {
  justify-self: start;
}

#w-node-_57cd3555-6af5-69bb-ef58-feead4a04e73-e7169893 {
  justify-self: end;
}

#w-node-_9ff17919-4891-1247-f32d-934ccd19aa9d-e7169893 {
  justify-self: center;
}

#w-node-_9ff17919-4891-1247-f32d-934ccd19aab2-e7169893 {
  justify-self: start;
}

#w-node-_33adede5-90ef-7027-bd41-c8b895302dd3-e7169893 {
  justify-self: end;
}

#w-node-dbe2d1f3-72c6-f10c-5b2c-9728afed7fa4-e7169893 {
  justify-self: center;
}

#w-node-_774920bd-2743-a3fa-fe45-19cdb26e066d-e7169893 {
  justify-self: end;
}

#w-node-_58941920-a9e3-f715-595e-748b579547b3-e7169893 {
  justify-self: center;
}

#w-node-b1216040-3d78-50e2-aa6d-e3f49b74556a-e7169893 {
  justify-self: end;
}

#w-node-b334fd2a-36b2-69ce-ae2b-cf62e88343a3-e7169893 {
  justify-self: center;
}

#w-node-_860ceed9-f1ee-daa8-1491-4a6bbb9664fb-e7169893 {
  justify-self: end;
}

#w-node-_8fcc8f14-ef4f-d56d-9722-72d5761d0b06-e7169893 {
  justify-self: center;
}

#w-node-_6c8662c5-c578-cbfa-b738-f6aae791b956-e7169893 {
  justify-self: end;
}

#w-node-d31aed6f-88e0-d718-0e2c-d0ae049b7a56-e7169893 {
  justify-self: center;
}

#w-node-ff20c6c8-fdc5-c33f-5163-af953cb687b2-ac30a75a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b7f5940c-75af-3f62-80eb-89b0056c63c3-ac30a75a, #w-node-_5e5d4ac1-d1e3-77f1-a40b-4fa6dce980c7-ac30a75a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f761f8f2-6ae6-b071-241e-0cfe090e7852-090e784c {
  justify-self: start;
}

#w-node-_939eb09d-1b41-0499-2624-277581f49aae-26dd9fd6, #w-node-_78077841-ab7f-d5d8-a01f-903648bc9328-26dd9fd6 {
  place-self: stretch stretch;
}

#w-node-_20b82aae-9bbd-ca09-9478-8e615b3e490b-4f0da9f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab6ced1e-6e3f-d7f0-cd08-3475eb5d0e95-2a31d74c, #w-node-ab6ced1e-6e3f-d7f0-cd08-3475eb5d0e95-f4814ce0 {
  grid-area: span 9 / span 12 / span 9 / span 12;
}

#hero-content.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e8a8-4a363d76 {
  align-self: center;
}

#w-node-ab6ced1e-6e3f-d7f0-cd08-3475eb5d0e95-a6bc2e22 {
  grid-area: span 9 / span 12 / span 9 / span 12;
}

#hero-content.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e8a8-931eaa51 {
  align-self: center;
}

#w-node-_7cfe9154-cde9-ec8d-26e4-8da5571a4be2-571a4be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfe9154-cde9-ec8d-26e4-8da5571a4be9-571a4be0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7cfe9154-cde9-ec8d-26e4-8da5571a4bea-571a4be0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cfe9154-cde9-ec8d-26e4-8da5571a4bfe-571a4be0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ff20c6c8-fdc5-c33f-5163-af953cb687b2-aac9efde {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b7f5940c-75af-3f62-80eb-89b0056c63c3-aac9efde, #w-node-_5e5d4ac1-d1e3-77f1-a40b-4fa6dce980c7-aac9efde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_939eb09d-1b41-0499-2624-277581f49aae-734167aa, #w-node-_78077841-ab7f-d5d8-a01f-903648bc9328-734167aa {
  place-self: stretch stretch;
}

#w-node-_20b82aae-9bbd-ca09-9478-8e615b3e490b-901a5f3d, #w-node-cc8271e1-38f8-215b-f95c-8d126ded80de-32e2e549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2320b605-60ed-74f3-542a-02906c9401f4-32e2e549 {
  grid-area: span 9 / span 12 / span 9 / span 12;
}

#w-node-d5c6bc22-0bc9-4577-8acb-3a476c8696f2-353e52ff {
  justify-self: end;
}

#w-node-acf27580-065b-00fa-9b33-a57204e81759-353e52ff {
  justify-self: start;
}

#w-node-b8acd94e-0a8c-5ae9-39ba-1e88928446b4-353e52ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d800306f-ab70-fd57-42b1-9fa816591876-353e52ff {
  justify-self: center;
}

#w-node-d800306f-ab70-fd57-42b1-9fa816591872-353e52ff {
  justify-self: start;
}

#w-node-_57cd3555-6af5-69bb-ef58-feead4a04e73-353e52ff {
  justify-self: end;
}

#w-node-_9ff17919-4891-1247-f32d-934ccd19aa9d-353e52ff {
  justify-self: center;
}

#w-node-_9ff17919-4891-1247-f32d-934ccd19aab2-353e52ff {
  justify-self: start;
}

#w-node-_33adede5-90ef-7027-bd41-c8b895302dd3-353e52ff {
  justify-self: end;
}

#w-node-dbe2d1f3-72c6-f10c-5b2c-9728afed7fa4-353e52ff {
  justify-self: center;
}

#w-node-_774920bd-2743-a3fa-fe45-19cdb26e066d-353e52ff {
  justify-self: end;
}

#w-node-_58941920-a9e3-f715-595e-748b579547b3-353e52ff {
  justify-self: center;
}

#w-node-b1216040-3d78-50e2-aa6d-e3f49b74556a-353e52ff {
  justify-self: end;
}

#w-node-b334fd2a-36b2-69ce-ae2b-cf62e88343a3-353e52ff {
  justify-self: center;
}

#w-node-_860ceed9-f1ee-daa8-1491-4a6bbb9664fb-353e52ff {
  justify-self: end;
}

#w-node-_8fcc8f14-ef4f-d56d-9722-72d5761d0b06-353e52ff {
  justify-self: center;
}

#w-node-_6c8662c5-c578-cbfa-b738-f6aae791b956-353e52ff {
  justify-self: end;
}

#w-node-d31aed6f-88e0-d718-0e2c-d0ae049b7a56-353e52ff {
  justify-self: center;
}

#w-node-ab6ced1e-6e3f-d7f0-cd08-3475eb5d0e95-aabe3242, #w-node-ab6ced1e-6e3f-d7f0-cd08-3475eb5d0e95-d4a6cfad {
  grid-area: span 9 / span 12 / span 9 / span 12;
}

#w-node-cc8271e1-38f8-215b-f95c-8d126ded80de-4ee24edc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2320b605-60ed-74f3-542a-02906c9401f4-4ee24edc {
  grid-area: span 9 / span 12 / span 9 / span 12;
}

#w-node-_20b82aae-9bbd-ca09-9478-8e615b3e490b-df294f75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_26c955c2-5ed6-0196-e8c5-03bca4fb9cd9-a4fb9cc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26c955c2-5ed6-0196-e8c5-03bca4fb9ce3-a4fb9cc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d800306f-ab70-fd57-42b1-9fa816591876-e7169893 {
    justify-self: end;
  }

  #w-node-ff20c6c8-fdc5-c33f-5163-af953cb687b2-ac30a75a {
    grid-row: span 1 / span 1;
  }

  #w-node-_7cfe9154-cde9-ec8d-26e4-8da5571a4bf5-571a4be0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7cfe9154-cde9-ec8d-26e4-8da5571a4bff-571a4be0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff20c6c8-fdc5-c33f-5163-af953cb687b2-aac9efde {
    grid-row: span 1 / span 1;
  }

  #w-node-d800306f-ab70-fd57-42b1-9fa816591876-353e52ff {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3e097828-88b1-3759-9830-5bd9f8f23d1b-ac30a75a {
    justify-self: stretch;
  }

  #w-node-f761f8f2-6ae6-b071-241e-0cfe090e7852-090e784c, #w-node-_04b7799c-6657-fdcb-c111-f06755deff63-55deff62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e097828-88b1-3759-9830-5bd9f8f23d1b-aac9efde {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #hero-logo.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e894-bef6b643, #hero-content.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e8a8-bef6b643 {
    align-self: start;
  }

  #w-node-f604f479-d3d1-5577-35b2-94c2110f4235-ac30a75a, #w-node-caff1e23-86d6-dd1f-b0b9-f4c616e105ab-ac30a75a, #w-node-_5e5d4ac1-d1e3-77f1-a40b-4fa6dce980d5-ac30a75a, #w-node-d072eba2-b049-169b-f878-7cd9e85b91b6-ac30a75a, #w-node-_400d1410-4de9-9019-2f51-406d8e7f141c-ac30a75a {
    justify-self: center;
  }

  #hero-logo.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e894-4a363d76, #hero-content.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e8a8-4a363d76, #hero-logo.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e894-931eaa51, #hero-content.w-node-d03967e6-1fbd-3594-8c5a-d06424e4e8a8-931eaa51 {
    align-self: start;
  }

  #w-node-f604f479-d3d1-5577-35b2-94c2110f4235-aac9efde, #w-node-caff1e23-86d6-dd1f-b0b9-f4c616e105ab-aac9efde, #w-node-_5e5d4ac1-d1e3-77f1-a40b-4fa6dce980d5-aac9efde, #w-node-d072eba2-b049-169b-f878-7cd9e85b91b6-aac9efde, #w-node-_400d1410-4de9-9019-2f51-406d8e7f141c-aac9efde {
    justify-self: center;
  }
}

