.page-template-page-schools-and-districts .container {
  max-width: 1130px;
  padding: 0;
  overflow: visible;
}

.page-template-page-schools-and-districts .wrapper {
  overflow: hidden;
}

.new-hero {
  padding-top: 116px;
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
}

.new-hero .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
}

.new-hero .curved-bottom {
  transform: translateY(87px) translateX(-50%);
  bottom: 0;
  z-index: -1;
  min-width: 100%;
}

.new-hero__info {
  margin-bottom: 36px;
}

.new-hero__info h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -0.08em;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 36px;
}

.new-hero__info p {
  font-size: 27px;
  line-height: 36px;
  text-align: center;
  color: #697089;
  max-width: 710px;
  margin: 0 auto;
}

.new-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}

.new-hero__actions a {
  width: 160px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  border-radius: 10px;
}

.new-hero__actions a:hover {
  text-decoration: none;
}

.new-hero__actions a.get-access {
  color: white;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.get-access:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}

.new-hero__images {
  position: relative;
  width: 100%;
  max-width: 1287px !important;
  margin: 0 auto;
}

.new-hero__images img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.new-hero__images img.mobile {
  display: none;
}


.sd-main {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  background: linear-gradient(180deg, #E6E8F0 0%, #FFF 100%);
}

/* .sd-main .curved-top,  */
.sd-main .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
}

.sd-boxes__info {
  text-align: center;
  margin: 0 auto 48px;
  width: 100%;
  max-width: 910px;
}

.sd-boxes__info h2 {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2.88px;
  color: #0C0E19;
  margin-bottom: 16px;
}

.sd-boxes__info p {
  color:#697089;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.sd-boxes__grid {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr;
  gap: 8px 8px;
}

.sd-boxes__grid-item {
  background-color: white;
  padding: 36px 48px;
  
}

.sd-boxes__grid-item:nth-child(1) {
  border-radius: 30px 10px 10px 10px;
}

.sd-boxes__grid-item:nth-child(2) {
  border-radius: 10px 30px 10px 10px;
}

.sd-boxes__grid-item:nth-child(3) {
  border-radius: 10px 10px 10px 30px;
}

.sd-boxes__grid-item:nth-child(4) {
  border-radius: 10px 10px 30px 10px;
}

.sd-boxes__grid-item img {
  max-width: 78px;
  width: 1000%;
  margin-bottom: 24px;
}

