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

.navbar {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 32px;
  padding-left: 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -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;
  text-align: center;
}

.image {
  margin-top: 12px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 650px;
  padding: 80px 32px 90px;
  -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: #031228;
  box-shadow: 1px 1px 3px 0 #38b9de;
}

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

.h1 {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 66px;
  font-weight: 800;
  letter-spacing: -3px;
  text-indent: -2px;
  -webkit-column-count: 0;
  column-count: 0;
}

.h1.black {
  color: #031228;
  text-align: center;
}

.h1.produt-heading {
  font-weight: 500;
}

.primary-btn {
  padding: 18px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #38b9de;
  border-radius: 7px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
}

.primary-btn:hover {
  background-color: #38b9de;
}

.primary-btn.w--current {
  padding: 18px 64px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}

.nav-link:hover {
  color: #00b2ff;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.w--current {
  color: #38b9de;
  font-weight: 600;
  text-decoration: none;
}

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

.welcome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.paragraph {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: center;
}

.paragraph.mbot-10 {
  margin-bottom: 40px;
}

.paragraph.bold {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 700;
}

.paragraph.center-text.mbot-20 {
  margin-bottom: 42px;
}

.paragraph.max-width {
  width: 100%;
  max-width: 1148px;
  margin-bottom: 40px;
  text-align: left;
}

.button {
  margin-left: 12px;
  padding: 22px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #38b9de;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.button:hover {
  background-color: #288db9;
}

.button.btn-main-mobile {
  padding: 18px 60px;
  border-radius: 7px;
}

.div-block-2 {
  width: 100%;
  max-width: 1148px;
}

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

.main-p {
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.6rem;
  font-weight: 400;
}

.main-p.center {
  text-align: center;
}

.main-p.cblack {
  color: #031228;
  font-size: 0.9em;
  line-height: 1.6rem;
  font-weight: 400;
}

.main-p.white {
  color: #fff;
}

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

.image-2 {
  position: absolute;
  left: 0%;
  top: -184px;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 600px;
  -webkit-transform: translate(0px, -122px);
  -ms-transform: translate(0px, -122px);
  transform: translate(0px, -122px);
}

.heading-2 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #031228;
  font-size: 2.6em;
  letter-spacing: -3px;
}

.counter-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #031228;
}

.grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  height: 150px;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-height: 200px;
  padding-top: 0px;
  padding-bottom: 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;
}

.number-count {
  margin-bottom: 12px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 34px;
  font-weight: 800;
  cursor: pointer;
}

.number-count:hover {
  color: #38b9de;
}

.heading-count {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-indent: 0px;
}

.section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: transparent;
}

.h2-underline {
  width: 124px;
  height: 4px;
  margin-bottom: 2em;
  background-color: #031228;
}

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

.container-3 {
  height: 100%;
}

.h4 {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #031228;
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
}

.h4:hover {
  color: #38b9de;
}

.h4.bold {
  line-height: 32px;
  font-weight: 700;
}

.h4.dark-blue {
  margin-bottom: 18px;
  color: #031228;
  font-weight: 800;
  letter-spacing: -1px;
}

.h4.large-cta {
  margin-bottom: 0.8em;
  font-size: 2.7em;
  line-height: 40px;
}

.h4.white-font {
  color: #fff;
}

.h4._w-font {
  color: #fff;
}

.h4.centre {
  line-height: 23px;
  text-align: center;
}

.div-block-5 {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -8%;
  width: 50px;
  height: 50px;
  background-color: #031228;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-6 {
  display: none;
  width: 100%;
  max-width: 1320px;
}

.h3 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #031228;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 800;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.h3.no-margin-top {
  margin-top: 0px;
}

.h3.dark-blue {
  color: #031228;
  font-size: 32px;
}

.h3.blue {
  color: #031228;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -2px;
}

.h3.h3-blue {
  color: #031228;
}

.h3.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  -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;
  color: #031228;
  text-align: center;
}

.h3.black.left {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4em;
  text-align: left;
}

