.navmenu-2 {
  display: none;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-right: 15px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.nav-link-2:hover {
  border-bottom: 4px none #fed900;
  background-image: url('../images/nav.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-link-2.w--current {
  border-bottom: 3px none #fed900;
  color: #fff;
}

.nav-link-2.order {
  background-image: url('../images/nav.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.nav-link-2.order:hover {
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.nav-link-2.black {
  font-family: Montserrat, sans-serif;
  color: #1b1b1b;
  font-weight: 600;
}

.dropdown-link-2 {
  width: 150px;
  padding: 14px 24px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #8bb9bb;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #647078;
  font-size: 14px;
  text-decoration: none;
}

.dropdown-link-2:hover {
  background-color: #b4d7d9;
}

.dropdown-link-2.w--current {
  background-color: #b4d7d9;
  color: #647078;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -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-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-2-top:hover {
  opacity: 0.8;
}

.brand-2-top.w--current {
  display: none;
}

.content-wrapper {
  position: relative;
  display: block;
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
}

.content-wrapper.flex {
  max-width: 1400px;
}

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

.button-3 {
  min-height: 38px;
  min-width: 125px;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #8bb9bb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #86b3b7;
}

.button-3.main {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fed900;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0px;
}

.button-3.main.margin-top {
  margin-top: 20px;
}

.button-3.main.hidden {
  display: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.dropdown-toggle-2.hide {
  display: none;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-top: 5px solid #fed900;
  background-color: transparent;
}

.dropdown-list-2 {
  margin-top: -1px;
}

.dropdown-list-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #8bb9bb;
}

.dropdown-arrow-2 {
  margin-top: auto;
  color: #647078;
  font-size: 12px;
  line-height: 12px;
}

.body {
  background-color: #000;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7em;
  padding-bottom: 7em;
  -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;
}

.wrapper.hori {
  -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;
  border-top-width: 8px;
  border-top-color: #fed900;
}

.wrapper.menu {
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.home {
  padding-top: 10em;
}

.wrapper.about {
  padding-top: 0em;
}

.section {
  position: relative;
}

.section.top {
  position: relative;
  margin-top: 130px;
}

.section.bg-yellow {
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none;
  border-width: 10px;
  border-color: #fed900;
  background-color: transparent;
}

.section._1 {
  border-top: 20px solid #fed900;
}

.section.full-screen {
  height: 100vh;
}

.section.header {
  width: 100vw;
  max-width: 100vw;
  background-color: #fed900;
}

.heading {
  max-width: 28ch;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.heading._2 {
  max-width: 20ch;
  margin-bottom: 10px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 8em;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.heading._2.abs {
  position: fixed;
  left: auto;
  top: 60%;
  right: auto;
  bottom: auto;
  z-index: 0;
  margin-top: 1em;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 6em;
  font-weight: 400;
}

.heading._2.shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: -3%;
  bottom: -49%;
  max-width: 100%;
  opacity: 0.18;
  -webkit-transform: skew(0deg, 0deg) skew(25deg, 0deg) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: skew(0deg, 0deg) skew(25deg, 0deg) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  color: #cecece;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading._3 {
  max-width: 40ch;
  background-color: #000;
  font-size: 5em;
  font-weight: 700;
}

.heading.grey {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cecece;
  font-size: 2.6em;
  line-height: 1.5;
  font-weight: 600;
}

.heading.grey.shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: -10%;
  bottom: -20%;
  opacity: 0.5;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 60px;
  -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.veti {
  position: relative;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block.veti._1 {
  width: 100%;
  max-width: 900px;
}

.image-2 {
  height: 70px;
  margin-left: 30px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.div-block-2 {
  padding: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.text-block {
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fed900;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
}

.btn-wraper {
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.img-wrapper {
  width: 20%;
  height: 240px;
}

.div-block-3 {
  width: 100%;
  height: 240px;
  background-image: url('../images/A3-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.image-4 {
  position: absolute;
}

.banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fed900;
}

.slide {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/banner-2.png'), -webkit-gradient(linear, left top, left bottom, from(#fed900), to(#fed900));
  background-image: url('../images/banner-2.png'), linear-gradient(180deg, #fed900, #fed900);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/banner-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner-5.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column._1 {
  padding-left: 10px;
}

.column._1.bot {
  padding-bottom: 20px;
}

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

.column._2.bot {
  padding-right: 10px;
  padding-bottom: 20px;
}

.column.bot {
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 12px solid #fed900;
  background-color: #000;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
}

.hide {
  display: none;
}

.text-block-2 {
  margin-left: 17px;
  font-family: 'Changa One', Impact, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 1.6em;
  line-height: 1.5;
}

.text-block-2._1 {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
}

.div-block-4 {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px 20px 0px 0px;
  background-color: #fed900;
}

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

.text-block-3 {
  margin-left: 17px;
  font-family: 'Big Shoulders Text', sans-serif;
  color: silver;
  font-size: 1.2em;
  line-height: 1.5;
}

.text-block-4 {
  margin-top: 20px;
  margin-left: 17px;
  font-family: Montserrat, sans-serif;
  color: #6e6e6e;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 500;
}

.link {
  color: #8e8e8e;
  text-decoration: underline;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3.5em;
  margin-bottom: 7em;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cards.menu {
  position: relative;
  margin-top: 0em;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 60px 40px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #1b1b1b;
}

.card.large {
  width: 100%;
  margin-left: 0px;
  padding: 5em 2.5em;
  border-radius: 10px;
}

.card.menu {
  overflow: hidden;
  width: 23%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding: 2em 0em 3em;
  -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;
}

.card.menu.bot {
  margin-top: 2%;
  margin-bottom: 2%;
  padding-bottom: 3em;
}

.card.menu.bot.hidden {
  display: none;
}

.card.menu.bot._1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.menu._1 {
  padding-top: 0em;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 1.4em;
  line-height: 1.5;
}

.text-span {
  font-size: 1.6em;
  font-weight: 400;
}

.bold-text {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  text-decoration: none;
}

.bold-text.link {
  font-weight: 400;
  text-decoration: underline;
}

.text-span-2 {
  color: #fff;
  text-decoration: underline;
}

.link-2 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.image-5 {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

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

.image-7 {
  position: absolute;
  left: -32%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}

.heading-2 {
  margin-bottom: 40px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
}

.div-block-5 {
  width: 60%;
  margin-top: 100px;
}

.paragraph-2 {
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 2em;
  line-height: 1.5;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.bold-text-3 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.bold-text-4 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.bold-text-5 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.bold-text-6 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.bold-text-7 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.bold-text-8 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.bold-text-9 {
  font-family: 'Big Shoulders Text', sans-serif;
  color: #fff;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: -33%;
  bottom: 11%;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-div {
  width: 42vw;
}

.right-div {
  width: 53vw;
}

.map {
  height: 30vw;
  border-radius: 1vw;
}

.field-label {
  margin-top: 4px;
  margin-bottom: 20px;
  opacity: 1;
  font-family: Inter, sans-serif;
  color: #cecece;
  font-size: 1.4em;
  font-weight: 500;
}

.consultation-form {
  max-width: 588px;
  margin-right: auto;
  margin-left: auto;
}

.error-message {
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  border-radius: 5px;
  background-color: #da2424;
  color: #fff;
  text-align: center;
}

.button {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #005450;
  border-radius: 3px;
  background-color: #005450;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  opacity: 0.75;
}

.button.w--current {
  background-color: #005450;
  color: #fff;
}

.success-message {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  background-color: #2ca966;
  color: #fff;
  text-align: center;
}

.form-pair {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-input {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
}

.form-input:focus {
  border-color: #005450;
}

.form-input.textarea-input {
  height: auto;
  min-height: 120px;
  padding-top: 12px;
}

.div-block-7 {
  margin-bottom: 40px;
}

.image-9 {
  border-radius: 12px;
}

.location-w {
  width: 50%;
  padding-right: 20px;
}

.location-w.r {
  padding-right: 0px;
  padding-left: 20px;
}

.text-block-5 {
  margin-bottom: 10px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.5;
}

.text-block-5._1 {
  margin-top: 40px;
}

.text-block-6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.4em;
  line-height: 1.5;
}

.text-block-6._2 {
  margin-bottom: 20px;
  text-decoration: none;
}

.map-2 {
  margin-top: 40px;
}

.link-3 {
  color: #fff;
}

.link-4 {
  text-decoration: underline;
}

.link-5 {
  color: #fff;
  text-decoration: underline;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.text-span-3 {
  color: #fff;
  text-decoration: underline;
}

.image-10 {
  position: absolute;
  left: -32%;
  top: 32%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.div-block-8 {
  width: 100%;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/g-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/g-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.div-block-9 {
  width: 25%;
  padding-right: 20px;
}

.image-11 {
  display: block;
  width: 60%;
  max-width: 100%;
  border-top: 8px none #fed900;
}

.image-11._1 {
  width: 100%;
}

.text-block-7 {
  width: 80%;
  margin-top: 1em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}

.heading-3 {
  position: absolute;
  left: 0%;
  top: -80px;
  right: 0%;
  bottom: auto;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 4em;
  line-height: 1.5;
  text-align: center;
}

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

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

.heading-4 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
}

.text-block-8 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 1.5;
}

.products-wrapper {
  display: block;
  width: 100%;
  margin-top: 10em;
  margin-bottom: 10em;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.products-wrapper._2 {
  margin-top: 0px;
  margin-bottom: 180px;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.product._2 {
  margin-top: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-12 {
  overflow: hidden;
  max-width: 50%;
  border-radius: 20px;
}

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

.text-block-9 {
  max-width: 80%;
  margin: 0px auto 1em;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.text-span-4 {
  font-family: 'Changa One', Impact, sans-serif;
  font-weight: 400;
}

.text-span-5 {
  border-width: 1px 1px 10px;
  border-color: #000 #000 #fed900;
  border-bottom-style: solid;
  font-size: 1.5em;
}

.text-span-6 {
  border-bottom: 10px solid #fed900;
  font-size: 1.5em;
}

.text-span-7 {
  border-bottom: 10px solid #fed900;
  font-size: 1.5em;
}

.text-span-8 {
  border-bottom: 10px solid #fed900;
  font-size: 1.5em;
}

.text-span-9 {
  border-bottom: 10px solid #fed900;
  font-size: 1.5em;
}

.text-span-10 {
  border-bottom: 10px solid #fed900;
  font-size: 1.5em;
}

.text-span-11 {
  color: #fed900;
}

.div-block-10 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-11 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 70%;
  height: 12px;
  border-radius: 6px;
  background-color: #fed900;
}

.text-block-10 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  font-size: 2em;
  line-height: 1.5;
}

.image-13 {
  border-radius: 60px;
}

.lightbox-link {
  margin-top: 7em;
}

.slider {
  height: 100vh;
}

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

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100px;
  background-color: #fed900;
  box-shadow: -18px 0 0 -6px #fff;
}

.text-block-11 {
  position: absolute;
  top: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.icon-2 {
  color: #000;
}

.div-block-12 {
  position: relative;
  width: 60%;
}

.image-14 {
  border-bottom-right-radius: 120px;
  box-shadow: 74px -67px 0 -40px #fed900;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15 {
  width: 40%;
  height: 100vh;
  padding-top: 30vh;
  padding-right: 4vw;
  padding-left: 3vw;
}

.heading-5 {
  position: relative;
  margin-left: -6vw;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #cecece;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-3.center {
  width: 60%;
  margin: 1.5em auto 4em;
  text-align: center;
}

.tab-link-tab-1 {
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-1.w--current {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  font-size: 2em;
  line-height: 1.5;
  text-decoration: underline;
}

.tab-link-tab-1.w--current:hover {
  text-decoration: underline;
}

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

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

.text-block-12 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 2em;
  text-decoration: underline;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 5em;
  margin-left: auto;
  -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;
}

.tab-link-tab-2-2 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
}

.tab-link-tab-2-2:hover {
  text-decoration: underline;
}

.tab-link-tab-2-2.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-decoration: underline;
}

.tab-link-tab-3-2 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.tab-link-tab-3-2:hover {
  text-decoration: underline;
}

.tab-link-tab-3-2.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-decoration: underline;
}

.tab-link-tab-4 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}

.tab-link-tab-4:hover {
  text-decoration: underline;
}

.tab-link-tab-4.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-align: center;
  text-decoration: underline;
}

.tab-link-tab-5 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.tab-link-tab-5:hover {
  text-decoration: underline;
}

.tab-link-tab-5.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-decoration: underline;
}

.tab-link-tab-8 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.tab-link-tab-8:hover {
  text-decoration: underline;
}

.tab-link-tab-8.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-decoration: underline;
}

.tab-link-tab-7 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
}

.tab-link-tab-7:hover {
  text-decoration: underline;
}

.tab-link-tab-7.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-decoration: underline;
}

.tab-link-tab-7.hidden {
  display: none;
}

.tab-link-tab-6 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-6:hover {
  text-decoration: underline;
}

.tab-link-tab-6.w--current {
  background-color: transparent;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fed900;
  text-decoration: underline;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-10._1 {
  color: #fed900;
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 500;
}

.text-block-13 {
  line-height: 1.5;
}

.text-block-14 {
  line-height: 1.5;
  font-weight: 600;
}

.bold-text-12 {
  font-weight: 500;
}

.tab-content-title {
  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-15 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 3.2em;
  line-height: 1.5;
  text-align: center;
}

.div-block-16 {
  width: 16%;
  height: 4px;
  margin-right: 2%;
  background-color: #fed900;
}

.div-block-16._1 {
  margin-right: 0%;
  margin-left: 2%;
}

.columns-2 {
  width: 100%;
  margin-bottom: 20px;
}

.link-block-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.link-block-4:hover {
  border-style: none solid;
  border-width: 8px;
  border-color: #fed900;
}

.link-block-5 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.link-block-5:hover {
  border-style: none solid;
  border-width: 8px;
  border-color: #fed900;
}

.link-block-6 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.link-block-6:hover {
  border-style: none solid;
  border-width: 8px;
  border-color: #fed900;
}

.html-embed {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.bold-text-13 {
  font-weight: 500;
}

.bold-text-14 {
  font-weight: 500;
}

.text-block-16 {
  font-weight: 500;
}

.bold-text-15 {
  font-weight: 500;
}

.bold-text-16 {
  font-weight: 500;
}

.text-span-12 {
  color: #fff;
  text-decoration: underline;
}

.text-span-13 {
  color: #fed900;
  font-size: 0.6em;
}

.text-span-13.hidden {
  display: none;
}

.div-block-17 {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  border-style: dashed;
  border-width: 2px;
  border-color: #cecece;
  color: #cecece;
}

.navbar-3.white {
  overflow: hidden;
  width: 100vw;
  background-color: #fff;
  box-shadow: none;
}

.div-block-18 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: -7%;
  width: 90%;
  height: 20vh;
  background-color: #fed900;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.div-block-19 {
  width: 100%;
  height: 300px;
  background-image: url('../images/7607afb2-a64d-45c4-8c8e-f16284efdcdc.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-19._2 {
  background-image: url('../images/49d2bbf3-6873-48cc-ac2f-456a793ffb5f.jpg');
}

.div-block-19._3 {
  background-image: url('../images/f223a6c5-0323-4b55-9cf4-df37ee2ed90e.jpg');
}

.div-block-19._4 {
  background-image: url('../images/d0cd250d-3337-496e-8a50-95481263795f.jpg');
  background-size: cover;
}

.div-block-19._5 {
  background-image: url('../images/oreo.jpg');
  background-position: 50% 65%;
}

.div-block-19._6 {
  background-image: url('../images/h2.jpg');
}

.div-block-19._7 {
  background-image: url('../images/p1.jpeg');
}

.div-block-19._8 {
  background-image: url('../images/p2.jpeg');
}

.div-block-19._9 {
  background-image: url('../images/p3.jpeg');
}

.div-block-19._10 {
  background-image: url('../images/p6.jpeg');
}

.div-block-19._11 {
  background-image: url('../images/p8.jpeg');
}

.div-block-19._12 {
  background-image: url('../images/p9.jpeg');
}

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

.image-15 {
  width: 222px;
}

.link-block-7 {
  text-decoration: none;
}

.div-block-21 {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.html-embed-2 {
  width: 100%;
}

.image-17 {
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  .navmenu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: 100%;
    -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;
  }

  .nav-link-2 {
    height: 56px;
    margin-right: 0px;
    padding-top: 20px;
    border: 1px none #000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }

  .nav-link-2:hover {
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav-link-2:active {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav-link-2.order {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .nav-link-2.order:hover {
    background-position: 50% 50%;
    background-size: 50px;
  }

  .nav-link-2.order:active {
    background-image: url('../images/nav.png');
    background-position: 50% 50%;
    background-size: 50px;
    background-repeat: no-repeat;
  }

  .nav-link-2.order.black {
    height: auto;
  }

  .nav-link-2.black {
    z-index: 1000;
    display: block;
    height: auto;
    color: #fff;
    text-align: center;
  }

  .dropdown-link-2 {
    width: 100%;
  }

  .brand-2 {
    display: none;
  }

  .brand-2.w--current {
    display: none;
  }

  .brand-2-top {
    height: 110px;
    float: left;
  }

  .brand-2-top.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content-wrapper.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 10px;
  }

  .menu-button-2 {
    height: 110px;
    padding-top: 45px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .menu-button-2.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2.black.w--open {
    background-color: #fff;
  }

  .dropdown-2 {
    border-bottom: 1px solid #8bb9bb;
  }

  .dropdown-2.hide {
    display: none;
  }

  .button-3 {
    min-width: 120px;
    background-color: transparent;
    background-image: url('../images/nav.png');
    background-position: 50% 50%;
    background-size: contain;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
  }

  .button-3.black {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 600;
  }

  .button-3.black:hover {
    background-color: #fed900;
  }

  .nav-menu-2 {
    position: absolute;
    left: 0%;
    top: 110px;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: block;
    overflow: visible;
    width: 100vw;
    height: auto;
    min-height: auto;
    -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;
    background-color: #000;
  }

  .dropdown-toggle-2 {
    height: 56px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .dropdown-arrow-2 {
    margin-top: 20px;
  }

  .image {
    width: auto;
  }

  .icon {
    color: #fff;
  }

  .icon.black {
    color: #000;
  }

  .wrapper {
    padding-top: 0em;
    padding-bottom: 5em;
  }

  .wrapper.hori {
    padding-top: 2em;
  }

  .section.bg-yellow {
    padding-right: 20px;
    padding-left: 20px;
    border-width: 6px;
  }

  .heading._2 {
    max-width: 90%;
    font-size: 5em;
  }

  .heading._2.abs {
    left: -82px;
  }

  .heading.grey {
    font-size: 2.2em;
  }

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

  .slide {
    background-image: url('../images/banner-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fed900), to(#fed900));
    background-image: url('../images/banner-1.jpg'), linear-gradient(180deg, #fed900, #fed900);
    background-size: cover, auto;
  }

  .column {
    padding: 10px 5px 5px;
  }

  .column._1 {
    padding-top: 10px;
    padding-left: 5px;
  }

  .column._1.bot {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column._2 {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .column._2.bot {
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .column.bot {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .div-block-4 {
    padding: 6px 2px 2px;
    border-radius: 16px 16px 0px 0px;
  }

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

  .cards.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card {
    width: auto;
    margin-bottom: 40px;
  }

  .card.menu {
    width: 30%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    margin-left: 1.5%;
  }

  .card.menu.bot {
    margin-top: 0%;
    margin-bottom: 40px;
  }

  .card.menu.bot._1 {
    padding-bottom: 2em;
  }

  .image-7 {
    left: -55%;
  }

  .image-8 {
    right: -55%;
  }

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

  .left-div {
    width: 100%;
  }

  .right-div {
    width: 100%;
    margin-top: 40px;
  }

  .map {
    height: 240px;
  }

  .location-w {
    width: 100%;
    padding-right: 0px;
  }

  .location-w.r {
    padding-left: 0px;
  }

  .image-11 {
    max-height: none;
    max-width: none;
  }

  .image-11._1 {
    max-height: none;
  }

  .text-block-7 {
    margin-top: 1em;
    font-size: 1.4em;
  }

  .product {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-9 {
    font-size: 2.4em;
  }

  .text-span-5 {
    font-size: 1.4em;
  }

  .text-span-6 {
    font-size: 1.4em;
  }

  .text-span-7 {
    font-size: 1.4em;
  }

  .text-span-8 {
    font-size: 1.4em;
  }

  .text-span-9 {
    font-size: 1.4em;
  }

  .text-span-10 {
    font-size: 1.4em;
  }

  .image-13 {
    border-radius: 30px;
  }

  .div-block-14 {
    overflow: auto;
  }

  .heading-5 {
    margin-left: -30vw;
  }

  .paragraph-3 {
    margin-left: -15vw;
  }

  .paragraph-3.center {
    width: 80%;
  }

  .tab-link-tab-1 {
    font-size: 1.5em;
  }

  .tab-link-tab-1.w--current {
    font-size: 1.5em;
  }

  .tab-link-tab-2-2 {
    font-size: 1.5em;
  }

  .tab-link-tab-3-2 {
    font-size: 1.5em;
  }

  .tab-link-tab-4 {
    font-size: 1.5em;
  }

  .tab-link-tab-5 {
    font-size: 1.5em;
  }

  .tab-link-tab-8 {
    font-size: 1.5em;
  }

  .tab-link-tab-7 {
    font-size: 1.5em;
  }

  .tab-link-tab-6 {
    font-size: 1.5em;
  }

  .navbar-3.white {
    overflow: visible;
  }

  .div-block-18 {
    bottom: -5%;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .div-block-19 {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .navmenu-2 {
    width: 88%;
    -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-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-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-wrapper.flex {
    padding-left: 10px;
  }

  .wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section.full-screen {
    height: auto;
  }

  .heading._3 {
    font-size: 3em;
  }

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

  .columns {
    margin-bottom: 5px;
  }

  .banner {
    height: 60vh;
  }

  .slide {
    background-image: url('../images/banner-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/banner-1.jpg'), linear-gradient(180deg, null, null);
    background-size: cover, auto;
  }

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

  .card.menu {
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 5%;
    margin-left: 2.5%;
  }

  .div-block-5 {
    width: 90%;
  }

  .map {
    height: 200px;
  }

  .products-wrapper._2 {
    margin-bottom: 100px;
  }

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

  .product._2 {
    margin-top: 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;
  }

  .image-12 {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .describe--w {
    width: 100%;
  }

  .text-block-9 {
    max-width: 90%;
  }

  .slider {
    height: auto;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .div-block-15 {
    width: 100%;
    height: auto;
    padding-top: 3vh;
    padding-right: 14vw;
    padding-bottom: 8vh;
  }

  .heading-5 {
    margin-left: 0vw;
    font-size: 4em;
  }

  .paragraph-3 {
    margin-left: 0vw;
  }

  .paragraph-3.center {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .navmenu-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-2-top {
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-2-top.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.flex {
    padding-left: 0px;
  }

  .menu-button-2 {
    height: 80px;
  }

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

  .menu-button-2.black {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-3.black {
    background-color: transparent;
    color: #000;
  }

  .wrapper {
    padding: 0em 2% 40px;
  }

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

  .wrapper.menu {
    padding-right: 0%;
    padding-bottom: 0em;
    padding-left: 0%;
  }

  .wrapper.home {
    padding-top: 7em;
  }

  .wrapper.products {
    padding-top: 4em;
  }

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

  .section.top {
    margin-top: 140px;
    padding-top: 0px;
  }

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

  .heading {
    font-size: 3em;
  }

  .heading._2 {
    font-size: 14vw;
  }

  .heading._2.abs {
    left: auto;
    top: 50%;
    right: -71px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .heading._3 {
    max-width: 90%;
    font-size: 10vw;
  }

  .heading.grey {
    max-width: 98vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 7vw;
  }

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

  .banner {
    height: 40vh;
  }

  .slide {
    background-image: url('../images/banner-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/banner-1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }

  .text-block-2 {
    max-width: 90%;
    font-size: 1.4em;
  }

  .media {
    margin-top: 40px;
    margin-left: 17px;
  }

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

  .card.large {
    padding: 3em 1em;
  }

  .card.menu {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .card.menu.bot {
    margin-bottom: 20px;
  }

  .card.menu._1 {
    margin-bottom: 20px;
  }

  .div-block-5 {
    max-width: 1380px;
  }

  .div-block-6 {
    width: 90%;
    margin-top: 40px;
  }

  .consultation-form {
    max-width: 100%;
  }

  .consultation-form.quote {
    max-width: 90%;
  }

  .form-pair {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .map-2 {
    height: 200px;
  }

  .div-block-8 {
    height: 20vh;
  }

  .image-11 {
    max-height: none;
  }

  .text-block-7 {
    width: 90%;
  }

  .heading-3 {
    font-size: 3em;
  }

  .products-wrapper {
    margin-top: 7em;
    margin-bottom: 7em;
  }

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

  .image-12 {
    border-radius: 10px;
  }

  .text-block-9 {
    max-width: 90%;
    font-size: 2em;
  }

  .div-block-11 {
    right: 7%;
    height: 7px;
  }

  .image-13 {
    border-radius: 20px;
  }

  .lightbox-link {
    max-width: 90%;
    margin-top: 40px;
  }

  .slider {
    height: 100vh;
  }

  .right-arrow {
    width: 100px;
    height: 72px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-11 {
    position: static;
    display: none;
  }

  .icon-2 {
    position: static;
  }

  .image-14 {
    border-bottom-right-radius: 40px;
  }

  .div-block-14 {
    overflow: auto;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-15 {
    padding-right: 5%;
    padding-bottom: 5vh;
    padding-left: 5%;
  }

  .heading-5 {
    font-size: 3em;
  }

  .paragraph-3.center {
    width: 80%;
    font-size: 1.4em;
  }

  .tab-link-tab-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-2-2.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-3-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .tab-link-tab-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-content-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-15 {
    font-size: 2.1em;
  }

  .div-block-16 {
    width: 14%;
  }

  .div-block-16._1 {
    width: 14%;
  }

  .div-block-19 {
    height: 260px;
  }
}

