@charset "UTF-8";
@import url('https://c5aa37.claudeassets.com/20240321045151cs_/https://fonts.googleapis.com/css?family=Montserrat:300,400,600&display=swap');
.clr {
  float: none;
  clear: both;
}
.bold {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  ul,
  ol {
    padding-left: 0;
  }
}
ul li {
  font-family: 'Montserrat', sans-serif;
  padding-left: 10px;
  position: relative;
}
ul.slick-dots {
  padding-left: 0;
}
ul.slick-dots li:before {
  display: none;
}
.single-post-entry-content ul,
.single-product-entry-content ul {
  padding: 0;
}
.single-post-entry-content ul.slick-dots,
.single-product-entry-content ul.slick-dots {
  padding-left: 0;
}
.single-post-entry-content ul.slick-dots li:before,
.single-product-entry-content ul.slick-dots li:before {
  display: none;
}
.single-post-entry-content li,
.single-product-entry-content li {
  padding-left: 10px;
  list-style-type: none;
  font-size: 16px;
  position: relative;
}
.single-post-entry-content li:before,
.single-product-entry-content li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 10px;
}
.single-post-entry-content a:hover,
.single-product-entry-content a:hover {
  color: #000;
  text-decoration: underline;
}
.single-post-entry-content h2,
.single-product-entry-content h2,
.single-post-entry-content h3,
.single-product-entry-content h3 {
  color: #000;
  line-height: 1.3;
  font-size: 1.375em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-post-entry-content h3,
.single-product-entry-content h3 {
  line-height: 1.3;
  font-size: 1.1em;
}
.single-product-entry-content h2,
.single-product-entry-content h3 {
  color: #000;
  line-height: 1.3;
  font-size: 1.375em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.section-txt h2,
.section-txt h3 {
  color: #000;
  line-height: 1.5;
  font-size: 1.375em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.section-txt h3 {
  line-height: 1.4;
  font-size: 1.1em;
}
h1,
h2,
h3,
h4 {
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}
a {
  -webkit-transition: color 300ms, opacity 300ms, background-color 300ms,
    border 300ms;
  transition: color 300ms, opacity 300ms, background-color 300ms, border 300ms;
  color: #333;
}
a:visited,
a:link {
  color: #333;
}
a:hover {
  text-decoration: none;
}
input,
select,
textarea {
  width: 100%;
  padding: 6px 10px;
  font: 1.5rem/2 'Montserrat', sans-serif;
  border: 1px solid #b3b3b3;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  font: 1.5rem/2 'Montserrat', sans-serif;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  font: 1.5rem/2 'Montserrat', sans-serif;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  font: 1.5rem/2 'Montserrat', sans-serif;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  font: 1.5rem/2 'Montserrat', sans-serif;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
  font: 1.5rem/2 'Montserrat', sans-serif;
}
textarea {
  height: 10em;
  resize: vertical;
}
.wpcf7-submit {
  padding: 5px 20px;
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 30px;
  text-align: center;
  display: block;
  border: 2px solid #8ab21a;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
.wpcf7-submit:hover {
  background-color: #333;
  color: #fff;
}
.privacyCheck input {
  display: inline-block;
  width: auto;
}
.privacyCheck a {
  display: inline-block;
  margin-right: 5px;
}
.btn,
.btn:link,
.btn:visited {
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #333;
  font-weight: 700;
  font-size: 14px;
}
.btn:hover,
.btn:link:hover,
.btn:visited:hover {
  background-color: #f0f0f0;
  color: #fff;
}
.btn--white,
.btn--white:link,
.btn--white:visited {
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 400;
}
.btn--white:hover,
.btn--white:link:hover,
.btn--white:visited:hover {
  border: 1px solid #333;
}
p {
  color: #333;
  font-size: 13px;
  line-height: 2;
  font-weight: lighter;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  p {
    line-height: 1.6;
  }
}
b,
strong {
  font-weight: bold;
}
.pulse {
  -webkit-animation: pulse 1s linear infinite alternate;
  animation: pulse 1s linear infinite alternate;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#masthead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap column;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
}
#masthead::before,
#masthead::after {
  content: none;
}
#masthead .request-appointment {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
}
#masthead .request-appointment section {
  padding: 0;
}
#masthead .request-appointment a img {
  width: 30px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#masthead .request-appointment a:hover img {
  opacity: 0.7;
}
#masthead .site-branding {
  padding: 0;
  z-index: 0;
  margin-bottom: 10px;
}
#masthead .site-branding .custom-logo-link {
  padding: 0;
}
#masthead .site-branding .custom-logo-link img {
  height: 100%;
  width: auto;
  max-width: none;
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  #masthead .site-branding {
    display: none;
  }
}
#masthead .navigation-top {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 35%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.05);
  padding: 10em 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap column;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#masthead .navigation-top.active {
  left: 0;
}
#masthead .navigation-top img {
  width: 73%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#masthead .navigation-top nav {
  padding: 5em 0 2em;
}
#masthead .navigation-top ul.menu li.menu-item::before,
#masthead .navigation-top ul.menu li.menu-item::after {
  content: none !important;
}
#masthead .navigation-top ul.menu {
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#masthead .navigation-top ul.menu li.menu-item {
  padding: 0.5em;
  position: relative;
  width: auto;
}
#masthead .navigation-top ul.menu li.menu-item .dropdown-toggle {
  display: block;
  padding: 0;
  top: 3px;
  right: -30px;
  color: #66c9dd;
  outline: none;
}
#masthead .navigation-top ul.menu li.menu-item .sub-menu {
  position: relative;
  left: unset;
  top: unset;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #66c9dd;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: none;
}
#masthead .navigation-top ul.menu li.menu-item .sub-menu .menu-item {
  text-align: center;
}
#masthead .navigation-top ul.menu li.menu-item .sub-menu .menu-item a {
  text-transform: none;
  text-align: center;
  margin: 0 auto;
}
#masthead .navigation-top ul.menu li.menu-item .sub-menu .menu-item:hover {
  background: none;
}
#masthead .navigation-top ul.menu li.menu-item .sub-menu.toggled-on {
  padding: 10px 0;
  margin: 0 0 10px 0;
  display: block;
}
#masthead .navigation-top ul.menu li.menu-item a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #66c9dd;
  font-weight: lighter;
  font-size: 1.8em;
  padding: 0;
  position: relative;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#masthead .navigation-top ul.menu li.menu-item a:hover {
  color: #707070;
}
#masthead .navigation-top ul.menu li.menu-item a .icon.icon-angle-down {
  display: none;
}
#masthead .navigation-top ul.menu li.menu-item:hover::after,
#masthead .navigation-top ul.menu li.menu-item:hover::before {
  content: none;
}
#masthead .navigation-top .social-links-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#masthead .navigation-top .social-links-menu a {
  background-color: #66c9dd;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#masthead .navigation-top .social-links-menu a .icon {
  width: 19px;
  height: 19px;
  top: unset;
}
#masthead .navigation-top .social-links-menu a:hover {
  background: #707070;
}
@media screen and (max-width: 1200px) {
  #masthead .navigation-top {
    width: 100%;
    left: -150%;
  }
}
#masthead.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#masthead.active .navigation-top {
  padding: 1em 2em;
}
#masthead.active .navigation-top .site-branding a.custom-logo-link img {
  max-width: 110px;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.menu-mobile-container {
  width: 40px;
  z-index: 9;
  height: 17px;
  cursor: pointer;
}
.menu-mobile-container .menu-mobile {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #66c9dd;
  top: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}
