a.cz_header_button {
  position: relative;
  background-image: linear-gradient(90deg, #3772ff, #702afe);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.7s cubic-bezier(0.22, 0.7, 0.2, 1);
}
a.cz_header_button:hover {
  background-position: 100% 50%;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-info__icon svg {
  display: block;
}

.contact-info__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info__label {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.contact-info__value {
    direction: ltr;
}

.contact-info__value a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}

.contact-info-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-info__icon svg {
    display: block;
    width: 26px;
    height: 26px;
}

a.cz-square-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

a.cz-square-x-twitter {
  background: linear-gradient(45deg, #000000, #2b2b2b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

a.cz-square-facebook {
  background: linear-gradient(45deg, #1877F2, #3b5998);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

a.cz-square-whatsapp {
  background: linear-gradient(45deg, #25D366, #128C7E);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

a.cz-linkedin {
  background: linear-gradient(45deg, #0A66C2, #004182);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media (min-width: 1024px) {
  .col.s6.sidebar_footer-1.clr {
    width: 40%;
  }
  .col.s3.sidebar_footer-2.clr {
    width: 25%;
  }
  .col.s3.sidebar_footer-3.clr {
    width: 27%;
  }
}

@media (max-width: 480px) {
.contact-info-wrapper {
    justify-content: center!important;
	}
	div.page_content {
        margin: 0px 0!important;
    }
}


.onSticky {
    background-color: rgba(255, 255, 255, 0.88) !important;
    border-style: none !important;
    background: rgba(255, 255, 255, 0.70) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    box-shadow: 0 4px 30px -14px rgba(0, 0, 0, 0.1) !important;
}