/** Shopify CDN: Minification failed

Line 258:59 Expected identifier but found whitespace
Line 793:16 Expected ")" to end URL token
Line 794:16 Expected ")" to end URL token
Line 795:16 Expected ")" to end URL token
Line 796:16 Expected ")" to end URL token
Line 797:16 Expected ")" to end URL token

**/
.image-with-text {
  margin-top: 5rem;
}

.image-with-text__media-wrap--small-width {
  width: 7rem;
}

.image-with-text__media-wrap--third-width {
  width: 33%;
}

.image-with-text__media-wrap--half-width {
  width: 50%;
}
 
.image-with-text__media-wrap--two-thirds-width {
  width: calc(100% / 3 * 2);
}
.image-with-text__media-wrap--full-width{
  width: 100%;
}

.content-right{
  align-items: flex-end;
  text-align: right;
}

.content-center{
  align-items: center;
  text-align: center;
}

.content-left{
  align-items: flex-start;
  text-align: left;
}

img.image-crop{
  object-fit: contain;
}
.image-with-text:not(.color-scheme-background-1) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text {
    margin-bottom: 5rem;
  }
}

.image-with-text .grid {
  margin-left: 0;
  margin-bottom: 0;
}

.image-with-text__grid {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .mob--reverse {
    flex-direction: column-reverse;
  }
}

.grid__item.grid__item--media {
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }

  .grid__item.grid__item--media {
    width: calc(55% - 0.5rem);
  }

  .grid__item.grid__item--text {
    width: calc(45% - 0.5rem);
  }

  .image-with-text.ab-instagram .grid__item.grid__item--text {
    width: calc(45% - 0.5rem);
  }

  .image-with-text.image-with-text--full-width .grid__item--media {
    width: 50%;
  }
}

@media screen and (min-width: 990px) {
  .grid__item.grid__item--media {
    width: calc(60% - 0.5rem);
  }

  .grid__item.grid__item--text {
    width: calc(40% - 0.5rem);
  }

  .image-with-text.ab-instagram .grid__item.grid__item--text {
    width: calc(40% - 0.5rem);
  }
}

.image-with-text__media {
  background-color: transparent;
  width: 100%;
}

.image-with-text__media--small {
  min-height: auto;
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 0;
  min-height: auto;
  padding-bottom: 80%;
}

.image-with-text__media--large {
  min-height: auto;
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

@media screen and (max-width: 1199px) and (min-width: 750px) {
  .image-with-text__media.image-with-text__media--adapt {
    min-height: 100%;
  }
}

@media screen and (min-width: 950px) {

  .grid__item--media.padding-left {
    padding-left: 5rem;
  }

  .grid__item--media.padding-right {
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1200px) {

  .grid__item--media.padding-left {
    padding-left: 7rem;
  }

  .grid__item--media.padding-right {
    padding-right: 7rem;
  }
}

.image-with-text__media--placeholder {
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.image-with-text__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 4rem 4rem 5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.image-with-text__content > * {
  max-width: 50rem;
}

.image-with-text__content > * + * {
  margin-top: 3rem;
}

.image-with-text__content > * + a {
  margin-top: 4.5rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__content .border-top {
  padding-top: 3rem;
  width: 100%;
  border-top: .1rem solid rgba(var(--color-general-main-text), .3);
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading) {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading) {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text. {
  margin-top: 2rem;
}

.image-with-text__contact {
  display: flex;
}

.image-with-text__contact span {
  display: inline-block;
  min-width: 98px;
  font-size: 1.8rem;
}

.image-with-text__contact a {
  font-size: 1.8rem;
  color: rgb(var(--color-general-main-text));
  text-decoration: none;
}

.image-with-text__contact a:link:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-hover-link));
  text-shadow: 0 0 0.03rem rgb(var(--color-hover-link));
}

.image-with-text__heading {
  margin-bottom: 0;
}

.image-with-text__heading p {
  margin: 0;
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}


/* ab style  */

.ab-image-with-text.image-with-text {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  body .ab-image-with-text .grid {
    max-width: 192rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 750px) {
  .ab-image-with-text .grid {
    justify-content: center;
  }
}

@media screen and (max-width: 749px) {
  .ab-image-with-text.image-with-text {
    padding-top: 0;
  }

  .image-with-text--full-width .grid__item--text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.ab-instagram.ab-image-with-text.image-with-text {
  padding-bottom: 0;
  padding-top: 0;
}

.ab-image-with-text .image-with-text__content {
  padding: 5rem 0 0;
}

.image-with-text--full-width.ab-image-with-text .image-with-text__content {
  max-width: 60rem;
}

.ab-image-with-text .mob--reverse .image-with-text__content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 750px) {
  .ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding-top: 0;
    padding-bottom: 3.5rem;
  }
  .image-with-text__text.small{
    max-width: 40rem;
  }
  .image-with-text__text.md-large{
    max-width: 57rem;
  }
  .image-with-text__text.large{
    max-width: 70rem;
  }
}

.image-with-text--full-width.ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
  max-width: 60rem;
}

@media screen and (min-width: 1750px) {
  .image-with-text--full-width.ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    max-width: 66.5rem;
  }
}


