:root {
  --diamond: #4cffc0;
  --fffwhite: white;
  --black: #1b1b1b;
  --pale-turquoise: #7be9f1;
  --white: var(--diamond);
  --fff: var(--diamond);
}

body {
  color: #fff;
  background-color: #1b1b1b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h5 {
  opacity: .8;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .4s;
}

h5:hover {
  opacity: 1;
}

a {
  color: var(--diamond);
  text-decoration: none;
}

.c_section_general {
  width: 100%;
}

.c_section_general.hide {
  display: none;
}

.c_section_general.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  display: none;
}

.c_section_general.page {
  margin-top: 120px;
}

.c_container-main {
  width: 95%;
  max-width: 1000px;
  height: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.c_container-main.menu {
  min-height: auto;
}

.c_container-main.small {
  max-width: 800px;
}

.c_container-main.cotnact {
  max-width: 600px;
}

.c_container-main.cont_wide-zzzz {
  max-width: 1200px;
}

.c_menu-64 {
  width: 100%;
  height: 64px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 900px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c_title {
  max-width: 550px;
  margin: 64px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.c_col1 {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.s_tab_link {
  background-color: #fff;
}

.s_tab_link.w--current {
  background-color: #ebebeb;
}

.image {
  width: 100%;
}

.rich-text-block {
  width: 100%;
  min-height: 300px;
}

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

.c_container_def {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.gallery-slide {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: flex;
}

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

.gallery-slide-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3232324d;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 400px;
  max-height: 700px;
  margin: 24px auto 64px;
  padding: 32px;
  display: grid;
  position: relative;
}

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

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

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

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

.slider-arrow-embed {
  color: #1a1b1f;
  max-width: 24px;
}

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

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

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

.c2col-slider {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c_col1_30 {
  width: 30%;
  min-height: 200px;
}

.c_col-270---frame {
  width: 70%;
  height: 100%;
  min-height: 200px;
  display: flex;
}

.c-anim-view-frame-cut {
  background-color: #cacaca;
  width: 100%;
  height: 100%;
  display: block;
  overflow: scroll;
}

.c_strip-scroll-180 {
  justify-content: flex-start;
  width: 220%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.c_element {
  background-color: #797979;
  width: 100%;
  height: 100%;
  margin-right: 8px;
}

.c_arrow {
  background-color: #ebebeb;
  width: 32px;
  height: 100%;
}

.c_element_image {
  width: 100%;
  height: 100%;
}

.c_element_textover {
  position: static;
  inset: auto 0% 0%;
}

.c_tab_description {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.rich-text-block-2 {
  color: #fff;
}

.c_2col_hero {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colhero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colhero.image {
  align-items: center;
}

.s_txt_subtitle {
  margin-top: 32px;
  line-height: 130%;
}

.c_tabs-menu_k {
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c_tabs-menu_k.hide {
  display: none;
}

.tabs {
  width: 90%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.img_prof {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  display: block;
  box-shadow: 0 0 30px #0006;
}

.tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.tab_link {
  color: #fff;
  background-color: #f8f8f800;
  margin-left: 8px;
  margin-right: 8px;
}

.tab_link.w--current {
  background-color: #0000;
  border-bottom: 3px solid #fff;
  display: block;
}

.tab_link.hide {
  background-color: #fff;
  display: none;
}

.tab_link.hide.w--current {
  background-color: #fff0;
  border-bottom-color: #fff;
}

.c_link_card {
  color: #6dffcc;
  margin-top: 12px;
  margin-bottom: 24px;
  display: block;
}

.apps {
  padding-top: 24px;
  display: block;
}

.body {
  font-family: Open Sans, sans-serif;
}

.rich-text-block-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-size: 15px;
}

.s_card_title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.body_force {
  color: #fff;
  background-color: #191919;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 125%;
}

.link---text---blue {
  color: #7be9f1;
  text-decoration: none;
  display: block;
}

.c_dim {
  margin-right: 32px;
}

.c_2col {
  flex-direction: column;
  margin-bottom: 64px;
  display: flex;
}

.tabs-content {
  max-width: 1200px;
  min-height: 300px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px;
}

.style {
  display: block;
}

.body-2 {
  color: #fff;
  background-color: #1c1c1c;
}

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

.s_txt_title {
  margin-bottom: 32px;
}

.footer {
  background-color: #2d2d2d;
  padding-top: 64px;
}

.link-3 {
  display: block;
}

.c-2col_4cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
}

.c-2col_4cards._3_only {
  grid-template-columns: 1fr 1fr 1fr;
}

.c_card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--fffwhite);
  border-radius: 40px;
  min-height: 260px;
  padding: 40px 40px 46px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.c_card:hover {
  color: #000;
  background-color: #ffffffe6;
}

.image-2 {
  z-index: -1;
  opacity: .2;
  object-fit: cover;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rich-text-block-4 {
  opacity: 1;
  display: none;
}

.title_home {
  margin-top: 30px;
  font-size: 28px;
  line-height: 130%;
}

.title_home.dim {
  opacity: .2;
}

.body-3 {
  background-image: url('../images/bg-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.navigation {
  display: none;
}

.bg {
  z-index: -2;
  opacity: .1;
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  margin-left: -5%;
  position: static;
  inset: 0%;
  overflow: visible;
}

.contain_bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.description {
  opacity: .3;
  color: #fff;
  max-width: 300px;
  margin-top: 24px;
  display: none;
}

.description.dim {
  opacity: .2;
}

.grid_products {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin: 60px auto;
  display: grid;
}

.grid_products.projects {
  margin-top: 120px;
}

.grid_products._2col {
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
}

.c_product_card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.image-3 {
  opacity: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 320px;
  min-height: 240px;
  transition: opacity .4s;
}

.image-3:hover {
  opacity: 1;
}

.paragraph {
  font-size: 13px;
}

.link-product {
  margin-top: 8px;
  display: none;
}

.z-c_cont_1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.z-c_cont_1200.center_container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.z-c_cont_1200._1000max {
  max-width: 1000px;
}

.c_page_title {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
}

.heading---event-title-card {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.c_title_section {
  max-width: 1000px;
  margin: 120px auto 20px;
}

.team-slider-nav {
  color: #d7d7d7;
  margin-top: 24px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  line-height: 130%;
  position: static;
  bottom: -60px;
}

.team-slider {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 80px;
  position: relative;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.c_eventcard {
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image--event-card {
  filter: none;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 280px;
  margin-bottom: 8px;
  transition: all .4s;
}

.image--event-card:hover {
  filter: grayscale(0%);
}

.team-slider-arrow {
  margin-left: -80px;
  display: block;
}

.team-slider-arrow.right {
  margin-left: 0;
  margin-right: -80px;
}

.icon-arrow, .icon-arrow.right {
  font-size: 22px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt_exp-b {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}

.navbar-logo-center {
  z-index: 999;
  background-color: var(--black);
  width: 100%;
  position: sticky;
  top: 0;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1100px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-home-top {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-home-top.w--current {
  position: static;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-5 {
  object-fit: fill;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
}

.heading-2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.link-card {
  opacity: 1;
  filter: none;
  color: var(--fffwhite);
  transition: opacity .4s;
}

.link-card:hover {
  opacity: 1;
  filter: none;
  color: var(--fffwhite);
  text-align: left;
}

.heading-3 {
  font-weight: 500;
}

.image-6 {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: block;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo.w--current {
  margin-top: 40px;
}

.logo.bottom {
  color: var(--fffwhite);
  margin-top: 50px;
}

.logo.bottom.w--current {
  display: none;
}

.footer_lsmall {
  border-top: 1px solid #353535;
  padding-top: 60px;
  padding-bottom: 80px;
}

.hide_div {
  display: none;
}

.title_card_event {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
}

.heading-4-footer {
  opacity: .6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
}

.social_link {
  opacity: .6;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
}

.social_link:hover {
  opacity: 1;
}

.social_link.top, .social_link.bottom {
  margin-left: 0;
  margin-right: 0;
}

.socials {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.socials.top, .socials.bottom {
  margin-top: 0;
}

.socials.home {
  margin-top: 24px;
}

.heading-5 {
  font-size: 13px;
}

.heading-5.backhomehied {
  display: none;
}

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

.center-vert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-2, .next {
  display: none;
}

.past {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.soon {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.h1_page_title {
  font-size: 60px;
}

.paragraph-intr--text {
  text-align: center;
  width: 90%;
  max-width: 560px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lnk_nav {
  opacity: .7;
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 12px;
  transition: opacity .3s;
  display: block;
}

.lnk_nav:hover {
  opacity: 100;
}

.lnk_nav.w--current {
  opacity: 100;
  color: #fff;
  font-weight: 400;
}

.lnk_nav.w--current:hover {
  color: #bbfff8;
}

.lnk_nav.unhide, .lnk_nav.unhide.w--current {
  display: block;
}

.container_nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c_link_bottom {
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  display: flex;
}

.left {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.c_links_top {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navbar-logo-left-container.shadow-three {
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav-link-2 {
  opacity: .5;
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .4s;
}

.nav-link-2:hover {
  opacity: 100;
  color: #ffffffbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  opacity: 100;
  color: #fff;
  border-radius: 4px;
}

.nav-link-2.w--current {
  opacity: 100;
}

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

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

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

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

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

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

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

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

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

.c_nav-divider-line {
  opacity: .5;
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.hide_li {
  display: none;
}

.body-4 {
  background-color: var(--black);
}

.c_page_space {
  height: 80px;
}

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

.works_footer {
  color: var(--fffwhite);
  margin-left: 5px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.c_bottom_socials {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spacer_bottom_pre_foot {
  height: 80px;
}

@media screen and (max-width: 991px) {
  .c_container-main {
    width: 90%;
  }

  .c_container_def {
    max-width: 728px;
  }

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

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

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

  .title_home {
    font-size: 17px;
    line-height: 120%;
  }

  .description {
    opacity: .7;
  }

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

  .grid_products.projects {
    max-width: 620px;
  }

  .heading---event-title-card {
    font-size: 24px;
  }

  .team-slider-nav {
    font-size: 10px;
  }

  .image--event-card {
    margin-bottom: 4px;
  }

  .team-slider-arrow {
    opacity: .5;
    margin-left: 0;
  }

  .team-slider-arrow:hover {
    opacity: 1;
  }

  .team-slider-arrow.right {
    margin-right: 0;
  }

  .icon-arrow {
    background-color: #050505b3;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 19px;
    font-size: 10px;
    transition: background-color .3s;
    display: flex;
  }

  .icon-arrow:hover {
    background-color: #050505cc;
  }

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

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

  .txt_exp-b {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-logo-center-container.shadow-three {
    width: 90%;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .logo-home-top {
    position: relative;
  }

  .logo-home-top.w--current {
    min-width: 40px;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
    display: none;
  }

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

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

  .social_link.top {
    width: 46px;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .icon {
    display: none;
  }

  .center-vert {
    width: 90%;
  }

  .container_nav {
    max-width: 728px;
  }

  .c_link_bottom {
    margin-left: 20px;
  }

  .c_spacer_product {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .nav-menu-wrapper {
    background-color: #000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-two {
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .c_container-main {
    max-width: 560px;
  }

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

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

  .gallery-slide-image {
    grid-template-columns: 1fr;
    max-height: 100%;
  }

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

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

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

  .c-2col_4cards._3_only {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .c_card {
    width: auto;
    max-width: 260px;
    min-height: 150px;
    padding: 32px;
  }

  .title_home {
    font-size: 13px;
  }

  .description {
    max-width: 260px;
    font-size: 12px;
  }

  .grid_products {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 480px;
  }

  .grid_products.projects {
    max-width: 310px;
  }

  .grid_products._2col {
    grid-template-columns: 1fr;
  }

  .team-slider-nav {
    font-size: 8px;
  }

  .team-slider {
    width: 90%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 60px;
  }

  .team-slider-arrow {
    margin-left: 0;
  }

  .team-slider-arrow.right {
    margin-right: 0;
  }

  .team-slide-wrapper {
    width: 100%;
  }

  .logo-home-top {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

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

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

  .heading-4-footer {
    margin-right: 0;
  }

  .socials.top {
    margin-bottom: 60px;
  }

  .center-vert {
    max-width: 500px;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20vh;
  }

  .paragraph-intr--text {
    margin-left: auto;
  }

  .lnk_nav {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .c_link_bottom {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .left {
    flex-flow: column;
    position: absolute;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .c_nav-divider-line {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .c_bottom_socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .c_container-main.cont_wide-zzzz {
    width: 100%;
  }

  .c_container_def {
    max-width: none;
  }

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

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

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

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

  .c2col-slider {
    flex-direction: column;
  }

  .c_col1_30 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .c_col-270---frame {
    width: 100%;
  }

  .c_2col_hero {
    flex-direction: column-reverse;
  }

  .colhero {
    width: 95%;
  }

  .colhero.image {
    padding-bottom: 16px;
  }

  .s_txt_subtitle {
    margin-top: 16px;
  }

  .rich-text-block-3, .s_card_title {
    color: #fff;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .c-2col_4cards, .c-2col_4cards._3_only {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .c_card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 200px;
    max-width: 240px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    display: flex;
  }

  .title_home {
    margin-top: 8px;
    margin-bottom: 32px;
    padding-left: 16px;
    font-size: 14px;
  }

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

  .description {
    margin-top: 0;
    font-size: 12px;
  }

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

  .heading---event-title-card {
    text-align: center;
    font-size: 18px;
  }

  .team-slider-nav {
    letter-spacing: -340px;
    font-size: 3px;
    line-height: 150%;
  }

  .team-slider {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c_eventcard {
    padding-left: 0;
    padding-right: 8px;
  }

  .team-slider-arrow {
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .icon-arrow {
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .icon-arrow.right {
    margin-left: 58px;
    margin-right: 0;
  }

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

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

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

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

  .title_card_event {
    text-align: center;
    margin-top: 16px;
  }

  .heading-4-footer {
    font-size: 14px;
  }

  .social_link {
    margin-left: 0;
    margin-right: 0;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .center-vert {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 100%;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

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

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

#w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d108-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d109-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d10a-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d10f-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d111-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d116-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d117-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d118-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d11d-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d11e-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d11f-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d124-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d125-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d126-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d12b-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d12c-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d12d-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d132-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d133-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d134-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d139-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d13a-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d13b-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d140-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d141-c7115384, #w-node-_6303bd25-1a4c-e11d-8a41-cdf5d3d2d142-c7115384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
