/** Shopify CDN: Minification failed

Line 155:23 Unterminated string token
Line 164:23 Unterminated string token

**/
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: initial;
}

.banner__headline {
  border-top: 8px solid #817549;
  padding-top: 2rem;
}

@media screen and (max-width: 749px) {
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .banner__content {
    margin-top:-26rem;
  }
}

@media screen and (min-width: 750px) {
  .banner {
    min-height: 72rem;
    flex-direction: row;
  }
}

@media screen and (max-width: 749px) {
  .banner--stacked {
    height: auto;
  }

  .banner--stacked .banner__media {
    flex-direction: column;
  }
}

.banner__media {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}

.banner__media-half {
  width: 50%;
}

.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}

@media screen and (max-width: 749px) {
  .banner--stacked .banner__media-half {
    width: 100%;
  }

  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }

  .banner:not(.banner--adapt):not(.banner--stacked) > .mobile__banner__media {
    height: 39rem;
  }
}

@media screen and (min-width: 750px) {
  .banner__media {
    position: absolute;
    height: 100%;
  }
}

.banner--adapt {
  height: auto;
}

@media screen and (max-width: 749px) {
  .mobile__banner__media {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}
  .banner--stacked:not(.banner--adapt) .banner__media {
    height: 39rem;
  }

  .banner::before {
    display: none !important;
  }

  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}

.banner__media .placeholder-svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .banner__content {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

@media screen and (min-width: 750px) {
  .grid--1-col .grid__item {
    max-width: 50%;
    width: 50%;
}
}

.banner__box {
  border: 0;
  padding: 1rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
  
}

.banner__box > * + .banner__buttons {
  margin: 0 auto;
  margin-top: 2.3rem;
  transform: translateX(1rem);
  font-family: 'Roboto;
}

.banner__box > * + .banner__buttons--multiple {
  display: flex;
  max-width: 45rem;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  font-family: 'Roboto;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__buttons {
    margin-top: 2rem;
  }
}

.banner__content .button + .button {
  margin-top: 1.5rem;
}

.banner__content .button {
  height: auto;
  margin-right: 2rem;
  background-color: #817549 !important;
    box-shadow: none !important;
    border-radius: 13px;
  padding: 1em 3em;
}

.banner__content .button:hover {
  background-color: #5E593F !important;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
}

.banner__box > * + * {
  margin-top: 0;
}

.banner__box > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .banner__content .button {
    flex-grow: 1;
  }

  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .banner__box {
    padding: 10rem;
    width: 200rem;
  }

  .banner__box > .banner__buttons:only-child .button {
    margin-top: 0;
  }
}

.banner__heading > *,
.banner__text > * {
  word-wrap: break-word;
}

.banner__heading {
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
    .banner__text>* {
      word-wrap: break-word;
      font-size: .7em;
      line-height: 1.2em;
    }
  .banner__box > * + .banner__text {
  margin-top: 0rem;
}
}
@media screen and (max-width:480px){
  .banner__headline{
    border:none;
  }
  .border-banner{

  padding:2rem;
}
}
