@charset "UTF-8";

.el_icon.el_icon__download::before {
  background-image: url(../images/icons/download.svg);
  margin-right: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -0.3rem;
}

.bl_contactInfo {
  margin-top: 5.6rem;
  font-size: 0;
}
.bl_contactInfo_wrapper {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
}
.bl_contactInfo_wrapper .bl_contact_separator {
  display: none;
}
.bl_contactInfo_title {
  position: relative;
  height: 10rem;
  text-align: center;
  border-bottom: 0.2rem #fff solid;
}
.bl_contactInfo_info {
  position: relative;
  height: auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.bl_contactInfo_link {
  display: block;
  position: relative;
  top: 6rem;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 100;
}
.bl_contactInfo_qr {
  position: relative;
  margin-top: 7rem;
  padding-bottom: 5rem;
  top: 60%;
  right: 50%;
  width: 100%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0%);
}
.bl_contactInfo_qr span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.bl_contactInfo_qr img {
  display: inline;
  width: 75%;
}

/* Middle size display */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bl_contactInfo {
    margin-top: 5.6rem;
    font-size: 0;
  }
  .bl_contactInfo_wrapper {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
  }
  .bl_contactInfo_wrapper .bl_contact_separator {
    display: inline;
  }
  .bl_contactInfo_title {
    display: inline-block;
    width: 50%;
    height: 30rem;
    vertical-align: middle;
    border-bottom: none;
  }
  .bl_contactInfo_info {
    display: inline-block;
    width: 50%;
    height: 30rem;
    vertical-align: middle;
  }
  .bl_contactInfo_link {
    top: 16%;
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 100;
  }
  .bl_contactInfo_qr {
    position: absolute;
    margin-top: 0;
    padding-bottom: 0;
    top: 60%;
    right: 50%;
    width: auto;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .bl_contactInfo_qr span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
  .bl_contactInfo_qr img {
    display: inline;
    width: auto;
  }
}

/* Large size display */
@media screen and (min-width: 1024px) {
  .bl_contactInfo {
    margin-top: 5.6rem;
    font-size: 0;
  }
  .bl_contactInfo_wrapper {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
  }
  .bl_contactInfo_wrapper .bl_contact_separator {
    display: inline;
  }
  .bl_contactInfo_title {
    display: inline-block;
    width: 50%;
    height: 35rem;
    vertical-align: middle;
    border-bottom: none;
  }
  .bl_contactInfo_info {
    display: inline-block;
    width: 50%;
    height: 35rem;
    vertical-align: middle;
  }
  .bl_contactInfo_link {
    top: 16%;
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 100;
  }
  .bl_contactInfo_qr {
    position: absolute;
    margin-top: 0;
    padding-bottom: 0;
    top: 60%;
    right: 50%;
    min-width: 180px;
    width: 20rem;
    max-width: 230px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .bl_contactInfo_qr span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
  .bl_contactInfo_qr img {
    display: inline;
    width: auto;
  }
}
