.footer .lp__footer_top_section {
  padding: var(--spacing-large) 0;
  border-bottom: 2px solid var(--divider-on-dark-default);
  display: inline-block;
  width: 100%;
  position: relative;
}

.footer .lp__footer_top_section .lp__footer_top_left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_top_section .lp__footer_top_left {
    flex-direction: row;
    align-items: center;
  }
}

.footer .lp__footer_top_section .lp_wbg__listinline {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_top_section .lp_wbg__listinline {
    width: auto;
  }
}

.footer .lp__footer_top_section .lp_wbg__listinline ul {
  display: flex;
  align-items: center;
  padding-top: var(--spacing-regular);
  margin-top: var(--spacing-regular);
  border-top: 2px solid var(--divider-on-dark-default);
      opacity: 0.9;
          justify-content: center;
        gap: 20px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_top_section .lp_wbg__listinline ul {
    border-top: 0;
    margin-left: var(--spacing-large);
    padding-left: var(--spacing-medium);
    border-left: 2px solid var(--divider-on-dark-default);
    padding-top: var(--spacing-small);
    padding-bottom: var(--spacing-small);
    margin-top: 0;
  }
}

.footer .lp__footer_top_section .lp_wbg__listinline ul li:last-child {
  padding-right: 0;
}

.footer .lp__footer_top_section .lp_wbg__listinline ul li a {
  color: var(--text-on-state-primary-empasis);
  font-size: var(--font-size-300);
  line-height: 22px;
  font-weight: var(--body-font-weight-bold);
  text-transform: uppercase;
}

.footer .lp__footer_top_section .lp__wbg_social_media {
  padding-top: var(--spacing-medium);
  border-top: 2px solid var(--divider-on-dark-default);
}

