@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
.banner_wrapper {
  position: relative;
  background: url(https://assets.tristatetechnology.com/toypal/toypal-hero-img.jpg)
    no-repeat;
  width: 100%;
  background-size: cover;
  background-position: top center;
  height: 1080px;
  overflow: hidden;
  display: block;
}
.banner_info {
  margin-top: 185px;
}
.banner_wrapper h1 {
  font-size: 66px;
  line-height: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.banner_wrapper p {
  font-size: 50px;
  line-height: 75px;
  color: #fff;
}
.banner_image_wrap {
  width: 70%;
  display: flex;
  flex-flow: row;
  margin: 45px auto 0;
  position: relative;
}
.side_left_image {
  position: absolute;
  left: 7%;
  max-width: 15%;
  width: 100%;
  z-index: 1;
  bottom: 3%;
}
.side_right_image {
  position: absolute;
  right: 7.5%;
  bottom: 5%;
  z-index: 0;
  max-width: 12%;
  width: 100%;
}
.center_image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 40%;
  display: inline-block;
  top: 3%;
}
.left_image {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  left: 0;
  top: 89px;
  max-width: 35%;
  width: 100%;
  display: inline-block;
}
.right_image {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  right: 0;
  top: 89px;
  max-width: 35%;
  width: 100%;
  display: inline-block;
}
.description_wrapper {
  padding: 160px 0;
}
h2 {
  font-size: 60px;
  line-height: normal;
  color: #d20211;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Fredoka", sans-serif;
}
p {
  font-size: 20px;
  line-height: 30px;
  color: #010101;
}
.title_wrap {
  margin-bottom: 68px;
}
.description_wrapper p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile_wrapper {
  background: #f8f8f8;
  position: relative;
}
.profile_wrapper h2 {
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 0;
}
.profile_wrapper p {
  color: #fff;
  width: 80%;
  margin-bottom: 37px;
  padding-left: 5px;
}
.profile_wrap {
  background: #f77483;
  padding: 140px 100px;
  border-radius: 30px;
  width: 82%;
  margin: 0 35px;
  position: relative;
}
.profile_img {
  position: absolute;
  top: 1.5%;
  right: -10%;
  max-width: 22%;
}
.profile_img.ps-img {
  max-width: 40%;
  right: -18%;
}
.implementation-profile .profile_img {
  max-width: 30%;
}
.bottom_image {
  position: absolute;
  bottom: 0;
  max-width: 28%;
  left: -12%;
}
.content_left_img {
  z-index: 1;
}
.left_back_image {
  position: absolute;
  right: 100px;
  top: -60px;
  margin: 0 auto;
  max-width: 30%;
}
.right_back_image {
  position: absolute;
  left: 100px;
  bottom: -90px;
  margin: 0 auto;
  max-width: 30%;
  transform: rotate(180deg) !important;
}
.content_wrap .bg_number {
  display: block;
  font-size: 35px;
  line-height: 39px;
  color: #d20211;
  position: relative;
  font-weight: 600;
}
.content_wrap .bg_number::before {
  position: absolute;
  content: "";
  background: url(https://assets.tristatetechnology.com/toypal/star.svg)
    no-repeat;
  background-size: auto;
  top: -60px;
  left: 10px;
  bottom: 0;
  background-size: 100%;
  width: 100px;
  height: 100px;
}
.content_wrap h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #d20211;
  margin: 50px 0;
  letter-spacing: 0;
}
.content_wrap p {
  font-size: 20px;
  line-height: 30px;
  color: #252525;
  width: 95%;
}
.content_right_img {
  z-index: 1;
}
.bg_white h2 {
  font-size: 46px;
  line-height: 50px;
}
.bg_white {
  background: #fff;
}
.mob_back_image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 85%;
  z-index: 0;
  top: 0;
}
.migraine_diary_wrapper {
  position: relative;
  padding: 85px 0;
  background: #f77483;
}
.migraine_diary_wrapper h2 {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 70px;
}
.mob_hand_image {
  position: absolute;
  bottom: 0;
  left: 5%;
  max-width: 20%;
}
.dot {
  position: relative;
  display: block;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.summary_mobile {
  position: relative;
  max-width: 50%;
  z-index: 0;
}
.bottom_left_image {
  position: absolute;
  left: -19%;
  top: 20%;
  max-width: 60%;
  width: 100%;
  z-index: 1;
}
.bottom_right_image {
  position: absolute;
  right: -18%;
  top: 49%;
  max-width: 60%;
  width: 100%;
}
.bottom_back_image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: 9%;
  max-width: 88%;
  width: 100%;
}
.description_wrapper.aos-animate .pathEcg {
  stroke-dasharray: 900;
  stroke-dashoffset: -700;
  -webkit-animation: dashEcg 5s linear forwards;
  animation: dashEcg 5s linear forwards;
}
@keyframes dashEcg {
  from {
    stroke-dashoffset: -700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.download_wrapper {
  position: relative;
  background: #f8f8f8;
  padding: 100px 0;
}
.download_wrapper h2 {
  font-size: 60px;
  line-height: 70px;
  color: #151922;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.download_wrap {
  margin: 40px auto 0;
}
.download_wrap img {
  margin: 0 5px;
  max-width: 170px;
  display: inline-block;
}
.download_image {
  display: block;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
.toypal-section-title {
  color: #d20211;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}
.results-and-impact-list {
  padding-left: 20px;
}
.results-and-impact-list li {
  list-style-type: disc;
  font-size: 20px;
  margin: 10px 0;
}
.implementation-content {
  background: #f77483;
  border-radius: 30px;
  padding: 60px;
}
.implementation-content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.implementationList .icon {
  width: 80px;
  aspect-ratio: 1;
  background: rgb(210, 4, 17, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.implementationList .icon svg {
  width: 65%;
  aspect-ratio: 1;
}
.implementationList h4 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 12px 0;
}
.implementationList p {
  font-size: 18px;
  margin: 0px;
  color: #fff;
  line-height: normal;
}
.content_left_img,
.content_right_img,
.key-feature-slider {
  max-width: 40%;
  position: relative;
}
.key-feature-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.key-feature-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #a9a9a9;
  border-radius: 50%;
}
.key-feature-slider .slick-dots li.slick-active button {
  background: #d20211;
}
.key-feature-slider .slick-dots li button:before {
  display: none;
}
.conclusion-content {
  background: #f8f8f8;
}
.conclusion-content h2 {
  color: #010101;
}
/*  */
@media (max-width: 1639px) {
  .profile_img {
    max-width: 28%;
  }
  .mob_hand_image {
    left: 4%;
    max-width: 24%;
  }
  .profile_img.ps-img {
    max-width: 56%;
    right: -30%;
    top: 4%;
  }
  .banner_image_wrap {
    width: 79%;
  }
}
@media (max-width: 1490px) {
  .banner_wrapper {
    height: 985px;
  }
  .banner_wrapper h1 {
    font-size: 60px;
    line-height: 85px;
  }
  .profile_wrap {
    padding: 120px 100px;
  }
  h2 {
    font-size: 50px;
  }
  .profile_wrapper h2 {
    margin-bottom: 50px;
  }
  .implementationList h4 {
    font-size: 24px;
  }
  .banner_image_wrap {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .banner_wrapper {
    height: 923px;
  }
  .description_wrapper {
    padding: 100px 0;
  }
  .bottom_image {
    max-width: 25%;
    left: -5%;
  }
  .mob_hand_image {
    left: 2%;
    max-width: 28%;
  }
  .profile_wrapper p {
    width: 95%;
  }
  .profile_img {
    max-width: 26%;
  }
}
@media (max-width: 1199px) {
  .banner_wrapper h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .banner_info {
    margin-top: 50px;
  }
  .banner_wrapper {
    height: 718px;
  }
  .banner_image_wrap::before {
    background-size: 22%;
  }
  .banner_image_wrap::after {
    left: 88%;
    background-size: 18%;
  }
  .profile_wrap {
    padding: 60px;
  }
  h2,
  .toypal-section-title,
  .migraine_diary_wrapper h2 {
    font-size: 40px;
  }
  .content_wrap h2 {
    font-size: 36px;
    margin: 20px 0;
  }
  .mob_hand_image {
    max-width: 30%;
  }
  .profile_wrapper p {
    width: 85%;
  }
  .bottom_image {
    max-width: 22%;
    left: -5%;
    bottom: -7%;
  }
  .profile_img {
    max-width: 25%;
  }
  .download_wrapper h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .profile_wrapper h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .banner_wrapper {
    height: 625px;
  }
  .banner_wrapper h1 {
    font-size: 42px;
    line-height: 57px;
  }
  .profile_wrap {
    padding: 40px;
    margin: 0 auto;
    width: 100%;
  }
  .profile_wrap .order-lg-2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .profile_img {
    max-width: 38%;
    position: relative;
    right: 0;
  }
  .profile_wrapper h2 {
    margin-bottom: 20px;
  }
  .profile_wrapper h2 br {
    display: none;
  }
  .profile_wrapper p {
    width: 100%;
    margin-bottom: 20px;
  }
  .bottom_image {
    display: none;
  }
  .left_back_image {
    max-width: 65%;
  }
  .content_left_img {
    max-width: 40%;
  }
  .content_wrap {
    margin: 50px auto 0;
  }
  .content_wrap p {
    width: 100%;
  }
  .results-and-impact-list {
    text-align: left;
  }
  .content_wrap .bg_number::before {
    display: none;
  }
  .mob_back_image {
    max-width: 65%;
  }
  .content_right_img {
    max-width: 40%;
  }
  .mob_hand_image {
    display: none;
  }
  h2 {
    font-size: 40px;
  }
  .migraine_diary_wrapper h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .bottom_image {
    display: none !important;
  }
  .download_wrapper h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 50px;
  }
  .implementation-content {
    padding: 40px;
  }
  .banner_image_wrap {
    width: 79%;
  }
}
@media (max-width: 767px) {
  .banner_wrapper h1 {
    font-size: 30px;
    line-height: normal;
  }
  .banner_wrapper {
    height: auto;
  }
  .banner_image_wrap {
    width: 100%;
    margin: 30px auto 0;
  }
  p,
  .content_wrap p,
  .results-and-impact-list li {
    font-size: 18px;
  }
  h2,
  .toypal-section-title,
  .migraine_diary_wrapper h2,
  .content_wrap h2,
  .download_wrapper h2,
  .content_wrap .bg_number {
    font-size: 24px;
    line-height: normal;
  }
  .banner_wrapper .side_left_image {
    display: none !important;
  }
  .banner_wrapper .side_right_image {
    display: none !important;
  }
  h2 {
    margin-bottom: 15px !important;
  }
  .profile_img {
    max-width: 40%;
  }
  .bottom_image {
    max-width: 18%;
    display: none;
  }
  .profile_wrap {
    padding: 20px 15px 20px;
    width: 100%;
    margin: 0 auto;
  }
  .profile_wrapper p {
    width: 100%;
    margin-bottom: 20px;
  }
  .content_left_img {
    max-width: 40%;
  }
  .left_back_image {
    max-width: 62%;
  }
  .mob_back_image {
    max-width: 62%;
  }
  .content_right_img {
    max-width: 40%;
  }
  .content_wrap h2 {
    font-size: 24px;
    line-height: normal;
    margin: 20px auto;
    margin-bottom: 20px;
  }
  .mob_back_image {
    max-width: 62%;
  }
  .content_wrap p {
    width: 100%;
  }
  .profile_wrapper p {
    padding-left: 0;
  }
  .download_image {
    max-width: 65%;
  }
  .download_wrapper h2 {
    line-height: normal;
    margin-top: 10px;
  }
  .download_wrapper {
    padding: 50px 0 50px !important;
  }
  .subTitle {
    text-align: center;
  }
  .download_wrap img {
    max-width: 150px;
  }
  .download_wrap {
    margin-top: 0px;
  }
  .implementation-content {
    padding: 16px;
  }
  .implementationList h4 {
    font-size: 20px;
  }
  .implementationList p {
    font-size: 16px;
  }
  .left_back_image,
  .right_back_image {
    display: none !important;
  }
  .profile_img.ps-img {
    left: 0;
    right: 0;
    top: 0;
    max-width: 80%;
  }
}
