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

.body {
  background-color: #fbfbfb;
}

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

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  background-color: transparent;
}

.nav-link {
  padding: 0px 0px 5px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  line-height: 17.07px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #252525;
}

.nav-link-2 {
  padding: 0px 0px 5px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 14px;
  line-height: 17.07px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-2.w--current {
  color: #252525;
}

.nav-link-3 {
  padding: 0px 0px 5px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  line-height: 17.07px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-3.w--current {
  color: #252525;
}

.nav-link-4 {
  padding: 0px 0px 5px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  line-height: 17.07px;
  font-weight: 600;
  text-transform: uppercase;
}
.submit-button.w-button{
  text-transform: uppercase;
}

.nav-link-4.w--current {
  color: #252525;
}
.w-button{
  transition: All 0.8s ease;
}

.w-button:hover{
  transition: All 0.8s ease;
  transform: scale(1.1);
}

.nav-link-5 {
  margin-bottom: 10px;
  padding: 9.5px 23px;
  -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;
  border-radius: 20px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 17.07px;
  font-weight: 600;
  text-align: center;
  transition: All 0.8s ease;
  text-transform: uppercase;
}

.nav-link-5:hover{
  transition: All 0.8s ease;
  transform: scale(1.1);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1e5464;
}

.section-busines {
  margin-top: 87px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1e5464;
  font-size: 36px;
  line-height: 68.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  margin-top: 48px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1e5464;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 44px;
  margin-top: 72px;
  padding: 0px;
  -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;
  border-radius: 20px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-6 {
  padding: 0px 0px 5px;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  line-height: 17.07px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 40.44px;
  font-weight: 500;
}

.text-span {
  font-weight: 700;
}

.div-block {
  margin-top: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-achievement {
  margin-top: 55px;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 16px 64px 16px 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;
  border-right: 1px solid #0abab5;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 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;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 0px 16px 64px;
  -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;
  border-left: 1px solid #0abab5;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 0px 10px;
  padding-top: 32px;
  padding-bottom: 32px;
  -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-column-gap: 70px;
  grid-row-gap: 70px;
}

.paragraph-6 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 28px;
  line-height: 56px;
  font-weight: 600;
}

.paragraph-7 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 28px;
  line-height: 56px;
  font-weight: 600;
}

.paragraph-8 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 28px;
  line-height: 56px;
  font-weight: 600;
}

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

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

.section-worth {
  margin-top: 56px;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 498px;
  padding: 32px;
  -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;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 498px;
  padding: 32px;
  -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;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 498px;
  padding: 32px;
  -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;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 498px;
  padding: 32px;
  -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;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.paragraph-9 {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 33.12px;
  font-weight: 600;
}

.paragraph-10 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  text-align: center;
}

.paragraph-11 {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 33.12px;
  font-weight: 600;
}

.paragraph-12 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  text-align: center;
}

.paragraph-13 {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 33.12px;
  font-weight: 600;
}

.paragraph-14 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  text-align: center;
}

.paragraph-15 {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 33.12px;
  font-weight: 600;
}

.paragraph-16 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  text-align: center;
}

.image {
  margin-top: 0px;
}

.image-2 {
  margin-top: 0px;
}

.image-3 {
  margin-top: 0px;
}

.image-4 {
  margin-top: 0px;
}

.brand {
  margin-top: 16px;
}

.section-slider-partners {
  margin-top: 88px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 40px;
  line-height: 48.5px;
  text-align: center;
}

.slide-nav {
  display: none;
}

.div-block-11 {
  position: relative;
  margin-top: 56px;
}

.left-arrow {
  left: 0%;
  top: 93%;
  right: 20%;
  bottom: 0%;
  background-color: transparent;
  background-image: url('../images/Group-289331-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow {
  left: 20%;
  top: 93%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Group-289331.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-17 {
  width: 441px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #0abab5;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 28px;
  line-height: 48.5px;
  font-weight: 600;
}

.paragraph-17._1 {
  width: 291px;
}

.paragraph-17._2 {
  width: 321px;
}

.paragraph-17._3 {
  width: 445px;
}

.paragraph-17._4 {
  width: 332px;
}

.paragraph-17._5 {
  width: 415px;
}

.paragraph-17.div-block-4 {
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  border-left-style: none;
  border-left-width: 0px;
}

.paragraph-17._6 {
  width: 338px;
}

.paragraph-18 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 22px;
  line-height: 31px;
}

.slider {
  min-height: 814px;
  background-color: transparent;
}

.section-connection {
  margin-top: 163px;
  background-color: #edfbfa;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 40px;
  line-height: 58.51px;
  font-weight: 600;
  text-align: center;
}

.html-embed {
  position: absolute;
  z-index: -100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -100;
  min-height: 950px;
}

.div-block-12 {
  padding-top: 92px;
  padding-bottom: 68px;
}

.div-block-13 {
  margin-top: 0px;
}

.paragraph-19 {
  margin-top: 48px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 31.6px;
}

.paragraph-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 30px;
  line-height: 36.57px;
  font-weight: 600;
}

.text-block {
  font-size: 12px;
  margin-right: -1px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #696767;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-2 {
  font-size: 12px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #696767;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.field-label {
  font-size: 12px;
  margin-top: 26px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #696767;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.field-label-2 {
  font-size: 12px;
  margin-top: 26px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #696767;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 45px 21px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #d9f3f1;
}

.text-field {
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 15px;
}

.text-field-2 {
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 15px;
}

.text-field-3 {
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 15px;
}

.text-field-4 {
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 15px;
  background-color: #fff;
}

.column-3 {
  right: 3px;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4 {
  left: 3px;
  -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;
}

.submit-button {
  width: 160px;
  height: 40px;
  margin-top: 18px;
  border-radius: 10px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 17.07px;
  font-weight: 600;
}

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

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-2 {
  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;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.section-footer {
  margin-top: 120px;
  margin-bottom: 0px;
}

.div-block-15 {
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid #7cbcba;
  border-bottom: 1px solid #7cbcba;
}

.div-block-16 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-21 {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 29.26px;
  font-weight: 600;
}

.paragraph-22 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  line-height: 17.07px;
}

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

.paragraph-23 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #646262;
  font-size: 20px;
  line-height: 39.2px;
  font-weight: 500;
}

.div-block-18 {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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-column-gap: 25px;
  grid-row-gap: 25px;
}