@media screen and (min-width: 1025px) {
  .footer .lp__footer_top_section .lp__wbg_social_media {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
}

.footer .lp__footer_top_section .lp__wbg_social_media ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .lp__footer_top_section .lp__wbg_social_media ul li {
  padding-right: 12px;
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_middle_section .lp__footer_menuitem ul li:last-child {
    padding-bottom: 0;
  }
                    .footer .lp__footer_top_section .lp__wbg_social_media ul li {
  padding-right: 32px;
}
}
@media screen and (min-width: 1025px) {
  .footer .lp__footer_top_section .lp__wbg_social_media ul {
    justify-content: flex-end;
  }
                .footer .lp__footer_top_section .lp__wbg_social_media ul li {
  padding-right: 12px;
}
}



.footer .lp__footer_top_section .lp__wbg_social_media ul li:last-child {
  padding-right: 0;
}

.footer .lp__footer_top_section .lp__wbg_social_media ul li a {
  width: 50px;
  height: 50px;
  background-color: var(--divider-on-dark-default);
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
}

.footer .lp__footer_top_section .lp__wbg_social_media ul li a:hover,
.footer .lp__footer_top_section .lp__wbg_social_media ul li a:focus {
  background-color: var(--background-container-on-light-link-primary-hover);
  text-decoration: none;
}

.footer .lp__footer_top_section .lp__wbg_social_media ul li a:hover::before,
.footer .lp__footer_top_section .lp__wbg_social_media ul li a:focus::before {
  color: var(--icon-on-light-link-enabled);
}

.footer .lp__footer_top_section .lp__wbg_social_media ul li a::before {
  color: var(--text-on-state-primary-empasis);
  font-size: var(--font-size-500);
}

.footer .lp__footer_middle_section {
  padding: var(--spacing-xxlarge) 0 0;
  display: inline-block;
  width: 100%;
}


.footer .lp__footer_middle_section .lp__footer_menuitem {
  border-bottom: 2px solid var(--divider-on-dark-default);
  padding-bottom: var(--spacing-xlarge);
  display: inline-block;
  width: 100%;
}


@media screen and (min-width: 1025px) {
                      .footer .lp__footer_middle_section {
    padding-bottom: var(--spacing-xxlarge);
  }
  .footer .lp__footer_middle_section .lp__footer_menuitem {
    padding-right: var(--spacing-xlarge);
    padding-bottom: 0;
    border-bottom: 0;

  }
  .footer .lp__footer_middle_section .lp__footer_menuitem .aem-GridColumn--default--4 {
    padding-right: var(--spacing-regular);
  }

  .footer .lp__footer_middle_section .lp__footer_menuitem .aem-GridColumn--default--4:last-child {
    padding-right: 0;
  }
}

.footer .lp__footer_middle_section .lp__footer_menuitem ul li {
  padding-bottom: 20px;
}


.footer .lp__footer_middle_section .lp__footer_menuitem ul li a {
  font-size: var(--font-size-300);
  line-height: 22px;
  font-weight: var(--body-font-weight-regular);
  color: var(--text-on-state-primary-empasis);
  opacity: 0.75;
}

.footer .lp__footer_middle_section .lp__footer_menuitem ul li a:hover,
.footer .lp__footer_middle_section .lp__footer_menuitem ul li a:focus {
  opacity: 1;
}

.footer .lp__footer_middle_section .lp__footer_signup {
  padding: var(--spacing-medium) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: var(--font-size-600);
  line-height: 125%;
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_middle_section .lp__footer_signup {
    flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  .footer .lp__footer_middle_section .lp__footer_signup {
    padding: 0;
    padding-left: var(--spacing-xlarge);
                                border-left: 2px solid var(--divider-on-dark-default);
  }
}
                        @media screen and (min-width: 1400px) {
  .footer .lp__footer_middle_section .lp__footer_signup {
    padding-right: var(--spacing-xlarge);
  }
}

.footer .lp__footer_middle_section .lp__footer_signup h6 {
  font-weight: var(--body-font-weight-regular);
  text-transform: uppercase;
  color: var(--text-on-state-primary-empasis);
  width: 100%;
  text-align: center;
  margin-bottom: var(--spacing-regular);
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_middle_section .lp__footer_signup h6 {
    margin-bottom: 0;
    width: 70%;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .footer .lp__footer_middle_section .lp__footer_signup h6 {
    padding-bottom: var(--spacing-regular);
    width: 100%;
  }
}

.footer .lp__footer_middle_section .lp__footer_signup .lp_btn {
  width: 100%;
  text-align: center;
  color: var(--blue-70);
  border: 2px solid transparent;
}

.footer .lp__footer_middle_section .lp__footer_signup .lp_btn:hover,
.footer .lp__footer_middle_section .lp__footer_signup .lp_btn:focus {
  background-color: var(--blue-40);
  color: var(--white);
  text-decoration-color: var(--white);
  text-underline-offset: 2px;
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer .lp__footer_middle_section .lp__footer_signup .lp_btn {
    width: auto;
  }
}

.footer .lp__footer_bottom_section {
  display: inline-block;
  width: 100%;
  padding: var(--spacing-large) 0 72px;
  border-top: 2px solid var(--divider-on-dark-default);
}

.footer .lp__footer_bottom_section .aem-Grid {
  display: flex;
 flex-direction: column;
  align-items: center;
                justify-content: center;
}

@media screen and (min-width: 1024.9px) {
  .footer .lp__footer_bottom_section .aem-Grid {
 flex-direction: row;
                                justify-content: space-between;
  }
}

.footer .lp__footer_bottom_section .lp__copyright {
  font-size: var(--font-size-200);
  line-height: var(--font-size-600);
  font-weight: var(--body-font-weight-regular);
  text-align: center;
  color: var(--text-on-state-primary-empasis);
  margin-bottom: var(--spacing-medium);
  opacity: 0.75;
}

/* .footer .lp__footer_bottom_section .lp__copyright:hover,
.footer .lp__footer_bottom_section .lp__copyright:focus {
  opacity: 1;
} */

@media screen and (min-width: 1025px) {
  .footer .lp__footer_bottom_section .lp__copyright {
    text-align: left;
    margin-bottom: var(--spacing-none);
  }
}

.footer .lp__footer_bottom_section .lp__listinline ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
    row-gap: 10px;
}

@media screen and (min-width: 1025px) {
  .footer .lp__footer_bottom_section .lp__listinline ul {
    justify-content: flex-end;
  }
}

.footer .lp__footer_bottom_section .lp__listinline ul li:not(:first-child) {
  padding-left: var(--spacing-regular);
}

/* .footer .lp__footer_bottom_section .lp__listinline ul li:last-child {
  padding-right: var(--spacing-large);
} */

.footer .lp__footer_bottom_section .lp__listinline ul li a {
  font-size: var(--font-size-200);
  line-height: var(--font-size-300);
  font-weight: var(--body-font-weight-regular);
  color: var(--text-on-state-primary-empasis);
  opacity: 0.75;
}

.footer .lp__footer_bottom_section .lp__listinline ul li a:hover,
.footer .lp__footer_bottom_section .lp__listinline ul li a:focus {
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*.lp__footer_top_left img {
    width: 175px;
  }

  .footer .lp__footer_top_section .lp_wbg__listinline ul {
    margin-left: var(--spacing-small);
    padding-left: var(--spacing-small);
  }

.footer .lp__footer_top_section .lp_wbg__listinline ul li {
    padding- @media screen and (min-width: 768px) {
      .footer .lp__footer_top_section .lp_wbg__listinline ul {
        margin-left: var(--spacing-small);
        padding-left: var(--spacing-small);
      }
    }

    right: var(--spacing-small);
  }

  .footer .lp__footer_top_section .lp__wbg_social_media ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  } */
}

.footer .lp__footer_middle_section .lp__footer_signup h6 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

html[lang=zh] .lp__footer_top_left img {
  width: 148px;
}


@media (max-width: 1399px) and (min-width:1024px) {
  html[lang=zh] .lp__footer_top_section .aem-Grid {
    display: flex;
    flex-wrap: wrap;
  }

  html[lang=zh] .lp__footer_top_section .aem-Grid [class*="aem-GridColumn--"] {
    width: 100%;
  }

  html[lang=zh] .footer .lp__footer_top_section .lp__wbg_social_media ul {
    justify-content: flex-start;
  }
}

.lp__footer_top_left .lp__navbar_brand {
  width: auto !important;
}

.lp__footer_top_left .lp__navbar_brand {
  width: auto !important;
}
html[lang=zh] .footer .lp__footer_middle_section .lp__footer_signup h6 {
    font-weight: bold;
            }
/*html[lang=ar] .lp__footer_top_section .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}
html[lang=ru] .lp__footer_top_section .aem-Grid,
html[lang=ar] .lp__footer_top_section .aem-Grid{
  display: flex;
  flex-wrap: wrap;
}
html[lang=ru] .lp__footer_top_section .aem-Grid [class*="aem-GridColumn--"],
html[lang=ar] .lp__footer_top_section .aem-Grid [class*="aem-GridColumn--"] {
  width: 100%;
}*/
.footer .lp__footer_top_section .lp__wbg_social_media ul li .lp-flickr-solid::before  {
        font-size: 38px;
}
.lp__footer_top_section .aem-Grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
        row-gap: 32px;

        }
