:root {
  --white: white;
  --transparent: transparent;
  --rusty-red: #aa2704;
  --dark-brown: #331800;
  --dark-red: #be2026;
  --yellow: #f3a436;
  --black: black;
  --turquoise: #27a6b8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-center {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: var(--transparent);
  width: auto;
  max-width: 1140px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 230px;
}

.section {
  display: block;
}

.div-block {
  width: 100%;
}

.section-2 {
  padding: 100px 40px;
}

.paragraph {
  color: var(--rusty-red);
  text-align: center;
  line-height: 26px;
}

.paragraph.white {
  color: var(--white);
  font-size: 16px;
}

.footer {
  border-top: 6px solid var(--dark-brown);
  background-color: var(--dark-red);
  background-image: linear-gradient(rgba(51, 24, 0, .85), rgba(51, 24, 0, .85)), url('../images/Background.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--yellow);
  text-shadow: 0 0 10px var(--black);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(170, 39, 4, .8);
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: var(--yellow);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--yellow);
  text-shadow: 0 0 10px var(--black);
  font-size: 12px;
  font-weight: 300;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-3 {
  background-image: url('../images/Durango-Boots.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.link-block {
  width: 200px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  aspect-ratio: auto;
  object-fit: fill;
  height: 50vh;
  max-height: none;
  margin-top: 40px;
  position: static;
  overflow: visible;
}

.slider {
  height: 50vh;
}

.slide {
  background-image: url('../images/Carhart-shirts.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Jeans.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Belts.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Hats_Boots.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Ariat.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.navbar-logo-center-2 {
  z-index: 1;
  background-color: var(--white);
  background-image: linear-gradient(rgba(51, 24, 0, .85), rgba(51, 24, 0, .85)), url('../images/Background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--yellow);
  letter-spacing: .25px;
  text-shadow: 0 0 10px var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(170, 39, 4, .8);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: var(--yellow);
}

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-2 {
  height: 65px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.section-5 {
  padding: 40px;
}

.heading {
  color: var(--rusty-red);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.heading.white {
  color: var(--white);
}

.list-item {
  color: var(--rusty-red);
}

.list, .list-2 {
  margin-bottom: 0;
}

.section-6 {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  width: 33.3%;
}

.container-4 {
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 33.3%;
}

.image-3 {
  max-width: 100%;
}

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

.link {
  color: var(--yellow);
  text-shadow: 0 1px 10px #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-6 {
  background-color: var(--dark-brown);
  height: 6px;
}

.image-4 {
  width: 25px;
  max-width: none;
}

.section-7 {
  background-image: url('../images/Hats-and-Boots_contact_web.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 50vh;
  margin-top: 40px;
}

.section-8 {
  padding: 40px;
}

.link-2 {
  color: var(--rusty-red);
  text-align: center;
  line-height: 26px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--dark-brown);
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.container-5 {
  flex-direction: column;
  display: flex;
}

.div-block-8 {
  width: auto;
  max-width: 100%;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.section-9, .section-10 {
  padding: 40px;
}

.container-6 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.image-7 {
  width: 100%;
  max-width: none;
}

.div-block-11, .div-block-12, .div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-14 {
  width: 100%;
  display: block;
}

.div-block-15, .div-block-16, .div-block-17 {
  width: 100%;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.mask {
  width: 100%;
}

.slide-new {
  width: 33.3%;
  height: auto;
  position: relative;
}

.img {
  max-width: 100%;
}

.slide-nav-2 {
  font-size: 8px;
  display: none;
}

.carousel-photo-container {
  max-width: 2000px;
  display: flex;
  overflow: hidden;
}

.photo-container {
  color: #333;
  background-color: #fff;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.photo-mage {
  max-width: none;
  height: 200px;
}

.carousel-container {
  max-width: 2000px;
  display: flex;
  overflow: hidden;
}

.logo-container {
  color: #333;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  min-width: 330%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.logo-image {
  max-width: 100%;
  height: 22px;
}

.logo-image._40-height {
  height: 40px;
}

.logo-image._60-height {
  height: 60px;
}

.columns-11 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 20px;
  display: flex;
}

.columns-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-122 {
  text-align: center;
}

.columns-13, .columns-14 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.columns-15 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-11 {
  background-color: var(--dark-red);
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-8 {
  min-height: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .section {
    margin-top: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    justify-content: center;
    width: auto;
    margin-top: 40px;
    margin-left: -32px;
    display: flex;
  }

  .section-4 {
    margin-top: 60px;
  }

  .navbar-logo-center-container-2.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    background-image: linear-gradient(rgba(51, 24, 0, .85), rgba(51, 24, 0, .85)), url('../images/Background.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--transparent);
    color: #fff;
  }

  .icon {
    color: var(--yellow);
    text-shadow: 0 0 10px #000;
  }

  .section-7 {
    margin-top: 60px;
  }

  .photo-container {
    min-width: 150%;
  }

  .logo-container {
    min-width: 500%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section-3 {
    height: 50vh;
  }

  .section-4, .slider {
    height: 40vh;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .columns {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .section-6 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-3, .div-block-4 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-3 {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-5, .image-6 {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .photo-container {
    min-width: 280%;
  }

  .logo-container {
    min-width: 600%;
  }

  .image-8 {
    min-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .section {
    margin-top: 80px;
  }

  .paragraph {
    line-height: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    height: 30vh;
  }

  .section-4 {
    margin-top: 80px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three-2, .columns {
    flex-direction: column;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .image-3 {
    margin-top: 0;
  }

  .section-7 {
    margin-top: 80px;
  }

  .photo-container {
    min-width: 410%;
    margin-left: 0;
  }

  .logo-container {
    min-width: 1000%;
  }
}