.icon {
  min-height: 43px;
  min-width: 48px;
  background-image: url('../images/material-symbols_location-on-outline.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.dropdown {
  padding: 9px 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #edfbfa;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}

.dropdown-toggle.w--open {
  width: auto;
  height: auto;
  padding: 0px;
}

.paragraph-24 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #434242;
  font-size: 12px;
  line-height: 16.8px;
  text-transform: uppercase;
}

.dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list.w--open {
  -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;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 43px;
  -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;
  border-radius: 16px;
  background-color: #edfbfa;
}

.dropdown-toggle-2.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown-2 {
  margin-right: 0px;
  margin-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;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #434242;
  font-size: 12px;
  line-height: 16.8px;
  text-transform: uppercase;
}

.dropdown-list-2.w--open {
  padding: 5px 13px 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #edfbfa;
}

.paragraph-25 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #edfbfa;
  text-decoration: none;
}

.paragraph-26 {
  margin-bottom: 0px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #434242;
  font-size: 12px;
  line-height: 16.8px;
  text-transform: uppercase;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 43px;
  -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;
  border-radius: 16px;
  background-color: #edfbfa;
  text-decoration: none;
}

.paragraph-27 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #434242;
  font-size: 12px;
  line-height: 16.8px;
  text-transform: uppercase;
}

.paragraph-28 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  text-align: center;
}

.div-block-20 {
  margin-top: 48px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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-column-gap: 24px;
  grid-row-gap: 24px;
}

.link-block-3 {
  width: 36px;
  height: 36px;
  background-image: url('../images/mdi_instagram.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-4 {
  width: 36px;
  height: 36px;
  background-image: url('../images/mdi_youtube.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-5 {
  width: 36px;
  height: 36px;
  background-image: url('../images/ic_baseline-whatsapp-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.paragraph-29 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 500;
  text-align: center;
}

.div-block-22 {
  margin-top: 48px;
}

.section-hero {
  z-index: 5;
  min-height: 682px;
  margin-top: 120px;
}

.section-video {
  margin-top: 72px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.html-embed-3 {
  line-height: 0px;
}

.div-block-24 {
  margin-top: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.div-block-25 {
  margin-top: 24px;
}

.paragraph-30 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.section-cards {
  margin-top: 69px;
}

.div-block-26 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 55px;
  grid-row-gap: 55px;
}

.div-block-27 {
  min-height: 286px;
  min-width: 390px;
  padding: 48px 0px 0px 36px;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.div-block-28 {
  min-height: 286px;
  min-width: 390px;
  padding: 48px 0px 0px 36px;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.div-block-29 {
  min-height: 286px;
  min-width: 390px;
  padding: 48px 0px 0px 36px;
  border-radius: 20px;
  background-color: rgba(150, 234, 227, 0.16);
}

.paragraph-31 {
  margin-top: 48px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 21px;
  line-height: 33.6px;
  font-weight: 500;
  text-align: left;
}

.paragraph-32 {
  margin-top: 48px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 21px;
  line-height: 33.6px;
  font-weight: 500;
}

.paragraph-33 {
  margin-top: 48px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 21px;
  line-height: 33.6px;
  font-weight: 500;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 500;
}

.text-span-4 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 500;
}

.text-span-5 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
}

.text-span-6 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
}

.text-span-7 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 500;
}

.section-slider-about {
  margin-top: 104px;
}

.slider-2 {
  max-width: 955px;
  min-height: 730px;
  -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;
  background-color: transparent;
}

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

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

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

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

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

.html-embed-4 {
  line-height: 0px;
}

.left-arrow-2 {
  left: -12%;
  top: 50%;
  bottom: 40%;
  background-image: url('../images/Group-289331-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow-2 {
  top: 50%;
  right: -12%;
  bottom: 40%;
  background-image: url('../images/Group-289331.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.paragraph-34 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #262615;
  font-size: 26px;
  line-height: 36.4px;
  text-align: center;
}

.section-founder {
  margin-top: 47px;
  background-color: #eef6f6;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.div-block-36 {
  margin-top: 29px;
}

.div-block-37 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.column-7 {
  padding-left: 0px;
}

.heading-6 {
  max-width: 349px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  border-bottom: 2px solid #0abab5;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 43.88px;
  font-weight: 500;
}

.paragraph-35 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
}

.paragraph-36 {
  margin-top: 28px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 23px;
  line-height: 33.6px;
}

.paragraph-37 {
  margin-top: 29px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
}

.section-valuation {
  margin-top: 0px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.div-block-38 {
  margin-top: 68px;
}

.paragraph-38 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33.6px;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 33.6px;
}

.paragraph-39 {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-40 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 33px;
}

.image-7 {
  margin-top: 81px;
}

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

.column-9 {
  padding-right: 45px;
  padding-left: 0px;
}

.div-block-39 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-certificate {
  background-color: rgba(224, 242, 241, 0.48);
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 53.8px;
  text-align: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 81px 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;
}

.icon-3 {
  margin: 0px;
  padding: 0px;
  color: #54513e;
}

.mask-3 {
  overflow: visible;
  width: 40%;
}

.left-arrow-3 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin: 0px auto 0px 45%;
  background-color: transparent;
}

.slider-5 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 40px;
  background-color: transparent;
}

.icon-4 {
  margin: 0px;
  color: #54513e;
}

.slide-3 {
  width: 77%;
  padding-right: 16px;
  padding-left: 16px;
}

.right-arrow-5 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 43%;
  margin-left: auto;
  background-color: transparent;
}

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

.slider-6 {
  min-height: 560px;
  background-color: transparent;
}

.div-block-41 {
  overflow: hidden;
  max-width: 1041px;
  margin-top: 81px;
  -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;
}

.slide-nav-5 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  display: none;
}

.mask-4 {
  overflow: visible;
  width: 333px;
}

