.statement {
  margin-bottom: clamp(0px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .statement {
    margin-bottom: 10.2564102564vw;
  }
}
.statement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .statement-wrapper {
    display: block;
  }
}
.statement__movie {
  margin-top: clamp(0px, 5.5555555556vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .statement__movie {
    margin-top: 10.2564102564vw;
  }
}
.statement__movie iframe {
  aspect-ratio: 16/9;
  width: 80%;
  height: auto;
}
@media (max-width: 767px) {
  .statement__movie iframe {
    width: 100%;
  }
}
/*# sourceMappingURL=statement.css.map */