:root {
  --bg-color: #cbbb9f;
  --text-color: #6f6559;
  --headings-color: #513e29;
  --orange: #e08f6c;
  --button-on-hover: #cc734d;
}

.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 {
  background-color: var(--bg-color);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  position: relative;
  overflow: hidden;
}

.section.hero-home-v1 {
  padding-top: 140px;
  overflow: hidden;
}

.container {
  max-width: 100%;
}

.hero-image {
  object-fit: cover;
  height: 500px;
  margin-right: 36px;
}

.photo-marquee {
  z-index: -1;
  align-self: flex-start;
  align-items: flex-start;
  width: 800vh;
  margin-left: 0;
  display: flex;
  position: relative;
  left: -80px;
}

.top-ellipse {
  background-color: var(--bg-color);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2300px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -69% auto auto;
}

.photo-wrap {
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.photo-wrap.first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.hero-photo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
}

.low-elipse {
  background-color: var(--bg-color);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2300px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto -72%;
}

@media screen and (max-width: 991px) {

  .section {
    padding: 60px 40px;
    overflow: hidden;
  }

  .hero-image {
    width: 280px;
    height: 400px;
    margin-right: 26px;
  }

  .top-ellipse {
    width: 1600px;
    top: -93%;
  }

  .photo-wrap {
    justify-content: flex-start;
  }

  .hero-photo-wrap {
    margin-bottom: -71px;
  }

  .low-elipse {
    width: 1600px;
    bottom: -89%;
  }

}

@media screen and (max-width: 767px) {

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-image {
    width: 180px;
    height: 300px;
  }

  .top-ellipse {
    width: 1400px;
    top: -124%;
  }

  .hero-photo-wrap {
    margin-bottom: 0;
  }

  .low-elipse {
    width: 1400px;
    bottom: -126%;
  }

}

@media screen and (max-width: 479px) {

  .section {
    padding: 40px 24px;
  }

  .section.hero-home-v1 {
    padding-top: 100px;
    overflow: hidden;
  }

  .hero-image {
    width: 200px;
    height: 300px;
    margin-right: 12px;
  }

  .top-ellipse {
    justify-content: center;
    align-items: center;
    width: 1100px;
    display: flex;
    top: -125%;
  }

  .hero-photo-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .low-elipse {
    justify-content: center;
    align-items: center;
    width: 1100px;
    display: flex;
    bottom: -128%;
  }

}
