/** Shopify CDN: Minification failed

Line 551:67 Expected ":"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-background-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}



@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
  padding:0;
  border:0;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}
.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

.footer-block--newsletter > * {
  flex: 1 1 100%;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}


.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }
}

.footer-block__newsletter + .footer__list-social {
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .footer__list-social.list-social {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 1rem 0 0;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem 0;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  min-height: calc(4rem + var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
}

.disclosure__button.localization-form__select {
  padding: calc(2rem + var(--inputs-border-width));
  background: rgb(var(--color-background));
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  right: calc(var(--inputs-border-width) + 1.5rem);
  top: calc(50% - 0.2rem);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-foreground));
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.disclosure .localization-form__select {
  padding-top: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.localization-selector + .disclosure__list-wrapper {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}


@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}



.footer-block-image > img {
  height: auto;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.footer .disclosure__link:hover {
  color: rgb(var(--color-foreground));
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}


img{ max-width: 100%; vertical-align: middle; outline: none;}
.newsletterSec{ color:#fff;}
.newsletterSec .newsletter__wrapper h2{ color:#fff;     font-family: Gilroy-Bold; font-style: normal; font-weight: 700; font-size: 32px; line-height: 39px; text-align: center; color: #FFFFFF; padding-bottom:28px;}
.newsletterSec .newsletter-form__field-wrapper .field__input { padding: 5px 0 0 30px; height: 60px; border-radius: 30px; }
.newsletterSec .newsletter-form, .newsletterSec .newsletter__wrapper .newsletter-form__field-wrapper { max-width:560px;}
.newsletterSec .newsletter-form__button { width: auto; margin: 0; right: auto; top: auto; height: auto; z-index: 2; position: relative; background:#00928D !important;  font-family: Gilroy-Bold; border-radius: 50px; font-style: normal; font-weight: 600; font-size: 18px; line-height: 1.2; border: 0; color: #fff; outline: none; letter-spacing: 0; min-width:154px; margin-left:8px; }
.newsletterSec .newsletterBtmRow { display: flex; justify-content: center; align-items: center; margin-top:45px; }
.newsletterSec .socialIconsNewsletter { border-right: 1px solid #fff; padding-right: 30px; margin-right: 38px; }
.newsletterSec .contactNoNewsletter img{ padding-right:32px; }
.newsletterSec .newsletterText {margin:15px 0 0 0; }
.newsletterSec .newsletterText p{ font-family: Gilroy-Bold; font-style: normal; font-weight: 700; font-size: 14px; line-height: 17px; margin:0; }
.newsletterSec .contactNoNewsletter span { font-size: 24px; font-weight: 700; vertical-align: middle; }

.footer { background-color:#fff; color:#3F4B50; position:relative;}
.footer .footer-block__details-content .list-menu__item--link{ font-family: Gilroy-Regular; font-style: normal; font-weight: 400; font-size: 14px; line-height: 2.5; color: #3F4B50; padding:0; margin:0;}

.footer .footerContactInfo p{ font-family: Gilroy-Regular; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1.65; color: #3F4B50; margin:16px 0 35px 0; }
.footer .footerContactInfo p.workIcon{ margin:0 0 0 0; padding-left:28px; background: url('time-ic.png') left center no-repeat; font-family: Gilroy-Regular; font-style: normal; font-weight: 600; font-size: 16px; line-height: 1.25; color: #3F4B50;  }
.footer .footerContactInfo p.callIcon{margin:0 0 0 0; padding-left:28px; background: url('call-ic-footer.png') left center no-repeat; font-family: Gilroy-Regular; font-style: normal; font-weight: 600; font-size: 16px; line-height: 1.25; color: #3F4B50; }
.footer .footerContactInfo p.callIcon a {color: #3F4B50; text-decoration:none;}
.footer .footer-block__heading { font-family: Gilroy-Regular; font-style: normal; font-weight: 600; font-size: 16px; line-height: 1.25; color: #3F4B50; margin: 0 0 16px; }
.footer .footerContactInfo { margin-top: 40px; }
.footer .footerBottom{ font-family: Gilroy-Regular; font-style: normal; font-weight: 400; font-size: 14px; line-height: normal; color: #3F4B50; }
.footer .footerBottom a{color: #3F4B50; text-decoration: none;}
.footer .footerBottom a:hover{ text-decoration:underline;}
.footer .footerBottom p{margin:0;}
.footer .ftrbtmRow { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; border-top: 1px  solid rgba(63, 75, 80, 0.1); padding:19px 0; }
.footer .ftrbtmRow > div{ width:33.33%}
.footer .ftrbtmRow .ftrbtmCenter{ text-align:center; display:none;}
.footer .ftrbtmRow .ftrbtmRight{ text-align:right;  display:none;}
.footer .proudlyText { padding: 10px 20px; gap: 10px; background: #FFFFFF; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); border-radius: 5px; line-height:1;     width: max-content; margin: 0 auto;}
.footer .hillWhite { position:absolute; top:-157px; right:0;}
.hillWhite img{    max-width: 100%; vertical-align: middle;}
.footer.section-footer-padding{ padding-bottom:40px;}

@media screen and (max-width: 1199px) {
  .footer .hillWhite { top: -114px; max-width: 400px; }
}
@media screen and (max-width: 991px) { 
  .footer .hillWhite { top: -99px; max-width: 350px; }
}

@media screen and (max-width: 749px) {
  .footer .ftrbtmRow .ftrbtmLeft { width: 37%; }
  .footer .ftrbtmRow .ftrbtmCenter  { width:63%; text-align: right; }
  .footer .ftrbtmRow .ftrbtmRight { text-align: center; width: 100%; padding-top: 20px; }
  .footer .proudlyText { margin-right: 0; }
  .footer .proudlyText { padding: 10px 10px; }
  .footer .footerContactInfo { display: grid; grid-template-columns: auto 1fr; align-items: start; }
  .footer .footerContactInfo p:nth-child(2){ grid-column: 1/2; auto; margin-bottom:0;}
  .footer .footerContactInfo p.callIcon{ grid-row-start: 1; grid-column-start: 2; max-width: fit-content; margin-right: 0; margin-left: auto; margin-bottom:0; }
  .footer .footer-block__details-content { margin-bottom: 0; }
  .footer .footer-block{ width:100%;}
  .footer .footer-block--menu { border-bottom:1px solid rgba(63, 75, 80, 0.1);}
  .footer .footer-block--menu .footer-block__heading { margin: 0px 0; padding:20px 0; position:relative;  }
  .footer .footer-block--menu .footer-block__heading:before { content:''; position:absolute; height:12px; width:12px; background: url('plus-ic-footer.png') no-repeat; right:20px; top:24px;}
  .footer .footer-block--menu .footer-block__heading.active:before{background: url('minus-ic-footer.png') no-repeat;}
  .footer .footer-block--menu .footer-block__details-content{ display:none;} 
  .footer .footer-block--menu .footer-block__details-content.active{ display:block;}
  .footer .footer-block-image{ margin-top:20px;}
  .newsletterSec .newsletter-form, .newsletterSec .newsletter__wrapper .newsletter-form__field-wrapper { margin:0 auto;}
  .newsletterSec .newsletter-form__field-wrapper .field__input { border-radius: 5px; width: 100%; }
  .newsletterSec .newsletter-form__field-wrapper .field { flex-wrap: wrap; }
  .newsletterSec .newsletter-form__field-wrapper .field:before, .newsletterSec .newsletter-form__field-wrapper .field:after{ display:none;}
  .newsletterSec .newsletter-form__button { width: 100%; height: 60px;  margin: 7px 0 0 0; }
  .newsletterSec .newsletter__wrapper h2 { padding-bottom: 0px; font-size: 28px; line-height: 34px;}
  .newsletterSec .newsletterBtmRow { margin-top: 30px; }
  .newsletterSec .newsletter__wrapper { padding-right: 20px; padding-left: 20px; }
  .newsletterSec .socialIconsNewsletter { padding-right: 20px; margin-right: 20px; }
  .newsletterSec .contactNoNewsletter img { padding-right: 10px; }
}
@media screen and (max-width: 374px){
  .footer .footerContactInfo { grid-template-columns: 1fr; }
  .footer .footerContactInfo p.callIcon { grid-row-start: auto; grid-column-start: auto; margin-right: auto; margin-left: 0; margin-top: 15px; }
}