/** Shopify CDN: Minification failed

Line 616:0 Unexpected "}"

**/
/* Prevent horizontal scrolling */
body {
  overflow-x: hidden;
}
   .recent-articles img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}
/* Make sure HTML also doesn't allow it */
html {
  overflow-x: hidden;
}
/* Contact Information */
.cstm-map.contact-button {
    margin-top: 0px;
}
p.cstm-paragraph {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-right: 68px;
}
h3.cstm-heading {
color:#FFFFFF;
font-size: 16px;
font-family: Urbanist;
line-height: 100%;
 letter-spacing: 0px;
 margin-top: 0px;
}

/* .custom-contact-information {
    padding-left: 102px;
    padding-right: 102px;
} */
.contact-heading {
font-family: Poppins;
line-height: 145%;
letter-spacing: 2%;
margin-top: 40px;
color:#0B1F22;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.contact-left, .contact-right {
  flex: 1;
  border-radius: 10px;
  padding: 30px;
}
.contact-left {
  background-color: #2b6e74;
  color: white;
  /* margin-bottom:111px; */
}
.contact-left a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
 font-size: 15px;
 font-family: Urbanist;
  font-weight: 400;
line-height: 150%;
letter-spacing: 0px;
}
/* .contact-details {
  display: flex;
  align-items: center;
  margin-top: 68px;
  gap: 15px;
} */
.contact-details {
    display: flex;
    align-items: center;
    margin-top: 85px;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  /* justify-content: space-around; */

}
.contact-button a {
top: 587px;
left: 821px;
border-radius: 50px;
gap: 10px;
padding-top: 7px;
padding-right: 15px;
padding-bottom: 7px;
padding-left: 15px;
background: #DF6A3F;
font-size: 14px;
}
.contact-right {
  background-color: #f7f9f9;
  color: #333;
}
.contact-right ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.contact-address {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-top: 25px;
  justify-content: space-between;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  color: #29737E;
  flex-wrap: wrap;
}
.contact-address a {
border-radius: 50px;
gap: 10px;
padding-top: 7px;
padding-right: 15px;
padding-bottom: 7px;
padding-left: 15px;
background: #DF6A3F;
font-size: 12px;
   color: white;
  text-decoration: none;
  margin-left: 36px;
}
.contact-button {
    margin-left: 54px;
}
/* .icon-img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
 */
img.icon-img {
    height: 13px;
    width: 13px;
}
.contact-right img.icon-img {
    /* height: 17.600000381469727px;
    width: 16px; */
  height: 13.6px;
    width: 13px;
}
.contact-right h3.cstm-heading {
    color: black;
    font-family: Urbanist;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
}
span.cstm-day-label {
    margin-right: 47px;
    width: 43%;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 14px;
    line-height: 225%;
    letter-spacing: 0px;
}
.day-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
span.day-hours {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
}
.cstm-map , .contact-button button {

    border-radius: 50px;
    gap: 10px;
    /* padding: 7px 15px;
    background: #df6a3f; */
    font-size: 14px;
  font-family: Urbanist;
font-weight: 600;
line-height: 100%;
letter-spacing: 0px;

}
hr.cstm-divider-inner {
    margin-top: 30px;
    margin-bottom: 0px;
    border: 1px dashed  #D4E3E5;
}
/* Custom Contact Form */
.cstm-contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.cstm-contact-form-left, .cstm-contact-form-right {
  flex: 1;
  border-radius: 10px;
  padding: 30px;
}

.cstm-contact-form-left {
    background-color: #F7F9F9;
    color: #29737E;
}
.cstm-contact-form-right {
    width: 47%;
    height:100%;
    border-radius: 15px;
    border-width: 1px;
    padding: 25px;
    border: 1px solid #D4E3E5;
}
h2.cstm-contact-form-heading{
font-family: Poppins;
/* font-weight: 500;
font-size: 40px; */
line-height: 145%;
letter-spacing: 2px;
}
.cstm_contact__button {
    width: 100%;
    margin-top: 10px;
}

.cstm-contact-form-inner {
    background-color: #f7f9f9;
    color: #29737e;
    padding: 30px;
   border: 1px solid #D4E3E5;
  border-radius: 15px;
}
button.cstm-button {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  background: #DF6A3F;
  color:#fff;
  border:0px;
}
.cstm-field {
    margin-bottom: 20px;
  width:100%;
}
.cstm-contact-form-wrapper-inner {
    width: 50%;
}
.cstm.contact__fields {
    display: flex;
    gap: 20px;
}
button.cstm-button {
    font-family: Urbanist;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}
.cstm-contact-form-right-inner {
    display: flex;
    /* gap:70px; */
  justify-content: space-between;
}
h2.cstm-social-heading {
    margin-bottom: 0px;
  margin-top: 10px
  font-family: Urbanist;

line-height: 100%;
letter-spacing: 0px;
}
  
