.pg-hero-image {
  position: relative;
  z-index: 1;
  height: 856px;
  overflow: visible;
}
.pg-hero-image__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.pg-hero-image__box {
  position: absolute;
  left: 34px;
  top: 481px;
  width: 682px;
  background-color: var(--pg-green);
  padding: 43px 50px 40px;
  z-index: 1;
  text-align: center;
}
.pg-hero-image__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--pg-white);
  text-transform: capitalize;
  line-height: 1.25;
  margin: 0 63px 20px;
  letter-spacing: -0.45px;
}
.pg-hero-image__desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--pg-white);
  line-height: 1.6;
  margin: 0;
  letter-spacing: -0.45px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-hero-image {
    height: 432px;
  }
  .pg-hero-image__box {
    left: 25px;
    top: 224px;
    width: 400px;
    padding: 24px 36px 22px;
  }
  .pg-hero-image__title {
    font-size: 24px;
    margin: 0 40px 14px;
  }
  .pg-hero-image__desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pg-hero-image {
    height: 380px;
    z-index: 5;
  }
  .pg-hero-image__img {
    bottom: auto;
    height: 380px;
  }
  .pg-hero-image__box {
    left: 50%;
    transform: translateX(-50%);
    top: 232px;
    width: 346px;
    padding: 22px 28px 20px;
    z-index: 10;
  }
  .pg-hero-image__title {
    font-size: 20px;
    margin: 0 0 10px 20px;
  }
  .pg-hero-image__desc {
    font-size: 14px;
    margin: 0 60px;
  }
}

.pg-ic-content {
  position: relative;
  z-index: 2;
  background-image: url("/wp-content/themes/playgarden-nyc/assets/img/webp/backgrounds/white-paper-cardboard-texture.webp");
  background-size: cover;
  background-position: center;
  padding: 0 0 90px 0;
  overflow: visible;
}
.pg-ic-content__paper {
  position: absolute;
  inset: 0 -120px 0;
  background-color: #f9f7f4;
  transform: rotate(-1.39deg);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.pg-ic-content__inner {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 0 80px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px;
}
.pg-ic-content__photos {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-top: 10px;
  align-items: center;
  margin-top: -50px;
}
.pg-ic-content__photo-wrap--1 .pg-ic-content__photo-frame {
  transform: rotate(1.81deg);
}
.pg-ic-content__photo-wrap--2 .pg-ic-content__photo-frame {
  transform: rotate(-3.74deg);
}
.pg-ic-content__photo-wrap--3 .pg-ic-content__photo-frame {
  transform: rotate(1.61deg);
}
.pg-ic-content__photo-wrap--1, .pg-ic-content__photo-wrap--3 {
  width: 82%;
}
.pg-ic-content__photo-frame {
  background: white;
  box-shadow: 0 4px 12px rgba(197, 188, 188, 0.25);
  padding: 12px 12px 12px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.pg-ic-content__photo {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.pg-ic-content__items {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-top: 90px;
  align-items: center;
}
.pg-ic-content__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.pg-ic-content__item > svg {
  flex-shrink: 0;
  width: 22px;
  height: auto;
  margin-top: 3px;
}
.pg-ic-content__text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--pg-gray);
  line-height: 1.6;
  margin: 0;
  letter-spacing: -0.45px;
}
.pg-ic-content__text strong {
  color: var(--pg-green);
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pg-ic-content__items {
    padding-right: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-ic-content {
    padding: 0px 0;
  }
  .pg-ic-content__inner {
    grid-template-columns: 310px 1fr;
    gap: 0 20px;
    padding: 0px 0px 20px 24px;
    max-width: 100%;
  }
  .pg-ic-content__photos {
    gap: 36px;
    margin-top: -30px;
  }
  .pg-ic-content__items {
    gap: 28px;
    padding-top: 50px;
    padding-right: 40px;
  }
  .pg-ic-content__photo-wrap {
    width: 100%;
  }
  .pg-ic-content__photo {
    height: 280px;
  }
  .pg-ic-content__text {
    font-size: 14px;
    letter-spacing: -0.29px;
  }
  .pg-ic-content__item > svg {
    width: 18px;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .pg-ic-content {
    padding: 40px 0 48px;
  }
  .pg-ic-content__inner {
    grid-template-columns: 1fr;
    padding: 20px 20px 0px 20px;
    gap: 0;
  }
  .pg-ic-content__photos {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 36px;
    margin-top: 0;
    padding-top: 0;
  }
  .pg-ic-content__photo-wrap {
    flex: 1;
  }
  .pg-ic-content__photo-wrap--1 .pg-ic-content__photo-frame {
    transform: rotate(-3.86deg);
  }
  .pg-ic-content__photo-wrap--2 .pg-ic-content__photo-frame {
    transform: rotate(1.91deg);
  }
  .pg-ic-content__photo-wrap--3 {
    display: none;
  }
  .pg-ic-content__photo-frame {
    padding: 8px 8px 8px;
  }
  .pg-ic-content__photo {
    height: 200px;
  }
  .pg-ic-content__items {
    gap: 28px;
    padding-top: 0;
  }
  .pg-ic-content__item > svg {
    width: 16px;
    margin-top: 2px;
  }
  .pg-ic-content__text {
    font-size: 14px;
    letter-spacing: -0.29px;
  }
}

.pg-ic-schedule {
  background-image: url("/wp-content/themes/playgarden-nyc/assets/img/webp/backgrounds/bg_wood.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 24px 90px;
  text-align: center;
}
.pg-ic-schedule__title {
  font-family: "KG Primary Penmanship", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: var(--pg-green);
  line-height: 1;
  margin: 0 0 44px;
  letter-spacing: -0.45px;
}
.pg-ic-schedule__body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--pg-gray);
  line-height: 1.6;
  max-width: 585px;
  margin: 0 auto 48px;
  letter-spacing: -0.45px;
}
.pg-ic-schedule__body p {
  margin: 0 0 20px;
}
.pg-ic-schedule__body p:last-child {
  margin-bottom: 0;
}
.pg-ic-schedule__body strong {
  font-weight: 700;
}
.pg-ic-schedule__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pg-green-light);
  color: var(--pg-white);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  width: 253px;
  height: 47px;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pg-ic-schedule__btn:hover {
    background-color: var(--pg-green);
    transform: translateY(-2px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-ic-schedule {
    padding: 60px 24px 70px;
  }
  .pg-ic-schedule__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .pg-ic-schedule__body {
    font-size: 16px;
    max-width: 522px;
    margin-bottom: 40px;
  }
  .pg-ic-schedule__btn {
    width: 245px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pg-ic-schedule {
    padding: 48px 20px 56px;
  }
  .pg-ic-schedule__title {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .pg-ic-schedule__body {
    font-size: 14px;
    max-width: 343px;
    margin-bottom: 36px;
  }
  .pg-ic-schedule__btn {
    width: 188px;
    height: 35px;
    font-size: 14px;
  }
}

.pg-inclusive-classroom {
  overflow-x: hidden;
}