.div-put {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.icon-5 {
  background-color: #000;
}

.icon-6 {
  background-color: #000;
}

.serti {
  width: 100%;
  height: 0%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-4 {
  margin-right: 30px;
}

.div-block-43 {
  overflow: hidden;
  min-width: 1059px;
  margin-top: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-4 {
  left: 0%;
  top: 90%;
  right: 50%;
  bottom: 1%;
  background-image: url('../images/Group-6108.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow-6 {
  left: 50%;
  top: 90%;
  right: 0%;
  bottom: 1%;
  background-image: url('../images/Group-6111.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.body-3 {
  background-color: #fbfbfb;
}

.section-partner {
  margin-top: 42px;
}

.paragraph-41 {
  max-width: 380px;
  margin-top: 64px;
  margin-bottom: 0px;
  padding-top: 34px;
  border-top: 1px solid #000;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 26.46px;
  font-weight: 600;
}

.paragraph-42 {
  margin-top: 32px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(37, 37, 37, 0.55);
  line-height: 20.3px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  min-height: 53px;
  margin-top: 32px;
  -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;
  border-radius: 16px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 17.07px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 36px;
  line-height: 60.9px;
}

.paragraph-43 {
  margin-top: 140px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #6a6a6a;
  font-size: 22px;
  line-height: 31.9px;
  font-weight: 500;
}

.image-8 {
  margin-top: 11px;
}

.div-block-44 {
  position: absolute;
  z-index: -100;
  min-height: 751px;
  min-width: 10000px;
  margin-top: 341px;
  background-color: #eef6f6;
}

.section-video-partner {
  margin-top: 117px;
}

.heading-10 {
  margin-top: -44px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 40px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
}

.div-block-45 {
  margin-top: 32px;
}

.section-business-partner {
  margin-top: 83px;
}

.html-embed-5 {
  line-height: 0px;
}

.div-block-46 {
  padding-top: 102px;
  border-top: 2px solid #80e1da;
  background-color: transparent;
}

.div-block-47 {
  position: absolute;
  min-height: 752px;
  min-width: 100%;
  margin-top: 335px;
  background-color: #eef6f6;
}

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

.paragraph-44 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 26px;
  line-height: 36.4px;
  font-weight: 600;
}

.paragraph-45 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25.2px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 388px;
  -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;
  border-right: 1px solid #3c5259;
  border-left: 1px solid #3c5259;
  background-color: #d9f3f1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.paragraph-46 {
  width: 99px;
  margin-bottom: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 23.52px;
  font-weight: 500;
}

.div-block-50 {
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
}

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

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

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-catalog {
  margin-top: 59px;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 36px;
  line-height: 41.58px;
  font-weight: 600;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 36px;
  line-height: 41.58px;
  font-weight: 600;
}

.tab-link-tab-1 {
  background-color: transparent;
  text-align: left;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
}

.tab-link-tab-1-2 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(37, 37, 37, 0.62);
  font-size: 32px;
  line-height: 41.58px;
  font-weight: 600;
}

.tab-link-tab-1-2.w--current {
  border-bottom: 2px solid #14a0b4;
  background-color: transparent;
  color: #252525;
}

.tab-link-tab-2-2 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(37, 37, 37, 0.62);
  font-size: 32px;
  line-height: 41.58px;
  font-weight: 600;
}

.tab-link-tab-2-2.w--current {
  border-bottom: 2px solid #14a0b4;
  background-color: transparent;
  color: #252525;
}

.text-block-7 {
  line-height: 41.58px;
}

.text-block-8 {
  line-height: 41.58px;
}

.tab-pane-tab-1 {
  margin-top: 90px;
}

.div-block-51 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-47 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 12px;
  line-height: 19.08px;
  font-weight: 500;
}

.div-block-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 67px;
  -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;
  border-radius: 8px;
  background-color: #fafafa;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 41px;
  min-width: 248px;
  margin-top: 16px;
  padding: 0px;
  -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;
  border: 1px solid #14a0b4;
  border-radius: 8px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 28.62px;
  font-weight: 600;
}

.tab-pane-tab-2 {
  margin-top: 90px;
}

.section-product-card {
  margin-top: 104px;
}

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

.text-span-8 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 50px;
}

.text-span-9 {
  font-family: Montserrat, sans-serif;
  color: rgba(37, 37, 37, 0.65);
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-48 {
  margin-top: 36px;
  margin-bottom: 0px;
}

.text-span-10 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.text-span-11 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 20px;
  line-height: 26px;
}

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

.paragraph-49 {
  margin-top: 29px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 30px;
}

.text-span-12 {
  font-size: 16px;
}

.text-span-13 {
  color: #3acbc6;
}

.bold-text {
  color: #3acbc6;
}

.bold-text-2 {
  color: #3acbc6;
}

.bold-text-3 {
  color: #3acbc6;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.column-11 {
  padding-right: 0px;
  padding-left: 36px;
}

.paragraph-50 {
  margin-top: 58px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 33.89px;
  font-weight: 500;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -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;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  min-width: 215px;
  padding: 0px;
  -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;
  border-radius: 16px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16.24px;
  font-weight: 700;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 42px;
  min-width: auto;
  padding: 0px;
  -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;
  border: 2px solid #14a0b4;
  border-radius: 16px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #252525;
  line-height: 16.24px;
  font-weight: 700;
}

.columns-4 {
  margin-top: 65px;
}

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

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 22px;
  line-height: 28.6px;
  text-align: left;
}

.paragraph-51 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 23.4px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 22px;
  line-height: 28.6px;
  text-transform: uppercase;
}

.paragraph-52 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 23.4px;
}

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

.section-cart {
  margin-top: 44px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 36px;
  line-height: 43.88px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-56 {
  margin-top: 44px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #0ab9b5;
  font-family: Montserrat, sans-serif;
  color: #31484f;
  line-height: 21px;
  font-weight: 500;
}

.paragraph-53 {
  margin-bottom: 0px;
}

.paragraph-54 {
  margin-bottom: 0px;
}

.paragraph-55 {
  margin-bottom: 0px;
  margin-left: 192px;
}

.paragraph-56 {
  margin-bottom: 0px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 3px;
  -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;
  border-bottom: 2px solid #0ab9b5;
}

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

.paragraph-57 {
  width: 305px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22.76px;
  font-weight: 600;
}

.paragraph-58 {
  width: 305px;
  margin-top: 26px;
  margin-bottom: 39px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 17.07px;
  font-weight: 500;
}

.paragraph-59 {
  margin-bottom: 0px;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #0ab9b5;
  line-height: 21px;
  font-weight: 500;
}

.div-block-60 {
  width: 145px;
  margin-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-60 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #31484f;
  line-height: 22px;
  font-weight: 600;
}

.paragraph-61 {
  font-family: Montserrat, sans-serif;
  color: #31484f;
  line-height: 22px;
  font-weight: 600;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  min-width: 46px;
  padding: 0px;
  -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;
  border: 1px solid #49707c;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #49707c;
  font-size: 18px;
  line-height: 21px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 36px;
  min-width: 46px;
  -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;
  border-top: 1px solid #49707c;
  border-bottom: 1px solid #49707c;
  font-size: 18px;
  text-align: center;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  min-width: 46px;
  padding: 0px;
  -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;
  border: 1px solid #49707c;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #49707c;
  font-size: 18px;
  line-height: 21px;
}

.paragraph-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #49707c;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 3px;
  -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;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 301px;
  padding: 0px;
  -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;
  border-radius: 16px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 21px;
  text-transform: none;
}

