.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px none #adadad;
  border-bottom: 1px solid #adadad;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3f444b, #0b0e11);
}

.top.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  margin-bottom: 0px;
  padding-top: 0vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-style: none;
  border-bottom-style: none;
  background-color: #000;
  background-image: url('../images/alaska_range_beautiful_mountain_landscape-wallpaper-3840x2400_1.png'), linear-gradient(187deg, #fff, #171b22);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.top.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top.column.devices {
  height: auto;
  -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;
}

.top.column.faq {
  height: auto;
  -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: #000;
}

.top.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.top.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  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-color: transparent;
}

.top.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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-style: none;
  background-color: #1b1b1b;
}

.top.wide.img {
  padding-top: 9vh;
  padding-bottom: 0vh;
  border-top: 1px none #adadad;
  border-bottom-width: 1px;
  background-image: url('../images/60c908101519d2ae74dc5048_drop-shadow.png'), radial-gradient(circle farthest-corner at 50% 50%, #fff, #595d63);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.top.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.top.wide.special {
  padding-top: 7vh;
  padding-bottom: 7vh;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-image: url('../images/Untitled-1_3.png'), radial-gradient(circle farthest-corner at 50% 50%, #4a5666, #0b0e11 91%);
  background-position: 50% 50%, 0px 0px;
  background-size: 300px, auto;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.top.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

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

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 25px 6vw 26px;
  border: 1px none #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  border-bottom: 5px none #b30000;
  border-radius: 0px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3f444b, #0c121b);
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 24px 18px 21px;
  border-radius: 0px 10px 10px 0px;
  background-color: #272727;
  -webkit-transition: background-color 150ms cubic-bezier(.789, .159, .25, 1), color 125ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 150ms cubic-bezier(.789, .159, .25, 1), color 125ms cubic-bezier(.789, .159, .25, 1);
  color: #f7e4b7;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

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

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  margin-top: 0px;
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.button._1 {
  margin-top: 29px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -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-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: 3px;
  margin-bottom: -6px;
  padding-top: 1px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap.contact-us {
  width: 60%;
  margin-bottom: 63px;
}

.title {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px none #2e2e2e;
  color: #969696;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.title.about-us {
  color: #797979;
  font-size: 11px;
}

.title.about-us._2._3 {
  color: #585858;
}

.title.contact-us {
  color: #504f4f;
  font-size: 12px;
  font-weight: 400;
}

.title.contact-us.address {
  font-size: 14px;
  font-weight: 700;
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
}

.image-2.system-repairs {
  margin-left: 50px;
  box-shadow: 6px 6px 18px 1px rgba(0, 0, 0, 0.63);
}

.image-2.interior-services {
  margin-right: 50px;
  box-shadow: 6px 6px 18px 1px rgba(0, 0, 0, 0.63);
}

.image-2.ext-services {
  margin-left: 50px;
}

.image-2.cus-services {
  margin-right: 50px;
}

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

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  padding-right: 24px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 23px 0px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px none #000;
  -webkit-transition: all 700ms cubic-bezier(.075, .82, .165, 1);
  transition: all 700ms cubic-bezier(.075, .82, .165, 1);
  color: #555;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 -3px #9b0000;
  outline-color: #9b0000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #9b0000;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 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;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  width: auto;
  height: 70%;
  max-width: none;
  margin-bottom: 147px;
  padding-right: 136px;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  margin-top: 0px;
  color: #ece3bc;
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
}

.hero-content {
  position: relative;
  z-index: auto;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 5vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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 none #000;
}

.black {
  margin-top: 0px;
  color: #ece3bc;
  font-size: 28px;
  font-weight: 800;
}

.hero-subhead {
  max-width: none;
  margin-top: 3px;
  margin-bottom: -1px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.68);
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 38px;
  -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: 1px solid #e0e0e0;
  background-color: #1b1b1b;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3f444b, #0d0d0f);
}

.footer-link {
  margin-right: 12px;
  margin-left: 7px;
  color: #dadada;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000;
}

.footer-link:hover {
  color: #ff3434;
}

.footer-list {
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding: 6px 0px 6px 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.quote-slider {
  width: 90vw;
  height: 500px;
  margin-top: 4vh;
  margin-bottom: 43px;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

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

.rv-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 23px;
  -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;
}

.rv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  max-width: 60%;
  margin-right: 0px;
  margin-bottom: 59px;
  margin-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;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.rv1.rv {
  width: 50%;
}

.title-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  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;
  text-align: left;
}

.image-5 {
  width: 100%;
  max-width: 90%;
  margin-top: 64px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.heading-4 {
  font-size: 3vh;
  line-height: 4vh;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ece3bc;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.62);
}

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

.text-span-2 {
  font-size: 19.5px;
  font-style: italic;
  text-decoration: none;
}

.text-span-4 {
  font-weight: 800;
  text-decoration: none;
}

.text-span-5 {
  color: #f7e4b7;
}

.bold-text {
  color: #6b6b6b;
  text-decoration: none;
}

.paragraph-2 {
  text-decoration: none;
}

.bold-text-2 {
  color: #6b6b6b;
  text-decoration: none;
}

.paragraph-3 {
  text-decoration: none;
}

.heading-6 {
  margin-top: 39px;
  margin-bottom: 5px;
  font-size: 2vh;
  line-height: 2.2vh;
}

.heading-7 {
  margin-top: -1px;
  margin-bottom: 24px;
  color: #4d4d4d;
  text-shadow: none;
}

.heading-7.about-us {
  border-bottom: 2px none #c7c7c7;
  color: #6e6e6e;
  font-size: 40px;
}

.heading-7.about-us._2 {
  color: #b1b1b0;
}

.heading-7.about-us._2._3 {
  color: #6e6e6e;
}

.heading-7.gallery {
  margin-bottom: 0px;
  color: #ece3bc;
}

.heading-7.gallery.contract-us {
  color: #464646;
}

.paragraph-4 {
  margin-top: 22px;
  margin-bottom: 15px;
  font-family: 'Great Vibes', cursive;
  color: #4d4d4d;
  font-size: 35px;
  text-align: center;
}

.bold-text-3 {
  font-family: 'Gothic A1', sans-serif;
  color: #9c3d3e;
  font-size: 30px;
}

.image-6 {
  margin-bottom: 39px;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 16px -12px 19px -6px rgba(0, 0, 0, 0.24);
}

.image-6.contacts {
  border-bottom: 10px solid #374053;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: 135px;
  margin-bottom: -1px;
  -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-13.contact-us {
  margin-top: 95px;
  margin-bottom: -36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span-9 {
  font-family: 'Great Vibes', cursive;
  color: #9c3d3e;
  font-size: 55px;
  line-height: 60px;
}

.image-7 {
  margin-bottom: 37px;
}

.image-7.contact-us {
  margin-bottom: 68px;
}

.paragraph-7 {
  color: #f0f0f0;
}

.italic-text {
  color: #f0f0f0;
}

.heading-8 {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
}

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

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

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

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

.section {
  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;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 24%, #595d63);
}

.section.testimonials {
  background-image: url('../images/60c908101519d2ae74dc5048_drop-shadow.png'), radial-gradient(circle farthest-corner at 50% 50%, #fff 24%, #595d63);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.mask {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.italic-text-3 {
  color: #f0f0f0;
}

.italic-text-4 {
  color: #f0f0f0;
}

.bold-text-4 {
  font-family: 'Gothic A1', sans-serif;
  color: #505050;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.bold-text-4._4564r6t {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  line-height: 40px;
}

.text-span-10 {
  font-family: 'Gothic A1', sans-serif;
  color: #505050;
  font-size: 18px;
  line-height: 22px;
}

.section-2 {
  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;
  border: 1px solid #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4c525c, #03070f 99%);
}

.section-2.gallery {
  border-top-color: #e9e9e9;
  border-bottom-color: #dadada;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4c525c, #03070f 99%);
}

.image-8 {
  margin-top: 0px;
  margin-bottom: 16px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 78px;
  padding-top: 51px;
  -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;
}

.html-embed {
  width: 100%;
  padding-top: 0px;
}

.image-9 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-9 {
  margin-top: 6px;
  font-family: Verdana, Geneva, sans-serif;
  color: #a5a4a4;
  font-weight: 700;
}

.text-span-11 {
  color: #ece3bc;
  font-size: 19px;
}

.container {
  margin-bottom: 33px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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/Screenshot-2022-03-09-153755.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
  color: #fff;
}

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

.image-10 {
  margin-bottom: 34px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2px;
  -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-11 {
  padding-bottom: 10px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/60c908101519d2ae74dc5048_drop-shadow.png'), radial-gradient(circle farthest-corner at 50% 50%, #fff, #80848b);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  color: #03070f;
}

.field-label-2 {
  color: #03070f;
}

.italic-text-5 {
  color: #6b6b6b;
}

.heading-13 {
  margin-bottom: 2px;
}

.html-embed-2 {
  width: 100%;
  height: 600px;
  margin-bottom: -5px;
  border: 3px solid #03070f;
  border-radius: 13px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.53);
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-bottom: 34px;
  -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-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 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;
  line-height: 19px;
}

.div-block-17._54 {
  padding-right: 63px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-10 {
  margin-right: 11px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.paragraph-10._1 {
  margin-bottom: -1px;
}

.paragraph-10.sm {
  margin-right: 0px;
  margin-bottom: 0px;
}

.paragraph-11 {
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.paragraph-11.pn {
  margin-bottom: 0px;
  font-size: 24px;
}

.paragraph-11.hours {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-11.address {
  margin-bottom: 0px;
}

.text-span-12 {
  color: #9c3d3e;
}

.text-span-13 {
  color: #9c3d3e;
}

.paragraph-12 {
  color: #ece3bc;
  font-weight: 700;
  text-shadow: 2px 2px 3px #000;
}

.heading-14 {
  margin-bottom: -3px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.86);
}

.container-2 {
  margin-bottom: 27px;
  padding: 18px 19px 18px 18px;
}

.div-block-18 {
  border-radius: 0px;
}

.text-field {
  border-style: solid;
  border-width: 2px;
  border-color: #212938;
  border-radius: 7px;
  background-color: #8e98aa;
}

.text-field-2 {
  border: 2px solid #212938;
  border-radius: 7px;
  background-color: #8e98aa;
}

.text-field-3 {
  border: 2px solid #212938;
  border-radius: 7px;
  background-color: #8e98aa;
}

.text-field-4 {
  border: 2px solid #212938;
  border-radius: 7px;
  background-color: #8e98aa;
}

.textarea {
  border: 2px solid #212938;
  border-radius: 7px;
  background-color: #8e98aa;
}

.field-label-3 {
  color: #03070f;
}

.field-label-4 {
  color: #03070f;
}

.field-label-5 {
  color: #03070f;
}

.submit-button {
  margin-top: 10px;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 7px;
  background-color: #272727;
  font-family: 'Gothic A1', sans-serif;
  color: #f7e4b7;
  font-weight: 700;
  text-align: left;
}

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

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 48px;
  -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-19._2 {
  margin-bottom: 65px;
}

.div-block-19._2._5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.div-block-20._2 {
  margin-top: 34px;
}

.div-block-20._256 {
  padding-left: 63px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-13 {
  color: #16212e;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22 {
  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-span-14 {
  color: #ece3c7;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3 {
  border-top: 2px solid #c2baba;
  border-bottom: 2px solid #c2baba;
  background-image: url('../images/60c908101519d2ae74dc5048_drop-shadow.png'), radial-gradient(circle farthest-corner at 50% 50%, #fff 34%, #595d63);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.section-4 {
  height: 700px;
}

.text-span-15 {
  font-style: italic;
}

.image-12 {
  margin-top: 41px;
}

.success-message {
  border-radius: 12px;
  background-color: #85abc9;
}

.div-block-23 {
  color: #000;
  font-weight: 700;
}

.div-block-24 {
  color: #fff;
}

.error-message {
  border-radius: 10px;
  background-color: #860101;
}

.div-block-25 {
  display: -ms-grid;
  display: grid;
  width: 350px;
  margin-left: 23px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 0.75fr 1fr;
  grid-template-columns: 1fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-13 {
  opacity: 0.8;
}

.image-14 {
  opacity: 0.8;
}

.image-15 {
  opacity: 0.8;
}

.image-16 {
  opacity: 0.8;
  -webkit-transition: all 625ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 625ms cubic-bezier(.175, .885, .32, 1.275);
  color: #c40303;
}

.image-17 {
  opacity: 0.8;
  -webkit-transition: all 750ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 750ms cubic-bezier(.175, .885, .32, 1.275);
}

.image-18 {
  opacity: 0.8;
  -webkit-transition: all 725ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 725ms cubic-bezier(.175, .885, .32, 1.275);
}

.inst:hover {
  border-radius: 0px;
  opacity: 0.78;
}

.ylp:hover {
  opacity: 0.79;
}

.fb:hover {
  opacity: 0.79;
}

.div-block-26 {
  margin-bottom: 107px;
}

.image-19 {
  margin-top: 14px;
}

.image-20 {
  display: none;
}

.text-span-16 {
  font-size: 14px;
  font-weight: 700;
}

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

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 304px;
  padding-bottom: 100px;
  -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: 3px solid #fff;
  background-image: url('../images/alaska_range_beautiful_mountain_landscape-wallpaper-3840x2400.png'), linear-gradient(325deg, #1b1e25, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  color: #fff;
}

.field-label-31 {
  font-family: 'Gothic A1', sans-serif;
  color: #6e6e6e;
}

.text-field-9 {
  background-color: #c8cbd3;
}

.italic-text-6 {
  font-family: 'Gothic A1', sans-serif;
}

.pre-application {
  height: 1000px;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pre-application.warehouse-order-selector {
  background-color: #fff;
  background-image: url('../images/shadow.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.pre-application.warehouse-order-selector._6 {
  height: auto;
}

.error-message-2 {
  margin-top: 29px;
  border-radius: 6px;
  background-color: #dd0202;
}

.text-block-9 {
  color: #fff;
  text-align: center;
}

.small-text-2 {
  margin-bottom: 21px;
  color: #9c3d3e;
  text-align: center;
}

.textarea-2 {
  background-color: #c8cbd3;
}

.success-message-2 {
  margin-top: 17px;
  padding-top: 19px;
  border-radius: 5px;
  background-color: #b1d3bb;
}

.submit-button-2 {
  margin-top: 30px;
  border-radius: 6px;
  background-color: #272727;
  -webkit-transition: opacity 750ms cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity 750ms cubic-bezier(.175, .885, .32, 1.275);
  font-family: 'Gothic A1', sans-serif;
  color: #d3cdae;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.submit-button-2:hover {
  background-color: #a70303;
  color: #fdfdfd;
}

.text-field-5 {
  background-color: #c8cbd3;
}

.paragraph-38 {
  font-family: 'Gothic A1', sans-serif;
  color: #6e6e6e;
  text-align: center;
}

.text-span-35 {
  color: #ff7300;
  font-size: 18px;
}

.heading-49 {
  color: #286400;
  text-align: center;
}

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

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

.radio-button-field {
  margin-right: 33px;
  margin-left: 33px;
}

.radio-button-field-2 {
  margin-right: 33px;
  margin-left: 33px;
}

.radio-button-field-3 {
  margin-right: 33px;
  margin-left: 33px;
  padding-left: 20px;
}

.radio-button-label {
  font-family: 'Gothic A1', sans-serif;
  color: #6e6e6e;
  font-weight: 700;
}

.radio-button {
  font-weight: 700;
}

.radio-button-label-2 {
  font-family: 'Gothic A1', sans-serif;
  color: #6e6e6e;
  font-weight: 700;
}

.radio-button-label-3 {
  font-family: 'Gothic A1', sans-serif;
  color: #6e6e6e;
  font-weight: 700;
}

.radio-button-label-4 {
  font-family: 'Gothic A1', sans-serif;
  color: #6e6e6e;
  font-weight: 700;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 3px none #acacac;
}

.form-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-4 {
  padding-bottom: 48px;
}

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

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  color: #464646;
  text-decoration: none;
}

.heading-50 {
  margin-top: 0px;
  color: #4b4b4b;
  font-size: 8vh;
}

.recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-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: 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-34 {
  margin-bottom: 30px;
}

.paragraph-39 {
  color: #6b6b6b;
}

.paragraph-40 {
  color: #cfcfcf;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}

.paragraph-40.copyright {
  color: #e6e6e6;
}

.paragraph-40.joeskillz {
  color: #a7a4a4;
  font-size: 9px;
}

.div-block-35 {
  margin-top: 9px;
  margin-bottom: 5px;
}

.link-4 {
  color: #e00101;
}

.text-span-36 {
  color: #c70104;
}

.link-5 {
  color: #a7a4a4;
}

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

.recaptcha-2 {
  margin-top: 13px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .top {
    padding-bottom: 96px;
  }

  .top.center {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 0%, 0px 0px;
    background-size: auto 1200px, auto;
  }

  .top.wide.img {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #bbbec2);
  }

  .top.wide.special {
    background-size: 200px, auto;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .body {
    padding-bottom: 0px;
  }

  .feature-content {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .button {
    margin-top: -2px;
    background-color: #272727;
    -webkit-transition-duration: 150ms, 50ms;
    transition-duration: 150ms, 50ms;
  }

  .button:hover {
    background-color: #a70303;
  }

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

  .wrapper {
    width: 90%;
  }

  .wrap {
    width: 95%;
  }

  .wrap.contact-us {
    width: 90%;
  }

  .image-2.system-repairs {
    margin-left: 0px;
  }

  .image-2.interior-services {
    margin-right: 0px;
  }

  .image-2.ext-services {
    margin-left: 0px;
  }

  .image-2.cus-services {
    margin-right: 0px;
  }

  .nav-link {
    padding-top: 20px;
    text-align: center;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .hero-content {
    display: block;
    margin-top: 36px;
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: center;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 2vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.reverse {
    margin-bottom: 2vh;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-2 {
    margin-top: 0px;
  }

  .input {
    height: 50px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .slider-arrow {
    color: #6d6b6b;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #8b0000;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 240px;
    padding-top: 20px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #8b0000;
    border-bottom: 2px solid #8b0000;
    background-color: #b8b8b8;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #b8b8b8);
    opacity: 1;
    text-align: center;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    margin-top: 21px;
    margin-bottom: 2px;
    color: #861010;
    font-size: 5vw;
    line-height: 5.3vh;
    font-weight: 800;
    text-align: center;
    text-shadow: none;
  }

  .form-block {
    width: 50%;
    margin-bottom: -1px;
  }

  .rv-div {
    width: 95%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rv1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-button {
    width: 90%;
    margin-top: 12px;
    margin-bottom: 63px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5 {
    width: 95%;
    max-width: none;
    margin-top: -12px;
    margin-bottom: 25px;
  }

  .heading-5 {
    margin-top: 2px;
    margin-bottom: 18px;
    color: #6e6e6e;
    line-height: 3.5vh;
    font-weight: 800;
    text-align: center;
    text-shadow: none;
  }

  .text-span-6 {
    color: #f7e4b7;
    font-size: 5vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.49);
  }

  .text-span-7 {
    color: #4d4d4d;
    font-weight: 800;
  }

  .image-6 {
    border-bottom: 10px solid #374053;
  }

  .div-block-13 {
    width: 95%;
  }

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

  .heading-8 {
    width: auto;
  }

  .section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 24%, #bbbec2);
  }

  .div-block-14 {
    width: 95%;
    margin-bottom: 87px;
  }

  .paragraph-9 {
    margin-top: 8px;
  }

  .contact-form {
    margin-right: 0px;
    padding-bottom: 39px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #bbbec2);
  }

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

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

  .div-block-17._54 {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-10._1 {
    margin-bottom: 8px;
  }

  .paragraph-10.sm {
    margin-bottom: 9px;
  }

  .div-block-19 {
    width: 95%;
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-19._2._5 {
    margin-top: 24px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-20 {
    width: 50%;
    margin-right: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-20._256 {
    padding-left: 0px;
  }

  .container-3 {
    margin-top: 0px;
  }

  .div-block-21 {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
  }

  .text-span-14 {
    color: #ece6cf;
  }

  .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pre-application.warehouse-order-selector {
    height: auto;
    padding-top: 36px;
    padding-bottom: 32px;
  }

  .pre-application.warehouse-order-selector._6 {
    height: auto;
  }

  .div-block-31 {
    margin-top: 36px;
  }

  .heading-50 {
    font-size: 7vh;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .top.center {
    background-size: auto 1100px, auto;
  }

  .top.wide.img {
    padding-top: 6vh;
  }

  .top.wide.special {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -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;
  }

  .button {
    width: 150px;
    margin-top: 26px;
    padding: 11px 13px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .button._2 {
    margin-top: 21px;
  }

  .wrapper {
    margin-top: 34px;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    padding-right: 3vw;
    padding-left: 3vw;
    -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;
  }

  .wrap.contact-us {
    width: 100%;
    margin-bottom: 35px;
  }

  .image-2 {
    line-height: 18px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    margin-bottom: 1vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.reverse {
    margin-bottom: 1vh;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-subhead {
    margin-top: 9px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
  }

  .footer {
    padding-bottom: 7px;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

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

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

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

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    position: static;
    margin-top: 0px;
    margin-bottom: -14px;
    color: #7e0000;
    font-size: 35px;
    line-height: 6vh;
  }

  .form-block {
    width: 78%;
  }

  .rv1 {
    width: 100%;
  }

  .title-button {
    width: 95%;
    margin-top: 55px;
    margin-bottom: 8px;
    text-shadow: none;
  }

  .heading-5 {
    margin-top: 14px;
    margin-bottom: 9px;
    text-align: center;
    text-shadow: none;
  }

  .text-span-7 {
    width: 100.000111%;
    color: #6d2525;
  }

  .text-span-8 {
    font-size: 2.5vh;
  }

  .div-block-13.contact-us {
    width: 80%;
    margin-top: 86px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 25px;
  }

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

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

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

  .paragraph-8 {
    font-size: 14px;
    line-height: 25px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-10 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-11 {
    font-size: 16px;
    line-height: 25px;
  }

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

  .italic-text-2 {
    font-size: 12px;
    line-height: 25px;
  }

  .section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 24%, #676a6f);
  }

  .italic-text-3 {
    line-height: 25px;
  }

  .italic-text-4 {
    line-height: 20px;
  }

  .bold-text-4._4564r6t {
    font-size: 30px;
  }

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

  .paragraph-9 {
    margin-top: 3px;
  }

  .container {
    margin-bottom: 16px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

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

  .contact-form {
    padding: 40px 20px;
  }

  .div-block-17 {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-14 {
    margin-top: 34px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-19 {
    margin-bottom: 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;
  }

  .div-block-19._2 {
    width: 100%;
  }

  .div-block-19._2._5 {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-20 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20._2 {
    margin-top: 19px;
  }

  .div-block-20._256 {
    margin-top: 29px;
  }

  .container-3 {
    margin-top: 0px;
    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;
  }

  .div-block-21 {
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-span-14 {
    color: #eeecd4;
  }

  .div-block-25 {
    width: 300px;
    margin-left: 0px;
  }

  .image-20 {
    display: block;
  }

  .hero-overlay-2 {
    height: 50vh;
    padding: 40px 20px;
  }

  .pre-application {
    padding: 40px 20px;
  }

  .pre-application.warehouse-order-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/shadow.png');
    background-position: 50% 0%;
    background-size: 100%;
  }

  .small-text-2 {
    margin-bottom: 42px;
  }

  .submit-button-2 {
    font-family: 'Gothic A1', sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .paragraph-38 {
    font-weight: 500;
  }

  .paragraph-38.ui {
    font-weight: 700;
  }

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

  .image-21 {
    width: 687px;
  }

  .div-block-32 {
    width: 500px;
    margin-top: -104px;
  }

  .div-block-33 {
    margin-top: 59px;
  }

  .heading-50 {
    display: none;
    font-size: 7vh;
    line-height: 7vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .top {
    padding-bottom: 4px;
  }

  .top.center {
    padding-top: 9vh;
    padding-bottom: 0vh;
    background-position: 50% 0%, 0px 0px;
  }

  .top.wide.img {
    padding-top: 0vh;
  }

  .top.wide.special {
    padding-top: 0vh;
    padding-bottom: 1vh;
    background-color: #484c53;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, hsla(0, 0%, 89%, 0) 14%, rgba(8, 8, 20, 0) 38%, #141619), url('../images/Untitled-1_3.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 150px;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    margin-bottom: 5px;
    text-align: center;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button {
    margin-top: 22px;
    margin-bottom: 16px;
    padding: 13px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .button._1 {
    width: 200px;
    margin-top: 0px;
  }

  .wrap {
    margin-top: 30px;
    padding: 0px 5vw;
  }

  .wrap.contact-us {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .title {
    margin-bottom: 9px;
    padding-bottom: 0px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .title.about-us {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .title.about-us._2 {
    font-size: 10px;
  }

  .image-2 {
    width: 100%;
    margin-top: -21px;
  }

  .image-2.system-repairs {
    margin-bottom: 61px;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-wrap {
    padding-right: 0px;
  }

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

  .hero-image {
    width: 95%;
  }

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

  .hero-content {
    margin-top: 0px;
  }

  .feature-wrap {
    margin-top: 4vh;
    margin-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    margin-top: 4vh;
    margin-bottom: 8vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 33px;
    margin-bottom: 0px;
  }

  .hero-subhead {
    margin-top: -3px;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  .footer-list {
    margin-bottom: 1px;
  }

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

  .input {
    height: 45px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
  }

  .quote-slider {
    width: 95vw;
    margin-top: 7vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    color: #5c5959;
  }

  .menu-icon:hover {
    color: #7e0000;
  }

  .menu-button.w--open {
    background-color: rgba(63, 68, 75, 0.27);
    color: #333;
  }

  .nav-menu-2 {
    padding-bottom: 20px;
    border-bottom: 2px solid #555;
    background-color: rgba(182, 183, 185, 0.97);
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #6e6e6e;
    font-size: 20px;
    line-height: 26px;
  }

  .rv-div {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

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

  .title-button {
    margin-top: 9px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 800;
  }

  .image-5 {
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .heading-5 {
    margin-top: 1px;
    color: #6e6e6e;
    font-size: 19px;
    line-height: 22px;
    font-weight: 800;
    text-align: center;
    text-shadow: none;
  }

  .text-span-2 {
    font-size: 13px;
  }

  .text-span-3 {
    font-size: 14px;
  }

  .text-span-7 {
    color: #814545;
    font-size: 27px;
    line-height: 27px;
    font-weight: 800;
  }

  .text-span-8 {
    font-size: 2vh;
    line-height: 2.3vh;
    text-align: center;
  }

  .heading-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-7 {
    margin-top: -1px;
    margin-bottom: 23px;
  }

  .heading-7.about-us {
    margin-bottom: 5px;
    font-size: 34px;
    text-align: center;
  }

  .heading-7.about-us._2 {
    font-size: 30px;
  }

  .paragraph-4 {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 18px;
  }

  .bold-text-3 {
    color: #9c3d3e;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-13 {
    width: 75%;
    margin-top: 72px;
    margin-bottom: 37px;
  }

  .div-block-13.contact-us {
    width: 80%;
  }

  .text-span-9 {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    line-height: 42px;
  }

  .image-7 {
    margin-top: -4px;
    margin-bottom: 21px;
  }

  .image-7.contact-us {
    margin-bottom: 42px;
  }

  .paragraph-5 {
    margin-bottom: -25px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .italic-text {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

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

  .heading-8 {
    font-size: 14px;
    line-height: 25px;
  }

  .heading-9 {
    font-size: 14px;
    line-height: 25px;
  }

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

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

  .heading-12 {
    font-size: 14px;
    line-height: 25px;
  }

  .italic-text-2 {
    line-height: 20px;
  }

  .section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 24%, #cfd0d2 71%, #9599a0);
  }

  .italic-text-3 {
    line-height: 16px;
  }

  .italic-text-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .bold-text-4._4564r6t {
    font-size: 22px;
  }

  .text-span-10 {
    font-size: 14px;
  }

  .div-block-14 {
    width: 98%;
    margin-bottom: 49px;
  }

  .image-9 {
    margin-top: -14px;
  }

  .paragraph-9 {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
  }

  .container {
    margin-bottom: 4px;
  }

  .centered-container {
    margin-top: 172px;
    text-align: left;
  }

  .contact-form {
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .html-embed-2 {
    height: 400px;
  }

  .paragraph-11.pn {
    font-size: 18px;
  }

  .paragraph-12 {
    font-size: 15px;
    line-height: 18px;
  }

  .heading-14 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 20px;
  }

  .container-2 {
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-field-4 {
    padding-left: 12px;
  }

  .paragraph-13 {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .container-3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-span-14 {
    color: #f1eeca;
  }

  .div-block-25 {
    width: 220px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-26 {
    margin-bottom: 35px;
  }

  .image-19 {
    width: 80%;
    margin-top: -1px;
  }

  .div-block-27 {
    width: 82%;
  }

  .hero-overlay-2 {
    height: 600px;
  }

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

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

  .pre-application.warehouse-order-selector {
    height: auto;
  }

  .pre-application.warehouse-order-selector._6 {
    margin-right: 5px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .paragraph-38 {
    width: 80%;
    margin-bottom: 4px;
    line-height: 22px;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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-21 {
    margin-top: 0px;
  }

  .div-block-32 {
    width: auto;
    margin-top: 102px;
  }

  .div-block-33 {
    width: 50%;
    margin-top: 21px;
    margin-bottom: 55px;
  }

  .heading-50 {
    display: none;
    margin-top: 0px;
    margin-bottom: -44px;
    color: #4d4d4d;
    font-size: 6vh;
    line-height: 5.5vh;
    text-align: center;
  }

  .paragraph-40.copyright {
    margin-bottom: 3px;
    line-height: 13px;
  }
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded153-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded155-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded157-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded159-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded15b-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded15d-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a43a0de-3824-82c0-3e3b-0e9423ded15f-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d7ab6d14-fcba-efe6-3ab3-673cd3d4255f-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65cfc6cb-6d78-048e-0b6e-80f3ac9add5b-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7528ae52-efe8-973b-95c4-8964c0e0e837-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d898d2f-28b6-8d5f-c24d-04bad8de8d25-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d898d2f-28b6-8d5f-c24d-04bad8de8d26-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2e90544-e055-e926-2348-e6715d859823-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2e90544-e055-e926-2348-e6715d859824-676eaf40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a3e71f9-b79d-4c15-ebc7-a4f5cb9601d6-676eaf40 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cedbe31d-496d-a586-1ad8-c8c02a323701-ddec5b2d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cedbe31d-496d-a586-1ad8-c8c02a32370d-ddec5b2d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d7ab6d14-fcba-efe6-3ab3-673cd3d4255f-676eaf40 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a3e71f9-b79d-4c15-ebc7-a4f5cb9601c6-676eaf40 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a3e71f9-b79d-4c15-ebc7-a4f5cb9601ca-676eaf40 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a3e71f9-b79d-4c15-ebc7-a4f5cb9601ce-676eaf40 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a3e71f9-b79d-4c15-ebc7-a4f5cb9601d2-676eaf40 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cedbe31d-496d-a586-1ad8-c8c02a3236eb-ddec5b2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cedbe31d-496d-a586-1ad8-c8c02a3236ef-ddec5b2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cedbe31d-496d-a586-1ad8-c8c02a3236f3-ddec5b2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cedbe31d-496d-a586-1ad8-c8c02a3236fa-ddec5b2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cedbe31d-496d-a586-1ad8-c8c02a323705-ddec5b2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cedbe31d-496d-a586-1ad8-c8c02a323709-ddec5b2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

