body.with-sticky-bar .footer {
  padding-bottom: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  body.with-sticky-bar .footer {
    padding-bottom: 7.8125rem;
  }
}
.footer {
  opacity: 0.9999999;
  -moz-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  position: relative;
  font-family: var(--footer-font-family);
  text-transform: none !important;
  text-transform: var(--footer-font-case);
  font-weight: var(--footer-font-weight);
  font-size: var(--footer-font-size-mobile);
  line-height: var(--footer-line-height-mobile);
  letter-spacing: var(--footer-letter-spacing-mobile);
  background: var(--footer-background);
  z-index: 1;
  width: 100%;
  -moz-border-radius: 1.875rem 1.875rem 0 0;
  -o-border-radius: 1.875rem 1.875rem 0 0;
  -ms-border-radius: 1.875rem 1.875rem 0 0;
  -webkit-border-radius: 1.875rem 1.875rem 0 0;
  border-radius: 1.875rem 1.875rem 0 0;
  margin-top: -1.875rem;
}
@media print, screen and (min-width: 64em) {
  .footer {
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
    letter-spacing: var(--footer-letter-spacing);
  }
}
.footer .grid-container {
  padding: 0;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__inner {
  position: relative;
  color: var(--footer-links);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .footer__inner {
    margin-bottom: 0;
  }
}
.footer__top {
  -moz-transition: 0.4s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.4s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.4s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.4s all cubic-bezier(0.5, 0, 0, 1);
  width: 100%;
  margin: 0 auto 0;
  padding: 2.375rem 1.625rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .footer__top {
    margin-bottom: 0;
    text-align: left;
    padding: 2.8125rem 3.75rem 3.3125rem;
  }
}
.footer__top-title {
  font-family: var(--custom-font-name-3);
  margin: 0 auto 0.5rem;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__top-title {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__top-title {
    margin: 0 0 0.75rem;
  }
}
.footer__top-desc {
  font-size: var(--font-body-size-small-mobile);
  line-height: 1.25rem;
  margin: 0 0 1.4375rem;
  max-width: 21.875rem;
}
@media print, screen and (min-width: 64em) {
  .footer__top-desc {
    font-size: var(--font-body-size-small);
  }
}
.footer__top-desc p {
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  .footer__top-desc {
    margin-bottom: 1rem;
  }
}
.footer__top-terms {
  font-size: var(--font-body-size-xsmall);
  line-height: 0.875rem;
}
.footer__top-desc:last-child,
.footer__top-embed:last-child,
.footer__top-terms:last-child,
.footer__top-title:last-child {
  margin-bottom: 0;
}
.footer__top-code {
  width: 100%;
}
.footer__top .footer__social-links-mobile {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .footer__top .footer__social-links-mobile {
    display: none;
  }
}
.footer__middle {
  padding: 1.5rem 1.25rem 0;
  display: flex;
  flex-flow: column;
}
@media print, screen and (min-width: 64em) {
  .footer__middle {
    padding: 2.1875rem 2.1875rem 8rem;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
}
.footer__middle .inner {
  width: 100%;
  color: var(--color-black);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--color-white);
  padding: 2.25rem 1.375rem 2.5625rem;
  -moz-border-radius: var(--global-border-radius);
  -o-border-radius: var(--global-border-radius);
  -ms-border-radius: var(--global-border-radius);
  -webkit-border-radius: var(--global-border-radius);
  border-radius: var(--global-border-radius);
}
@media print, screen and (min-width: 64em) {
  .footer__middle .inner {
    flex-direction: row;
    padding: 2rem 2.75rem 4.125rem;
  }
}
.footer__bottom {
  padding: 2.1875rem 1.625rem 1.625rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .footer__bottom {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__bottom {
    padding: 2rem 3.75rem 2.5rem;
    padding-top: 0;
  }
}
.footer__bottom-text {
  font-family: var(--header-font-family);
  color: var(--footer-links);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__bottom-text {
    flex-direction: column;
  }
}
.footer__bottom-text .copyright {
  margin: 0 0.25rem 0 0 !important;
}
.footer__bottom-text .footer__logo,
.footer__bottom-text .footer__social-links,
.footer__bottom-text .site-credit {
  width: 100%;
  margin-bottom: 3.875rem;
}
@media print, screen and (min-width: 64em) {
  .footer__bottom-text .footer__logo,
  .footer__bottom-text .footer__social-links,
  .footer__bottom-text .site-credit {
    width: 33.33%;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__bottom-text .site-credit {
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.875rem;
  }
  .footer__bottom-text .site-credit span {
    margin: 0;
  }
}
.footer__bottom-text .site-credit > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .footer__bottom-text .site-credit > div:last-child {
    justify-content: flex-end;
  }
}
.footer__bottom-text .site-credit .site-certifications {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .footer__bottom-text .site-credit .site-certifications {
    justify-content: flex-end;
    margin-bottom: 0.9375rem;
  }
}
.footer__bottom-text .site-credit .site-certifications img:not(:last-child) {
  margin-right: 1.125rem;
}
.footer__bottom .site-credit {
  -moz-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  margin-left: 0.5rem;
}
@media screen and (pointer: fine) {
  .footer__bottom .site-credit:hover {
    opacity: 1;
  }
}
.footer__bottom .site-credit:focus,
.footer__bottom .site-credit:focus-within {
  opacity: 1;
}
.footer__bottom .site-credit span,
.footer__bottom .site-credit strong {
  font-size: var(--font-body-size-xsmall);
  line-height: 0.875rem;
  display: block;
}
.footer__bottom .site-credit span:first-of-type,
.footer__bottom .site-credit strong:first-of-type {
  margin-bottom: 0.5rem;
}
.footer__bottom .site-credit a:focus-visible {
  outline: 0.125rem dashed var(--color-white) !important;
  outline-offset: 0.125rem !important;
}
@media screen and (pointer: fine) {
  .footer__bottom .site-credit a:hover {
    text-decoration: underline;
  }
}
.footer__bottom .site-credit a:focus,
.footer__bottom .site-credit a:focus-within {
  text-decoration: underline;
}
.footer__socket {
  color: var(--footer-socket-links);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
}
.footer__socket-top {
  -moz-transition: 0.8s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.8s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.8s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.8s all cubic-bezier(0.5, 0, 0, 1);
  grid-area: left;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 0.5625rem;
}
.footer__socket-top .accent-text {
  line-height: 1;
}
.footer__socket-bottom {
  position: relative;
  margin: 0;
}
.footer__socket-bottom p {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 64em) {
  .footer__socket-bottom p {
    font-size: 1rem;
  }
}
.footer__social-links {
  margin: 0 0 0.5rem;
}
.footer__social-links:last-child {
  margin-bottom: 0;
}
.footer__social-links .list-social {
  justify-content: center;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .footer__social-links .list-social {
    justify-content: flex-start;
  }
}
.footer__social-links .list-social li {
  margin: 0 0.375rem;
  -moz-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
}
.footer__social-links .list-social li:first-child {
  margin-left: 0;
}
.footer__social-links .list-social li:last-child {
  margin-right: 0;
}
.footer__social-links .list-social li a {
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  color: var(--brand-color);
  border: none;
  border: var(--global-border-width) solid transparent;
}
@media screen and (pointer: fine) {
  .footer__social-links .list-social li a:hover {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.footer__social-links .list-social li a:focus,
.footer__social-links .list-social li a:focus-within {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__social-links .list-social li a:focus-visible {
  outline: 0.125rem dashed var(--color-white) !important;
  outline-offset: 0.125rem !important;
}
.footer__social-links .list-social li a svg {
  width: 100%;
  max-width: 3rem;
}
.footer__logo {
  opacity: 1;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .footer__logo {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.footer__logo img {
  display: block;
  width: 15rem;
  margin: auto;
  -moz-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.footer__logo:not(.is-inview) img {
  opacity: 0;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}
.footer__accent-image {
  -moz-transform: translate(-50%, -36%);
  -o-transform: translate(-50%, -36%);
  -ms-transform: translate(-50%, -36%);
  -webkit-transform: translate(-50%, -36%);
  transform: translate(-50%, -36%);
  max-width: 170%;
  position: absolute;
  left: 50%;
  width: 50rem;
  z-index: 1;
  pointer-events: none;
  animation-name: rotating-sun;
  animation-duration: 66s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotating-sun {
  from {
    transform: translate(-50%, -36%) rotate(0);
  }
  to {
    transform: translate(-50%, -36%) rotate(360deg);
  }
}
.footer__accent-image img {
  width: 100%;
}
.footer__menus {
  -moz-transition: 0.5s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.5s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.5s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.5s all cubic-bezier(0.5, 0, 0, 1);
  list-style: none;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .footer__menus {
    justify-content: flex-start;
    min-width: 9.375rem;
    max-width: calc(100% - 27.1875rem);
    width: 100%;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__menus.full-width {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .footer__menus.full-width {
    margin-top: 2.125rem;
    border-top: 1px solid;
    max-width: 100%;
    min-width: 100%;
    padding-top: 2.375rem;
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__menus.full-width .footer__menu-content {
    column-count: 2;
    display: block;
    max-width: 26.25rem;
  }
}
.footer__menu {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-bottom: solid 0.125rem transparent;
}
@media print, screen and (min-width: 64em) {
  .footer__menu {
    margin-right: 3.4375rem;
    border-bottom: none;
  }
  .footer__menu:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 100em) {
  .footer__menu {
    margin-right: 4.125rem;
  }
}
.footer__menu.is-active .footer__menu-separator {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer__menu.is-active .footer__menu-separator:after {
  opacity: 0;
}
.footer__menu-title {
  font-family: var(--custom-font-name-3);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-bottom: 0.125rem solid #ededed;
  padding: 0.875rem 0 0.6875rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__menu-title {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__menu-title {
    border: none;
    padding: 0;
    margin-bottom: 0.5rem;
    pointer-events: none;
  }
}
.footer__menu-separator {
  -moz-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-left: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-color);
}
.footer__menu-separator svg {
  color: var(--color-white);
  height: 50%;
  width: 50%;
}
@media print, screen and (min-width: 64em) {
  .footer__menu-separator {
    display: none;
  }
}
.footer__menu-content {
  display: none;
  padding: 0.75rem 0 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .footer__menu-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    opacity: 1;
  }
}
.footer__menu-content a,
.footer__menu-content button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  opacity: 0.7;
  display: block;
  position: relative;
  width: fit-content;
  margin-bottom: 0;
  padding: 0.3125rem 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footer__menu-content a:focus-visible,
.footer__menu-content button:focus-visible {
  outline: 0.125rem dashed var(--color-black) !important;
  outline-offset: 0.125rem !important;
}
@media print, screen and (min-width: 64em) {
  .footer__menu-content a,
  .footer__menu-content button {
    font-size: inherit;
    line-height: inherit;
    padding: 0.4375rem 0;
  }
}
.footer__menu-content a::after,
.footer__menu-content button::after {
  -moz-transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: var(--color-black);
  cursor: pointer;
}
@media screen and (pointer: fine) {
  .footer__menu-content a:hover,
  .footer__menu-content button:hover {
    opacity: 1;
  }
  .footer__menu-content a:hover::after,
  .footer__menu-content button:hover::after {
    width: 100%;
  }
}
.footer__menu-content a:focus,
.footer__menu-content a:focus-within,
.footer__menu-content button:focus,
.footer__menu-content button:focus-within {
  opacity: 1;
}
.footer__menu-content a:focus-within::after,
.footer__menu-content a:focus::after,
.footer__menu-content button:focus-within::after,
.footer__menu-content button:focus::after {
  width: 100%;
}
.footer__menu-content a:last-child,
.footer__menu-content button:last-child {
  margin-bottom: 0;
}
.footer__embed-inner {
  max-width: 27.1875rem;
  width: 100%;
  margin-bottom: 1.375rem;
}
@media print, screen and (min-width: 64em) {
  .footer__embed-inner {
    padding-right: 5.3125rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer__embed-inner .footer__embed-details {
    text-align: center;
  }
  .footer__embed-inner .footer__embed-details .footer__top-title {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
.footer__embed-code {
  width: 100%;
  margin-top: 1.5625rem;
}
.footer__embed-code form.klaviyo-form {
  background: 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.footer__embed-code div[data-testid="form-row"]:first-of-type > div {
  flex: auto !important;
  display: block !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.footer__embed-code div[data-testid="form-row"]:first-of-type > div h5 {
  display: none !important;
}
.footer__embed-code div[data-testid="form-row"]:first-of-type > div p,
.footer__embed-code div[data-testid="form-row"]:first-of-type > div span {
  font-family: var(--custom-font-name-2) !important;
  color: var(--color-black) !important;
}
.footer__embed-code
  div[data-testid="form-row"]:first-of-type
  > div
  p:not(:last-of-type),
.footer__embed-code
  div[data-testid="form-row"]:first-of-type
  > div
  span:not(:last-of-type) {
  margin-bottom: 0.625rem !important;
}
.footer__embed-code div[data-testid="form-row"]:not(:first-of-type) {
  flex-direction: column !important;
}
.footer__embed-code div[data-testid="form-row"]:not(:first-of-type) > div {
  flex: auto !important;
  display: block !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="checkbox"]),
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="radio"]) {
  font-family: var(--custom-font-name-2) !important;
  font-size: 1.25rem !important;
  line-height: 1.5625rem !important;
  color: var(--color-black) !important;
  height: 2.875rem !important;
  padding: 0.625rem 1.125rem !important;
  border: var(--global-border-width) solid rgba(0, 0, 0, 0.2) !important;
  -moz-border-radius: 1.5625rem !important;
  -o-border-radius: 1.5625rem !important;
  -ms-border-radius: 1.5625rem !important;
  -webkit-border-radius: 1.5625rem !important;
  border-radius: 1.5625rem !important;
  -moz-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) !important;
  -o-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) !important;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) !important;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) !important;
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="checkbox"])::-webkit-input-placeholder,
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="radio"])::-webkit-input-placeholder {
  font-family: var(--custom-font-name-2) !important;
  font-size: 1.25rem !important;
  line-height: 1.5625rem !important;
  text-transform: lowercase !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="checkbox"]):-ms-input-placeholder,
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="radio"]):-ms-input-placeholder {
  font-family: var(--custom-font-name-2) !important;
  font-size: 1.25rem !important;
  line-height: 1.5625rem !important;
  text-transform: lowercase !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="checkbox"])::placeholder,
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  input:not([type="radio"])::placeholder {
  font-family: var(--custom-font-name-2) !important;
  font-size: 1.25rem !important;
  line-height: 1.5625rem !important;
  text-transform: lowercase !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  button[type="button"] {
  font-family: var(--custom-font-name-3) !important;
  font-size: 1.125rem !important;
  line-height: 1.25rem !important;
  letter-spacing: -0.01125rem !important;
  border: 0 !important;
  text-transform: lowercase !important;
  background: var(--brand-color) !important;
  padding: 1rem 1.375rem !important;
  -moz-border-radius: 1.5625rem !important;
  -o-border-radius: 1.5625rem !important;
  -ms-border-radius: 1.5625rem !important;
  -webkit-border-radius: 1.5625rem !important;
  border-radius: 1.5625rem !important;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__embed-code
    div[data-testid="form-row"]:not(:first-of-type)
    > div
    button[type="button"] {
    width: 10rem;
    margin: auto;
  }
}
@media screen and (pointer: fine) {
  .footer__embed-code
    div[data-testid="form-row"]:not(:first-of-type)
    > div
    button[type="button"]:hover {
    -moz-transform: scale(1.03) !important;
    -o-transform: scale(1.03) !important;
    -ms-transform: scale(1.03) !important;
    -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2) !important;
  }
}
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  button[type="button"]:focus,
.footer__embed-code
  div[data-testid="form-row"]:not(:first-of-type)
  > div
  button[type="button"]:focus-within {
  -moz-transform: scale(1.03) !important;
  -o-transform: scale(1.03) !important;
  -ms-transform: scale(1.03) !important;
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2) !important;
}
.footer .list-social__item svg {
  width: auto;
}
.footer__inner:not(.is-inview) {
  overflow: hidden;
}
.footer__inner:not(.is-inview) .footer__top {
  opacity: 0;
}
.footer__inner:not(.is-inview) .footer__menus {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.footer__socket:not(.is-inview) .footer__socket-top {
  filter: blur(10px);
  opacity: 0;
}
.footer__socket:not(.is-inview) .footer__socket-bottom {
  filter: blur(10px);
  opacity: 0;
}
