body {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.nav-menu {
  position: static;
  float: left;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero {
  position: relative;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero-overlay {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 60px;
  padding-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;
  background-image: url('../images/Wittner_04_03_21_Shot_13_0017.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  background-clip: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.centered-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  font-family: Lato, sans-serif;
  font-size: 75px;
  line-height: 75px;
  font-weight: 300;
}

.text-block {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-bottom: 12px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-2 {
  clear: left;
}

.div-block-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-1 {
  margin-bottom: 0px;
  background-color: #bfc8a8;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 52px;
  padding-top: 52px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0px 7vw 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}
.link a {
  color: #000;
}

.style-img {
  position: relative;
  margin-right: 20px;
  margin-left: 0px;
  text-align: left;
}

.style-img.right {
  margin-right: 0px;
  margin-left: 20px;
}

.image-3 {
  position: static;
  margin-bottom: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-2 {
  margin-top: -59px;
  padding-bottom: 90px;
  background-color: #fff;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.div-block-7 {
  position: relative;
  display: block;
  max-width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 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;
  text-align: left;
}

.link-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}

.center-block {
  display: block;
  margin-top: 72px;
  padding-right: 15vw;
  padding-left: 15vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.center-block.establish {
  margin-top: 70px;
}

.center-block.nuances {
  margin-top: 186px;
  margin-bottom: 0px;
  padding-bottom: 84px;
}

.image-4 {
  max-width: 100vh;
  margin-bottom: 24px;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.heading-5 {
  max-width: 900px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
  text-align: left;
  white-space: pre-wrap;
}

.heading-5.est-delay {
  font-size: 24px;
}

.paragraph-2 {
  max-width: 900px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  white-space: pre-wrap;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  width: 100%;
  margin-bottom: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-3 {
  position: static;
  margin-right: 10vw;
  color: #000;
  font-size: 13px;
}

.section-4 {
  margin-top: -29px;
  margin-bottom: 0px;
  background-color: #f5daaf;
}

.grid {
  max-width: none;
  margin-top: 50px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-template-columns: repeat(auto-fit, 100vh);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-10 {
  background-image: url('../images/Wittner_04_03_21_Shot_05_0052-2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.div-block-11 {
  margin-bottom: 24px;
}

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

.grid-2 {
  margin-top: 0px;
  margin-bottom: 56px;
  padding-top: 113px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 0.5fr 0.5fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 1fr;
}

.div-block-12 {
  position: relative;
}

.div-block-13 {
  position: relative;
}

.image-7 {
  -o-object-fit: contain;
  object-fit: contain;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7vw;
  margin-left: 7vw;
  padding-top: 164px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.starr {
  display: block;
  overflow: hidden;
  margin-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.starr-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.jenae {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-3 {
  max-width: 249px;
  margin-bottom: auto;
  padding-top: 55px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  white-space: pre-wrap;
}

.image-8 {
  overflow: visible;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -22px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.img-block {
  position: relative;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -22px;
  float: none;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}

.image-9 {
  display: inline-block;
  margin-bottom: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -22px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}

.image-10 {
  margin-bottom: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-5 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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: #562320;
}

.left-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.right-block {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #562320;
}

.img {
  margin-bottom: 22px;
  background-color: #562320;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
}

.xalt-electric {
  position: relative;
  width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
}

.xalt-magenta-350 {
  margin-bottom: 22px;
  clear: none;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.xalt-text {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 37px;
  clear: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.link-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  margin-bottom: -22px;
  padding-bottom: 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-13 {
  display: block;
  overflow: visible;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 144px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #f5daaf;
}

.left-section6 {
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-section6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.anaconda {
  position: relative;
  width: 430px;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.link-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}

.image-14 {
  margin-bottom: 24px;
}

.paragraph-5 {
  width: 430px;
  max-width: 430px;
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.link-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 8vw;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}

.image-15 {
  margin-bottom: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}

.buttercream {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.section-7 {
  padding-bottom: 100px;
  background-color: #f5daaf;
  text-align: center;
}

.call-to-action {
  width: 408px;
  border: 1px solid #000;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.call-to-action:hover {
  background-color: #000;
  color: #fff;
}

.div-block-23 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-24 {
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  font-family: Lato, sans-serif;
  color: #000;
}

.div-block-25 {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-26 {
  position: relative;
}

.div-block-27 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.image-16 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-span-2 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    height: 90vh;
  }

  .heading {
    font-size: 55px;
  }

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

  .button {
    margin-bottom: 0px;
  }

  .div-block-5 {
    margin-right: 5vw;
    margin-left: 5vw;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .style-img.right {
    margin-left: 0px;
  }

  .style-img.left {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .flex-parent {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .starr {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

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

  .section-5 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .right-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xalt-electric {
    max-width: 200px;
  }

  .xalt-magenta-350 {
    max-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .xalt-text {
    max-width: 200px;
  }

  .right-section6 {
    padding-right: 5vw;
  }

  .anaconda {
    width: 300px;
    max-width: 300px;
  }

  .paragraph-5 {
    max-width: 300px;
  }

  .div-block-28 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-18 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero-overlay {
    height: 100vh;
    max-height: 100vw;
    padding: 40px 20px;
  }

  .heading {
    font-size: 45px;
  }

  .paragraph {
    font-size: 12px;
  }

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

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .style-img.right {
    margin-left: 0px;
  }

  .style-img.left {
    margin-right: auto;
    margin-bottom: 30px;
  }

  .heading-3 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .center-block.nuances {
    margin-top: 126px;
  }

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

  .starr {
    margin-right: 0vw;
    margin-bottom: 85px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .starr-2 {
    margin-right: 0vw;
    margin-bottom: 45px;
    margin-left: 0vw;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .jenae {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .img-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .left-block {
    width: auto;
  }

  .right-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xalt-electric {
    width: auto;
    max-width: 300px;
  }

  .xalt-magenta-350 {
    max-width: 300px;
  }

  .xalt-text {
    max-width: 300px;
  }

  .link-8 {
    right: 5vw;
    margin-bottom: -24px;
    color: #fff;
  }

  .section-6 {
    padding-top: 95px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .left-section6 {
    width: auto;
    padding-bottom: 91px;
  }

  .right-section6 {
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 5vw;
  }

  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .call-to-action {
    width: auto;
  }

  .image-17 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image {
    display: block;
    height: 100vh;
  }

  .sticky-nav {
    height: auto;
    padding: 20px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .hero-overlay {
    height: 80vh;
    max-height: none;
    background-image: url('../images/hero-mobile.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .centered-container {
    text-align: left;
  }

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

  .paragraph {
    font-size: 12px;
  }

  .center-block.establish {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .center-block.nuances {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .image-5 {
    width: auto;
    height: 45vh;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .starr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .starr-2 {
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .jenae {
    margin-left: 0vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .img-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .left-block {
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .right-block {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 65px;
  }

  .xalt-electric {
    max-width: 250px;
  }

  .xalt-magenta-350 {
    max-width: 250px;
  }

  .xalt-text {
    max-width: 250px;
  }

  .link-8 {
    margin-bottom: -24px;
    color: #fff;
  }

  .anaconda {
    max-width: 250px;
  }

  .paragraph-5 {
    max-width: 250px;
    margin-top: 86px;
  }

  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .call-to-action {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 11px;
  }

  .image-17 {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