@media screen and (min-width: 750px) {
  .ab-image-with-text .image-with-text__content {
    padding: 4rem 5rem 5rem 4rem;
  }

  .ab-image-with-text.bg .image-with-text__content {
    padding: 2rem 4rem 2rem 4rem;
  }

  .ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding: 4rem 4rem 5rem 0;
  }

  .image-with-text--full-width.ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding: 4rem 4rem 5rem 5rem;
  }
}


@media screen and (min-width: 990px) {

  .ab-image-with-text.bg .image-with-text__content {
    padding: 6rem 5rem 7rem 6rem;
  }

  .ab-image-with-text .image-with-text__content.space-small {
    padding: 6rem 5rem 7rem 6rem;
  }

  .ab-image-with-text .image-with-text__content.space-normal {
    padding: 6rem 5rem 7rem 8rem;
  } 

  .ab-image-with-text .image-with-text__content.space-large {
    padding: 6rem 5rem 7rem 10rem;
  }

  .ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding: 6rem 7rem 7rem 0;
  }

  .ab-image-with-text .image-with-text__grid--reverse .image-with-text__content.space-large {
    padding: 6rem 10rem 7rem 0;
  }
}

/* instagram  */

.ab-instagram.image-with-text:not(.color-scheme-background-1) {
  margin-bottom: 0;
}

.ab-instagram .grid__item--media {
  display: flex;
  flex-wrap: wrap;
}

.ab-instagram .grid__item--media .image-wrapp:first-child {
  max-width: 100%;
  width: 100%;
}

.ab-instagram .grid__item--media .image-wrapp {
  max-width: 50%;
  width: 50%;
  position: relative;
  padding-bottom: 0;
  height: 50%;
}

.ab-instagram .grid__item--media .image-wrapp .placeholder-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

@media screen and (min-width: 950px) {
  .ab-instagram .grid__item--media .image-wrapp {
    padding-bottom: 50%;
    height: 0;
  }
}

@media screen and (max-width: 749px) {
  .ab-instagram .grid__item--media .image-wrapp {
    padding-bottom: 50%;
    height: 0;
  }
}

.ab-instagram .grid__item--media .image-wrapp img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-instagram .grid__item--media .image-wrapp:link:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(var(--color-general-main-text), .3);
  transition: all .3s ease;
}

.ab-instagram .grid__item--media .image-wrapp:link:hover:after {
  opacity: 1;
}

.ab-instagram .grid__item--text {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%;
}

.ab-instagram .image-with-text__grid--reverse .grid__item--text {
  background-position: bottom left;
}

@media screen and (max-width: 1200px) {
  .ab-instagram .grid__item--text {
    background-size: 40%;
  }
}

@media screen and (max-width: 749px) {
  .ab-instagram .grid__item--text {
    background-image: none!important;
    text-align: center;
  }
  .ab-instagram .image-with-text__text-width {
    width: 100%;
  }
}

.ab-instagram .grid__item--text .image-with-text__heading:not(:last-child),
.ab-instagram .grid__item--text .image-with-text__text:not(:last-child),
.ab-instagram .grid__item--text .link:not(:last-child),
.ab-instagram .grid__item--text .button:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2rem;
}



