/*! Copyright © 2025 Ask Media Group */
.footer-item button {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
}

.dynamic-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.dynamic-social-links .headline {
  color: #A0A0B0;
  font-size: 1rem;
  font-family: Arial;
  line-height: 0.9375;
}
.dynamic-social-links .links-section {
  margin-top: 12px;
}
.dynamic-social-links .links-section svg {
  width: 16px;
  height: 16px;
}
.dynamic-social-links .links-section .social-link {
  display: inline-block;
  position: relative;
  height: 16px;
  padding: 8px;
  margin-right: 14px;
  border-radius: 4px;
  background: #F0F3F4;
  cursor: pointer;
}
.dynamic-social-links .links-section .social-link .custom-button {
  padding: 0px;
  border: 0px;
  height: 16px;
  cursor: pointer;
}
.dynamic-social-links .links-section .social-link .custom-button:last-child {
  margin-right: 0px;
}
.dynamic-social-links .links-section .social-link .label {
  display: none;
}
.dynamic-social-links .links-section .social-link:last-child {
  margin-right: 0px;
}
.dynamic-social-links .links-section .social-link:hover .label {
  background: #ffffff;
  box-shadow: 0 5px 25px 5px rgba(205, 210, 214, 0.5);
  border-radius: 3px;
  color: #262626;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  max-width: 300px;
  min-width: 130px;
  padding: 8px 2px 2px 2px;
  height: 28px;
  line-height: 1.5714;
  transition: all 0.3s ease;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 105%;
  display: block;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  align-self: normal;
  align-items: center;
  flex-grow: initial;
  flex-basis: initial;
  justify-content: center;
  border-top: none;
  margin: 0;
  overflow: visible;
}
.footer.hidden {
  display: none;
}
.footer-body {
  display: initial;
  flex-flow: initial;
  justify-content: initial;
  align-items: initial;
  font-size: 0.75rem;
  margin: 0 auto 0 auto;
  width: auto;
}
.footer-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: auto;
  flex-grow: initial;
  padding: 0;
}
.footer-item {
  display: inline;
  color: #888;
  margin: 0;
  padding-left: 2px;
  white-space: nowrap;
}
.footer-item:before {
  content: "-";
  margin: 0 0.4em;
  position: relative;
}
.footer-item:first-child:before {
  display: none;
}
.footer-item-link {
  color: #888;
  text-decoration: none;
}
.footer-item-link:hover {
  text-decoration: underline;
}
.footer-item.copy-right-newline {
  width: 100%;
  text-align: center;
}
.footer-item.copy-right-newline:before {
  content: "";
}
.footer-logo-left {
  margin-bottom: 0px;
}
.footer-logo-top {
  margin-bottom: 5px;
}
.footer .horizontal-line {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  width: 100%;
}
.footer .footer-left-logo {
  padding-left: 0px;
}
.footer .footer-top-logo {
  margin-bottom: 10px;
}
.footer.footer-bottom-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.footer.underline .footer-item {
  text-decoration: underline;
}
.footer.underline .footer-item.copyright {
  text-decoration: none;
}
.footer.underline .footer-item.copyright .amg-text {
  font-weight: bold;
}
.footer .disclosure-container {
  color: #757575;
  position: relative;
}
.footer .disclosure-link {
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  margin-left: 5px;
}
.footer .disclosure-tooltip {
  position: absolute;
  bottom: 26px;
  right: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
  max-width: 300px;
  font-size: 12px;
  margin: 10px 0;
  line-height: 22px;
}
.footer .disclosure-tooltip p {
  margin: 0;
}
.footer .disclosure-close-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: none;
  border: none;
  color: #757575;
  font-size: 13px;
  cursor: pointer;
}
.footer .footer-additional-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #757575;
  margin-top: 5px;
}
@media only screen and (max-width: 720px) {
  .footer {
    flex-flow: column wrap;
    width: 100%;
  }
  .footer-list {
    justify-content: center;
  }
  .footer .footer-additional-text p {
    text-align: center;
  }
}