.h3.cblack {
  color: #031228;
}

.h3.white-font {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

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

.h3.white {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.6em;
}

.h3._w-font {
  margin-top: 0px;
  color: #fff;
}

.h3.h3-white {
  color: #fff;
  font-size: 1.4em;
}

.h3.centre {
  text-align: center;
}

.h3-underline {
  width: 124px;
  height: 2px;
  margin-bottom: 32px;
  background-color: #fff;
}

.h3-underline.cblack {
  background-color: #031228;
}

.para {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 29px;
  font-weight: 300;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  max-width: 370px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #38b9de;
  border-radius: 0.8em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #031228;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}

.link-block:hover {
  border-color: #38b9de;
  background-color: #38b9de;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #031228;
}

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

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

.h5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.h5.dark-blue-h5 {
  margin-top: 6px;
  margin-bottom: 16px;
  color: #031228;
  font-weight: 700;
  text-align: left;
}

.text-column {
  padding-left: 0px;
  text-align: left;
}

.read-more {
  color: #38b9de;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.read-more:hover {
  text-decoration: underline;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 64px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #031228;
}

.subscribe-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  -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;
  background-image: none;
}

.copyright-clause {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -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;
  background-color: #020c1b;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 8px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5f;
}

.image-3 {
  height: 42px;
  margin-bottom: 12px;
}

.paragraph-4 {
  color: #fff;
}

.div-block-7 {
  width: 100%;
  height: auto;
  max-width: 1148px;
}

.div-block-8 {
  width: 100%;
  max-width: 1148px;
  color: #3f3f3f;
}

.container-5 {
  display: block;
  -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;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 960px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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: 8px;
  background-color: #38b9de;
  background-image: linear-gradient(99deg, #38b9de, #288db9);
  box-shadow: none;
}

.sub-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sub-right-column {
  display: block;
  padding-top: 8px;
  padding-right: 32px;
  padding-left: 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;
}

.column-2 {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 18px;
  text-align: left;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  text-align: left;
}

.heading-2-copy {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #031228;
  font-size: 36px;
  letter-spacing: -3px;
}

.field-label {
  display: none;
}

.text-field {
  height: 58px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px 0px 0px 4px;
}

.submit-button {
  padding-right: 32px;
  padding-left: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #031228;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #38b9de;
  font-weight: 700;
}

.back-to-top-btn {
  height: 75px;
  padding: 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.back-to-top-btn:hover {
  border-style: solid;
  border-color: #288db9;
  background-color: #031228;
  color: #288db9;
}

.footer-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sub-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1148px;
  -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;
  background-color: transparent;
}

.hero-sub-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding: 40px 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;
  background-color: #031228;
}

.arrow-dark-blue {
  position: absolute;
  left: 50%;
  top: auto;
  right: 50%;
  bottom: -7%;
  width: 50px;
  height: 50px;
  background-color: #031228;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.training-column {
  width: 100%;
  margin-top: 32px;
}

.about-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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;
}

.vision-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #031228;
  background-image: linear-gradient(36deg, #031228, #0c2447);
}

.team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 80px 32px 100px;
  -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(214, 204, 204, 0.05);
}

.arrow-dark-blue-vision {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -9%;
  width: 50px;
  height: 50px;
  background-color: #031228;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30%;
  margin-right: 9px;
  margin-bottom: 14px;
  padding: 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #031228;
  border-radius: 0.4em;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #031228;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.about-list-item:hover {
  background-color: #38b9de;
  color: #fff;
}

.vision-container {
  position: relative;
  color: #fff;
}

.clouds {
  position: absolute;
  left: auto;
  top: 51%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 723px;
}

.max-width-500 {
  margin-bottom: 20px;
  color: #959ba5;
  font-size: 16px;
}

.max-width-500.white-font {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.9rem;
}

