.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.wrapper-full-screen {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #56a9c7;
  background-image: linear-gradient(135deg, #c3eaf0, #769ca2);
}

.white-bord {
  width: 120px;
  height: 30px;
  margin-right: 14px;
  background-color: #fff;
}

.logo-holder {
  position: relative;
  left: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  -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 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #94d5cf, #00b5c8 99%);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  -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 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4.5vw;
  line-height: 4.5vw;
  font-weight: 700;
  text-transform: uppercase;
}

.heading.first {
  margin-right: 51px;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2.float {
  padding-right: 10%;
  padding-left: 10%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 2vw;
  font-weight: 300;
  text-transform: capitalize;
}

.button {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 28px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.image {
  position: static;
  right: 123px;
  z-index: -1;
  width: 30vw;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #fff;
}

.white-no-shadow-1 {
  display: none;
  width: 40px;
  height: 5px;
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-72 {
  width: 40px;
  height: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-block-71 {
  width: 40px;
  height: 5px;
}

.white-no-shadow-3 {
  width: 40px;
  height: 5px;
  background-color: #fff;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  float: right;
  -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-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
  cursor: pointer;
}

.white-no-shadow-2 {
  width: 40px;
  height: 5px;
}

.menu-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.62);
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 9%;
  padding-left: 72px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 181, 200, 0.58);
}

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

.link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 2.8vh;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.div-block-74 {
  width: 75px;
  height: 3px;
  border-radius: 23px;
  background-color: #fff;
}

.div-block-73-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-copy {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 2.8vh;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-75 {
  width: 40px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #fff;
}

.div-block-75-copy {
  width: 40px;
  height: 2px;
  margin-top: 43px;
  margin-bottom: 15px;
  background-color: #fff;
}

.section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 94px;
  padding-bottom: 94px;
  -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: 1px solid rgba(0, 0, 0, 0.07);
  background-color: hsla(0, 0%, 96.1%, 0);
}

.row {
  width: 70%;
  height: 100%;
}

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

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  color: #4d5758;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item {
  font-family: Montserrat, sans-serif;
  color: #4d5758;
  font-weight: 400;
}

.unordered-list {
  padding-left: 20px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: rgba(77, 87, 88, 0.86);
  font-size: 15.5px;
  line-height: 24px;
  font-weight: 500;
}

.paragraph.animate {
  margin-bottom: 20px;
}

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

.image-3 {
  margin-bottom: 20px;
}

.image-4 {
  position: relative;
}

.section3 {
  display: none;
  padding-bottom: 38px;
  -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: #56a9c7;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  margin-right: 40px;
  margin-left: 40px;
  color: #fff;
  text-align: center;
}

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

.image-5 {
  margin-bottom: 16px;
}

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

.image-6 {
  margin-bottom: 16px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 106px;
  -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-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-5-copy {
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.benefits-section {
  display: none;
  background-color: #f5f5f5;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-6 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.41);
  font-weight: 400;
}

.div-block-77 {
  width: 30%;
  height: 3px;
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #fff;
}

.row-2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 183px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c3eaf0), to(#769ca2));
  background-image: linear-gradient(180deg, #c3eaf0, #769ca2);
}

.div-block-78 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  height: auto;
  margin: 0px 14px 25px;
  padding: 61px 10px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.heading-4-copy {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.button-2 {
  display: none;
  margin-top: 26px;
  padding: 11px 23px;
  border: 1px solid #00b5c8;
  border-radius: 25px;
  background-color: transparent;
  color: #000;
}

.button-2:hover {
  border-color: #94d5cf;
  background-color: #94d5cf;
  color: #fff;
}

.button-2.tst {
  display: block;
  padding-right: 35px;
  padding-left: 35px;
  border-style: none;
  border-radius: 0px;
  background-color: #00b5c8;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
}

.button-2.tst:hover {
  background-color: #94d5cf;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-79 {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 65%;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.quote-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 117px;
  padding-bottom: 117px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.div-block-80 {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
}

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

.paragraph-3 {
  width: 400px;
}

.button-3 {
  border: 1px solid #4d5758;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
}

.div-block-81 {
  padding-top: 111px;
  padding-left: 55px;
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 475px;
  min-height: 175px;
  margin: 25px 0px;
  padding: 15px 50px;
  -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;
  border-top: 5px solid #c3eaf0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.32);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-20:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-9 {
  position: absolute;
  top: 15px;
  right: 20px;
}

.collection-list-5-copy {
  display: block;
  height: 100%;
}

.collection-item-menu {
  height: 100%;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 45px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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-top: 1px none rgba(0, 0, 0, 0.08);
}

.div-block-21 {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-color: #f5f5f5;
}

.collection-list-5-menu {
  display: block;
  height: 100%;
}

.collection-item-6 {
  height: 100%;
}

.collection-list-wrapper-new-home {
  display: block;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
}

.heading-8 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.4rem;
  font-weight: 600;
}

.paragraph-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #9b9c9e;
  font-size: 16px;
  line-height: 24px;
}

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

.heading-9 {
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #777676;
  font-weight: 300;
}

.paragraph-5 {
  max-width: 1000px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.link-2 {
  margin-bottom: 19px;
  padding: 11px 21px;
  border-radius: 25px;
  background-color: #00b5c8;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-2:hover {
  background-color: rgba(118, 156, 162, 0.61);
}

.row-3 {
  height: 100%;
}

.column-9 {
  height: 100%;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 16px;
  -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;
}

.social-media-link {
  width: 25px;
  height: 25px;
  opacity: 0.5;
}

.social-media-link:hover {
  opacity: 1;
}

.social-media-link.rightpading {
  margin-left: 15px;
}

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

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.footer-2 {
  height: 80px;
  margin-top: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f5f5f5;
}

.container-5 {
  height: 100%;
}

.row-4 {
  height: 100%;
}

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

.div-block-10 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-3 {
  display: inline-block;
  margin-left: 5px;
  color: #919191;
  text-transform: none;
}

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

.link-block-2 {
  height: auto;
  float: right;
}

.image-10 {
  float: right;
  opacity: 0.39;
}

.image-10:hover {
  opacity: 1;
}

.div-block-83 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slide-nav {
  display: none;
}

.div-block-84 {
  width: 2px;
  height: 50px;
  background-color: #fff;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 38px;
  padding-left: 38px;
  -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-decoration: none;
}

.wrapper-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.11);
}

.div-block-85 {
  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-12 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  color: #a9a9a9;
  font-weight: 300;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.field-label {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 50.2%, 0.66);
  font-size: 14px;
  font-weight: 400;
}

.field-label.select {
  margin-top: 15px;
  margin-bottom: 0px;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a9a9a9;
  background-color: transparent;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-field {
  height: 56px;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 50.2%, 0.66);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.select-field.selection {
  overflow: visible;
  height: auto;
  margin-top: 10px;
}

.select-field.selection.height {
  height: 425px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 33px;
  -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;
}

.radio-button-field {
  margin-top: 0px;
  margin-right: 15px;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.submit-button {
  margin-top: 19px;
  padding: 12px 62px;
  border: 1px solid #a9a9a9;
  background-color: transparent;
  color: #a9a9a9;
}

.submit-button:hover {
  background-color: #a9a9a9;
  color: #fff;
}

.aboutwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/portobeirut_cups.png');
  background-position: 100% 100%;
  background-size: 464px;
  background-repeat: no-repeat;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 152px;
  -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-14 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #769ca2;
  font-weight: 700;
}

.div-block-91 {
  width: 25%;
  height: 1px;
  margin-bottom: 23px;
  background-color: #769ca2;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.div-block-92 {
  background-color: #c3eaf0;
}

.image-11 {
  position: absolute;
  left: -377px;
  bottom: -47px;
  z-index: -1;
  display: block;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.image-12 {
  position: absolute;
  top: -33px;
  right: -106px;
  z-index: -1;
  display: block;
  -webkit-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  transform: rotate(-63deg);
}

.image-13 {
  position: absolute;
  left: -88px;
  bottom: -287px;
  -webkit-transform: rotate(-77deg);
  -ms-transform: rotate(-77deg);
  transform: rotate(-77deg);
}

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

.column-19 {
  padding-left: 25px;
}

.contact-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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: linear-gradient(135deg, #00b5c8, #94d5cf);
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -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-15 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
}

.paragraph-7 {
  max-width: 800px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.products-holder {
  display: inline;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
}

.s {
  margin-top: 26px;
  margin-bottom: 37px;
  padding-left: 31px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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;
}

.left-arrow-2 {
  left: -79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Bitter, serif;
  color: rgba(0, 0, 0, 0.38);
  font-size: 85px;
  font-weight: 300;
}

.icon {
  font-family: 'Droid Serif', serif;
}

.image-14 {
  opacity: 0.17;
}

.slide {
  height: 400px;
  background-color: #fff;
}

.mask {
  height: 400px;
}

.row-5 {
  height: 100%;
}

.column-20 {
  height: 100%;
  padding-right: 34px;
  padding-left: 34px;
}

.product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 10px 46px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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-box-flex: 1;
  -webkit-flex: 1 0 31%;
  -ms-flex: 1 0 31%;
  flex: 1 0 31%;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11);
  box-shadow: none;
}

.slide-nav-2 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.product-title {
  margin-top: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.column-21 {
  height: 100%;
  padding-right: 34px;
  padding-left: 34px;
}

.right-arrow-2 {
  right: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14-copy {
  opacity: 0.17;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  -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;
}

.div-block-98 {
  position: absolute;
  overflow: hidden;
}

.div-block-99 {
  padding-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.success-message {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

.error-message {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
}

.about-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-bottom: 21px;
  -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: 4px none #56a9c7;
  background-image: linear-gradient(135deg, #00b5c8, #94d5cf);
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.51);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.link-3.w--current {
  color: #000;
  font-weight: 600;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
}

.column-23 {
  left: -1px;
  overflow: hidden;
  height: 100%;
}

.container-8 {
  height: 50%;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-7 {
  height: 100%;
  margin-bottom: 1px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.53);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.heading-19 {
  color: #56a9c7;
}

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

.div-block-101 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-102 {
  padding-top: 15px;
}

.div-block-103 {
  display: none;
  width: 25%;
  height: 2px;
  margin-top: 10px;
  background-color: #56a9c7;
}

.div-block-104 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  -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: 1px solid rgba(0, 0, 0, 0.09);
}

.div-block-105 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 55vw;
  height: auto;
  border-bottom: 100vh solid #00b5c8;
  border-left: 75vw solid transparent;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  height: auto;
  -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;
}

.unordered-list-2 {
  padding-left: 0px;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 25px;
  -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-25 {
  height: 100%;
}

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

.sections-heading {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #00b5c8;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 700;
  text-transform: capitalize;
}

.sections-heading.cent {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #00b5c8;
  font-size: 2.5vw;
  font-weight: 700;
  text-align: center;
}

.benefits-newsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-right: 45px;
  padding-left: 45px;
  -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: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.heading-21 {
  margin-top: 67px;
  margin-bottom: 67px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.77);
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.row-9 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.column-27._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 36px;
  padding-bottom: 36px;
  -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;
  width: 1600px;
  -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;
}

.row-10 {
  display: none;
  width: 100%;
}

.heading-5-copy-copy {
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.77);
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  padding: 41px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4-copy-copy {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2-copy {
  margin-right: 40px;
  margin-left: 40px;
  color: #000;
  text-align: center;
}

.paragraph-2-copy.test {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8vw;
  line-height: 1.2vw;
  font-weight: 200;
  text-align: left;
}

.product-category-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.91);
  font-size: 1.5vw;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.product-category-title.test {
  margin-bottom: 15px;
  font-size: 2.5vw;
  line-height: 4.5vw;
  font-weight: 200;
  text-align: left;
}

.div-block-112 {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.11);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.ordered-list {
  padding-left: 9px;
}

.image-17 {
  display: none;
}

.contact-banner-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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: #00b5c8;
}

.heading-22 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.italic-text {
  display: inline-block;
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

.div-block-113 {
  width: 75px;
  height: 2px;
  background-color: #fff;
}

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

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  height: 380px;
  margin-right: -1px;
  padding: auto 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: 1px solid #ededed;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-114:hover {
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-116 {
  position: relative;
  top: -120px;
  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;
}

.heading-23 {
  margin-top: 25px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
  color: #767676;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.div-block-117 {
  background-color: #f5f5f5;
}

.heading-24 {
  margin-bottom: 37px;
  font-family: 'Open Sans', sans-serif;
  color: #767676;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -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;
}

.form-block-2 {
  width: 100%;
}

.div-block-113-copy {
  width: 75px;
  height: 2px;
  background-color: #56a9c7;
  color: #56a9c7;
}

.text-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 50.2%, 0.66);
  font-style: italic;
  font-weight: 400;
}

.text-field-2.area {
  height: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 51px;
}

.text-field-2.quantiti {
  height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
}

.text-field-2.quantiti.hidden {
  display: none;
}

.submit-button-2 {
  width: 100%;
  padding: 20px 36px;
  background-color: #00b5c8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.image-18 {
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.link-block-5 {
  position: relative;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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: #00b5c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.11)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11));
}

.heading-25 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.div-block-119 {
  position: fixed;
  width: 20%;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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;
}

.tabs-content {
  left: 15%;
  display: inline-block;
  overflow: auto;
  width: 85%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-2 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.63);
}

.div-block-120 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab-pane-tab-1 {
  -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-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
}

.image-19 {
  position: relative;
}

.product-image-holder {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 70px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.11);
}

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

.image-20 {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-top: -52px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
}

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

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

.div-block-124.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-126 {
  margin-top: 144px;
}

.div-block-127 {
  height: 200vh;
  padding-top: 327px;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 73px;
  padding-bottom: 73px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-129.first-one {
  margin-top: 70px;
}

.div-block-129.second-one {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-129.no-border-botom {
  border-style: none;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-130.test {
  padding-left: 45px;
  -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;
}

.product-sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #b0b0bd;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-sub-heading.test {
  margin-bottom: 15px;
  font-size: 2.5vw;
  line-height: 4.5vw;
  font-weight: 200;
  text-align: left;
}

.div-block-131 {
  width: 300px;
  height: 600px;
  background-image: url('../images/cupprint-double-wall-cup.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-132 {
  height: auto;
  padding-bottom: 42px;
  background-color: #fff;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 50px;
  -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-133.dw {
  display: none;
}

.div-block-134 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 145px;
  margin-left: 145px;
  -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-134.padd {
  width: 450px;
  height: 450px;
  margin-right: 45px;
  margin-left: 45px;
  padding: 0px 72px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.div-block-134.relat {
  position: static;
  left: 90px;
  top: 2px;
}

.test-image {
  margin-bottom: 12px;
  margin-left: -14.5px;
}

.product-title-copy {
  position: absolute;
  bottom: 5%;
  margin-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 360px;
  background-color: #00b5c8;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.19);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.container-10 {
  display: none;
}

.link-block-6 {
  position: relative;
  overflow: hidden;
  padding: 11px 35px;
  border: 1px solid #00b5c8;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.div-block-135 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #00b5c8;
  background-color: #00b5c8;
  -webkit-transform: translate(-120%, 0px);
  -ms-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
  color: #94d5cf;
}

.text-block-7 {
  position: relative;
  z-index: 5;
  font-family: Montserrat, sans-serif;
  color: #00b5c8;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.div-block-136 {
  padding-top: 64px;
}

.div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-137.dw {
  display: none;
}

.link-4 {
  margin-right: 14px;
  margin-left: 14px;
  color: #767676;
  text-decoration: none;
}

.success-message-2 {
  background-color: #94d5cf;
  color: #fff;
}

.error-message-2 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.link-5 {
  color: rgba(0, 0, 0, 0.53);
  text-decoration: none;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -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: linear-gradient(135deg, #00b5c8, #94d5cf);
}

.heading-26 {
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f1f7;
}

.left-side-div-img {
  height: 500px;
  border-radius: 8px;
  background-image: url('../images/5a8f0c7c3d16140001257f97_fabian-irsara-92113-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-27 {
  margin-bottom: 15px;
  font-family: Muli, sans-serif;
  line-height: 42px;
  font-weight: 700;
}

.text-block-8 {
  margin-bottom: 15px;
  font-family: Muli, sans-serif;
  color: #00b5c8;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-transform: capitalize;
}

.paragraph-10 {
  font-family: Muli, sans-serif;
  color: #9096a4;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-138 {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f1f1f7;
  border-radius: 5px;
  text-align: center;
}

.service-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/rgb-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-icon._3 {
  background-image: url('../images/bill.svg');
}

.service-icon._1 {
  background-image: url('../images/invoice.svg');
}

.bold-text {
  font-family: Lato, sans-serif;
  line-height: 21px;
  letter-spacing: 2px;
}

.div-block-140 {
  width: 95%;
  height: 1px;
  background-color: #f1f1f7;
}

.div-block-140.half {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(191, 191, 195, 0.55);
}

.div-block-140.darker {
  background-color: rgba(206, 206, 209, 0.49);
}

.div-block-141 {
  display: block;
  width: 20%;
  height: 3px;
  margin: -2px auto 15px;
  background-color: #00b5c8;
}

.div-block-141.color-half {
  width: 5%;
}

.paragraph-11 {
  font-family: Muli, sans-serif;
  color: #9096a4;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.heading-28 {
  font-family: Lato, sans-serif;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-28.padd {
  margin-bottom: 27px;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-7 {
  position: relative;
  padding: 100px 10px;
  background-color: #fff;
}

.bottom-padding {
  margin-bottom: 80px;
}

.heading-29 {
  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;
  font-family: Muli, sans-serif;
}

.about-us-copy {
  margin-top: 60px;
}

.paragraph-12 {
  font-family: Muli, sans-serif;
  color: #9096a4;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 50px 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;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team-wrapper:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 181, 200, 0.1);
}

.team-image {
  width: 96px;
  height: 96px;
  margin-bottom: 10px;
  border-radius: 100%;
}

.team-image.cc {
  background-color: #f0f;
}

.heading-30 {
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  color: #00b5c8;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
}

.text-block-9 {
  font-family: Muli, sans-serif;
  color: #75757c;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.row-11 {
  margin-top: 50px;
}

.histoire {
  position: relative;
  padding: 100px 10px;
  background-color: #f1f1f7;
}

.row-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.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;
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.heading-31 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.text-block-10 {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.button-4 {
  margin-top: 20px;
  padding: 15px 33px;
  border-radius: 16px;
  background-color: rgba(148, 213, 207, 0.75);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}

.button-4:hover {
  background-color: #94d5cf;
}

html.w-mod-js *[data-ix="white-no-shadow-initial"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="menu-initial"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading {
    margin-top: 0px;
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .heading.first {
    margin-right: 0px;
  }

  .div-block-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2.float {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .image {
    position: relative;
    right: 0px;
  }

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

  .menu {
    padding-top: 13%;
  }

  .link {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 28px;
  }

  .image-2 {
    width: 160px;
  }

  .link-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 29px;
    font-weight: 600;
  }

  .section2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .image-4 {
    width: 350px;
  }

  .div-block-78 {
    min-height: auto;
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-7 {
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-20 {
    width: 450px;
    height: auto;
    min-width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

  .div-block-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container-6 {
    -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;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-7 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .div-block-104 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-106 {
    height: auto;
  }

  .sections-heading.cent {
    font-size: 32px;
    line-height: 32px;
  }

  .image-15 {
    width: 30vw;
  }

  .benefits-newsection {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-108 {
    height: 75%;
  }

  .div-block-110 {
    width: auto;
  }

  .heading-5-copy-copy {
    margin-right: 80px;
    margin-left: 80px;
  }

  .div-block-111 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  }

  .div-block-111.last-one {
    border-bottom-style: none;
  }

  .paragraph-2-copy.test {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .product-category-title {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .image-17 {
    position: relative;
  }

  .div-block-114 {
    width: 100%;
    margin-bottom: 19px;
  }

  .div-block-115 {
    padding-right: 58px;
    padding-left: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-sub-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-133 {
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-134.padd {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-block-137 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .link-4 {
    color: #767676;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 18px;
    line-height: 22px;
  }

  .heading.first {
    margin-bottom: 0px;
  }

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

  .div-block-2.float {
    padding-right: 15px;
    -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;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
  }

  .image {
    position: relative;
    right: auto;
  }

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

  .menu-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .menu {
    padding-top: 94px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-73 {
    margin-right: 102px;
  }

  .link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

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

  .link-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
  }

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

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

  .section2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .image-5 {
    width: 60vw;
  }

  .image-6 {
    width: 60vw;
  }

  .div-block-76 {
    padding: 0px 21px;
  }

  .heading-5-copy {
    font-size: 5vw;
    line-height: 7vw;
  }

  .div-block-78 {
    width: 100%;
    margin: 43px 0px;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }

  .collection-list-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    -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-22 {
    padding: 20px 0px;
  }

  .div-block-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-item-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .column-10 {
    background-color: #f5f5f5;
  }

  .footer-2 {
    height: auto;
  }

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

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

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

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

  .container-6 {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-93 {
    width: auto;
    padding-right: 43px;
    padding-left: 43px;
  }

  .heading-15 {
    font-size: 7vw;
    line-height: 8vw;
  }

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

  .product {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-7 {
    padding-right: 43px;
    padding-left: 43px;
  }

  .div-block-99 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-4 {
    display: none;
  }

  .link-block-4.w--current {
    display: none;
  }

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

  .about-banner {
    height: 600px;
  }

  .container-8 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-block-104 {
    height: auto;
  }

  .div-block-107 {
    height: auto;
  }

  .column-25 {
    height: auto;
  }

  .sections-heading.cent {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
  }

  .image-15 {
    width: 30vw;
  }

  .benefits-newsection {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-21 {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .div-block-108 {
    width: auto;
    height: auto;
  }

  .row-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-27 {
    height: auto;
  }

  .heading-5-copy-copy {
    font-size: 5vw;
    line-height: 7vw;
  }

  .paragraph-2-copy.test {
    margin-right: 0px;
    text-align: center;
  }

  .product-category-title {
    font-size: 6vw;
    line-height: 8vw;
  }

  .image-17 {
    width: 30vw;
  }

  .div-block-114 {
    width: 100%;
    margin-bottom: 22px;
  }

  .div-block-115 {
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-9 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-122 {
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-129.first-one {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-129.second-one {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-129.no-border-botom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-130 {
    width: 100%;
    padding-right: 33px;
    padding-left: 33px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-130.test {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-24 {
    width: 25vw;
    margin-bottom: 10px;
  }

  .product-sub-heading {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-137 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo-holder {
    left: 10px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading.first {
    margin-bottom: 0px;
    text-align: center;
  }

  .div-block-2 {
    -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-2.float {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 33px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .right-arrow {
    right: 5px;
    width: 50px;
    height: 50px;
  }

  .left-arrow {
    left: 5px;
    width: 50px;
    height: 50px;
  }

  .image {
    position: static;
    right: 0px;
    width: 50vw;
  }

  .section {
    right: 10px;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-wrapper {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu {
    padding-top: 120px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 28px;
  }

  .link.w--current {
    font-size: 28px;
    line-height: 8vw;
  }

  .div-block-73-copy {
    margin-top: 77px;
  }

  .link-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
  }

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

  .section2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-4 {
    width: auto;
    margin-top: 28px;
  }

  .heading-4 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .paragraph-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-6 {
    width: 60vw;
  }

  .div-block-76 {
    padding: 0px;
  }

  .heading-5-copy {
    font-size: 7vw;
    line-height: 9vw;
  }

  .div-block-78 {
    width: 100%;
    height: auto;
    margin: 43px 0px;
  }

  .heading-7 {
    margin-left: 0px;
    font-size: 17px;
    line-height: 22px;
  }

  .button-2.tst {
    margin-top: 3px;
  }

  .div-block-20 {
    width: auto;
    height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .div-block-20:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .collection-list-5-copy {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .collection-item-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-list-5-menu {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .collection-item-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-wrapper-new-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px none hsla(0, 0%, 50.2%, 0.13);
  }

  .column-9 {
    height: 50px;
  }

  .column-10 {
    height: 50px;
  }

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

  .footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .row-4 {
    height: 100%;
  }

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

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

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

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

  .wrapper-quote {
    width: 100vw;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .heading-13 {
    font-size: 18px;
    text-align: center;
  }

  .field-label {
    font-size: 18px;
  }

  .text-field {
    height: 25px;
    max-width: 100%;
  }

  .select-field {
    max-width: 200px;
    font-size: 18px;
  }

  .select-field.selection {
    width: 100%;
  }

  .select-field.selection.height {
    overflow: scroll;
    height: 515px;
  }

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

  .container-6 {
    padding-right: 38px;
    padding-bottom: 15px;
    padding-left: 38px;
    -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;
  }

  .contact-banner {
    height: 650px;
  }

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

  .products-holder {
    width: auto;
  }

  .s {
    font-size: 28px;
    line-height: 32px;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 0%;
    padding-right: 33px;
    padding-left: 33px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-bar {
    z-index: 10000;
  }

  .div-block-99 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-block-4 {
    position: relative;
  }

  .link-block-4.w--current {
    z-index: 99999999;
    display: none;
  }

  .about-banner {
    height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-18 {
    font-size: 26px;
    text-align: center;
  }

  .container-8 {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .div-block-105 {
    height: auto;
  }

  .div-block-106 {
    width: auto;
  }

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

  .div-block-107 {
    height: auto;
  }

  .column-25 {
    height: auto;
    padding-left: 0px;
  }

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

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

  .sections-heading.cent {
    font-size: 24px;
    line-height: 29px;
  }

  .image-15 {
    width: 50vw;
  }

  .benefits-newsection {
    height: auto;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-21 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .div-block-108 {
    width: 100%;
    height: auto;
  }

  .row-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-109 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-5-copy-copy {
    margin-right: 27px;
    margin-left: 27px;
    font-size: 7vw;
    line-height: 9vw;
  }

  .paragraph-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-2-copy.test {
    font-size: 4.5vw;
    line-height: 7vw;
    text-align: center;
  }

  .product-category-title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .image-17 {
    width: 50vw;
  }

  .heading-22 {
    font-size: 22px;
    text-align: center;
  }

  .italic-text {
    font-size: 16px;
  }

  .div-block-114 {
    width: 100%;
    margin-bottom: 13px;
  }

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

  .container-9 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .div-block-122 {
    width: 100%;
    margin-top: 43px;
    margin-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-128 {
    display: none;
    width: 100%;
    padding-top: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-129 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-129.first-one {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-129.second-one {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-129.no-border-botom {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-130 {
    width: 100%;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-130.test {
    padding-right: 24px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-24 {
    width: 47vw;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .product-sub-heading {
    font-size: 11px;
    line-height: 9vw;
  }

  .div-block-133 {
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-134.padd {
    width: 100%;
    height: 350px;
    margin-bottom: 24px;
  }

  .link-block-6 {
    z-index: 2;
  }

  .form-2 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

