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

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

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

.content-width {
  max-width: 1280px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.hero-content {
  z-index: 2;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  color: #004c5d;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.how-we-do-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #124e5c;
  text-align: left;
  background-color: #ecf1f0;
  border-radius: 32px;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.how-we-do-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.hero-section {
  height: 100vh;
  align-items: stretch;
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.button {
  width: 290px;
  color: #000;
  text-align: center;
  background-color: #98f1e4;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: 18px;
}

.button:hover {
  background-color: #85e1d4;
}

.hero-text {
  color: #fff;
  text-align: center;
}

.h-1 {
  text-transform: uppercase;
  text-shadow: 0 6px 10px rgba(0, 0, 0, .2);
  font-size: 96px;
  font-weight: 800;
  line-height: 100%;
}

.paragraph {
  font-size: 20px;
}

.services-item {
  min-width: 30%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #004c5d;
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 32px;
  display: flex;
}

.services-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 48px;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.h-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.section-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.h-3.light-green {
  color: #3affdf;
}

.services-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.servises-block {
  background-color: #17484f;
}

.testimonials-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.testimonials-item {
  min-width: 30%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(37, 71, 78, .12);
  border-radius: 32px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.why-choose-us-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.why-choose-us-block {
  max-width: 35%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.why-choose-us-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.why-choose-us-block-1, .why-choose-us-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.why-choose-us-block-item-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #124e5c;
  background-color: #ecf1f1;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding: 40px 32px 32px;
  display: flex;
}

.subtitle {
  max-width: 80%;
}

.how-we-work-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.how-we-work-bg {
  background-color: #09343d;
  padding-top: 56px;
  padding-bottom: 56px;
}

.how-we-work-section {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.how-we-work-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.how-we-work-item {
  background-color: rgba(255, 255, 255, .06);
  border-radius: 20px;
  flex: 1;
  padding: 20px;
}

.why-choose-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonials-section {
  color: #124e5c;
  background-color: #9affef;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.how-we-do-it-secton {
  padding-bottom: 120px;
}

.get-in-touch-bg {
  background-color: #1d454b;
  padding-top: 56px;
  padding-bottom: 56px;
}

.get-in-touch-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.get-in-touch-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #183c2c;
  background-color: #ecf1f0;
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  padding: 40px;
  display: flex;
}

.get-in-touch-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.get-in-touch-title {
  text-align: center;
}

.text-block {
  color: rgba(255, 255, 255, .53);
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  padding-bottom: 20px;
  font-size: 24px;
}

.text-block:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.link-block {
  color: rgba(255, 255, 255, .73);
  text-decoration: none;
}

.testimonials-bg {
  background-color: #ecfdff;
}

.menu-section {
  z-index: 1000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-content-width {
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.nav-link {
  color: #fff;
  font-style: normal;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .7);
}

.nav-link.w--current {
  color: #fff;
  background-color: #195058;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.logo {
  width: 160px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.h-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.get-in-touch-block {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.get-in-touch-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #25474e;
  text-align: center;
  background-color: #3affdf;
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.get-in-touch-form-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.confirm-button, .html-embed {
  justify-content: center;
  display: flex;
}

.image {
  width: 790px;
  height: 350px;
  border-radius: 12px 0 0 12px;
}

.how-we-do-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-color: #ecfbff;
  border-radius: 12px;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.image-2 {
  width: 790px;
  height: 350px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.testimonials-author-text-block, .testimonials-first-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.footer-item {
  height: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.text-block-2 {
  color: #4e4e4e;
  font-size: 14px;
}

.nav-menu {
  display: none;
}

.how-we-do-descripion {
  opacity: .4;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.how-we-do-descripion.light-green {
  color: #97f1e4;
}

.how-we-do-it-text {
  font-size: 24px;
  line-height: 150%;
}

.testimonials-content {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.how-we-work-content {
  grid-row-gap: 40px;
  background-color: #004c5d;
  border-radius: 40px;
  flex-direction: column;
  padding: 45px;
  display: flex;
}

.e-mail {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.email {
  color: #25474e;
  border-bottom: 2px solid rgba(37, 71, 78, .16);
  padding-bottom: 8px;
  font-size: 40px;
  line-height: 120%;
  text-decoration: none;
}

.email:hover {
  border-bottom-color: #25474e;
}

.hero-bg {
  z-index: 1;
  border-radius: 48px;
  margin-left: 24px;
  margin-right: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.link-block-2 {
  color: #124e5c;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.link-block-2.w--current {
  color: #124e5c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3affdf;
  border-radius: 70px;
  padding: 8px 12px 6px;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
}

.div-block {
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
  background-color: #25474e;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: .16;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 1000;
  height: 80px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .8);
  flex-direction: column;
  justify-content: center;
  padding: 24px 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.email-copy {
  color: #25474e;
  border-bottom: 2px solid rgba(37, 71, 78, .16);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.email-copy:hover {
  border-bottom-color: #25474e;
}

.link-block-2-copy {
  color: #3affdf;
  background-color: #25474e;
  border-radius: 80px;
  padding: 8px 12px;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.link-block-2-copy.w--current {
  color: #124e5c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3affdf;
  border-radius: 70px;
  padding: 8px 12px 6px;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
}

.logolink {
  color: #004c5d;
  background-color: #3affdf;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .content-width {
    justify-content: center;
    padding: 10px 20px;
  }

  .how-we-do-item {
    padding: 20px;
  }

  .how-we-do-list {
    grid-column-gap: 12px;
  }

  .hero-section {
    height: 80vh;
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
  }

  .h-1 {
    font-size: 70px;
  }

  .services-item {
    min-width: 40%;
    padding: 20px;
  }

  .services-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .h-3 {
    margin-top: 0;
  }

  .testimonials-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials-item {
    min-width: 40%;
    flex: 1;
  }

  .why-choose-us-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

  .why-choose-us-block {
    max-width: 100%;
    position: static;
  }

  .why-choose-us-list, .why-choose-us-block-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .why-choose-us-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 14px;
  }

  .why-choose-us-block-item-bg {
    padding: 24px 20px;
  }

  .subtitle {
    max-width: 100%;
  }

  .how-we-work-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how-we-work-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .how-we-work-item {
    min-width: 48%;
  }

  .why-choose-section, .testimonials-section, .services-section, .get-in-touch-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .get-in-touch-text-block {
    flex-direction: column;
  }

  .menu-content-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .paragraph-3 {
    text-align: left;
  }

  .get-in-touch-block {
    flex-direction: column;
  }

  .get-in-touch-form {
    padding-left: 32px;
    padding-right: 32px;
  }

  .get-in-touch-text-1 {
    max-width: 100%;
    min-width: 100%;
  }

  .paragraph-4, .paragraph-5 {
    margin-bottom: 0;
  }

  .image {
    height: 210px;
  }

  .how-we-do-item-2 {
    padding-left: 40px;
  }

  .image-2 {
    height: 210px;
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    background-color: #1b484f;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #1b484f;
  }

  .how-we-do-descripion {
    margin-top: 0;
  }

  .how-we-do-it-text {
    margin-bottom: 0;
  }

  .how-we-work-content {
    padding: 32px;
  }

  .hero-bg {
    margin: 8px;
  }
}

@media screen and (max-width: 767px) {
  .how-we-do-item {
    text-align: center;
    flex-direction: column;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .how-we-do-list {
    flex-direction: column;
  }

  .h-1 {
    font-size: 50px;
  }

  .services-item {
    width: 100%;
    min-width: 50%;
  }

  .testimonials-item {
    max-width: 100%;
    min-width: 100%;
  }

  .why-choose-us-list {
    flex-direction: column;
  }

  .why-choose-us-block-1, .why-choose-us-block-2 {
    max-width: 100%;
  }

  .menu-content-width {
    padding-right: 0;
  }

  .paragraph-4, .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: 310px;
    max-width: 100%;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .how-we-do-item-2 {
    text-align: center;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .image-2 {
    height: 310px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0;
  }

  .how-we-do-it-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .how-we-do-list {
    padding: 0;
  }

  .h-1 {
    font-size: 32px;
  }

  .h-2 {
    font-size: 36px;
  }

  .how-we-work-item {
    min-width: 100%;
  }

  .menu-content-width {
    padding-right: 0;
  }

  .nav-link {
    background-color: #1b484f;
    font-family: Poppins, sans-serif;
  }

  .get-in-touch-block {
    align-items: stretch;
  }

  .get-in-touch-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image, .image-2 {
    height: 230px;
  }

  .text-block-2 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #1b484f;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    font-style: normal;
  }

  .email {
    font-size: 24px;
  }

  .navigation-content {
    justify-content: center;
  }

  .email-copy {
    font-size: 24px;
    display: none;
  }
}


@font-face {
  font-family: 'Roboto Flex';
  src: url('../fonts/Roboto_Flex-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}