/* .cstm-contact-social-icon{
  width: 50px;
height: 50px;
border-radius: 10px;

} */
.cstm-contact-social-icon {
    display: flex;
    gap: 25px;
}
input#ContactForm-name {
    width: 100%;
    box-shadow:none;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
  border: 1px solid #D4E3E5
}

input#ContactForm-email {
    width: 100%;
     box-shadow:none;
    border-radius: 10px;
    border: 1px solid #D4E3E5;
    padding: 20px;
    gap: 10px;
}
textarea.cstm-text-area {
    width: 100%;
  border: 1px solid #D4E3E5;
  border-radius: 10px;
  border-width: 1px;
  padding: 20px;
  gap: 10px;

}
label.cstm-field__label {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}
.cstm.check_contact__fields {
    display: flex;
  gap:15px;
}
input#ContactForm-agree {
    box-shadow: 0px 2px 10px 0px #3361FF26;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border-width: 1px;
}
.check_cstm-field {
    padding-top: 5px;
}
img.social_icon {
    height: 40px;
}
.cstm-tags {
    margin-top: 20px;
    display: flex;
    gap: 26px;
    align-items: center;
}
span.cstm-categories {
    padding: 10px 15px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid #D4E3E5;
    color: #29737E;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
span.cstm-date p {
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #6B6B6B;
}
a.cstm.article-template__link {
    justify-content: left;
    font-family: Urbanist;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #29737E;
    width: 154px;
    height: 39px;
    top: 241px;
    left: 454px;
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 1px solid #29737E;
}
.cstm.article-template__content p {
    width: 70%;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: justify;
}
.article-template__hero-adapt.media.cstm {
    border-radius: 20px;
}
input#NewsletterForm--template--24845842579820__stay_updated_VN9bCi {
    color: #fff;
    background-color: #29737e;
    border: 1px solid #D4E3E5;
    width: 343;
    height: 56;
    gap: 10px;
    border-radius: 10px;
    border-width: 1px;
    padding-top: 18px;
    padding-right: 25px;
    padding-bottom: 18px;
    padding-left: 25px;
}
button#Subscribe.cstm.newsletter-form__button.field__button {
    background-color: #DF6A3F;
    color:#ffffff;
}
/* .large-hide {
    display: none;
}
.small-hide {
    display: none;
}
.medium-hide {
    display: none;
} */
h2#SectionHeading-template--24845842514284__cstm_blogpost_hGjRm4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 145%;
    letter-spacing: -2px;
}
@media screen and (max-width: 1024px) {
  /* .footer__blocks-wrapper {
    display: flex !important;
    width: 100%;
    gap: 20px;
} */
/* .footer__content-top .footer-block.grid__item {
    width: 20% !important;
} */
  .newsletter-form__field-wrapper {
    max-width: 96%!important;
}
  .footer__blocks-wrapper {
  grid-template-columns: repeat(4, 1fr)!important;
  grid-template-rows: auto auto;
  gap: 2rem;
}

.cstm-footer-item-5 {
  grid-column: 1 / -1;
}

.cstm-footer-item-5.footer-block.grid__item.scroll-trigger.animate--slide-in {
    width: 50%;
    margin: auto;
}

.footer-block__newsletter-cstm {
    width: 50% !important;
    margin: auto;
}
.newsletter-div {
    width: 100%;
}
.footer__blocks-wrapper .footer-block__newsletter-cstm {
    display: flex;
   justify-content: flex-start !important;
    gap: 20px;
}

.payment-icon-image {
    width: 90%;
    margin: 0 0 0;
}
  p.cstm-paragraph {

    margin-right: 0px !important;
       font-size: 13px !important;
}
  span.cstm-day-label {
    margin-right: 0px !important;
    width: 37% !important;

}
  img.social_icon {
    height: 27px !important;
}
  .cstm-contact-social-icon {
 
    gap: 20px !important;
}
   .contact-address {
   
    flex-direction: column;
    gap:13px;
    font-size:14px !important;
}
  h3.cstm-heading {
 
    font-size: 15px !important;

}
  .faq-highlight-wrapper {
   
    gap: 0px !important;

}
  .highlight-right-inner {
    margin-left: 0px !important;

}
  .cstm-hightlight-icon {
    margin-left: 0px !important;
    text-align: center;
}
  img.bottom-highlight-icon {
    /* width: 700px !important; */
    /* width: 923px !important; */
    height: 165px !important;
    object-fit: contain;
}
  .large-hide {
    display: none !important;
  }
  /* span.contact-text {
   
    font-size: 11px !important;
   
} */
  h2.footer-block__heading {

    font-size: 13px !important;
    line-height: 100%;
}
  .footer-block__details-content a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 14px !important;
    line-height: 35px !important;
}
  span.contact-text {
    font-size: 14px !important;
}

