.site-footer {
  padding-top: 0;
  padding-bottom: 32px;
  background-color: #444;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .site-footer {
    padding-bottom: 24px;
  }
}
.site-footer__wrapper .flex-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 32px;
  row-gap: 24px;
}
@media only screen and (max-width: 991px) {
  .site-footer__wrapper .flex-layout {
    flex-direction: column;
    align-items: initial;
  }
}
.site-footer__branding, .site-footer__contribute {
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .site-footer__branding, .site-footer__contribute {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.site-footer__branding .custom-logo-link, .site-footer__contribute .custom-logo-link {
  display: flex;
}
.site-footer__branding .custom-logo-link img, .site-footer__contribute .custom-logo-link img {
  width: 100%;
}
.site-footer__branding p, .site-footer__contribute p {
  color: var(--wp--preset--color--light-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 32px;
}
@media only screen and (max-width: 991px) {
  .site-footer__branding p, .site-footer__contribute p {
    margin: 0 0 24px;
  }
}
.site-footer .site-logo {
  padding: 32px 0;
}
@media only screen and (max-width: 991px) {
  .site-footer .site-logo {
    padding: 24px 0;
  }
}
.site-footer .footer-navigation__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .social-icons a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6.4px;
  width: 32px;
  height: 32px;
}
.site-footer .social-icons a img {
  width: 24px;
  height: auto;
}
.site-footer .footer-menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
.site-footer .footer-menu .menu-item a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
}
.site-footer .footer-menu .menu-item a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s linear;
}
.site-footer .footer-menu .menu-item a:hover:after {
  width: 100%;
}
.site-footer__newsletter {
  padding: 120px 0;
  background: #03FFFF;
  width: 100vw;
  position: relative;
  max-width: calc(100vw - 40px) !important;
  color: #1B1B1B;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .site-footer__newsletter {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__newsletter {
    padding: 40px 0;
  }
}
.site-footer__newsletter #btn-popup-top-voices {
  display: block !important;
}
.site-footer__newsletter .fancybox__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
  margin-bottom: 16px;
}
.site-footer__newsletter .fancybox__title--popup {
  display: none;
}
.site-footer__newsletter .fancybox__description {
  margin-right: auto;
  max-width: 700px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 32px;
}
.site-footer__newsletter .fancybox__description--popup {
  display: none;
}
.site-footer__newsletter .btn {
  background-color: #AD00F2;
  border: 0;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__newsletter .btn svg path {
  fill: #fff;
}
.site-footer__newsletter .mailchimp__form {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__newsletter .mailchimp__form input,
.site-footer__newsletter .mailchimp__form textarea {
  border: 1px solid #1B1B1B;
  color: #1B1B1B;
  background: rgba(255, 255, 255, 0.2);
}
.site-footer__newsletter .mailchimp__form input::placeholder,
.site-footer__newsletter .mailchimp__form textarea::placeholder {
  color: rgba(27, 27, 27, 0.4);
}
.site-footer__newsletter .mailchimp__form .checkbox-label a {
  font-weight: 700;
  color: #1B1B1B;
}
.site-footer__newsletter .mailchimp__form .checkbox-label:before {
  border-color: #1B1B1B;
}
.site-footer__newsletter .mailchimp__form input[type=checkbox]:checked + .checkbox-label:before {
  background-color: #1B1B1B;
}
.site-footer__newsletter .mailchimp__form input[type=checkbox]:checked + .checkbox-label::after {
  filter: invert(1);
}
.site-footer__newsletter .text-wrap--popup {
  display: none;
}
.site-footer__newsletter #mc_embed_signup.mailchimp__form form div#mce-success-response {
  background-color: #5200F2;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.site-footer__newsletter #mc_embed_signup.mailchimp__form form div#mce-error-response {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.form-modal__top-voices {
  position: relative;
}
.form-modal__top-voices .fancybox__description {
  position: relative;
}
.form-modal__top-voices .movable-box__container {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  animation: moveVertical 6s linear infinite;
}
@keyframes moveVertical {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 130%;
  }
}
.form-modal__top-voices .movable-box {
  position: absolute;
  width: fit-content !important;
}
.form-modal__top-voices .movable-box.top-rect {
  top: 5px;
  right: 20%;
}
.form-modal__top-voices .movable-box.desc-rect {
  top: -20px;
  left: 30%;
}
.form-modal__top-voices .movable-box.left-rect {
  bottom: 15%;
  left: -20px;
}
.form-modal__top-voices .movable-box.right-rect {
  right: -20px;
  bottom: 10px;
}

.fancybox__container .fancybox__title--newsletter {
  display: none;
}
.fancybox__container .fancybox__description--newsletter {
  display: none;
}
.fancybox__container .text-wrap--newsletter {
  display: none;
}
.fancybox__container #mc-embedded-subscribe {
  margin: auto;
}

a.iubenda-white.iubenda-noiframe.iubenda-embed {
  color: #fff !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-decoration: none;
  position: relative;
  background-image: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-family: var(--wp--preset--font-family--montserrat) !important;
  position: relative !important;
}

/*# sourceMappingURL=style.css.map */