.section-decoration {
  margin-top: 44px;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-field-5 {
  max-height: 36px;
  max-width: 484px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #49707c;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
}

.text-field-6 {
  max-height: 36px;
  max-width: 484px;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #49707c;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
}

.text-field-7 {
  max-height: 36px;
  max-width: 484px;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #49707c;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
}

.text-field-8 {
  max-height: 36px;
  max-width: 484px;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #49707c;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
  font-weight: 400;
}

.text-field-9 {
  max-height: 36px;
  max-width: 484px;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #49707c;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
}

.text-field-10 {
  max-height: 36px;
  max-width: 484px;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #49707c;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
  font-weight: 400;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 36px;
  line-height: 43.88px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 36px;
  line-height: 43.88px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-block-2 {
  margin-top: 68px;
  margin-bottom: 0px;
}

.div-block-66 {
  max-width: 487px;
  margin-top: 64px;
}

.div-block-67 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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-color: #f6f7fa;
}

.div-block-68 {
  width: 143px;
  margin-left: 28px;
}

.div-block-69 {
  margin-left: 125px;
}

.paragraph-63 {
  width: 230px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22.26px;
  font-weight: 600;
}

.paragraph-64 {
  width: 230px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 17.07px;
  font-weight: 500;
}

.paragraph-65 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  line-height: 22px;
  font-weight: 600;
}

.paragraph-66 {
  margin-bottom: 0px;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #0ab9b5;
  line-height: 21px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-70 {
  max-width: 487px;
  margin-top: 29px;
}

.div-block-71 {
  max-width: 487px;
  margin-top: 82px;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dfeff4;
  border-bottom: 1px solid #dfeff4;
}

.paragraph-67 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5d777a;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-68 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5d777a;
  line-height: 22px;
  font-weight: 500;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-69 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.paragraph-70 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c5259;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 487px;
  margin-top: 66px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.button-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 301px;
  padding: 0px;
  -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;
  border-radius: 16px;
  background-color: #14a0b4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 17.07px;
}

.button-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 301px;
  padding: 0px;
  -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;
  border: 2px solid #14a0b4;
  border-radius: 16px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #5d777a;
  line-height: 21px;
}

.div-block-77 {
  display: none;
}

.paragraph-72 {
  display: none;
}

.paragraph-73 {
  display: none;
}

.link-3 {
  display: none;
}

.image-15 {
  display: none;
}

.image-17 {
  display: none;
}

