@charset "utf-8";

@media print, screen and (min-width: 768px) {
  .Footer {
    position: relative;
    width: 100%;
    background: #000000;
    margin-top: 80px;
  }

  .Footer .FooterBody {
    max-width: 1200px;
    margin: 0 auto;
  }

  .Footer .FooterBody .FooterUtility {
    padding: 52px 0 55px;
  }

  .Footer .FooterBody .FooterUtility a {
    color: #ffffff;
    text-decoration: none;
  }

  .Footer .FooterBody .FooterUtility a:hover {
    text-decoration: underline;
  }

  .Footer .FooterBody .FooterUtility > .utility-list01 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .Footer .FooterBody .FooterUtility > .utility-list01 > li {
    margin: 0 22px;
  }

  .Footer .FooterBody .FooterUtility > .utility-list01 > li > a {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .Footer .FooterBody .FooterUtility .footer-contact {
    max-width: 980px;
    margin: 32px auto 0;
    padding: 30px 0 0;
    border-top: solid 1px #333333;
    color: #ffffff;
    direction: rtl;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-heading {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-card {
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 18px 22px;
    border: solid 1px #2f2f2f;
    background: #0b0b0b;
    text-align: right;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-card:hover {
    border-color: #555555;
    background: #111111;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-address {
    grid-column: 1 / -1;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-left: 16px;
    border: solid 1px #666666;
    border-radius: 50%;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-text {
    display: block;
    min-width: 0;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-label {
    display: block;
    margin-bottom: 4px;
    color: #9f9f9f;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-value {
    display: block;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.9;
    overflow-wrap: anywhere;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 > li {
    margin: 0 19px;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 > li > a {
    font-size: 1.4rem;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 > li > a.a-blank::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 0 3px 6px;
    border: solid 1px #ffffff;
    border-left: 0;
    border-bottom: 0;
    vertical-align: middle;
  }

  .Footer .FooterBody .FooterUtility button {
    padding: 0;
    border: 0;
    background: none;
    color: #ffffff;
    font: inherit;
    font-size: 1.4rem;
    cursor: pointer;
  }

  .Footer .FooterBody .FooterUtility button:hover {
    text-decoration: underline;
  }

  .Footer .FooterBody .footer-copyright {
    width: 100%;
    height: 75px;
    padding: 25px 0 0;
    border-top: solid 1px #525252;
    color: #999999;
    font-size: 1.2rem;
    text-align: center;
  }

  .Footer .FooterBody .footer-copyright small {
    color: #999999;
  }

  .Pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .Pagetop > a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
  }

  .Pagetop > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin: -3px 0 0 -6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }

  .Pagetop:hover > a::before {
    margin: -6px 0 0 -6px;
  }
}

@media screen and (max-width: 767px) {
  .Footer {
    position: relative;
    width: 100%;
    background: #000000;
  }

  .Footer .FooterBody {
    padding: 0 15px;
  }

  .Footer .FooterBody .FooterUtility {
    padding: 25px 0;
  }

  .Footer .FooterBody .FooterUtility * {
    color: #ffffff;
    text-decoration: none;
  }

  .Footer .FooterBody .FooterUtility > .utility-list01 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .Footer .FooterBody .FooterUtility > .utility-list01 > li {
    margin: 0 17px;
  }

  .Footer .FooterBody .FooterUtility > .utility-list01 > li > a {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .Footer .FooterBody .FooterUtility .footer-contact {
    margin: 22px 0 0;
    padding-top: 20px;
    border-top: solid 1px #333333;
    direction: rtl;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-heading {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-card {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 14px;
    border: solid 1px #2f2f2f;
    background: #0b0b0b;
    text-align: right;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-left: 12px;
    border: solid 1px #666666;
    border-radius: 50%;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-text {
    display: block;
    min-width: 0;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-label {
    display: block;
    margin-bottom: 2px;
    color: #9f9f9f;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
  }

  .Footer .FooterBody .FooterUtility .footer-contact-value {
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 > li {
    margin: 5px 20px 0;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 > li > a,
  .Footer .FooterBody .FooterUtility button {
    font-size: 1.2rem;
  }

  .Footer .FooterBody .FooterUtility > .utility-list02 > li > a.a-blank::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 0 3px 6px;
    border: solid 1px #ffffff;
    border-left: 0;
    border-bottom: 0;
    vertical-align: middle;
  }

  .Footer .FooterBody .FooterUtility button {
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    cursor: pointer;
  }

  .Footer .FooterBody .footer-copyright {
    width: 100%;
    min-height: 75px;
    padding: 30px 0 0;
    border-top: solid 1px #525252;
    color: #999999;
    font-size: 1.2rem;
    text-align: center;
  }

  .Footer .FooterBody .footer-copyright small {
    color: #999999;
  }

  .Pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .Pagetop > a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
  }

  .Pagetop > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin: -3px 0 0 -6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(-45deg);
  }
}

@media print {
  .Pagetop {
    display: none !important;
  }
}
