.prm-header {
  position: relative;
  background-color: #E1CAAA;
}
@media (max-width: 999px) {
  .prm-header {
    background-color: #F4F3EF;
  }
}
.prm-header__content {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 60px;
}
@media (max-width: 760px) {
  .prm-header__content {
    padding-top: 40px;
  }
}
.prm-header__logo {
  max-width: 396px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .prm-header__logo {
    max-width: 222px;
  }
}
.prm-header__logo img {
  width: 100%;
}
.prm-header__desc {
  margin-top: 25px;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 999px) {
  .prm-header__desc {
    margin-top: 20px;
  }
}
.prm-header__title {
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.4;
}
@media (max-width: 999px) {
  .prm-header__title {
    font-size: 28px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.prm-item {
  position: relative;
  border-radius: 20px;
  background: #E1CAAA;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.prm-item .prm-image {
  margin-top: 20px;
}

.prm-item--custom {
  padding-bottom: 20px;
}

.prm-info {
  background-color: #E1CAAA;
  padding-bottom: 60px;
}
@media (max-width: 760px) {
  .prm-info {
    padding-bottom: 20px;
  }
}
.prm-info__header .prm-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.prm-info__header .prm-title:after {
  content: "";
}
.prm-info__wrap {
  background-color: #fff;
  padding: 40px;
  border-radius: 40px;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .prm-info__wrap {
    margin-top: -30%;
    padding: 20px;
  }
}
.prm-info__video {
  margin-top: 24px;
}

.prm-video__play {
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.prm-video__play:hover:before {
  transform: scale(1.1);
}
.prm-video__play:before {
  content: "";
  width: 73px;
  height: 73px;
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  left: calc(50% - 36.5px);
  top: calc(50% - 36.5px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='73' height='73' viewBox='0 0 73 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='73' height='73' rx='36.5' fill='white'/%3e%3cpath d='M25.75 17.8805L58 36.5L25.75 55.1195L25.75 17.8805Z' stroke='%23333333'/%3e%3c/svg%3e ");
}
.prm-video__play iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border: none;
}
.prm-video__title {
  font-weight: 700;
  margin-top: 24px;
}/*# sourceMappingURL=style.css.map */