h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 64px;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9e9e9e;
}

.section {
  width: 100vw;
  height: auto;
  min-height: 80px;
}

.section.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  width: 100%;
}

.section.mobile-t-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  min-height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  width: 100%;
  height: 160px;
  max-width: 100vw;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Footer_BG.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1440px;
}

.wrapper.navbar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.t-c-mobile {
  margin-bottom: 24px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.logo-image {
  position: relative;
  width: 125px;
  height: auto;
}

.nav-logo-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-lang-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: auto;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
}

.nav-lang-textlink {
  margin-left: 20px;
  opacity: 0.5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.nav-lang-textlink.w--current {
  opacity: 1;
  text-decoration: underline;
}

.nav-lang-textlink.sc {
  font-family: "Noto Sans SC", sans-serif;
}

.body {
  height: auto;
  max-width: 100vw;
  padding-top: 64px;
  background-color: #000;
  font-family: "Noto Sans HK", sans-serif;
}

.content-banner-div {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.banner-image:hover {
  opacity: 0.8;
}

.banner-image.mobile {
  display: none;
}

.content-restaurant-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 64px;
 
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-restaurant-item {
  overflow: hidden;
  width: 23%;
  margin-right: 0.5%;
  margin-bottom: 1vw;
  margin-left: 0.5%;
  border-radius: 1.5%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content-restaurant-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.resturant-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vw;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resturant-logo-div._1 {
  background-color: #050000;
}

.resturant-logo-div._2 {
  background-color: #02625d;
}

.resturant-logo-div._3 {
  background-color: #b18a30;
}

.resturant-logo-div._4 {
  background-color: #2e3039;
}

.resturant-logo-div._5 {
  background-color: #4f5553;
}

.resturant-logo-div._6 {
  background-color: #fff;
}

.resturant-logo-div._7 {
  background-color: #67790f;
}

.resturant-logo-div._8 {
  background-color: #80272c;
}

.resturant-logo-div._9 {
  background-color: #e7dcc1;
}

.resturant-logo-div._10 {
  background-color: #f4f2e5;
}

.resturant-logo-div._11 {
  background-color: #9c182f;
}

.content-restaurant-image {
  width: 100%;
}

.content-restaurant-logo-image {
  height: 95%;
  max-width: 75%;
  -o-object-fit: contain;
  object-fit: contain;
}

.title{
    margin-left:5vw;
    color: #333;
    padding-left: 15px;
}

.title h2{
    font-weight: normal;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-restaurant-logo-image {
    height: 90%;
    max-width: 100%;
  }
  .content-restaurant-logo-image.obihiro {
    height: auto;
  }
}

.content-restaurant-logo-image.smaller {
  height: 70%;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1440px;
}

.footer-wrapper-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-wrapper-half.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-wrapper-half.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo-image {
  width: 100%;
  height: 100%;
}

.footer-title {
  margin-right: 24px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.footer-content-div {
  width: auto;
  height: 100%;
}

.footer-content-div.download {
  margin-left: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content-div.qr-code {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.t-c {
  margin-right: 0px;
  color: #fff;
  font-size: 16px;
}

.t-c.line {
  margin-right: 12px;
  margin-left: 12px;
  color: #cecece;
}

.t-c-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #cecece;
}

.t-c-link:hover {
  color: #fff;
}

.qr-code-image {
  width: 120px;
  height: 120px;
}

.div-block {
  width: 1px;
  height: auto;
  margin: 24px 40px;
  background-color: #fff;
  opacity: 0.2;
}

.footer-download-image {
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-download-image:hover {
  opacity: 0.5;
}

.footer-downloadnow-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.triangle {
  margin-left: -16px;
}

.app-download-link {
  display: block;
  width: 120px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.tnc-lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.tnc-content-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  height: 100%;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-overflow-style: none;
}

.tnc-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tnc-richtext {
  color: #fff;
  font-size: 16px;
}

.tnc-richtext h1 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 48px;
}

.tnc-richtext p {
  margin-bottom: 4px;
}

.taparea-closelightbox {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.image {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.privacy-lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 48px;
  background: transparent url(../images/Gradient.svg) center top repeat-x;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #cecece;
}

.logo-link-block {
  width: auto;
  height: 100%;
  min-width: 40px;
  color:#fff;
  text-decoration: none;
  font-size: 2em;
}

@media screen and (min-width: 1280px) {
  .content-restaurant-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-restaurant-item {
    width: 19%;
  }
  .resturant-logo-div {
    height: 7.5vw;
  }
  .title h2{
    font-weight: normal;
}
}

@media screen and (min-width: 1440px) {
  .content-restaurant-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .content-restaurant-item {
    width: 12vw;
    margin-right: 0.25vw;
    margin-left: 0.25vw;
  }
  .resturant-logo-div {
    height: 5vw;
  }
  .tnc-lightbox {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .tnc-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    max-width: 1440px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-overflow-style: none;
  }
  .tnc-richtext h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .title h2{
    font-weight: normal;
}
}

@media screen and (max-width: 991px) {
  .wrapper.t-c-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-top: 20px;
  }
  .banner-image {
    display: none;
  }
  .banner-image.mobile {
    display: block;
  }
  .content-restaurant-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-restaurant-item {
    width: 31.3%;
    max-height: none;
    margin-right: 1%;
    margin-bottom: 2vw;
    margin-left: 1%;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .content-restaurant-item:hover {
    box-shadow: none;
    opacity: 0.8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .resturant-logo-div {
    height: 8.5vw;
    min-height: 104px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .content-restaurant-logo-image {
    /*height: 100%; */
  }
  .content-restaurant-logo-image.obihiro {
    width: 80%;
    height: inherit;
  }
  .footer-wrapper-half.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer-title.download {
    margin-top: 4px;
  }
  .footer-content-div {
    position: relative;
    z-index: 1;
  }
  .footer-content-div.download {
    margin-left: 20px;
  }
  .qr-code-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .div-block {
    margin-right: 32px;
    margin-left: 32px;
  }
  .footer-download-image {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .app-download-link {
    margin-top: 6px;
    margin-bottom: 0px;
  }
  .tnc-content-wrapper {
    margin-top: 96px;
    margin-bottom: 80px;
  }
  .tnc-content {
    padding-top: 0px;
  }
  .image {
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
  }
  .gradient {
    display: none;
  }
  .div-block-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-3 {
    width: 1px;
    height: 100%;
  }
  .title h2{
    font-weight: normal;
}
}

@media screen and (max-width: 767px) {
  .section.mobile-t-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer {
    height: 140px;
  }
  .wrapper.navbar {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .wrapper.t-c-mobile {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  }
  .content-restaurant-wrapper {
    margin-right: 0vw;
    margin-left: 0vw;
    padding: 20px 28px;
  }
  .content-restaurant-item {
    width: 31.3%;
  }
  .resturant-logo-div {
    height: 14vw;
    min-height: 0px;
  }
  .footer-wrapper {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .footer-logo-image {
    height: 72px;
  }
  .footer-title {
    margin-right: 0px;
    font-size: 26px;
    line-height: 24px;
    white-space: nowrap;
  }
  .footer-title.download {
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 20px;
  }
  .footer-content-div {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-content-div.download {
    margin-left: 14px;
  }
  .t-c.mobile {
    display: block;
  }
  .t-c-link {
    text-decoration: none;
  }
  .qr-code-image {
    width: 100px;
    height: 100px;
  }
  .div-block {
    margin: 16px;
  }
  .footer-download-image {
    width: auto;
    height: auto;
    max-height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .triangle {
    margin-left: 8px;
  }
  .app-download-link {
    width: 104px;
    margin-top: 2px;
  }
  .tnc-content-wrapper {
    margin-top: 96px;
  }
  .title h2{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0px;
}
}

@media screen and (max-width: 479px) {
  .section.mobile-t-c {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .wrapper.navbar {
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-logo-div {
    max-width: 120px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .content-restaurant-wrapper {
    padding: 32px 22px;
    padding-bottom: 0px;
  }
  .content-restaurant-item {
    width: 31.3%;
  }
  .resturant-logo-div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrapper-half.left {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-wrapper-half.right {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-image {
    height: 64px;
  }
  .footer-title {
    font-size: 26px;
    line-height: 26px;
  }
  .footer-title.download {
    margin-bottom: 2px;
  }
  .footer-content-div.download {
    margin-left: 16px;
  }
  .qr-code-image {
    width: 104px;
    height: 104px;
    max-height: none;
    max-width: 104px;
  }
  .div-block {
    width: 100%;
    height: 1px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-downloadnow-div {
    margin-bottom: 6px;
  }
  .app-download-link {
    margin-bottom: 2px;
  }
  .tnc-content-wrapper {
    width: 100%;
    margin-top: 80px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .tnc-richtext {
    font-size: 14px;
  }
  .tnc-richtext h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .tnc-richtext p {
    margin-bottom: 2px;
  }
  .image {
    top: 28px;
    right: 28px;
    width: 28px;
    height: 28px;
  }

  /* .footer-wrapper {
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-wrapper .div-block {
    display: none;
  }

  .footer-wrapper-half.left {
    margin-right: 10px;
  } */

  .footer-wrapper-half.right {
    /* flex: auto; */
  }

  /* .qr-code-image {
    width: 80px;
    height: 80px;
  }

  .footer-download-image {
    max-height: 17px;
  } */

  .footer-content-div img {
    width: 100%;
    height: 100%;
  }
}

.footer-logo-image {
  margin-top: 20px;
  width: auto;
}

.footer-content-div {
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .footer-logo-image {
    margin-top: 0;
  }
}

.footer-content-div.download {
  margin-top: 8px;
}

@media screen and (max-width: 479px) {
  .footer-content-div.download {
    margin-top: 0;
  }
}


.footer-wrapper-half.left .footer-content-div img {
  margin-top: 0;
}