body {
  margin: 0;
}
.static-page-layout {
  font-family: Roboto, Arial, sans-serif;
  background-color: #FFFFFF;
  text-align: left;
  color: #4d5156;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.static-page-layout .page-header {
  margin-top: 15px;
  box-sizing: border-box;
  padding-left: 23px;
  height: 50px;
  position: relative;
}
.static-page-layout .page-header .logo {
  height: 40px !important;
  margin: 10px 10px 10px 0px !important;
}
.static-page-layout .page-header .search-box-ui {
  width: 100%;
  margin: 0px 10px 0 15px;
}

.static-page-layout {
  max-width: unset;
  margin: unset;
  text-align: unset;
  color: #4e4e4e;
}
.static-page-layout .page-header {
  justify-content: space-between;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  height: 60px;
  position: relative;
  margin: 0;
}
.static-page-layout .page-header.center-logo {
  justify-content: center;
}
@media (max-width: 719px) {
  .static-page-layout .page-header.center-logo {
    padding: 5px;
  }
}
.static-page-layout .page-header.center-logo .logo {
  height: 50px;
  width: 135px;
}
@media (max-width: 719px) {
  .static-page-layout .page-header.center-logo .logo {
    height: 40px;
    width: 108px;
  }
}
@media (max-width: 719px) {
  .static-page-layout .page-header.center-logo .logo img {
    max-width: 108px;
  }
}
.static-page-layout .about-title {
  display: flex;
  height: 125px;
  align-items: center;
  font-weight: 300;
  font-size: 45px;
  padding-left: 100px;
  color: #4e4e4e;
}
@media (max-width: 719px) {
  .static-page-layout .about-title {
    height: 72px;
    font-size: 35px;
    padding-left: 20px;
  }
}
.static-page-layout .about-body {
  display: flex;
  justify-content: center;
  background-color: #F9F9F9;
  margin-bottom: 125px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body {
    height: auto;
    padding: 20px 10px 20px 10px;
    margin-bottom: 0;
  }
}
.static-page-layout .about-body-content {
  width: 1068px;
}
.static-page-layout .about-body-title {
  color: #4e4e4e;
  font-weight: 300;
  font-size: 32px;
  line-height: 26px;
  text-align: center;
  padding: 50px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body-title {
    padding: 0px;
    line-height: 42px;
  }
}
.static-page-layout .about-body-welcome {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  padding: 30px 0 20px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body-welcome {
    padding: 0;
  }
}
.static-page-layout .about-body-boxes {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body-boxes {
    flex-direction: column;
    margin-top: 20px;
  }
}
.static-page-layout .about-body-box {
  flex: 1;
  color: #ececec;
  background-color: #FFFFFF;
  border: 1px solid #ececec;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 3px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body-box {
    margin: 0 0 15px 0;
  }
}
.static-page-layout .about-body-box-title {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
}
.static-page-layout .about-body-box-content {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body-box-content {
    margin-top: 15px;
  }
}
.static-page-layout .about-body-box:first-child {
  margin-right: 20px;
}
@media (max-width: 719px) {
  .static-page-layout .about-body-box:first-child {
    margin-right: 0px;
  }
}
.static-page-layout .about-body-footer,
.static-page-layout .about-body-agency-location {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-page-layout .about-body-footer a,
.static-page-layout .about-body-agency-location a {
  color: #4e4e4e;
  font-weight: 400;
}
.static-page-layout .about-body-footer a:last-child,
.static-page-layout .about-body-agency-location a:last-child {
  margin-left: 5px;
}
.static-page-layout .about-body-agency-location {
  background-color: #FFFFFF;
}
.static-page-layout .footer-logo-left {
  margin-left: 10px;
}
@media (max-width: 719px) {
  .static-page-layout .footer-logo-left {
    margin-left: 0px;
  }
}
@media (max-width: 719px) {
  .static-page-layout .footer-body {
    margin-top: 10px;
  }
}