.icon-grid {
  justify-items: center;
  grid-column-gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-grid.social {
  display: none;
}

.icon-grid-container {
  width: 142px;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -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-style: solid;
  border-width: 1px;
  border-color: #38b9de;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.icon-div:hover {
  background-color: #288db9;
  color: #38b9de;
}

.icon-div.facebook {
  display: none;
  overflow: hidden;
}

.back-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 142px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-img {
  width: 22px;
}

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

.staff-image-div {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.08);
}

.staff-image-div:hover {
  top: auto;
}

.staff-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1148px;
  padding-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;
}

.staff-title {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #38b9de;
  font-style: italic;
}

.staff-name {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.service-page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 300px;
  max-height: 300px;
  padding: 64px 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;
  background-color: #031228;
}

.service-page-header.contact-us-header {
  display: none;
  overflow: visible;
  padding-top: 86px;
}

.service-header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  -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;
}

.service-header-image {
  position: absolute;
  left: 47%;
  right: auto;
  z-index: 0;
}

.service-header-image.csi-icon {
  left: 44%;
}

.drop-down-nav {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #031228;
}

.drop-down-nav:hover {
  background-color: #38b9de;
  color: #fff;
}

.drop-down-nav:visited {
  color: #031228;
}

.drop-down-nav.w--current {
  background-color: #288db9;
  color: #fff;
}

.wateroam-product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  -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;
  background-color: #f8f8f8;
}

.water-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 18px 18px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: transparent;
}

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

.water-acess-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 102px;
  background-color: #031228;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.85)), to(rgba(3, 18, 40, 0.85))), url('../images/water-bg.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.85), rgba(3, 18, 40, 0.85)), url('../images/water-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.water-acess-container {
  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;
}

.water-acess-list {
  list-style-type: none;
}

.water-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 28px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.water-link:hover {
  border-color: #38b9de;
  background-color: rgba(3, 18, 40, 0.34);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.product-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  -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(0, 0, 0, 0.03);
  text-decoration: none;
}

.donation-par {
  color: #fff;
}

.form-block {
  box-shadow: 8px 8px 8px 2px rgba(3, 18, 40, 0.16);
}

.cta {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 39px;
  font-weight: 700;
}

.staff-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 32px 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 18px;
  background-color: #031228;
  box-shadow: 0 14px 9px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.staff-card:hover {
  box-shadow: 0 26px 17px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.circle {
  padding: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #38b9de;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.circle:hover {
  border-color: #91e4fc;
}

.column-3 {
  padding-top: 8px;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding-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;
}

.wateroam-logo {
  margin-bottom: 0px;
}

.product-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  -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-align: center;
}

.wateroam-filter-info {
  position: relative;
  padding: 100px 40px 32px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.04);
  text-align: left;
}

.wateroam-filterplus-info-copy {
  padding: 20px;
  border-right: 1px none #000;
}

.csi-product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  -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;
  background-color: #f8f8f8;
}

.hello-mobile {
  width: 100%;
  max-width: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 12px;
  -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;
  color: #fff;
  text-align: left;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: transparent;
}

.grid-2 {
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 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;
}

.map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  -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;
  background-color: #1a1a1a;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: none;
  max-width: 480px;
  padding: 32px 24px 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;
  border-radius: 15px;
  background-color: #fff;
  color: #031228;
  text-align: left;
}

.form {
  display: block;
  width: 100%;
  text-align: left;
}

.contact-us-bg {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.89)), to(rgba(3, 18, 40, 0.89))), url('../images/skyscrapers.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.89), rgba(3, 18, 40, 0.89)), url('../images/skyscrapers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-us-footer {
  display: none;
  background-color: rgba(3, 18, 40, 0.47);
}

.white-nav {
  width: 100%;
  max-width: 1320px;
}

.white-nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.white-nav-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.white-nav-link.w--current {
  color: #38b9de;
  font-weight: 700;
  text-decoration: underline;
}

.form-input-field {
  border-bottom: 1px none #fff;
  background-color: transparent;
  color: #fff;
}

.field-label-2 {
  display: block;
  color: #031228;
}

.h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #031228;
  font-size: 2.2rem;
  line-height: 2.5rem;
  letter-spacing: -1px;
}