.footer-block__newsletter-cstm .field {
    width: 59% !important;
   
}
  .contact-details {
      margin-top: 70px !important;
    gap: unset !important;
    flex-direction: column !important;
}
  .contact-button {
    margin-left: 0px  !important;
            margin-top: 20px;
}
  .contact-address a {

 margin-left: 0px !important; 
}
  .highlight-item {
     width:100% !important;
}
  .highlight-right{
    margin-left:0px !important;
    width:100%;
  }
  .cstm-contact-form-right-inner {
    /* gap: 17px !important; */
    align-items: center;
}
}
div#custom-pagination-wrapper {
    justify-content: center;
}
/* .cstm-read-more.arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.cstm-read-more:hover .arrow {
  transform: translateX(3px);
} */
.arrow-icon {
  transition: transform 0.3s ease;
}
/* .cstm-read-more .arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.cstm-read-more:hover .arrow {
  transform: translateX(3px);
} */
/*  

.cstm-read-more:hover {
  color: #205a64; /* optional hover color */
}

.svg-wrapper .arrow-icon {
  width: 14px;
  height: 14px;
  stroke: #29737E;
  transition: transform 0.3s ease;
}

.cstm-read-more:hover .arrow-icon {
  transform: translateX(3px);
}
span.cstm.icon-wrap

 {
    margin-top:10px;
}

/* label.custom-newsletter.field__label {
    font-family: Poppins;
} */
@media screen and (max-width: 767px) {
  .cstm.article-template__content p {
    width: 100% !important;
    font-size: 14px !important;
}
  .footer-block__newsletter-cstm {
    width: 100% !important;
}
  h2.collapsible-content__heading.inline-richtext.h1 {
  
    font-size: 27px !important;
  
}
  .cstm.accordion h3.accordion__title.inline-richtext.h4 {

    font-size: 17px !important;

}
  /* .footer-block.grid__item.scroll-trigger.animate--slide-in {
    width: 48% !important;
} */
  .footer__blocks-wrapper {
    
    gap: 9px !important;
}
  .footer-block__details-content {
    margin-bottom: 0 !important;
}
  .footer-block.grid__item {
    margin-top: 0px !important;
}
      /* .footer-block .grid__item
 {
        padding: 15px 0 0 0 !important;
        margin: 0rem 0 !important;
      
    } */
  /* .footer-block.grid__item {
        
        margin: 0rem 0;
        width: 100%;
    } */
.footer__content-top .footer-block.grid__item
 {
        /* width: 100% !important; */
   width: 48% !important;
    }
 .footer__content-top .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: row !important;
  }
  .footer-block__details-content .list-menu__item--link {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
.contact-item {
    margin-bottom: 0px !important;
    width: 100% !important;
    line-height:35px !important;
}
  span.contact-text {
    
    font-size: 13px !important;
  }
  p.cstm-paragraph {

    margin-right: 0px !important;
}
  h2.contact-heading {
    font-size: 30px !important;
}
  h2.cstm-contact-form-heading {
    font-size: 30px !important;
}
  .faq-section h2 {

    font-size: 27px !important;
}
  .highlight-right-inner {
    
    grid-template-columns: repeat(1, 1fr) !important;
  
}
  .contact-address {
   
    flex-direction: column;
    gap:13px;
}
  .highlight-item {
    /* width: 340px !important; */
        width: 100% !important;
    }
 .cstm-contact-form-wrapper-inner {
    width: 100% !important;
}
  .highlight-right {
    margin-left: 0px !important;
    width: 100%;
}
p.cstm-paragraph {

 margin-right:0px !important;
}
  .cstm.newsletter-card p {
    width: 100% !important;
}
  .contact-wrapper {
    display: block;
    gap: 20px;
    margin-top: 20px;
}
  .contact-right {
    margin-top: 10px;
}
  .day-info-item {
    gap: 9px;
}
  .contact-left a {
   
    margin-right: 13px;

}
  .cstm.contact__fields {
    display: block;
    /* gap: 20px; */
}
}
@media screen and (max-width: 1190px) {
  .contact-details {
    justify-content: space-around !important;
    margin-top: 50px;
}
  .contact-address {
    justify-content: space-around !important;
}
     .highlight-right {
        margin-left: 0px !important;
        width: 100%;
    }
  .highlight-right-inner {
   
    margin-left: 0px !important;
    margin-top: 0px !important;
}
  .cstm-map.contact-button {
    margin-top: 20px;
}
  .contact-left, .contact-right {
   
    padding: 20px;
}
}