.menu-mobile-container .menu-mobile::after {
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: -7px;
  width: 100%;
  height: 2px;
  background: #66c9dd;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-mobile-container .menu-mobile::before {
  position: absolute;
  border-radius: 50px;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: #66c9dd;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-mobile-container .menu-mobile.light {
  background: #fff;
}
.menu-mobile-container .menu-mobile.light::before,
.menu-mobile-container .menu-mobile.light::after {
  background: #fff;
}
.menu-mobile-container.active .menu-mobile {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-mobile-container.active .menu-mobile::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
}
.menu-mobile-container.active .menu-mobile::after {
  content: none;
}
.menu-mobile-container.active .menu-mobile.light {
  background: #66c9dd;
}
.menu-mobile-container.active .menu-mobile.light::before,
.menu-mobile-container.active .menu-mobile.light::after {
  background: #66c9dd;
}
.single-featured-image-header {
  background-color: none;
  border: none;
  height: 28vw;
  position: relative;
}
.single-featured-image-header::before {
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  content: '';
}
.single-featured-image-header .content {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.single-featured-image-header .content h3 {
  letter-spacing: 4px;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
}
.single-featured-image-header .content p {
  font-style: italic;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .single-featured-image-header .content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 640px) {
  .single-featured-image-header {
    height: 68vw;
  }
}
.single-product .header-border {
  height: 20px;
  width: 100%;
}
body.overflow::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: '';
}
#content {
  margin-bottom: -6px;
}
@media only screen and (max-width: 1024px) {
  #content {
    margin-bottom: 0;
  }
}
.page:not(.home) #content,
.archive #content {
  padding-bottom: 0;
  padding-top: 3em;
}
.single #content {
  padding-bottom: 0;
  padding-top: 0;
}
.site-content {
  position: relative;
  z-index: 2;
  padding: 2em 0 0;
}
.site-content #primary .term-description {
  width: 65%;
}
.site-content #primary .term-description p {
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .site-content #primary .term-description {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .site-content {
    padding: 0em;
  }
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: none;
}
section.error-404.not-found {
  text-align: center;
}
section.error-404.not-found h1 {
  text-transform: uppercase;
  color: #333;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 8px;
  font-size: 1.5em;
}
section.error-404.not-found div.wpcf7 {
  border-top: 1px solid #e3e3e3;
  margin-top: 5em;
}
.page-title {
  text-align: center;
  text-transform: uppercase;
  color: #66c9dd;
  font-size: 22px;
  font-weight: lighter;
  padding: 2em 0;
  margin: 0;
}
.entry-content {
  text-align: center;
}
.about-image {
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 400px;
  border: 4px dashed #66c9dd;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .about-image {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-image {
    width: 200px;
    height: 200px;
  }
}
ul.tabs {
  margin: 2em 0 0 0;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #66c9dd;
  text-align: center;
}
ul.tabs li {
  margin: 0;
  background: none;
  color: #66c9dd;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 20px 40px;
}
ul.tabs li.current,
ul.tabs li:hover {
  border-bottom: 1px solid #66c9dd;
}
@media only screen and (max-width: 1024px) {
  ul.tabs li {
    text-transform: none;
    color: #333;
  }
  ul.tabs li h3 {
    padding: 0;
    margin: 0 0 10px 0;
  }
  ul.tabs li ul {
    padding: 0;
    margin: 0;
  }
  ul.tabs li ul li {
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
    display: block;
    margin: 8px 0;
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 1024px) {
  ul.tabs li {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  ul.tabs {
    border: none;
  }
}
.tab-content {
  display: none;
  padding: 15px;
  color: #333;
  font-size: 12px;
  line-height: 2;
  font-weight: lighter;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}
.tab-content.current {
  display: inherit;
}
.tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-content ul li {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #e3e3e3;
}
.tab-map {
  display: none;
  padding: 0;
  text-align: center;
}
.tab-map iframe {
  margin: 0;
}
.tab-map.current {
  display: inherit;
}
.page-template-about .about-image {
  margin: 2em auto 0;
}
.page:not(.home).page-template-office #masthead {
  display: none;
}
.page:not(.home).page-template-office #content {
  padding: 0;
}
.page:not(.home).page-template-office main {
  background: #66c9dd;
}
.page:not(.home).page-template-office main .tab-content {
  padding-bottom: 3em;
  color: #fff;
}
.page:not(.home).page-template-office main .tab-content p {
  color: #fff;
}
.page:not(.home).page-template-office main .tab-content a {
  color: #fff;
  text-decoration: underline;
}
.page:not(.home).page-template-office main .tab-content.current,
.page:not(.home).page-template-office main .tab-content:hover {
  border-color: #fff;
}
.page:not(.home).page-template-office main ul.tabs {
  border: none;
}
.page:not(.home).page-template-office main ul.tabs li {
  color: #fff;
}
.page:not(.home).page-template-office main ul.tabs li.current,
.page:not(.home).page-template-office main ul.tabs li:hover {
  border-color: #fff;
}
.page:not(.home).page-template-office .slick-arrow {
  top: 78%;
}
.page:not(.home).page-template-office .slick-arrow.slick-prev {
  left: 15px;
}
.page:not(.home).page-template-office .slick-arrow.slick-next {
  right: 15px;
}
.section-number {
  background: #fec853;
  padding: 3em 0;
}
@media only screen and (max-width: 1024px) {
  .section-number {
    padding: 2em 0;
  }
}
.section-number .phone-number {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.section-number .phone-number h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .section-number .phone-number h3 {
    font-size: 16px;
  }
}
.section-number .phone-number a {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-left: 40px;
}
.section-number .phone-number a::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('https://948e19.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/phone.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: '';
}
.section-number .phone-number a::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.section-number .phone-number a:hover::after {
  width: 100%;
}
.office-slider {
  margin: 0;
  padding: 0;
}
.office-slider li {
  padding: 0;
}
.office-slider li iframe,
.office-slider li #wpgmza_map {
  height: 100vw !important;
  margin: 0;
}
.office-slider li .content {
  text-align: center;
  background: #66c9dd;
  padding: 2em 4em;
  color: #fff;
}
.office-slider li .content h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.office-slider li .content p {
  color: #fff;
  margin: 0 0 15px 0;
}
.results-container {
  padding: 3em 8em 0;
  width: 100%;
  margin-bottom: 5em;
  vertical-align: top;
  display: inline-block;
}
.results-container ul.categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.results-container ul.categories-list li.category-item {
  margin: 0;
  padding: 0 0 20px 0;
}
.results-container ul.categories-list li.category-item h3.category-name {
  padding: 0;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #66c9dd;
  font-size: 12px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: lighter;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
}
.results-container ul.categories-list li.category-item h3.category-name::after {
  top: -2px;
  right: -30px;
  position: absolute;
  content: '+';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  color: #66c9dd;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
}
.results-container
  ul.categories-list
  li.category-item
  h3.category-name::before {
  bottom: -2px;
  left: 0;
  position: absolute;
  content: '';
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  background: #66c9dd;
}
.results-container
  ul.categories-list
  li.category-item
  h3.category-name:hover::before {
  width: 100%;
}
.results-container
  ul.categories-list
  li.category-item
  h3.category-name.active::after {
  content: '-';
}
@media only screen and (max-width: 1024px) {
  .results-container ul.categories-list li.category-item h3.category-name {
    text-align: center;
    margin: 0 auto;
  }
}
.results-container ul.categories-list li.category-item ul.posts-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: none;
}
.results-container
  ul.categories-list
  li.category-item
  ul.posts-list
  li.post-item {
  padding: 5px 0 5px 0;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
  letter-spacing: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.results-container
  ul.categories-list
  li.category-item
  ul.posts-list
  li.post-item::before {
  bottom: 3px;
  left: 0;
  position: absolute;
  content: '';
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  background: #707070;
}
.results-container
  ul.categories-list
  li.category-item
  ul.posts-list
  li.post-item.selected::before {
  width: 100%;
}
.results-container
  ul.categories-list
  li.category-item
  ul.posts-list
  li.post-item:hover::before {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .results-container
    ul.categories-list
    li.category-item
    ul.posts-list
    li.post-item {
    margin: 0 auto;
    text-align: center;
  }
}
.results-container
  ul.categories-list
  li.category-item.selected
  h3.category-name::after {
  content: '-';
}
.results-container ul.categories-list li.category-item.selected ul.posts-list {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .results-container ul.categories-list {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.results-container .sliders-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.results-container .sliders-list .result-slider-container {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #66c9dd;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50%;
  position: relative;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div
  img {
  width: 100%;
  height: auto;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div
  span {
  background: #66c9dd;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 5px;
  bottom: 0;
  display: block;
  position: relative;
  height: 30px;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div:first-child {
  border-right: 1px solid #66c9dd;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div.after
  span {
  border-left: 1px solid #fff;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  img {
  margin: 0 !important;
  padding: 0;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow {
  background: #66c9dd;
  border: none;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow.slick-prev {
  left: -15px;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow.slick-next {
  right: -15px;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow:hover {
  border: none;
  background: #333;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow:hover::before {
  color: #fff;
}
.results-container
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.results-container .sliders-list .result-slider-container.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .results-container .sliders-list {
    width: 100%;
  }
}
.results-container .sliders-list .slick-dots {
  position: relative;
  bottom: unset;
  margin-top: 10px;
}
.results-container .sliders-list .slick-dots li button::before {
  font-size: 10px;
  color: #66c9dd;
}
@media only screen and (max-width: 1024px) {
  .results-container {
    padding: 3em 2em 0;
    margin-bottom: 0;
  }
}
.error404 {
  overflow: hidden;
  background: #66c9dd;
}
.error404 section.error-404 {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.error404 section.error-404 .parallax {
  width: 60%;
  height: 120vh;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .error404 section.error-404 .parallax {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .error404 section.error-404 .parallax {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 100vw;
  }
}
.error404 section.error-404 .parallax .parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.error404 section.error-404 .parallax .parallax-layer.parallax-layer__1 {
  background-image: url('https://b706db.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/1.png');
}
.error404 section.error-404 .parallax .parallax-layer.parallax-layer__2 {
  background-image: url(https://10a8c1.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/2.png);
}
.error404 section.error-404 .parallax .parallax-layer.parallax-layer__3 {
  background-image: url(https://927876.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/3.png);
}
.error404 section.error-404 .parallax .parallax-layer.parallax-layer__4 {
  background-image: url(https://a242fe.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/4.png);
}
.error404 section.error-404 .page-content {
  text-align: center;
  padding: 0;
  margin-top: -20%;
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .error404 section.error-404 .page-content {
    width: 100%;
    margin: 0;
    padding: 2em 1em;
  }
}
.error404 section.error-404 .page-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8em;
}
@media only screen and (max-width: 1024px) {
  .error404 section.error-404 .page-content h1 {
    font-size: 4em;
  }
}
.error404 section.error-404 .page-content p {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .error404 section.error-404 .page-content p {
    font-size: 1em;
  }
}
.error404 section.error-404 .page-content .button {
  background: #fff;
  padding: 8px 10px;
  color: #333;
  margin: 20px auto 0;
}
.error404 section.error-404 .page-content .button:hover {
  background: #106c81;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .error404 section.error-404 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
  }
}
.error404 .site-content-contain {
  background: #66c9dd;
}
.error404 #masthead {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background: none;
  padding: 0;
}
ul.equipe-slider {
  padding: 4em 0 0 0;
  margin: 0;
  text-align: center;
}
ul.equipe-slider li {
  padding: 0;
  margin: 0;
}
ul.equipe-slider li .about-image {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  ul.equipe-slider li .about-image {
    width: 300px;
    height: 300px;
  }
}
ul.equipe-slider li span {
  text-align: center;
  color: #66c9dd;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 1px;
}
ul.equipe-slider .slick-arrow {
  width: 80px;
  height: 80px;
}
ul.equipe-slider .slick-arrow::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}
ul.equipe-slider .slick-arrow.slick-prev {
  left: 0;
}
ul.equipe-slider .slick-arrow.slick-prev::before {
  background-image: url('https://0de079.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/back.svg');
  content: '';
}
ul.equipe-slider .slick-arrow.slick-next {
  right: 0;
}
ul.equipe-slider .slick-arrow.slick-next::before {
  background-image: url('https://0de079.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/back.svg');
  content: '';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  ul.equipe-slider {
    margin-bottom: 3em;
  }
}
ul.equipe-slider .slick-dots {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
ul.equipe-slider .slick-dots li button::before {
  font-size: 10px;
  color: #66c9dd;
}
.page:not(.home).page-template-equipe #content {
  padding-top: 0;
}
.page:not(.home) .single-featured-image {
  height: 33vw;
}
.page:not(.home) .single-featured-image::before {
  content: none;
}
.page-template-contact .wrap {
  padding: 4em 1em;
}
.page-template-contact .wrap article .entry-content {
  margin: 0;
}
.page-template-contact .wrap article .entry-content .page-title {
  margin: 0 0 20px 0;
  padding: 0;
}
.page-template-contact .wrap article .entry-content h2 {
  text-transform: uppercase;
  font-weight: lighter;
  color: #333;
  padding: 0;
  margin: 0 0 20px 0;
}
.page-template-contact .wrap article .entry-content .section-number {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto 4em;
  padding: 2em;
}
@media only screen and (max-width: 1024px) {
  .page-template-contact .wrap article .entry-content .section-number {
    width: 100%;
    padding: 2em 1em;
  }
  .page-template-contact .wrap article .entry-content .section-number h3 {
    font-size: 14px;
  }
}
.page-template-contact .wrap section {
  padding: 0;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.page-template-contact .wrap section .wpcf7 br {
  display: none;
}
.page-template-contact .wrap section .wpcf7 span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.page-template-contact .wrap section .wpcf7 .privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-template-contact .wrap section .wpcf7 .privacy span.privacy {
  margin-bottom: 0;
}
.page-template-contact .wrap section .wpcf7 .privacy span:not(.privacy) {
  font-size: 11px;
  color: #707070;
}
.page-template-contact .wrap section .wpcf7 .privacy span:not(.privacy) a {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  text-decoration: none;
}
.page-template-contact
  .wrap
  section
  .wpcf7
  .privacy
  span:not(.privacy)
  a:hover {
  text-decoration: underline;
}
.page-template-contact .wrap section .wpcf7 .wpcf7-submit {
  margin: 40px auto 0;
  background: #fec853;
  padding: 1em 2em;
}
.page-template-contact .wrap section .wpcf7 .wpcf7-submit:hover {
  background: #66c9dd;
  color: #fff;
}
.page-template-contact .wrap section h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .page-template-contact .wrap section {
    width: 100%;
  }
}
.slideshow-component {
  margin-bottom: 0;
  z-index: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .slideshow-component {
    margin-top: 0;
  }
}
.slideshow-component.slick-initialized {
  visibility: visible;
}
.slideshow-component .slick-dots {
  bottom: -35px;
}
.slideshow-component .slick-dots li {
  padding: 0;
  margin: 0;
}
.slideshow-component .slick-dots li button:before {
  color: #333;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slideshow-component:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slide-item {
  position: relative;
  padding: 0 !important;
  margin: 0;
}
.slide-item a:not(.button) {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-item .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 43vw;
  position: relative;
}
.slide-item .thumb::before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
  position: absolute;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .slide-item .thumb {
    height: 41vw;
  }
}
@media only screen and (max-width: 1024px) {
  .slide-item .thumb {
    height: 35vw;
  }
}
@media screen and (max-width: 640px) {
  .slide-item .thumb {
    height: 70vw;
  }
}
.slide-item .slide-content {
  max-width: 50%;
  margin: 0 auto;
  padding: 1.5em;
}
.slide-item .slide-content h3 {
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.slide-item .slide-content h3:after {
  content: attr(data-title);
  position: absolute;
  right: -2px;
  bottom: -1px;
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .slide-item .slide-content h3:after {
    font-size: 20px;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .slide-item .slide-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .slide-item .slide-content {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .slide-item .slide-content {
    max-width: 80%;
  }
  .slide-item .slide-content .button {
    max-width: 100%;
  }
}
.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 0;
}
.slick-slider .slick-arrow:hover {
  opacity: 1;
}
.slick-slider .slick-arrow:hover::before {
  color: #fff;
}
.slick-slider .slick-arrow::before {
  background-position: center;
  background-size: 17px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 2px;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'FontAwesome';
  opacity: 1;
  font-size: 25px;
}
.slick-slider .slick-arrow.slick-next {
  right: 30px;
}
.slick-slider .slick-arrow.slick-next:before {
  right: -2px;
  content: '\f105';
}
.slick-slider .slick-arrow.slick-prev {
  left: 30px;
}
.slick-slider .slick-arrow.slick-prev:before {
  left: -2px;
  content: '\f104';
}
.site-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 0;
  position: relative;
  text-align: center;
  z-index: 4;
  clear: both;
  margin-top: 0;
  background: #66c9dd;
  font-family: 'Montserrat', sans-serif;
  border: none;
}
.site-footer::before,
.site-footer::after {
  content: none;
}
.site-footer aside::before,
.site-footer aside::after {
  content: none;
}
.site-footer p,
.site-footer a {
  color: #777;
  font-size: 12px;
  margin: 2em 0;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
}
.site-footer p:hover,
.site-footer a:hover {
  color: #f0f0f0;
  text-decoration: none;
}
.site-footer p {
  margin-bottom: 4px;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.site-footer .widget-area {
  padding: 0 0 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}
.site-footer .widget-area .widget-column {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .site-footer .widget-area .widget-column .widget {
    padding: 0 0 2em 0;
  }
}
.site-footer .widget-area .widget-column ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .widget-area .widget-column ul.menu li.menu-item {
  border: none;
  padding: 0.5em;
  position: unset;
}
.site-footer .widget-area .widget-column ul.menu li.menu-item a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  font-size: 1.8em;
  padding: 0;
  position: relative;
}
.site-footer .widget-area .widget-column ul.menu li.menu-item a:hover {
  color: #707070;
}
@media only screen and (max-width: 1024px) {
  .site-footer .widget-area .widget-column ul.menu li.menu-item a {
    font-size: 1em;
  }
}
.site-footer .widget-area .widget-column ul#menu-social-links-menu-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .widget-area .widget-column ul#menu-social-links-menu-1 li {
  border: none;
  padding: 0;
  margin: 0;
}
.site-footer .widget-area .widget-column ul#menu-social-links-menu-1 li a {
  background-color: #fff;
  color: #66c9dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}
.site-footer .widget-area .widget-column ul#menu-social-links-menu-1 li a i {
  font-size: 20px;
}
.site-footer
  .widget-area
  .widget-column
  ul#menu-social-links-menu-1
  li
  a:hover {
  background: #707070;
  text-decoration: none;
  color: #fff;
}
.site-footer
  .widget-area
  .widget-column
  ul#menu-social-links-menu-1
  li:last-child
  a {
  margin: 0;
}
.site-footer .widget-area .widget-column .copyright {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 9px;
  margin-top: 3em;
}
.site-footer .widget-area .widget-column .widget_text {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .site-footer .widget-area .widget-column .widget_text img {
    width: 62%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .widget-area {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer {
    padding: 0;
  }
}
.home .site-footer {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

a.button,
div.wpcf7 .wpcf7-submit {
  border-radius: 0;
  font-size: 12px;
  position: relative;
  padding: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #66c9dd;
}
a.button:hover,
div.wpcf7 .wpcf7-submit:hover {
  text-decoration: none;
  color: #707070;
  background: transparent;
}
a.button.btn-white,
div.wpcf7 .wpcf7-submit.btn-white {
  background: #fff;
}
a.button.btn-white:hover,
div.wpcf7 .wpcf7-submit.btn-white:hover {
  background: #707070;
  color: #fff;
}
a.button.btn-yellow,
div.wpcf7 .wpcf7-submit.btn-yellow {
  background: #fec853;
  border-radius: 8px;
}
a.button.btn-yellow:hover,
div.wpcf7 .wpcf7-submit.btn-yellow:hover {
  background: #707070;
  color: #fff;
}
a.button.btn-blue,
div.wpcf7 .wpcf7-submit.btn-blue {
  background: #66c9dd;
}
a.button.btn-blue:hover,
div.wpcf7 .wpcf7-submit.btn-blue:hover {
  background: #707070;
  color: #fff;
}
@media screen and (max-width: 640px) {
  a.button,
  div.wpcf7 .wpcf7-submit {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto;
    padding: 15px 20px;
  }
}
a.button.white,
div.wpcf7 .wpcf7-submit.white {
  margin: 2em auto 0;
  padding: 12px 20px;
}
a.button.white:hover,
div.wpcf7 .wpcf7-submit.white:hover {
  background: #333;
}
@media screen and (max-width: 640px) {
  a.button.white,
  div.wpcf7 .wpcf7-submit.white {
    border: none;
  }
  a.button.white:hover,
  div.wpcf7 .wpcf7-submit.white:hover {
    background: #fff;
  }
}
input[type='submit'] {
  background: none;
  position: relative;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type='submit']:hover {
  color: #333;
  background: none;
}
.entry-content a.button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .entry-content a.button {
    width: auto;
    text-align: center;
  }
}
article .section-title {
  font-size: 2.2em;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  article .section-title {
    font-size: 1.7em;
  }
}
.gallery-item a img {
  width: 100%;
}
.single-featured-image {
  padding: 6em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-color: #66c9dd;
  position: relative;
}
.single-featured-image::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 149, 173, 0.7);
  content: '';
}
.single-featured-image .wrap {
  color: #fff;
  text-align: center;
}
.single-featured-image h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.single-featured-image .introtext {
  margin-top: 30px;
}
.single-featured-image .introtext p {
  color: #fff;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}
.single-featured-image .introtext a {
  color: #fec853;
  font-weight: bold;
  text-decoration: underline;
}
.single-featured-image .introtext a:hover {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .single-featured-image .introtext p {
    line-height: 1.6;
  }
}
#accordion {
  list-style: none;
  float: left;
  padding: 0;
  border: 0;
  width: 100%;
  margin-top: 2em;
}
#accordion li {
  border: 0;
  padding: 0;
  margin: 2.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}
#accordion li .link {
  display: block;
  float: left;
  background-color: #66c9dd;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  padding: 2.5em 10px;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
#accordion li .link h2,
#accordion li .link h3,
#accordion li .link h4 {
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.625rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #accordion li .link h2,
  #accordion li .link h3,
  #accordion li .link h4 {
    font-size: 13px;
  }
}
#accordion li .link h2::after,
#accordion li .link h3::after,
#accordion li .link h4::after {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-image: url('https://c36ce7.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/icon-prev.svg');
  width: 20px;
  height: 20px;
  z-index: 2;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  #accordion li .link h2::after,
  #accordion li .link h3::after,
  #accordion li .link h4::after {
    width: 15px;
    height: 15px;
    right: -17px;
  }
}
#accordion li .link:hover {
  background: #707070;
}
#accordion li .link.active h2::after,
#accordion li .link.active h3::after,
#accordion li .link.active h4::after {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
@media only screen and (max-width: 1024px) {
  #accordion li .link {
    padding: 2.5em 30px;
  }
}
#accordion li .content {
  text-align: center;
  padding-top: 2em;
  display: none;
}
#accordion li .content ol li,
#accordion li .content ul li {
    display: list-item;
    text-align: left;
    color: #333;
	font-size: 13px;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px 35px;
}
#accordion li .content a {
	color: #66c9dd;
    font-weight: bold;
    text-decoration: none;
}
#accordion li .content a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #accordion li {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #accordion {
    margin: 0;
  }
}
ul.description_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 3em 0 0;
  margin: 0 0 3em 0;
}
ul.description_table li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2em;
  margin: 1em 0;
  border-right: 1px solid #66c9dd;
  margin-bottom: 10px;
}
ul.description_table li img {
  margin-right: 8%;
  height: 70px;
  width: auto;
  max-width: none;
}
ul.description_table li span {
  color: #66c9dd;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 0.9em;
  max-width: 60%;
  text-align: left;
}
ul.description_table li:last-child {
  border: none;
}
@media screen and (max-width: 640px) {
  ul.description_table li:last-child {
    border-bottom: 1px solid #bdf1fc;
  }
}
ul.description_table li .points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.description_table li .points span.point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  background: none;
  border: 1px solid #66c9dd;
}
ul.description_table li .points.one span.point:first-child {
  background: #66c9dd;
}
ul.description_table li .points.two span.point:nth-child(-n + 2) {
  background: #66c9dd;
}
ul.description_table li .points.three span.point:nth-child(-n + 3) {
  background: #66c9dd;
}
ul.description_table li .points.four span.point:nth-child(-n + 4) {
  background: #66c9dd;
}
ul.description_table li .points.five span.point {
  background: #66c9dd;
}
ul.description_table li .euros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.description_table li .euros span.euro {
  margin-right: 5px;
  color: #66c9dd;
  opacity: 0.5;
  letter-spacing: 0;
}
ul.description_table li .euros.one span.euro:first-child {
  opacity: 1;
}
ul.description_table li .euros.two span.euro:nth-child(-n + 2) {
  opacity: 1;
}
ul.description_table li .euros.three span.euro:nth-child(-n + 3) {
  opacity: 1;
}
ul.description_table li .euros.four span.euro:nth-child(-n + 4) {
  opacity: 1;
}
ul.description_table li .euros.five span.euro {
  opacity: 1;
}
ul.description_table li.anesthesia {
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  ul.description_table li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #bdf1fc;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  ul.description_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
ul.description_table.last {
  padding: 0;
  margin: 0 0 3em 0;
}
ul.description_table.last li {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border: none;
}
.single-post .sliders-list {
  width: 100%;
}
.single-post .sliders-list .result-slider-container .section-title {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single-post .sliders-list .result-slider-container .section-title {
    font-size: 1.3em;
    font-weight: normal;
  }
}
.single-post .sliders-list .result-slider-container .result-slider .slide-item {
  display: block;
  width: 100%;
  border: 1px solid #66c9dd;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div {
  position: relative;
  width: 49.7%;
  display: inline-block;
  height: auto;
  max-width: none;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div::after {
  position: absolute;
  background: #66c9dd;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 5px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div.before::after {
  content: 'Prima';
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div.after::after {
  content: 'Dopo';
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  div:first-child {
  border-right: 1px solid #66c9dd;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .single-post
    .sliders-list
    .result-slider-container
    .result-slider
    .slide-item
    div {
    width: 49%;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post
    .sliders-list
    .result-slider-container
    .result-slider
    .slide-item
    div {
    width: 49%;
  }
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slide-item
  img {
  margin: 0 !important;
  padding: 0;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow {
  background: #66c9dd;
  border: none;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow.slick-prev {
  left: -15px;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow.slick-next {
  right: -15px;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow:hover {
  border: none;
  background: #333;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow:hover::before {
  color: #fff;
}
.single-post
  .sliders-list
  .result-slider-container
  .result-slider
  .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.single-post .sliders-list .result-slider-container.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.single-post .sliders-list .slick-dots {
  position: relative;
  bottom: unset;
  margin-top: 10px;
}
.single-post .sliders-list .slick-dots li button::before {
  font-size: 10px;
  color: #66c9dd;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
select,
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #333;
  background: none;
  background-image: none;
  border: 1px solid #333;
  display: block;
  padding: 0.5em 0.7em;
  width: 100%;
  font-weight: lighter;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='range']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select2-container
  .select2-selection--single
  .select2-selection__rendered::-webkit-input-placeholder {
  color: #66c9dd;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='range']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='color']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.select2-container
  .select2-selection--single
  .select2-selection__rendered::-moz-placeholder {
  color: #66c9dd;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='range']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.select2-container
  .select2-selection--single
  .select2-selection__rendered::-ms-input-placeholder {
  color: #66c9dd;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='range']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='time']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='color']::placeholder,
textarea::placeholder,
select::placeholder,
.select2-container
  .select2-selection--single
  .select2-selection__rendered::placeholder {
  color: #66c9dd;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
select {
  background: transparent none repeat scroll 0 0;
  padding: 0 30px 0 10px;
  background-image: url('https://08d7c7.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/select.svg');
  background-size: 14px 13px;
  background-repeat: no-repeat;
  background-position: 96% center;
  color: #66c9dd;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 14px;
  font-style: italic;
  min-height: 42px;
  text-transform: uppercase;
}
span.wpcf7-list-item {
  display: inline-block;
}
.privacy input[type='checkbox'] {
  width: 16px;
}
div.wpcf7-response-output {
  border: none;
  text-align: center;
  background: #ed5353;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 7px 10px;
  width: 100%;
}
div.wpcf7-mail-sent-ok {
  background: #6bdb9a;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background: #ed5353;
}
div.wpcf7-spam-blocked {
  background: #ed5353;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #ed5353;
}
.entry-content form.wpcf7-form {
  margin: 5em auto 3em;
  width: 50%;
}
.entry-content form.wpcf7-form h3 {
  text-transform: uppercase;
  text-align: center;
  color: #333;
  padding: 0;
  margin-bottom: 30px;
  letter-spacing: 8px;
  font-size: 1.8em;
}
.entry-content form.wpcf7-form p {
  margin: 0 0 15px 0 !important;
}
@media screen and (max-width: 640px) {
  .entry-content form.wpcf7-form {
    width: 100%;
    margin: 3em 0;
  }
}
.contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2em 0;
}
.contacts-container h3 {
  text-transform: uppercase;
  color: #333;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 8px;
  font-size: 1.5em;
}
.contacts-container ul.help-container {
  width: 32%;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts-container ul.help-container li {
  width: 100%;
  border-bottom-width: 0;
}
.contacts-container ul.help-container li:last-child {
  border-width: 1px;
}
.contacts-container ul.help-container li ul.social-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-container ul.help-container li ul.social-container li {
  padding: 0 10px 0 0;
  border: none;
  margin: 0;
  width: auto;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .contacts-container ul.help-container li ul.social-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .contacts-container ul.help-container li {
    border-bottom-width: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts-container ul.help-container {
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
  }
}
.contacts-container .map {
  width: 32%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 1024px) {
  .contacts-container .map {
    width: 100%;
    margin-bottom: 3em;
  }
}
.contacts-container .map iframe {
  height: 26vw;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .contacts-container .map iframe {
    height: 50vw;
  }
}
.contacts-container .wpcf7 {
  width: 32%;
}
@media only screen and (max-width: 1024px) {
  .contacts-container .wpcf7 {
    width: 100%;
    text-align: center;
  }
}
.contacts-container .wpcf7 p {
  margin-bottom: 10px;
}
.contacts-container .wpcf7 .wpcf7-submit {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-container {
    width: 100%;
    text-align: center;
  }
}
.gallery-container h3 {
  text-transform: uppercase;
  color: #333;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 8px;
  font-size: 1.5em;
}
.grecaptcha-badge {
  display: none !important;
}
.newsletter-container {
  background: #f0f0f0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.5em 1em;
}
.newsletter-container .wrap {
  max-width: 40%;
}
@media only screen and (max-width: 1024px) {
  .newsletter-container .wrap {
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-container .wrap {
    max-width: 100%;
  }
}
.newsletter-container h3 {
  font-size: 24px;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: lighter;
}
.newsletter-container h4 {
  padding: 0;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
.newsletter-container p,
.newsletter-container span {
  font-size: 9.5px;
  line-height: normal;
  color: #333;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
.newsletter-container p a,
.newsletter-container span a {
  text-decoration: underline;
}
.newsletter-container p a:hover,
.newsletter-container span a:hover {
  color: #707070;
}
.newsletter-container .wpcf7-form .privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsletter-container .wpcf7-form .privacy span.acceptance {
  width: 5%;
  margin-right: 10px;
}
.newsletter-container .wpcf7-form .privacy span.acceptance input {
  width: 10px;
  height: 10px;
}
.newsletter-container .wpcf7-form .privacy > span:not(.acceptance) {
  width: 90%;
  text-align: left;
}
.newsletter-container .wpcf7-form .privacy input {
  padding: 0;
  margin: 0;
}
.newsletter-container .wpcf7-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsletter-container .wpcf7-form p span {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .newsletter-container .wpcf7-form p span {
    width: 100%;
  }
}
.newsletter-container .wpcf7-form input {
  border-bottom: 1px solid #333;
  padding: 7px 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.newsletter-container .wpcf7-form input:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #707070;
}
.newsletter-container .wpcf7-form input.wpcf7-submit {
  width: 25%;
  margin-top: 0;
  border: 1px solid #333;
  padding: 10px;
}
.newsletter-container .wpcf7-form input.wpcf7-submit::before {
  content: none;
}
.newsletter-container .wpcf7-form input.wpcf7-submit:hover {
  background: #333;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .newsletter-container .wpcf7-form input.wpcf7-submit {
    width: 100%;
    border: none;
    background: #333;
    color: #fff;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-container .wpcf7-form input {
    text-align: center;
  }
}
.newsletter-container .wpcf7-form .ajax-loader {
  background-repeat: no-repeat;
  width: 16px;
  margin: 5px 0 0 0px;
}
@media screen and (max-width: 640px) {
  .newsletter-container {
    width: 100%;
  }
}
.mailchimp-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mailchimp-newsletter label {
  margin: 0;
}
.mailchimp-newsletter input#mailchimp_woocommerce_newsletter {
  width: 20px;
}
@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    top: 3px;
  }
  50% {
    top: 70%;
  }
}
@keyframes MoveUpDown {
  0%,
  100% {
    top: 3px;
  }
  50% {
    top: 70%;
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.sections-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sections-container .cocoen {
  height: 100%;
  cursor: auto;
}
.sections-container .cocoen .cocoen-drag {
  width: 6px;
  background: #66c9dd;
}
.sections-container .cocoen .cocoen-drag::before {
  content: '';
  background: #66c9dd;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  left: -8px;
  right: 0;
  margin: auto;
  border: 3px solid #fff;
  z-index: 1;
}
.sections-container .cocoen .cocoen-drag::after {
  background: #fff;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 6px;
  content: '';
  height: 100%;
  width: 4px;
}
.sections-container .cocoen img {
  height: 100%;
}
@media only screen and (min-width: 2200px) {
  .sections-container .cocoen img {
    width: auto !important;
  }
}
@media only screen and (min-width: 1441px) {
  .sections-container .cocoen img {
    width: auto !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .sections-container .cocoen img {
    width: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .cocoen img {
    height: 76vw;
    width: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .cocoen {
    max-width: 100%;
    height: auto;
  }
}
.sections-container .section {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  padding: 0;
}
.sections-container .section.section-bg-blue {
  -webkit-animation: gradientBG 5s ease infinite;
  animation: gradientBG 5s ease infinite;
  background: linear-gradient(-45deg, #027389, #29a4bc, #66c9dd, #b7f4ff);
  background-size: 400% 400%;
  background-color: #66c9dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .sections-container .section.section-bg-blue img {
    width: 30%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-bg-blue img {
    width: 60%;
    height: auto;
  }
}
.sections-container .section.section-bg-blue .elementScrolling {
  background: #fff;
  width: 2px;
  height: 50px;
  position: absolute;
  bottom: 4em;
}
.sections-container .section.section-bg-blue .elementScrolling::after {
  content: '';
  top: 3px;
  left: -5px;
  border-radius: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  margin: 0 auto;
  background: #fff;
  -webkit-animation: MoveUpDown 2s linear infinite;
  animation: MoveUpDown 2s linear infinite;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-bg-blue {
    height: 100vh;
  }
}
.sections-container .section .section-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 0 2em 0 9em;
  visibility: hidden;
}
.sections-container .section .section-content .section-description {
  color: #333;
}
.sections-container .section .section-content .section-description p {
  font-size: 0.85em;
  line-height: 1.6;
}
.sections-container .section .section-content .button {
  margin: 30px 0 25px;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section .section-content .button {
    margin: 30px auto 25px;
  }
}
.sections-container .section .section-content a:not(.button) {
  color: #66c9dd;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
  font-weight: 600;
}
.sections-container .section .section-content a:not(.button):hover {
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section .section-content a:not(.button) {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section .section-content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0 2em;
    text-align: center;
  }
}
.sections-container .section .section-content.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section .section-content.animated {
    -webkit-animation: none;
    animation: none;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section .section-content {
    visibility: visible;
  }
}
.sections-container .section .section-images {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section .section-images {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 3em;
  }
  .sections-container .section .section-images::before {
    position: absolute;
    left: 0;
    z-index: 99999;
    background: transparent;
    width: 100%;
    height: 100%;
    content: '';
  }
}
.sections-container .section.section-about {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sections-container .section.section-about .section-content {
  padding: 0 9em 0 2em;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-about .section-content {
    padding: 0 2em;
  }
}
.sections-container .section.section-about .section-content.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-about .section-content.animated {
    -webkit-animation: none;
    animation: none;
  }
}
.sections-container .section.section-about .section-about-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-about .section-about-image {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-about {
    margin-top: 5em;
  }
}
.sections-container .section.section-contact {
  height: auto;
  padding: 7em 3em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-contact {
    padding: 3em 0 2em;
  }
}
.sections-container .section.section-contact img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-contact img {
    display: none;
  }
}
.sections-container .section.section-contact .section-content {
  visibility: visible;
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 0 3em;
}
.sections-container .section.section-contact .section-content .section-title {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-contact .section-content .section-title {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sections-container .section.section-contact .section-content .section-title {
    font-size: 1.3em;
    letter-spacing: 1px;
  }
}
.sections-container .section.section-contact .section-content .wpcf7 br {
  display: none;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.sections-container .section.section-contact .section-content .wpcf7 .privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  .privacy
  span.privacy {
  margin-bottom: 0;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  .privacy
  span:not(.privacy) {
  font-size: 11px;
  color: #707070;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  .privacy
  span:not(.privacy)
  a {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  text-decoration: none;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  .privacy
  span:not(.privacy)
  a:hover {
  text-decoration: underline;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  .wpcf7-submit {
  margin: 40px auto 0;
  background: #fec853;
  padding: 1em 2em;
}
.sections-container
  .section.section-contact
  .section-content
  .wpcf7
  .wpcf7-submit:hover {
  background: #66c9dd;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .sections-container .section.section-contact .section-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-contact .section-content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-contact .section-content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.sections-container .section.section-contact .section-content.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media only screen and (max-width: 1024px) {
  .sections-container .section.section-contact .section-content.animated {
    -webkit-animation: none;
    animation: none;
  }
}
@media only screen and (max-width: 1024px) {
  .sections-container .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin-bottom: 2em;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.section-title {
  color: #66c9dd;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 2em;
  font-weight: lighter;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .section-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 1.4em;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.treatmentIcon {
  margin: 0 auto;
  display: block;
}
.archive #content {
  padding-left: 0;
  padding-right: 0;
}
.archive .wrap > img {
  margin-bottom: -4em;
}
@media screen and (max-width: 640px) {
  .archive .wrap > img {
    margin-bottom: -2em;
  }
}
.archive .wrap .section-title,
.archive .wrap p {
  text-align: center;
}
.treatments-container {
  background-image: url(https://97d871.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/rock.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  background-position: center;
  margin: 4em 0;
}
.treatments-container ul.treatments-list {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
  text-align: center;
  background-color: #66c9dd;
  padding: 1em 0;
}
.treatments-container ul.treatments-list li {
  padding: 1em;
}
.treatments-container ul.treatments-list li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}
.treatments-container ul.treatments-list li a::before {
  width: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  bottom: -5px;
}
.treatments-container ul.treatments-list li a:hover::before {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .treatments-container ul.treatments-list {
    background-size: cover;
  }
}
.treatments-container.category-4 {
  padding: 9.7em 0 21em;
}
.treatments-container.category-4 ul.treatments-list {
  background-image: url(https://580604.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/trattamenti-seno.png);
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .treatments-container.category-4 {
    padding: 9.8em 0 22em;
  }
}
.treatments-container.category-5 {
  padding: 0 0 28em;
}
.treatments-container.category-5 ul.treatments-list {
  background-image: url(https://74ccd6.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/trattamenti-viso.png);
}
.treatments-container.category-6 {
  padding: 14em 0 0;
}
.treatments-container.category-6 ul.treatments-list {
  background-image: url(https://0c8ecd.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/trattamenti-corpo.png);
  background-position: 53% center;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .treatments-container.category-6 ul.treatments-list {
    background-position: 56% center;
  }
}
.treatments-container.category-7 {
  padding: 0 0 35em;
}
.treatments-container.category-7 ul.treatments-list {
  background-image: url(https://69a0c8.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/trattamenti-medicina-estetica.png);
}
.treatments-container.laser-terapia {
  padding: 21em 0 22em;
}
.treatments-container.laser-terapia ul.treatments-list {
  background-image: url(https://a90b10.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/trattamenti-laser-terapia.png);
}
@media screen and (max-width: 640px) {
  .treatments-container {
    padding: 0 !important;
  }
}
/* modules */
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y
  > .ps-scrollbar-y-rail
  > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('https://2a443c.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://b4134c.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/slick.eot');
  src: url('https://f227a2.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/slick.eot#iefix') format('embedded-opentype'),
    url('https://50f69e.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/slick.woff') format('woff'),
    url('https://07eba7.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/slick.ttf') format('truetype'),
    url('https://76d986.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://445e3d.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://b26492.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/fontawesome-webfont.eot#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('https://3a9a7b.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('https://9536f8.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('https://2eae14.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('https://4b09e6.claudeassets.com/20240321045151im_/https://stefanocampaclinic.com/wp-content/themes/campa/images/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper-pp:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}
.fa-reddit-alien:before {
  content: '\f281';
}
.fa-edge:before {
  content: '\f282';
}
.fa-credit-card-alt:before {
  content: '\f283';
}
.fa-codiepie:before {
  content: '\f284';
}
.fa-modx:before {
  content: '\f285';
}
.fa-fort-awesome:before {
  content: '\f286';
}
.fa-usb:before {
  content: '\f287';
}
.fa-product-hunt:before {
  content: '\f288';
}
.fa-mixcloud:before {
  content: '\f289';
}
.fa-scribd:before {
  content: '\f28a';
}
.fa-pause-circle:before {
  content: '\f28b';
}
.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa-stop-circle:before {
  content: '\f28d';
}
.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa-shopping-bag:before {
  content: '\f290';
}
.fa-shopping-basket:before {
  content: '\f291';
}
.fa-hashtag:before {
  content: '\f292';
}
.fa-bluetooth:before {
  content: '\f293';
}
.fa-bluetooth-b:before {
  content: '\f294';
}
.fa-percent:before {
  content: '\f295';
}
.fa-gitlab:before {
  content: '\f296';
}
.fa-wpbeginner:before {
  content: '\f297';
}
.fa-wpforms:before {
  content: '\f298';
}
.fa-envira:before {
  content: '\f299';
}
.fa-universal-access:before {
  content: '\f29a';
}
.fa-wheelchair-alt:before {
  content: '\f29b';
}
.fa-question-circle-o:before {
  content: '\f29c';
}
.fa-blind:before {
  content: '\f29d';
}
.fa-audio-description:before {
  content: '\f29e';
}
.fa-volume-control-phone:before {
  content: '\f2a0';
}
.fa-braille:before {
  content: '\f2a1';
}
.fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}
.fa-glide:before {
  content: '\f2a5';
}
.fa-glide-g:before {
  content: '\f2a6';
}
.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}
.fa-low-vision:before {
  content: '\f2a8';
}
.fa-viadeo:before {
  content: '\f2a9';
}
.fa-viadeo-square:before {
  content: '\f2aa';
}
.fa-snapchat:before {
  content: '\f2ab';
}
.fa-snapchat-ghost:before {
  content: '\f2ac';
}
.fa-snapchat-square:before {
  content: '\f2ad';
}
.fa-pied-piper:before {
  content: '\f2ae';
}
.fa-first-order:before {
  content: '\f2b0';
}
.fa-yoast:before {
  content: '\f2b1';
}
.fa-themeisle:before {
  content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}
.fa-handshake-o:before {
  content: '\f2b5';
}
.fa-envelope-open:before {
  content: '\f2b6';
}
.fa-envelope-open-o:before {
  content: '\f2b7';
}
.fa-linode:before {
  content: '\f2b8';
}
.fa-address-book:before {
  content: '\f2b9';
}
.fa-address-book-o:before {
  content: '\f2ba';
}
.fa-vcard:before,
.fa-address-card:before {
  content: '\f2bb';
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '\f2bc';
}
.fa-user-circle:before {
  content: '\f2bd';
}
.fa-user-circle-o:before {
  content: '\f2be';
}
.fa-user-o:before {
  content: '\f2c0';
}
.fa-id-badge:before {
  content: '\f2c1';
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: '\f2c2';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '\f2c3';
}
.fa-quora:before {
  content: '\f2c4';
}
.fa-free-code-camp:before {
  content: '\f2c5';
}
.fa-telegram:before {
  content: '\f2c6';
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '\f2c7';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '\f2c8';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '\f2c9';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '\f2ca';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '\f2cb';
}
.fa-shower:before {
  content: '\f2cc';
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '\f2cd';
}
.fa-podcast:before {
  content: '\f2ce';
}
.fa-window-maximize:before {
  content: '\f2d0';
}
.fa-window-minimize:before {
  content: '\f2d1';
}
.fa-window-restore:before {
  content: '\f2d2';
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: '\f2d3';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '\f2d4';
}
.fa-bandcamp:before {
  content: '\f2d5';
}
.fa-grav:before {
  content: '\f2d6';
}
.fa-etsy:before {
  content: '\f2d7';
}
.fa-imdb:before {
  content: '\f2d8';
}
.fa-ravelry:before {
  content: '\f2d9';
}
.fa-eercast:before {
  content: '\f2da';
}
.fa-microchip:before {
  content: '\f2db';
}
.fa-snowflake-o:before {
  content: '\f2dc';
}
.fa-superpowers:before {
  content: '\f2dd';
}
.fa-wpexplorer:before {
  content: '\f2de';
}
.fa-meetup:before {
  content: '\f2e0';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  font-size: 10px;
  line-height: 1.1;
  min-height: 100%;
  position: relative;
  background: #fff;
}
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  min-height: 100vh;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body.active {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
body.scrolled {
  padding-top: 6em;
}
.wrap {
  padding: 0 3em;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 1em;
  }
}
.hidden,
.slick-slide img.hidden {
  display: none;
}
.img-bg,
.custombg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.perfect-scrollbar {
  position: relative;
  overflow: hidden;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background: #fff;
}
#cookiescript_badge {
  display: none !important;
}
a,
a:hover,
a:focus {
  outline: none;
}
.thumb {
  background-size: cover;
  background-position: center;
  position: relative;
}
section {
  padding: 4em 0 1em;
  position: relative;
}
.main-navigation li li:hover,
.main-navigation li li.focus {
  background: none;
}
.navigation-top > a {
  position: absolute;
  top: 80px;
}
#masthead .navigation-top nav.main-navigation {
  padding: 0 20px;
  position: fixed;
  overflow: hidden;
  top: 230px;
}
nav#site-navigation::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  box-shadow: 0 0px 9px 2px rgba(0, 0, 0, 0.1);
  z-index: 9;
  bottom: 0;
  width: 54%;
  margin: auto;
  right: 0;
}
#masthead .navigation-top nav.main-navigation .menu-top-menu-container {
  overflow-y: scroll;
  max-height: 45vh;
  height: 100%;
}
#masthead .navigation-top ul.menu {
  height: auto;
}
.navigation-top nav.social-navigation {
  margin-left: 0;
  position: fixed;
  bottom: 20px;
}

.header-widget section {
  padding: 0;
}
.header-widget iframe {
  margin-bottom: 0;
}
#zlwidget .opinion-widget .branding {
  background: #fec853 !important;
}
#zlwidget .opinion-widget {
  border: 2px solid #fec853 !important;
}
#zlwidget .opinion-widget .animation__color-back {
  border-color: #66c9dd !important;
  background-color: #66c9dd !important;
}
.header-container {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  z-index: 9;
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s;
}

.page-template-office .header-container {
  justify-content: flex-end;
}

.page-template-office .header-container.scrolled {
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #masthead .navigation-top img {
    width: 200px;
  }
  #masthead .navigation-top nav.main-navigation {
    top: 200px;
  }
  #masthead .navigation-top nav.social-navigation {
    margin-top: 0;
    padding: 0;
  }
  .header-widget {
    right: -19px;
    position: relative;
  }
  .header-container {
    padding-bottom: 0;
  }
  /* .header-container.scrolled {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  } */
  .header-container.scrolled .menu-mobile-container .menu-mobile.light,
  .header-container.scrolled .menu-mobile-container .menu-mobile.light::before,
  .header-container.scrolled .menu-mobile-container .menu-mobile.light::after {
    background: #66c9dd;
  }
}

/*
     FILE ARCHIVED ON 04:50:35 Mar 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:43:30 Sep 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.391
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.042
  esindex: 0.005
  cdx.remote: 34.109
  LoadShardBlock: 739.567 (3)
  PetaboxLoader3.resolve: 251.889 (3)
  PetaboxLoader3.datanode: 214.295 (5)
  load_resource: 283.845
  loaddict: 175.12
*/