.h2.light-blue {
  color: #38b9de;
}

.h2.black {
  color: #031228;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: -3px;
}

.h2.blue {
  color: #031228;
}

.h2.dark {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #031228;
  font-weight: 800;
}

.h2.white-font {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.submit-btn {
  width: 100%;
  margin-top: 32px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 20px;
  background-color: #38b9de;
}

.c-p {
  margin-top: 8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}

.c-p.white-p {
  color: #fff;
}

.contact-icon {
  width: 17px;
  color: #38b9de;
}

.list-2 {
  width: 100%;
  margin-top: 20px;
}

.contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 20px 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-p-i {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 300;
}

.field-label-3 {
  color: #38b9de;
}

.csi-product-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  -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;
  background-color: #f8f8f8;
}

.csi-icon-small {
  width: 80px;
  margin-bottom: 12px;
}

.service-list {
  margin-bottom: 20px;
}

.counter-icon {
  width: 28px;
  margin-bottom: 12px;
  background-color: transparent;
  color: #031228;
}

.text-span {
  font-family: 'Open Sans', sans-serif;
  color: #38b9de;
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: 300;
}

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

.heading-accent {
  width: 300px;
  height: 4px;
  margin-bottom: 60px;
  border-radius: 0px;
  background-color: #031228;
}

.product-img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  background-image: url('../images/Roam-Filter-Plus.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.product-img:hover {
  background-color: #031228;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.74)), to(rgba(3, 18, 40, 0.74))), url('../images/Roam-Filter-Plus.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.74), rgba(3, 18, 40, 0.74)), url('../images/Roam-Filter-Plus.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.product-img.p-filter-plus {
  height: 460px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-position: 50% 45%;
  background-size: cover;
  cursor: pointer;
}

