:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding: 20px 0;
}

.heading {
  color: #000;
  font-family: Great Vibes, cursive;
  text-decoration: none;
}

.nav-menu {
  color: #fff;
  padding-top: 10px;
}

.body {
  background-color: #ebe7dc;
}

.hero-section {
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section.hide {
  display: none;
}

.heading-div {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.bold-text {
  color: #9f714f;
  text-align: center;
  font-size: 54px;
}

.button {
  background-color: #c0a88f;
  border-radius: 104px;
  padding: 15px 55px;
}

.button.black {
  margin-top: 29px;
}

.div-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.div-block-2 {
  width: 20%;
  height: 40%;
  background-image: url('../images/16.jpg');
  background-position: 0 0;
  background-size: cover;
}

.header-image-1 {
  width: 20%;
  height: 40%;
  background-image: url('../images/16.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-image-2 {
  width: 20%;
  height: 40%;
  background-image: url('../images/23.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.header-image-3 {
  width: 20%;
  height: 40%;
  background-image: url('../images/YL-5.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 30%;
  right: auto;
}

.header-image-4 {
  width: 20%;
  height: 40%;
  background-image: url('../images/YL-3.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: 29%;
}

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

.section.smaller {
  max-width: 1300px;
  margin-left: 233px;
  margin-right: 233px;
}

.section.hide {
  display: none;
}

.container {
  margin-top: 50px;
}

.container.nav {
  margin-top: 0;
  margin-left: 70px;
  margin-right: 70px;
}

.image-grid {
  grid-column-gap: 4px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.efi-button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-h2 {
  color: #000;
  font-family: Droid Sans, sans-serif;
}

.efi-cta-06-text-wrapper {
  margin-bottom: 20px;
}

.efi-cta-06-icon {
  width: 75px;
  height: 75px;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

.efi-cta-06-grid-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.efi-cta-06-grid {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.efi-cta-06-grid.copy {
  grid-column-gap: 0px;
  margin-top: 74px;
}

.efi-cta-06-grid.copy.single, .efi-cta-06-grid.remove-grid {
  grid-template-columns: 1fr;
}

.efi-cta-06-container {
  width: 100%;
  max-width: 1440px;
}

.efi-cta-06 {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0% 3%;
}

.heading-2 {
  text-align: center;
}

.nav-link {
  color: #000;
  text-decoration: none;
}

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

.container-2 {
  margin-top: 131px;
}

.footer-dark {
  background-color: #ebe7dc;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 38px;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #000;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.slider {
  height: 100vh;
}

.slide {
  background-image: url('../images/YL-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.heading-3 {
  color: #4d3001;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.slide-c2 {
  background-image: url('../images/24.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.slide-2 {
  background-image: url('../images/YL-4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.container-4 {
  display: none;
}

.code, .nav-link-2, .nav-link-3, .nav-link-4, .code-2 {
  color: #000;
}

.slide-3 {
  background-image: url('../images/YL-5.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 25%;
}

.slide-4 {
  background-image: url('../images/YL-7.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.div-block-3 {
  height: 100vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-5 {
  background-image: url('../images/19.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.slide-6 {
  background-image: url('../images/23.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.slide-7, .slide-4-copy {
  background-image: url('../images/28.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.slide-8 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
}

.image-2 {
  max-width: 15%;
}

.slide-9 {
  background-image: url('../images/YL-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/YL-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/24.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-12 {
  background-image: url('../images/32.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .heading-div {
    align-items: center;
  }

  .bold-text {
    font-size: 35px;
  }

  .image-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .slide-2, .slide-3, .slide-6, .slide-7 {
    padding-top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .bold-text {
    font-size: 31px;
    line-height: 1.5;
  }

  .efi-cta-06-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .menu-button {
    margin-top: -55px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .heading-3 {
    font-size: 29px;
  }

  .slide-2, .slide-3, .slide-6, .slide-7 {
    padding-top: 80%;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 26px;
  }

  .heading-div {
    margin-top: 12px;
  }

  .bold-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
  }

  .button {
    padding-left: 46px;
    padding-right: 46px;
  }

  .header-image-1, .header-image-2 {
    width: 34%;
  }

  .header-image-3 {
    width: 38%;
    left: 13%;
  }

  .header-image-4 {
    width: 38%;
    right: 9%;
  }

  .section.smaller {
    margin-top: -130px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .container.nav {
    margin-left: 28px;
    margin-right: 28px;
  }

  .efi-button {
    font-family: Droid Sans, sans-serif;
  }

  .efi-cta-06-grid-inner.padding {
    padding-top: 0;
  }

  .efi-cta-06-grid {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
    line-height: 0;
  }

  .menu-button {
    margin-top: -75px;
    padding-top: 31px;
  }

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

  .heading-3 {
    padding-left: 91px;
    padding-right: 91px;
    font-size: 22px;
    line-height: 1.5;
  }

  .slide-2, .slide-3, .slide-6, .slide-7 {
    padding-top: 100%;
  }

  .image-2 {
    max-width: 22%;
  }
}

#w-node-a5c59048-d426-4cfa-e1ad-3806a9a42b22-e3de0f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5c59048-d426-4cfa-e1ad-3806a9a42b24-e3de0f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dc09e9b4-f8fd-4e41-1bac-97b010347cbd-e3de0f4d, #w-node-e9c15cf9-3720-5ab2-aad7-ea8cecdfde11-e3de0f4d, #w-node-d588ac08-2ab1-b6ff-08ec-0c95e254ed2f-e3de0f4d, #w-node-_0a1a7bd7-6992-d6df-eec9-be440226a14b-e3de0f4d, #w-node-_6928b894-851f-ff1a-c632-c2244fface2c-e3de0f4d, #w-node-_6a4cdbfe-3f0d-80d5-febb-5ac5a5250289-e3de0f4d, #w-node-_20dc65c9-5d05-c811-4bf4-e302179d003f-e3de0f4d, #w-node-a16ebb24-c22a-a6d3-1afb-8a26e62037c0-e3de0f4d, #w-node-_75582f43-8d73-caad-d4e6-3030f74db13e-e3de0f4d, #w-node-_58cf7802-76f0-52f9-228b-a0cd905aa1ab-e3de0f4d, #w-node-fd30ed53-91ba-8047-6ccd-90eca6e8321e-e3de0f4d, #w-node-a22e3088-4ddd-6d67-6308-793ca341db07-e3de0f4d, #w-node-_2243b3f4-38f3-7d16-7a2c-fbc62dd13494-e3de0f4d, #w-node-_1d09f705-98ce-34d5-3080-27b3b895fc2c-e3de0f4d, #w-node-_6ec0418a-cf70-84d3-1fa8-3948f6810265-e3de0f4d, #w-node-_97a7bed8-1c4d-0329-6c01-eafa911787fc-e3de0f4d, #w-node-_2cc70af1-77b9-1e07-44cb-4ab908266793-e3de0f4d, #w-node-_6aad267e-9071-d1b4-95ba-196c98a03dfc-e3de0f4d, #w-node-_36647a29-3a3d-4fc1-cca2-218993d168d5-e3de0f4d, #w-node-_19df874c-8dea-4608-971a-a946e6de0d31-e3de0f4d, #w-node-d19777eb-7f46-2002-bcd8-ff32ca01bd2c-e3de0f4d, #w-node-_7419bfda-d04d-690b-0ff7-45909c59d06a-e3de0f4d, #w-node-d787abdc-7802-2a98-dd1f-1d7d91f4d826-e3de0f4d, #w-node-f8df2fa7-a625-f9b4-e270-f0ad4113eca8-e3de0f4d, #w-node-_26f81409-402b-4330-53f9-8f0f27f15d1a-e3de0f4d, #w-node-a7a14f58-c069-0236-a666-767e29149c75-29149c6e, #w-node-a7a14f58-c069-0236-a666-767e29149c7e-29149c6e, #w-node-acc1f981-2fab-bb47-54d4-0dcc467c6b66-04078bf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc1f981-2fab-bb47-54d4-0dcc467c6b68-04078bf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-acc1f981-2fab-bb47-54d4-0dcc467c6b66-98ccee8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc1f981-2fab-bb47-54d4-0dcc467c6b68-98ccee8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e5df0321-1c9c-0c43-d9fc-2a7581362423-98ccee8c, #w-node-_71f2c3c9-d33c-5b2e-6f71-fca144bbf500-98ccee8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a5c59048-d426-4cfa-e1ad-3806a9a42b22-e3de0f4d, #w-node-acc1f981-2fab-bb47-54d4-0dcc467c6b66-04078bf6, #w-node-acc1f981-2fab-bb47-54d4-0dcc467c6b66-98ccee8c, #w-node-e5df0321-1c9c-0c43-d9fc-2a7581362423-98ccee8c, #w-node-_71f2c3c9-d33c-5b2e-6f71-fca144bbf500-98ccee8c {
    align-self: center;
    justify-self: center;
  }
}
