@import "pfencore/stylesheet.css";
body, html {
  font-size: 12px;
  line-height: 1.2;
  font-family: "PF Encore Sans Pro";
  font-weight: 500;
}

.bg {
  position: relative;
}

.h1, .h2 {
  font-weight: 700;
}

.h1 {
  font-size: 50px;
  padding: 20px;
}
@media (max-width: 1280px) {
  .h1 {
    font-size: calc(30px + 20 * ((100vw - 375px) / 905));
  }
}

.h2 {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .h2 {
    font-size: calc(17px + 3 * ((100vw - 375px) / 905));
  }
}

.upc {
  text-transform: uppercase;
}

.red {
  color: #E60B00;
}

.bubble-left, .bubble-right {
  position: absolute;
  z-index: 9;
}
@media (max-width: 47.99em) {
  .bubble-left, .bubble-right {
    display: none;
  }
}

.bubble-left {
  bottom: 150px;
  left: -50px;
  max-width: 15vw;
}

.bubble-right {
  top: 50px;
  right: 10px;
  max-width: 18vw;
}

.frame {
  padding: 50px;
  min-height: 100vh;
  background: #E60B00;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .frame {
    padding: calc(15px + 35 * ((100vw - 375px) / 905));
  }
}
.frame__inset {
  background: #F9FAFF url(../img/2023/bg.svg) 50% 0 no-repeat;
  background-size: cover;
}
.frame__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/2023/top.svg) 0 0 no-repeat;
  background-size: 100% auto;
  min-height: calc(100vh - 100px);
  padding-left: 130px;
  padding-right: 90px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .frame__content {
    padding-left: calc(15px + 115 * ((100vw - 375px) / 905));
  }
}
@media (max-width: 1280px) {
  .frame__content {
    padding-right: calc(15px + 75 * ((100vw - 375px) / 905));
  }
}
@media (max-width: 1280px) {
  .frame__content {
    padding-bottom: calc(15px + 35 * ((100vw - 375px) / 905));
  }
}
@media (max-width: 1280px) {
  .frame__content {
    padding-top: calc(15px + 35 * ((100vw - 375px) / 905));
  }
}

.logo {
  padding: 40px 20px 20px 20px;
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .logo {
    padding-top: calc(40px + 40 * ((100vw - 375px) / 905));
  }
}
.logo img {
  max-width: 200px;
}

.phone {
  display: inline-block;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-size: 48px;
}
@media (max-width: 1280px) {
  .phone {
    font-size: calc(26px + 22 * ((100vw - 375px) / 905));
  }
}
@media (min-width: 48em) {
  .phone {
    font-size: 48px;
  }
}
@media (min-width: 48em) and (max-width: 1280px) {
  .phone {
    font-size: calc(22px + 26 * ((100vw - 375px) / 905));
  }
}
@media (min-width: 48em) {
  .phone {
    margin-bottom: 10px;
  }
}

.time {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1280px) {
  .time {
    font-size: calc(18px + 12 * ((100vw - 375px) / 905));
  }
}

.radio {
  overflow: hidden;
  margin-bottom: 20px;
}
.radio audio {
  max-width: 100%;
}

.text1 {
  font-weight: 700;
  line-height: 30px;
  font-size: 30px;
}
@media (max-width: 1280px) {
  .text1 {
    line-height: calc(24px + 6 * ((100vw - 375px) / 905));
  }
}
@media (max-width: 1280px) {
  .text1 {
    font-size: calc(20px + 10 * ((100vw - 375px) / 905));
  }
}

.text2 {
  font-weight: 700;
  line-height: 30px;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .text2 {
    line-height: calc(24px + 6 * ((100vw - 375px) / 905));
  }
}
@media (max-width: 1280px) {
  .text2 {
    font-size: calc(14px + 6 * ((100vw - 375px) / 905));
  }
}

.mic {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mic img {
  max-width: 200px;
}

.person {
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.person__face {
  border-radius: 50%;
  margin-bottom: 10px;
}
.person__face img {
  border-radius: 50%;
}
.person__name {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .person__name {
    font-size: calc(14px + 6 * ((100vw - 375px) / 905));
  }
}

.button {
  letter-spacing: 1px;
  margin: 10px 0;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #E60B00;
  padding: 10px 20px 7px 20px;
  font-size: 18px;
  border-radius: 50px;
}
@media (min-width: 48em) {
  .button {
    font-size: 28px;
  }
}
@media (min-width: 48em) and (max-width: 1280px) {
  .button {
    font-size: calc(16px + 12 * ((100vw - 375px) / 905));
  }
}

a:hover {
  color: #000;
}

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