.paragraph-74 {
  display: none;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-7 {
  display: none;
}

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

.slide-5 {
  background-image: url('../images/4-pc.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  min-height: 950px;
}

.slide-6 {
  background-image: url('../images/3-pc.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/2-pc.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/1-pc.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-8 {
  display: none;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 28px;
  letter-spacing: 3px;
}

.paragraph-76 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(37, 37, 37, 0.6);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-77 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 25px;
}

.div-block-99 {
  margin-top: 58px;
}

.tab-link-tab-1-3 {
  margin-right: 56px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.tab-link-tab-1-3.w--current {
  margin-right: 56px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #5bd0ce;
  background-color: transparent;
}

.tab-link-tab-2-3 {
  margin-right: 56px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px none #5bd0ce;
  background-color: transparent;
}

.tab-link-tab-2-3.w--current {
  border-bottom-style: solid;
  background-color: transparent;
}

.tab-link-tab-3 {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px none #5bd0ce;
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  border-bottom-style: solid;
  background-color: transparent;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.tab-pane-tab-1-2 {
  margin-top: 26px;
}

.tab-pane-tab-2-2 {
  margin-top: 26px;
}

.tab-pane-tab-3 {
  margin-top: 26px;
}

.paragraph-78 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-79 {
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 24px;
}

.tabs-menu-2 {
  max-width: 750px;
  border-bottom: 1px solid #bbb;
}

.image-20 {
  width: 600px;
  height: 639px;
}

.div-block-101 {
  display: none;
}

.div-block-104 {
  position: absolute;
  left: 90px;
  top: auto;
  right: auto;
  bottom: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 30px;
  -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;
  border-radius: 20px;
  background-color: #0ab9b5;
}

.paragraph-81 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.div-block-105 {
  position: absolute;
  left: 90px;
  top: auto;
  right: auto;
  bottom: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0ab9b5;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-82 {
  margin-bottom: 0px;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  color: #696767;
  font-size: 17px;
  font-weight: 500;
}

.success-message {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  color: #696767;
  font-size: 15px;
  font-weight: 500;
}

.text-span-16 {
  color: rgba(37, 37, 37, 0.65);
  font-weight: 700;
}

.text-span-17 {
  color: rgba(37, 37, 37, 0.65);
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  color: #696767;
  font-size: 16px;
  font-weight: 500;
}

.success-message-2 {
  padding-top: 0px;
  background-color: transparent;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #696767;
  font-size: 15px;
  font-weight: 500;
}

.image-23 {
  width: 247px;
  height: 288px;
}

.image-24 {
  width: 122px;
  height: 153px;
}

.image-25 {
  width: 122px;
  height: 153px;
}

.image-26 {
  width: 108px;
  height: 135px;
}

.image-27 {
  width: 108px;
  height: 135px;
}

.image-28 {
  width: 247px;
  height: 288px;
}

.image-29 {
  width: 122px;
  height: 153px;
}

.image-30 {
  width: 108px;
  height: 135px;
}

.image-31 {
  width: 108px;
  height: 135px;
}

.image-32 {
  width: 122px;
  height: 153px;
}

.paragraph-83 {
  display: none;
}

.image-33 {
  display: none;
}

.image-34 {
  display: none;
}

.image-35 {
  display: none;
}

.image-36 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link {
    margin-top: 32px;
    padding-top: 0px;
  }

  .nav-link-2 {
    margin-top: 32px;
  }

  .nav-link-3 {
    margin-top: 32px;
  }

  .nav-link-4 {
    margin-top: 32px;
  }

  .nav-link-5 {
    display: block;
    margin-top: 32px;
    margin-bottom: 0px;
    padding: 0px 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    color: #252525;
    text-align: left;
  }


  .nav-menu {
    position: fixed;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 75px 20px;
    border-bottom-style: none;
    background-color: #fff;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 32px;
  }

  .columns {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .div-block-2 {
    padding-right: 64px;
    padding-left: 64px;
  }

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

  .div-block-4 {
    padding-left: 64px;
  }

  .div-block-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 85px;
    grid-row-gap: 85px;
  }

  .paragraph-6 {
    font-size: 31px;
  }

  .paragraph-7 {
    width: 114px;
    font-size: 31px;
    line-height: 40px;
  }

  .paragraph-8 {
    font-size: 31px;
  }

  .div-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .left-arrow {
    top: 92%;
  }

  .right-arrow {
    left: 20%;
    top: 92%;
  }

  .grid {
    padding-right: 15px;
    padding-left: 15px;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .paragraph-18 {
    font-size: 15px;
    line-height: 19px;
  }

  .slider {
    min-height: 573px;
  }

  .section-connection {
    margin-top: 80px;
  }

  .heading-3 {
    font-size: 43px;
  }

  .div-block-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

  .columns-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-5 {
    display: none;
    -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;
  }

  .section-footer {
    margin-top: 100px;
  }

  .div-block-23 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-26 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-27 {
    padding-right: 26px;
    padding-bottom: 30px;
    padding-left: 26px;
  }

  .div-block-28 {
    padding-right: 26px;
    padding-bottom: 30px;
    padding-left: 26px;
  }

  .div-block-29 {
    padding-right: 26px;
    padding-bottom: 30px;
    padding-left: 26px;
  }

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

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

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

  .slider-2 {
    max-width: none;
    min-height: 606px;
  }

  .left-arrow-2 {
    left: 0%;
    top: 90%;
    right: 50%;
    bottom: 2%;
  }

  .right-arrow-2 {
    left: 50%;
    top: 90%;
    right: 0%;
    bottom: 2%;
  }

  .div-block-35 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .div-block-37 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

  .div-block-39 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .left-arrow-3 {
    left: -3%;
    bottom: 17%;
    margin-bottom: -30px;
    padding-top: 0px;
  }

  .slider-5 {
    padding-top: 80px;
  }

  .right-arrow-5 {
    right: -3%;
    bottom: 17%;
    margin-bottom: -30px;
  }

  .div-block-43 {
    min-width: 696px;
  }

  .left-arrow-4 {
    right: 70%;
  }

  .right-arrow-6 {
    left: 70%;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 49px;
    font-weight: 600;
  }

  .paragraph-43 {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-51 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-52 {
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .column-10 {
    -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;
  }

  .column-11 {
    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;
  }

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

  .button-4 {
    width: 50%;
    min-width: auto;
  }

  .button-5 {
    width: 100%;
    min-width: auto;
  }

  .columns-4 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-54 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-12 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-13 {
    margin-top: 30px;
  }

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

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

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .paragraph-57 {
    width: 165px;
  }

  .paragraph-58 {
    width: 165px;
  }

  .text-field-5 {
    max-width: none;
  }

  .text-field-6 {
    max-width: none;
  }

  .text-field-7 {
    max-width: none;
  }

  .text-field-8 {
    max-width: none;
  }

  .text-field-9 {
    max-width: none;
  }

  .text-field-10 {
    max-width: none;
  }

  .form-block-2 {
    margin-top: 45px;
  }

  .div-block-66 {
    max-width: none;
  }

  .div-block-67 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(130px, 0.25fr) 1fr 1fr;
    grid-template-columns: minmax(130px, 0.25fr) 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-68 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-69 {
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .paragraph-63 {
    width: 299px;
  }

  .paragraph-64 {
    width: 299px;
  }

  .column-15 {
    margin-top: 45px;
  }

  .div-block-70 {
    max-width: none;
  }

  .div-block-71 {
    max-width: none;
  }

  .div-block-74 {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-9 {
    width: 100%;
    min-width: auto;
  }

  .button-10 {
    width: 100%;
    min-width: auto;
  }

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

  .div-block-76 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .tabs-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .tabs-menu {
    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;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .icon-7 {
    color: #3acbc6;
    text-align: left;
  }

  .menu-button {
    padding: 15px 75px 15px 0px;
    background-color: transparent;
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .paragraph-71 {
    margin-top: 32px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #252525;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 500;
    text-align: left;
  }

  .div-block-77 {
    position: relative;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-6 {
    position: relative;
    background-color: transparent;
    background-image: url('../images/ic_baseline-whatsapp-2.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-block-7 {
    position: relative;
    z-index: 55;
    background-image: url('../images/mdi_instagram-1.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-78 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .columns-5 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-80 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-73 {
    display: none;
  }

  .link-3 {
    display: none;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-85 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .div-block-87 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .div-block-94 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-97 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .tab-pane-tab-1-2 {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .tab-pane-tab-2-2 {
    padding-bottom: 40px;
  }

  .paragraph-78 {
    margin-bottom: 0px;
  }

  .paragraph-79 {
    margin-bottom: 0px;
  }

  .image-20 {
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .section-busines {
    display: none;
  }

  .heading {
    font-size: 42px;
    line-height: 55px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 41px;
  }

  .button {
    width: 248px;
    height: 52px;
    font-size: 15px;
  }

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

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

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

  .div-block-2 {
    border-right-style: none;
  }

  .div-block-4 {
    border-left-style: none;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .paragraph-6 {
    font-size: 43px;
  }

  .paragraph-7 {
    width: 157px;
    font-size: 43px;
  }

  .paragraph-8 {
    font-size: 43px;
  }

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

  .text-field {
    min-height: 50px;
  }

  .text-field-2 {
    min-height: 50px;
  }

  .text-field-3 {
    min-height: 50px;
  }

  .text-field-4 {
    min-height: 50px;
  }

  .column-3 {
    right: auto;
  }

  .column-4 {
    left: auto;
    margin-top: 26px;
  }

  .submit-button {
    width: 100%;
    height: 50px;
    border-radius: 15px;
  }

  .div-block-14 {
    margin-top: 30px;
    -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;
  }

  .column-5 {
    display: none;
  }

  .paragraph-23 {
    text-align: center;
  }

  .heading-4 {
    font-size: 24px;
  }

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

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

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

  .div-block-27 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .div-block-28 {
    padding-right: 54px;
    padding-left: 54px;
  }

  .slider-2 {
    min-height: 500px;
  }

  .left-arrow-2 {
    top: 88%;
  }

  .right-arrow-2 {
    top: 88%;
  }

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

  .heading-6 {
    max-width: none;
    text-align: center;
  }

  .div-block-38 {
    margin-top: 50px;
  }

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

  .paragraph-39 {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
  }

  .paragraph-40 {
    margin-top: 15px;
  }

  .image-7 {
    display: none;
  }

  .column-8 {
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .slider-5 {
    height: 549px;
  }

  .slide-3 {
    width: auto;
  }

  .right-arrow-5 {
    bottom: 17%;
    height: 40px;
  }

  .div-block-43 {
    min-width: auto;
  }

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

  .paragraph-43 {
    font-size: 15px;
    line-height: 25px;
  }

  .image-8 {
    display: none;
  }

  .div-block-47 {
    display: none;
    min-width: 100%;
  }

  .div-block-51 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-product {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-52 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-53 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-4 {
    width: 100%;
    min-height: 42px;
    min-width: auto;
  }

  .button-5 {
    width: 100%;
    min-width: auto;
  }

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

  .column-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-53 {
    display: none;
  }

  .paragraph-54 {
    display: none;
  }

  .paragraph-55 {
    display: none;
  }

  .paragraph-56 {
    display: none;
  }

  .paragraph-57 {
    width: 195px;
  }

  .paragraph-58 {
    display: none;
  }

  .paragraph-60 {
    display: none;
  }

  .paragraph-61 {
    display: block;
  }

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

  .text-field-5 {
    max-width: none;
  }

  .text-field-6 {
    max-width: none;
  }

  .text-field-7 {
    max-width: none;
  }

  .text-field-8 {
    max-width: none;
  }

  .text-field-9 {
    max-width: none;
  }

  .text-field-10 {
    max-width: none;
  }

  .form-block-2 {
    margin-top: 45px;
    -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;
  }

  .div-block-66 {
    max-width: none;
  }

  .div-block-67 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-69 {
    margin-left: 100px;
  }

  .paragraph-63 {
    width: 240px;
  }

  .paragraph-64 {
    width: 240px;
  }

  .column-15 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-70 {
    max-width: none;
  }

  .div-block-71 {
    max-width: none;
  }

  .div-block-74 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-79 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-72 {
    display: block;
    width: 195px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #3c5259;
    font-weight: 600;
  }

  .div-block-81 {
    display: none;
  }

  .div-block-82 {
    display: none;
  }

  .paragraph-73 {
    display: none;
  }

  .link-3 {
    display: none;
  }

  .columns-6 {
    -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;
  }

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

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

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

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
    margin-top: 30px;
  }

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

  .div-block-88 {
    margin-top: 35px;
  }

  .image-17 {
    display: block;
  }

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

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .div-block-94 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-8 {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .text-block-9 {
    font-size: 15px;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .text-block-11 {
    font-size: 15px;
  }

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

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

  .image-20 {
    height: 650px;
  }

  .div-block-101 {
    display: none;
    margin-top: 35px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .dropdown-toggle-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section-navbar {
    background-color: #fff;
  }

  .container {
    width: 1200px;
  }

  .section-busines {
    display: none;
  }

  .heading {
    font-size: 20px;
    line-height: 27.5px;
    font-weight: 700;
    text-align: left;
  }

  .paragraph {
    font-size: 13px;
    line-height: 15px;
  }

  .button {
    width: 165px;
    height: 36px;
    font-size: 12px;
  }

  .paragraph-2 {
    margin-top: 10px;
    font-size: 16px;
  }

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

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

  .paragraph-3 {
    font-size: 17px;
    line-height: 22px;
  }

  .paragraph-4 {
    font-size: 17px;
    line-height: 22px;
  }

  .paragraph-5 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-2 {
    padding: 0px;
    border-right-style: none;
  }

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

  .div-block-4 {
    padding: 0px;
    border-left-style: none;
  }

  .div-block-5 {
    margin-top: 120px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-6 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-7 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .paragraph-8 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .div-block-6 {
    padding-right: 10px;
    padding-left: 10px;
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    min-width: auto;
    padding: 16px 27px;
  }

  .div-block-8 {
    min-width: auto;
    padding: 16px 18px;
  }

  .div-block-9 {
    min-width: auto;
    padding: 16px 5px;
  }

  .div-block-10 {
    min-width: auto;
    padding: 16px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-9 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .paragraph-11 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-12 {
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-13 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .paragraph-15 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .image {
    width: 55px;
    height: 55px;
  }

  .image-2 {
    width: 55px;
    height: 55px;
  }

  .image-3 {
    width: 55px;
    height: 55px;
  }

  .image-4 {
    width: 55px;
    height: 55px;
  }

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

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

  .slide-nav {
    left: 0%;
    top: -3%;
    right: 0%;
    bottom: auto;
    display: block;
    font-size: 9px;
  }

  .div-block-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-arrow {
    right: 40%;
    display: none;
  }

  .right-arrow {
    left: 40%;
    display: none;
  }

  .grid {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-17._1 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    text-align: left;
  }

  .paragraph-17._2 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .paragraph-17._3 {
    width: auto;
    font-size: 30px;
    text-align: center;
  }

  .paragraph-17._4 {
    width: auto;
    font-size: 30px;
    text-align: center;
  }

  .paragraph-17._5 {
    width: auto;
    font-size: 30px;
    text-align: center;
  }

  .paragraph-17._6 {
    width: auto;
    text-align: center;
  }

  .paragraph-18 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .slider {
    min-height: 1090px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-connection {
    margin-top: 100px;
  }

  .heading-3 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 40px;
  }

  .background-video {
    display: none;
  }

  .div-block-12 {
    padding-top: 68px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block-2 {
    margin-top: 0px;
    font-size: 14px;
  }

  .field-label-2 {
    padding-left: 0px;
  }

  .form-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-field {
    min-height: 50px;
  }

  .text-field-2 {
    min-height: 50px;
  }

  .text-field-3 {
    min-height: 50px;
  }

  .text-field-4 {
    min-height: 50px;
  }

  .column-3 {
    right: auto;
  }

  .column-4 {
    left: auto;
    margin-top: 26px;
  }

  .submit-button {
    width: auto;
    height: 50px;
    min-width: 100%;
    margin-top: 30px;
  }

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

  .column-5 {
    display: none;
  }

  .section-footer {
    margin-top: 100px;
  }

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

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

  .div-block-19 {
    -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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-toggle-2 {
    padding: 4px 26px;
  }

  .text-block-3 {
    font-size: 8px;
    line-height: 11px;
  }

  .paragraph-25 {
    color: #434242;
    font-size: 7px;
    line-height: 11px;
  }

  .link-block {
    padding: 4px 15px;
  }

  .image-6 {
    width: 28px;
    height: 28px;
  }

  .text-block-4 {
    font-size: 8px;
    line-height: 11px;
  }

  .link-block-2 {
    padding: 4px 26px;
  }

  .paragraph-27 {
    font-size: 8px;
    line-height: 11px;
  }

  .section-hero {
    min-height: auto;
    margin-top: 0px;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .div-block-23 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-30 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-cards {
    margin-top: 35px;
  }

  .div-block-26 {
    padding-right: 10px;
    padding-left: 10px;
    -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;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    min-width: 100%;
    padding: 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;
    background-color: transparent;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    min-width: 100%;
    margin-top: 32px;
    padding: 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;
    background-color: transparent;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    min-width: 100%;
    margin-top: 32px;
    padding: 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;
    background-color: transparent;
  }

  .paragraph-31 {
    margin-top: 6px;
    margin-left: 13px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .paragraph-32 {
    margin-top: 6px;
    margin-left: 13px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .paragraph-33 {
    margin-top: 6px;
    margin-left: 13px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
  }

  .section-slider-about {
    margin-top: 50px;
  }

  .slider-2 {
    max-width: none;
    min-height: 340px;
  }

  .left-arrow-2 {
    left: 10%;
    top: 88%;
    bottom: 0%;
    background-size: 35px;
  }

  .right-arrow-2 {
    top: 88%;
    right: 10%;
    bottom: 0%;
    background-size: 35px;
  }

  .div-block-35 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-nav-2 {
    display: none;
    font-size: 11px;
  }

  .paragraph-34 {
    display: none;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
  }

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

  .div-block-37 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
  }

  .heading-6 {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 21px;
    text-align: center;
  }

  .paragraph-35 {
    font-size: 17px;
    line-height: 22px;
  }

  .paragraph-36 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }

  .paragraph-37 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-38 {
    margin-top: 30px;
  }

  .paragraph-38 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
  }

  .paragraph-39 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .paragraph-40 {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-7 {
    display: none;
  }

  .column-8 {
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    -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;
    text-align: center;
  }

  .div-block-39 {
    padding: 50px 10px;
  }

  .heading-8 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
  }

  .div-block-40 {
    padding: 30px 10px;
  }

  .icon-3 {
    margin-top: -7px;
    margin-left: -5px;
  }

  .left-arrow-3 {
    left: 25%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
  }

  .slider-5 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 252px;
    padding-top: 30px;
  }

  .icon-4 {
    margin: -7px 0px 0px -7px;
    padding-bottom: 0px;
  }

  .right-arrow-5 {
    left: auto;
    top: auto;
    right: 25%;
    bottom: 0%;
    width: 25px;
    height: 25px;
    margin: 0px;
  }

  .div-block-42 {
    font-size: 15px;
  }

  .div-block-43 {
    min-width: auto;
    margin-top: 55px;
  }

  .section-partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .paragraph-41 {
    display: none;
    margin-top: 20px;
    padding-top: 0px;
    border-top-style: none;
  }

  .paragraph-42 {
    font-size: 13px;
    text-align: left;
  }

  .button-2 {
    max-width: none;
    min-height: 43px;
    min-width: 47%;
    margin-top: 0px;
    font-size: 14px;
  }

  .heading-9 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 40px;
  }

  .paragraph-43 {
    margin-top: 40px;
    margin-bottom: 43px;
    font-size: 15px;
    line-height: 25px;
  }

  .image-8 {
    display: none;
  }

  .section-video-partner {
    margin-top: 65px;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-business-partner {
    margin-top: 55px;
  }

  .div-block-46 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }

  .div-block-47 {
    display: none;
    min-width: 100%;
  }

  .div-block-48 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-7 {
    font-size: 21px;
    line-height: 20.79px;
  }

  .text-block-8 {
    font-size: 21px;
    line-height: 20.79px;
  }

  .div-block-product {
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading-12 {
    line-height: 21px;
  }

  .text-span-8 {
    font-size: 18px;
  }

  .text-span-9 {
    font-size: 17px;
  }

  .div-block-52 {
    padding-top: 32px;
  }

  .paragraph-50 {
    margin-top: 30px;
    font-size: 24px;
  }

  .div-block-53 {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .button-4 {
    width: 100%;
    min-height: 42px;
    min-width: auto;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }

  .button-5 {
    width: 100%;
    min-height: 42px;
    min-width: auto;
    padding: 0px;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
  }

  .column-12 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -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;
  }

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

  .paragraph-51 {
    font-size: 11px;
  }

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

  .paragraph-52 {
    font-size: 11px;
  }

  .paragraph-53 {
    display: none;
  }

  .paragraph-54 {
    display: none;
  }

  .paragraph-55 {
    display: none;
  }

  .paragraph-56 {
    display: none;
  }

  .div-block-58 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-57 {
    width: 117px;
  }

  .paragraph-58 {
    display: none;
  }

  .paragraph-60 {
    display: none;
  }

  .paragraph-61 {
    display: block;
  }

  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .button-7 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .paragraph-62 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .div-block-65 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-8 {
    width: 100%;
    min-width: auto;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }

  .heading-17 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }

  .form-block-2 {
    margin-top: 30px;
  }

  .div-block-67 {
    -ms-grid-columns: minmax(130px, 0.25fr) 1fr;
    grid-template-columns: minmax(130px, 0.25fr) 1fr;
  }

  .div-block-69 {
    display: none;
  }

  .paragraph-63 {
    width: 164px;
    margin-bottom: 15px;
  }

  .paragraph-64 {
    display: none;
  }

  .column-15 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-74 {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-9 {
    width: 100%;
    min-width: auto;
  }

  .button-10 {
    width: 100%;
    min-width: auto;
  }

  .image-9 {
    width: 28px;
    height: 28px;
  }

  .image-10 {
    width: 28px;
    height: 28px;
  }

  .div-block-78 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-72 {
    display: block;
    width: 117px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #3c5259;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }

  .div-block-80 {
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }

  .div-block-81 {
    display: none;
  }

  .div-block-82 {
    display: none;
  }

  .paragraph-73 {
    display: block;
    width: 164px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .link-3 {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #75bad0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .columns-6 {
    padding: 0px 10px 70px;
  }

  .div-block-85 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-11 {
    width: 78px;
    height: 78px;
  }

  .image-12 {
    width: 78px;
    height: 78px;
  }

  .image-13 {
    width: 78px;
    height: 78px;
  }

  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

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

  .image-14 {
    display: none;
  }

  .image-15 {
    display: block;
    padding-top: 26px;
  }

  .div-block-86 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-16 {
    max-width: 100%;
  }

  .image-17 {
    display: none;
  }

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

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

  .div-block-91 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-92 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .div-block-94 {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
    background-color: rgba(229, 253, 252, 0.48);
  }

  .columns-8 {
    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-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;
  }

  .div-block-95 {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .div-block-97 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-98 {
    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;
    -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-74 {
    display: block;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
  }

  .text-span-14 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .text-span-15 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .image-19 {
    display: none;
  }

  .slider-7 {
    display: none;
  }

  .slider-8 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -100;
    display: block;
    min-height: 500px;
  }

  .left-arrow-6 {
    display: none;
  }

  .right-arrow-8 {
    display: none;
  }

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

  .slide-9 {
    background-image: url('../images/4-mobile.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-10 {
    background-image: url('../images/3-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-11 {
    background-image: url('../images/2-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-12 {
    background-image: url('../images/1-mobile.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paragraph-75 {
    text-align: center;
  }

  .heading-18 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  .paragraph-76 {
    margin-top: 4px;
    text-transform: none;
  }

  .paragraph-77 {
    display: none;
  }

  .div-block-99 {
    display: none;
  }

  .div-block-100 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-20 {
    height: 341px;
  }

  .div-block-101 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-3 {
    display: block;
    border-bottom-color: #7cbcba;
  }

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

  .dropdown-toggle-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 0px;
    -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;
    border-bottom: 1px solid #7cbcba;
  }

  .dropdown-toggle-3.w--open {
    border-bottom-style: none;
  }

  .text-block-12 {
    font-family: Montserrat, sans-serif;
    color: #252525;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .dropdown-list-3 {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #252525;
  }

  .dropdown-list-3.w--open {
    position: relative;
    padding-bottom: 0px;
  }

  .paragraph-80 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-21 {
    opacity: 1;
  }

  .div-block-103 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block-13 {
    color: #b6afaf;
  }

  .text-block-14 {
    color: #0ab9b5;
    font-size: 31px;
    line-height: 16px;
  }

  .image-22 {
    display: none;
  }

  .image-24 {
    width: auto;
    height: auto;
  }

  .image-25 {
    width: auto;
    height: auto;
  }

  .paragraph-83 {
    display: block;
    max-width: 380px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #252525;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }

  .image-33 {
    position: absolute;
    left: 3%;
    top: 3%;
    right: 0%;
    bottom: auto;
    z-index: -100;
    display: block;
  }

  .image-34 {
    position: absolute;
    left: 27%;
    top: 34%;
    right: 0%;
    bottom: auto;
    z-index: -100;
    display: block;
    opacity: 1;
  }

  .image-35 {
    position: absolute;
    left: 3%;
    top: 4%;
    right: 0%;
    bottom: auto;
    z-index: -100;
    display: block;
  }

  .image-36 {
    position: absolute;
    left: 29%;
    top: 20%;
    right: 0%;
    bottom: auto;
    z-index: -100;
    display: block;
  }
}

#w-node-e3cc6b06-3140-70fa-eeb8-9ca6d7353011-b8d85f2f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b52eadef-9a03-8c7c-d5f0-570a2370b23d-b8d85f2f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c3e24f0a-dca6-9ec2-8d94-2ca7e4c42c36-b8d85f2f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-daecb454-b50a-34b7-c340-2e2d4772ded6-b8d85f2f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_70646a67-1241-65ec-746b-d340457fc2f5-b8d85f2f {
  -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-_649dbe59-9722-497c-af18-daecee0e95c4-b8d85f2f {
  -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-d908cac6-e9a4-9a69-a20c-6f7b29b5c7f6-b8d85f2f {
  -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-d908cac6-e9a4-9a69-a20c-6f7b29b5c7fb-b8d85f2f {
  -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-_43040084-f17f-a6f3-f482-531ffa26c493-b8d85f2f {
  -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-_43040084-f17f-a6f3-f482-531ffa26c498-b8d85f2f {
  -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-_1873f660-379e-3528-b559-3f6950945a53-b8d85f2f {
  -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-_1873f660-379e-3528-b559-3f6950945a58-b8d85f2f {
  -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-_2045612b-1d29-6567-7f12-4d818ac1c81d-b8d85f2f {
  -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-_2045612b-1d29-6567-7f12-4d818ac1c822-b8d85f2f {
  -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-a1ac044a-6084-eb4c-3690-1b64b84a0cca-b8d85f2f {
  -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-a1ac044a-6084-eb4c-3690-1b64b84a0ccf-b8d85f2f {
  -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-e3cc6b06-3140-70fa-eeb8-9ca6d7353011-a2d85f39 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b52eadef-9a03-8c7c-d5f0-570a2370b23d-a2d85f39 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c3e24f0a-dca6-9ec2-8d94-2ca7e4c42c36-a2d85f39 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-daecb454-b50a-34b7-c340-2e2d4772ded6-a2d85f39 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_70646a67-1241-65ec-746b-d340457fc2f5-a2d85f39 {
  -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-_649dbe59-9722-497c-af18-daecee0e95c4-a2d85f39 {
  -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-d908cac6-e9a4-9a69-a20c-6f7b29b5c7f6-a2d85f39 {
  -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-d908cac6-e9a4-9a69-a20c-6f7b29b5c7fb-a2d85f39 {
  -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-_43040084-f17f-a6f3-f482-531ffa26c493-a2d85f39 {
  -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-_43040084-f17f-a6f3-f482-531ffa26c498-a2d85f39 {
  -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-_1873f660-379e-3528-b559-3f6950945a53-a2d85f39 {
  -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-_1873f660-379e-3528-b559-3f6950945a58-a2d85f39 {
  -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-_2045612b-1d29-6567-7f12-4d818ac1c81d-a2d85f39 {
  -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-_2045612b-1d29-6567-7f12-4d818ac1c822-a2d85f39 {
  -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-a1ac044a-6084-eb4c-3690-1b64b84a0cca-a2d85f39 {
  -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-a1ac044a-6084-eb4c-3690-1b64b84a0ccf-a2d85f39 {
  -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-e3cc6b06-3140-70fa-eeb8-9ca6d7353011-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b52eadef-9a03-8c7c-d5f0-570a2370b23d-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3e24f0a-dca6-9ec2-8d94-2ca7e4c42c36-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-daecb454-b50a-34b7-c340-2e2d4772ded6-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_519b2464-667f-c2f8-5f00-4a9b3818a816-a5d85f37 {
    -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-_28406141-53be-a2ef-fe2e-f12c6a9ef3c2-a5d85f37 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9747d72d-0d95-55eb-75d2-e3e6d20e4dc8-a5d85f37 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_519b2464-667f-c2f8-5f00-4a9b3818a816-2cd85f38 {
    -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-_28406141-53be-a2ef-fe2e-f12c6a9ef3c2-2cd85f38 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9747d72d-0d95-55eb-75d2-e3e6d20e4dc8-2cd85f38 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3cc6b06-3140-70fa-eeb8-9ca6d7353011-a2d85f39 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b52eadef-9a03-8c7c-d5f0-570a2370b23d-a2d85f39 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3e24f0a-dca6-9ec2-8d94-2ca7e4c42c36-a2d85f39 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-daecb454-b50a-34b7-c340-2e2d4772ded6-a2d85f39 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3cc6b06-3140-70fa-eeb8-9ca6d7353011-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b52eadef-9a03-8c7c-d5f0-570a2370b23d-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3e24f0a-dca6-9ec2-8d94-2ca7e4c42c36-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-daecb454-b50a-34b7-c340-2e2d4772ded6-b8d85f2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3cc6b06-3140-70fa-eeb8-9ca6d7353011-a2d85f39 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b52eadef-9a03-8c7c-d5f0-570a2370b23d-a2d85f39 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c3e24f0a-dca6-9ec2-8d94-2ca7e4c42c36-a2d85f39 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-daecb454-b50a-34b7-c340-2e2d4772ded6-a2d85f39 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

