/** Shopify CDN: Minification failed

Line 413:10 Expected identifier but found whitespace
Line 413:11 Unexpected "795px"

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

@media screen and (max-width: 767px) {
  .banner--mobile-bottom:not(.banner--stacked):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

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

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

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

.banner__media-half {
  width: 50%;
}

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

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

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

  .banner:not(.banner--adapt):not(.banner--stacked):not(.banner--mobile-bottom) > .banner__content {
    min-height: 39rem;
  }
}

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

.banner--adapt {
  height: auto;
}

@media screen and (max-width: 767px) {
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }

  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }

  .banner:not(.banner--mobile-bottom) .banner__box {
    background-color: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

  .banner:not(.banner--mobile-bottom) .button--secondary {
  	--color-button: 255, 255, 255;
  	--color-button-text: 255, 255, 255;
  	--alpha-button-background: 0;
  }

  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content  {
    position: absolute;
    min-height: 39rem;
    height: auto;
  }

  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
    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%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }
}

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

  .banner__content--center {
    align-items: center;
  }

  .banner__content--flex-start {
    align-items: flex-start;
  }

  .banner__content--flex-end {
    align-items: flex-end;
  }
}

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

@media screen and (min-width: 768px) {
  .banner--desktop-transparent .banner__box {
    background-color: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

  .banner--desktop-transparent .button--secondary {
  	--color-button: 255, 255, 255;
  	--color-button-text: 255, 255, 255;
  	--alpha-button-background: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner--mobile-bottom::after {
    display: none;
  }
}

.banner__box > .banner__buttons {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

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

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

.banner__content .button:last-child {
  margin-right: 0;
}

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

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

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

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

.banner__content .button:not(:only-child) {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .banner__box {
    padding: 5rem;
    width: auto;
    max-width: 60rem;
  }

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

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

.banner__heading {
  margin-bottom: 0;
}

/* add code home1 */

.banner__box h3.sub__heading {
  font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner__box h4.banner__heading  {
  font-size: 40px;
    font-weight: 400;
    color: #fff;
    max-width: 492px;
    margin: auto;
    line-height: 49px;
    padding-bottom: 15px;
}

.banner__box .banner__text {
  margin-top: 0 !important;
}

.banner__box .banner__text .p-h1 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 25px;
  max-width: 570px;
}

.banner__box .banner__text .p-h1 >span {
  color: #c96838;
  text-decoration: underline;
}

.banner__box .banner__buttons {
  width: max-content;
  margin: auto;
  border: 1px solid transparent;
  background-color: #FFFFFF46;
}

.banner__box .banner__buttons >a {
  font-family: "Poppins",sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 500;
  position: relative;
  padding: 13px 31px;
  display: flex;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  box-shadow: none;
}

.banner__box .banner__buttons >a::before {
  content: "";
  position: absolute;
  transform: scaleX(.017);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}

.banner__box .banner__buttons >a:hover::before {
  transform: scale(1);
  
}

.banner__box .banner__buttons >a:hover {
  box-shadow: none;
  color: black;
}

.imageBanner-home1 .banner__content .button:last-child {
  display: none !important;
}

.imageBanner-home1 .banner__box .banner__buttons>a {
  color: white !important;
}

.imageBanner-home1 .banner__box .banner__buttons >a:hover {
  color: black !important;
}

.imageBanner-home1 .banner__box .banner__buttons {
  border: none;
}

.leofa-long-arrow-right:before {
  content: "\f178";
  font-size: 17px;
  padding-left: 10px;
}

section.image-banner {
  /* padding: 80px 80px 0; */
}

.imageBanner-home1 .banner__box.color-background-1 {
  background-color: transparent !important;
}

.banner__content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.imageBanner-home1 .leofa-long-arrow-right {
  padding-left: 0 !important;
}

/* responsive */
/* @media (min-width: 1200px) {
   
  .imageBanner-home1::after {
    content: "";
    position: absolute;
    /* background: url("https://cdn.shopify.com/s/files/1/0550/5558/1243/files/leo_bodoni_banner11-h1.png?v=1635930840") repeat; */
    width: 795px;
    height: 138px;
    bottom: -102px;
    right: -50px;
    z-index: 9;
    opacity: 1 !important;
  }
} */

@media (min-width: 768px) {
  .imageBanner-home1 .banner__box {
    padding: 0 !important;
  }
}

@media (max-width: 1199px)  {
  section.image-banner {
    padding: 50px 20px 0;
  }
}


@media (max-width: 767px) {
  .imageBanner-home1 .banner__box .banner__buttons>a,
  .banner__box .banner__text .p-h1 {
    color: black !important;
    margin: 0 auto;
  }

  .imageBanner-home1 .banner__box.color-background-1 {
    padding: 40px 0 !important;
  }
  .banner__box h3.sub__heading,
  .banner__box h4.banner__heading {
    color: black;
  }

  .banner__box .banner__text >p.p-h1 {
    color: black;
    margin: 0 auto;
  }

  .banner__box .banner__buttons>a {
    border: 1px solid #C96838;
    color: black;
  }

  .banner__box .banner__buttons>a::before {
    background: #C96838;
  }

  .banner__box .banner__buttons>a:hover {
    color: white;
  }
}

@media (max-width: 300px) {
  .banner__box .banner__buttons>a {
    display: none;
  }
}

