.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-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 7px 5px #0003;
}

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

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

.navbar-brand {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-weight: 700;
  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: #1a1b1fbf;
}

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(90deg, #f0b321 49%, #fff);
  border-radius: 10px;
  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;
}

.section {
  text-align: center;
  background-image: linear-gradient(90deg, #fff7de, #e4b660);
  justify-content: center;
  align-items: center;
  height: 70%;
  display: flex;
}

.heading {
  font-family: Merriweather, serif;
  font-size: 5rem;
  line-height: 5rem;
}

.paragraph {
  font-family: Merriweather, serif;
  font-size: 2rem;
  line-height: 50px;
}

.text-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.button {
  background-color: #f0b321;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 40px;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 80%;
  font-family: Merriweather, serif;
  display: flex;
}

.text-span {
  color: #f0b321;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.body {
  height: 100%;
}

.heading-2 {
  color: #f0b321;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-4, .container-5 {
  text-align: center;
}

.heading-3 {
  color: #f0b321;
  font-family: Merriweather, serif;
  font-size: 3rem;
}

.bold-text {
  color: #f0b321;
  font-family: Merriweather, serif;
  font-size: 5rem;
}

.bold-text-2 {
  color: #f0b321;
  font-family: Merriweather, serif;
  font-size: 3rem;
}

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

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

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

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

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

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

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

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

.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 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #6b6b6b;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.paragraph-2, .paragraph-2-copy {
  color: #6b6b6b;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-copy {
  text-align: center;
  text-overflow: clip;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 30px;
}

.container-7 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.section-3 {
  text-align: center;
  background-color: #fff7db;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-4 {
  font-size: 10px;
}

.heading-5 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 20rem;
  height: 15rem;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.heading-6, .heading-7 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 20rem;
  height: 15rem;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 40px;
}

.text-span-2 {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 15px;
}

.text-span-3 {
  font-size: 25px;
  line-height: 40px;
}

.text-span-4 {
  font-size: 40px;
}

.text-span-5 {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 15px;
}

.text-span-6 {
  font-size: 40px;
}

.text-span-7 {
  font-size: 25px;
  line-height: 40px;
}

.text-span-8 {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 15px;
}

.text-span-9 {
  font-size: 40px;
}

.heading-8 {
  font-family: Merriweather, serif;
  font-weight: 900;
}

.text-span-10, .text-span-11 {
  color: #f0b321;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .section {
    height: 100%;
  }

  .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: #1a1b1fbf;
  }

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

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

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

  .container-7 {
    flex-flow: column;
  }
}

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

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

  .section {
    height: 120%;
  }

  .heading {
    font-size: 3rem;
  }

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

  .container-7 {
    flex-flow: column;
  }
}

#w-node-e84f72a3-ad7d-313f-03b2-912d6ec5854f-14d13262, #w-node-e84f72a3-ad7d-313f-03b2-912d6ec58558-14d13262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


