.site-footer {
  overflow: hidden;
}

.site-footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.site-footer__wrapper:after {
  content: "";
  border-radius: 1137.511px;
  background: linear-gradient(268deg, rgba(65, 211, 218, 0.4) 114.49%, rgba(54, 71, 72, 0.4) 114.49%);
  filter: blur(328.2149963379px);
  width: 1137.511px;
  height: 774.596px;
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  right: -40px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper:after {
    max-width: 100%;
    max-height: 100%;
  }
}
.site-footer__wrapper figure {
  position: absolute;
  display: flex;
  right: -40px;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper figure img {
    max-width: 178px;
  }
}
.site-footer__wrapper ul.social__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper ul.social__links {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper ul.social__links li {
    flex-basis: calc(50% - 32px);
  }
}
.site-footer__wrapper ul.social__links li.title {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--wp--preset--color--mcp-grey);
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper ul.social__links li.title {
    flex-basis: calc(100% - 32px);
  }
}
.site-footer__wrapper ul.social__links li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
  color: var(--wp--preset--color--mcp-white);
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}
.site-footer__wrapper ul.social__links li a img {
  height: 24px;
  width: auto;
}
.site-footer__wrapper .newsletter-section {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 991px) {
  .site-footer__wrapper .newsletter-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__wrapper .newsletter-section > * {
  flex: 1;
}
.site-footer__wrapper .newsletter-section p.description {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin: 0;
  max-width: 366px;
}
.site-footer__wrapper .newsletter-section > div {
  flex: 1;
}
.site-footer__wrapper .newsletter-section > div.description {
  max-width: 366px;
}
.site-footer__wrapper .newsletter-section > div:not(.description) {
  max-width: 730px;
}
.site-footer__wrapper .newsletter-section h2 {
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3.36px;
  color: rgba(241, 242, 242, 0.1);
  margin: 0 0 32px;
}
@media only screen and (max-width: 1024px) {
  .site-footer__wrapper .newsletter-section h2 {
    font-size: 64px;
  }
}
.site-footer__wrapper .newsletter-section h2 span {
  color: var(--wp--preset--color--mcp-white);
}
.site-footer__wrapper .newsletter-form .wpcf7-form {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper .newsletter-form .wpcf7-form {
    flex-direction: column;
  }
}
.site-footer__wrapper .newsletter-form .wpcf7-form > * {
  flex: 1;
}
.site-footer__wrapper .bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .site-footer__wrapper .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__wrapper .bottom > * {
  flex: 1;
}
.site-footer__wrapper .bottom .links {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper .bottom .links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__wrapper .bottom .copyright {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  color: var(--wp--preset--color--mcp-white);
  text-decoration: none;
}
.site-footer__wrapper .bottom .footer-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper .bottom .footer-menu {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper .bottom .footer-menu li {
    flex-basis: calc(50% - 7px);
  }
}
.site-footer__wrapper .bottom .footer-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  color: var(--wp--preset--color--mcp-white);
  text-decoration: none;
  transition: all 0.3s linear;
}
.site-footer__wrapper .bottom .footer-menu li a:hover {
  color: var(--wp--preset--color--primary);
}

.site-footer__branding {
  max-width: 155px;
}
.site-footer__branding .custom-logo-link {
  display: flex;
}
.site-footer__branding .custom-logo-link img {
  width: 100%;
  height: auto;
}

.social__links li a {
  transition: all 0.3s linear;
}
.social__links li a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.social__links li a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(79%) saturate(577%) hue-rotate(144deg) brightness(96%) contrast(92%);
}

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