.w-users-userformpagewrap {
  height: 100vh;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  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;
  margin-top: 12px;
}

.w-users-userformerrorstate {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
  margin-left: 20px;
  margin-right: 20px;
}

.w-users-userresetpasswordformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--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: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-users-blockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-users-blockcontent {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  background-color: #d3d3d3;
  color: #333;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.logo {
  box-shadow: 4px 4px 18px -3px rgba(0, 0, 0, 0.83);
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container {
  width: auto;
  max-width: 940vw;
  margin-top: -27px;
  margin-bottom: 0px;
  padding: 15px 300px 13px;
  background-color: transparent;
  background-image: url('../images/IMG_1439Water.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  margin-left: 251px;
}

.nav-link {
  margin-right: 223px;
  margin-left: -150px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.nav-link:hover {
  color: #faf7f7;
}

.nav-link.button {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 20px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.nav-link.button:hover {
  color: #f8f4f4;
}

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

.nav-link-2 {
  margin-right: 200px;
  padding-top: 30px;
}

.nav-link-3 {
  margin-right: 200px;
  padding-top: 30px;
}

.lightbox-link {
  text-align: left;
}

.image-2 {
  position: static;
  display: inline-block;
}

.section {
  background-color: rgba(128, 146, 171, 0.27);
  text-align: left;
}

.heading {
  margin-bottom: 3px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
}

.heading.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 5px 1px 0px;
  padding-top: 0px;
  padding-right: 29px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 400;
}

.image-3 {
  padding-top: 7px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1980vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(43, 144, 231, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  margin-right: 200px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 159px;
}

.container-2 {
  max-width: 100%;
}

.image-4 {
  max-height: 100%;
  padding-bottom: 0px;
}

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

.slide {
  position: relative;
  height: 700px;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  max-height: 100%;
}

.slider {
  height: 7px;
}

.container-4 {
  height: 600px;
  max-height: 50%;
  max-width: 940vw;
}

.slider-2 {
  height: 600px;
}

.slide-2 {
  background-image: url('../images/Kisa_in_Grasses2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2.b {
  background-image: url('../images/Old_Chevy_Truck2K.jpg');
}

.slide-3 {
  background-image: url('../images/LeavesBricks2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Boats_Alameda_2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Sunset_Grasses2_2Kpsd.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Napa_Trail2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.something-else {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #dde1e9;
}

.something-else.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: box-shadow 200ms ease, opacity 275ms ease;
  transition: box-shadow 200ms ease, opacity 275ms ease;
}

.paragraph-2 {
  padding-left: 40px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-2.bottom {
  margin-top: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}

.slide-7 {
  background-image: url('../images/Old_Chevy_Truck2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.gallery-room {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.container-5 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 675px;
  padding-left: 40px;
}

.image-5 {
  background-image: url('../images/Sunset_Grasses1_2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column {
  background-image: url('../images/Sunset_Grasses1_2K.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.columns {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-2 {
  width: auto;
  max-width: 100%;
  margin-right: -10px;
  padding-right: 505px;
  padding-left: 505px;
}

.image-6 {
  padding-left: 0px;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.lightbox-link-2 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms linear, opacity 300ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 200ms linear, opacity 300ms cubic-bezier(.25, .46, .45, .94);
  cursor: col-resize;
  mix-blend-mode: darken;
}

.column-2 {
  display: inline-block;
  mix-blend-mode: normal;
}

.column-3 {
  display: inline-block;
}

.column-4 {
  display: inline-block;
}

.image-7 {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.image-8 {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.image-9 {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 25px;
  box-shadow: 1px 1px 5px 0 rgba(5, 5, 5, 0.7);
}

.image-10 {
  padding-left: 25px;
}

.image-11 {
  padding-left: 25px;
}

.lightbox-link-3 {
  position: static;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-12 {
  max-height: 100vh;
  max-width: 100vw;
  margin-bottom: 6px;
  padding-bottom: 0px;
}

.container-6 {
  display: inline-block;
  max-width: 30%;
  margin-top: 435px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(198, 211, 221, 0.9);
  text-align: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 3%, 56.7%, 0);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 12px 0px -15px;
  padding: 0px 0px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: rgba(243, 238, 238, 0.59);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px;
  padding-top: 344px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/SunsetGrasses1_4KCropped.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.container-7 {
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 610px;
  padding-left: 0px;
}

.div-block-3 {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 95px;
}

.image-13 {
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 225ms linear;
  transition: -webkit-transform 225ms linear;
  transition: transform 225ms linear;
  transition: transform 225ms linear, -webkit-transform 225ms linear;
  mix-blend-mode: normal;
}

.image-13:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-14 {
  margin-top: 25px;
  padding-top: 0px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-14:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-15 {
  margin-bottom: -25px;
  margin-left: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-15:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-15.grinder {
  margin-right: 25px;
}

.image-16 {
  margin-bottom: -25px;
  margin-left: 25px;
  padding-left: 0px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-16:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-16.house {
  margin-left: 0px;
}

.image-17 {
  position: static;
  margin-right: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-transition: opacity 200ms ease, -webkit-transform 225ms cubic-bezier(.755, .05, .855, .06);
  transition: opacity 200ms ease, -webkit-transform 225ms cubic-bezier(.755, .05, .855, .06);
  transition: opacity 200ms ease, transform 225ms cubic-bezier(.755, .05, .855, .06);
  transition: opacity 200ms ease, transform 225ms cubic-bezier(.755, .05, .855, .06), -webkit-transform 225ms cubic-bezier(.755, .05, .855, .06);
  mix-blend-mode: normal;
}

.image-17:hover {
  position: static;
  max-width: none;
  min-width: auto;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.lightbox-link-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: ne-resize;
}

.image-18 {
  margin-left: 0px;
  padding-left: 0px;
  border-radius: 0px;
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-18:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-heading {
  margin-left: 0px;
  padding-left: 0px;
  mix-blend-mode: normal;
}

.gallery-heading.gallery-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: -168px;
  padding: 0px 0px 0px 98px;
  -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;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

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

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

.image-19 {
  margin-left: 15px;
  padding-left: 0px;
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-19:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-20 {
  margin-right: 85px;
  margin-left: 85px;
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

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

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 30px;
  font-weight: 400;
}

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

.paragraph-3 {
  margin-top: 18px;
  margin-right: 39px;
  padding-right: 0px;
  direction: ltr;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  white-space: normal;
}

.paragraph-3.signature {
  font-weight: 300;
}

.text-block {
  text-align: left;
}

.text-block.about-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 85px;
  padding-left: 31px;
  font-family: Oswald, sans-serif;
  letter-spacing: normal;
  white-space: normal;
}

.signature {
  margin-top: 4px;
  margin-right: 108px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.image-21 {
  margin-top: 10px;
}

.section-5 {
  margin-bottom: -4px;
  padding-bottom: 0px;
}

.menu-button {
  margin-left: 0px;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 225ms ease;
  transition: color 225ms ease;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  text-align: center;
}

.text-block-2:hover {
  color: #7f74f3;
}

.div-block-7 {
  min-height: 50px;
  min-width: 100px;
}

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

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

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

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
}

.image-22 {
  margin-right: -239px;
  margin-left: 343px;
  padding-right: 0px;
}

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

.div-block-8 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-23 {
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-23:hover {
  border-radius: 0px;
  box-shadow: 2px 2px 5px 4px #9ea9b4;
}

.image-24 {
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-24:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-25 {
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.image-25:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-3 {
  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: Oswald, sans-serif;
  font-size: 20px;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.section-6 {
  -webkit-transition: max-width 1000ms ease;
  transition: max-width 1000ms ease;
}

.link-block {
  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-align: left;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0px;
  }

  .container {
    margin-top: -3px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 90px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 0px 10px 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link.button:hover {
    background-color: rgba(102, 102, 102, 0);
    color: #666;
  }

  .nav-link.about {
    margin-right: 95px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 29px;
  }

  .nav-link.about:hover {
    color: #666;
  }

  .nav-link.contact {
    margin-left: 25px;
    padding-right: 0px;
    padding-left: 30px;
  }

  .nav-link.contact:hover {
    background-color: rgba(102, 102, 102, 0);
    color: #666;
  }

  .heading.gallery {
    margin-top: 0px;
    font-size: 22px;
  }

  .paragraph {
    margin-top: -14px;
    margin-right: 13px;
    margin-bottom: -26px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .section-2 {
    background-size: 100%;
  }

  .nav-menu {
    margin-right: 60px;
    margin-bottom: 220px;
    margin-left: 600px;
    padding-left: 60px;
    background-color: #f3f2f2;
  }

  .nav-menu:hover {
    background-color: #fdfcfc;
  }

  .nav-menu:active {
    background-color: #fff;
    opacity: 1;
  }

  .container-4 {
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    height: 500px;
  }

  .slide-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: contain;
  }

  .slide-2.b {
    margin-bottom: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto 0vh;
  }

  .something-else {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-2 {
    margin-top: 8px;
    margin-bottom: 3px;
    padding-bottom: 10px;
  }

  .slide-7 {
    background-image: url('../images/Old_Chevy_Truck2K.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .gallery-room {
    margin-bottom: 0px;
  }

  .container-5 {
    margin-top: -15px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .div-block-2 {
    margin: 194px 244px 41px 22px;
    padding: 0px 0px 34px;
    -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;
  }

  .section-4 {
    margin-top: 0px;
    margin-bottom: -96px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -38px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../images/Sunset_Grasses1_1K_1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

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

  .image-13 {
    margin-right: 14px;
    margin-left: 0px;
  }

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

  .image-15 {
    margin-bottom: 0px;
    margin-left: 17px;
  }

  .image-15.grinder {
    margin-right: 0px;
    margin-left: 17px;
  }

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

  .image-17 {
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
  }

  .image-17:hover {
    max-width: 100%;
  }

  .image-18 {
    margin-left: 3px;
  }

  .gallery-heading.gallery-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px 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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    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;
  }

  .image-19 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-20 {
    max-width: none;
    margin-right: 0px;
    margin-left: 15px;
    padding-left: 0px;
  }

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

  .menu-button {
    margin-top: 25px;
    margin-right: -201px;
    padding: 0px 15px;
    float: right;
    clear: none;
    background-color: transparent;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: transparent;
  }

  .menu-button:active {
    margin-top: 25px;
    padding: 0px 15px;
    background-color: rgba(245, 243, 243, 0);
    font-size: 30px;
  }

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

  .image-24 {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-25 {
    max-width: none;
    margin-left: 15px;
    padding: 0px;
  }

  .container-11 {
    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;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-12 {
    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;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    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;
  }

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

  .lightbox-link-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-14 {
    margin-top: 94px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .icon-3 {
    padding-top: 0px;
    background-color: transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
  }

  .icon-3:hover {
    margin-top: 0px;
  }

  .icon-3:active {
    display: block;
    padding-top: 0px;
    background-color: transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: -212px;
    padding-bottom: 5px;
    padding-left: 124px;
  }

  .heading {
    padding: 14px 14px 0px;
  }

  .heading.gallery {
    margin-top: -1px;
    padding-top: 0px;
  }

  .paragraph {
    margin-top: -16px;
    margin-right: 27px;
    margin-bottom: -92px;
    padding: 0px 0px 0px 15px;
  }

  .nav-menu {
    margin-right: 13px;
    margin-left: 401px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    height: 400px;
  }

  .slide-2 {
    background-size: cover;
  }

  .heading-2 {
    margin-top: 2px;
    margin-left: 15px;
    padding-top: 8px;
  }

  .div-block-2 {
    margin: 33px 19px -112px;
    padding-top: 0px;
    padding-bottom: 101px;
  }

  .container-7 {
    margin-top: 51px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-bottom: 85px;
  }

  .image-13 {
    margin-right: 0px;
  }

  .image-15 {
    margin-left: 0px;
  }

  .image-15.grinder {
    margin-left: 0px;
  }

  .signature {
    padding-bottom: 10px;
  }

  .menu-button.open {
    margin-right: -250px;
    background-color: transparent;
  }

  .menu-button.open:active {
    margin-right: -250px;
  }

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

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

  .icon-3:active {
    background-color: transparent;
  }

  .icon-3:focus {
    background-color: rgba(248, 247, 247, 0);
  }

  .body {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: -211px;
    padding-left: 0px;
  }

  .nav-link.button {
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link.about {
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link.contact {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-top: 0px;
  }

  .paragraph {
    padding-right: 7px;
    padding-bottom: 0px;
  }

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

  .container-4 {
    height: 220px;
  }

  .slider-2 {
    height: 220px;
  }

  .icon {
    overflow: visible;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .icon-2 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .gallery-room {
    margin-right: 17px;
    margin-left: -14px;
    padding-right: 0px;
  }

  .container-5 {
    padding-right: 12px;
    padding-left: 44px;
  }

  .container-7 {
    margin-top: 76px;
    padding-bottom: 128px;
  }

  .icon-3 {
    margin-right: -50px;
    margin-left: 10px;
    padding-right: 0px;
  }
}