@font-face {
  font-family: 'Lustria';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg.ttf) format('truetype');
}
html,
body {
  font-family: 'Lustria', serif;
  font-weight: 400;
  font-style: normal;
  color: #463F47;
  height: 100%;
}
body {
  padding: 24px;
  font-size: 20px;
  line-height: 1.64em;
}
.background {
  background-color: transparent;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 48px 24px 124px 24px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 992px) {
  .background {
    min-height: 100%;
    height: auto;
    padding-bottom: 56px;
  }
}
.background > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.background .col {
  padding-left: 28px;
  padding-right: 28px;
}
.background .col.slider-col {
  height: 100%;
  padding: 56px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .background .col.slider-col {
    padding-right: 56px;
  }
}
.background .col.slider-col .slider-box {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-radius: 20px 12px 12px 12px;
  overflow: hidden;
}
.background .col.slider-col .slider-box .carousel {
  height: 100%;
}
.background .col.slider-col .slider-box .carousel .carousel-inner {
  height: 100%;
}
.background .col.slider-col .slider-box .carousel .carousel-inner .carousel-item {
  height: 100%;
  -webkit-transition-duration: 8s;
          transition-duration: 8s;
}
.background .col.slider-col .slider-box .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background .col.info-col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  padding-left: 56px;
  padding-right: 56px;
}
.background .col.info-col .logo {
  padding-bottom: 1.6em;
}
.background .col.info-col .logo img {
  width: 280px;
  height: auto;
}
.background .col.info-col .QR {
  padding-top: 1.6em;
  padding-bottom: 0.12em;
}
.background .col.info-col .QR img {
  width: 200px;
  height: auto;
}
.background .col.info-col header {
  margin-bottom: 0.88em;
  margin-top: 1.5em;
}
.background .col.info-col header h3 {
  font-size: 28px;
  -webkit-text-stroke: 1.5px #463F47;
  /* width and color */
}
.background .col.info-col small {
  font-size: 16px;
}
