section.u4m-footer {
  padding: 50px 0 0 0;
  background-color: #fff;
}

@media (max-width: 580px) {
  section.u4m-footer {
    padding-top: 0;
  }
}

.u4m-footer__dark,
.u4m-footer__dark .footer-lp,
.u4m-footer__dark .footer-bottom {
  background-color: #000!important;
}

section.u4m-footer .footer-top {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 580px) {
  section.u4m-footer .footer-top {
    padding-bottom: 50px;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
}

section.u4m-footer .footer-top .left {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media (max-width: 1500px) {
  section.u4m-footer .footer-top .left {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 50px;
  }
}

section.u4m-footer .footer-top .left .image {
  margin: 0 0 20px;
  padding-top: 3px;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top .left .image {
    margin: 0 auto 20px;
  }
}

section.u4m-footer .footer-top .left .image img {
  max-width: 150px;
  opacity: 1;
}

section.u4m-footer .footer-top .left .address {
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top .left .address {
    font-size: 14px;
  }
}

section.u4m-footer .footer-top .left div.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.u4-landing-page section.u4m-footer .footer-top .left div.social {
  display: none;
}

section.u4m-footer .footer-top .left div.social a {
  border: 1px solid #757575;
  border-radius: 100%;
  color: #757575;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 29px;
  margin: 10px 10px 0px 0px;
  text-align: center;
  width: 32px;
}

@media (max-width: 1024px) {
  section.u4m-footer .footer-top .left div.social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top .left div.social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

section.u4m-footer .footer-top .left div.social div.border {
  height: 4px;
  width: 100%;
  background-color: #7C98B6;
  margin: 40px 0 50px 0;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top .left div.social div.border {
    margin: 20px 0 30px 0;
  }
}

section.u4m-footer .footer-top .left .language-switcher {
  margin-top: 25px;
  font-size: 14px;
}

@media (min-width: 581px) {
  section.u4m-footer .footer-top .left .language-switcher{
    margin-top: 108px;
  }
}

section.u4m-footer .footer-top .left .language-switcher a{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0 5px;
}

section.u4m-footer .footer-top .left .language-switcher a.current{
  font-weight: 500;
  margin-left: 0;
}

@media (min-width: 581px) and (max-width: 871px) {
  section.u4m-footer .footer-top .left .language-switcher a{
    margin: 0;
  }
}

section.u4m-footer .footer-top .left .language-switcher a:hover {
  text-decoration: underline;
}

section.u4m-footer .footer-top div.menu {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top div.menu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

section.u4m-footer .footer-top div.menu > span,
section.u4m-footer .footer-top div.menu .footer-menu__wrapper {
  width: 100%;
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul,
section.u4m-footer .footer-top div.menu > ul.footer-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul,
  section.u4m-footer .footer-top div.menu > ul.footer-menu__wrapper {
    padding-left: 50px;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul,
  section.u4m-footer .footer-top div.menu > ul.footer-menu__wrapper {
    padding-left: 0px;
    padding-top: 25px;
  }
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
section.u4m-footer .footer-top div.menu li.footer-menu__top {
  margin-right: 50px;
  padding-right: 50px;
}

@media (max-width: 1500px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
  section.u4m-footer .footer-top div.menu li.footer-menu__top {
    padding-right: 2.5vw;
  }
}

@media (max-width: 1024px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
  section.u4m-footer .footer-top div.menu li.footer-menu__top {
    margin-right: 0px;
  }
}

@media (max-width: 920px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
  section.u4m-footer .footer-top div.menu li.footer-menu__top {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
  section.u4m-footer .footer-top div.menu li.footer-menu__top {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-of-type,
section.u4m-footer .footer-top div.menu li.footer-menu__top:last-of-type {
  padding-right: 0;
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
section.u4m-footer .footer-top div.menu li.footer-menu__top .footer-menu__top-label {
  font-family: "Ivar Headline", "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0px;
  max-width: 100%;
  color: #000000;
  cursor: default;
  display: inline-block;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
  section.u4m-footer .footer-top div.menu li.footer-menu__top {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
  section.u4m-footer .footer-top div.menu li.footer-menu__top {
    margin-top: 15px;
    padding-right: 0;
  }
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper,
section.u4m-footer .footer-top div.menu ul.footer-menu__container {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li,
section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item {
  margin: 0;
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:hover a,
section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item:hover a {
  background: transparent;
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a,
section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item a {
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
  padding: 0px;
  border: 0;
  max-width: 100%;
  width: auto;
  color: #000000;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item a#for_individuals {
  font-family: "Ivar Headline", "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 24px;
  padding: 0px;
  max-width: 100%;
  color: #000000;
  cursor: default;
  display: inline-block;
}

section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item .section-title {
  font-size: 10px;
  line-height: 162%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
  margin-top: 1.5rem;
}

section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item:first-child .section-title {
  margin-top: 0;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a,
  section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item a {
    font-size: 12px;
  }
}

section.u4m-footer .footer-top div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover,
section.u4m-footer .footer-top div.menu ul.footer-menu__container li.footer-menu__item a:hover {
  text-decoration: underline;
}

section.u4m-footer .footer-bottom {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background: #000;
  color: #fff;
}

section.u4m-footer .footer-bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-bottom-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  section.u4m-footer .footer-bottom {
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}

@media (min-width: 1070px) {
  section.u4m-footer .footer-bottom {
    padding-left: 1.75vw;
    padding-right: 1.75vw;
  }
}

@media (min-width: 1200px) {
  section.u4m-footer .footer-bottom {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }
}

@media (min-width: 1500px) {
  section.u4m-footer .footer-bottom {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-bottom .language-select {
    width: 100%;
  }
}

section.u4m-footer .footer-bottom .language-select-desktop a,
section.u4m-footer .footer-bottom .language-select-mobile a {
  color: #fff;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0.02em;
  font-weight: 400;
}

lang=["en-gb"] a.lang-en-gb {
  font-weight: 600;
}

:lang(en) section.u4m-footer .footer-bottom .language-select-desktop .lang-en,
:lang(en) section.u4m-footer .footer-bottom .language-select-mobile .lang-en,
:lang(de) section.u4m-footer .footer-bottom .language-select-desktop .lang-de,
:lang(de) section.u4m-footer .footer-bottom .language-select-mobile .lang-de,
:lang(fr) section.u4m-footer .footer-bottom .language-select-desktop .lang-fr,
:lang(fr) section.u4m-footer .footer-bottom .language-select-mobile .lang-fr {
  font-weight: 600;
}
section.u4m-footer .footer-bottom .language-select-desktop a {
  margin: 0 10px;
}
section.u4m-footer .footer-bottom .language-select-desktop a:first-child {
  margin-left: 0;
}

section.u4m-footer .footer-bottom .language-select-desktop {
  display: block;
  margin: 20px 0px;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-bottom .language-select-desktop {
    display: none;
  }
}

section.u4m-footer .footer-bottom .language-select-mobile {
  display: none;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-bottom .language-select-mobile {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

section.u4m-footer .footer-bottom .language-select-mobile-icon {
  vertical-align: bottom;
  margin-right: 10px;
}

section.u4m-footer .footer-bottom .copyright {
  font-size: 12px;
  opacity: 60%;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-bottom .copyright {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }
}

/* Hide UK Blog */

.hs-blog-post .hs-lang-en-gb,
.hs-blog-listing .hs-lang-en-gb {
  display: none;
}

/* Download App Buttons */
.cta-download-app {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.cta-download-app .google-play-btn {
  height: 36px;
}

@media (max-width: 580px) {
  .cta-download-app {
    flex-direction: row;
  }
}

section.u4m-footer .footer-lp {
  padding: 50px 0 50px 0;
  background-color: #fff;
}

.u4m-footer__dark .footer-lp,
.u4m-footer__dark .footer-lp .footer-bottom {
  background-color: #000;
}

section.u4m-footer .footer-lp .footer-top {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}


@media (max-width: 580px) {
  section.u4m-footer .footer-lp .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.u4m-footer .footer-lp .footer-top .left {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media (max-width: 1500px) {
  section.u4m-footer .footer-lp .footer-top .left {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-lp .footer-top .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

section.u4m-footer .footer-lp .footer-top .left .image {
  margin: 0 0 10px;
  padding-top: 3px;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-lp .footer-top .left .image {
    margin: 0 auto 20px;
  }
}

section.u4m-footer .footer-lp .footer-top .left .image img {
  max-width: 150px;
  opacity: 1;
}

section.u4m-footer .footer-lp .footer-top .left .address {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 138%;
  letter-spacing: 0.02em;
  color: #757575;
  margin-top: 0;
}

section.u4m-footer.u4m-footer__dark .footer-lp .footer-top .left .address {
  color: #fff;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-lp .footer-top .left .address {
    font-size: 14px;
  }
}

section.u4m-footer .footer-lp .footer-top .right div.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.u4m-footer .footer-lp .footer-top .right div.social a {
  border: 1px solid #757575;
  border-radius: 100%;
  color: #757575;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 29px;
  margin: 10px 10px 0px 0px;
  text-align: center;
  width: 32px;
}

section.u4m-footer.u4m-footer__dark .footer-lp .footer-top .right div.social a {
  color: #fff;
}

@media (max-width: 1024px) {
  section.u4m-footer .footer-lp .footer-top .right div.social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (max-width: 580px) {
  section.u4m-footer .footer-lp .footer-top .right div.social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

section.u4m-footer .footer-lp .footer-top .left div.social div.border {
  height: 4px;
  width: 100%;
  background-color: #7C98B6;
  margin: 40px 0 50px 0;
}

@media (max-width: 580px) {
  section.u4m-footer .footer-lp .footer-top .left div.social div.border {
    margin: 20px 0 30px 0;
  }
}

section.u4m-footer .footer-lp .footer-bottom {
  background-color: #fff;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
}

section.u4m-footer .footer-lp .footer-bottom .copyright {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 162%;
  letter-spacing: 0.2px;
}

section.u4m-footer .footer-lp .footer-bottom .footer-courtesy a {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-decoration-line: underline;
  color: #A8A8A8;
  padding: 0 10px;
  font-weight: 400;
}

section.u4m-footer .footer-lp .footer-bottom .footer-courtesy a:hover {
  color: #000;
}

section.u4m-footer.u4m-footer__dark .footer-lp .footer-bottom .footer-courtesy a {
  color: #fff;
}

section.u4m-footer.u4m-footer__dark .footer-lp .footer-bottom .footer-courtesy a:hover {
  color: #ce0058;
}

section.custom-uplift-footer .footer-lp {
  padding: 40px 0 22px;
}

@media (max-width: 1024px) {
  section.custom-uplift-footer .footer-lp {
    text-align: center;
  }
}

section.custom-uplift-footer .footer-top {
  padding-bottom: 0;
}

@media (max-width: 580px) {
  section.custom-uplift-footer .footer-top {
    flex-direction: column-reverse;
  }
}

section.custom-uplift-footer .footer-top .left,
section.custom-uplift-footer .footer-top .right {
  flex-basis: 20% !important;
}

@media (max-width: 580px) {
  section.custom-uplift-footer .footer-top .left {
    margin-top: 30px;
  }
}

section.custom-uplift-footer .footer-top .center-col {
  flex-basis: 60%;
  text-align: center;
}

@media (max-width: 580px) {
  section.custom-uplift-footer .footer-top .center-col {
    margin-top: 30px;
  }
}

section.custom-uplift-footer .footer-top .right {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 580px) {
  section.custom-uplift-footer .footer-top .right {
    text-align: center;
  }
}

section.custom-uplift-footer .address {
  color: #E9E9E9;
  font-weight: 400;
  font-size: 13px;
  line-height: 230%;
  margin: 0;
}

section.custom-uplift-footer .uplift-footer-bu-link {
  color: #E9E9E9;
}