@media screen and (min-width: 750px) {
  .ab-instagram .grid__item--text.with-bg .image-with-text__text-width {
    padding-bottom: 6rem;
  }

  .ab-instagram .grid__item--text .image-with-text__heading:not(:last-child),
  .ab-instagram .grid__item--text .image-with-text__text:not(:last-child),
  .ab-instagram .grid__item--text .link:not(:last-child) {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .ab-instagram .grid__item--text.with-bg .image-with-text__text-width {
    padding-bottom: 6rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .ab-instagram .image-with-text__grid--reverse .image-with-text__content {
    max-width: 440px;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text.ab-instagram .grid__item.grid__item--media {
    width: calc(55% - 0.5rem);
  }
}

@media screen and (max-width: 1200px) {
  .ab-instagram.ab-image-with-text .image-with-text__content {
    padding: 6rem 5rem 7rem 5rem;
  }

  .ab-instagram.ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding: 6rem 5rem 7rem 5rem;
  }
}

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

  .ab-instagram.ab-image-with-text .image-with-text__content {
    padding: 4rem 4rem 6rem 4rem;
  }

  .ab-instagram.ab-image-with-text .image-with-text__grid--reverse {
    flex-direction: column-reverse;
  }

  .ab-instagram.ab-image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding: 6rem 4rem 4rem 4rem;
  }

  .ab-instagram .grid__item.grid__item--media {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    justify-content: space-between;
  }

  .ab-instagram.ab-image-with-text .grid__item--media {
    padding-top: 6rem;
  }

  .ab-instagram.ab-image-with-text .image-with-text__grid--reverse .grid__item--media {
    padding-bottom: 7rem;
    padding-top: 0;
  }

  .ab-instagram.ab-image-with-text .grid__item--media .image-wrapp {
    max-width: calc(50% - 0.75rem);
  }

  .ab-instagram.ab-image-with-text .grid__item--media .image-wrapp:first-child {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}

.image-with-text__media-wrap {
  width: 100%;
}


.ab-image-with-text .video-section__media {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ab-image-with-text .video-section__poster {
  width: 100%;
  height: 100%;
  border-color: transparent;
}

.ab-image-with-text iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(var(--color-general-main-text), 0.03);
  border: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.ab-image-with-text .deferred-media__poster-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 9rem;
  height: 9rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  --color-star: #D4A965;
  font-size: 2rem;
}

.star-rating:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.last_sec.ab-image-with-text .grid__item.grid__item--media{align-items: flex-start;}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #shopify-section-template--18073263964427__8277561c-10a2-461c-a028-f09b6bcdd9f4 .image-with-text__grid--reverse .image-with-text__content.space-normal{
    padding: 3rem;
  }  
  #shopify-section-template--18073263964427__8277561c-10a2-461c-a028-f09b6bcdd9f4 .image-with-text__grid--reverse .image-with-text__content.space-normal>*+a{
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 990px) {
  .first_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 5rem;
  }  
  .last_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 5rem;
  }
  .slider_sec.ab-image-with-text .image-with-text__content.space-normal{
    padding: 3rem; 
  }
  #shopify-section-template--18073263964427__8277561c-10a2-461c-a028-f09b6bcdd9f4 .image-with-text__grid--reverse .image-with-text__content.space-normal>*+a{
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1200px) { 
  .slider_sec.ab-image-with-text .grid__item.grid__item--media{
    width:100% !important;
  } 
  .slider_sec.ab-image-with-text .grid__item.grid__item--media .image-with-text__media{
    width:100%;
    max-width:630px;
    height: 670px;
    margin:0 auto;
    padding: 0 !important;
  }
  .slider_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 4rem 2rem;
    max-width:100%;
  }
  .slider_sec.ab-image-with-text .image-with-text__content>* { 
    max-width: 100rem;
  } 
  .slider_sec.ab-image-with-text.image-with-text {
    margin-top: 5rem; 
  } 
  .last_sec.ab-image-with-text .grid__item.grid__item--media{
    width: 100% !important; 
  } 
  .last_sec.image-with-text--full-width.ab-image-with-text .image-with-text__content {
    max-width: 100%;
  }
  .last_sec.image-with-text--full-width.ab-image-with-text .image-with-text__content>* {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .ab-image-with-text.first_sec .grid__item.grid__item--media{
    width:100% !important;
  } 
  .first_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 4rem 2rem;
    max-width:100rem;
  }
  .first_sec.ab-image-with-text .image-with-text__content>* { 
    max-width: 100rem;
  } 
  .slider_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 2rem;
  }
  .slider_sec.ab-image-with-text.image-with-text {
    margin-top: 4rem; 
  }
}
@media screen and (max-width: 749px) {
  .first_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 3.5rem 0rem;
  }
  .slider_sec.ab-image-with-text .image-with-text__content.space-normal {
    padding: 2rem 0;
  }
  .slider_sec.ab-image-with-text.image-with-text {
    margin-top: 3rem; 
  }
  .last_sec.image-with-text--full-width.ab-image-with-text .image-with-text__content  {
    padding-bottom:3rem;
  }
  .last_sec.image-with-text--full-width.ab-image-with-text .image-with-text__content>*+a {
    margin:0; 
  }
}
@media screen and (max-width: 650px) {
    .slider_sec.ab-image-with-text .grid__item.grid__item--media .image-with-text__media{
      max-width:400px;
      height: 425px;
    }
}
@media screen and (max-width: 575px) {
  .first_sec.ab-image-with-text .image-with-text__content>* {
      margin-bottom: 0;
  }
  .slider_sec.ab-image-with-text.image-with-text {
    margin-top: 2rem; 
  }
}
@media screen and (max-width: 450px) {
    .slider_sec.ab-image-with-text .grid__item.grid__item--media .image-with-text__media{
      max-width:300px;
      height: 320px;
    }
}