.sd-boxes__grid-item h3 {
  color: #303651;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}

.sd-boxes__grid-item p {
  color: #697089;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}



/* TABS */

.tabs-wrapper {
  padding-top: 120px;
  position: relative;
}

.tabs-wrapper h2 {
  color: black;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2.88px;
  margin-bottom: 48px;
}

.tabs-wrapper .avatar {
  position: absolute;
  top: -150px;
  left: 0;
  width: 202px;
  animation: bounce-avatar 1.5s ease-in-out infinite alternate;
  -webkit-animation: bounce-avatar 1.5s ease-in-out infinite alternate;
}

.tabs {
	display: flex;
  flex-direction: row-reverse;
  column-gap: 36px;
  height: 440px;
  align-items: center;
}

.tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs > ul li {
	display: block;
}

.tabs > ul li a {
  max-height: 106px;
  opacity: 0.4;
	display: flex;
  column-gap: 20px;
	border-bottom: none;
	text-decoration: none;
  text-align: left;
	color: #697089;
	padding: 0;
	word-wrap: break-word;
  overflow-y: hidden;
	transition: all 0.3s ease-in-out;
}

.tabs > ul li:nth-child(1) a {
  max-height: 148px;
}

.tabs > ul li:nth-child(2) a {
  max-height: 69px;
}

.tabs > ul li:nth-child(3) a {
  max-height: 65px;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs > ul li a.active {
  max-height: 172px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.tabs > ul li:nth-child(1) a.active {
  max-height: 205px;
}

.tabs > ul li:nth-child(2) a.active {
  max-height: 150px;
}

.tabs > ul li:nth-child(3) a.active {
  max-height: 144px;
}

.tabs > ul li a .icon {
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  display: none;
}

.tabs > ul li a .icon img {
  display: none;
}


.tabs > ul li a .text h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #303651;
  margin-top: 16px;
}

.tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs > ul li a > span.tab-label {
	display: none;
}

.tabs section {
	padding: 1rem;
	display: none;
	word-wrap: break-word;
}

.tabs section > * {
	opacity: 0;
	transition: opacity 0.4s;
}


.tabs section.active {
	display: block;
}

.tabs section.active-content > * {
	opacity: 1;
}

@media (min-width: 768px) {
	.tabs > ul {
		width: 412px;
    height: 433px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	}

	.tabs > ul li a > span {
		width: 100%;
	}

	.tabs > ul li a > span.tab-label {
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}

	.tabs section {
		padding: 0;
    width: 694px;
	}

  .tabs section img {
    width: 100%;
    border: 8px solid white;
    border-radius: 30px;
  }

	.tabs-container {
		padding: 4rem 4rem;
	}
}



.group-icons {
  padding: 120px 0 80px;
}

.group-icons__title h2 {
  color: black;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2.88px;
  margin-bottom: 55px;
}

.group-icons__grid ul {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr;
  column-gap: 16px;
  row-gap: 70px;
}

.group-icons__grid ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  text-align: center;
  padding: 0px 65px;
}

.group-icons__grid ul li .icon {
  width: 106px;
  height: 106px;
  margin-bottom: 12px;
}

.group-icons__grid ul li .icon img {
  width: 100%;
  box-shadow: 0 0 27px 1px rgb(34 34 34 / 22%);
  border-radius: 32px;
  background: linear-gradient(143deg, #f43b03, #f57501);
}

.group-icons__grid ul li h3 {
  color: #0C0E19;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.group-icons__grid ul li p {
  color: #303651;
  text-align: center;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}



/* PPP PRE-FOOTER */

.prefooter {
  font-family: 'Montserrat';
  text-align: center;
  color: white;
  height: 450px;
  background: linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
  background-position: bottom;
  padding-top: 137px;
  position: relative;
}

.prefooter .curved-top,
.prefooter .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
}

.prefooter .curved-top {
  top: 0;
  transform: translateY(-306px) translateX(-50%);
}

.prefooter .curved-bottom {
  bottom: 0;
  transform: translateY(309px) translateX(-50%);
}

.prefooter .avatar{
  position: absolute;
  z-index: 7;
  width: 210px;
  transform: translateX(516px);
  bottom: -38px;
}

.prefooter .prefooter-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prefooter .prefooter-title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  max-width: 688px;
  margin: 0 auto 24px;
}

.prefooter .prefooter-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-bottom: 36px;
  max-width: 688px;
}

.prefooter-title p {
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  max-width: 688px;
}

.prefooter-cta {
  position: absolute;
  z-index: 990;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: transparent;
  transform: translateY(-34px);
}

