.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;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 4px 4px 17px -4px rgba(0, 0, 0, 0.18);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.section {
  display: block;
  height: 50px;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
}

.grid {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  color: #fff;
  text-decoration: none;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 60px 5px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001a2e;
}

.link-2 {
  margin-left: 3px;
  padding-left: 0px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-2:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.div-block-2:active {
  background-color: rgba(0, 213, 255, 0.26);
}

.lottie-animation {
  height: 35px;
}

.brand {
  height: 61px;
  padding: 0px 100px;
  background-image: url('../images/Group-2363.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-container {
  display: block;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-landing {
  height: 80vh;
  margin-top: 100px;
}

.mask {
  height: 80vh;
  background-color: #fff;
}

.slider {
  height: 80vh;
}

.slide {
  background-image: url('../images/milad-fakurian-58Z17lnVS4U-unsplash.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/milad-fakurian-UYgrVfIhBec-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/milad-fakurian-UYgrVfIhBec-unsplash.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
}

.div-block-3 {
  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;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding: 100px 60px 140px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001a2d), to(#001a2d));
  background-image: linear-gradient(180deg, #001a2d, #001a2d);
}

.heading-2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.bold-text {
  color: #fff;
}

.paragraph {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  text-indent: 0px;
}

.heading-3 {
  margin-top: 0px;
  font-size: 20px;
}

.column {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
}

.column-2 {
  height: auto;
  min-height: 650px;
  background-image: radial-gradient(circle closest-side at 46% 45%, transparent, rgba(0, 4, 7, 0.15) 0%, #001a2d), url('../images/minh-pham-HI6gy-p-WBI-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.button {
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  border-bottom: 4px solid #00d4ff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00d4ff;
  font-weight: 700;
  text-decoration: none;
}

.button:hover {
  border-bottom-width: 7px;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.button:active {
  background-color: rgba(0, 213, 255, 0.17);
}

.paragraph-2 {
  color: #fff;
  font-size: 16px;
}

.bold-text-2 {
  font-size: 30px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00101b;
  background-image: url('../images/footer-bg.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

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

.list {
  color: #fff;
}

.nav-link {
  font-weight: 400;
}

.nav-link.w--current {
  color: #001a2d;
  font-weight: 800;
}

.nav-link.w--current:hover {
  font-weight: 700;
}

.nav-link.w--current:active {
  border-radius: 10px;
  background-color: #ebebeb;
}

.text-block {
  margin-left: 4px;
  color: #fff;
  font-weight: 700;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
}

.cursor-dot {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
}

.mouse {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mouse-dot {
  width: 15px;
  height: 15px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.container-2 {
  width: 1920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 6em 5em 5em;
}

.new-div {
  display: block;
  width: 254px;
  height: 0px;
  border-top: 1px solid #3e3e3e;
  opacity: 0.79;
}

.div_magnetic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2.5em;
  -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;
}

.grid-2 {
  display: none;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: -61%;
  right: -27%;
  bottom: auto;
  display: block;
  width: 60em;
  height: 60em;
  border-radius: 50%;
  background-color: #070e89;
  -webkit-filter: blur(300px);
  filter: blur(300px);
}

.text_white-hide {
  margin-top: 5.4em;
  color: #fff;
  font-size: 20px;
}

.text-big {
  color: #fff;
  font-size: 5.45vw;
  line-height: 1.4;
}

.text-big.is--thin {
  position: static;
  z-index: 1;
  font-size: 5.45em;
  line-height: 1.3;
  font-weight: 100;
}

.div_hover {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 2.5em;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.spacing {
  height: 2em;
}

.grid-item {
  display: block;
  width: 70%;
}

.grid-item.text {
  position: static;
  z-index: 2;
  width: 70%;
  padding-bottom: 5em;
}

.grid-item.is--buttom {
  width: 28%;
  padding-top: 3em;
  padding-bottom: 0em;
}

.grid-item.is--buttom-2 {
  width: 50%;
  padding: 3em 5em 0em;
}

.pricay-policy {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.heading-5 {
  margin-bottom: 3px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.line-big-mobile {
  display: none;
  width: 34.7em;
  height: 1px;
  background-color: #e2e2e2;
}

.div-block-222 {
  position: absolute;
}

.div_text {
  position: absolute;
}

.text_white-show {
  margin-top: 0em;
  font-size: 1.2em;
  font-weight: 300;
}

.line-big {
  width: 34.7em;
  height: 1px;
  background-color: #e2e2e2;
}

.new-div-2 {
  width: 254px;
  height: 0px;
  border-top: 1px solid #939393;
}

.wrapper {
  overflow: hidden;
  height: 100vh;
}

.div_mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6em;
  height: 1.6em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_link {
  color: #fff;
}

.contact-big-mobile {
  display: none;
  color: #fff;
  text-decoration: none;
}

.grid-3 {
  position: relative;
  z-index: 1;
  padding-right: 5em;
  padding-left: 5em;
}

.grid-3.is--second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.address-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.text-contact {
  text-decoration: none;
}

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

.line {
  width: 87px;
  height: 1px;
  margin-top: 0.3em;
  background-color: #fff;
}

.contact-big {
  color: #fff;
  text-decoration: none;
}

.grid_desktop {
  padding-top: 2em;
  grid-row-gap: 43px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.html-embed {
  display: block;
}

.about {
  height: auto;
  margin-top: 100px;
  padding: 100px 60px;
  background-image: radial-gradient(circle farthest-side at 0% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url('../images/minh-pham-HI6gy-p-WBI-unsplash.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 40%, 0px 0px;
  background-size: auto, cover, auto;
}

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

.heading-6 {
  color: #fff;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-3 {
  font-size: 16px;
}

.paragraph-4 {
  font-size: 16px;
}

.paragraph-5 {
  font-size: 16px;
}

.bold-text-3 {
  color: #001a2d;
}

.heading-7 {
  color: #001a2d;
}

.heading-8 {
  color: #001a2d;
}

.heading-9 {
  color: #001a2d;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.slider-2 {
  height: 40vh;
}

.body-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), url('../images/chris-turgeon-w2cKb5-m82I-unsplash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), url('../images/chris-turgeon-w2cKb5-m82I-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: 'Open Sans', sans-serif;
}

.div-block-223 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: block;
  width: auto;
  padding: 0px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f4f8;
}

.flex-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 100px;
  padding: 100px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kelly-sikkema-v9FQR4tbIq8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kelly-sikkema-v9FQR4tbIq8-unsplash.jpg');
  background-position: 0px 0px, 50% 73%;
  background-size: auto, cover;
}

.heading-10 {
  color: #fff;
}

.bold-text-4 {
  font-size: 30px;
}

.heading-11 {
  color: #001a2d;
  font-size: 30px;
}

.paragraph-6 {
  display: block;
  -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;
  font-size: 16px;
  line-height: 23px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/markus-winkler-yNh7S4FqCOQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 170px;
}

.heading-12 {
  color: #fff;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-224 {
  padding-right: 190px;
  padding-bottom: 40px;
  padding-left: 190px;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 16px;
}

.bold-text-5 {
  color: #001a2d;
  font-size: 25px;
}

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

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

.column-5 {
  padding-top: 60px;
  padding-right: 190px;
  padding-bottom: 60px;
}

.column-6 {
  padding-top: 60px;
  padding-right: 190px;
  padding-bottom: 60px;
}

.bold-text-7 {
  color: #001a2d;
}

.grid-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  -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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#00d4ff), color-stop(19%, #00d4ff), to(#00d1e3));
  background-image: linear-gradient(90deg, #00d4ff, #00d4ff 19%, #00d1e3);
}

.paragraph-8 {
  margin-bottom: 0px;
  text-align: center;
}

.bold-text-8 {
  color: #fff;
  font-size: 20px;
}

.bold-text-9 {
  color: #f1f1f1;
  font-size: 20px;
}

.bold-text-10 {
  color: #fff;
  font-size: 20px;
}

.bold-text-11 {
  color: #fff;
  font-size: 20px;
}

.div-block-226 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, from(#00d0e3), to(#06d0e3));
  background-image: linear-gradient(90deg, #00d0e3, #06d0e3);
}

.div-block-227 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#00d0e3), color-stop(53%, #04cece), color-stop(91%, #00ccbe));
  background-image: linear-gradient(90deg, #00d0e3, #04cece 53%, #00ccbe 91%);
}

.div-block-228 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ccbd), to(#00c99d));
  background-image: linear-gradient(90deg, #00ccbd, #00c99d);
}

.div-block-229 {
  height: 10px;
  background-color: #00d4ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#00e9c6));
  background-image: linear-gradient(90deg, #00d4ff, #00e9c6);
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-230 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000e17), to(#000e17));
  background-image: linear-gradient(180deg, #000e17, #000e17);
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-231 {
  padding-right: 180px;
  padding-bottom: 40px;
  padding-left: 180px;
}

.heading-14 {
  font-size: 20px;
}

.heading-15 {
  font-size: 20px;
}

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

.heading-17 {
  font-size: 20px;
}

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

.heading-19 {
  font-size: 20px;
}

.heading-20 {
  font-size: 20px;
}

.div-block-232 {
  padding-right: 180px;
  padding-bottom: 100px;
  padding-left: 180px;
}

.paragraph-9 {
  font-size: 16px;
}

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

.div-block-233 {
  padding-right: 190px;
  padding-bottom: 60px;
  padding-left: 190px;
}

.paragraph-11 {
  font-size: 16px;
  font-weight: 700;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navbar-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 60px;
  margin-top: 131px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.nav-menu {
  display: block;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-2 {
  display: block;
  width: 12vw;
  height: auto;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00d4ff;
  color: #fff;
  font-size: 10px;
}

.nav-link-3 {
  width: 12vw;
  padding: 10px;
  background-color: #00d4ff;
  color: #fff;
  font-size: 10px;
  text-align: left;
}

.nav-link-3.w--current {
  width: 12vw;
  background-color: #00d4ff;
}

.nav-link-4 {
  display: block;
  width: 12vw;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #00d4ff;
  color: #fff;
  font-size: 10px;
}

.heading-21 {
  display: none;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 12px;
}

.container-3 {
  display: block;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00d4ff;
}

.section-5 {
  margin-top: 130px;
  padding: 100px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/clodagh-da-paixao-xvJVDUoGpoU-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/clodagh-da-paixao-xvJVDUoGpoU-unsplash.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

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

.heading-22 {
  color: #fff;
}

.div-block-234 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-12 {
  font-size: 16px;
}

.bold-text-12 {
  color: #fff;
}

.heading-3 {
  margin-top: 0px;
  font-weight: 600;
}

.location-wrap {
  margin-top: 25px;
}

.grid-sec-2 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-2 {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-2:hover {
  opacity: 0.8;
}

.button-2.nav {
  border-radius: 0px;
  background-color: #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-transform: none;
}

.button-2.nav:hover {
  opacity: 0.8;
}

.button-2.in-form {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #00d4ff;
  text-align: center;
}

.faq-01 {
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid #dbdbdb;
}

.faq-01.bottom {
  border-bottom-style: none;
}

.section-title {
  margin-bottom: 10px;
  color: #00d4ff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.footer-01-div {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field-inform {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #dbdbdb;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  border-color: #dbdbdb;
  color: #3b2ae5;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.footer-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  opacity: 1;
  color: #3b2ae5;
}

.contact-method-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  -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;
}

.paragraph-13 {
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-13.no-bottom-pad {
  margin-bottom: 0px;
}

.form-section-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.form-block-03 {
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #dbdbdb;
  border-radius: 10px;
}

.faq-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  font-family: 'Open Sans', sans-serif;
}

.nav-link-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.nav-link-5:hover {
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  color: #3b2ae5;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.clone-wrap {
  margin-top: 130px;
}

.blue {
  color: #3b2ae5;
}

.grid-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-txt {
  margin-top: 3px;
  color: #000;
  line-height: 23px;
}

.heading-2 {
  margin-top: 0px;
  color: #001a2d;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.content-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-wrap-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fdfbfb;
}

.location-title {
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.nav-wrapper-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.nav-inner-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-03-outer-div {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-questions-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-text {
  margin-bottom: 1px;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00d4ff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.contact-method:hover {
  opacity: 0.8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  -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;
  background-color: #001a2d;
}

.services-wrap-footer {
  margin-top: 0px;
}

.legal-info {
  margin-top: 50px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.column-7 {
  background-image: url('../images/charlesdeluvio-pjAH2Ax4uWk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column-8 {
  background-image: url('../images/yuyeung-lau-lr5mTjURI5c-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-9 {
  background-image: url('../images/tran-mau-tri-tam-QwAL909kTiY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-10 {
  background-image: url('../images/markus-winkler-yNh7S4FqCOQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-11 {
  background-image: url('../images/national-cancer-institute-ct10qdGv1hQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-12 {
  background-image: url('../images/image-27.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-13 {
  background-image: url('../images/image-23.png');
  background-position: 100% 50%;
  background-size: cover;
}

.column-14 {
  background-image: url('../images/charlesdeluvio-AT5vuPoi8vc-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-15 {
  background-image: url('../images/image-22.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-16 {
  background-image: url('../images/matthieu-beaumont-iYnpYeyu57k-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-17 {
  background-image: url('../images/pedro-miranda-3QzMBrvCeyQ-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-18 {
  background-image: url('../images/image-25.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-19 {
  background-image: url('../images/balazs-ketyi-9VzoRKfBsMM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-20 {
  background-image: url('../images/andre-taissin-5OUMf1Mr5pU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-21 {
  background-image: url('../images/craig-whitehead-JwEfmd6aFzY-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.column-22 {
  background-image: url('../images/Screenshot-2022-05-11-at-14.14.59.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-23 {
  background-image: url('../images/markus-spiske-p0FfLzQwN_I-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-24 {
  background-image: url('../images/josh-beech-tXJhAFVOHVk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.column-25 {
  background-image: url('../images/markus-spiske-wL7pwimB78Q-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column-26 {
  background-image: url('../images/mingwei-lim-QxGSSfatjRs-unsplash.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.column-27 {
  display: none;
  height: auto;
  padding-bottom: 253px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/image-26.png');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-14 {
  font-size: 16px;
}

.paragraph-15 {
  font-size: 16px;
}

.paragraph-16 {
  font-size: 16px;
}

.paragraph-17 {
  font-size: 16px;
}

.paragraph-18 {
  font-size: 16px;
}

.paragraph-19 {
  font-size: 16px;
}

.paragraph-20 {
  font-size: 16px;
}

.paragraph-21 {
  font-size: 16px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  display: block;
  padding-right: 120px;
  padding-bottom: 60px;
  padding-left: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-235 {
  padding-right: 0px;
  padding-bottom: 511px;
  background-image: url('../images/image-26.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/image-26.png'), linear-gradient(180deg, #fff, #fff);
  background-position: -120% 40%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-236 {
  padding-right: 100px;
  padding-left: 100px;
}

.text-span {
  font-size: 100px;
}

.text-span-2 {
  font-family: Bitter, serif;
  font-size: 70px;
}

.bold-text-13 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 130px;
}

.text-span-3 {
  font-family: Exo, sans-serif;
  font-size: 80px;
}

.section-7 {
  display: block;
  padding: 220px 100px 0px;
  background-image: url('../images/milad-fakurian-58Z17lnVS4U-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.body-5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.heading-23 {
  margin-top: 10px;
  color: #000;
  font-size: 30px;
}

.casestudies {
  border-radius: 5px;
  background-color: #fff;
  color: #060606;
  font-weight: 700;
  text-align: center;
}

.button-4 {
  text-align: center;
}

.button-5 {
  text-align: center;
}

.button-6 {
  text-align: center;
}

.div-block-237 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.slide-3 {
  width: 25%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slider-3 {
  padding-right: 100px;
  padding-left: 100px;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-24 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}

.bold-text-14 {
  font-size: 25px;
  line-height: 30px;
}

.column-28 {
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/Picture-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-29 {
  padding-top: 200px;
  padding-bottom: 220px;
  background-image: url('../images/Picture-1.png');
  background-position: 50% 50%;
  background-size: auto;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f6f7;
}

.heading-25 {
  margin-top: 60px;
}

.paragraph-22 {
  font-size: 16px;
}

.paragraph-23 {
  font-size: 16px;
}

.paragraph-24 {
  font-size: 16px;
}

.column-30 {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/cbb.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-31 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-32 {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/Group-4048.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-33 {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/Group-278.png');
  background-position: 50% -9%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-34 {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/Group-554.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-6 {
  display: none;
}

.nav-link-7 {
  display: none;
}

.column-35 {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/observer.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-36 {
  background-image: url('../images/Picture21.png');
  background-position: 50% 0%;
  background-size: contain;
}

.bold-text-15 {
  color: #000;
}

.heading-26 {
  font-size: 20px;
}

.heading-27 {
  font-size: 20px;
}

.heading-28 {
  font-size: 20px;
}

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

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

.heading-31 {
  font-size: 20px;
}

.heading-32 {
  font-size: 20px;
}

.heading-33 {
  font-size: 20px;
}

.heading-34 {
  font-size: 20px;
}

.heading-35 {
  font-size: 20px;
}

.heading-36 {
  font-size: 20px;
}

.heading-37 {
  font-size: 20px;
}

.heading-38 {
  font-size: 20px;
}

.heading-39 {
  font-size: 20px;
}

.heading-40 {
  font-size: 20px;
}

.heading-41 {
  font-size: 20px;
}

.heading-42 {
  font-size: 20px;
}

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

@media screen and (min-width: 1280px) {
  .column-21 {
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-231 {
    padding-right: 220px;
    padding-left: 220px;
  }

  .column-21 {
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-4 {
    padding-bottom: 220px;
  }

  .div-block-224 {
    padding-right: 220px;
    padding-left: 220px;
  }

  .column-5 {
    padding-right: 258px;
  }

  .column-6 {
    padding-right: 256px;
  }

  .div-block-231 {
    padding-right: 250px;
    padding-left: 250px;
  }

  .div-block-233 {
    padding-right: 220px;
    padding-left: 220px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    height: auto;
  }

  .div-block-4 {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .heading {
    font-size: 40px;
  }

  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column {
    padding-left: 0px;
  }

  .columns {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .nav-link {
    text-align: center;
  }

  .cursor {
    display: none;
  }

  .mouse {
    display: none;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    width: 27em;
    height: 13.5em;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    opacity: 0.4;
  }

  .div-block-5 {
    display: block;
  }

  .spacing {
    height: 5em;
  }

  .grid-item.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10em;
    -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;
  }

  .grid-item.is--buttom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-item.is--buttom-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5.9em;
    padding-bottom: 0em;
    -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;
  }

  .grid-3 {
    display: block;
    -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;
  }

  .grid-3.is--second {
    -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;
  }

  .address-text {
    text-align: center;
  }

  .grid_desktop {
    display: none;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-224 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-5 {
    padding-right: 10px;
  }

  .column-6 {
    padding-top: 20px;
    padding-right: 10px;
  }

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

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

  .div-block-227 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-231 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-232 {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }

  .menu-button {
    text-align: center;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .button-2.nav {
    display: none;
  }

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

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

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, 0.11);
  }

  .form-section-03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .faq-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrap-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-inner-01 {
    padding: 10px 20px;
  }

  .form-03-outer-div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-7 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-8 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-9 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-10 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-12 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-13 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-14 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-15 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-16 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-17 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-18 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-19 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-20 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-21 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-22 {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .column-23 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-24 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-25 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-26 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .column-27 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .column-29 {
    background-size: cover;
  }

  .column-32 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
  }

  .nav-link-8 {
    text-align: center;
  }

  .nav-link-9 {
    text-align: center;
  }

  .nav-link-10 {
    text-align: center;
  }

  .nav-link-11 {
    text-align: center;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #001a2d;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    height: auto;
    max-height: none;
  }

  .div-block-4 {
    padding-top: 60px;
  }

  .heading {
    font-size: 30px;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-image {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .spacing {
    height: 6em;
  }

  .grid-item.text {
    padding-top: 10em;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero {
    padding: 40px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .columns-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-224 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-231 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-232 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-233 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    color: #fff;
  }

  .footer-01-div {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .text-field-inform {
    height: 54px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-link.in-footer {
    padding-left: 0px;
  }

  .grid-sec-1 {
    margin-bottom: 40px;
  }

  .content-wrap-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-235 {
    padding-bottom: 220px;
  }

  .div-block-236 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-span-2 {
    font-size: 60px;
  }

  .bold-text-13 {
    font-size: 100px;
  }

  .text-span-3 {
    font-size: 60px;
  }

  .section-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-9 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading {
    line-height: 49px;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-2 {
    height: 100vh;
    padding-top: 15em;
    padding-bottom: 15em;
  }

  .grid-2 {
    width: 54em;
    height: 25em;
  }

  .div-block-5 {
    top: -12%;
    right: -18%;
    -webkit-filter: blur(90px);
    filter: blur(90px);
  }

  .text-big {
    position: relative;
    z-index: 1;
    font-size: 35px;
  }

  .text-big.is--thin {
    font-size: 35px;
  }

  .spacing {
    width: 100%;
    height: 6em;
  }

  .grid-item.text {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .grid-item.is--buttom {
    width: 100%;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .grid-item.is--buttom-2 {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-5 {
    color: #fff;
  }

  .line-big-mobile {
    display: block;
    width: 226px;
  }

  .line-big {
    display: none;
    width: 70em;
  }

  .contact-big-mobile {
    display: block;
  }

  .grid-3.is--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-big {
    display: none;
  }

  .grid_desktop {
    display: none;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .footer-heading-2 {
    margin-top: 20px;
  }

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

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-226 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bold-text-12 {
    color: #222;
  }

  .faq-01 {
    padding: 40px 20px;
  }

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

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .brand-link {
    padding-left: 0px;
  }

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

  .contact-method {
    margin-bottom: 10px;
  }

  .contact-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 10px;
  }

  .bold-text-13 {
    font-size: 50px;
    line-height: 10px;
  }

  .text-span-3 {
    font-size: 40px;
    line-height: 10px;
  }

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

  .casestudies {
    padding: 0px;
  }

  .div-block-237 {
    padding-top: 0px;
  }

  .section-8 {
    padding: 20px 10px;
  }

  .section-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-30 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .column-32 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .column-33 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .column-34 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .bold-text-16 {
    font-size: 25px;
  }

  .bold-text-17 {
    font-size: 25px;
  }
}

#w-node-a5643a90-04d7-d6eb-07d1-f52e9e498938-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_937bccc1-c8bb-cb51-abbc-15742463d451-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9f9e9d36-bf96-dd3c-a537-3c5fede25c73-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ce95b16-b32a-eb3a-efb1-7c62181f981c-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d7b5480-ab48-cdfc-6513-9528917cf7e4-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04ce96aa-2efa-5972-443b-fb415bcd7937-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee32fd29-cefe-918f-fabe-b8b9485d6213-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72322e5b-fb9a-7521-3ac5-a0a3748aa391-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_263a442a-257f-d5ef-ba78-469bd8ca335a-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_855daa4e-0358-c60b-1e9f-d3e5743f7e23-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee8b3ec5-14c9-fd6e-2437-7d21f70f5c70-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-baaf4448-6be4-540e-7b8b-52f60b281aef-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92dc5930-0b65-cd38-0e52-b6f573f045c1-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4186fe77-7155-d9af-1ee0-b09117c84e65-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8db91720-71c2-5224-9c44-649a0cccb7c0-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1047d37-0e61-6269-3379-555dfd99ce5d-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06bfc36f-340c-114b-f968-85b64f39efe8-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e75e46d6-d5e8-6662-7d19-a0eaf98711fe-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6835d011-87b0-afd0-7953-f951e5d3af39-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb5b6272-6cef-8625-0395-dccdc5cb761d-b84fa236 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741c0-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741c4-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741c8-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741cc-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741d0-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741d4-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741d8-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc77bfe0-840a-9632-6c34-b873d51741dc-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb46f6ed-a57f-ef71-4498-3f1f2ca096d2-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e2120cf-c56f-8c35-9443-4b0f1ae989e4-6646f6b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad1ff-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad201-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad203-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad205-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad207-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad209-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad20b-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad20d-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad20f-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_330b14ed-2f29-b0dc-2041-ebefe26ad211-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c74f86ef-929c-4dc0-e5c6-ee374d56bf7e-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c74f86ef-929c-4dc0-e5c6-ee374d56bf86-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c74f86ef-929c-4dc0-e5c6-ee374d56bf8e-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_814fa90c-c755-c3ec-03f6-694bb60d1ecc-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_814fa90c-c755-c3ec-03f6-694bb60d1edd-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_814fa90c-c755-c3ec-03f6-694bb60d1eee-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b020acdc-ed5e-4cf4-45cf-5eddfb3067b6-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b020acdc-ed5e-4cf4-45cf-5eddfb3067be-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b020acdc-ed5e-4cf4-45cf-5eddfb3067c6-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fda969f4-06e4-b086-e9d1-e0bef4ccbf2c-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-af4ad2bb-b32b-7a78-7dd3-400a255ed1e4-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d12445d2-3e6f-f061-eec0-468c9d7e18a0-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e6441954-cf58-e50b-b5bd-b0a44b0c6134-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e6441954-cf58-e50b-b5bd-b0a44b0c6145-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e6441954-cf58-e50b-b5bd-b0a44b0c6156-1ffcad66 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cc77bfe0-840a-9632-6c34-b873d51741c8-6646f6b7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cc77bfe0-840a-9632-6c34-b873d51741cc-6646f6b7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae43f821-2980-fe03-7549-f463b368aae3-a5911c8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae43f821-2980-fe03-7549-f463b368aae5-a5911c8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae43f821-2980-fe03-7549-f463b368aaea-a5911c8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae43f821-2980-fe03-7549-f463b368aaec-a5911c8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae43f821-2980-fe03-7549-f463b368aad9-a5911c8c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae43f821-2980-fe03-7549-f463b368aae0-a5911c8c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae43f821-2980-fe03-7549-f463b368aae7-a5911c8c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_937bccc1-c8bb-cb51-abbc-15742463d451-b84fa236 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}