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

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

strong {
  color: #192024;
  font-weight: 700;
}

.navigation-link {
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #192024;
}

.navigation-link:hover {
  color: #1e7f78;
}

.navigation-link.w--current {
  color: #02525d;
}

.navigation-link.btn-link {
  margin-top: 23px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #02525d;
  border-radius: 5px;
  background-color: #02525d;
  color: #f0f0f0;
}

.navigation-link.btn-link:hover {
  background-color: transparent;
  color: #02525d;
}

.navigation-link.btn-link.hidden {
  display: none;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  background-color: #fff;
}

.brand-link {
  margin-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.brand-link.w--current {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.section {
  position: relative;
  z-index: 1000;
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #02525d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 82, 93, 0.5)), to(rgba(2, 82, 93, 0.5))), url('../images/collage-2231082_1920-6-2.png');
  background-image: linear-gradient(180deg, rgba(2, 82, 93, 0.5), rgba(2, 82, 93, 0.5)), url('../images/collage-2231082_1920-6-2.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section.privacy {
  padding-top: 155px;
}

.section.accent-noimg {
  background-color: #02525d;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section.magrin-navbar {
  margin-top: 0px;
  padding-top: 220px;
}

.white-box {
  position: relative;
  width: 30%;
  padding: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.hero-section {
  position: relative;
  z-index: 2000;
  height: 100vh;
  margin-bottom: 20px;
  padding-top: 155px;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-heading {
  position: relative;
  z-index: 2000;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: left;
}

.hero-subheading {
  position: relative;
  z-index: 2000;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.hero-subheading.centered {
  text-align: center;
}

.hero-subheading.centered.white-text.large-txt {
  font-size: 30px;
  line-height: 1;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #192024;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.white {
  position: relative;
  color: #fff;
}

.section-title-group {
  position: relative;
  margin-bottom: 60px;
}

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

.footer.center {
  position: relative;
  z-index: 1000;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}

.footer-text {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #192024;
  font-size: 14px;
  text-decoration: none;
}

.footer-text:hover {
  color: #1e7f78;
}

.footer-text.no-hov:hover {
  color: #192024;
}

.grid-image {
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.container {
  position: relative;
  max-width: 1200px;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.contact-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #192024;
}

.nav-logo {
  height: 40px;
}

.nav-container {
  max-width: 1200px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.hero-txt-container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-logo-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  margin-left: 8%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-logo-wrap {
  position: absolute;
  top: 10%;
  z-index: 900;
  width: 50vw;
  height: 100%;
}

.logo {
  position: relative;
  height: 135%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-link.logo-kbi {
  background-image: url('../images/KBI_brand_dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-kbi:hover {
  background-image: url('../images/KBI_brand_light.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-wateriga {
  background-image: url('../images/Wateriga_brand_dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-wateriga:hover {
  background-image: url('../images/Wateriga_brand_light.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-gtc {
  background-image: url('../images/Green_tech_claster_brand_dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-gtc:hover {
  background-image: url('../images/Green_tech_claster_brand_light.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-sonido {
  background-image: url('../images/Sonido_brand_dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners-link.logo-sonido:hover {
  background-image: url('../images/Sonido_brand_light.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.grid-img-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 20px auto;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #1e7f78;
  border-radius: 50%;
}

.vitruvian-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 106px;
  height: 106px;
  margin: 10px;
  border-radius: 50%;
  background-color: rgba(2, 82, 93, 0.7);
}

.image-2 {
  max-width: 40%;
}

.contacts-link {
  position: relative;
  z-index: 2000;
  display: block;
  margin-bottom: 30px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.contact-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.image-3 {
  height: 16px;
}

.contacts-img-wrap {
  position: relative;
  z-index: 2001;
  width: 400px;
  height: 400px;
  margin: 20px auto;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
}

.contacts-img {
  display: block;
  width: 376px;
  height: 376px;
  border-radius: 50%;
}

.rich-text-block {
  color: #192024;
}

.rich-text-block p {
  text-align: left;
}

.rich-text-block a {
  color: #02525d;
  text-decoration: none;
}

.contact-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 8%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contacts-v-logo {
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: 2000;
  height: 75%;
  margin-right: -100%;
}

.language-buttons-wrap {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-2.left-txt {
  text-align: left;
}

.left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.left-1 {
  width: 50%;
  padding: 50px 40px 50px 20px;
}

.screenshot {
  border-radius: 3px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
}

.right-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  position: relative;
  z-index: 1000;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.section-2.mt0 {
  margin-top: 0px;
}

.right-2 {
  width: 50%;
  padding: 50px 20px 50px 40px;
  text-align: left;
}

.heading-2 {
  position: relative;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

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

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wrap-2.b.mt0 {
  margin-top: 0px;
}

.services-dot-wrap {
  position: absolute;
  width: 130px;
  height: 130px;
  margin: 20px auto;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #1e7f78;
  border-radius: 50%;
}

.services-dot-wrap.img-left {
  left: -40px;
  top: -80px;
  right: auto;
  bottom: auto;
}

.services-dot-wrap.img-right {
  left: auto;
  top: auto;
  right: -40px;
  bottom: -80px;
}

.contact-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-wrarp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-dot {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 106px;
  height: 106px;
  margin: 10px;
  border-radius: 50%;
  background-color: #02525d;
}

.sub-heading {
  position: relative;
  z-index: 2000;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.sub-heading.centered {
  text-align: center;
}

.paragraph-3 {
  position: relative;
}

.container-4 {
  position: relative;
}

.img-wrap {
  position: relative;
  width: 100%;
}

.value-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-wrapper {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  text-align: left;
}

.blog-title-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-title-link:hover {
  opacity: 0.61;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 33px;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: #969696;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.post-summary {
  display: block;
  margin-bottom: 14px;
  line-height: 144%;
}

.button-round {
  padding: 5px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.button-round:hover {
  border-color: #333;
  color: #333;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

.body-3 {
  font-family: Roboto, sans-serif;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-delay-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-delay-2nd-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-delay-3th-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-delay-4th-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-delay-5th-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    display: block;
    padding: 20px 40px;
    color: #676770;
  }

  .navigation-link.w--current {
    color: #02525d;
  }

  .navigation-link.language {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navigation-link.btn-link {
    display: block;
    width: 119px;
    margin-bottom: 20px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    color: #f0f0f0;
    text-align: center;
  }

  .hamburger-button {
    padding: 33px 20px;
    background-color: transparent;
  }

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

  .navigation-menu {
    z-index: 3000;
    background-color: #ecf0f1;
  }

  .section.magrin-navbar {
    padding-top: 140px;
  }

  .hero-section {
    padding-top: 90px;
  }

  .hero-heading {
    width: 300px;
  }

  .section-heading.centered {
    position: relative;
  }

  .footer.center {
    background-color: #fff;
  }

  .nav-container {
    margin-top: 0px;
    background-color: #fff;
  }

  .burger-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-bar {
    width: 28px;
    height: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #02525d;
  }

  .hero-txt-container-flex {
    width: 50%;
  }

  .hero-logo-flex {
    width: 40%;
    margin-left: 10%;
  }

  .hero-logo-wrap {
    z-index: 1000;
  }

  .contacts-link {
    width: 300px;
  }

  .contacts-img-wrap {
    width: 300px;
    height: 300px;
  }

  .contacts-img {
    width: 276px;
    height: 276px;
  }

  .contacts-logo-wrap {
    margin-left: 10%;
  }

  .language-buttons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .left-2 {
    padding-right: 20px;
  }

  .container-3 {
    position: relative;
  }

  .left-1 {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
  }

  .right-1 {
    padding-left: 20px;
  }

  .section-2.mt0 {
    margin-bottom: 20px;
  }

  .right-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .wrap-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link {
    padding-left: 0px;
  }

  .section.accent {
    background-size: auto 100%;
  }

  .section.accent-noimg {
    background-size: auto 100%;
  }

  .section.magrin-navbar {
    padding-top: 100px;
  }

  .white-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .contacts-link {
    margin-bottom: 15px;
  }

  .contacts-img-wrap {
    width: 180px;
    height: 180px;
  }

  .contacts-img {
    width: 156px;
    height: 156px;
  }

  .left-2 {
    width: 100%;
    padding: 20px 0px 0px;
  }

  .left-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .right-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2.b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .services-dot-wrap.img-left {
    left: -20px;
    top: -60px;
  }

  .services-dot-wrap.img-right {
    right: -20px;
    bottom: -80px;
  }

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

  .value-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-wrapper {
    margin-right: 0%;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-bottom: 30px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link.w--current {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .section.magrin-navbar {
    padding-top: 100px;
  }

  .section-title-group.m-small {
    margin-bottom: 20px;
  }

  .hero-logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .logo {
    height: 60%;
  }

  .logo-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-link {
    width: 40%;
  }

  .contacts-link {
    width: auto;
  }

  .contacts-img-wrap {
    width: 180px;
    height: 180px;
  }

  .contacts-img {
    width: 156px;
    height: 156px;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-txt-wrap {
    width: 100%;
  }

  .contacts-v-logo {
    left: 5%;
    top: -50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .paragraph-2.left-txt {
    text-align: justify;
  }

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

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2717a6c25a9-5335a45a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b2717a6c25a9-05ebe166 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

