/* LOAD BREAKS POINTS */
/* LOAD COLORS */
section.info-legal {
  width: 100%;
  max-width: 100%;
  height: 11.7333333333vw;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11.7333333333vw;
  height: auto;
}
section.info-legal + section.banner-info {
  margin-top: 5.3333333333vw;
}
@media (min-width: 782px) {
  section.info-legal {
    height: 4.8611111111vw;
    margin-top: 6.8055555556vw;
  }
  section.info-legal + section.banner-info {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  section.info-legal {
    height: auto;
    margin-top: 98px;
    padding: 30px 0;
  }
  section.info-legal + section.banner-info {
    margin-top: 40px;
  }
}
section.info-legal .inner-wrapper {
  width: 94%;
  text-align: center;
  font-size: 14px;
  color: var(--colorDarkBlue);
}
@media (min-width: 782px) {
  section.info-legal .inner-wrapper {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
@media (min-width: 1440px) {
  section.info-legal .inner-wrapper {
    width: 1440px;
    padding: 0 120px;
    margin: 0 auto;
  }
}

section.banner-info {
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: var(--colorDarkBlue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11.7333333333vw;
}
@media (min-width: 782px) {
  section.banner-info {
    height: 4.8611111111vw;
    margin-top: 26.1333333333vw;
  }
}
@media (min-width: 1440px) {
  section.banner-info {
    height: auto;
    margin-top: 98px;
    padding: 30px 0;
  }
}
section.banner-info .inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.0666666667vw;
  padding: 0 6.1333333333vw;
}
@media (min-width: 782px) {
  section.banner-info .inner-wrapper {
    gap: 1.1111111111vw;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  section.banner-info .inner-wrapper {
    gap: 16px;
  }
}
section.banner-info .inner-wrapper .item {
  width: 33.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.1333333333vw;
}
section.banner-info .inner-wrapper .item:last-child {
  margin-right: 0;
}
section.banner-info .inner-wrapper .item .icon-box {
  width: 100%;
  max-width: 4.2666666667vw;
  height: 6.4vw;
  margin-right: 1.0666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.banner-info .inner-wrapper .item .icon-box img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
section.banner-info .inner-wrapper .item .text {
  font-size: 1.8666666667vw;
  font-weight: 400;
  color: var(--colorWhite);
}
@media (min-width: 782px) {
  section.banner-info .inner-wrapper .item {
    width: auto;
    margin-right: 0.5555555556vw;
  }
  section.banner-info .inner-wrapper .item .icon-box {
    max-width: 1.7361111111vw;
    height: 2.6388888889vw;
    margin-right: 0.8333333333vw;
  }
  section.banner-info .inner-wrapper .item .text {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  section.banner-info .inner-wrapper .item {
    margin-right: 8px;
  }
  section.banner-info .inner-wrapper .item .icon-box {
    max-width: 25px;
    height: 38px;
    margin-right: 12px;
  }
  section.banner-info .inner-wrapper .item .text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
