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

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 30px 100px;
  -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: #71868b;
}

.logo.w--current {
  position: relative;
  z-index: 1;
}

.home {
  position: relative;
  padding: 10px 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.home.w--current {
  -webkit-transition-property: none;
  transition-property: none;
}

.about {
  padding: 10px 20px;
}

.services {
  padding: 10px 20px;
}

.contact {
  padding: 10px 20px;
}

.button {
  background-image: url('../images/SS-Logo.png');
  background-position: 0px 0px;
  background-size: auto;
}

.body {
  max-width: 100%;
  background-color: #dfe2e4;
}

.navbar {
  background-color: #71868b;
}

.navigation-items {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 800;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-contact-us {
  position: relative;
  z-index: 5;
  display: none;
  border-radius: 10px;
  background-color: #88bcc6;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-2 {
  position: static;
  left: 0%;
  top: 4.7%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71868b;
}

.menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  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;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -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-image: url('../images/home.png');
  background-position: 100% 50%;
  background-size: 625px;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  max-width: 1140px;
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: -580px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  text-align: center;
}

.div-block-3 {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 35px;
  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-2 {
  display: inline-block;
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  text-align: left;
}

.text-block-3 {
  display: inline-block;
  width: 500px;
  margin-top: 25px;
  margin-bottom: 10px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.button-3 {
  position: static;
  display: none;
  margin-right: 0px;
  padding: 12px 25px;
  clear: none;
  -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: 10px;
  background-color: #88bcc6;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.section {
  position: static;
  left: 0%;
  top: 12%;
  right: 0%;
  bottom: 0%;
  margin-top: -5px;
}

.container {
  max-width: 1140px;
  margin-top: 200px;
}

.section-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
}

.motto-wrap-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-5 {
  display: block;
  width: auto;
  height: 3px;
  margin-bottom: 10px;
  -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: #1f363d;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-light {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  font-weight: 700;
}

.div-block-6 {
  width: 30px;
  height: 3px;
  margin-top: -22px;
  margin-bottom: 18px;
  margin-left: 275px;
  background-color: #88bcc6;
}

.div-block-7 {
  width: 30px;
  height: 3px;
  margin-top: -22px;
  margin-bottom: 18px;
  margin-left: 600px;
  float: none;
  clear: none;
  background-color: #88bcc6;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f363d;
}

.image-3 {
  width: 200px;
  margin-left: 0px;
  background-color: #bec0c1;
}

.button-6 {
  display: block;
  max-width: none;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 12px 25px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 10px;
  background-color: #88bcc6;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
}

.image-2 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 200px;
  margin-left: 0px;
  float: none;
  clear: none;
  border: 1px none #000;
  background-color: #bec0c1;
}

.div-block-9 {
  width: 200px;
  height: 200px;
  margin-top: -206px;
  margin-left: 12px;
  border: 2px solid #a37b61;
}

.button-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-top: 10px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 10px;
  background-color: #88bcc6;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-7 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.paragraph-2 {
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 15px;
  text-align: center;
}

