.div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  justify-content: center;
  align-items: center;
}

.body {
  max-height: 100%;
  max-width: 100%;
  background-color: #0fa096;
}

.section {
  display: flex;
  flex-direction: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.container {
  display: flex;
  max-width: 980px;
  justify-content: center;
  align-items: center;
  grid-row-gap: 0px;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-26 {
  display: flex;
  min-width: 240px;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.div-block-20 {
  text-align: center;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-block {
  display: flex;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-12 {
  position: absolute;
}

.div-block-27 {
  position: static;
  top: 0px;
  display: flex;
  height: 78px;
  justify-content: center;
  align-items: center;
  background-color: #0b8179;
}

.div-block-28 {
  width: 45%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 24px;
  border-radius: 20px;
  background-color: #fcb422;
  box-shadow: 4px 4px 0 0 #0779b7;
}

.div-block-29 {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 24px;
  border-radius: 20px;
  background-color: #0779b7;
  box-shadow: 4px 4px 0 0 #fcb422;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.div-block-30 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-13 {
  max-width: 60%;
  order: 0;
}

.image-14 {
  max-width: 80%;
  margin-top: 40px;
}

.container-3 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: center;
}

.div-block-24 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-color: #102e46;
}

.container-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.div-block-31 {
  min-height: 100px;
}

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

  .div-block-26 {
    flex: 0 auto;
  }

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

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

  .image-13 {
    width: 100px;
  }

  .container-3 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-26 {
    display: block;
    min-width: 200px;
    padding-left: 60px;
    flex-direction: row;
  }

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

  .text-block-2 {
    font-size: 1em;
    line-height: 1.6em;
  }

  .link-block {
    margin-bottom: 0px;
  }

  .image-12 {
    height: 50%;
  }

  .div-block-27 {
    height: 50px;
  }

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

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

  .container-2 {
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .image-15 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-26 {
    display: block;
    height: auto;
    max-width: 280px;
    min-width: 240px;
    padding: 10px 0px;
    flex: 1;
  }

  .text-block-2 {
    font-size: 1em;
    line-height: 1.6em;
  }

  .link-block {
    display: flex;
    margin-bottom: 10px;
  }

  .image-12 {
    height: 50%;
    max-width: 50%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-28 {
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
  }

  .image-13 {
    transform: rotate(90deg);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-24 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-block-5 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-31 {
    height: 0px;
    max-height: 0px;
  }
}