.product-img.p-filter-plus:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.59)), to(rgba(3, 18, 40, 0.59))), url('../images/Roam-Filter-Plus.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.59), rgba(3, 18, 40, 0.59)), url('../images/Roam-Filter-Plus.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.product-img.p-filter-plus.p-hover {
  padding: 0px;
}

.product-img.p-filter-plus.p-hover:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.8)), to(rgba(3, 18, 40, 0.8))), url('../images/Roam-Filter-Plus.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.8), rgba(3, 18, 40, 0.8)), url('../images/Roam-Filter-Plus.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.product-img.p-filter-ultra {
  height: 460px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-image: url('../images/Roam-Filter-Ultra.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.product-img.p-filter-ultra.p-hover:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.8)), to(rgba(3, 18, 40, 0.8))), url('../images/Roam-Filter-Ultra.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.8), rgba(3, 18, 40, 0.8)), url('../images/Roam-Filter-Ultra.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.product-img.p-filter-bacteria {
  height: 460px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-image: url('../images/Wateroam---Bacteria-Test.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.product-img.p-filter-bacteria.p-hover {
  background-image: url('../images/Wateroam---Bacteria-Test.jpg');
  background-position: 50% 45%;
  background-size: cover;
  cursor: pointer;
}

.product-img.p-filter-bacteria.p-hover:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.8)), to(rgba(3, 18, 40, 0.8))), url('../images/Wateroam---Bacteria-Test.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.8), rgba(3, 18, 40, 0.8)), url('../images/Wateroam---Bacteria-Test.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.product-btn {
  width: auto;
  margin-top: 10px;
  padding: 16px 32px;
  border-radius: 6px;
  background-color: #38b9de;
  text-align: center;
}

.div-block-12 {
  height: 200px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 3%;
  right: 2%;
  bottom: 0%;
  width: 100px;
}

.div-block-13 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-3 {
  margin-top: 40px;
  grid-column-gap: 27px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-link-block {
  width: 100%;
}

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

.h6.product-tag {
  position: absolute;
  margin-top: 14px;
  padding-left: 18px;
  color: rgba(3, 18, 40, 0.55);
}

.h6.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.staff-card-grid {
  width: 100%;
  margin-top: 67px;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-heading-container {
  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;
  text-align: center;
}

.social-icon {
  width: 38px;
  height: 38px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 24%;
  background-color: rgba(56, 185, 222, 0.21);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.social-icon:hover {
  background-color: #38b9de;
}

.social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.footer-center-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.sitemap-link:hover {
  color: #38b9de;
  font-weight: 700;
  text-decoration: underline;
}

.sitemap-link.display-none {
  display: none;
}

.sitemap-list {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
}

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

.csi-product-section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  -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;
  background-color: #f8f8f8;
}

.csi-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.cup-product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  -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;
  background-color: #f8f8f8;
}

.cup-logo {
  width: 60px;
  height: auto;
  margin-bottom: 12px;
}

.container-6 {
  max-width: 960px;
  margin-top: 35px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.91)), to(rgba(3, 18, 40, 0.91))), url('../images/skyscrapers.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.91), rgba(3, 18, 40, 0.91)), url('../images/skyscrapers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-3-copy {
  text-align: center;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.price-tag {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #031228;
  font-size: 45px;
  line-height: 45px;
  font-weight: 800;
}

.product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -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;
}

.order-btn {
  padding: 20px 40px;
}

.paragraph-7 {
  margin-bottom: 40px;
}

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

.section-products {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.product-wrapper-image {
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/Roam-Filter-Plus.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.product-wrapper-image02 {
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/Roam-Filter-Ultra.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.product-wrapper-image03 {
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/Roam-Filter-Plus.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-6-copy {
  width: 100%;
  max-width: 1320px;
}

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

.columns-3 {
  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-8 {
  color: #38b9de;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -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;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.large-cta {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4.2em;
  line-height: 1em;
}

.large-cta.cblack {
  color: #031228;
  font-size: 4.5em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -3px;
}

.html-embed {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.8em;
}

.div-block-15 {
  width: 100%;
  max-width: 1148px;
}

.video {
  overflow: hidden;
  border-radius: 8px;
}

.blog-wrapper {
  width: 100%;
  max-width: 960px;
}

.list-4 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-item {
  width: 270px;
  background-color: transparent;
}

.blog-img {
  margin-bottom: 10px;
}

.blog-link {
  font-family: 'Open Sans', sans-serif;
  color: #031228;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.large-p {
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: center;
}

.large-p.mbot-20 {
  margin-bottom: 20px;
  text-align: center;
}

.image-5 {
  margin-left: 40px;
}

.cta-p {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: left;
}

.div-block-16 {
  width: 100%;
  height: 500px;
}

.div-block-17 {
  width: 100%;
  height: auto;
  max-width: 960px;
}

.featuer-square {
  width: 250px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
  background-color: #031228;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 18, 40, 0.89)), to(rgba(3, 18, 40, 0.89))), url('../images/water-bg.jpg');
  background-image: linear-gradient(180deg, rgba(3, 18, 40, 0.89), rgba(3, 18, 40, 0.89)), url('../images/water-bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.div-block-19 {
  width: 100%;
  max-width: 960px;
}

.list-5 {
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

.product-shot {
  padding: 0px;
  border-radius: 20px;
}

.grid-6 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-prop {
  width: 206px;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 7px;
}

.hiw-card {
  max-width: 206px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

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

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

.benefits-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -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: #f4f4f4;
}

.button-2 {
  margin-top: 20px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 14px 36px;
  border-radius: 5px;
  background-color: #38b9de;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.button-2:hover {
  background-color: #288db9;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -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-7 {
  padding-top: 20px;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefits-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  text-align: center;
}

.image-circle {
  width: 200px;
  height: 200px;
}

.div-block-22 {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.wateroam-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.wateroam-list {
  width: 300px;
}

.wateroam-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  margin-bottom: 20px;
  -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;
  background-color: transparent;
  text-align: left;
}

.product-link {
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #031228;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.product-link:hover {
  color: #288db9;
  font-weight: 700;
}

.wateroam-product-image {
  position: relative;
  z-index: -1;
  margin-bottom: 0px;
  border-radius: 8px;
}

.wateroam-product-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #031228;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1148px;
  -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;
}

.counter-item {
  width: 300px;
}

.image-6 {
  width: 70px;
  max-width: 100%;
  color: #fff;
}

.image-7 {
  width: 70px;
}

.image-8 {
  width: 70px;
}

.small-p-p {
  font-size: 0.9rem;
  font-weight: 400;
}

.text-block {
  margin-bottom: 10px;
}

.roam-link-block {
  position: relative;
  z-index: 0;
  width: 270px;
  height: 350px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #000;
  background-image: url('../images/Roam-Filter-Plus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.roam-link-block:hover {
  background-image: url('../images/Roam-Filter-Plus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.roam-link-block.ultra {
  background-image: url('../images/Roam-Filter-Ultra.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.roam-link-block.watertest {
  background-image: url('../images/Wateroam---Bacteria-Test.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.back-btn {
  margin-top: 20px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 14px 36px;
  border-radius: 5px;
  background-color: #c6c6c6;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.back-btn:hover {
  background-color: #9c9c9c;
}

.list-item-2 {
  margin-top: 10px;
  padding-top: 0px;
}

.list-item-3 {
  margin-top: 10px;
}

.icon-ultra {
  width: 80px;
}

.heading-4 {
  font-size: 1.4em;
}

.heading-5 {
  margin-top: 0px;
}

.paragraph-9 {
  font-size: 0.8rem;
  line-height: 18px;
}

.paragraph-10 {
  font-size: 0.8rem;
}

.heading-6 {
  margin-top: 0px;
}

.p {
  font-family: Montserrat, sans-serif;
}

.footer-p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.3rem;
}

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

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

.small-p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.8rem;
}

.list-main {
  font-family: Montserrat, sans-serif;
  font-size: 0.8rem;
}

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

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

@media screen and (max-width: 991px) {
  .welcome-section {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .service-header-container {
    text-align: center;
  }

  .service-header-image.csi-icon {
    left: 38%;
  }

  .contact-us-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-btn {
    color: #38b9de;
  }

  .menu-mobile {
    border-style: solid;
    border-width: 1px;
    border-color: #38b9de;
  }
}

@media screen and (max-width: 767px) {
  .service-header-image.csi-icon {
    left: 34%;
  }

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

@media screen and (max-width: 479px) {
  .container {
    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;
  }

  .hero-section {
    max-height: none;
    padding: 40px 20px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .h1 {
    font-size: 41px;
    line-height: 42px;
    letter-spacing: -1px;
  }

  .primary-btn {
    text-align: center;
  }

  .nav-link {
    width: 100vw;
    max-width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
  }

  .nav-link:active {
    background-color: #288db9;
    color: #fff;
  }

  .nav-link.top-btn {
    border-top: 1px solid #e4e4e4;
  }

  .nav-link.top-btn:focus {
    background-color: #288db9;
    color: #fff;
  }

  .welcome-section {
    padding: 4em 20px 6em;
  }

  .button.btn-main-mobile {
    margin-top: 12px;
    margin-left: 0px;
    text-align: center;
  }

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

  .main-p {
    margin-bottom: 10px;
  }

  .main-p.bold {
    font-weight: 700;
  }

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

  .image-2 {
    display: none;
  }

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

  .counter-section {
    height: auto;
    padding-right: 0px;
    padding-left: 20px;
    -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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .div-block-5 {
    left: 44%;
    bottom: -3%;
  }

  .h3 {
    font-size: 2em;
    line-height: 38px;
  }

  .para {
    margin-bottom: 32px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

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

  .link-block {
    height: 230px;
    margin-bottom: 18px;
    padding: 12px 12px 12px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .icon {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

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

  .list {
    padding-left: 0px;
  }

  .column {
    margin-bottom: 31px;
  }

  .footer {
    height: auto;
    padding-right: 32px;
    padding-bottom: 20px;
    padding-left: 32px;
  }

  .subscribe-section {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

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

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

  .submit-button {
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-col-right {
    margin-top: 21px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-dark-blue {
    left: 44%;
  }

  .vision-section {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .about-list-item {
    max-width: none;
  }

  .clouds {
    top: 82%;
  }

  .back-top-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .service-header-image.csi-icon {
    left: 20%;
  }

  .wateroam-product-section {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .water-acess-section {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .water-acess-list {
    padding-left: 0px;
  }

  .col-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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;
  }

  .staff-card {
    margin-bottom: 32px;
  }

  .contact-us {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-11 {
    margin-top: 32px;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-us-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2 {
    text-align: center;
  }

  .footer-center-col {
    margin-top: 21px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .list-counter {
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .large-cta {
    font-size: 3.2em;
  }

  .large-cta.cblack {
    font-size: 3.5em;
  }

  .image-5 {
    margin-left: 0px;
  }

  .list-5 {
    padding-left: 0px;
  }

  .hiw-card {
    margin-bottom: 20px;
  }

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

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

  .grid-7 {
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

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

  .list-6 {
    padding-left: 0px;
  }

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

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .list-main {
    padding-left: 10px;
  }

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

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

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

#w-node-_11760261-ab68-f837-a822-17ceef4dcbf5-507edea0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_880b31c3-18c7-74b4-5bd3-ffc9302babaf-507edea0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_49e4f4d1-b8f7-eb0c-8f52-b15ede1d26e7-902dcea8 {
  -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-_91cecb8c-2a6d-07c7-6630-54ab48eff3a0-902dcea8 {
  -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-_461e228b-a137-5fe7-fc8d-159413f3a798-902dcea8 {
  -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-_461e228b-a137-5fe7-fc8d-159413f3a799-902dcea8 {
  -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-_40c96f1b-b1a0-52b7-22b6-069d78b4400c-902dcea8 {
  -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-_40c96f1b-b1a0-52b7-22b6-069d78b4400d-902dcea8 {
  -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-b8d1abf0-3628-8877-5782-0da595f93767-902dcea8 {
  -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-b8d1abf0-3628-8877-5782-0da595f93768-902dcea8 {
  -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-_680995ee-56b3-e864-6ea0-a16ba607f0cb-902dcea8 {
  -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-_7120beb0-d71e-8185-b56f-7d0be73f71d6-902dcea8 {
  -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-_84a37644-d06c-1340-c2d6-7b58fd59a7e4-902dcea8 {
  -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-_50daf469-aeb4-8593-94d8-bbda8fadd8ae-902dcea8 {
  -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-_3f84c182-b3cc-d661-5104-5cab0ce6fa6f-902dcea8 {
  -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-_08958e1d-663f-8028-ea10-f58e6f105c04-902dcea8 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bc4-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bc5-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bcd-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bce-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bd6-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bd7-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bde-2a077803 {
  -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-_671f989f-98d5-0cdd-1b59-50eb66536bdf-2a077803 {
  -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-_166c02ec-67aa-8d8b-79d1-402b8028bfe3-2a077803 {
  -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-_166c02ec-67aa-8d8b-79d1-402b8028bff1-2a077803 {
  -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-_166c02ec-67aa-8d8b-79d1-402b8028bfea-2a077803 {
  -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-a0ecad94-0c86-7913-0c6d-aabe53dcab19-27d5efc7 {
  -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-a0ecad94-0c86-7913-0c6d-aabe53dcab20-27d5efc7 {
  -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-a0ecad94-0c86-7913-0c6d-aabe53dcab27-27d5efc7 {
  -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: 479px) {
  #w-node-_4b3e8685-2beb-60b2-d116-8bcc835b63dc-507edea0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c5935ba4-3799-717e-e5f4-6dfd7ef123b5-507edea0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1b059d30-235f-87c5-6a5e-00fc05b73b14-507edea0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