.paragraph-3 {
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.section-3 {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #71868b;
}

.column-3 {
  margin-bottom: 75px;
}

.heading-8 {
  margin-top: 75px;
  margin-left: 115px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-10 {
  width: 100px;
  height: 3px;
  margin-left: 115px;
  background-color: #1f363d;
}

.div-block-11 {
  width: 75px;
  height: 3px;
  margin-top: 10px;
  margin-left: 115px;
  background-color: #1f363d;
}

.button-7 {
  margin-top: 50px;
  margin-left: 185px;
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #88bcc6;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

.paragraph-4 {
  margin-top: 75px;
  margin-right: 115px;
  margin-bottom: 75px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.container-4 {
  display: block;
  margin-bottom: 75px;
  -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;
}

.div-block-17 {
  display: block;
  height: 3px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f363d;
}

.text-block-6 {
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
}

.text-block-7 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: 'Open Sans', sans-serif;
  color: #a37b61;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.button-9 {
  display: block;
  height: 40px;
  margin-top: -7px;
  margin-right: 20px;
  float: right;
  -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: 10px;
  background-color: #88bcc6;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
}

.div-block-18 {
  height: 3px;
  margin-top: 10px;
  background-color: #1f363d;
}

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

.image-6 {
  width: 16%;
}

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

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

.columns {
  display: block;
  height: 30px;
  max-height: none;
  -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;
}

.div-block-24 {
  width: 125px;
  height: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #71868b;
  text-align: center;
}

.div-block-20 {
  width: 150px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #1f363d;
}

.div-block-28 {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background-color: transparent;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 100px;
  margin-left: 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-14 {
  margin-bottom: 50px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 75px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.div-block-12 {
  width: 30px;
  height: 3px;
  margin-top: -85px;
  margin-bottom: 0px;
  margin-left: 300px;
  padding-bottom: 0px;
  float: none;
  background-color: #88bcc6;
}

.div-block-13 {
  width: 30px;
  height: 3px;
  margin-top: -5px;
  margin-right: 300px;
  margin-left: 0px;
  float: right;
  background-color: #88bcc6;
}

.div-block-15 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  height: auto;
  max-width: 900px;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px none #a37b61;
  background-color: #bec0c1;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 5px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 400;
}

.text-block-5 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 700;
}

.div-block-16 {
  position: static;
  z-index: 57;
  width: 360px;
  height: 301px;
  margin-top: -251px;
  margin-left: -37px;
  border: 2px solid #a37b61;
}

.section-5 {
  display: block;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3 {
  max-width: 300px;
  margin-top: 100px;
  margin-bottom: 70px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #1f363d;
  border-left: 2px solid #000;
  border-radius: 10px;
  font-size: 14px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  position: static;
  margin-top: -10px;
  margin-bottom: -20px;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  line-height: 62px;
  font-weight: 600;
  text-align: center;
}

.button-4 {
  display: block;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Open Sans', sans-serif;
  color: #a37b61;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.div-block-29 {
  width: 30px;
  height: 3px;
  margin-top: -22px;
  margin-bottom: 18px;
  margin-left: 240px;
  background-color: #88bcc6;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-bottom: 150px;
  -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-11 {
  margin-top: 0px;
  margin-bottom: 75px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-31 {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: -85px;
  margin-left: 300px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #88bcc6;
}

.div-block-32 {
  width: 30px;
  height: 3px;
  margin-top: -5px;
  margin-right: 300px;
  background-color: #88bcc6;
}

.hide-demo {
  position: static;
  display: inline-block;
  margin-right: 200px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 2px solid #bec0c1;
  border-bottom: 2px solid #bec0c1;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #88bcc6;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.show-demo {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-bottom: 150px;
  margin-left: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #bec0c1;
  border-bottom: 2px solid #bec0c1;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #88bcc6;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-5 {
  display: inline;
  -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-6 {
  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-7 {
  display: inline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  height: 275px;
  margin-left: 150px;
}

.paragraph-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 150px;
  margin-left: 50px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
}

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

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 300px;
}

.image-8 {
  height: 275px;
}

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

.scandesk {
  position: static;
  display: block;
  width: 260px;
  height: 3px;
  margin-bottom: 10px;
  background-color: red;
}

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

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 300px;
  border: 0px solid #000;
}

.para-7 {
  display: none;
  margin-right: 50px;
  margin-left: 150px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.column-12 {
  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-36 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-9 {
  display: block;
  height: 275px;
  margin-right: 0px;
  float: right;
}

.prodesk {
  position: relative;
  z-index: 1;
  height: 275px;
}

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

.packdesk {
  position: relative;
  z-index: 0;
  width: 475px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.column-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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.fboxdesk {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 263px;
  height: 230px;
  max-height: none;
  margin-top: -245px;
  margin-left: -2px;
  -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: #dabba7;
}

.div-block-40 {
  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-12 {
  height: 275px;
  margin-left: 150px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

.paragraph-8 {
  margin-right: 150px;
  margin-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
}

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

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

.image-13 {
  width: 311px;
}

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

.labeldesk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 117px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-color: transparent;
}

.text-block-8 {
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.image-14 {
  width: 28px;
}

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

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

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
  -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: #1f363d;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  height: auto;
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border: 2px none #a37b61;
  background-color: #bec0c1;
}

.paragraph-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 5px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.text-block-9 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 700;
}

.div-block-45 {
  width: 360px;
  height: 301px;
  margin-top: -426px;
  margin-left: 10px;
  border: 2px solid #a37b61;
}

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

.column-17 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.slide {
  position: relative;
  max-width: 100%;
  margin-right: 0px;
  border-style: solid none;
  border-width: 5px;
  border-color: #a37b61;
  background-color: #bec0c1;
}

.slide-2 {
  position: relative;
  max-width: 100%;
  float: none;
  clear: none;
  border-style: solid none;
  border-width: 5px;
  border-color: #a37b61;
  background-color: #bec0c1;
}

.left-arrow {
  background-color: #dfe2e4;
  cursor: pointer;
}

.icon {
  background-color: transparent;
  cursor: pointer;
}

.right-arrow {
  background-color: #dfe2e4;
}

.text-block-10 {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.slide-3 {
  background-color: #bec0c1;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background-color: #bec0c1;
}

.paragraph-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 5px;
  -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;
  font-family: 'Open Sans', sans-serif;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71868b;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -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;
}

.mask {
  max-width: 750px;
}

.button-12 {
  display: none;
}

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

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  -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;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-9 {
  display: none;
}

.image-18 {
  display: none;
}

.image-19 {
  display: none;
}

.paragraph-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 150px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.image-20 {
  display: none;
}

.scantab {
  display: none;
}

.scanmland {
  display: none;
}

.protab {
  display: none;
}

.packtab {
  display: none;
}

.fboxtab {
  display: none;
}

.promob {
  display: none;
}

.packmob {
  display: none;
}

.fboxmob {
  display: none;
}

.labeltab {
  display: none;
  margin-left: 117px;
  -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;
}

.labelmob {
  display: none;
  margin-left: 117px;
  -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;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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 {
  width: 30px;
  height: 3px;
  margin-top: -12px;
  margin-left: 350px;
  background-color: #88bcc6;
}

.div-block-55 {
  width: 30px;
  height: 3px;
  margin-top: -3px;
  margin-left: -350px;
  background-color: #88bcc6;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-11 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 400;
  text-align: left;
}

.container-10 {
  margin-top: 90px;
  margin-bottom: 50px;
}

.text-block-14 {
  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;
  font-family: 'Great Vibes', cursive;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.grid {
  justify-items: center;
  grid-template-areas: "Area"
    "Area-2";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.image-23 {
  max-width: 40%;
}

.paragraph-12 {
  max-width: 80%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
  text-align: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 10px;
  background-color: #71868b;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  border-bottom: 1px solid #1f363d;
}

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

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

.fnameinput {
  margin-top: 25px;
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #1f363d;
  background-color: transparent;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  cursor: text;
}

.lnameinput {
  border-bottom: 2px solid #1f363d;
}

.lname {
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #1f363d;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  cursor: text;
}

.emailinput {
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #1f363d;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  cursor: text;
}

.phoneinput {
  margin-bottom: 50px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #1f363d;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  cursor: text;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body-2 {
  height: auto;
  max-height: 1500px;
  background-color: #dfe2e4;
}

.submit-button {
  border-radius: 10px;
  background-color: #88bcc6;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comment {
  margin-top: 0px;
  margin-bottom: 35px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #1f363d;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  line-height: 20px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 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;
}

.success-message {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid #2cb56e;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 15px;
  font-weight: 600;
}

.column-22 {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-15 {
  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;
}

.error-message {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #e13b3c;
  border-radius: 10px;
  background-color: transparent;
}

.text-block-16 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
}

.navhome {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.navhome.w--current {
  white-space: normal;
}

.navserv {
  display: none;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.navabout {
  display: none;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.navprivacy {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.navcont {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.navcont.w--current {
  font-weight: 700;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-13 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 14px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-14 {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 700;
}

.paragraph-15 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.text-block-17 {
  margin-right: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 15px;
  font-weight: 700;
}

.text-block-18 {
  margin-right: 8px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #88bcc6;
  font-size: 18px;
  text-transform: uppercase;
}

.paragraph-16 {
  margin: 20px 28px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-19 {
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 15px;
  font-weight: 700;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-17 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-18 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

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

.dropdown-toggle {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.dropdown {
  display: none;
}

.div-block-60 {
  display: none;
  overflow: visible;
  width: 80%;
  max-width: 940px;
  margin-right: 20px;
  margin-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-14 {
  position: fixed;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
  z-index: 10;
  border-radius: 20px;
  background-color: #1f363d;
  box-shadow: 1px 1px 8px 1px #1f363d;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 900px;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background-color: #bec0c1;
}

.paragraph-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 5px;
  -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-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.slide-5 {
  max-width: 900px;
  background-color: #bec0c1;
}

.paragraph-20 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide-6 {
  max-width: 700px;
  background-color: #bec0c1;
}

.slide-7 {
  max-width: 700px;
  background-color: #bec0c1;
}

.slide-8 {
  max-width: 700px;
  background-color: #bec0c1;
}

.slide-9 {
  max-width: 700px;
  background-color: #bec0c1;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-63 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.left-arrow-2 {
  display: block;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.container-12 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -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-64 {
  max-width: 750px;
}

.paragraph-21 {
  max-width: 750px;
}

.slide-10 {
  max-width: 100%;
  border-style: solid none;
  border-width: 5px;
  border-color: #a37b61;
  background-color: #bec0c1;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 900px;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border: 2px none #a37b61;
  background-color: #bec0c1;
}

.paragraph-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 5px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 400;
}

.text-block-20 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 700;
}

.text-block-21 {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.slide-11 {
  max-width: 100%;
  border-style: solid none;
  border-width: 5px;
  border-color: #a37b61;
  background-color: #bec0c1;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 900px;
  margin-top: 55px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border: 2px none #a37b61;
  background-color: #bec0c1;
}

.paragraph-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 5px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.text-block-22 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 700;
}

.text-block-23 {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.html-embed {
  width: 740px;
}

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

.container-13 {
  margin-top: 120px;
  margin-bottom: 100px;
}

.navtrial {
  display: block;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.navtrial.w--current {
  display: block;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  padding: 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #71868b;
  border-bottom: 2px none #71868b;
  border-radius: 10px;
  background-color: #71868b;
}

.section-7 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border-top: 0px solid #71868b;
}

.paragraph-24 {
  margin-bottom: 0px;
  color: #dfe2e4;
  text-align: left;
}

.div-block-69 {
  display: block;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 0px;
  -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;
}

.section-8 {
  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-70 {
  width: 80%;
}

.columns-7 {
  display: none;
  width: 80%;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.column-23 {
  padding-right: 15px;
  padding-left: 0px;
  border-right: 3px solid #88bcc6;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 30px;
  -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: 10px;
  background-color: #dfe2e4;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: 10px;
  background-color: #dfe2e4;
}

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

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 30px;
  -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-top: 2px none #71868b;
  border-bottom: 2px none #71868b;
  border-radius: 10px;
  background-color: #71868b;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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-bottom: 0px none #71868b;
}

.paragraph-25 {
  margin-bottom: 0px;
  color: #dfe2e4;
}

.paragraph-26 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-weight: 600;
}

.paragraph-27 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-weight: 600;
}

.paragraph-28 {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
  letter-spacing: 0px;
}

.paragraph-29 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-weight: 600;
}

.text-block-24 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 3px;
  margin-bottom: 30px;
  -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: #1f363d;
}

.text-block-25 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-75 {
  width: 30%;
  height: 3px;
  margin-bottom: 30px;
  background-color: #88bcc6;
}

.text-block-26 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-76 {
  width: 30%;
  height: 3px;
  margin-bottom: 30px;
  background-color: #88bcc6;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
  list-style-type: square;
}

.text-block-27 {
  margin-bottom: 10px;
  padding-right: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 14px;
  font-weight: 600;
}

.columns-8 {
  margin-top: 10px;
}

.text-block-28 {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
}

.list-2 {
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
  list-style-type: square;
}

.text-block-29 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-77 {
  width: 20%;
  height: 3px;
  margin-bottom: 30px;
  background-color: #1f363d;
}

.paragraph-30 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
}

.div-block-78 {
  width: 12%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #88bcc6;
}

.div-block-79 {
  width: 10%;
  height: 3px;
  margin-bottom: 80px;
  background-color: #88bcc6;
}

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

.body-4 {
  background-color: #dfe2e4;
}

.section-12 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 6px;
  z-index: 11;
  display: block;
  height: 40px;
  background-color: #f3dd6d;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.text-block-30 {
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
}

.link {
  color: #1f363d;
}

.link.w--current {
  color: #1f363d;
}

.text-block-31 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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-81 {
  width: 15%;
  height: 3px;
  margin-bottom: 30px;
  background-color: #88bcc6;
}

.paragraph-31 {
  width: 92%;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-weight: 600;
  white-space: normal;
}

.section-13 {
  background-color: #71868b;
}

.video {
  width: 80%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.column-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;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.paragraph-32 {
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.heading-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  padding-bottom: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-82 {
  width: 20%;
  height: 3px;
  margin-bottom: 10px;
  background-color: #1f363d;
}

.div-block-83 {
  width: 10%;
  height: 3px;
  margin-bottom: 25px;
  background-color: #1f363d;
}

.paragraph-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 150px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 300px;
  -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;
}

.image-24 {
  position: static;
  display: block;
  height: 275px;
  margin-right: 0px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.image-25 {
  width: 180px;
  margin-top: -127px;
}

.column-27 {
  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-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 185px;
  -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;
}

.image-26 {
  display: block;
  overflow: visible;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-86 {
  display: block;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-27 {
  position: static;
  display: block;
  width: 450px;
}

.image-28 {
  position: absolute;
  max-width: 44%;
  margin-top: -6px;
}

.image-29 {
  height: 25px;
}

.image-30 {
  height: 25px;
  margin-left: 0px;
}

.image-31 {
  display: inline-block;
  height: 25px;
}

.image-32 {
  height: 25px;
  margin-left: 0px;
}

.columns-11 {
  margin-top: 20px;
}

.text-block-32 {
  display: block;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #dfe2e4;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-87 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.div-block-89 {
  display: block;
  margin-right: 0px;
  padding-right: 0px;
}

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

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

.text-block-33 {
  display: inline-block;
  width: 15%;
  -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-top: 3px solid #a37b61;
  border-bottom: 3px solid #a37b61;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.image-33 {
  height: 35px;
}

.image-34 {
  height: 35px;
}

.image-35 {
  height: 35px;
}

.image-36 {
  height: 35px;
}

.div-block-92 {
  display: block;
  margin-bottom: 150px;
  -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;
}

.column-29 {
  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;
  border-right: 3px solid #88bcc6;
  border-left: 3px solid #88bcc6;
}

.column-30 {
  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;
  border-right: 3px solid #88bcc6;
}

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

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

.section-14 {
  display: none;
  margin-top: 150px;
}

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

.link-2 {
  color: #88bcc6;
}

.image-37 {
  display: none;
}

.column-34 {
  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-34 {
  display: none;
  margin-right: 50px;
  margin-left: 150px;
  font-family: 'Open Sans', sans-serif;
  color: #1f363d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.grid-2 {
  margin: 150px 100px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-95 {
  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-96 {
  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-97 {
  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-98 {
  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-99 {
  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-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-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-101 {
  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-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-103 {
  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-104 {
  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-105 {
  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-106 {
  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-107 {
  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-108 {
  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-109 {
  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-110 {
  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-20 {
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: transparent;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .button-2.cc-contact-us.w--current {
    display: none;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation-2 {
    position: relative;
    padding: 25px 30px 25px 40px;
  }

  .menu-2 {
    position: static;
    margin-left: 30px;
  }

  .div-block {
    height: 500px;
    background-position: 100% 0%;
    background-size: 450px;
  }

  .div-block-2 {
    width: 50%;
    max-width: 768px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -500px;
  }

  .text-block-2 {
    width: 350px;
    margin-top: 0px;
    margin-left: 100px;
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-3 {
    width: 300px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 100px;
    font-size: 16px;
    line-height: 25px;
  }

  .button-3 {
    padding: 8px 15px;
    font-size: 10px;
  }

  .container {
    margin-top: 125px;
  }

  .div-block-6 {
    margin-left: 128px;
  }

  .div-block-7 {
    margin-left: 456px;
  }

  .image-3 {
    width: 150px;
  }

  .button-6 {
    margin-bottom: 50px;
    padding: 8px 15px;
    font-size: 10px;
  }

  .image-2 {
    width: 150px;
  }

  .div-block-9 {
    width: 150px;
    height: 150px;
    margin-top: -155px;
  }

  .paragraph-2 {
    width: 90%;
  }

  .paragraph-3 {
    width: 77%;
  }

  .section-3 {
    margin-top: 75px;
  }

  .heading-8 {
    margin-left: 75px;
    font-size: 20px;
    line-height: 34px;
  }

  .div-block-10 {
    margin-left: 75px;
  }

  .div-block-11 {
    margin-left: 75px;
  }

  .button-7 {
    position: relative;
    z-index: 3;
    margin-top: 40px;
    margin-left: 75px;
    padding: 8px 15px;
    font-size: 10px;
  }

  .paragraph-4 {
    margin-right: 75px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-6 {
    margin-left: 10px;
    font-size: 18px;
  }

  .text-block-7 {
    margin-left: 10px;
    font-size: 18px;
  }

  .button-9 {
    margin-right: 10px;
    padding: 8px 12px;
  }

  .image-6 {
    width: 25%;
  }

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

  .div-block-30 {
    margin-bottom: 100px;
  }

  .hide-demo {
    margin-right: 75px;
    margin-bottom: 20px;
  }

  .image-7 {
    height: 175px;
    margin-left: 75px;
  }

  .paragraph-6 {
    margin-right: 75px;
    margin-left: 25px;
    font-size: 12px;
    line-height: 18px;
  }

  .columns-2 {
    margin-bottom: 200px;
  }

  .image-8 {
    height: 140px;
  }

  .scandesk {
    display: none;
    width: 120%;
  }

  .columns-3 {
    margin-bottom: 200px;
  }

  .para-7 {
    margin-right: 25px;
    margin-left: 70px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-9 {
    height: 175px;
    margin-right: 0px;
    margin-left: 25px;
  }

  .prodesk {
    display: none;
    height: 140px;
  }

  .packdesk {
    display: none;
  }

  .fboxdesk {
    display: none;
    width: 66%;
    height: 125px;
    margin-top: -128px;
  }

  .image-12 {
    height: 175px;
    margin-left: 75px;
  }

  .columns-4 {
    margin-bottom: 100px;
  }

  .paragraph-8 {
    margin-right: 75px;
    margin-left: 25px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-13 {
    width: 180px;
  }

  .labeldesk {
    display: none;
    margin-left: 68px;
  }

  .div-block-44 {
    padding-top: 28px;
  }

  .paragraph-9 {
    width: 420px;
  }

  .image-17 {
    width: 60%;
  }

  .columns-5 {
    position: static;
    z-index: 0;
  }

  .button-12 {
    display: none;
  }

  .container-9 {
    display: none;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    display: none;
  }

  .paragraph-7 {
    margin-right: 25px;
    margin-left: 75px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-20 {
    display: none;
  }

  .scantab {
    display: block;
    width: 120%;
    height: 3px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: red;
  }

  .scanmland {
    display: none;
  }

  .protab {
    position: relative;
    z-index: 1;
    display: block;
    height: 140px;
  }

  .packtab {
    position: relative;
    z-index: 0;
    display: block;
    width: 475px;
  }

  .fboxtab {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    height: 125px;
    margin-top: -128px;
    margin-left: -2px;
    padding-right: 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;
    background-color: #dabba7;
  }

  .labeltab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 68px;
  }

  .image-21 {
    width: 60%;
  }

  .navcont {
    margin-right: 45px;
  }

  .navcont.w--current {
    margin-right: 0px;
  }

  .div-block-58 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .menu-button {
    width: auto;
    padding: 10px;
  }

  .icon-3 {
    width: auto;
    height: auto;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-right: 10px;
    border-radius: 0px;
    color: #1f363d;
    font-size: 25px;
  }

  .icon-4 {
    font-size: 28px;
  }

  .dropdown {
    display: block;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-left: -25px;
    border-radius: 10px;
    background-color: #bec0c1;
  }

  .button-14 {
    z-index: 10;
    width: 10%;
    max-width: none;
    font-size: 12px;
  }

  .html-embed {
    width: 620px;
  }

  .paragraph-32 {
    margin-bottom: 25px;
  }

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

  .paragraph-33 {
    margin-right: 25px;
    margin-left: 75px;
    font-size: 12px;
    line-height: 18px;
  }

  .columns-10 {
    margin-bottom: 200px;
  }

  .image-24 {
    height: 175px;
    margin-left: 25px;
  }

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

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

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

  .image-27 {
    padding-bottom: 0px;
  }

  .text-block-33 {
    width: 25%;
  }

  .image-33 {
    position: static;
    height: 60%;
  }

  .image-34 {
    position: static;
    height: 60%;
  }

  .image-35 {
    position: static;
    height: 55%;
  }

  .image-36 {
    position: static;
    height: 60%;
  }

  .div-block-92 {
    margin-right: 25px;
    margin-bottom: 125px;
    margin-left: 25px;
  }

  .column-29 {
    height: 50px;
    -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;
  }

  .column-30 {
    height: 50px;
    -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;
  }

  .column-31 {
    height: 50px;
    -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;
  }

  .column-32 {
    position: relative;
    height: 50px;
    -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;
  }

  .section-14 {
    margin-top: 125px;
  }

  .column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }

  .image-37 {
    display: none;
  }

  .paragraph-34 {
    margin-right: 25px;
    margin-left: 70px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0px;
  }

  .navigation-2 {
    position: relative;
    padding: 20px 30px;
  }

  .div-block {
    height: 425px;
    background-size: 350px;
  }

  .div-block-2 {
    margin-top: -47px;
    margin-left: -415px;
  }

  .div-block-3 {
    margin-bottom: 25px;
  }

  .text-block-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-3 {
    width: 250px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-3 {
    margin-left: 55px;
    padding: 6px 12px;
  }

  .section {
    height: 425px;
  }

  .div-block-6 {
    margin-left: 53px;
  }

  .div-block-7 {
    margin-left: 374px;
  }

  .button-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 6px 10px;
  }

  .column {
    margin-bottom: 80px;
  }

  .column-2 {
    margin-bottom: 80px;
  }

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

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -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-8 {
    width: 240px;
    margin-top: 50px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 21px;
    line-height: 32px;
  }

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

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

  .button-7 {
    display: none;
    margin-top: 25px;
    margin-bottom: 75px;
    margin-left: 0px;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -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-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    -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;
    font-size: 13px;
  }

  .container-4 {
    display: none;
  }

  .image-6 {
    width: 16%;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .div-block-15 {
    max-width: 300px;
    margin-top: 25px;
    margin-left: 108px;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-5 {
    width: 279px;
    font-size: 12px;
    line-height: 16px;
  }

  .hide-demo {
    margin-right: 40px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .show-demo {
    width: 120px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .image-7 {
    height: 150px;
    margin-left: 40px;
  }

  .paragraph-6 {
    margin-right: 40px;
    font-size: 10px;
    line-height: 16px;
  }

  .image-8 {
    height: 115px;
  }

  .scandesk {
    height: 2px;
  }

  .para-7 {
    margin-left: 40px;
    font-size: 10px;
    line-height: 16px;
  }

  .image-9 {
    height: 150px;
  }

  .prodesk {
    display: none;
    height: 100px;
  }

  .packdesk {
    display: none;
    width: 475px;
    max-width: 100%;
  }

  .fboxdesk {
    height: 87px;
    margin-top: -89px;
  }

  .image-12 {
    height: 150px;
    margin-left: 40px;
  }

  .columns-4 {
    margin-bottom: 200px;
  }

  .paragraph-8 {
    margin-right: 40px;
    font-size: 10px;
    line-height: 16px;
  }

  .image-13 {
    width: 125px;
  }

  .labeldesk {
    display: none;
    margin-left: 43px;
  }

  .div-block-44 {
    max-width: 300px;
    margin-left: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-9 {
    width: 280px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .icon {
    margin-right: 10px;
  }

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

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

  .image-17 {
    width: 40%;
  }

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

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 511px;
    -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;
  }

  .mask {
    max-width: 511px;
  }

  .container-8 {
    margin-bottom: 75px;
  }

  .div-block-47 {
    position: relative;
    left: 55px;
    display: block;
    width: 80%;
    height: 3px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #1f363d;
  }

  .text-block-12 {
    display: inline-block;
    margin-top: 5px;
    margin-left: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #1f363d;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .button-11 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .button-12 {
    display: none;
    margin-bottom: 50px;
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #88bcc6;
    font-family: 'Open Sans', sans-serif;
    color: #1f363d;
    font-size: 10px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .column-19 {
    height: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-20 {
    height: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-48 {
    position: static;
    display: block;
    overflow: visible;
    width: 90%;
    height: 3px;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-right: 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;
    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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 1px none #000;
    background-color: #1f363d;
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-49 {
    width: 90%;
    height: 3px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #1f363d;
  }

  .text-block-13 {
    display: inline-block;
    margin-top: 5px;
    margin-left: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #1f363d;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .button-13 {
    position: static;
    display: inline-block;
    margin-top: -2px;
    margin-right: 45px;
    margin-left: 0px;
    padding: 6px 10px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #88bcc6;
    font-family: 'Open Sans', sans-serif;
    color: #1f363d;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .container-9 {
    display: block;
    margin-top: -25px;
    margin-bottom: 50px;
    color: #fff;
  }

  .div-block-50 {
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #1f363d;
  }

  .image-18 {
    display: none;
  }

  .paragraph-7 {
    margin-left: 40px;
    font-size: 10px;
    line-height: 16px;
  }

  .image-20 {
    display: none;
  }

  .scantab {
    display: none;
  }

  .scanmland {
    display: block;
    width: 120%;
    height: 3px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: red;
  }

  .protab {
    display: none;
  }

  .packtab {
    display: none;
  }

  .fboxtab {
    display: none;
  }

  .promob {
    position: relative;
    z-index: 1;
    display: block;
    height: 115px;
  }

  .packmob {
    position: relative;
    z-index: 0;
    display: block;
    width: 185px;
    max-width: 185px;
  }

  .fboxmob {
    position: relative;
    z-index: 2;
    display: block;
    width: 66%;
    height: 93px;
    margin-top: -95px;
    margin-left: -2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #dabba7;
  }

  .labeltab {
    display: none;
  }

  .labelmob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 45px;
  }

  .image-22 {
    width: 40%;
  }

  .div-block-56 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .navhome.w--current {
    border-top-left-radius: 10px;
  }

  .div-block-58 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .dropdown-toggle {
    padding: 10px;
  }

  .icon-4 {
    color: #1f363d;
    font-size: 25px;
  }

  .dropdown {
    margin-right: 15px;
  }

  .dropdown-list {
    margin-left: -20px;
    border-radius: 10px;
    background-color: #bec0c1;
  }

  .button-14 {
    width: 12%;
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-22 {
    width: 275px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-21 {
    font-size: 12px;
  }

  .paragraph-23 {
    width: 275px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .html-embed {
    width: 450px;
  }

  .column-23 {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .div-block-71 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .text-block-24 {
    font-size: 17px;
    line-height: 21px;
  }

  .div-block-79 {
    width: 30%;
  }

  .text-block-30 {
    width: 80%;
    font-size: 11px;
  }

  .video {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .column-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-32 {
    margin-right: 15px;
    margin-bottom: 50px;
    margin-left: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .heading-19 {
    margin-left: 0px;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
  }

  .div-block-82 {
    width: 60%;
    margin-left: 0px;
  }

  .div-block-83 {
    width: 30%;
    margin-left: 0px;
  }

  .paragraph-33 {
    margin-left: 40px;
    font-size: 10px;
    line-height: 16px;
  }

  .columns-10 {
    margin-bottom: 200px;
  }

  .image-24 {
    height: 150px;
  }

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

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

  .image-33 {
    height: 50%;
  }

  .image-34 {
    height: 50%;
  }

  .image-35 {
    height: 40%;
  }

  .image-36 {
    height: 50%;
  }

  .div-block-92 {
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .paragraph-34 {
    margin-left: 40px;
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .div-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 350px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: url('../images/mobile-home.png');
    background-position: 100% 100%;
    background-size: 275px;
    background-repeat: no-repeat;
  }

  .div-block-2 {
    margin-top: -90px;
  }

  .text-block-2 {
    width: 150px;
    margin-left: 155px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    max-width: 300px;
    margin-left: 155px;
    float: none;
    clear: 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;
    font-size: 12px;
    line-height: 17px;
  }

  .button-3 {
    width: 83px;
    margin-left: 235px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 8px;
    line-height: 12px;
    text-align: left;
    letter-spacing: 1px;
  }

  .section {
    height: 350px;
  }

  .container {
    margin-top: 100px;
  }

  .label.cc-light {
    font-size: 12px;
  }

  .div-block-6 {
    display: none;
    margin-left: 12px;
  }

  .div-block-7 {
    display: none;
    margin-left: 214px;
  }

  .section-3 {
    margin-top: 50px;
  }

  .paragraph-4 {
    margin-bottom: 80px;
    font-size: 15px;
    line-height: 20px;
  }

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

  .section-4 {
    width: 343px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .div-block-12 {
    margin-left: 165px;
  }

  .div-block-13 {
    margin-right: 166px;
  }

  .div-block-15 {
    max-width: 255px;
    margin-top: 36px;
    margin-left: 32px;
    padding-top: 0px;
  }

  .paragraph-5 {
    width: 225px;
    font-size: 12px;
    line-height: 16px;
  }

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

  .div-block-31 {
    margin-left: 210px;
  }

  .div-block-32 {
    margin-right: 210px;
  }

  .hide-demo {
    width: 102px;
    margin-top: 16px;
    margin-right: 0px;
    padding: 6px 10px;
    font-size: 10px;
    text-align: center;
  }

  .show-demo {
    width: 102px;
    margin-bottom: 100px;
    padding: 6px 10px;
    font-size: 10px;
  }

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

  .image-7 {
    display: none;
    height: 100px;
    margin-left: 5px;
  }

  .paragraph-6 {
    width: 250px;
    margin-top: 40px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .columns-2 {
    display: inline-block;
    margin-bottom: 100px;
  }

  .image-8 {
    height: 115px;
  }

  .column-11 {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .columns-3 {
    display: inline-block;
    margin-bottom: 100px;
  }

  .para-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-top: 40px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .image-9 {
    display: none;
    height: 100px;
    margin-left: 30px;
  }

  .prodesk {
    height: 115px;
  }

  .packdesk {
    width: 190px;
  }

  .fboxdesk {
    height: 95px;
    margin-top: -98px;
  }

  .image-12 {
    display: none;
    height: 100px;
    margin-left: 5px;
  }

  .columns-4 {
    display: inline-block;
  }

  .paragraph-8 {
    width: 250px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

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

  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-13 {
    width: 135px;
  }

  .labeldesk {
    margin-left: 50px;
  }

  .div-block-44 {
    max-width: 255px;
    margin-top: 15px;
    margin-left: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-9 {
    width: 255px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .left-arrow {
    display: none;
    width: 35px;
    margin-left: -20px;
  }

  .icon {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow {
    display: none;
    width: 35px;
    margin-right: -20px;
  }

  .text-block-10 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-17 {
    width: 47%;
  }

  .slider {
    max-width: 320px;
    margin-left: -24px;
  }

  .mask {
    max-width: 320px;
  }

  .button-12 {
    display: none;
  }

  .div-block-48 {
    margin-left: 18px;
  }

  .div-block-49 {
    margin-left: 18px;
  }

  .text-block-13 {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .button-13 {
    margin-top: -3px;
    margin-right: 25px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .div-block-51 {
    margin-top: 40px;
  }

  .image-18 {
    display: block;
    width: 150px;
    margin-bottom: 50px;
  }

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

  .image-19 {
    display: block;
    width: 150px;
    margin-bottom: 50px;
  }

  .paragraph-7 {
    display: none;
  }

  .image-20 {
    display: block;
    width: 150px;
  }

  .icon-2 {
    position: static;
    width: auto;
  }

  .fboxmob {
    height: 94px;
  }

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

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

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

  .div-block-56 {
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fnameinput {
    margin-top: 0px;
  }

  .submit-button {
    margin-bottom: 30px;
  }

  .section-6 {
    height: 825px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-16 {
    line-height: 22px;
  }

  .div-block-58 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 3px;
    margin-top: 8px;
    padding-top: 0px;
    padding-right: 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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #88bcc6;
  }

  .dropdown-toggle {
    padding: 10px;
  }

  .icon-4 {
    width: auto;
    color: #1f363d;
    font-size: 25px;
  }

  .dropdown {
    margin-right: 10px;
  }

  .dropdown-list {
    background-color: #bec0c1;
  }

  .dropdown-list.w--open {
    margin-left: -25px;
  }

  .div-block-60 {
    margin-left: 35px;
  }

  .button-14 {
    width: 21%;
    box-shadow: 1px 0 3px 0 #1f363d;
  }

  .div-block-65 {
    margin-top: 15px;
  }

  .paragraph-22 {
    width: 255px;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -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;
  }

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

  .div-block-71 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .text-block-24 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-26 {
    font-size: 14px;
    line-height: 18px;
  }

  .list {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-27 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-28 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .list-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-29 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .div-block-79 {
    width: 50%;
  }

  .text-block-30 {
    line-height: 15px;
    text-align: center;
  }

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

  .columns-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-33 {
    display: none;
    width: auto;
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 40px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
  }

  .columns-10 {
    display: inline-block;
    margin-bottom: 100px;
  }

  .image-24 {
    position: static;
    display: none;
    width: auto;
    height: 100px;
    margin-bottom: 0px;
    margin-left: 30px;
  }

  .div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-27 {
    width: 200px;
  }

  .image-28 {
    max-width: 30%;
    margin-top: -3px;
  }

  .text-block-33 {
    width: 35%;
    font-size: 12px;
    line-height: 30px;
  }

  .image-33 {
    height: 55%;
  }

  .image-34 {
    height: 55%;
  }

  .image-35 {
    height: 40%;
  }

  .image-36 {
    height: 55%;
  }

  .div-block-92 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-29 {
    height: 30px;
  }

  .column-30 {
    height: 30px;
  }

  .column-31 {
    height: 30px;
    padding-right: 0px;
  }

  .column-32 {
    height: 30px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-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-37 {
    display: block;
    width: 150px;
    margin-bottom: 50px;
  }

  .column-34 {
    margin-bottom: 0px;
  }

  .paragraph-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-top: 40px;
    margin-right: 5px;
    margin-left: 5px;
    -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;
    font-family: 'Open Sans', sans-serif;
    color: #1f363d;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
}

