:root {
  --font-size-body: 1.0em;

  --font-size-body-small: 0.9375em;
  --font-size-heading-5: 1.125em;

}

footer {
  font-size: 16px;
}

footer *{
  box-sizing: inherit;
}

.normalbutton {
  margin: 1em auto;
  padding: 0.8em 1em;
  width: 100%;
  max-width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #141414;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
  color: #FFF;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}

.normalbutton a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}

.normalbutton a:link {
  color: #141414;
  font-weight: bold;
  text-decoration: none;
}

.normalbutton a:hover {
  color: #141414;
  font-weight: bold;
  opacity: 0.6;
}

.normalbutton a:active {
  background-color: #141414;
  color: #fff;
  font-weight: bold;
}

.normalbutton a:visited {
  color: #565656;
  font-weight: bold;
}

.site-footer-wrapper {
  z-index: 500;
  padding-top: 0.75em;
  padding-bottom: 1.75em;
  margin-top: 3.125em;
  color: #4c5154;
  background:
    rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.site-footer-wrapper .navmenu-link,
.site-footer-wrapper .site-footer-credits a,
.site-footer-wrapper .rte a {
  color: currentColor;
  text-decoration: none;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-footer-wrapper .navmenu-link:hover,
.site-footer-wrapper .site-footer-credits a:hover,
.site-footer-wrapper .rte a:hover {
  color:
    #424749;
}

.site-footer-wrapper .rte a {
  text-decoration: underline;
}

.site-footer-item {
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .site-footer-wrapper {
    padding-top: 3.25em;
    padding-bottom: 3.125em;
  }
}

.site-footer-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.0em;
}

.site-footer-information a {
  color: rgba(76, 81, 84, 0.8);
}

.site-footer-information a:hover {
  color:
    #424749;
}

@media screen and (min-width: 1024px) {
  .site-footer-information {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 70px;
  }
}

.site-footer-information .navmenu {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}

.site-footer-information .navmenu .navmenu-item {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.8125em;
}

.site-footer-information .navmenu .navmenu-item:not(:last-child) {
  padding-right: 11px;
  margin-right: 10px;
  border-right: 1px solid rgba(76, 81, 84, 0.5);
}

.site-footer-left,
.site-footer-right {
  width: 100%;
}

.site-footer-left {
  order: 1;
  font-size: 0.8125em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .site-footer-left {
    order: -1;
    text-align: left;
  }

  .site-footer-left:not(:only-child) {
    width: 60%;
    padding-right: 12.5px;
  }
}

.site-footer-credits {
  margin-bottom: 0;
  color: rgba(76, 81, 84, 0.8);
}

.site-footer-credits:not(:first-child) {
  margin-top: 6px;
}

@media screen and (min-width: 1024px) {
  .site-footer-right {
    width: 40%;
    padding-left: 12.5px;
  }
}

.site-footer-right :first-child {
  margin-top: 0;
}

.payment-icons {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .payment-icons {
    margin-bottom: -10px;
    text-align: right;
  }
}

.payment-icons-item {
  font-size: var(--font-size-body);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .payment-icons-item {
    margin-right: 0;
    margin-left: 10px;
  }
}

.payment-icons-item svg {
  width: 48px;
  height: 30px;
}

@media screen and (min-width: 1024px) {
  .site-footer-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.site-footer-block-item {
  font-size: var(--font-size-body);
  border-bottom: 1px solid rgba(76, 81, 84, 0.15);
}

@media screen and (min-width: 1024px) {
  .site-footer-block-item {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(25% - (1.25em * 3 / 4));
    padding-right: 1.25em;
    margin-right: 1.25em;
    border-bottom: 0;
  }

  .site-footer-block-item:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .column-count-5 .site-footer-block-item {
    width: calc(19% - (1.25em * 4 / 5));
  }

  .site-footer-block-item.site-footer-block-newsletter {
    width: calc(24% - (1.25em * 4 / 5));
  }
}

.site-footer-block-title {
  font-size: var(--font-size-heading-5);
  position: relative;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.0em;
}

@media screen and (max-width: 1023px) {
  .site-footer-block-title {
    padding-top: 1.25rem;
  }

  .site-footer-block-menu .site-footer-block-title {
    padding-top: 1.0rem;
  }
}

.site-footer-block-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  height: 8px;
  margin-top: -4px;
}

.site-footer-block-icon svg {
  display: block;
}

@media screen and (min-width: 1024px) {
  .site-footer-block-icon {
    display: none;
  }
}

.site-footer-block-content {
  font-size: var(--font-size-body-small);
  padding-bottom: 1.25em;
  line-height: 1.6;
}

.site-footer-block-newsletter .site-footer-block-content {
  padding-bottom: 0;
  margin-bottom: 1.25em;
}

.site-footer-block-newsletter .site-footer-block-content>*:first-child,
.site-footer-block-rich-text .site-footer-block-content>*:first-child {
  margin-top: 0;
}

.site-footer-block-newsletter .site-footer-block-content>*:last-child,
.site-footer-block-rich-text .site-footer-block-content>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .site-footer-block-content {
    padding-bottom: 0;
  }
}

.site-footer-block-menu .navmenu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.site-footer-block-menu .navmenu-item:not(:first-child) {
  margin-top: 0.5em;
}

@media screen and (min-width: 720px) {
  .site-footer-block-menu .navmenu-item:not(:first-child) {
    margin-top: 0.3125em;
  }
}

.site-footer-block-menu .navmenu-item:last-child {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 1024px) {
  .site-footer-block-menu .navmenu-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .site-footer-block-menu .site-footer-block-title {
    cursor: pointer;
  }
}

.site-footer-block-menu .site-footer-block-content {
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .site-footer-block-menu .site-footer-block-content {
    max-height: 1500px;
    opacity: 1;
  }
}

.site-footer-block-newsletter .newsletter {
  padding-bottom: 1.25em;
}

@media screen and (min-width: 1024px) {
  .site-footer-block-newsletter .newsletter {
    margin-top: 0.25em;
  }
}

.site-footer-block-newsletter .newsletter .button-primary {
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

.site-footer-block-newsletter .newsletter .form-fields-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 10px);
  margin-top: -1.0em;
  margin-right: -5px;
  margin-left: -5px;
}

.site-footer-block-newsletter .newsletter .form-field {
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  margin-top: 1.0em;
  margin-right: 5px;
  margin-left: 5px;
  white-space: nowrap;
  vertical-align: middle;
}

.site-footer-block-newsletter .newsletter .newsletter-input {
  flex-basis: calc(67% - 20px);
  min-width: 190px;
}

.site-footer-block-newsletter .newsletter .newsletter-submit {
  flex-basis: calc(33% - 20px);
}

.social-icons {
  margin-top: -4px;
  margin-right: -4px;
  margin-left: -4px;
  font-size: 0;
}

footer a.social-link {
  font-size: var(--font-size-body-small);
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin: 4px;
  color: #4c5154;
  vertical-align: top;
}

.social-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(76, 81, 84, 0.15);
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-link svg {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.social-link:hover:before {
  transform: scale(1.1);
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 719px) {
  .site-footer-block-menu .navmenu {
    display: none;
    overflow: hidden;
  }
}

.site-footer-block-title.open+.site-footer-block-content .navmenu {
  display: block;
  height: auto;
}

.social-icons {
  margin-bottom: 1rem;
}

.footer_applink {
  display: flex;
}

.footer_applink a {
  padding: 0.3em;
}

.footer_applink img {
  max-width: 100%;
}