/* Slick theme css */
/* Slider */
.slick-loading .slick-list{
    background: #fff url('ajax-loader.gif') center center no-repeat;
  }
/* Icons */
@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(var(--font-slick-eot));
    src: url(var(--font-slick-eot)) format('embedded-opentype'), 
         url(var(--font-slick-woff)), 
         url(var(--font-slick-ttf)) format('truetype'), 
         url(var(--font-slick-svg)) format('svg');  
  }

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 36px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
   z-index:2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{left: 10px;}
[dir='rtl'] .slick-prev{
    right: 10px;
    left: auto;
}
.slick-prev:before{
    content: '←';
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}
.slick-next{right: 10px;}
[dir='rtl'] .slick-next{
    right: auto;
    left: 10px;
}
.slick-next:before{
    content: '→';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}

/* Newsletter */
.new_newsletter_form .newsletter-form {
  position: relative;
}
.new_newsletter_form .newsletter-form .newsletter-form__message--success {
  position: absolute;
  left: 0;
  bottom: -4rem;
  color: black;
  font-weight: 400;
  border: none;
  outline: none;
}
.new_newsletter_form .field__label,
.new_newsletter_form .field__input {
  color: rgb(var(--color-general-secondary-text));
  border: none;
  box-shadow: none;
  left: 0;
}
.new_newsletter_form .field__label,
.new_newsletter_form .field__input {
  color: rgb(var(--color-general-main-text));
}
.new_newsletter_form input:-webkit-autofill { 
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(var(--color-general-secondary-text))!important;
}
.new_newsletter_form .field__input:-webkit-autofill ~ .field__label {
  color: rgb(var(--color-general-secondary-text));
}
.new_newsletter_form input:-webkit-autofill {
  -webkit-text-fill-color: rgb(var(--color-general-main-text))!important;
}
.new_newsletter_form .field__input:-webkit-autofill ~ .field__label {
  color: rgb(var(--color-general-main-text));
}
.new_newsletter_form .field__input {
  border-bottom: .1rem solid rgb(var(--color-general-secondary-text));
  padding-left: 0;
}
.new_newsletter_form .field__input {
  border-bottom: .1rem solid rgb(var(--color-general-main-text));
}
.new_newsletter_form .newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 100%;
}
.new_newsletter_form .field {
  margin-bottom: 2rem;
}
.new_newsletter_form .field-submit {
  margin-bottom: 0;
}
.new_newsletter_form .field .link {
  display: inline-block;
  margin: 2rem auto 0;
  box-sizing: border-box;
}
.new_newsletter_form .field .button {
  display: inline-block;
  margin: 2rem auto 0;
  width: 100%;
  box-sizing: border-box;
}
/* .new_newsletter_form .field .button:not(.btn-bg-transparent) {
  border: none;
} */
.new_newsletter_form .field .link,
.new_newsletter_form .field .button {
  margin-left: 0;
}
.new_newsletter_form .field .link,
.new_newsletter_form .field .button {
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  .new_newsletter_form .newsletter-form {
    max-width: 57rem;
  }
  .new_newsletter_form .field-name {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
  .new_newsletter_form .newsletter__wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }
  .new_newsletter_form.image-left .newsletter__wrapper,
  .new_newsletter_form.image-left .newsletter__wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }
  .new_newsletter_form .field .button {
    width: auto;
  }
  .new_newsletter_form .field-submit {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .new_newsletter_form .newsletter-form {
    max-width: 100%;
  }
  .last_sec.image-with-text--full-width.ab-image-with-text .image-with-text__content>* {
    max-width: 100%;
    width: 100%;
  }
}