.prefooter-cta a {
  width: 196px;
  height: 64px;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  box-shadow: 0px 2px 0px rgba(12, 14, 25, 0.16);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.prefooter-cta a:hover {
  color: white;
  filter: brightness(1.3);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* END PPP PRE-FOOTER */



@media (max-width: 999px) {
  .page-template-page-schools-and-districts .container {
    padding: 0px 16px;
  }

  .new-hero {
    padding-top: 100px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    z-index: 3;
  }

  .new-hero .curved-bottom {
    width: 100%;
    max-width: 999px;
    transform: translateY(131px) translateX(-50%);
  }

  .new-hero__info h1 {
    font-size: 54px;
    line-height: 66px;
    max-width: 600px;
    margin: 0 auto 25px;
  }

  .sd-boxes__grid-item {
    padding: 28px 28px;
  }

  .sd-boxes__grid-item p {
    margin-bottom: 0px;
  }

  .tabs {
    column-gap: 31px;
    height: 330px;
  }

  .tabs-wrapper {
    padding-top: 60px;
  }

  .tabs > ul {
    height: 333px;
  }

  .tabs > ul li:nth-child(2) a,
  .tabs > ul li:nth-child(3) a {
    max-height: 54px;
  }

  .tabs > ul li a .text h3 {
    font-size: 27px;
    line-height: 31px;
  }

  .sd-main {
    padding: 40px 0 0;
  }

  .group-icons {
    padding: 80px 0 0;
  }

  .group-icons__grid ul li {
    justify-content: flex-start;
    padding: 0px 10px;
  }

  .group-icons__grid ul li .icon {
    width: 85px;
    height: 95px;
  }

  .prefooter .avatar {
    display: none;
  }
}


@media (max-width: 767px) {
  .new-hero {
    margin-top: 0 !important;
    padding: 100px 0 0 !important;
    background-color: white;
  }

  .new-hero .curved-bottom {
    width: 100%;
    max-width: 767px;
    transform: translateY(193px) translateX(-50%);
}

  .new-hero__info {
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .new-hero__info h1 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    max-width: 300px;
    margin-bottom: 16px;
  }

  .new-hero__info p {
    font-size: 16px;
    line-height: 24px;
  }

  .new-hero__actions {
    flex-direction: column-reverse;
    row-gap: 8px;
    margin-bottom: 0;
  }

  .new-hero__actions a {
    width: 162px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }

  .new-hero__images {
    margin: 0 auto;
    max-height: 400px;
    position: relative;
    height: 183px;
  }

  .new-hero__images img.desktop {
    display: none;
  }

  .new-hero__images img.mobile {
    display: block;
    position: absolute;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sd-main {
    padding: 90px 0 0;
  }

  .sd-boxes__info h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -1px;
  }

  .sd-boxes__info p {
    font-size: 16px;
    line-height: 24px;
  }

  .sd-boxes__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .sd-boxes__grid-item {
    padding: 16px 16px;
  }

  .sd-boxes__grid-item:nth-child(1),
  .sd-boxes__grid-item:nth-child(2),
  .sd-boxes__grid-item:nth-child(3),
  .sd-boxes__grid-item:nth-child(4) {
    border-radius: 10px 10px 10px 10px;
  }

  .sd-boxes__grid-item img {
    max-width: 43px;
    margin-bottom: 8px;
  }

  .sd-boxes__grid-item h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .sd-boxes__grid-item p {
    font-size: 16px;
    line-height: 20px;
  }

  .sd-main {
    z-index: 2;
  }

  .sd-main .tabs-wrapper {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
  }

  .sd-main .tabs-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .sd-main .tabs-wrapper .tabs {
    flex-direction: column-reverse;
    height: auto;
  }

  .sd-main .tabs > ul {
    height: 170px;
  }

  .sd-main .tabs > ul li a .icon {
    display: block;
  }

  .sd-main .tabs-wrapper .tabs section > img {
    width: 100%;
    border: 4px solid white;
    border-radius: 20px;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 22px;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li {
    width: 52px;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a {
    flex-direction: column;
    max-height: unset;
    text-align: center;
    overflow: visible;
    align-items: center;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a.active .icon {
    background-color: black;
    transition: all 0.2s ease-in-out;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a:not(.active) .icon {
    background-color: rgba(12, 14, 25, 0.2);
    scale: 0.7;
    transition: all 0.2s ease-in-out;
  }


  .sd-main .tabs-wrapper .tabs ul.tab-head li a .text {
    position: absolute;
    width: 100%;
    top: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0;
    min-height: 124px;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a:not(.active) .text {
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a .text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: -10px;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a .text h3 br {
    display: none;
  }

  .sd-main .tabs-wrapper .tabs ul.tab-head li a .text p {
    font-size: 18px;
    line-height: 26px;
  }

  .sd-main .tabs-wrapper .tabs section {
    padding: 0 20px 20px;
  }


  .group-icons__title h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .group-icons__grid ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    column-gap: 10px;
    row-gap: 45px;
  }

  .group-icons__grid ul li .icon {
    width: 82px;
    height: 82px;
  }

  .group-icons__grid ul li .icon img {
    border-radius: 24px;
  }

  .prefooter {
    padding-top: 20px;
    height: 355px;
    display: flex;
    align-items: center;
  }

  .prefooter .curved-top {
    min-width: 100%;
    transform: translateY(-194px) translateX(-50%);
  }

  .prefooter .curved-bottom {
    min-width: 100%;
    transform: translateY(202px) translateX(-50%);
  }

  .prefooter .prefooter-title h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .prefooter .prefooter-title h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .prefooter-title p {
    font-size: 18px;
    line-height: 26px;
  }

  .prefooter-cta a {
    width: 158px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }

}