.lp__footer_top_section .aem-Grid >[class*="aem-GridColumn--"] {
  width: auto;
}
.lp__footer_top_section .aem-Grid >[class*="aem-GridColumn--"]:first-child {
  width: auto;
 flex-grow: 1;
}
.lp__footer_middle_section .aem-Grid{
      display: flex;
  flex-flow: wrap;
}
@media(max-width:1024px) {
.lp__footer_bottom_section .aem-Grid,
.lp__footer_middle_section .aem-Grid{
     display: flex;
  flex-flow: column wrap;
}
.lp__footer_top_section .aem-Grid {
     flex-flow: row wrap;
    row-gap:20px;
        }
.lp__footer_bottom_section .aem-Grid >[class*="aem-GridColumn--"],
.lp__footer_top_section .aem-Grid >[class*="aem-GridColumn--"],
.lp__footer_middle_section .aem-Grid >[class*="aem-GridColumn--"] {
  width: 100%;
}

.footer .lp__footer_bottom_section {
 padding: 32px 0 60px;
}
.footer .lp__footer_bottom_section .lp__listinline ul li a {
    margin: 8px 0px;
            }
}
.footer .lp__footer_bottom_section .lp__listinline ul li a {
   display:inline-block;
            }


@media(max-width:330px) {
.footer .lp__footer_bottom_section .lp__listinline ul li:not(:first-child) {
    padding-left: 20px;
} 
        }
        .lp__footer_top_left img {
        width: auto;
        }
    .footer .lp__footer_bottom_section .aem-Grid [class*="aem-GridColumn--"]:not(:first-child) {
   flex-grow: 1;
            }
                        .footer .lp__footer_bottom_section .aem-Grid [class*="aem-GridColumn--"]{
    width:auto;
            }