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

body {
  color: #4e5b31;
  background-color: #f8f0eb;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

h1 {
  color: #4e5b31;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: #4e5b31;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15;
}

h3 {
  color: #4e5b31;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: #4e5b31;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: #4e5b31;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  color: #4e5b31;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #34315b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #a3832a;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

ul {
  color: #4e5b31;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.8;
  list-style-type: decimal;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.8;
}

li {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

em {
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
}

blockquote {
  border-left: 5px solid #4e5b31;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
}

.form-button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.form-button:hover {
  background-color: #00adef;
}

.form-button._100-width {
  transition: color .5s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1);
}

.form-button._100-width:hover {
  color: #fff;
  background-color: #a3832a;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
}

.error-text {
  color: #34315b;
  line-height: 1.8;
}

.input-field {
  width: 100%;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 16px;
}

.input-field:active {
  border-bottom-color: #fff;
}

.input-field:focus {
  color: #18181d;
  border-bottom-color: #fff;
}

.input-field.bottom-margin {
  margin-bottom: 20px;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utilities-section {
  width: 100%;
  height: 100vh;
  color: #34315b;
  background-color: #f8f0eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utilities-container {
  color: #34315b;
  background-color: #34315b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.h1-utilities {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.1;
}

.utilities-text {
  max-width: 320px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.utilities-button {
  width: 100%;
  height: 60px;
  min-width: 220px;
  color: #a3832a;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  transition: color .5s cubic-bezier(.77, 0, .175, 1), background-color .5s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.utilities-button:hover {
  color: #f8f0eb;
  background-color: #a3832a;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  background-color: #f8f0eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12.5vh;
  padding-bottom: 0;
  display: flex;
}

.section.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.video {
  padding-top: 20vh;
  padding-bottom: 5vh;
  overflow: hidden;
}

.section.height-auto {
  background-color: #f8f0eb;
  padding-top: 20vh;
  position: relative;
  overflow: hidden;
}

.section.height-auto.dd {
  padding-top: 0;
}

.section.licensing {
  padding-top: 20vh;
}

.container {
  z-index: 10;
  width: 85.5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.left-alignment {
  align-items: flex-start;
  margin-top: 112px;
  margin-bottom: 54px;
}

.hero-heading {
  color: #34315b;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
}

.hero-heading.top.d {
  padding-top: 10px;
}

.hero-heading.sfs {
  text-align: left;
  padding-top: 20px;
}

.photos-loop-container {
  width: 85.5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
}

.photos-loop {
  width: 25vw;
}

.photos-loop._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo-wrap {
  width: 100%;
  height: 150vh;
}

.photo-wrap._2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.navigation {
  z-index: 1000;
  width: 85.5%;
  justify-content: space-between;
  align-items: center;
  margin-top: -199px;
  display: flex;
  position: absolute;
  top: 20px;
}

.navigation-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-right {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button {
  color: #34315b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #34315b;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  transition: color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-button:hover {
  color: #fff;
  background-color: #34315b;
}

.nav-button.w--current {
  display: none;
}

.nav-button.d.s {
  text-transform: none;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
}

.phone-number {
  color: #34315b;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 30px;
  transition: color .2s;
}

.phone-number:hover {
  color: #a3832a;
}

.menu-container {
  width: 100%;
  align-items: center;
  display: flex;
}

.logo-text {
  color: #34315b;
  align-items: center;
  margin-bottom: 3px;
  margin-right: 5px;
  font-size: 15px;
  line-height: 30px;
}

.logo-text.w--current {
  color: #34315b;
}

.logo-text.w--current:hover {
  color: #a3832a;
}

.hamburger-wrap {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.mobile-menu-bar {
  width: 60%;
  height: 1px;
  background-color: #34315b;
}

.mobile-menu-bar:hover {
  background-color: #a3832a;
}

.gold-line-dot {
  width: 8px;
  height: 8px;
  background-color: #a3832a;
  border-radius: 6px;
  margin-bottom: 15px;
}

.gold-line {
  width: 2px;
  height: 100px;
  background-color: #a3832a;
  margin-bottom: 0;
}

.gold-text {
  color: #a3832a;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}

.h2 {
  max-width: 450px;
  color: #34315b;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.1;
}

.h2.centered {
  max-width: none;
  color: #34315b;
  text-align: center;
}

.h2.ds, .h2.ss, .h2.aa {
  text-align: right;
}

.decoration {
  width: 60px;
}

.gold-line-wrap {
  width: 2px;
  height: 100px;
  margin-bottom: 8px;
}

.text-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap.centered {
  max-width: 875px;
  align-items: center;
}

.text-wrap.centered.sticky {
  z-index: 2147483647;
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.image-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 7.5vh;
  position: relative;
}

.image {
  width: 100%;
}

.image-overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid {
  width: 90%;
  grid-column-gap: 4vw;
  grid-row-gap: 25vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.centered {
  align-items: center;
}

.h3-title {
  max-width: 450px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 42px;
}

.h3-title.centered {
  text-align: left;
  margin-bottom: 45px;
}

.h3-title.centered.d {
  text-transform: uppercase;
}

.h3-title.centered.ds {
  text-align: right;
  text-transform: uppercase;
}

.h3-title.centered.ghg {
  margin-left: 104px;
}

.h3-title.ds {
  text-transform: uppercase;
}

.green-container {
  width: 95%;
  background-color: #b1afc2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25vh;
  display: flex;
}

.relative-image-1 {
  margin-top: -7.5vh;
  position: relative;
}

.relative-image-2 {
  max-width: 300px;
  position: absolute;
  bottom: -6vh;
  right: -40px;
}

.paragraph {
  max-width: 450px;
  color: #34315b;
  text-transform: lowercase;
}

.paragraph.butler {
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  font-size: 24px;
}

.paragraph.bottom-margin {
  color: #fff;
  margin-bottom: 45px;
}

.video-container {
  z-index: 1;
  width: 95%;
  position: relative;
  top: -7.5vh;
}

.link-button {
  align-items: center;
  display: flex;
  position: relative;
}

.link-button.b {
  margin-left: 100px;
}

.circle {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 75px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  display: flex;
  position: absolute;
}

.button-text {
  color: #34315b;
  text-transform: uppercase;
  margin-left: 60px;
  font-family: Butler, sans-serif;
  font-size: 18px;
  font-style: italic;
  position: relative;
}

.button-icon {
  width: 15px;
}

.lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-icon {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
}

.background-video {
  width: 90%;
  min-height: 80vh;
}

.home-photo-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 300px 300px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5vh;
  display: grid;
  position: relative;
}

.team-photo {
  position: relative;
}

.team-photo._1 {
  background-image: url('../images/pexels-miquel-ferran-gomez-figueroa-3814446-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-photo._2 {
  background-image: url('../images/pexels-cottonbro-4253300.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-photo._3 {
  background-image: url('../images/pexels-cottonbro-4253312.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.team-photo._4 {
  background-image: url('../images/pexels-taryn-elliott-4457124.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6.25vh;
  display: flex;
}

.footer-grid {
  width: 85.5%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-top: 1px solid #b1afc2;
  border-bottom: 1px solid #b1afc2;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  display: grid;
}

.footer-utilities-wrap {
  width: 85.5%;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #34315b;
  font-size: 14px;
}

.terms-and-privacy-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #34315b;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 1.7;
  transition: color .2s;
}

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

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

.footer-link.right-margin.d, .footer-link.right-margin.hh {
  margin-left: 0;
}

.footer-link.right-margin.s {
  margin-left: 20px;
  margin-right: 0;
}

.footer-link.right-margin.s.h, .footer-link.right-margin.tiktok {
  margin-left: 0;
}

.footer-link.delete {
  width: auto;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.footer-link.delete:hover {
  color: #b3c2af;
}

.footer-column {
  max-width: 360px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #34315b;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 27px;
  font-weight: 400;
}

.footer-text {
  color: #34315b;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 1.7;
}

.footer-button {
  color: #fff;
  background-color: #34315b;
  border: 1px solid #4e5b31;
  padding: 12px 30px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  transition: color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.footer-button:hover {
  color: #34315b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #34315b;
}

.footer-button.w--current {
  display: none;
}

.footer-button.annoncen {
  background-color: #b1afc2;
}

.navigation-wrap {
  z-index: 1000;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 207px;
  display: flex;
  position: absolute;
}

.loading-animation-wrap {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.contact-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-column {
  padding: 2.5rem;
}

.contact-column.centered {
  border-left: 1px solid #b3c2af;
  border-right: 1px solid #b3c2af;
}

.map {
  width: 100%;
  height: 100%;
  color: #34315b;
  background-image: url('../images/Screenshot-2022-04-18-11.34.28.png');
  background-position: 100% 0;
  background-size: auto;
}

.contact-text {
  color: #34315b;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-map {
  margin-right: 2.5rem;
}

.contact-form-title {
  color: #34315b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.25rem;
}

.form-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  width: 100%;
  color: #34315b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #34315b;
  padding: 17px 32px;
  font-size: 15px;
  line-height: 2;
  transition: color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.submit-button:hover {
  color: #fff;
  background-color: #34315b;
}

.field-label {
  color: #34315b;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.success-message {
  color: #34315b;
  background-color: #34315b;
}

.success-text {
  color: #f7f4f0;
  text-align: center;
  background-color: #34315b;
  font-size: 16px;
  line-height: 1.25;
}

.link-span {
  color: #a3832a;
  font-weight: 700;
}

.reservation-field {
  width: 100%;
  height: 35px;
  color: #34315b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #34315b;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.25;
}

.reservation-field:hover {
  border-style: none none solid;
  border-color: #000 #000 #4e5b31;
}

.reservation-field:active, .reservation-field:focus {
  border-style: none none solid;
  border-color: #222 #222 #4e5b31;
}

.reservation-field.message {
  height: 100px;
  margin-bottom: 40px;
}

.fixed-image-menu {
  width: 100%;
  height: 100vh;
  background-image: url('../images/5M4A8203_smoodphotography_20220428.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.fixed-image-menu.prater {
  background-image: url('../images/5M4A8603_smoodphotography_20220428.webp');
}

.fixed-image-menu.ber {
  background-image: url('../images/5M4A7968_smoodphotography_20220428.webp');
}

.fixed-image-menu.ddd {
  background-image: url('../images/5M4A8349_smoodphotography_20220428.webp');
}

.fixed-image-menu.kreeeennn {
  background-image: url('../images/5M4A8603_smoodphotography_20220428.webp');
}

.grid-image-overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid-image-overlay._2, .grid-image-overlay._1 {
  display: none;
}

.large-photo-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 300px 300px 300px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5vh;
  display: grid;
  position: relative;
}

.text-grid {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 45px;
  display: none;
}

.fixed-image-restaurant {
  width: 100%;
  height: 100vh;
  background-image: url('../images/5M4A7968_smoodphotography_20220428.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.fixed-image-team {
  width: 100%;
  height: 100vh;
  background-image: url('../images/group-chefs-working-kitchen.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.menu-title-wrap {
  align-items: center;
  margin-bottom: 50px;
}

.menu-title {
  color: #34315b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}

.menu-subtitle {
  color: #34315b;
  font-size: 16px;
  display: inline-block;
}

.menu-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.menu-item {
  justify-content: space-between;
  display: flex;
}

.menu-wrap {
  width: 100%;
  max-width: 875px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.parallax-image-container {
  width: 100%;
  height: 4200px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.parallax-image-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.parallax-image {
  width: 33%;
  max-width: none;
  display: inline-block;
}

.parallax-image._4 {
  width: 33%;
  margin-bottom: 400px;
  position: relative;
  right: 14vw;
}

.parallax-image._1 {
  width: 33%;
  margin-bottom: 2350px;
  position: relative;
  left: 15vw;
}

.parallax-image._2 {
  width: 33%;
  margin-bottom: 3400px;
}

.parallax-image._3 {
  width: 33%;
  margin-bottom: 1300px;
}

.label {
  color: #34315b;
  margin-bottom: 10px;
  display: none;
}

.changelog-number-wrap {
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #b3c2af;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-info-title {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 84px;
  line-height: 1.1;
}

.template-info-title.bottom-margin {
  margin-bottom: 45px;
}

.changelog-top-line {
  width: 100%;
  border-top: 2px solid #b3c2af;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.changelog-point {
  color: #4e5b31;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.1;
}

.changelog-text {
  color: #4e5b31;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.changelog-text-container {
  width: 820px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.changelog-number {
  color: #4e5b31;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.changelog-container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-text {
  max-width: 450px;
  align-self: flex-start;
  margin-bottom: 45px;
}

.typography-info-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: grid;
}

.styleguide-title-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 20px;
  display: flex;
}

.styleguide-title-container.last {
  margin-bottom: 0;
}

.colors-info-container {
  width: 750px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.style-guide-text {
  color: #4e5b31;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.titles-style-guide {
  font-family: Butler, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
}

.styleguide-color {
  width: 100%;
  padding-top: 100%;
}

.styleguide-color.bkg {
  background-color: #f8f0eb;
  box-shadow: 2px 2px 6px rgba(10, 10, 10, .1);
}

.styleguide-color.text, .styleguide-color.links {
  background-color: #4e5b31;
}

.text-style-guide {
  font-size: 60px;
  line-height: 1.5;
}

.styleguide-h2 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
}

.typography-square {
  width: 250px;
  height: 250px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-image-overlay {
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.transparent-container {
  width: 95%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.transparent-grid {
  width: 90%;
  grid-column-gap: 5vw;
  grid-row-gap: 25vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.transparent-grid.no-bottom-margin {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.transparent-grid.no-bottom-margin.dd {
  margin-top: 220px;
}

.loading-animation {
  width: 100%;
  height: 100vh;
  color: #34315b;
  background-color: #b1afc2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.loader-wrap {
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.loader-logo {
  width: 140px;
  filter: contrast(200%) invert();
}

.loader-line {
  width: 6px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-line._2 {
  width: 100%;
  height: 6px;
  top: auto;
  bottom: 0;
}

.loader-line._3 {
  width: 6px;
  height: 100%;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.loader-line._4 {
  width: 100%;
  height: 6px;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.instagram-photo {
  position: relative;
}

.instagram-photo._1 {
  background-image: url('../images/5M4A8477_smoodphotography_20220428.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo._2 {
  background-image: url('../images/5M4A8165_smoodphotography_20220428.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo._3 {
  background-image: url('../images/5M4A8613_smoodphotography_20220428.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.place-photo {
  position: relative;
}

.place-photo._1 {
  background-image: url('../images/pexels-maria-orlova-4915622.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.place-photo._2 {
  background-image: url('../images/patrick-schneider-Qackx5pq2ts-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.place-photo._3 {
  background-image: url('../images/achim-ruhnau-lz5gwIR-A8I-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.place-photo._4 {
  background-image: url('../images/pexels-simone-dasgoni-5547853.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-link {
  color: #34315b;
  font-family: Butler, sans-serif;
  font-size: 42px;
  transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

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

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

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

.menu-right {
  width: 50%;
  height: 80vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 10%;
  display: flex;
}

.menu-text {
  color: #34315b;
  font-size: 16px;
  line-height: 1.6;
  transition: color .3s;
  display: block;
}

.menu-text:hover {
  color: #a3832a;
}

.menu-text.bottom-margin {
  color: #34315b;
}

.menu-text.bottom-margin:hover {
  color: #a3832a;
}

.menu {
  z-index: 99;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-all-caps-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.menu-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-small-text {
  color: #34315b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.menu-small-text:hover {
  color: #a3832a;
}

.social-link {
  color: #34315b;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.social-link:hover {
  opacity: .2;
  color: #a3832a;
}

.menu-left {
  width: 50%;
  height: 80vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
}

.menu-social-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.menu-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.menu-overflow-hidden.small-bottom-margin {
  margin-bottom: 5px;
}

.menu-overflow-hidden.medium-bottom-margin {
  margin-bottom: 13px;
}

.menu-overflow-hidden.large-bottom-margin {
  margin-bottom: 40px;
}

.menu-overflow-hidden.g {
  margin-top: 0;
  padding-top: 20px;
}

.delete {
  width: 100%;
  background-color: #14141d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.text-span {
  color: #a3832a;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: #34315b;
}

.brim {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.rich-text-block {
  color: #34315b;
}

.gold-line-dot-2 {
  width: 8px;
  height: 8px;
  background-color: #a3832a;
  border-radius: 6px;
  margin-bottom: 15px;
}

.gold-line-2 {
  width: 2px;
  height: 100px;
  background-color: #a3832a;
  margin-bottom: 0;
}

.section-2 {
  background-color: #f8f0eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  display: flex;
}

.gold-text-2 {
  color: #a3832a;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}

.gold-text-2.d {
  color: #fff;
}

.instagram-image-overlay-2 {
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.h2-2 {
  max-width: 450px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.1;
}

.h2-2.centered {
  max-width: none;
  color: #34315b;
  text-align: center;
}

.h2-2.centered._2 {
  color: #fff;
}

.text-span-6 {
  color: #34315b;
}

.container-2 {
  background-color: #b1afc2;
}

.div-block {
  background-color: #fff;
  margin: 60px 100px;
}

.heading {
  color: #34315b;
  text-align: center;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.div-block-2 {
  background-color: #b1afc2;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.w {
  font-size: 40px;
}

.button-2 {
  text-align: center;
  display: inline-block;
}

.button-3 {
  background-color: #34315b;
  margin-left: 250px;
  margin-right: 250px;
  display: block;
}

.div-block-3 {
  justify-content: center;
  padding-bottom: 19px;
  display: flex;
}

.button-6 {
  background-color: #34315b;
  padding: 12px 39px 12px 40px;
}

.button-6:hover {
  color: #34315b;
  background-color: #fff;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 60px;
}

.section-3.ss {
  margin-top: 220px;
}

.image-2 {
  position: relative;
}

.sfsdsd {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sfsdsd.centered {
  max-width: 875px;
  align-items: center;
}

.sfsdsd.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.sdhskdhwuehgdwudhu {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sdhskdhwuehgdwudhu.centered {
  max-width: 875px;
  align-items: center;
}

.sdhskdhwuehgdwudhu.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.njnjnjnjnjnjn {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.njnjnjnjnjnjn.centered {
  max-width: 875px;
  align-items: center;
}

.njnjnjnjnjnjn.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.jjjjjjnbbbb {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.jjjjjjnbbbb.centered {
  max-width: 875px;
  align-items: center;
}

.jjjjjjnbbbb.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.iwdjwpdfhqwefop2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iwdjwpdfhqwefop2.centered {
  max-width: 875px;
  align-items: center;
}

.iwdjwpdfhqwefop2.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.alsjdwqopdjqpwfh21 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alsjdwqopdjqpwfh21.centered {
  max-width: 875px;
  align-items: center;
}

.alsjdwqopdjqpwfh21.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.jjjj {
  width: 100%;
  height: 100vh;
  background-image: url('../images/5M4A8203_smoodphotography_20220428.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.jjjj.prater {
  background-image: url('../images/5M4A8046_smoodphotography_20220428-2.webp');
}

.jjjj.ber {
  background-image: url('../images/5M4A7968_smoodphotography_20220428.webp');
}

._9998989 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._9998989.centered {
  max-width: 875px;
  align-items: center;
}

._9998989.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.asdf {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.asdf.centered {
  max-width: 875px;
  align-items: center;
}

.asdf.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.hfdfoshsodhfs {
  width: 100%;
  height: 100vh;
  background-image: url('../images/5M4A8203_smoodphotography_20220428.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hfdfoshsodhfs.prater {
  background-image: url('../images/5M4A8662_smoodphotography_20220428.webp');
}

.hfdfoshsodhfs.ber {
  background-image: url('../images/5M4A7968_smoodphotography_20220428.webp');
}

.fhfhfhffhggrr {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fhfhfhffhggrr.centered {
  max-width: 875px;
  align-items: center;
}

.fhfhfhffhggrr.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.sjsjsjsssss {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sjsjsjsssss.centered {
  max-width: 875px;
  align-items: center;
}

.sjsjsjsssss.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.facebook-and-instagram {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.huhuh {
  background-color: #b1afc2;
  padding-top: 40px;
  padding-bottom: 20px;
}

._00000, ._8u9jp {
  margin-top: 100px;
  margin-bottom: 60px;
}

.fhfhfh {
  color: #34315b;
  text-transform: uppercase;
}

.div-block-4 {
  margin-left: -217px;
}

.gzgzgzg {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gzgzgzg.centered {
  align-items: center;
}

.image-3 {
  border: 3px #000;
}

.text-span-7, .text-span-8 {
  text-transform: uppercase;
}

.h2-rechts {
  max-width: 450px;
  color: #34315b;
  text-align: right;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.1;
}

.h2-rechts.centered {
  max-width: none;
  color: #34315b;
  text-align: center;
}

.h2-rechts.ds {
  text-align: right;
}

.h2-rechtts {
  max-width: 450px;
  color: #34315b;
  text-align: right;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.1;
}

.h2-rechtts.centered {
  max-width: none;
  color: #34315b;
  text-align: center;
}

.h2-rechtts.ds {
  text-align: right;
}

.bbb {
  margin-top: 0;
  margin-bottom: 60px;
}

.impress {
  color: #34315b;
  font-size: 25px;
}

.impressu {
  color: #34315b;
}

.imppp {
  background-color: #f8f0eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
  display: flex;
}

.imppp.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.imppp.video {
  padding-top: 20vh;
  padding-bottom: 5vh;
  overflow: hidden;
}

.imppp.height-auto {
  background-color: #f8f0eb;
  padding-top: 20vh;
  position: relative;
  overflow: hidden;
}

.imppp.licensing {
  padding-top: 20vh;
}

.grid-3 {
  grid-column-gap: 70px;
}

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

.sds {
  grid-column-gap: 70px;
  color: #34315b;
  grid-template-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.rich-text-block-2 {
  color: #34315b;
}

.rich-text-block-4 {
  text-align: left;
  margin-top: 30px;
}

.text-block {
  color: #34315b;
  margin-left: 20px;
}

.text-block:hover {
  color: #a3832a;
}

.text-block-2 {
  color: #34315b;
  display: block;
}

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

.image-4 {
  margin-top: -8px;
  margin-left: 20px;
}

.text-block-3 {
  color: #34315b;
  font-family: Butler, sans-serif;
}

.text-block-4 {
  color: #34315b;
}

.section-4 {
  margin-top: 0;
}

.html-embed {
  margin-top: 202px;
}

.navigation-wrap-copy {
  z-index: 1000;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 207px;
  display: flex;
  position: absolute;
}

.hh {
  color: #34315b;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
}

.hh.top.d {
  padding-top: 10px;
}

.hh.sfs {
  text-align: left;
  padding-top: 20px;
}

.footer-grid-copy {
  width: 85.5%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-top: 1px solid #b1afc2;
  border-bottom: 1px solid #b1afc2;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vh;
  padding-bottom: 12.5vh;
  display: grid;
}

.text-block-5 {
  color: #34315b;
  text-align: center;
  margin-top: 165px;
  font-family: Butler, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  display: block;
}

.image-6, .image-7 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .h3-title.centered.ds {
    text-align: right;
  }

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

  .bbb {
    margin-top: 100px;
  }

  .impress {
    color: #34315b;
    font-size: 25px;
  }

  .impressu {
    color: #34315b;
  }
}

@media screen and (min-width: 1440px) {
  .h3-title {
    text-align: center;
  }

  .h3-title.centered, .h3-title.centered.d {
    text-align: left;
  }

  .h3-title.centered.ds {
    text-align: right;
  }

  .h3-title.ds {
    text-align: left;
  }

  .menu {
    display: none;
  }

  .impress {
    color: #34315b;
    margin-top: 40px;
    font-size: 30px;
  }

  .impressu {
    color: #34315b;
    font-size: 20px;
  }

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

  .imppp {
    justify-content: center;
    align-items: center;
    padding-bottom: 12.5vw;
    padding-left: 106px;
  }

  .grid-3, .sds {
    width: 100%;
    grid-column-gap: 110px;
    grid-template-rows: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .h1-utilities {
    font-size: 48px;
  }

  .hero-heading {
    margin-top: 0;
    padding-top: 20px;
    font-size: 7vw;
  }

  .nav-button.d.s, .phone-number, .logo-text {
    font-size: 20px;
  }

  .h2 {
    max-width: 550px;
    font-size: 50px;
  }

  .h3-title {
    max-width: 550px;
    font-size: 64px;
  }

  .h3-title.centered {
    font-size: 50px;
  }

  .button-text {
    font-size: 22px;
  }

  .home-photo-grid {
    grid-template-rows: 400px 400px;
  }

  .team-photo._4 {
    background-image: url('../images/pexels-taryn-elliott-4457124.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-link {
    font-size: 20px;
  }

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

  .footer-link.right-margin.hh {
    color: #34315b;
    font-size: 20px;
  }

  .footer-link.right-margin.tiktok {
    margin-left: 0;
  }

  .footer-title {
    font-size: 32px;
  }

  .footer-text, .footer-button {
    font-size: 20px;
  }

  .loading-animation-wrap {
    display: none;
  }

  .contact-column.centered {
    padding: 3rem;
  }

  .contact-text {
    font-size: 20px;
  }

  .contact-map {
    margin-right: 3rem;
  }

  .contact-form-title {
    font-size: 35px;
  }

  .submit-button {
    font-size: 22px;
  }

  .field-label {
    font-size: 20px;
  }

  .large-photo-grid {
    grid-template-rows: 400px 400px 400px;
  }

  .parallax-image-container {
    height: 5000px;
  }

  .parallax-image._1 {
    margin-bottom: 2750px;
  }

  .parallax-image._2 {
    margin-bottom: 4000px;
  }

  .parallax-image._3 {
    margin-bottom: 1500px;
  }

  .loader-line {
    width: 3px;
  }

  .loader-line._2 {
    height: 3px;
  }

  .loader-line._3 {
    width: 3px;
  }

  .loader-line._4 {
    height: 3px;
  }

  .menu {
    display: none;
  }

  .gold-text-2.d {
    font-size: 50px;
  }

  .h2-2 {
    max-width: 550px;
    font-size: 64px;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }

  .button-6 {
    background-color: #34315b;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .h2-rechts {
    max-width: 550px;
    font-size: 50px;
  }

  .h2-rechtts {
    max-width: 550px;
    font-size: 64px;
  }

  .impress {
    font-size: 32px;
  }

  .rich-text-block-4 {
    font-size: 20px;
  }

  .hh {
    color: #f8f0eb;
    margin-top: 0;
    padding-top: 20px;
    font-size: 7vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  p, blockquote {
    font-size: 16px;
  }

  .form-button {
    padding: 16px 27px;
  }

  .error-message {
    max-width: 738px;
  }

  .utilities-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    padding: 75px 35px;
  }

  .section.video {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .section.licensing {
    padding-top: 120px;
  }

  .container, .photos-loop-container {
    width: 100%;
  }

  .photos-loop {
    width: 33vw;
  }

  .navigation {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .h2 {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .h2.centered {
    font-size: 42px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .grid {
    width: 95%;
  }

  .h3-title {
    font-size: 32px;
  }

  .green-container {
    width: 100%;
    padding-bottom: 165px;
  }

  .green-container.no-video {
    padding-bottom: 0;
  }

  .relative-image-1 {
    margin-top: -45px;
  }

  .circle {
    width: 65px;
    height: 65px;
    padding-left: 25px;
  }

  .lightbox-icon {
    display: block;
  }

  .background-video {
    width: 100%;
    min-height: 70vh;
  }

  .home-photo-grid {
    width: 100%;
    max-width: none;
    grid-template-rows: 260px 260px;
  }

  .footer {
    padding-top: 45px;
  }

  .footer-grid {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-utilities-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-column {
    max-width: 250px;
  }

  .footer-title {
    font-size: 24px;
  }

  .loading-animation-wrap {
    display: none;
  }

  .contact-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-column {
    padding: 0;
  }

  .contact-column.centered {
    padding-left: 2.5rem;
  }

  .large-photo-grid {
    width: 100%;
    max-width: none;
    grid-template-rows: 260px 260px;
    margin-top: 45px;
  }

  .menu-wrap {
    margin-bottom: 75px;
  }

  .parallax-image-container {
    width: 100%;
    height: 2800px;
    max-width: none;
  }

  .parallax-image._4 {
    margin-bottom: 400px;
  }

  .parallax-image._1 {
    margin-bottom: 1600px;
  }

  .parallax-image._2 {
    margin-bottom: 2200px;
  }

  .parallax-image._3 {
    margin-bottom: 1000px;
  }

  .label {
    margin-bottom: 5px;
  }

  .changelog-number-wrap {
    width: 55px;
    height: 55px;
    align-self: flex-start;
  }

  .template-info-title {
    font-size: 64px;
  }

  .changelog-point {
    font-size: 27px;
  }

  .changelog-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .changelog-text-container {
    width: 635px;
  }

  .changelog-number {
    font-size: 28px;
  }

  .style-guide-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .colors-info-container {
    width: 100%;
  }

  .style-guide-text {
    font-size: 18px;
  }

  .styleguide-h2 {
    font-size: 48px;
  }

  .transparent-container {
    width: 100%;
  }

  .transparent-container.no-video {
    padding-bottom: 0;
  }

  .transparent-grid {
    width: 100%;
  }

  .section-2 {
    padding: 75px 35px;
  }

  .h2-2 {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .h2-2.centered {
    font-size: 42px;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button-4 {
    text-align: center;
    background-color: #34315b;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 2;
    display: flex;
  }

  .button-5 {
    display: block;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }

  .button-6 {
    background-color: #34315b;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 2;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .section-3 {
    margin-bottom: 60px;
  }

  .sfsdsd.centered, .sdhskdhwuehgdwudhu.centered, .njnjnjnjnjnjn.centered, .jjjjjjnbbbb.centered, .iwdjwpdfhqwefop2.centered, .alsjdwqopdjqpwfh21.centered, ._9998989.centered, .asdf.centered, .fhfhfhffhggrr.centered, .sjsjsjsssss.centered {
    max-width: none;
  }

  .uuuuuu {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  ._00000 {
    margin-bottom: 60px;
  }

  .uuuuu {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  ._8u9jp {
    margin-bottom: 60px;
  }

  .h2-rechts {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .h2-rechts.centered {
    font-size: 42px;
  }

  .h2-rechtts {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .h2-rechtts.centered {
    font-size: 42px;
  }

  .bbb {
    margin-bottom: 60px;
  }

  .imppp {
    padding: 75px 35px;
  }

  .imppp.video {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .imppp.licensing {
    padding-top: 120px;
  }

  .footer-grid-copy {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  ul, ol, strong, em {
    font-size: 16px;
  }

  blockquote {
    font-size: 15px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .utilities-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .utilities-container {
    padding: 50px;
  }

  .utilities-button {
    font-size: 16px;
  }

  .section {
    padding: 45px 25px;
  }

  .section.video {
    padding-top: 120px;
    padding-bottom: 15px;
  }

  .section.licensing {
    padding-top: 100px;
  }

  .hero-heading {
    font-size: 48px;
  }

  .navigation {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-text {
    font-size: 14px;
  }

  .gold-line-dot {
    width: 6px;
    height: 6px;
  }

  .gold-line {
    width: 1px;
    height: 60px;
  }

  .h2, .h2.centered {
    font-size: 36px;
  }

  .gold-line-wrap {
    width: 1px;
    height: 60px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .image {
    order: 0;
  }

  .grid {
    width: 90%;
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .column.centered {
    align-items: flex-start;
  }

  .column.centered.text {
    margin-top: 0;
  }

  .column.text {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .h3-title {
    font-size: 36px;
  }

  .h3-title.centered, .h3-title.centered.ds {
    text-align: left;
  }

  .green-container {
    padding-bottom: 150px;
  }

  .green-container.no-video {
    padding-bottom: 45px;
  }

  .relative-image-1 {
    margin-top: -30px;
  }

  .paragraph.butler {
    font-size: 21px;
  }

  .paragraph.bottom-margin {
    margin-bottom: 40px;
  }

  .video-container {
    width: 90%;
  }

  .home-photo-grid {
    margin-top: 100px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-grid {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .copyright-text, .footer-link {
    font-size: 13px;
  }

  .footer-column {
    max-width: 220px;
  }

  .footer-title {
    font-size: 21px;
  }

  .footer-text {
    font-size: 13px;
  }

  .contact-grid {
    grid-row-gap: 45px;
  }

  .contact-column.centered {
    padding-left: 30px;
  }

  .contact-map {
    margin-right: 30px;
  }

  .large-photo-grid {
    margin-top: 30px;
  }

  .fixed-image-restaurant {
    background-position: 50%;
  }

  .menu-title-wrap {
    margin-bottom: 30px;
  }

  .menu-wrap {
    margin-bottom: 60px;
  }

  .menu-wrap.last {
    margin-bottom: 0;
  }

  .label {
    font-size: 14px;
  }

  .changelog-number-wrap {
    width: 45px;
    height: 45px;
    order: -1;
    margin-bottom: 30px;
  }

  .template-info-title {
    font-size: 48px;
  }

  .template-info-title.bottom-margin {
    margin-bottom: 30px;
  }

  .changelog-top-line {
    flex-direction: column;
  }

  .changelog-point {
    font-size: 24px;
  }

  .changelog-text {
    font-size: 16px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-number {
    font-size: 24px;
  }

  .licensing-text {
    margin-bottom: 35px;
  }

  .typography-info-grid {
    width: 100%;
  }

  .style-guide-text {
    font-size: 16px;
  }

  .styleguide-h2 {
    font-size: 36px;
  }

  .typography-square {
    width: 100%;
  }

  .transparent-container.no-video {
    padding-bottom: 45px;
  }

  .transparent-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .nav-link {
    font-size: 24px;
  }

  .menu-text, .menu-all-caps-text {
    font-size: 15px;
  }

  .menu-small-text, .social-link {
    font-size: 14px;
  }

  .menu-overflow-hidden.medium-bottom-margin {
    margin-bottom: 10px;
  }

  .menu-overflow-hidden.large-bottom-margin {
    margin-bottom: 15px;
  }

  .gold-line-dot-2 {
    width: 6px;
    height: 6px;
  }

  .gold-line-2 {
    width: 1px;
    height: 60px;
  }

  .section-2 {
    padding: 45px 25px;
  }

  .h2-2, .h2-2.centered {
    font-size: 36px;
  }

  .sfsdsd.centered, .sdhskdhwuehgdwudhu.centered, .njnjnjnjnjnjn.centered, .jjjjjjnbbbb.centered, .iwdjwpdfhqwefop2.centered, .alsjdwqopdjqpwfh21.centered, ._9998989.centered, .asdf.centered, .fhfhfhffhggrr.centered, .sjsjsjsssss.centered {
    max-width: none;
  }

  .gzgzgzg.centered {
    align-items: flex-start;
  }

  .gzgzgzg.centered.text {
    margin-top: 0;
  }

  .gzgzgzg.text, .gzgzgzg.gggguuu {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .h2-rechts, .h2-rechts.centered, .h2-rechtts, .h2-rechtts.centered {
    font-size: 36px;
  }

  .imppp {
    padding: 45px 25px;
  }

  .imppp.video {
    padding-top: 120px;
    padding-bottom: 15px;
  }

  .imppp.licensing {
    padding-top: 100px;
  }

  .hh {
    font-size: 48px;
  }

  .footer-grid-copy {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  p {
    text-align: left;
    font-size: 15px;
    display: inline;
  }

  ul, ol, strong, em {
    font-size: 15px;
  }

  blockquote {
    font-size: 14px;
  }

  .form-button {
    flex: none;
    align-self: stretch;
  }

  .input-field {
    margin-bottom: 10px;
  }

  .utilities-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utilities-container {
    padding: 40px;
  }

  .h1-utilities {
    font-size: 36px;
  }

  .utilities-text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .utilities-button {
    font-size: 15px;
  }

  .section {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.video {
    padding-top: 13px;
  }

  .section.food {
    display: flex;
  }

  .container.left-alignment {
    margin-top: -3px;
  }

  .hero-heading {
    font-size: 25px;
  }

  .photo-wrap {
    height: 100vh;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-button.d {
    text-align: center;
    flex: 0 auto;
  }

  .nav-button.d.s {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-number {
    display: none;
  }

  .h2 {
    font-size: 24px;
    font-weight: 400;
  }

  .h2.centered {
    font-size: 24px;
  }

  .h2.ds {
    text-align: left;
    font-weight: 300;
  }

  .h2.aa {
    text-align: left;
    font-weight: 400;
  }

  .text-wrap.centered {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 100%;
  }

  .grid {
    grid-row-gap: 30px;
  }

  .column.text {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .h3-title {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .h3-title.centered {
    margin-bottom: 30px;
  }

  .h3-title.centered.ghg {
    margin-left: 0;
  }

  .green-container {
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 90px;
  }

  .green-container.no-video {
    padding-bottom: 45px;
  }

  .relative-image-1 {
    margin-top: 0;
  }

  .relative-image-2 {
    display: none;
  }

  .paragraph.bottom-margin {
    margin-bottom: 30px;
  }

  .circle {
    width: 55px;
    height: 55px;
    padding-left: 20px;
  }

  .button-text {
    font-size: 16px;
  }

  .background-video {
    height: 30vh;
    min-height: 0;
  }

  .home-photo-grid {
    width: 100%;
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    position: relative;
  }

  .team-photo._1 {
    height: 260px;
  }

  .team-photo._2 {
    height: 260px;
    background-image: url('../images/PEXELS-burst.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .team-photo._3 {
    height: 260px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-utilities-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .terms-and-privacy-wrap {
    margin-left: 20px;
  }

  .terms-and-privacy-wrap._3 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 20px;
    display: grid;
  }

  .footer-link.right-margin {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-link.right-margin.s {
    margin-left: 0;
  }

  .footer-button {
    color: #34315b;
    background-color: #f8f0eb;
  }

  .footer-button:hover {
    color: #fff;
    background-color: #34315b;
  }

  .loading-animation-wrap {
    display: none;
  }

  .contact-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-column.centered {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
  }

  .map {
    min-height: 250px;
  }

  .contact-map {
    margin-right: 0;
  }

  .form-container {
    width: 100%;
  }

  .fixed-image-menu.prater, .fixed-image-menu.ddd {
    background-image: url('../images/5M4A8403_smoodphotography_20220428.jpg');
  }

  .fixed-image-menu.kreeeennn {
    background-image: url('../images/5M4A8603_smoodphotography_20220428.webp');
  }

  .large-photo-grid {
    width: 100%;
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .text-grid {
    grid-column-gap: 1px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .parallax-image._4 {
    width: 200px;
    margin-left: -191px;
  }

  .parallax-image._1 {
    width: 200px;
    margin-right: -70px;
  }

  .parallax-image._2 {
    width: 200px;
  }

  .parallax-image._3 {
    width: 200px;
    margin-left: -146px;
  }

  .label {
    font-size: 14px;
  }

  .hide-on-mobile {
    display: none;
  }

  .changelog-number-wrap {
    order: -1;
    margin-bottom: 25px;
  }

  .template-info-title {
    font-size: 36px;
  }

  .changelog-point {
    font-size: 21px;
  }

  .changelog-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .typography-info-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colors-info-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 15px;
  }

  .style-guide-text.colors {
    display: none;
  }

  .styleguide-h2 {
    font-size: 30px;
  }

  .typography-square {
    width: 100%;
  }

  .transparent-container.no-video {
    padding-bottom: 0;
  }

  .transparent-grid.no-bottom-margin.dd {
    margin-top: 100px;
  }

  .instagram-photo._1, .instagram-photo._2, .instagram-photo._3, .place-photo._1 {
    height: 260px;
  }

  .place-photo._2 {
    height: 260px;
    background-image: url('../images/PEXELS-burst.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .place-photo._3 {
    height: 260px;
  }

  .menu-right {
    padding-left: 15px;
    padding-right: 30px;
  }

  .menu {
    display: none;
  }

  .menu-left {
    padding-left: 30px;
    padding-right: 15px;
  }

  .menu-social-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    padding-top: 0;
    display: grid;
  }

  .menu-overflow-hidden {
    margin-top: 0;
  }

  .menu-overflow-hidden.medium-bottom-margin {
    margin-bottom: 5px;
  }

  .menu-overflow-hidden.large-bottom-margin {
    margin-bottom: 10px;
  }

  .delete {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .brim._3 {
    font-size: 25px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-2 {
    font-size: 27px;
  }

  .h2-2.centered {
    font-size: 24px;
  }

  .text-span-6 {
    color: #fff;
  }

  .div-block-2 {
    margin-top: 29px;
    padding-left: 0;
  }

  .button-6 {
    flex: 0 auto;
    padding: 15px 35px;
  }

  .button-6:hover {
    color: #34315b;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sfsdsd.centered, .sdhskdhwuehgdwudhu.centered, .njnjnjnjnjnjn.centered, .jjjjjjnbbbb.centered, .iwdjwpdfhqwefop2.centered, .alsjdwqopdjqpwfh21.centered, ._9998989.centered, .asdf.centered, .fhfhfhffhggrr.centered, .sjsjsjsssss.centered {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .facebook-and-instagram {
    margin-left: 20px;
  }

  .facebook-and-instagram._3 {
    margin-left: 0;
  }

  .huhuh {
    padding-left: 0;
  }

  .uuuuuu {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._00000 {
    margin-top: 0;
  }

  .uuuuu {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._8u9jp {
    margin-top: 0;
  }

  .gzgzgzg.text, .gzgzgzg.gggguuu {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .h2-rechts {
    text-align: left;
    font-size: 27px;
  }

  .h2-rechts.centered {
    font-size: 24px;
  }

  .h2-rechtts {
    text-align: left;
    font-size: 24px;
  }

  .h2-rechtts.centered {
    font-size: 24px;
  }

  .bbb {
    margin-top: 0;
  }

  .impress {
    color: #34315b;
    font-size: 20px;
  }

  .impressu {
    color: #34315b;
  }

  .div-block-5 {
    margin-top: -46px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .imppp {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .imppp.video {
    padding-top: 13px;
  }

  .imppp.food {
    display: flex;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    margin-top: -10px;
  }

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

  .sds {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .rich-text-block-2 {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rich-text-block-3 {
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    font-size: 6px;
    display: inline;
  }

  .text-block {
    color: #a3832a;
    margin-top: -18px;
    margin-left: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-2 {
    color: #34315b;
    margin-top: -14px;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-2.g {
    color: #34315b;
    margin-top: 2px;
  }

  .image-4 {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-5 {
    margin-top: -130px;
  }

  .hh {
    font-size: 25px;
  }

  .html-embed-2 {
    margin-top: 38px;
  }

  .footer-grid-copy {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_3c2390b5-d5f5-5168-3774-c82e3986583d-3ea6bdea {
  align-self: center;
  justify-self: center;
}

#w-node-_165d7554-b0d2-dae8-42db-71a12f166ef6-3ea6bdea {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8528395d-0229-7b2a-74dc-e561a81fe204-6a389955, #w-node-_188713f5-c503-cb92-c7e2-62a6e6b68e61-6a389955, #w-node-a1ce86c3-8500-b6eb-06fd-b095a41160d0-6a389955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-16a6bdff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-16a6bdff {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-b1a6be04 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-b1a6be04 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fb09d2fa-b5b3-f9ae-0382-25eee1891241-b1a6be04 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-a5a6be05 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-a5a6be05 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e20e6d65-7c29-3c2f-419c-dbf9f2dbe690-a5a6be05 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-ffa6be07 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-ffa6be07 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3e49a634-0313-6010-8d05-96e7e8b4c1b2-63a6be08 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3e49a634-0313-6010-8d05-96e7e8b4c1b4-63a6be08 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-67a6be0a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-67a6be0a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dbd8a574-0347-319c-8a5e-aaf627cc3777-67a6be0a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-7aa6be0c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-7aa6be0c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-1fa6be0e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-1fa6be0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_45f73f90-f161-07bf-968b-12c7febd204f-b9a6be10 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6597eb47-6aeb-f58e-15d9-401a6467ef55-b9a6be10 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_45f73f90-f161-07bf-968b-12c7febd204f-0ba6be11 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6597eb47-6aeb-f58e-15d9-401a6467ef55-0ba6be11 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_756b7985-4579-0438-ffa3-80166a78fb6b-0ba6be11 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-a4a6be14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-a4a6be14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c3-f0a6be15 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7b46f33-8a5d-5df2-9f04-1bbdff8e91c5-f0a6be15 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_23469216-0bc2-8aec-6b99-1fc109788946-f0a6be15 {
  align-self: center;
  justify-self: center;
}

#w-node-_356460cd-5bf1-7a5f-f888-41130035f823-f0a6be15 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3e49a634-0313-6010-8d05-96e7e8b4c1b2-bde49d9a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3e49a634-0313-6010-8d05-96e7e8b4c1b4-bde49d9a {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_3c2390b5-d5f5-5168-3774-c82e3986583d-3ea6bdea {
    align-self: center;
    justify-self: center;
  }

  #w-node-_165d7554-b0d2-dae8-42db-71a12f166ef6-3ea6bdea, #w-node-fb09d2fa-b5b3-f9ae-0382-25eee1891241-b1a6be04, #w-node-e20e6d65-7c29-3c2f-419c-dbf9f2dbe690-a5a6be05, #w-node-dbd8a574-0347-319c-8a5e-aaf627cc3777-67a6be0a, #w-node-_756b7985-4579-0438-ffa3-80166a78fb6b-0ba6be11, #w-node-_356460cd-5bf1-7a5f-f888-41130035f823-f0a6be15 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_61279cff-5ea2-ca12-e005-472ede621f62-63a6be08, #w-node-_37a6e68b-7215-6742-e6f5-710e7855cb49-63a6be08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_737ca7b0-97ea-0688-d124-f7d13d7d28ae-0ba6be11 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c17f8fc7-aa3e-7f04-e32f-4d467a0b3b0f-16a6be06 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c2390b5-d5f5-5168-3774-c82e3986583d-3ea6bdea {
    justify-self: start;
  }

  #w-node-_3c2390b5-d5f5-5168-3774-c82e39865848-3ea6bdea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aee98135-59f4-d84f-2cd7-bb4e8db6b357-b1a6be04 {
    order: 9999;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-b1a6be04 {
    order: -9999;
  }

  #w-node-aee98135-59f4-d84f-2cd7-bb4e8db6b357-a5a6be05 {
    order: 9999;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-a5a6be05, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-ffa6be07 {
    order: -9999;
  }

  #w-node-aee98135-59f4-d84f-2cd7-bb4e8db6b357-67a6be0a {
    order: 9999;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-67a6be0a, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-7aa6be0c, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-1fa6be0e {
    order: -9999;
  }

  #w-node-_737ca7b0-97ea-0688-d124-f7d13d7d28b9-0ba6be11 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-a4a6be14 {
    order: -9999;
  }

  #w-node-aee98135-59f4-d84f-2cd7-bb4e8db6b357-f0a6be15 {
    order: 9999;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-f0a6be15 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c2390b5-d5f5-5168-3774-c82e3986583d-3ea6bdea {
    justify-self: start;
  }

  #w-node-_49b749f7-0d2c-b5d4-2a85-3b7d9f12b3da-25bb4b98, #w-node-e84fbabc-92a3-0f24-58a5-517464f1dcfa-25bb4b98, #w-node-_8d7de24a-edd1-12ee-4547-d51c8ab57a49-25bb4b98, #w-node-_9e0e3314-2b03-d789-16f7-df098cec2a58-25bb4b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-b1a6be04, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-a5a6be05 {
    order: -9999;
  }

  #w-node-_1abc9810-961c-0510-d5ab-f6520126aaa4-16a6be06 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f8bef3be-dad4-b6c4-b364-587938c277c5-16a6be06 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-ffa6be07, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-67a6be0a, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-7aa6be0c, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-1fa6be0e, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-a4a6be14, #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-f0a6be15 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}