body {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #58595b;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}



.imputs {
  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;
  border: 1px solid #fff;
  background-color: #000;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  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: 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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
}

.nav-menu {
  z-index: 100;
  margin-left: auto;
}

.logo {
  width: 50px;
  margin-right: auto;
  margin-bottom: 8px;
}

.wrap-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 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;
}

.main-book-now-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828;
  -webkit-transition: color 300ms linear, background-color 300ms linear;
  transition: color 300ms linear, background-color 300ms linear;
  color: #f6f9fe;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main-book-now-button:hover {
  background-color: #e5eaef;
  color: #000;
}

.booking-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 40px;
  -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;
  background-color: #000;
}

.nav-link {
  margin-left: 40px;
  padding: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: border 300ms linear;
  transition: border 300ms linear;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-link.w--current {
  color: #828282;
}

.scroll-down {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #000, transparent);
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.imput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 0px;
  padding: 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-style: none solid none none;
  border-width: 1px;
  border-color: #000 #e5eaef #000 #000;
  background-color: #000;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  color: #fff;
  text-align: center;
}

.imput:hover {
  background-color: #282828;
}

.imput:focus {
  border-right-color: #e5eaef;
}

.banner-content-middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.room-gallery-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

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

.content-center-align {
  color: #282828;
  text-align: center;
}

.slide-wrap {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-image {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 700px;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray {
  color: #e5eaef;
}

.slide-base {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 80px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  color: #fff;
  text-align: left;
}

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

.slider-arrow-left {
  width: 5%;
  background-image: url('../images/Slide-Arrow-Left.svg');
  background-position: 30% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms linear;
  transition: background-position 200ms linear;
}

.slider-arrow-left:hover {
  background-position: 0% 50%;
}

.slider-arrow-left.slider-arrow-right {
  background-image: url('../images/Slide-Arrow-Right.svg');
  background-position: 70% 50%;
}

.slider-arrow-left.slider-arrow-right:hover {
  background-position: 100% 50%;
}

.room-gallery-slider-mask {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.room-gallery-slider {
  height: 100%;
  margin-top: 50px;
  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;
  background-color: transparent;
}

.dark-gray {
  color: #58595b;
}

.dark-section {
  padding-top: 150px;
  background-color: #000;
  color: #fff;
}

.benefits-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  list-style-type: none;
}

.benefits-description {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.benefits-title {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1196px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.headline-wrap {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.big-gradient-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(40%, transparent)), url('../images/C-_Users_Dell_Desktop_Shelter-updates_Images_New-Assets_randy-fath-QFT7ux1e_v0-unsplash-1.jpg');
  background-image: linear-gradient(180deg, #000, transparent 40%), url('../images/C-_Users_Dell_Desktop_Shelter-updates_Images_New-Assets_randy-fath-QFT7ux1e_v0-unsplash-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.big-shelter-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.16%;
  height: 200px;
  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;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 300ms linear;
  transition: -webkit-filter 300ms linear;
  transition: filter 300ms linear;
  transition: filter 300ms linear, -webkit-filter 300ms linear;
}

.lightbox-link:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.shelter-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.gallery-slide-lightbox {
  width: 33.4%;
  border: 1px solid #fff;
}

.gallery-slider {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.text-span-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  color: #828282;
  font-size: 100px;
  font-weight: 500;
}

.small-width-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #000;
  text-align: center;
}

.gallery-slider-mask {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.card-holder-image {
  margin-top: -20%;
}

.card-holder {
  position: relative;
  overflow: hidden;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #000;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.content-left-align-wrap {
  max-width: 30%;
  margin-right: auto;
  float: left;
  -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;
  color: #282828;
  text-align: left;
}

.card-contents {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.small-paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #e5eaef;
  font-weight: 500;
  text-transform: uppercase;
}

.cards-wrap {
  display: -ms-grid;
  display: grid;
  max-width: 65%;
  margin-left: auto;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-aling-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-container {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
}

.gray-section {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e5eaef;
  background-image: none;
}

.video-section {
  position: relative;
  height: 750px;
}

.video-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.book-now-button {
  padding: 10px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0.5px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #f6f9fe;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.book-now-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  height: 750px;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-size: 14px;
  line-height: 24px;
}

.footer-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.footer-links-wrap {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 3fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 16px 0.5fr 16px 1fr;
  grid-template-columns: 0.25fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.footer-logo {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #e5eaef;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

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

.footer-link.w--current {
  -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-weight: 700;
}

.footer-text {
  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;
  font-family: 'IBM Plex Sans', sans-serif;
  color: grey;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-text.w--current {
  -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-weight: 700;
}

.header-section {
  position: relative;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.4)), to(transparent)), url(var(--my-slider-foreground));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, transparent), url(var(--my-slider-foreground));
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  color: #fff;
}

.header-section.utility-pages {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.4)), to(transparent)), url(var(--my-slider-foreground));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, transparent), url(var(--my-slider-foreground));
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.title-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.style-guide-inner {
  max-width: 1440px;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.holder {
  text-align: center;
}

.license-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.content-holder {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
}

.content-holder.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #828282;
}

.content-holder.left-right {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-holder.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828;
}

.content-holder.margin-bottom {
  margin-bottom: 100px;
}

.black-link {
  color: #282828;
}

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

.block-holder {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}

.block-holder.top {
  margin-top: 0px;
}

.license-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-source {
  width: 60vw;
}

.image-width {
  width: 60vw;
}

.style-guide-licensing-holder {
  padding: 5% 5% 2%;
}

.license-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-color-3 {
  width: 33.33%;
  height: 50px;
  background-color: #828282;
}

.main-color-1 {
  width: 33.33%;
  height: 50px;
  background-color: #000;
}

.main-color-5 {
  width: 33.33%;
  height: 50px;
  background-color: #e5eaef;
}

.colors-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.links-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.underline {
  text-decoration: underline;
}

.main-color-6 {
  width: 33.33%;
  height: 50px;
  background-color: #f6f9fe;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-color-2 {
  width: 33.33%;
  height: 50px;
  background-color: #282828;
}

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

.main-button {
  margin-top: 20px;
  padding: 10px 50px;
  border: 0.5px solid #fff;
  background-color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #f6f9fe;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main-button:hover {
  border-color: #000;
  background-color: #282828;
  color: #fff;
}

.form {
  color: #000;
  text-align: center;
}

.utility-page-content {
  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;
  text-align: center;
}

.icon-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 150px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-filter: contrast(30%);
  filter: contrast(30%);
}

.dark-gray-404 {
  margin-bottom: 10px;
  color: #000;
}

.wrap-not-found {
  margin-bottom: 50px;
}

.imput-wrap {
  margin-top: -26px;
}

.field-label {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.success-message {
  border: 1px solid #000;
  background-color: #e5eaef;
  color: #000;
}

.error-message {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #000;
  background-color: #e5eaef;
  color: #000;
}

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

.slide-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 30px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner {
    height: 700px;
  }
  .imputs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header {
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }
  .menu-button {
    padding: 0px 0px 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    padding-right: 0px;
    background-color: transparent;
  }
  .wrap-banner-content {
    width: 100%;
  }
  .booking-base {
    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;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 150px;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
    background-color: #282828;
  }
  .icon-navbar {
    -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;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
  }
  .room-gallery-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .slide-image {
    height: 450px;
  }
  .gray {
    margin-bottom: 20px;
  }
  .slide-base {
    padding: 40px;
  }
  .slider-arrow-left {
    width: 8%;
    background-size: 10px;
  }
  .room-gallery-slider-mask {
    width: 85%;
  }
  .dark-section {
    padding-top: 70px;
  }
  .benefits-description {
    font-size: 50px;
  }
  .benefits-title {
    font-size: 40px;
    line-height: 50px;
  }
  .big-shelter-image {
    height: 300px;
  }
  .feature {
    height: 150px;
  }
  .lightbox-link {
    height: 250px;
  }
  .small-width-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .card-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-left-align-wrap {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
    float: none;
    -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;
    text-align: center;
  }
  .cards-wrap {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .big-container {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0px;
  }
  .video-section {
    height: 500px;
  }
  .background-video {
    height: 500px;
  }
  .footer-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -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;
    grid-auto-columns: 0.25fr;
    grid-template-areas: ".";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-logo.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-section.utility-pages {
    padding-bottom: 0px;
  }
  .content-holder.buttons {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .block-holder.top {
    margin-bottom: 70px;
  }
  .license-item {
    -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;
  }
  .video-source {
    width: 100vw;
  }
  .image-width {
    width: 100%;
  }
  .style-guide-licensing-holder {
    padding: 10% 20px;
  }
  .license-item-info {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .links-align {
    width: 50%;
  }
  .button-holder {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .icon-404 {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .banner {
    height: 500px;
  }
  .imputs {
    -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;
  }
  .menu-button {
    margin-left: auto;
    padding: 5% 0px 5% 20px;
  }
  .logo {
    width: 35px;
    margin-right: auto;
    padding-left: 0px;
  }
  .main-book-now-button {
    width: 100%;
    height: 70px;
  }
  .booking-base {
    height: 100%;
    margin-top: 0px;
  }
  .scroll-down {
    display: none;
    background-position: 50% 60%, 50% 100%;
    background-size: 15px, auto;
  }
  .imput {
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }
  .icon-navbar {
    line-height: 20px;
  }
  .banner-content-middle {
    padding-top: 10%;
  }
  .room-gallery-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .room-gallery-slide {
    margin-right: 0px;
  }
  .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-image {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slide-base {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .slider-arrow-left {
    width: 8%;
  }
  .room-gallery-slider {
    margin-top: 30px;
  }
  .dark-section {
    padding-top: 50px;
  }
  .benefits-list {
    width: 100%;
  }
  .benefits-description {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .benefits-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .benefits {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lightbox-link {
    height: 250px;
  }
  .text-span-big {
    font-size: 80px;
    line-height: 15px;
  }
  .card-holder {
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-left-align-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cards-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .video-section {
    height: 400px;
  }
  .book-now-button {
    padding: 25px 15%;
  }
  .background-video {
    height: 400px;
  }
  .footer-links-wrap {
    height: 160px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .footer-logo {
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-holder.left-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .links-align {
    width: 70%;
  }
  .main-button {
    padding-right: 5%;
    padding-left: 5%;
  }
  .imput-wrap {
    width: 100%;
  }
  .error-message {
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(60%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0.4)), to(transparent)), url('../images/camping-tent-surrounded-with-trees-during-nighttime-2376997-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 60%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 70%, transparent), url('../images/camping-tent-surrounded-with-trees-during-nighttime-2376997-1.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .header {
    padding-top: 0px;
  }
  .nav-menu {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .menu-button {
    padding-top: 8%;
    padding-bottom: 7%;
  }
  .logo {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .main-book-now-button {
    height: 60px;
  }
  .booking-base {
    margin-bottom: 0px;
  }
  .nav-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .imput {
    height: 45px;
    border-right-style: none;
  }
  .icon-navbar {
    height: auto;
  }
  .slide-image {
    height: 300px;
    padding-bottom: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slide-base {
    max-width: 373px;
    padding: 20px;
  }
  .slider-arrow-left {
    width: 15%;
    background-position: 0% 50%;
  }
  .slider-arrow-left.slider-arrow-right {
    background-position: 100% 50%;
  }
  .big-shelter-image {
    height: 200px;
  }
  .feature {
    width: 100%;
    height: 120px;
  }
  .lightbox-link {
    height: 350px;
  }
  .shelter-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-slide-lightbox {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .small-width-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card-holder {
    width: 100%;
    min-width: 280px;
  }
  .content-left-align-wrap {
    margin-bottom: 50px;
  }
  .card-contents {
    height: 200px;
  }
  .cards-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .card-aling-image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .big-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-holder.links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .license-item {
    margin-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .style-guide-licensing-holder {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .license-item-info {
    padding-left: 0%;
  }
  .links-align {
    width: 100%;
    height: 150px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .main-button {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }
  .imput-wrap {
    margin-top: 0px;
  }
  .field-label {
    background-color: #282828;
    color: #e5eaef;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a6625981f07a-5981f070 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a6625981f07a-5981f070 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
}

