footer.footer {
  /*background-color: #1D2023;*/
  background-color: #000;
  position: relative;
  z-index: 2;
  padding: 94px 20px 20px;
}

.footer__container {
  width: 1440px;
  max-width: 100%;
  display: flex;
  flex-direction :row;
  justify-content: space-between;
  margin: 0 auto;

}

/* language set by hubspot resized to footer style*/
body > div.body-wrapper.hs-content-id-169298630915.hs-site-page.page.hs-content-path-en-trust-center-0.hs-content-name-us-trust-center-wip > div > footer > div.hs-footer-bottom-2023 > div.hs-footer-bottom-right > div.item {
   font-size: 12px !important;
  font-family: Proxima Nova;
}

footer .items-footer-left {
  display :flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 230px;
}

footer .items-footer-right { 
  width: auto;
}

footer .basic {
  display :flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.basic-right-foo {
  margin-left: 64px;
}

.basic-right-foo,
.basic-right-foo strong,
.basic-right-foo span,
.basic-right-foo p,
.basic-left-foo,
.basic-left-foo strong,
.basic-left-foo span,
.basic-left-foo p {
color: var(--grey-000, #FFF);
font-family: Proxima Nova;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.basic-left-foo strong,
.basic-right-foo strong{
font-weight: 700;
}

.custom-footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  margin-left: 0;
  margin-right: 30px;
  width: auto;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color: var(--grey-000, #FFF);
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.625%; /* 22.5px */
  /*margin-bottom: 22px;*/
  text-decoration: none
}

.custom-footer-menu .hs-menu-wrapper ul ul > li > a {
  color: var(--grey-000, #FFF);
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.625%; /* 22.5px */
  margin-bottom: 8px;
  text-decoration: none
}

.hs-footer-bottom-2023 {
    display: flex;
    flex-direction: row;
    width: 1344px;
    align-items: flex-start;
    max-width: 100%;
    margin : 48px auto 0;
}

.hs-footer-bottom-2023 p {
  margin-bottom: 0;
}

.hs-footer-bottom-right {
  margin-bottom: 0;
  height: 44px;
  margin-top: -1px;
}

.hs-footer-bottom-right .item {
  color: #fff;
  font-size: 14px;
}

.hs-footer-bottom-right .item:lang(en) {
  margin-top: 5px;
}

.hs-footer-bottom-left {

}

.hs-footer-bottom-2023 p,
.hs-footer-bottom-2023 a,
.hs-footer-bottom-left ul li a, 
.hs-footer-bottom-left ul li, 
.hs-footer-bottom-left ul li span  {
  color: var(--grey-000, #FFF);
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none
}

.hs-footer-bottom-left ul li a:hover,
.custom-footer-menu .hs-menu-wrapper ul ul > li > a:hover {
  text-decoration: none;
}


footer > .basic-social-media > img {
  margin: 0 8px;
}
.custom-footer-menu .hs-menu-wrapper>ul>li {
  width: auto;
  margin-top: 2rem;
}

footer > .hs-header-mobile-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  padding-left: 0;
}

.basic-social-media > img {
    height: auto; 
    max-width: 100%; 
    width: 48px; 
    margin: 0px 8px 0px 0px;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
margin-top: 0;
  margin-bottom: 0;
}

#hs_menu_wrapper_footer_menu > ul > li:nth-child(4) > ul > li:nth-child(1) > a {
/*margin-top: 8px;*/
}


@media screen and (min-width: 1441px) {
.custom-footer-menu .hs-menu-wrapper>ul>li {
  width: 150px;
}
}

@media screen and (max-width: 1440px) {
  .footer__container {
      width: 100%;
      padding: 0 24px;
      max-width: 1340px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    margin-right: 20px;
    width: 165px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
  .basic-left-foo, .basic-left-foo p, .basic-left-foo span,
  .basic-left-foo strong, .basic-right-foo, .basic-right-foo p, 
  .basic-right-foo span, .basic-right-foo strong {
  font-size: 14px;
  }
  footer .items-footer-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
}


@media screen and (max-width: 1200px) {
  .footer__container,
  .hs-footer-bottom-2023 {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__container {
  flex-direction: column-reverse;
  padding: 0 24px;
  }
     .custom-footer-menu span {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
}
  .custom-footer-menu .hs-menu-wrapper ul {
  margin-bottom: 2rem;
  }
    .custom-footer-menu .hs-menu-wrapper > ul > li,
    .basic-left-foo, .basic-left-foo p {
     width: 200px;
  }   
 .custom-footer-menu .hs-menu-wrapper > ul > li {      
    margin-right: 30px;
  }
      
  footer .items-footer-right {
    width: 100%;
}
  .custom-footer-menu {
    justify-content: space-evenly;
  }
 
  .hs-footer-bottom-left ul li,
  .hs-footer-bottom-left ul li a {
  font-size: 12px;
  }
 footer .basic {
  display: none;
  }
}

@media screen and (max-width: 940px) {
   .footer__container,
  .hs-footer-bottom-2023 {
      width: 100%;
  }
  .basic-right-foo {
    margin-left: 0;
  }
  .basic-left-foo {
    margin-bottom: 32px;
  }

  .hs-footer-bottom-2023 {
    margin-top: 2rem;
}
  custom-footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 12px;
  }
  footer > .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .items-footer-right {
    margin-top: 32px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }  
.hs-footer-bottom-left ul li a, 
.hs-footer-bottom-left ul li, 
.hs-footer-bottom-left ul li span,
.hs-footer-bottom-right .item {
  font-size: 12px;
 }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
  height: 34px;
  }
}

@media screen and (max-width: 768px) {
  .hs-footer-bottom-2023 {
    flex-direction : row;
    flex-wrap: no-wrap;
  }
  .hs-footer-bottom-right .item,
  footer > div.hs-footer-bottom-2023 > div.hs-footer-bottom-right > div.item {
  display: none;
  }
  footer.footer {
      padding: 50px 20px 20px;
  }
}

@media screen and (max-width: 560px) {
  .footer__container,
  .hs-footer-bottom-2023 {
      width: 100%;
  }
   .hs-footer-bottom-2023 {
      padding: 0 24px;
  }
  .custom-footer-menu .hs-menu-wrapper ul ul>li>a {
    font-size: 14px;
  }
  footer > .basic-social-media > img {
  width: 35px;
}
  footer.footer {
    padding: 48px 0;
  }
}

@media screen and (max-width: 460px) {
  .custom-footer-menu .hs-menu-wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
      footer .items-footer-left {
     flex-direction:  column;
      width :100%;
  }
  #hs_cos_wrapper_footer_menu {
  width: 100%;
  }
  .custom-footer-menu span {
        align-items: flex-start;
    justify-content: flex-start;
  }
  
  footer > .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
    align-items: flex-start;
  }
}