@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap");
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shake-vertical {
  -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
  80% {
    -webkit-transform: translate(-50%, 6.4px);
            transform: translate(-50%, 6.4px);
  }
  90% {
    -webkit-transform: translate(-50%, -6.4px);
            transform: translate(-50%, -6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
  80% {
    -webkit-transform: translate(-50%, 6.4px);
            transform: translate(-50%, 6.4px);
  }
  90% {
    -webkit-transform: translate(-50%, -6.4px);
            transform: translate(-50%, -6.4px);
  }
}

.learndash-cpt-sfwd-courses .site-content {
  position: relative;
  z-index: 1;
}

.learndash-cpt-sfwd-courses .site-content .container {
  max-width: 1309px;
}

.learndash-cpt-sfwd-courses .site-content .site-content-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.learndash-cpt-sfwd-courses .site-content .course-banner {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.learndash-cpt-sfwd-courses .site-content .course-banner img {
  width: 100%;
  height: 664px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.learndash-cpt-sfwd-courses .site-content .bb-courses-header .bb-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
}

.learndash-cpt-sfwd-courses .hero {
  padding-top: 23px;
  position: relative;
  z-index: 1;
}

.learndash-cpt-sfwd-courses .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .hero__inner {
    text-align: center;
  }
}

.learndash-cpt-sfwd-courses .hero__inner-text {
  width: 55%;
  padding: 46px 44px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .hero__inner-text {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .hero__inner-text {
    padding: 46px 0 40px;
    text-align: center;
  }
}

.learndash-cpt-sfwd-courses .hero__inner-img {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .hero__inner-img {
    width: 100%;
  }
}

.learndash-cpt-sfwd-courses .hero__inner-img img {
  width: 100%;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .hero__inner-img img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.learndash-cpt-sfwd-courses .hero__inner-btn--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .hero__inner-btn--wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.learndash-cpt-sfwd-courses .hero__inner .btn--fasttrack, .learndash-cpt-sfwd-courses .hero__inner .btn-start {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  margin-right: 15px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  max-width: 260px;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .hero__inner .btn--fasttrack, .learndash-cpt-sfwd-courses .hero__inner .btn-start {
    max-width: 277px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.learndash-cpt-sfwd-courses .hero__inner .btn--fasttrack svg, .learndash-cpt-sfwd-courses .hero__inner .btn-start svg {
  margin-right: 13px;
}

.learndash-cpt-sfwd-courses .hero__inner .btn--browse {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  background: #487dc0;
  border-radius: 100px;
  white-space: nowrap;
}

.learndash-cpt-sfwd-courses .hero h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
  margin: 0 0 20px;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .hero h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #00223c;
  }
}

.learndash-cpt-sfwd-courses .hero h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin: 0 0 10px;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .hero h3 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3f3d56;
  }
}

.learndash-cpt-sfwd-courses .hero p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin-bottom: 40px;
}

.learndash-cpt-sfwd-courses .track {
  padding: 68px 0 100px;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track__inner {
    text-align: center;
  }
}

.learndash-cpt-sfwd-courses .track__inner .start-track {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track__inner .start-track {
    margin-bottom: 120px;
  }
  .learndash-cpt-sfwd-courses .track__inner .start-track::before {
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    bottom: -120px;
    background: #fff url("../../images/mobilepath.svg") no-repeat center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    max-height: 150px;
  }
  .learndash-cpt-sfwd-courses .track__inner .start-track.started::before {
    max-height: 0;
  }
  .learndash-cpt-sfwd-courses .track__inner .start-track::after {
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    bottom: -120px;
    background: url("../../images/mobilepath-active.svg") no-repeat center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

@media only screen and (max-width: 1024px) {
  .learndash-cpt-sfwd-courses .track__inner .start-track img {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .learndash-cpt-sfwd-courses .track__inner .start-track img {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track__inner .start-track img {
    zoom: 1;
  }
}

.learndash-cpt-sfwd-courses .track__inner .start-track .btn--fasttrack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.learndash-cpt-sfwd-courses .track__inner .start-track .btn--fasttrack svg {
  margin-right: 13px;
}

.learndash-cpt-sfwd-courses .track__path {
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .learndash-cpt-sfwd-courses .track__path {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .learndash-cpt-sfwd-courses .track__path {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track__path {
    zoom: 1;
    padding-bottom: 0;
  }
}

.learndash-cpt-sfwd-courses .track__path--modules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track__path--modules {
    position: relative;
  }
}

.learndash-cpt-sfwd-courses .track__path--item {
  width: 335px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  position: absolute;
}

.learndash-cpt-sfwd-courses .track__path--item:first-child {
  top: 18%;
}

.learndash-cpt-sfwd-courses .track__path--item:nth-child(2) {
  right: 0;
  top: 50%;
}

.learndash-cpt-sfwd-courses .track__path--item:last-child {
  left: 0;
  bottom: 0;
}

.learndash-cpt-sfwd-courses .track__path--item.active {
  cursor: pointer;
}

.learndash-cpt-sfwd-courses .track__path--item .icon-completed {
  display: none;
}

.learndash-cpt-sfwd-courses .track__path--item .icon-locked {
  display: none;
}

.learndash-cpt-sfwd-courses .track__path--item.completed .icon-completed {
  display: block;
}

.learndash-cpt-sfwd-courses .track__path--item.completed .track__path--featured::after {
  display: none;
}

.learndash-cpt-sfwd-courses .track__path--item.completed .status {
  display: none;
}

.learndash-cpt-sfwd-courses .track__path--item.locked .icon-locked {
  display: block;
}

.learndash-cpt-sfwd-courses .track__path--item.locked .ld-progress {
  display: none;
}

.learndash-cpt-sfwd-courses .track__path--item.locked .track__path--details > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: auto;
}

.learndash-cpt-sfwd-courses .track__path--item .status {
  position: absolute;
  top: -80px;
  right: -30px;
}

.learndash-cpt-sfwd-courses .track__path--item .status span {
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  color: #ffffff;
}

.learndash-cpt-sfwd-courses .track__path--featured {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.learndash-cpt-sfwd-courses .track__path--featured::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}

.learndash-cpt-sfwd-courses .track__path--featured > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.learndash-cpt-sfwd-courses .track__path--featured > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 210px;
}

.learndash-cpt-sfwd-courses .track__path--details {
  padding: 26px 30px 30px;
}

.learndash-cpt-sfwd-courses .track__path--details h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #00223c;
  margin: 0 0 8px;
}

.learndash-cpt-sfwd-courses .track__path--details a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #487dc0;
}

.learndash-cpt-sfwd-courses .track__path--details .ld-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learndash-cpt-sfwd-courses .track__path--details .ld-progress .ld-progress-steps {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #5d6a77;
}

.learndash-cpt-sfwd-courses .track__path--details .ld-progress .ld-progress-stats {
  width: 50%;
  margin: 0 !important;
}

.learndash-cpt-sfwd-courses .track__path--details .ld-progress .ld-progress-bar {
  width: 50%;
  margin: 0;
  height: 8px;
  background: #e7edf4;
  border-radius: 100px;
}

.learndash-cpt-sfwd-courses .track__path--details .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  border-radius: 100px;
  background: #24d8a2;
  height: 8px;
}

.learndash-cpt-sfwd-courses .track__path .final-track {
  position: absolute;
  bottom: 0;
  left: 46%;
}

@media only screen and (max-width: 601px) {
  .learndash-cpt-sfwd-courses .track__path .final-track {
    position: relative;
    left: auto;
    z-index: 5;
  }
  .learndash-cpt-sfwd-courses .track__path .final-track + svg {
    display: none;
  }
}

.learndash-cpt-sfwd-courses .track__path > svg {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}

.learndash-cpt-sfwd-courses .track__path > svg .step1 path,
.learndash-cpt-sfwd-courses .track__path > svg .step2 path,
.learndash-cpt-sfwd-courses .track__path > svg .step3 path,
.learndash-cpt-sfwd-courses .track__path > svg .step4 path {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.learndash-cpt-sfwd-courses .track__path > svg .step1.active path,
.learndash-cpt-sfwd-courses .track__path > svg .step2.active path,
.learndash-cpt-sfwd-courses .track__path > svg .step3.active path,
.learndash-cpt-sfwd-courses .track__path > svg .step4.active path {
  fill: #e32438;
}

.learndash-cpt-sfwd-courses .ebook {
  padding: 50px 0;
}

.learndash-cpt-sfwd-courses .ebook__inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 60px;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .ebook__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.learndash-cpt-sfwd-courses .ebook__text {
  width: 60%;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .ebook__text {
    width: 100%;
  }
}

.learndash-cpt-sfwd-courses .ebook__text h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #487dc0;
  margin: 0;
}

.learndash-cpt-sfwd-courses .ebook__text h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
  margin: 0 0 10px;
}

.learndash-cpt-sfwd-courses .ebook__text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #3f3d56;
  margin-bottom: 30px;
}

.learndash-cpt-sfwd-courses .ebook__img {
  width: 40%;
  padding: 0 40px;
}

@media only screen and (max-width: 901px) {
  .learndash-cpt-sfwd-courses .ebook__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.learndash-cpt-sfwd-courses .ebook__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.learndash-cpt-sfwd-courses .ebook__dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 40px;
  background: #e32438;
  border-radius: 100px;
  white-space: nowrap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap {
  margin-bottom: 40px;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .bb-cover-list-item {
  border-radius: 15px;
  overflow: hidden;
  height: auto;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-cover {
  display: block;
  padding: 0;
  width: 100%;
  height: 210px;
  background: #487dc0;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-cover::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-cover > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-cover--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-cover--inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-cover--inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .bb-course-title a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #00223c !important;
  max-height: inherit !important;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-details {
  padding: 26px 30px 30px;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .view-preview a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #487dc0;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-progress-wrap {
  margin: 0;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-progress-wrap .ld-progress.ld-progress-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-progress-wrap .ld-progress-stats {
  width: 50%;
  margin: 0 !important;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-progress-wrap .ld-progress-steps {
  margin: 0 !important;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-progress-wrap .ld-progress-bar {
  width: 50%;
  margin: 0;
  height: 8px;
  background: #e7edf4;
  border-radius: 100px;
}

.learndash-cpt-sfwd-courses .bb-course-item-wrap .course-progress-wrap .ld-progress-bar .ld-progress-bar-percentage {
  border-radius: 100px;
  background: #24d8a2;
  height: 8px;
}

.learndash-cpt-sfwd-courses .bb-grid .track__path .final-track {
  max-width: 335px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 34, 60, 0.1);
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  left: 46%;
  bottom: 0;
  top: auto;
}

.learndash-cpt-sfwd-courses .bb-grid .track__path .final-track .status {
  top: -41px;
  right: -114px;
}

.learndash-cpt-sfwd-courses .bb-grid .track__path .final-track .status span {
  top: 26%;
  left: 50%;
}

.learndash-cpt-sfwd-courses .bb-grid .track__path .final-track .status span span {
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  top: 29px;
  font-weight: 400;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal-save-log-time .close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

#modal-save-log-time h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #00223c;
  margin: 0 0 20px;
}

#modal-save-log-time #frm-save-log-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin: 0 0 30px;
}

#modal-save-log-time #frm-save-log-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-save-log-time #frm-save-log-time > div label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
  text-align: left;
  margin: 0 0 15px;
}

#modal-save-log-time #frm-save-log-time > div input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d4dff2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin: 0;
  padding: 12px 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
}

#modal-save-log-time #frm-save-log-time > div textarea {
  width: 100%;
  margin: 0;
  min-height: 120px;
  border: 1px solid #d4dff2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
}

#modal-save-log-time .btn-save-log-time {
  width: 240px;
  height: 54px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#whyPracticeModal .modal-content {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: auto auto 50px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  text-align: center;
  padding:20px;
}

#congratsModal .modal-content {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: auto auto 50px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  text-align: center;
}

#congratsModal .close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

#congratsModal .congrats {
  max-width: 413px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 43px;
}

@media only screen and (max-width: 601px) {
  #congratsModal .congrats {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 601px) {
  #congratsModal .congrats > img {
    width: 133px;
  }
}

#congratsModal .congrats h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #e32438;
  margin: 17px auto 9px;
}

@media only screen and (max-width: 601px) {
  #congratsModal .congrats h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

#congratsModal .congrats p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 601px) {
  #congratsModal .congrats p {
    font-size: 13px;
    line-height: 19px;
  }
}

#congratsModal .congrats .btn-dl {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#congratsModal .congrats-footer {
  background: #ebf2fa;
  border-radius: 0px 0px 15px 15px;
  padding: 30px 20px 33px;
}

#congratsModal .congrats-footer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 601px) {
  #congratsModal .congrats-footer p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}

#congratsModal .share-btn {
  max-width: 540px;
  margin: 0 auto;
}

@media only screen and (max-width: 601px) {
  #congratsModal .share-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#congratsModal .share-btn > a {
  height: 54px;
  width: calc(50% - 10px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

@media only screen and (max-width: 601px) {
  #congratsModal .share-btn > a {
    width: 100%;
    margin-bottom: 12px;
  }
  #congratsModal .share-btn > a:last-child {
    margin-bottom: 0;
  }
}

#congratsModal .share-btn > a svg {
  margin-right: 20px;
}

#congratsModal .share-btn > a.btn-fb {
  background: #00539e;
  border-radius: 6px;
}

#congratsModal .share-btn > a.btn-twitter {
  background: #2ba9e1;
  border-radius: 6px;
}

.page-template-pt-challenge .wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 5s infinite both;
  animation: wobble-hor-bottom 5s infinite both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.page-template-pt-challenge .scale-out-left {
  -webkit-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
}

@keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
}

.page-template-pt-challenge .embed-container .fluid-width-video-wrapper {
  position: relative !important;
  padding-top: 0 !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
}

.page-template-pt-challenge .embed-container iframe,
.page-template-pt-challenge .embed-container object,
.page-template-pt-challenge .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-pt-challenge #myModal .modal-content {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: auto auto 50px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  padding: 40px 80px 34px;
  text-align: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge #myModal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-challenge #myModal .modal-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #00223c;
}

.page-template-pt-challenge #myModal .modal-content .close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.page-template-pt-challenge #myModal .modal-content .btn-yes {
  cursor: pointer;
  margin: 30px auto 20px;
  width: 320px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #e32438;
  border-radius: 100px;
}

.page-template-pt-challenge .hero {
  padding-top: 23px;
  position: relative;
  z-index: 1;
}

.page-template-pt-challenge .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .hero__inner {
    text-align: center;
  }
}

.page-template-pt-challenge .hero__inner-text {
  width: 55%;
  padding: 46px 44px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge .hero__inner-text {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .hero__inner-text {
    padding: 46px 0 40px;
    text-align: center;
  }
}

.page-template-pt-challenge .hero__inner-img {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge .hero__inner-img {
    width: 100%;
  }
}

.page-template-pt-challenge .hero__inner-img img {
  width: 100%;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge .hero__inner-img img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.page-template-pt-challenge .hero__inner-btn--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .hero__inner-btn--wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-pt-challenge .hero__inner .btn--fasttrack, .page-template-pt-challenge .hero__inner .btn-start {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  margin-right: 15px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .hero__inner .btn--fasttrack, .page-template-pt-challenge .hero__inner .btn-start {
    max-width: 277px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-pt-challenge .hero__inner .btn--fasttrack svg, .page-template-pt-challenge .hero__inner .btn-start svg {
  margin-right: 13px;
}

.page-template-pt-challenge .hero__inner .btn--browse {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  background: #487dc0;
  border-radius: 100px;
  white-space: nowrap;
}

.page-template-pt-challenge .hero h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
  margin: 0 0 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .hero h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #00223c;
  }
}

.page-template-pt-challenge .hero h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin: 0 0 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .hero h3 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3f3d56;
  }
}

.page-template-pt-challenge .hero p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin-bottom: 40px;
}

.page-template-pt-challenge .site-content {
  position: relative;
  z-index: 1;
}

.page-template-pt-challenge .site-content .container {
  max-width: 1309px;
}

.page-template-pt-challenge .site-content .site-content-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.page-template-pt-challenge .site-content .course-banner {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.page-template-pt-challenge .site-content .course-banner img {
  width: 100%;
  height: 664px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-template-pt-challenge .site-content .bb-courses-header .bb-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
}

.page-template-pt-challenge .track {
  padding: 68px 0 100px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__inner {
    text-align: center;
  }
}

.page-template-pt-challenge .track__inner .start-track {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__inner .start-track {
    margin-bottom: 120px;
  }
  .page-template-pt-challenge .track__inner .start-track::before {
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    bottom: -120px;
    background: #fff url("../../images/mobilepath.svg") no-repeat center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    max-height: 150px;
  }
  .page-template-pt-challenge .track__inner .start-track.started::before {
    max-height: 0;
  }
  .page-template-pt-challenge .track__inner .start-track::after {
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    bottom: -120px;
    background: url("../../images/mobilepath-active.svg") no-repeat center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.page-template-pt-challenge .track__inner .start-track > div {
  max-width: 255px;
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #487dc0;
  padding: 14px 11px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  text-transform: uppercase;
  right: -150px;
  top: 42px;
  z-index: 10;
}

.page-template-pt-challenge .track__inner .start-track > div span {
  position: relative;
  z-index: 5;
}

.page-template-pt-challenge .track__inner .start-track > div svg {
  position: absolute;
  bottom: -19px;
  left: 33px;
}

.page-template-pt-challenge .track__inner .start-track > div::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #487dc0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  border-radius: 10px;
}

.page-template-pt-challenge .track__inner .start-track > div::after {
  content: " ";
  position: absolute;
  display: block;
  width: 87%;
  height: 101%;
  top: 0;
  right: 1px;
  z-index: -1;
  background: #487dc0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-20deg, -1deg);
  transform: skew(-20deg, -1deg);
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-challenge .track__inner .start-track img {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .page-template-pt-challenge .track__inner .start-track img {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__inner .start-track img {
    zoom: 1;
  }
}

.page-template-pt-challenge .track__inner .start-track .btn--fasttrack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.page-template-pt-challenge .track__inner .start-track .btn--fasttrack svg {
  margin-right: 13px;
}

.page-template-pt-challenge .track__path {
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-challenge .track__path {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .page-template-pt-challenge .track__path {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path {
    zoom: 1;
    padding-bottom: 0;
  }
}

.page-template-pt-challenge .track__path--modules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--modules {
    position: relative;
  }
}

.page-template-pt-challenge .track__path--item {
  position: absolute;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 140px;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .page-template-pt-challenge .track__path--item:last-child {
    margin-bottom: 70px;
  }
  .page-template-pt-challenge .track__path--item::before {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    bottom: -170px;
    background: #fff url(../../images/mobilepath.svg) repeat-y center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    max-height: 200px;
  }
  .page-template-pt-challenge .track__path--item.completed::before {
    max-height: 0;
  }
  .page-template-pt-challenge .track__path--item.completed.active::before {
    max-height: 0;
  }
  .page-template-pt-challenge .track__path--item::after {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    bottom: -170px;
    background: url(../../images/mobilepath-active.svg) repeat-y center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.page-template-pt-challenge .track__path--item:first-child {
  top: 7%;
  left: 27%;
}

.page-template-pt-challenge .track__path--item:nth-child(2) {
  top: 7%;
  left: 57%;
}

.page-template-pt-challenge .track__path--item:nth-child(3) {
  top: 21%;
  right: 2%;
}

.page-template-pt-challenge .track__path--item:nth-child(4) {
  top: 36%;
  right: 2%;
}

.page-template-pt-challenge .track__path--item:nth-child(5) {
  top: 36%;
  left: 41%;
}

.page-template-pt-challenge .track__path--item:nth-child(6) {
  top: 36%;
  left: 2%;
}

.page-template-pt-challenge .track__path--item:nth-child(7) {
  top: 49%;
  left: 2%;
}

.page-template-pt-challenge .track__path--item:nth-child(8) {
  top: 59%;
  left: 40%;
}

.page-template-pt-challenge .track__path--item:nth-child(9) {
  top: 72%;
  right: 2%;
}

.page-template-pt-challenge .track__path--item:nth-child(10) {
  top: 84%;
  right: 22%;
}

.page-template-pt-challenge .track__path--item:nth-child(11) {
  top: 72%;
  left: 20%;
}

.page-template-pt-challenge .track__path--item .you-here {
  max-width: 105px;
  width: 100%;
  white-space: nowrap;
  display: none;
  position: absolute;
  top: -73px;
  right: -90px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #e32438;
  padding: 15px 5px;
  z-index: 10;
  border-radius: 15px;
  text-transform: capitalize;
  -webkit-animation: wobble-hor-bottom 5s infinite both;
  animation: wobble-hor-bottom 5s infinite both;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item .you-here {
    right: -60px;
  }
}

.page-template-pt-challenge .track__path--item .you-here::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e32438;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  border-radius: 10px;
}

.page-template-pt-challenge .track__path--item .you-here::after {
  content: " ";
  position: absolute;
  display: block;
  width: 87%;
  height: 101%;
  top: 0;
  right: 1px;
  z-index: -1;
  background: #e32438;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-20deg, -1deg);
  transform: skew(-20deg, -1deg);
  border-radius: 10px;
}

.page-template-pt-challenge .track__path--item .you-here svg {
  position: absolute;
  bottom: -20px;
  left: 13px;
}

.page-template-pt-challenge .track__path--item .you-here.here-left {
  left: -90px;
  right: auto;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item .you-here.here-left {
    left: auto;
    right: -60px;
  }
}

.page-template-pt-challenge .track__path--item .you-here.here-left::before {
  -webkit-transform: skew(20deg, 1deg);
  transform: skew(20deg, 1deg);
  width: 87%;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item .you-here.here-left::before {
    width: 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
  }
}

.page-template-pt-challenge .track__path--item .you-here.here-left::after {
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item .you-here.here-left::after {
    width: 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skew(-20deg, -1deg);
    transform: skew(-20deg, -1deg);
    border-radius: 10px;
  }
}

.page-template-pt-challenge .track__path--item .you-here.here-left svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 70px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item .you-here.here-left svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    position: absolute;
    bottom: -20px;
    left: 13px;
  }
}

.page-template-pt-challenge .track__path--item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 230px;
  height: 260px;
  background: #b0b5ba;
  border-radius: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path--item__inner {
    position: relative;
    z-index: 5;
  }
}

.page-template-pt-challenge .track__path--item__inner .chord {
  display: none;
}

.page-template-pt-challenge .track__path--item__inner > span {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.page-template-pt-challenge .track__path--item__inner .wheel__img {
  display: none;
}

.page-template-pt-challenge .track__path--item__inner.wheel {
  background: 0;
}

.page-template-pt-challenge .track__path--item__inner.wheel .you-here {
  top: -45px;
}

.page-template-pt-challenge .track__path--item__inner.wheel span {
  border: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-template-pt-challenge .track__path--item.active, .page-template-pt-challenge .track__path--item.completed {
  cursor: pointer;
}

.page-template-pt-challenge .track__path--item.active .you-here, .page-template-pt-challenge .track__path--item.completed .you-here {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-challenge .track__path--item.active .track__path--item__inner, .page-template-pt-challenge .track__path--item.completed .track__path--item__inner {
  padding: 0;
  background: 0;
  height: auto;
}

.page-template-pt-challenge .track__path--item.active .track__path--item__inner > span, .page-template-pt-challenge .track__path--item.completed .track__path--item__inner > span {
  display: none;
}

.page-template-pt-challenge .track__path--item.active .track__path--item__inner .wheel__img, .page-template-pt-challenge .track__path--item.completed .track__path--item__inner .wheel__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-challenge .track__path--item.active .chord, .page-template-pt-challenge .track__path--item.completed .chord {
  background: #487dc0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  padding: 20px 38px;
}

.page-template-pt-challenge .track__path--item.active .chord__name, .page-template-pt-challenge .track__path--item.completed .chord__name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.page-template-pt-challenge .track__path--item.active .chord__icon, .page-template-pt-challenge .track__path--item.completed .chord__icon {
  padding-top: 20px;
}

.page-template-pt-challenge .track__path--item.active .chord__icon img, .page-template-pt-challenge .track__path--item.completed .chord__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox, .page-template-pt-challenge .track__path--item.completed .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox .background, .page-template-pt-challenge .track__path--item.completed .custom-checkbox .background {
  fill: none;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox .stroke, .page-template-pt-challenge .track__path--item.completed .custom-checkbox .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox .check, .page-template-pt-challenge .track__path--item.completed .custom-checkbox .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox .stroke, .page-template-pt-challenge .track__path--item.completed .custom-checkbox .stroke {
  stroke-dashoffset: 0;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox input[type="checkbox"], .page-template-pt-challenge .track__path--item.completed .custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox input[type="checkbox"]:hover, .page-template-pt-challenge .track__path--item.completed .custom-checkbox input[type="checkbox"]:hover {
  cursor: pointer;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox input[type="checkbox"]:checked + svg .background, .page-template-pt-challenge .track__path--item.completed .custom-checkbox input[type="checkbox"]:checked + svg .background {
  fill: none;
}

.page-template-pt-challenge .track__path--item.active .custom-checkbox input[type="checkbox"]:checked + svg .check, .page-template-pt-challenge .track__path--item.completed .custom-checkbox input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.page-template-pt-challenge .track__path--item.completed .you-here {
  -webkit-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.page-template-pt-challenge .track__path--item .icon-completed {
  display: none;
}

.page-template-pt-challenge .track__path--item .icon-locked {
  display: none;
}

.page-template-pt-challenge .track__path .final-track {
  position: absolute;
  bottom: 0;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge .track__path .final-track {
    position: relative;
    left: auto;
    z-index: 5;
  }
  .page-template-pt-challenge .track__path .final-track + svg {
    display: none;
  }
}

.page-template-pt-challenge .track__path .final-track.active .btn-dl {
  background: #e32438;
}

.page-template-pt-challenge .track__path .final-track .btn-dl {
  margin-top: 20px;
  width: 280px;
  height: 60px;
  background: #b0b5ba;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-challenge .track__path > svg {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}

.page-template-pt-challenge .track__path > svg path {
  fill: #b0b5ba;
}

.page-template-pt-challenge .track__path > svg .step1 path,
.page-template-pt-challenge .track__path > svg .step2 path,
.page-template-pt-challenge .track__path > svg .step3 path,
.page-template-pt-challenge .track__path > svg .step4 path,
.page-template-pt-challenge .track__path > svg .step5 path,
.page-template-pt-challenge .track__path > svg .step6 path,
.page-template-pt-challenge .track__path > svg .step7 path,
.page-template-pt-challenge .track__path > svg .step8 path,
.page-template-pt-challenge .track__path > svg .step9 path,
.page-template-pt-challenge .track__path > svg .step10 path,
.page-template-pt-challenge .track__path > svg .step11 path,
.page-template-pt-challenge .track__path > svg .step12 path {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page-template-pt-challenge .track__path > svg .step1.active path,
.page-template-pt-challenge .track__path > svg .step2.active path,
.page-template-pt-challenge .track__path > svg .step3.active path,
.page-template-pt-challenge .track__path > svg .step4.active path,
.page-template-pt-challenge .track__path > svg .step5.active path,
.page-template-pt-challenge .track__path > svg .step6.active path,
.page-template-pt-challenge .track__path > svg .step7.active path,
.page-template-pt-challenge .track__path > svg .step8.active path,
.page-template-pt-challenge .track__path > svg .step9.active path,
.page-template-pt-challenge .track__path > svg .step10.active path,
.page-template-pt-challenge .track__path > svg .step11.active path,
.page-template-pt-challenge .track__path > svg .step12.active path {
  fill: #e32438;
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 5s infinite both;
  animation: wobble-hor-bottom 5s infinite both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.scale-out-center {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
}

.page-template-pt-challenge-fingerstyle .site-content {
  position: relative;
  z-index: 1;
}

.page-template-pt-challenge-fingerstyle .site-content .container {
  max-width: 1309px;
}

.page-template-pt-challenge-fingerstyle .site-content .site-content-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.page-template-pt-challenge-fingerstyle .site-content .course-banner {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.page-template-pt-challenge-fingerstyle .site-content .course-banner img {
  width: 100%;
  height: 664px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-template-pt-challenge-fingerstyle .site-content .bb-courses-header .bb-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
}

.page-template-pt-challenge-fingerstyle .wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 5s infinite both;
  animation: wobble-hor-bottom 5s infinite both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.page-template-pt-challenge-fingerstyle .scale-out-left {
  -webkit-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
}

@keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1;
  }
}

.page-template-pt-challenge-fingerstyle .embed-container .fluid-width-video-wrapper {
  position: relative !important;
  padding-top: 0 !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
}

.page-template-pt-challenge-fingerstyle .embed-container iframe,
.page-template-pt-challenge-fingerstyle .embed-container object,
.page-template-pt-challenge-fingerstyle .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-pt-challenge-fingerstyle .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.page-template-pt-challenge-fingerstyle #myModal .modal-content {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: auto auto 50px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  padding: 40px 80px 34px;
  text-align: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #myModal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-challenge-fingerstyle #myModal .modal-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #00223c;
}

.page-template-pt-challenge-fingerstyle #myModal .modal-content .close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.page-template-pt-challenge-fingerstyle #myModal .modal-content .btn-yes {
  cursor: pointer;
  margin: 30px auto 20px;
  width: 320px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #e32438;
  border-radius: 100px;
}

.page-template-pt-challenge-fingerstyle #congratsModal .modal-content {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: auto auto 50px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  text-align: center;
}

.page-template-pt-challenge-fingerstyle #congratsModal .close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.page-template-pt-challenge-fingerstyle #congratsModal .congrats {
  max-width: 413px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 43px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .congrats {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .congrats > img {
    width: 133px;
  }
}

.page-template-pt-challenge-fingerstyle #congratsModal .congrats h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #e32438;
  margin: 17px auto 9px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .congrats h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-template-pt-challenge-fingerstyle #congratsModal .congrats p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .congrats p {
    font-size: 13px;
    line-height: 19px;
  }
}

.page-template-pt-challenge-fingerstyle #congratsModal .congrats .btn-dl {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-challenge-fingerstyle #congratsModal .congrats-footer {
  background: #ebf2fa;
  border-radius: 0px 0px 15px 15px;
  padding: 30px 20px 33px;
}

.page-template-pt-challenge-fingerstyle #congratsModal .congrats-footer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .congrats-footer p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}

.page-template-pt-challenge-fingerstyle #congratsModal .share-btn {
  max-width: 540px;
  margin: 0 auto;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .share-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-pt-challenge-fingerstyle #congratsModal .share-btn > a {
  height: 54px;
  width: calc(50% - 10px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle #congratsModal .share-btn > a {
    width: 100%;
    margin-bottom: 12px;
  }
  .page-template-pt-challenge-fingerstyle #congratsModal .share-btn > a:last-child {
    margin-bottom: 0;
  }
}

.page-template-pt-challenge-fingerstyle #congratsModal .share-btn > a svg {
  margin-right: 20px;
}

.page-template-pt-challenge-fingerstyle #congratsModal .share-btn > a.btn-fb {
  background: #00539e;
  border-radius: 6px;
}

.page-template-pt-challenge-fingerstyle #congratsModal .share-btn > a.btn-twitter {
  background: #2ba9e1;
  border-radius: 6px;
}

.page-template-pt-challenge-fingerstyle .hero {
  padding-top: 23px;
  position: relative;
  z-index: 1;
}

.page-template-pt-challenge-fingerstyle .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-fingerstyle .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .hero__inner {
    text-align: center;
  }
}

.page-template-pt-challenge-fingerstyle .hero__inner-text {
  width: 55%;
  padding: 46px 44px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-fingerstyle .hero__inner-text {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .hero__inner-text {
    padding: 46px 0 40px;
    text-align: center;
  }
}

.page-template-pt-challenge-fingerstyle .hero__inner-img {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-fingerstyle .hero__inner-img {
    width: 100%;
  }
}

.page-template-pt-challenge-fingerstyle .hero__inner-img img {
  width: 100%;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-fingerstyle .hero__inner-img img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.page-template-pt-challenge-fingerstyle .hero__inner-btn--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .hero__inner-btn--wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-pt-challenge-fingerstyle .hero__inner .btn--fasttrack, .page-template-pt-challenge-fingerstyle .hero__inner .btn-start {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  margin-right: 15px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .hero__inner .btn--fasttrack, .page-template-pt-challenge-fingerstyle .hero__inner .btn-start {
    max-width: 277px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-pt-challenge-fingerstyle .hero__inner .btn--fasttrack svg, .page-template-pt-challenge-fingerstyle .hero__inner .btn-start svg {
  margin-right: 13px;
}

.page-template-pt-challenge-fingerstyle .hero__inner .btn--browse {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  background: #487dc0;
  border-radius: 100px;
  white-space: nowrap;
}

.page-template-pt-challenge-fingerstyle .hero h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
  margin: 0 0 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .hero h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #00223c;
  }
}

.page-template-pt-challenge-fingerstyle .hero h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin: 0 0 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .hero h3 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3f3d56;
  }
}

.page-template-pt-challenge-fingerstyle .hero p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin-bottom: 40px;
}

.page-template-pt-challenge-fingerstyle .track {
  padding: 68px 0 100px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__inner {
    text-align: center;
  }
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__inner .start-track {
    margin-bottom: 120px;
  }
  .page-template-pt-challenge-fingerstyle .track__inner .start-track::before {
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    bottom: -120px;
    background: #fff url("../../images/mobilepath.svg") no-repeat center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    max-height: 150px;
  }
  .page-template-pt-challenge-fingerstyle .track__inner .start-track.started::before {
    max-height: 0;
  }
  .page-template-pt-challenge-fingerstyle .track__inner .start-track::after {
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    bottom: -120px;
    background: url("../../images/mobilepath-active.svg") no-repeat center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track > div {
  max-width: 255px;
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #487dc0;
  padding: 14px 11px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  text-transform: uppercase;
  right: -150px;
  top: 42px;
  z-index: 10;
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track > div span {
  position: relative;
  z-index: 5;
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track > div svg {
  position: absolute;
  bottom: -19px;
  left: 33px;
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track > div::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #487dc0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  border-radius: 10px;
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track > div::after {
  content: " ";
  position: absolute;
  display: block;
  width: 87%;
  height: 101%;
  top: 0;
  right: 1px;
  z-index: -1;
  background: #487dc0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-20deg, -1deg);
  transform: skew(-20deg, -1deg);
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-challenge-fingerstyle .track__inner .start-track img {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .page-template-pt-challenge-fingerstyle .track__inner .start-track img {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__inner .start-track img {
    zoom: 1;
  }
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track .btn--fasttrack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.page-template-pt-challenge-fingerstyle .track__inner .start-track .btn--fasttrack svg {
  margin-right: 13px;
}

.page-template-pt-challenge-fingerstyle .track__path {
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-challenge-fingerstyle .track__path {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .page-template-pt-challenge-fingerstyle .track__path {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path {
    zoom: 1;
    padding-bottom: 0;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--modules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--modules {
    position: relative;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 140px;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .page-template-pt-challenge-fingerstyle .track__path--item:last-child {
    margin-bottom: 70px;
  }
  .page-template-pt-challenge-fingerstyle .track__path--item::before {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    bottom: -170px;
    background: #fff url(../../images/mobilepath.svg) repeat-y center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    max-height: 200px;
  }
  .page-template-pt-challenge-fingerstyle .track__path--item.completed::before {
    max-height: 0;
  }
  .page-template-pt-challenge-fingerstyle .track__path--item::after {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    bottom: -170px;
    background: url(../../images/mobilepath-active.svg) repeat-y center center;
    width: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item:first-child {
  top: 7%;
  left: 27%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(2) {
  top: 7%;
  left: 57%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(3) {
  top: 21%;
  right: 2%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(4) {
  top: 36%;
  right: 2%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(5) {
  top: 36%;
  left: 41%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(6) {
  top: 36%;
  left: 2%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(7) {
  top: 49%;
  left: 2%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(8) {
  top: 59%;
  left: 40%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(9) {
  top: 72%;
  right: 2%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(10) {
  top: 84%;
  right: 22%;
}

.page-template-pt-challenge-fingerstyle .track__path--item:nth-child(11) {
  top: 72%;
  left: 20%;
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here {
  max-width: 105px;
  width: 100%;
  white-space: nowrap;
  display: none;
  position: absolute;
  top: -73px;
  right: -90px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #e32438;
  padding: 15px 5px;
  z-index: 10;
  border-radius: 15px;
  text-transform: capitalize;
  -webkit-animation: wobble-hor-bottom 5s infinite both;
  animation: wobble-hor-bottom 5s infinite both;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item .you-here {
    right: -60px;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e32438;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  border-radius: 10px;
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here::after {
  content: " ";
  position: absolute;
  display: block;
  width: 87%;
  height: 101%;
  top: 0;
  right: 1px;
  z-index: -1;
  background: #e32438;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-20deg, -1deg);
  transform: skew(-20deg, -1deg);
  border-radius: 10px;
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here svg {
  position: absolute;
  bottom: -20px;
  left: 13px;
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left {
  left: -90px;
  right: auto;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left {
    left: auto;
    right: -60px;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left::before {
  -webkit-transform: skew(20deg, 1deg);
  transform: skew(20deg, 1deg);
  width: 87%;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left::before {
    width: 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left::after {
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left::after {
    width: 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skew(-20deg, -1deg);
    transform: skew(-20deg, -1deg);
    border-radius: 10px;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 70px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item .you-here.here-left svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    position: absolute;
    bottom: -20px;
    left: 13px;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 230px;
  height: 260px;
  background: #b0b5ba;
  border-radius: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path--item__inner {
    position: relative;
    z-index: 5;
  }
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner .chord {
  display: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner > span {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner .wheel__img {
  display: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner.wheel {
  background: 0;
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner.wheel .you-here {
  top: -45px;
}

.page-template-pt-challenge-fingerstyle .track__path--item__inner.wheel span {
  border: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-template-pt-challenge-fingerstyle .track__path--item.active, .page-template-pt-challenge-fingerstyle .track__path--item.completed {
  cursor: pointer;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .you-here, .page-template-pt-challenge-fingerstyle .track__path--item.completed .you-here {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .track__path--item__inner, .page-template-pt-challenge-fingerstyle .track__path--item.completed .track__path--item__inner {
  padding: 0;
  background: 0;
  height: auto;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .track__path--item__inner > span, .page-template-pt-challenge-fingerstyle .track__path--item.completed .track__path--item__inner > span {
  display: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .track__path--item__inner .wheel__img, .page-template-pt-challenge-fingerstyle .track__path--item.completed .track__path--item__inner .wheel__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .chord, .page-template-pt-challenge-fingerstyle .track__path--item.completed .chord {
  background: #487dc0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  padding: 20px;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .chord__name, .page-template-pt-challenge-fingerstyle .track__path--item.completed .chord__name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .chord__icon, .page-template-pt-challenge-fingerstyle .track__path--item.completed .chord__icon {
  max-width: 128px;
  height: 90px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .chord__icon img, .page-template-pt-challenge-fingerstyle .track__path--item.completed .chord__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .chord h3, .page-template-pt-challenge-fingerstyle .track__path--item.completed .chord h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox .background, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox .background {
  fill: none;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox .stroke, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox .check, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox .stroke, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox .stroke {
  stroke-dashoffset: 0;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox input[type="checkbox"], .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox input[type="checkbox"]:hover, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox input[type="checkbox"]:hover {
  cursor: pointer;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox input[type="checkbox"]:checked + svg .background, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox input[type="checkbox"]:checked + svg .background {
  fill: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item.active .custom-checkbox input[type="checkbox"]:checked + svg .check, .page-template-pt-challenge-fingerstyle .track__path--item.completed .custom-checkbox input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.page-template-pt-challenge-fingerstyle .track__path--item.completed .you-here {
  -webkit-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.page-template-pt-challenge-fingerstyle .track__path--item .icon-completed {
  display: none;
}

.page-template-pt-challenge-fingerstyle .track__path--item .icon-locked {
  display: none;
}

.page-template-pt-challenge-fingerstyle .track__path .final-track {
  position: absolute;
  bottom: 0;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path .final-track {
    position: relative;
    left: auto;
    z-index: 5;
  }
  .page-template-pt-challenge-fingerstyle .track__path .final-track + svg {
    display: none;
  }
}

.page-template-pt-challenge-fingerstyle .track__path .final-track > .you-here {
  display: none;
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here {
  max-width: 255px;
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #487dc0;
  padding: 14px 11px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  text-transform: uppercase;
  right: -150px;
  top: -100px;
  z-index: 10;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here {
    right: auto;
    top: auto;
    position: relative;
    margin-top: 20px;
  }
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here .you-here__inner {
  position: relative;
  z-index: 5;
  text-align: center;
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here .you-here__inner h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin: 0;
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here .you-here__inner p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  text-transform: none;
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here .you-here__inner svg {
  position: absolute;
  bottom: -39px;
  left: 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here .you-here__inner svg {
    bottom: auto;
    top: -34px;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #487dc0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  border-radius: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here::before {
    left: auto;
    right: -40px;
  }
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here::after {
  content: " ";
  position: absolute;
  display: block;
  width: 87%;
  height: 101%;
  top: 0;
  right: 1px;
  z-index: -1;
  background: #487dc0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-20deg, -1deg);
  transform: skew(-20deg, -1deg);
  border-radius: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-fingerstyle .track__path .final-track.active > .you-here::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: -40px;
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
  }
}

.page-template-pt-challenge-fingerstyle .track__path .final-track.active .btn-dl {
  background: #e32438;
}

.page-template-pt-challenge-fingerstyle .track__path .final-track .btn-dl {
  margin-top: 20px;
  width: 280px;
  height: 60px;
  background: #b0b5ba;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-challenge-fingerstyle .track__path > svg {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}

.page-template-pt-challenge-fingerstyle .track__path > svg path {
  fill: #b0b5ba;
}

.page-template-pt-challenge-fingerstyle .track__path > svg .step1 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step2 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step3 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step4 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step5 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step6 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step7 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step8 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step9 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step10 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step11 path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step12 path {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page-template-pt-challenge-fingerstyle .track__path > svg .step1.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step2.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step3.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step4.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step5.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step6.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step7.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step8.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step9.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step10.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step11.active path,
.page-template-pt-challenge-fingerstyle .track__path > svg .step12.active path {
  fill: #e32438;
}

.page-template-pt-fingerstyle-lesson #content {
  z-index: 5;
}

.page-template-pt-fingerstyle-lesson #content .course-banner {
  z-index: -1;
}

.page-template-pt-fingerstyle-lesson #content .course-banner img {
  height: 800px;
}

.page-template-pt-fingerstyle-lesson .fingerstyle {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}

.page-template-pt-fingerstyle-lesson .fingerstyle > .btn-back {
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #00223c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-fingerstyle-lesson .fingerstyle > .btn-back {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.page-template-pt-fingerstyle-lesson .fingerstyle > .btn-back svg {
  margin-right: 10px;
}

.page-template-pt-fingerstyle-lesson .fingerstyle__inner {
  max-width: 1002px;
  margin: 0 auto;
}

.page-template-pt-fingerstyle-lesson .fingerstyle__inner h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e32438;
  margin: 0 0 10px;
}

.page-template-pt-fingerstyle-lesson .fingerstyle__inner h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #00223c;
  margin: 0 0 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-fingerstyle-lesson .fingerstyle__inner h1 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.page-template-pt-fingerstyle-lesson .fingerstyle p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #3f3d56;
}

.page-template-pt-fingerstyle-lesson .fingerstyle .video-container {
  margin: 60px auto;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-fingerstyle-lesson .fingerstyle .video-container {
    margin: 30px auto;
  }
}

.page-template-pt-fingerstyle-lesson .fingerstyle .video-description {
  max-width: 1002px;
  margin: 0 auto;
}

.page-template-pt-fingerstyle-lesson .fingerstyle .btn-complete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 54px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
}

.page-template-pt-challenge-library {
  background: #f9fbfc;
}

.page-template-pt-challenge-library .site-content {
  position: relative;
  z-index: 1;
}

.page-template-pt-challenge-library .site-content .container {
  max-width: 1309px;
}

.page-template-pt-challenge-library .site-content .site-content-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.page-template-pt-challenge-library .site-content .course-banner {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.page-template-pt-challenge-library .site-content .course-banner img {
  width: 100%;
  height: 664px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-template-pt-challenge-library .site-content .bb-courses-header .bb-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
}

.page-template-pt-challenge-library .hero {
  padding-top: 23px;
  position: relative;
  z-index: 1;
}

.page-template-pt-challenge-library .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-library .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .hero__inner {
    text-align: center;
  }
}

.page-template-pt-challenge-library .hero__inner-text {
  width: 50%;
  padding: 46px 44px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-library .hero__inner-text {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .hero__inner-text {
    padding: 46px 0 40px;
    text-align: center;
  }
}

.page-template-pt-challenge-library .hero__inner-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-library .hero__inner-img {
    width: 100%;
  }
}

.page-template-pt-challenge-library .hero__inner-img img {
  width: 100%;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-library .hero__inner-img img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.page-template-pt-challenge-library .hero__inner-btn--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .hero__inner-btn--wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-pt-challenge-library .hero__inner .btn--fasttrack, .page-template-pt-challenge-library .hero__inner .btn-start {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  margin-right: 15px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  max-width: 260px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .hero__inner .btn--fasttrack, .page-template-pt-challenge-library .hero__inner .btn-start {
    max-width: 277px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-pt-challenge-library .hero__inner .btn--fasttrack svg, .page-template-pt-challenge-library .hero__inner .btn-start svg {
  margin-right: 13px;
}

.page-template-pt-challenge-library .hero__inner .btn--browse {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  background: #487dc0;
  border-radius: 100px;
  white-space: nowrap;
}

.page-template-pt-challenge-library .hero h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
  margin: 0 0 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .hero h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #00223c;
  }
}

.page-template-pt-challenge-library .hero h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin: 0 0 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .hero h3 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #3f3d56;
  }
}

.page-template-pt-challenge-library .hero p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
}

.page-template-pt-challenge-library .challenges {
  padding-top: 150px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-library .challenges {
    padding-top: 50px;
  }
}

.page-template-pt-challenge-library .challenges-inner {
  margin: 0 auto;
}

.page-template-pt-challenge-library .challenges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}

.page-template-pt-challenge-library .challenges-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.33% - 40px);
  margin-left: 40px;
  margin-bottom: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(72, 125, 192, 0.25);
          box-shadow: 0px 0px 50px rgba(72, 125, 192, 0.25);
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-challenge-library .challenges-item {
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .challenges-item {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
}

.page-template-pt-challenge-library .challenges-item .featured {
  position: relative;
}

.page-template-pt-challenge-library .challenges-item .featured::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 34, 60, 0.75)), to(rgba(0, 34, 60, 0.75)));
  background: linear-gradient(0deg, rgba(0, 34, 60, 0.75), rgba(0, 34, 60, 0.75));
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page-template-pt-challenge-library .challenges-item .featured button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: 0;
  padding: 0;
  border: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

.page-template-pt-challenge-library .challenges-item .featured button span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.page-template-pt-challenge-library .challenges-item:hover .featured::before {
  opacity: 1;
}

.page-template-pt-challenge-library .challenges-item:hover .featured button {
  opacity: 1;
}

.page-template-pt-challenge-library .challenges-item.coming-soon {
  cursor: initial;
}

.page-template-pt-challenge-library .challenges-item.coming-soon .challenges-details__status {
  display: none;
}

.page-template-pt-challenge-library .challenges-item.coming-soon .challenges-coming_soon {
  display: block;
}

.page-template-pt-challenge-library .challenges-item.coming-soon .featured::before {
  display: none;
}

.page-template-pt-challenge-library .challenges-item.coming-soon .featured button {
  display: none;
}

.page-template-pt-challenge-library .challenges-details {
  padding: 30px 30px 46px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .challenges-details {
    padding: 30px 20px;
  }
}

.page-template-pt-challenge-library .challenges-details h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #00223c;
  margin: 0 0 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-challenge-library .challenges-details h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.page-template-pt-challenge-library .challenges-details__status span {
  display: block;
  margin: 0 0 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5d6a77;
}

.page-template-pt-challenge-library .challenges-details .pbar {
  width: 100%;
  height: 8px;
  background: #e7edf4;
  border-radius: 100px;
}

.page-template-pt-challenge-library .challenges-details .pbar-inner {
  background: #24d8a2;
  border-radius: 100px;
  max-width: 100%;
  width: 0;
  height: 8px;
}

.page-template-pt-challenge-library .challenges-coming_soon {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: none;
  color: #5d6a77;
  margin-top: 10px;
}

.page-template-pt-spin .site-content {
  position: relative;
  z-index: 1;
}

.page-template-pt-spin .site-content .container {
  max-width: 1309px;
}

.page-template-pt-spin .site-content .site-content-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.page-template-pt-spin .site-content .course-banner {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.page-template-pt-spin .site-content .course-banner img {
  width: 100%;
  height: 664px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-template-pt-spin .site-content .bb-courses-header .bb-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #00223c;
}

.page-template-pt-spin .spinBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  max-width: 260px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-spin .spinBtn {
    max-width: 277px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-pt-spin #container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 150px 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-spin #container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-template-pt-spin .peg,
.page-template-pt-spin .wheelSVG {
  visibility: hidden;
  overflow: visible;
}

.page-template-pt-spin .centerCircle,
.page-template-pt-spin .valueContainer,
.page-template-pt-spin .wheelOutline,
.page-template-pt-spin .wheelText {
  pointer-events: none;
}

.page-template-pt-spin .wheelContainer {
  position: relative;
}

.page-template-pt-spin .wheelText {
  text-anchor: start;
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.page-template-pt-spin .wheelText tspan {
  text-anchor: middle;
  letter-spacing: 2px;
}

.page-template-pt-spin .toast {
  border-radius: 12px;
  opacity: 0;
  background-color: #e32438;
  position: absolute;
  overflow: hidden;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) !important;
          transform: translate(-50%, 0%) !important;
}

.page-template-pt-spin .toast p {
  clear: both;
  font-family: "Poppins", Arial, sand-serif;
  margin: 23px;
  font-size: 20px;
  color: #ededed;
  letter-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 32px;
  -webkit-transition: line-height 0.2s ease;
  transition: line-height 0.2s ease;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-spin .toast p {
    margin: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .page-template-pt-spin .toast {
    padding: 0;
  }
  .page-template-pt-spin .toast p,
  .page-template-pt-spin .toast span {
    font-size: 0.6rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .page-template-pt-spin .toast {
    padding: 0;
  }
  .page-template-pt-spin .toast p,
  .page-template-pt-spin .toast span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 801px) {
  .page-template-pt-spin .toast p,
  .page-template-pt-spin .toast span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-height: 480px) {
  .page-template-pt-spin .toast p,
  .page-template-pt-spin .toast span {
    font-size: 33px;
    line-height: 35px;
  }
}

#congrats {
  background: rgba(0, 34, 60, 0.75);
  padding-top: 0;
}

@media screen and (max-height: 600px) {
  #congrats {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#congrats .modal-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: calc(100% - 40px);
  padding: 58px 70px;
  text-align: center;
}

@media only screen and (max-width: 601px) {
  #congrats .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-height: 600px) {
  #congrats .modal-content {
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    left: auto;
    top: auto;
  }
}

#congrats .modal-content img {
  margin: 0 auto 30px;
}

#congrats .modal-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #00223c;
  margin: 0 0 20px;
}

#congrats .modal-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #00223c;
}

#congrats .modal-content p:last-of-type {
  margin-bottom: 0;
}

#congrats .modal-content .btn-dl {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

#congrats .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.page-template-pt-pathdev #welcomeModal .modal-content,
.page-template-pt-path #welcomeModal .modal-content {
  padding: 50px 25px 34px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  max-width: 325px;
  width: calc(100% - 40px);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-pt-pathdev #welcomeModal .modal-content .close,
.page-template-pt-path #welcomeModal .modal-content .close,
.page-template-pt-pathdev #whyPracticeModal .modal-content .close  {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-pathdev #welcomeModal .modal-content h2,
.page-template-pt-path #welcomeModal .modal-content h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #00223c;
  margin: 0 0 20px;
}

.page-template-pt-pathdev #welcomeModal .modal-content p,
.page-template-pt-path #welcomeModal .modal-content p {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #3f3d56;
}

.page-template-pt-pathdev #welcomeModal .modal-content p:last-of-type,
.page-template-pt-path #welcomeModal .modal-content p:last-of-type {
  margin-bottom: 0;
}

.page-template-pt-pathdev #welcomeModal .modal-content .btn-getstarted,
.page-template-pt-path #welcomeModal .modal-content .btn-getstarted {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  height: 54px;
  background: #e32438;
  border-radius: 100px;
  margin: 24px auto 0;
}

.page-template-pt-pathdev #congrats .modal-content,
.page-template-pt-path #congrats .modal-content {
  background: #487dc0 url("../../images/congratsbg.png") no-repeat center center/cover;
}

.page-template-pt-pathdev #congrats .modal-content img,
.page-template-pt-path #congrats .modal-content img {
  max-width: 200px;
}

.page-template-pt-pathdev #congrats .modal-content h2,
.page-template-pt-pathdev #congrats .modal-content p,
.page-template-pt-path #congrats .modal-content h2,
.page-template-pt-path #congrats .modal-content p {
  color: #fff;
}

.page-template-pt-pathdev #challengeModal,
.page-template-pt-path #challengeModal {
  background: rgba(0, 34, 60, 0.75);
  padding: 0;
}

.page-template-pt-pathdev #challengeModal .modal-content,
.page-template-pt-path #challengeModal .modal-content {
  max-width: 540px;
  width: calc(100% - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-height: 600px) {
  .page-template-pt-pathdev #challengeModal .modal-content,
  .page-template-pt-path #challengeModal .modal-content {
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #challengeModal .modal-content,
  .page-template-pt-path #challengeModal .modal-content {
    padding: 50px 20px;
  }
}

.page-template-pt-pathdev #challengeModal .modal-content .close,
.page-template-pt-path #challengeModal .modal-content .close {
  position: absolute;
  right: 17px;
  top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.page-template-pt-pathdev #challengeModal .modal-content > svg,
.page-template-pt-path #challengeModal .modal-content > svg {
  margin-bottom: 30px;
}

.page-template-pt-pathdev #challengeModal .modal-content h2,
.page-template-pt-path #challengeModal .modal-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #e32438;
  margin: 0 0 10px;
}

.page-template-pt-pathdev #challengeModal .modal-content p,
.page-template-pt-path #challengeModal .modal-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
  margin: 0;
}

.page-template-pt-pathdev #challengeCancelModal,
.page-template-pt-path #challengeCancelModal {
  background: rgba(0, 34, 60, 0.75);
  padding: 0;
  z-index: 999999;
}

.page-template-pt-pathdev #challengeCancelModal .modal-content,
.page-template-pt-path #challengeCancelModal .modal-content {
  max-width: 480px;
  width: calc(100% - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  padding: 60px 40px 69px;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #challengeCancelModal .modal-content,
  .page-template-pt-path #challengeCancelModal .modal-content {
    padding: 50px 20px;
  }
}

@media screen and (max-height: 600px) {
  .page-template-pt-pathdev #challengeCancelModal .modal-content,
  .page-template-pt-path #challengeCancelModal .modal-content {
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

.page-template-pt-pathdev #challengeCancelModal .modal-content .btn-close,
.page-template-pt-path #challengeCancelModal .modal-content .btn-close {
  position: absolute;
  right: 17px;
  top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.page-template-pt-pathdev #challengeCancelModal .modal-content h2,
.page-template-pt-path #challengeCancelModal .modal-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #e32438;
  margin: 0 0 10px;
}

.page-template-pt-pathdev #challengeCancelModal .modal-content p,
.page-template-pt-path #challengeCancelModal .modal-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
  margin: 0;
}

.page-template-pt-pathdev #challengeCancelModal .btn-option,
.page-template-pt-path #challengeCancelModal .btn-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.page-template-pt-pathdev #challengeCancelModal .btn-option button,
.page-template-pt-path #challengeCancelModal .btn-option button {
  background: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 10px;
}

.page-template-pt-pathdev #challengesListModal,
.page-template-pt-path #challengesListModal {
  background: rgba(0, 34, 60, 0.75);
  padding-bottom: 100px;
}

.page-template-pt-pathdev #challengesListModal .modal-content,
.page-template-pt-path #challengesListModal .modal-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  max-width: 600px;
  width: calc(100% - 40px);
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}

.page-template-pt-pathdev #challengesListModal .modal-upper,
.page-template-pt-path #challengesListModal .modal-upper {
  background: #e32438;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px;
  border-radius: 15px 15px 0px 0px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #challengesListModal .modal-upper,
  .page-template-pt-path #challengesListModal .modal-upper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev #challengesListModal .modal-upper h2,
.page-template-pt-path #challengesListModal .modal-upper h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}

.page-template-pt-pathdev #challengesListModal .modal-upper .close,
.page-template-pt-path #challengesListModal .modal-upper .close {
  opacity: 1;
  cursor: pointer;
}

.page-template-pt-pathdev #challengesListModal .challenge-list,
.page-template-pt-path #challengesListModal .challenge-list {
  margin-top: 30px;
}

.page-template-pt-pathdev #challengesListModal .challenge-list-btn,
.page-template-pt-path #challengesListModal .challenge-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-pt-pathdev #challengesListModal .challenge-list-btn button,
.page-template-pt-path #challengesListModal .challenge-list-btn button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #487dc0;
  width: 170px;
  text-transform: uppercase;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: 0;
  padding: 0;
  height: 48px;
  border: 1px solid #487dc0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-pt-pathdev #challengesListModal .challenge-list-btn button:hover,
.page-template-pt-path #challengesListModal .challenge-list-btn button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #challengesListModal .challenge-list-btn button,
  .page-template-pt-path #challengesListModal .challenge-list-btn button {
    font-size: 14px;
  }
}

.page-template-pt-pathdev #challengesListModal .challenge-list-btn button.active,
.page-template-pt-path #challengesListModal .challenge-list-btn button.active {
  color: #fff;
  background: #487dc0;
}

.page-template-pt-pathdev #challengesListModal .challenge-list-btn button:first-child,
.page-template-pt-path #challengesListModal .challenge-list-btn button:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-template-pt-pathdev #challengesListModal .challenge-list-btn button:last-child,
.page-template-pt-path #challengesListModal .challenge-list-btn button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-template-pt-pathdev #challengesListModal .challenges-list,
.page-template-pt-path #challengesListModal .challenges-list {
  padding: 40px;
  min-height: 500px;
  max-height: 640px;
  overflow: auto;
  position: relative;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #challengesListModal .challenges-list,
  .page-template-pt-path #challengesListModal .challenges-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev #challengesListModal .challenges-list .nodata,
.page-template-pt-path #challengesListModal .challenges-list .nodata {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-pt-pathdev #challengesListModal .challenges-list ul,
.page-template-pt-path #challengesListModal .challenges-list ul {
  border-bottom: 0;
}

.page-template-pt-pathdev #myModal,
.page-template-pt-path #myModal {
  background: rgba(0, 34, 60, 0.75);
  padding: 0;
}

@media screen and (max-height: 600px) {
  .page-template-pt-pathdev #myModal,
  .page-template-pt-path #myModal {
    padding: 100px 0;
  }
}

.page-template-pt-pathdev #myModal .modal-content,
.page-template-pt-path #myModal .modal-content {
  max-width: 600px;
  width: calc(100% - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 46px 74px 53px;
}

@media screen and (max-height: 600px) {
  .page-template-pt-pathdev #myModal .modal-content,
  .page-template-pt-path #myModal .modal-content {
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #myModal .modal-content,
  .page-template-pt-path #myModal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev #myModal .modal-content h2,
.page-template-pt-path #myModal .modal-content h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #00223c;
  margin: 0 0 10px;
}

.page-template-pt-pathdev #myModal .modal-content p,
.page-template-pt-path #myModal .modal-content p {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #3f3d56;
  margin: 0;
}

.page-template-pt-pathdev #myModal .close,
.page-template-pt-path #myModal .close {
  position: absolute;
  right: 17px;
  top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.page-template-pt-pathdev #myModal .goal--items,
.page-template-pt-path #myModal .goal--items {
  margin: 0 -74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 63px 25px 47px;
  background: url("../../images/practicegoalbg.png") repeat-x center center/cover;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #myModal .goal--items,
  .page-template-pt-path #myModal .goal--items {
    margin: 0 -20px;
    background-size: contain;
  }
}

.page-template-pt-pathdev #myModal .goal--items .btn-goals,
.page-template-pt-path #myModal .goal--items .btn-goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 2px solid #5d6a77;
  border-radius: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #5d6a77;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #myModal .goal--items .btn-goals,
  .page-template-pt-path #myModal .goal--items .btn-goals {
    line-height: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 4px;
  }
}

.page-template-pt-pathdev #myModal .goal--items .btn-goals:hover, .page-template-pt-pathdev #myModal .goal--items .btn-goals.active,
.page-template-pt-path #myModal .goal--items .btn-goals:hover,
.page-template-pt-path #myModal .goal--items .btn-goals.active {
  color: #e32438;
  border-color: #e32438;
}

.page-template-pt-pathdev #myModal .btn-updategoal,
.page-template-pt-path #myModal .btn-updategoal {
  max-width: 300px;
  width: 100%;
  margin: 46px auto 0;
  height: 54px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #e32438;
  border-radius: 100px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev #myModal .btn-updategoal,
  .page-template-pt-path #myModal .btn-updategoal {
    margin-top: 20px;
  }
}

.page-template-pt-pathdev .course-banner,
.page-template-pt-path .course-banner {
  display: none;
}

.page-template-pt-pathdev .newdashboard,
.page-template-pt-path .newdashboard {
  position: relative;
  z-index: 1;
  padding-top: 140px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .newdashboard-pathway,
  .page-template-pt-path .newdashboard-pathway {
    padding-top: 95px;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-template-pt-pathdev .newdashboard::before,
.page-template-pt-path .newdashboard::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 645px;
  position: absolute;
  top: 0;
  left: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 36, 56, 0.1)), to(rgba(227, 36, 56, 0)));
  background: linear-gradient(180deg, rgba(227, 36, 56, 0.1) 0%, rgba(227, 36, 56, 0) 100%);
  pointer-events: none;
  z-index: -1;
}

.page-template-pt-pathdev .welcome,
.page-template-pt-path .welcome {
  width: calc(100% - 20px);
  max-width: 1400px;
  margin: -70px auto 100px;
  border: 1px solid #487dc0;
  border-radius: 15px;
  padding: 44px 40px 58px;
  position: relative;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .welcome,
  .page-template-pt-path .welcome {
    display: none !important;
  }
}

.page-template-pt-pathdev .welcome .btn-close,
.page-template-pt-path .welcome .btn-close {
  cursor: pointer;
  background: 0;
  border: 0;
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-pt-pathdev .welcome--inner,
.page-template-pt-path .welcome--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-pathdev .welcome--inner,
  .page-template-pt-path .welcome--inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-template-pt-pathdev .welcome--inner > img,
.page-template-pt-path .welcome--inner > img {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-pathdev .welcome--inner > img,
  .page-template-pt-path .welcome--inner > img {
    margin: 0 auto;
  }
}

.page-template-pt-pathdev .welcome--text,
.page-template-pt-path .welcome--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-pathdev .welcome--text,
  .page-template-pt-path .welcome--text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-top: 20px;
  }
}

.page-template-pt-pathdev .welcome--text h1,
.page-template-pt-path .welcome--text h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #00223c;
  margin: 0 0 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .welcome--text h1,
  .page-template-pt-path .welcome--text h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.page-template-pt-pathdev .welcome--text p,
.page-template-pt-path .welcome--text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #3f3d56;
  margin-bottom: 30px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .welcome--text p,
  .page-template-pt-path .welcome--text p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.page-template-pt-pathdev .welcome--text p:last-of-type,
.page-template-pt-path .welcome--text p:last-of-type {
  margin-bottom: 0;
}

.page-template-pt-pathdev .challenge,
.page-template-pt-path .challenge {
  margin-bottom: 100px;
}

.page-template-pt-pathdev .challenge-inner,
.page-template-pt-path .challenge-inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #ebeff6;
  border: 1px solid #ebf0f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 36px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-pathdev .challenge-inner,
  .page-template-pt-path .challenge-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-pt-pathdev .challenge h3,
.page-template-pt-path .challenge h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #00223c;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-pathdev .challenge h3,
  .page-template-pt-path .challenge h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .challenge h3,
  .page-template-pt-path .challenge h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.page-template-pt-pathdev .challenge h3 b,
.page-template-pt-path .challenge h3 b {
  font-weight: 600;
}

.page-template-pt-pathdev .challenge .btn-accept,
.page-template-pt-path .challenge .btn-accept {
  width: 220px;
  white-space: nowrap;
  margin-left: 20px;
  height: 48px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .page-template-pt-pathdev .challenge .btn-accept,
  .page-template-pt-path .challenge .btn-accept {
    margin: 20px auto 0;
  }
}

.page-template-pt-pathdev .main-path,
.page-template-pt-path .main-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  padding-bottom: 211px;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-pathdev .main-path,
  .page-template-pt-path .main-path {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathdev .main-path.main-pathway,
  .page-template-pt-path .main-path.main-pathway {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 100px;
  }
}

.page-template-pt-pathdev .main-path .lessons,
.page-template-pt-pathdev .main-path .pathway,
.page-template-pt-path .main-path .lessons,
.page-template-pt-path .main-path .pathway {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-pathdev .main-path .lessons,
  .page-template-pt-pathdev .main-path .pathway,
  .page-template-pt-path .main-path .lessons,
  .page-template-pt-path .main-path .pathway {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.page-template-pt-pathdev .main-path > aside,
.page-template-pt-path .main-path > aside {
  width: 440px;
  margin-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathdev .main-path > aside,
  .page-template-pt-path .main-path > aside {
    width: 30%;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 901px) {
  .page-template-pt-pathdev .main-path > aside,
  .page-template-pt-path .main-path > aside {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.page-template-pt-pathdev .lessons .lesson-title,
.page-template-pt-path .lessons .lesson-title {
  position: relative;
  top: -70px;
}

.page-template-pt-pathdev .lessons .lesson-title .icon,
.page-template-pt-path .lessons .lesson-title .icon {
  width: 140px;
  height: 140px;
  background: #b0b5ba;
  border: 16px solid #e7edf4;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}

.page-template-pt-pathdev .lessons .lesson-title h2,
.page-template-pt-path .lessons .lesson-title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #00223c;
  margin: 0 0 10px;
}

.page-template-pt-pathdev .lessons .lesson-completed,
.page-template-pt-path .lessons .lesson-completed {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #487dc0;
}

.page-template-pt-pathdev .lessons .lesson--item,
.page-template-pt-path .lessons .lesson--item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(72, 125, 192, 0.15);
          box-shadow: 0px 0px 30px rgba(72, 125, 192, 0.15);
  border-radius: 13px;
  margin-bottom: 16px;
  padding: 0 70px 94px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathdev .lessons .lesson--item,
  .page-template-pt-path .lessons .lesson--item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev .lessons .lesson--item.active .lesson-title > .icon,
.page-template-pt-path .lessons .lesson--item.active .lesson-title > .icon {
  background: #e32438;
}

.page-template-pt-pathdev .lessons .lesson-topic,
.page-template-pt-path .lessons .lesson-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev .lessons .lesson-topic--title,
.page-template-pt-path .lessons .lesson-topic--title {
  width: 33.33%;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 50px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .lessons .lesson-topic--title,
  .page-template-pt-path .lessons .lesson-topic--title {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .lessons .lesson-topic--title,
  .page-template-pt-path .lessons .lesson-topic--title {
    width: 100%;
  }
}

.page-template-pt-pathdev .lessons .lesson-topic--title:first-child,
.page-template-pt-path .lessons .lesson-topic--title:first-child {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page-template-pt-pathdev .lessons .lesson-topic--title.completed .icon,
.page-template-pt-path .lessons .lesson-topic--title.completed .icon {
  background: #487dc0;
}

.page-template-pt-pathdev .lessons .lesson-topic--title.completed .play svg circle,
.page-template-pt-path .lessons .lesson-topic--title.completed .play svg circle {
  fill: #24d8a2;
}

.page-template-pt-pathdev .lessons .lesson-topic--title.active .icon,
.page-template-pt-path .lessons .lesson-topic--title.active .icon {
  background: #487dc0;
}

.page-template-pt-pathdev .lessons .lesson-topic--title.locked,
.page-template-pt-path .lessons .lesson-topic--title.locked {
  pointer-events: none;
}

.page-template-pt-pathdev .lessons .lesson-topic--title .play,
.page-template-pt-path .lessons .lesson-topic--title .play {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev .lessons .lesson-topic--title .play > svg,
.page-template-pt-path .lessons .lesson-topic--title .play > svg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% + 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-template-pt-pathdev .lessons .lesson-topic--title .play .progress,
.page-template-pt-path .lessons .lesson-topic--title .play .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev .lessons .lesson-topic--title h3,
.page-template-pt-path .lessons .lesson-topic--title h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #00223c;
  margin: 20px 0 0;
}

.page-template-pt-pathdev .lessons .lesson-topic .icon,
.page-template-pt-path .lessons .lesson-topic .icon {
  width: 96px;
  height: 96px;
  background: #b0b5ba;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathdev aside.progress,
  .page-template-pt-path aside.progress {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.page-template-pt-pathdev .dailygoal,
.page-template-pt-path .dailygoal {
  margin-bottom: 40px;
  background: #ffffff;
  border: 2px solid #ebf0f4;
  border-radius: 15px;
  padding: 40px 30px;
}

.page-template-pt-pathdev .dailygoal-upper,
.page-template-pt-path .dailygoal-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-pt-pathdev .dailygoal-upper h2,
.page-template-pt-path .dailygoal-upper h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #00223c;
  margin: 0;
}

.page-template-pt-pathdev .dailygoal-upper span,
.page-template-pt-path .dailygoal-upper span {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #487dc0;
}

.page-template-pt-pathdev .dailygoal-congrats,
.page-template-pt-path .dailygoal-congrats {
  max-width: 280px;
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.page-template-pt-pathdev .dailygoal-congrats svg,
.page-template-pt-path .dailygoal-congrats svg {
  width: 100%;
}

.page-template-pt-pathdev .dailygoal-congrats span,
.page-template-pt-path .dailygoal-congrats span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 20px 23px;
}

.page-template-pt-pathdev .dailygoal-congrats h4,
.page-template-pt-path .dailygoal-congrats h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

.page-template-pt-pathdev .dailygoal-congrats p,
.page-template-pt-path .dailygoal-congrats p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.page-template-pt-pathdev .dailygoal-body,
.page-template-pt-path .dailygoal-body {
  margin-top: 4px;
}

.page-template-pt-pathdev .dailygoal-body > p,
.page-template-pt-path .dailygoal-body > p {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #5d6a77;
  margin: 0;
}

.page-template-pt-pathdev .dailygoal-body .koala,
.page-template-pt-path .dailygoal-body .koala {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 16px auto 28px;
}

.page-template-pt-pathdev .dailygoal-body .koala img,
.page-template-pt-path .dailygoal-body .koala img {
  max-width: 224px;
}

.page-template-pt-pathdev .dailygoal-item,
.page-template-pt-path .dailygoal-item {
  padding: 16px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr;
      grid-template-columns: 24px 1fr;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  border-bottom: 1px solid #ebf0f4;
}

.page-template-pt-pathdev .dailygoal-item:last-child,
.page-template-pt-path .dailygoal-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-template-pt-pathdev .dailygoal-item h3,
.page-template-pt-path .dailygoal-item h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #00223c;
  margin-bottom: 4px;
}

.page-template-pt-pathdev .dailygoal-item p,
.page-template-pt-path .dailygoal-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #5d6a77;
  margin: 0;
}

.page-template-pt-pathdev .dailygoal-item p a,
.page-template-pt-path .dailygoal-item p a {
  color: #497dc0;
}

.page-template-pt-pathdev .challenges,
.page-template-pt-path .challenges {
  background: #ffffff;
  border: 2px solid #ebf0f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 40px;
}

.page-template-pt-pathdev .challenges-details,
.page-template-pt-path .challenges-details {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-template-pt-pathdev .challenges-details h4,
.page-template-pt-path .challenges-details h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .challenges-details h4,
  .page-template-pt-path .challenges-details h4 {
    font-size: 14px;
  }
}

.page-template-pt-pathdev .challenges-details .btn-delete,
.page-template-pt-path .challenges-details .btn-delete {
  background: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .challenges-details .btn-delete,
  .page-template-pt-path .challenges-details .btn-delete {
    margin-left: 10px;
  }
}

.page-template-pt-pathdev .challenges-coins,
.page-template-pt-path .challenges-coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.page-template-pt-pathdev .challenges-coins span,
.page-template-pt-path .challenges-coins span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
}

.page-template-pt-pathdev .challenges-coins img,
.page-template-pt-path .challenges-coins img {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-right: 6px;
}

.page-template-pt-pathdev .challenges h3,
.page-template-pt-path .challenges h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #00223c;
  margin: 0;
  padding: 20px 30px;
  border-bottom: 2px solid #ebf0f4;
}

.page-template-pt-pathdev .challenges-progress--upper,
.page-template-pt-path .challenges-progress--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.page-template-pt-pathdev .challenges-progress--upper h5,
.page-template-pt-path .challenges-progress--upper h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #5d6a77;
  margin: 0;
}

.page-template-pt-pathdev .challenges-progress--upper span,
.page-template-pt-path .challenges-progress--upper span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #5d6a77;
}

.page-template-pt-pathdev .challenges-list,
.page-template-pt-path .challenges-list {
  padding: 30px 30px 26px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .challenges-list,
  .page-template-pt-path .challenges-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev .challenges-list ul,
.page-template-pt-path .challenges-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 267px;
  border-bottom: 1px solid #ebf0f4;
}

.page-template-pt-pathdev .challenges-list li,
.page-template-pt-path .challenges-list li {
  border-bottom: 1px solid #ebf0f4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.page-template-pt-pathdev .challenges-list li:last-child,
.page-template-pt-path .challenges-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.page-template-pt-pathdev .challenges-list .cpbar,
.page-template-pt-path .challenges-list .cpbar {
  width: 100%;
  height: 6px;
  background: #ebf0f4;
  border-radius: 100px;
  max-width: 100%;
}

.page-template-pt-pathdev .challenges-list .cpbar-inner,
.page-template-pt-path .challenges-list .cpbar-inner {
  display: inline-block;
  background: #24d8a2;
  border-radius: 100px;
  height: 6px;
  max-width: 100%;
}

.page-template-pt-pathdev .challenges .btn-viewall,
.page-template-pt-path .challenges .btn-viewall {
  font-family: "Poppins";
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: 0;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #487dc0;
  text-transform: uppercase;
  padding: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .challenges .btn-viewall,
  .page-template-pt-path .challenges .btn-viewall {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
}

.page-template-pt-pathdev .progress-today,
.page-template-pt-path .progress-today {
  background: #ffffff;
  border: 2px solid #ebf0f4;
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress-today,
  .page-template-pt-path .progress-today {
    padding: 20px;
  }
}

.page-template-pt-pathdev .progress-today--icon,
.page-template-pt-path .progress-today--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
  background: #e32438;
  border-radius: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress-today--icon,
  .page-template-pt-path .progress-today--icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    border-radius: 4px;
    padding: 8px;
  }
}

.page-template-pt-pathdev .progress-today--icon svg,
.page-template-pt-path .progress-today--icon svg {
  width: 100%;
  max-width: 43px;
}

.page-template-pt-pathdev .progress-today--practice,
.page-template-pt-path .progress-today--practice {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

.page-template-pt-pathdev .progress-today--practice span,
.page-template-pt-path .progress-today--practice span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #00223c;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress-today--practice span,
  .page-template-pt-path .progress-today--practice span {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-template-pt-pathdev .progress-today--btns,
.page-template-pt-path .progress-today--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-pathdev .progress-today--btns button,
.page-template-pt-path .progress-today--btns button {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0;
}

.page-template-pt-pathdev .progress-today--btns button:first-child,
.page-template-pt-path .progress-today--btns button:first-child {
  margin-right: 8px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress-today--btns button,
  .page-template-pt-path .progress-today--btns button {
    width: 36px;
    height: 36px;
  }
}

.page-template-pt-pathdev .progress-today--btns button svg,
.page-template-pt-path .progress-today--btns button svg {
  width: 44px;
  height: 44px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress-today--btns button svg,
  .page-template-pt-path .progress-today--btns button svg {
    width: 36px;
    height: 36px;
  }
}

.page-template-pt-pathdev .progress-today--btns button svg path,
.page-template-pt-pathdev .progress-today--btns button svg circle,
.page-template-pt-path .progress-today--btns button svg path,
.page-template-pt-path .progress-today--btns button svg circle {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page-template-pt-pathdev .progress-today--btns button.btn-yes:hover svg circle,
.page-template-pt-path .progress-today--btns button.btn-yes:hover svg circle {
  stroke: #24d8a2;
  fill: #24d8a2;
}

.page-template-pt-pathdev .progress-today--btns button.btn-yes:hover svg path,
.page-template-pt-path .progress-today--btns button.btn-yes:hover svg path {
  stroke: #fff;
}

.page-template-pt-pathdev .progress-today--btns button.btn-no:hover svg circle,
.page-template-pt-path .progress-today--btns button.btn-no:hover svg circle {
  stroke: #e32438;
  fill: #e32438;
}

.page-template-pt-pathdev .progress-today--btns button.btn-no:hover svg path,
.page-template-pt-path .progress-today--btns button.btn-no:hover svg path {
  stroke: #fff;
}

.page-template-pt-pathdev .goal,
.page-template-pt-path .goal {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 40px 30px;
}

.page-template-pt-pathdev .goal-upper,
.page-template-pt-path .goal-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-pt-pathdev .goal-upper h3,
.page-template-pt-path .goal-upper h3 {
  font-family: "Poppins";
  font-weight: bold;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #00223c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .goal-upper h3,
  .page-template-pt-path .goal-upper h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.page-template-pt-pathdev .goal-upper .streak,
.page-template-pt-path .goal-upper .streak {
  font-family: "Poppins";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #00223c;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .goal-upper .streak,
  .page-template-pt-path .goal-upper .streak {
    font-size: 14px;
    line-height: 19px;
  }
}

.page-template-pt-pathdev .goal-upper .streak svg,
.page-template-pt-path .goal-upper .streak svg {
  margin-right: 10px;
}

.page-template-pt-pathdev .goal-upper .btn-editgoal,
.page-template-pt-path .goal-upper .btn-editgoal {
  font-family: "Poppins";
  background: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #487dc0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .goal-upper .btn-editgoal,
  .page-template-pt-path .goal-upper .btn-editgoal {
    font-size: 12px;
    line-height: 18px;
  }
}

.page-template-pt-pathdev .goal-upper .btn-editgoal:hover,
.page-template-pt-path .goal-upper .btn-editgoal:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.9;
}

.page-template-pt-pathdev .goal-description,
.page-template-pt-path .goal-description {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #646464;
  margin-top: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .goal-description,
  .page-template-pt-path .goal-description {
    font-size: 13px;
    line-height: 24px;
  }
}

.page-template-pt-pathdev .progress--widget,
.page-template-pt-path .progress--widget {
  background: #ffffff;
  border: 2px solid #ebf0f4;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget,
  .page-template-pt-path .progress--widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev .progress--widget.calendar-widget,
.page-template-pt-path .progress--widget.calendar-widget {
  padding-bottom: 26px;
}

.page-template-pt-pathdev .progress--widget.calendar-widget .btn-viewcalendar,
.page-template-pt-path .progress--widget.calendar-widget .btn-viewcalendar {
  background: 0;
  border: 0;
  border-radius: 0;
  width: calc(100% + 60px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0071ca;
  text-transform: uppercase;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 40px -30px;
  padding: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget.calendar-widget .btn-viewcalendar,
  .page-template-pt-path .progress--widget.calendar-widget .btn-viewcalendar {
    font-size: 12px;
    line-height: 18px;
  }
}

.page-template-pt-pathdev .progress--widget.calendar-widget .btn-viewcalendar:hover, .page-template-pt-pathdev .progress--widget.calendar-widget .btn-viewcalendar:focus,
.page-template-pt-path .progress--widget.calendar-widget .btn-viewcalendar:hover,
.page-template-pt-path .progress--widget.calendar-widget .btn-viewcalendar:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-pt-pathdev .progress--widget.calendar-widget.week-view #calendar,
.page-template-pt-path .progress--widget.calendar-widget.week-view #calendar {
  display: none;
}

.page-template-pt-pathdev .progress--widget.calendar-widget.week-view .week,
.page-template-pt-path .progress--widget.calendar-widget.week-view .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-pt-pathdev .progress--widget:first-child,
.page-template-pt-path .progress--widget:first-child {
  margin-top: 0;
}

.page-template-pt-pathdev .progress--widget .week,
.page-template-pt-path .progress--widget .week {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 29px;
}

.page-template-pt-pathdev .progress--widget .week .day,
.page-template-pt-path .progress--widget .week .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev .progress--widget .week .day.current > span,
.page-template-pt-path .progress--widget .week .day.current > span {
  color: #0071ca;
}

.page-template-pt-pathdev .progress--widget .week .day > span,
.page-template-pt-path .progress--widget .week .day > span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.page-template-pt-pathdev .progress--widget-title,
.page-template-pt-path .progress--widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-pt-pathdev .progress--widget .current--badge,
.page-template-pt-path .progress--widget .current--badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page-template-pt-pathdev .progress--widget .current--badge-logo,
.page-template-pt-path .progress--widget .current--badge-logo {
  margin-right: 10px;
}

.page-template-pt-pathdev .progress--widget .current--badge-pts,
.page-template-pt-path .progress--widget .current--badge-pts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev .progress--widget .current--badge-upper,
.page-template-pt-path .progress--widget .current--badge-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.page-template-pt-pathdev .progress--widget .current--badge-upper .lvl,
.page-template-pt-path .progress--widget .current--badge-upper .lvl {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #324053;
}

.page-template-pt-pathdev .progress--widget .current--badge-upper .pts,
.page-template-pt-path .progress--widget .current--badge-upper .pts {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #324053;
}

.page-template-pt-pathdev .progress--widget .current--badge-upper .pts span,
.page-template-pt-path .progress--widget .current--badge-upper .pts span {
  color: #ec6b03;
}

.page-template-pt-pathdev .progress--widget .current--badge-bottom,
.page-template-pt-path .progress--widget .current--badge-bottom {
  margin-top: 8px;
  width: 100%;
}

.page-template-pt-pathdev .progress--widget .current--badge-bottom .pbar,
.page-template-pt-path .progress--widget .current--badge-bottom .pbar {
  background: #e2e3e5;
  border-radius: 100px;
  height: 8px;
  max-width: 100%;
}

.page-template-pt-pathdev .progress--widget .current--badge-bottom .pbar--inner,
.page-template-pt-path .progress--widget .current--badge-bottom .pbar--inner {
  max-width: 100%;
  background: #ec6b03;
  border-radius: 100px;
  height: 8px;
}

.page-template-pt-pathdev .progress--widget .logs,
.page-template-pt-path .progress--widget .logs {
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px 30px 0;
  border-top: 2px solid #ebf0f4;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget .logs,
  .page-template-pt-path .progress--widget .logs {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev .progress--widget .logs h3,
.page-template-pt-path .progress--widget .logs h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #00223c;
  margin: 0 0 10px;
}

.page-template-pt-pathdev .progress--widget .logs-item,
.page-template-pt-path .progress--widget .logs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ebf0f4;
}

.page-template-pt-pathdev .progress--widget .logs-icon,
.page-template-pt-path .progress--widget .logs-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e32438;
  border-radius: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget .logs-icon,
  .page-template-pt-path .progress--widget .logs-icon {
    width: 40px;
    height: 40px;
  }
  .page-template-pt-pathdev .progress--widget .logs-icon svg,
  .page-template-pt-path .progress--widget .logs-icon svg {
    max-width: 20px;
  }
}

.page-template-pt-pathdev .progress--widget .logs-details,
.page-template-pt-path .progress--widget .logs-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget .logs-details,
  .page-template-pt-path .progress--widget .logs-details {
    padding-left: 12px;
    padding-right: 5px;
  }
}

.page-template-pt-pathdev .progress--widget .logs-details h4,
.page-template-pt-path .progress--widget .logs-details h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
  margin: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget .logs-details h4,
  .page-template-pt-path .progress--widget .logs-details h4 {
    font-size: 13px;
    line-height: 19px;
  }
}

.page-template-pt-pathdev .progress--widget .logs-time,
.page-template-pt-path .progress--widget .logs-time {
  font-family: "Poppins";
  margin-top: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #5d6a77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget .logs-time,
  .page-template-pt-path .progress--widget .logs-time {
    font-size: 12px;
    line-height: 18px;
  }
}

.page-template-pt-pathdev .progress--widget .logs-time svg,
.page-template-pt-path .progress--widget .logs-time svg {
  margin-right: 8px;
}

.page-template-pt-pathdev .progress--widget .logs .btn-delete,
.page-template-pt-path .progress--widget .logs .btn-delete {
  padding: 0;
  margin: 0;
  background: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-pt-pathdev .progress--widget .btn-viewall,
.page-template-pt-path .progress--widget .btn-viewall {
  font-family: "Poppins";
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: 0;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #487dc0;
  text-transform: uppercase;
  padding: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .progress--widget .btn-viewall,
  .page-template-pt-path .progress--widget .btn-viewall {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
}

.page-template-pt-pathdev .progress-heading,
.page-template-pt-path .progress-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-pt-pathdev .progress-heading h3,
.page-template-pt-path .progress-heading h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #324053;
  margin: 0 0 10px;
}

.page-template-pt-pathdev .progress-heading p,
.page-template-pt-path .progress-heading p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}

.page-template-pt-pathdev .progress-heading p:last-of-type,
.page-template-pt-path .progress-heading p:last-of-type {
  margin: 0;
}

.page-template-pt-pathdev .login-streak span,
.page-template-pt-path .login-streak span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #324053;
}

.page-template-pt-pathdev .login-streak span svg,
.page-template-pt-path .login-streak span svg {
  margin-right: 10px;
}

.page-template-pt-pathdev #calendar,
.page-template-pt-path #calendar {
  margin-top: 30px;
}

.page-template-pt-pathdev #calendar table,
.page-template-pt-path #calendar table {
  margin: 0;
  border: 0;
}

.page-template-pt-pathdev #calendar table td,
.page-template-pt-pathdev #calendar table th,
.page-template-pt-path #calendar table td,
.page-template-pt-path #calendar table th {
  border: 0;
}

.page-template-pt-pathdev #calendar table th,
.page-template-pt-path #calendar table th {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #324053;
}

.page-template-pt-pathdev #calendar table th a,
.page-template-pt-path #calendar table th a {
  color: #324053;
}

.page-template-pt-pathdev #calendar table a.fc-daygrid-day-number,
.page-template-pt-path #calendar table a.fc-daygrid-day-number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding: 10px 4px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223c;
}

.page-template-pt-pathdev #calendar .fc-daygrid-day-events,
.page-template-pt-path #calendar .fc-daygrid-day-events {
  position: absolute;
  margin: 0;
}

.page-template-pt-pathdev #calendar .fc-daygrid-day-events a,
.page-template-pt-path #calendar .fc-daygrid-day-events a {
  z-index: -1;
  background: #24d8a2;
  border: 0;
  height: 36px;
  width: 36px;
  margin: 0 auto;
  border-radius: 50%;
}

.page-template-pt-pathdev #calendar .fc-daygrid-day-events a.no-entry,
.page-template-pt-path #calendar .fc-daygrid-day-events a.no-entry {
  background: #e32438;
}

.page-template-pt-pathdev #calendar .fc-daygrid-more-link,
.page-template-pt-path #calendar .fc-daygrid-more-link {
  cursor: pointer;
  text-indent: -9999999px;
  float: left;
  width: 28px;
  height: 28px;
  background: #ec6b03;
  border-radius: 50%;
  margin: 0 auto;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
}

.page-template-pt-pathdev #calendar tr td.active-streak:last-child::after,
.page-template-pt-path #calendar tr td.active-streak:last-child::after {
  display: none;
}

.page-template-pt-pathdev #calendar .fc-day-today,
.page-template-pt-path #calendar .fc-day-today {
  background-color: inherit !important;
}

.page-template-pt-pathdev #calendar .fc-day-today .fc-daygrid-event::before,
.page-template-pt-path #calendar .fc-day-today .fc-daygrid-event::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  background: #0071ca;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -9px;
}

.page-template-pt-pathdev #calendar .fc-day-today .fc-daygrid-day-number,
.page-template-pt-path #calendar .fc-day-today .fc-daygrid-day-number {
  color: #fff;
}

.page-template-pt-pathdev #calendar .fc-day-past + .active-streak::before,
.page-template-pt-path #calendar .fc-day-past + .active-streak::before {
  display: none;
}

.page-template-pt-pathdev #calendar .active-streak,
.page-template-pt-path #calendar .active-streak {
  position: relative;
}

.page-template-pt-pathdev #calendar .active-streak.fc-day-past + .active-streak::before,
.page-template-pt-path #calendar .active-streak.fc-day-past + .active-streak::before {
  display: block;
}

.page-template-pt-pathdev #calendar .active-streak.last-streak::after,
.page-template-pt-path #calendar .active-streak.last-streak::after {
  display: none;
}

.page-template-pt-pathdev #calendar .active-streak.last-streak + .fc-day-past + .active-streak::before,
.page-template-pt-path #calendar .active-streak.last-streak + .fc-day-past + .active-streak::before {
  display: none !important;
}

.page-template-pt-pathdev #calendar .active-streak.fc-daypast-nostreak::before,
.page-template-pt-path #calendar .active-streak.fc-daypast-nostreak::before {
  content: "" !important;
  background: none !important;
  display: none !important;
}

.page-template-pt-pathdev #calendar .active-streak::after,
.page-template-pt-path #calendar .active-streak::after {
  content: "";
  width: 50%;
  height: 4px;
  background: #24d8a2;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-template-pt-pathdev #calendar .active-streak ~ .active-streak::before,
.page-template-pt-path #calendar .active-streak ~ .active-streak::before {
  content: "";
  width: 50%;
  height: 4px;
  background: #24d8a2;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-template-pt-pathdev #calendar .active-streak .fc-daygrid-day-top a,
.page-template-pt-path #calendar .active-streak .fc-daygrid-day-top a {
  color: #fff;
}

.page-template-pt-pathdev #calendar .active-streak.before-very-last + .active-streak.last-streak.very-last::before,
.page-template-pt-pathdev #calendar .active-streak.before-very-last + .fc-day-today.active-streak::before,
.page-template-pt-path #calendar .active-streak.before-very-last + .active-streak.last-streak.very-last::before,
.page-template-pt-path #calendar .active-streak.before-very-last + .fc-day-today.active-streak::before {
  display: block;
}

.page-template-pt-pathdev #calendar .active-streak.very-last::before,
.page-template-pt-path #calendar .active-streak.very-last::before {
  display: none;
}

.page-template-pt-pathdev #calendar .active-streak.very-last .fc-daygrid-event,
.page-template-pt-path #calendar .active-streak.very-last .fc-daygrid-event {
  background: #e32438;
}

.page-template-pt-pathdev #calendar .fc-daygrid-day-top,
.page-template-pt-path #calendar .fc-daygrid-day-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev #calendar .fc-daygrid-day-frame,
.page-template-pt-path #calendar .fc-daygrid-day-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev #calendar .fc-scroller,
.page-template-pt-path #calendar .fc-scroller {
  height: auto !important;
  overflow-y: auto;
}

.page-template-pt-pathdev #calendar .fc-toolbar-chunk .fc-button,
.page-template-pt-path #calendar .fc-toolbar-chunk .fc-button {
  padding: 0;
  background: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-pathdev #calendar .fc-toolbar-chunk .fc-icon,
.page-template-pt-path #calendar .fc-toolbar-chunk .fc-icon {
  color: #324053;
}

.page-template-pt-pathdev #calendar .fc-toolbar-title,
.page-template-pt-path #calendar .fc-toolbar-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #00223c;
}

.page-template-pt-pathdev .achievements,
.page-template-pt-path .achievements {
  background: #ffffff;
  border: 2px solid #ebf0f4;
  border-radius: 15px;
  padding: 40px 20px 29px;
}

.page-template-pt-pathdev .achievements h2,
.page-template-pt-path .achievements h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #00223c;
  margin: 0 0 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .achievements h2,
  .page-template-pt-path .achievements h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.page-template-pt-pathdev .achievements .completed,
.page-template-pt-path .achievements .completed {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #487dc0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .achievements .completed,
  .page-template-pt-path .achievements .completed {
    font-size: 14px;
    line-height: 21px;
  }
}

.page-template-pt-pathdev .achievements-list,
.page-template-pt-path .achievements-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-pt-pathdev .achievements .achievement,
.page-template-pt-path .achievements .achievement {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding: 0 10px;
}

.page-template-pt-pathdev .achievements .achievement.locked img,
.page-template-pt-path .achievements .achievement.locked img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-template-pt-pathdev .achievements .achievement img,
.page-template-pt-path .achievements .achievement img {
  display: block;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .achievements .achievement img,
  .page-template-pt-path .achievements .achievement img {
    max-width: 57px;
  }
}

.page-template-pt-pathdev .achievements .achievement span,
.page-template-pt-path .achievements .achievement span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #00223c;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .achievements .achievement span,
  .page-template-pt-path .achievements .achievement span {
    font-size: 14px;
    line-height: 21px;
  }
}

.page-template-pt-pathdev .pathway,
.page-template-pt-path .pathway {
  background: #ffffff;
  border: 2px solid #ebf0f4;
  border-radius: 30px;
  padding: 80px 100px 150px;
}

@media screen and (max-width: 1200px) {
  .page-template-pt-pathdev .pathway,
  .page-template-pt-path .pathway {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway,
  .page-template-pt-path .pathway {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-pathdev .pathway-inner,
.page-template-pt-path .pathway-inner {
  max-width: 511px;
  margin: 0 auto;
  text-align: center;
}

.page-template-pt-pathdev .pathway-inner h4,
.page-template-pt-path .pathway-inner h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #497dc0;
  margin: 0 0 11px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-inner h4,
  .page-template-pt-path .pathway-inner h4 {
    font-size: 14px;
    line-height: 21px;
  }
}

.page-template-pt-pathdev .pathway-inner h2,
.page-template-pt-path .pathway-inner h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #00223c;
  margin: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-inner h2,
  .page-template-pt-path .pathway-inner h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-template-pt-pathdev .pathway-road,
.page-template-pt-path .pathway-road {
  position: relative;
  margin-top: 125px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-road,
  .page-template-pt-path .pathway-road {
    margin-top: 100px;
  }
}

.page-template-pt-pathdev .pathway-congrats,
.page-template-pt-path .pathway-congrats {
  display: none;
  max-width: 444px;
  margin: 140px auto 0;
  text-align: center;
}

.page-template-pt-pathdev .pathway-congrats h3,
.page-template-pt-path .pathway-congrats h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #e32438;
  margin: 0 0 9px;
}

.page-template-pt-pathdev .pathway-congrats p,
.page-template-pt-path .pathway-congrats p {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #00223c;
  margin: 0 0 30px;
}

.page-template-pt-pathdev .pathway-congrats .btn-download,
.page-template-pt-path .pathway-congrats .btn-download {
  width: 100%;
  max-width: 320px;
  height: 60px;
  background: #e32438;
  border-radius: 100px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-pathdev .pathway-main .path-start,
.page-template-pt-path .pathway-main .path-start {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-start.active,
.page-template-pt-path .pathway-main .path-start.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-start,
.page-template-pt-path .pathway-main .stroke-start {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-start.active,
.page-template-pt-path .pathway-main .stroke-start.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-1,
.page-template-pt-path .pathway-main .path-1 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-1.active,
.page-template-pt-path .pathway-main .path-1.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-1,
.page-template-pt-path .pathway-main .stroke-1 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-1.active,
.page-template-pt-path .pathway-main .stroke-1.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-2,
.page-template-pt-path .pathway-main .path-2 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-2.active,
.page-template-pt-path .pathway-main .path-2.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-2,
.page-template-pt-path .pathway-main .stroke-2 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-2.active,
.page-template-pt-path .pathway-main .stroke-2.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-3,
.page-template-pt-path .pathway-main .path-3 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-3.active,
.page-template-pt-path .pathway-main .path-3.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-3,
.page-template-pt-path .pathway-main .stroke-3 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-3.active,
.page-template-pt-path .pathway-main .stroke-3.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-4,
.page-template-pt-path .pathway-main .path-4 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-4.active,
.page-template-pt-path .pathway-main .path-4.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-4,
.page-template-pt-path .pathway-main .stroke-4 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-4.active,
.page-template-pt-path .pathway-main .stroke-4.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-5,
.page-template-pt-path .pathway-main .path-5 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-5.active,
.page-template-pt-path .pathway-main .path-5.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-5,
.page-template-pt-path .pathway-main .stroke-5 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-5.active,
.page-template-pt-path .pathway-main .stroke-5.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-6,
.page-template-pt-path .pathway-main .path-6 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-6.active,
.page-template-pt-path .pathway-main .path-6.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-6,
.page-template-pt-path .pathway-main .stroke-6 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-6.active,
.page-template-pt-path .pathway-main .stroke-6.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-7,
.page-template-pt-path .pathway-main .path-7 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-7.active,
.page-template-pt-path .pathway-main .path-7.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-7,
.page-template-pt-path .pathway-main .stroke-7 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-7.active,
.page-template-pt-path .pathway-main .stroke-7.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-8,
.page-template-pt-path .pathway-main .path-8 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .path-8.active,
.page-template-pt-path .pathway-main .path-8.active {
  stroke: #f6bc3b;
  stroke-dashoffset: 0;
}

.page-template-pt-pathdev .pathway-main .stroke-8,
.page-template-pt-path .pathway-main .stroke-8 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  stroke-dasharray: 0;
  stroke-dashoffset: -1000;
}

.page-template-pt-pathdev .pathway-main .stroke-8.active,
.page-template-pt-path .pathway-main .stroke-8.active {
  stroke-dasharray: 3, 6;
  stroke: #fff;
}

.page-template-pt-pathdev .pathway-main .path-9.active,
.page-template-pt-path .pathway-main .path-9.active {
  stroke: #f6bc3b;
}

.page-template-pt-pathdev .pathway-courses--item,
.page-template-pt-path .pathway-courses--item {
  position: absolute;
}

.page-template-pt-pathdev .pathway-courses--item:first-child,
.page-template-pt-path .pathway-courses--item:first-child {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -65px;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:first-child,
  .page-template-pt-path .pathway-courses--item:first-child {
    top: -40px;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(2),
.page-template-pt-path .pathway-courses--item:nth-child(2) {
  right: 20%;
  top: 16%;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(2),
  .page-template-pt-path .pathway-courses--item:nth-child(2) {
    right: 10%;
    top: 14%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(3),
.page-template-pt-path .pathway-courses--item:nth-child(3) {
  left: 20%;
  top: 16%;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(3),
  .page-template-pt-path .pathway-courses--item:nth-child(3) {
    left: 10%;
    top: 14%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(4),
.page-template-pt-path .pathway-courses--item:nth-child(4) {
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(4),
  .page-template-pt-path .pathway-courses--item:nth-child(4) {
    top: 34%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(5),
.page-template-pt-path .pathway-courses--item:nth-child(5) {
  right: 20%;
  top: 55%;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(5),
  .page-template-pt-path .pathway-courses--item:nth-child(5) {
    right: 10%;
    top: 53%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(6),
.page-template-pt-path .pathway-courses--item:nth-child(6) {
  left: 20%;
  top: 55%;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(6),
  .page-template-pt-path .pathway-courses--item:nth-child(6) {
    left: 10%;
    top: 53%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(7),
.page-template-pt-path .pathway-courses--item:nth-child(7) {
  left: 20%;
  top: 75%;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(7),
  .page-template-pt-path .pathway-courses--item:nth-child(7) {
    left: 10%;
    top: 73%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:nth-child(8),
.page-template-pt-path .pathway-courses--item:nth-child(8) {
  right: 20%;
  top: 75%;
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:nth-child(8),
  .page-template-pt-path .pathway-courses--item:nth-child(8) {
    right: 10%;
    top: 73%;
  }
}

.page-template-pt-pathdev .pathway-courses--item:last-child,
.page-template-pt-path .pathway-courses--item:last-child {
  bottom: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .page-template-pt-pathdev .pathway-courses--item:last-child,
  .page-template-pt-path .pathway-courses--item:last-child {
    bottom: -75px;
  }
}

.page-template-pt-pathdev .pathway-courses--item::before,
.page-template-pt-path .pathway-courses--item::before {
  content: "";
  width: 130px;
  height: 130px;
  background: #c8d2e3;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  top: 4px;
  left: -5px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-courses--item::before,
  .page-template-pt-path .pathway-courses--item::before {
    width: 80px;
    height: 80px;
    left: -1px;
  }
}

.page-template-pt-pathdev .pathway-courses--item:hover.locked .lock-tooltip,
.page-template-pt-path .pathway-courses--item:hover.locked .lock-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-pt-pathdev .pathway-courses--item.active .you,
.page-template-pt-path .pathway-courses--item.active .you {
  display: block;
}

.page-template-pt-pathdev .pathway-courses--item.active button,
.page-template-pt-path .pathway-courses--item.active button {
  background: #f6bc3b;
}

.page-template-pt-pathdev .pathway-courses--item.active button img,
.page-template-pt-path .pathway-courses--item.active button img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.page-template-pt-pathdev .pathway-courses--item.active .courseprogress,
.page-template-pt-path .pathway-courses--item.active .courseprogress {
  visibility: visible;
}

.page-template-pt-pathdev .pathway-courses--item.active .courseprogress .checkmark,
.page-template-pt-path .pathway-courses--item.active .courseprogress .checkmark {
  display: block;
}

.page-template-pt-pathdev .pathway-courses--item.completed .you,
.page-template-pt-path .pathway-courses--item.completed .you {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.page-template-pt-pathdev .pathway-courses--item.completed button,
.page-template-pt-path .pathway-courses--item.completed button {
  background: #487dc0;
}

.page-template-pt-pathdev .pathway-courses--item.completed button img,
.page-template-pt-path .pathway-courses--item.completed button img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.page-template-pt-pathdev .pathway-courses--item.completed .courseprogress,
.page-template-pt-path .pathway-courses--item.completed .courseprogress {
  visibility: visible;
}

.page-template-pt-pathdev .pathway-courses--item.completed .courseprogress .checkmark,
.page-template-pt-path .pathway-courses--item.completed .courseprogress .checkmark {
  display: block;
}

.page-template-pt-pathdev .pathway-courses--item.completed .courseprogress span,
.page-template-pt-path .pathway-courses--item.completed .courseprogress span {
  background: 0;
}

.page-template-pt-pathdev .pathway-courses--item.locked a,
.page-template-pt-path .pathway-courses--item.locked a {
  pointer-events: none;
}

.page-template-pt-pathdev .pathway-courses--item.finish.active button,
.page-template-pt-path .pathway-courses--item.finish.active button {
  background: #487dc0;
}

.page-template-pt-pathdev .pathway-courses--item .you,
.page-template-pt-path .pathway-courses--item .you {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -50px;
  display: none;
  z-index: 5;
}

.page-template-pt-pathdev .pathway-courses--item .you div,
.page-template-pt-path .pathway-courses--item .you div {
  background: #487dc0;
  border-radius: 6px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  padding: 7px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-courses--item .you div,
  .page-template-pt-path .pathway-courses--item .you div {
    font-size: 12px;
    line-height: 18px;
  }
}

.page-template-pt-pathdev .pathway-courses--item .you svg,
.page-template-pt-path .pathway-courses--item .you svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  bottom: -10px;
}

.page-template-pt-pathdev .pathway-courses--item button,
.page-template-pt-path .pathway-courses--item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 130px;
  background: #c8d2e3;
  border: 8px solid #ffffff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-courses--item button,
  .page-template-pt-path .pathway-courses--item button {
    width: 80px;
    height: 80px;
    border: 5px solid #ffffff;
  }
}

.page-template-pt-pathdev .pathway-courses--item button.btn-start,
.page-template-pt-path .pathway-courses--item button.btn-start {
  background: #487dc0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-courses--item button.btn-start,
  .page-template-pt-path .pathway-courses--item button.btn-start {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}

.page-template-pt-pathdev .pathway-courses--item button img,
.page-template-pt-path .pathway-courses--item button img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.page-template-pt-pathdev .pathway-courses--item h3,
.page-template-pt-path .pathway-courses--item h3 {
  margin: 20px auto 0;
  text-align: center;
}

.page-template-pt-pathdev .pathway-courses--item h3 a,
.page-template-pt-path .pathway-courses--item h3 a {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #00223c;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-courses--item h3 a,
  .page-template-pt-path .pathway-courses--item h3 a {
    font-size: 14px;
    line-height: 20px;
  }
}

.page-template-pt-pathdev .pathway-courses--item .courseprogress,
.page-template-pt-path .pathway-courses--item .courseprogress {
  position: absolute;
  bottom: -8px;
  right: -8px;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  visibility: hidden;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathdev .pathway-courses--item .courseprogress,
  .page-template-pt-path .pathway-courses--item .courseprogress {
    bottom: -18px;
    right: -18px;
  }
}

.page-template-pt-pathdev .pathway-courses--item .courseprogress span,
.page-template-pt-path .pathway-courses--item .courseprogress span {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #487dc0;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.page-template-pt-pathdev .pathway-courses--item .courseprogress .checkmark,
.page-template-pt-path .pathway-courses--item .courseprogress .checkmark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-animation: fill 0.1s ease-in-out 0.1s forwards, scale 0.2s ease-in-out 0.5s both;
          animation: fill 0.1s ease-in-out 0.1s forwards, scale 0.2s ease-in-out 0.5s both;
}

.page-template-pt-pathdev .pathway-courses--item .courseprogress .checkmark__circle,
.page-template-pt-path .pathway-courses--item .courseprogress .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #24d8a2;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.page-template-pt-pathdev .pathway-courses--item .courseprogress .checkmark__check,
.page-template-pt-path .pathway-courses--item .courseprogress .checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.2s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
          animation: stroke 0.2s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
            box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
            box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

.page-template-pt-pathdev .pathway-courses--item .lock-tooltip,
.page-template-pt-path .pathway-courses--item .lock-tooltip {
  display: none;
  position: absolute;
  width: 258px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -90px;
  background: #00223c;
  border-radius: 10px;
  padding: 25px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -68px;
}

.page-template-pt-pathdev .pathway-courses--item .lock-tooltip > svg,
.page-template-pt-path .pathway-courses--item .lock-tooltip > svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
}

.page-template-pt-pathdev .pathway-courses--item .lock-tooltip > div,
.page-template-pt-path .pathway-courses--item .lock-tooltip > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-pathdev .pathway-courses--item .lock-tooltip > div svg,
.page-template-pt-path .pathway-courses--item .lock-tooltip > div svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
}

.page-template-pt-pathdev .pathway-courses--item .lock-tooltip > div span,
.page-template-pt-path .pathway-courses--item .lock-tooltip > div span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 20px;
}

.page-template-pt-lesson .course-banner {
  display: none;
}

.page-template-pt-lesson .lessonpath--inner {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 20px);
  padding-top: 60px;
  padding-bottom: 152px;
}

.page-template-pt-lesson .lessonpath .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #00223c;
  margin-bottom: 36px;
}

.page-template-pt-lesson .lessonpath .btn-back svg {
  margin-right: 10px;
}

.page-template-pt-lesson .lessonpath--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-lesson .lessonpath--details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.page-template-pt-lesson .lessonpath--details h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #00223c;
  padding-right: 20px;
  margin: 0;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-lesson .lessonpath--details h2 {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.page-template-pt-lesson .lessonpath--details .btn-complete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 60px;
  background: #e32438;
  border-radius: 100px;
  text-transform: uppercase;
}

.page-template-pt-pathlesson {
  background: #f9fbfc;
}

.page-template-pt-pathlesson .course-banner {
  display: none;
}

.page-template-pt-pathlesson .site-content {
  padding-left: 0;
  padding-right: 0;
}

.page-template-pt-pathlesson .lessonpath {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-template-pt-pathlesson .lessonpath--inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 42px 50px 50px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathlesson .lessonpath--inner {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-template-pt-pathlesson .lessonpath-topics {
  max-width: 540px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 42px 30px 60px;
  overflow: hidden;
  min-height: 100vh;
}

@media screen and (max-width: 1200px) {
  .page-template-pt-pathlesson .lessonpath-topics {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathlesson .lessonpath-topics {
    width: 30%;
    max-width: 100%;
    width: 100%;
  }
}

.page-template-pt-pathlesson .lessonpath-topics--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-pathlesson .lessonpath-topics--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: #497dc0;
  border-radius: 12px;
}

.page-template-pt-pathlesson .lessonpath-topics--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

.page-template-pt-pathlesson .lessonpath-topics--title h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
  color: #00223c;
  margin: 0 0 15px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathlesson .lessonpath-topics--title h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.page-template-pt-pathlesson .lessonpath-topics--total {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5d6a77;
}

.page-template-pt-pathlesson .lessonpath-topics--progress {
  width: 100%;
  max-width: 100%;
  height: 6px;
  background: #ebf0f4;
  border-radius: 100px;
  margin-top: 20px;
}

.page-template-pt-pathlesson .lessonpath-topics--progressbar {
  height: 6px;
  background: #24d8a2;
  border-radius: 100px;
}

.page-template-pt-pathlesson .lessonpath .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #e32438;
  margin: 0 0 40px;
}

.page-template-pt-pathlesson .lessonpath .btn-back svg {
  margin-right: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathlesson .lessonpath--title span.meta {
    text-align: center;
  }
}

.page-template-pt-pathlesson .lessonpath--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathlesson .lessonpath--details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.page-template-pt-pathlesson .lessonpath--details h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  color: #00223c;
  padding-right: 20px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathlesson .lessonpath--details h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathlesson .lessonpath--details h2 {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
  }
}

.page-template-pt-pathlesson .lessonpath--details h2 span {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #487dc0;
}

.page-template-pt-pathlesson .lessonpath--details .btn-complete {
  font-family: "Nunito Sans", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 335px;
  width: 100%;
  height: 60px;
  background: #e32438;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-pathlesson .lessonpath--details .btn-complete {
    width: 50%;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathlesson .lessonpath--details .btn-complete {
    width: 100%;
  }
}

.page-template-pt-pathlesson .lessonpath--details .btn-complete.completed {
  background: #24d8a2;
}

.page-template-pt-pathlesson .lessonpath--details .btn-complete.completed .checkmark {
  display: block;
}

.page-template-pt-pathlesson .lessonpath--details .btn-complete .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.page-template-pt-pathlesson .lessonpath--details .btn-complete .checkmark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: none;
  stroke-width: 5;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #24d8a2;
          box-shadow: inset 0px 0px 0px #24d8a2;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  margin-right: 15px;
}

.page-template-pt-pathlesson .lessonpath--details .btn-complete .checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #24d8a2;
            box-shadow: inset 0px 0px 0px 30px #24d8a2;
  }
}

.page-template-pt-pathlesson .module {
  margin-top: 40px;
}

.page-template-pt-pathlesson .module-content > h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00223c;
}

.page-template-pt-pathlesson .module-content--list {
  margin-top: 30px;
  overflow: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-pt-pathlesson .module-content--item {
  margin-bottom: 10px;
  position: relative;
}

.page-template-pt-pathlesson .module-content--item:last-child {
  margin-bottom: 0;
}

.page-template-pt-pathlesson .module-content--item.locked:hover .lock-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-pt-pathlesson .module-content--item.locked:last-child:hover .lock-tooltip {
  top: -95px;
}

.page-template-pt-pathlesson .module-content--item.locked:last-child:hover .lock-tooltip > svg {
  top: calc(100% - 5px);
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.page-template-pt-pathlesson .module-content--item .lock-tooltip {
  display: none;
  position: absolute;
  width: 314px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -90px;
  background: #00223c;
  border-radius: 10px;
  padding: 25px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 100%;
  z-index: 1;
  height: 80px;
}

.page-template-pt-pathlesson .module-content--item .lock-tooltip > svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
}

.page-template-pt-pathlesson .module-content--item .lock-tooltip > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-pathlesson .module-content--item .lock-tooltip > div svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
}

.page-template-pt-pathlesson .module-content--item .lock-tooltip > div span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 20px;
}

.page-template-pt-pathlesson .module-content--item button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  background: 0;
  background: #ffffff;
  border: 1px solid #ebf0f4;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-pt-pathlesson .module-content--item button:hover {
  background: #fff2f3;
}

.page-template-pt-pathlesson .module-status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathlesson .module-status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
}

.page-template-pt-pathlesson .module-details {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.page-template-pt-pathlesson .module-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #00223c;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-pathlesson .module-title {
    font-size: 16px;
    line-height: 1.2;
  }
}

.page-template-pt-pathlesson .module-duration {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #5d6a77;
  margin-top: 4px;
}

.footer-bottom > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bottom > .container .footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom > .container .footer-bottom-left .footer-logo-wrap {
  margin-bottom: 0;
}

.footer-bottom > .container .footer-bottom-left .copyright {
  margin: 0 auto;
}

.footer-bottom > .container .footer-bottom-left .copyright p {
  margin-bottom: 0;
}

.page-template-pt-gear #purchaseModal,
.page-template-pt-gear #purchaseModal {
  background: rgba(0, 34, 60, 0.75);
  padding: 0;
}

@media screen and (max-height: 600px) {
  .page-template-pt-gear #purchaseModal,
  .page-template-pt-gear #purchaseModal {
    padding: 100px 0;
  }
}

.page-template-pt-gear #purchaseModal .modal-content,
.page-template-pt-gear #purchaseModal .modal-content {
  max-width: 600px;
  width: calc(100% - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 46px 74px 53px;
}

@media screen and (max-height: 600px) {
  .page-template-pt-gear #purchaseModal .modal-content,
  .page-template-pt-gear #purchaseModal .modal-content {
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear #purchaseModal .modal-content,
  .page-template-pt-gear #purchaseModal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-gear #purchaseModal .modal-content h2,
.page-template-pt-gear #purchaseModal .modal-content h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #00223c;
  margin: 0 0 10px;
}

.page-template-pt-gear #purchaseModal .modal-content p {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #3f3d56;
  margin: 0;
  margin-top: 30px;
}

.page-template-pt-gear #purchaseModal .modal-content a {
  background: #e32438;
  color: #fff;
  border-radius: 100px;
  padding: 14px 24px;
  display: block;
  width: 280px;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.page-template-pt-gear #purchaseModal .modal-content .item {
  max-width: 300px;
  max-height: 200px;
}

.page-template-pt-gear #purchaseModal .modal-content div {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00223c;
}

.page-template-pt-gear #purchaseModal .modal-content div.div-purchase-message > div {
  font-size: 16px;
}

.page-template-pt-gear #purchaseModal .modal-content .coin {
  max-width: 36px;
}

.page-template-pt-gear #purchaseModal .close,
.page-template-pt-gear #purchaseModal .close {
  position: absolute;
  right: 17px;
  top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.page-template-pt-gear .bb-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-pt-gear .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 60px auto;
  background: #ffffff;
  border: 2px solid #ebf0f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(72, 125, 192, 0.1);
          box-shadow: 0px 0px 20px rgba(72, 125, 192, 0.1);
  border-radius: 15px;
  z-index: 1;
  padding: 0 !important;
  font-family: Poppins;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-gear .main {
    margin: 20px auto;
  }
}

.page-template-pt-gear .main .left {
  width: 540px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf1fa;
  padding: 60px 80px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-gear .main .left {
    width: 450px;
  }
}

@media only screen and (max-width: 901px) {
  .page-template-pt-gear .main .left {
    width: 100%;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .main .left {
    padding: 50px 20px;
  }
}

.page-template-pt-gear .main .left .bg_img {
  position: absolute;
  width: 690px;
  left: -40px;
  top: 0;
}

.page-template-pt-gear .main .left .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-gear .main .left .avatar img {
  max-width: 210px;
  height: auto;
  margin-bottom: 50px;
  z-index: 1;
}

.page-template-pt-gear .equipped_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #00223c;
  text-align: center;
  text-transform: capitalize;
  max-width: 380px;
  margin: 0 auto;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .equipped_items {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

.page-template-pt-gear .equipped_items .item {
  border: 4px solid #c8d2e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  height: 100px;
  width: 100px;
  margin: 15px auto 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-pt-gear .equipped_items .item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.page-template-pt-gear .items-wrapper {
  max-height: 427px;
  overflow: auto;
  margin: 0 -20px;
  padding: 0 20px;
}

.page-template-pt-gear .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 50px;
  z-index: 1;
}

@media only screen and (max-width: 901px) {
  .page-template-pt-gear .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-pt-gear .right .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .right .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-pt-gear .right .heading > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00223c;
}

.page-template-pt-gear .right .heading > div svg {
  margin: 0 10px;
}

.page-template-pt-gear .right .heading > div .current-coins-balance {
  font-weight: 600;
}

.page-template-pt-gear .right .heading h2 {
  font-weight: 600;
  font-size: 36px;
  margin: 0;
  color: #00223c;
  line-height: 54px;
}

.page-template-pt-gear .right .sub_heading {
  color: #5d6a77;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .right .sub_heading {
    text-align: center;
  }
}

.page-template-pt-gear .right .items_loading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(168px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .right .items_loading {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.page-template-pt-gear .right .items_loading .item {
  border: 1px solid #ebf0f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-right: 20px;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  margin-top: 30px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.page-template-pt-gear .right .items_loading .item::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffffff00), color-stop(#e6e6e6), to(transparent));
  background: linear-gradient(90deg, #ffffff00, #e6e6e6, transparent);
  /* Adding animation */
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
}

.page-template-pt-gear .right .selectors {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  border-bottom: 1px solid #d4dff2;
  padding-bottom: 18px;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-gear .right .selectors {
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .page-template-pt-gear .right .selectors {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .right .selectors {
    overflow: auto;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.page-template-pt-gear .right .selectors .item {
  color: #5d6a77;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  border: 1px solid transparent;
}

@media only screen and (max-width: 1024px) {
  .page-template-pt-gear .right .selectors .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-template-pt-gear .right .selectors .item:hover, .page-template-pt-gear .right .selectors .item.active {
  border: 1px solid #e32438;
  color: #e32438;
}

.page-template-pt-gear .right .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(168px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 601px) {
  .page-template-pt-gear .right .items {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.page-template-pt-gear .right .items .item {
  background: #ffffff;
  border: 1px solid #ebf0f4;
  border-radius: 10px;
  padding: 26px 18px 18px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-pt-gear .right .items .item.is_selected, .page-template-pt-gear .right .items .item:hover {
  border-color: #e32438;
}

.page-template-pt-gear .right .items .item.is_selected .button, .page-template-pt-gear .right .items .item:hover .button {
  background: #e32438 !important;
}

.page-template-pt-gear .right .items .image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.page-template-pt-gear .right .items .image img {
  max-height: 120px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-pt-gear .right .items .coins {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #00223c;
}

.page-template-pt-gear .right .items .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.page-template-pt-gear .right .items .item .info h2 {
  color: #5d6a77;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
  text-align: center;
}

.page-template-pt-gear .right .items .item .info h2 img {
  width: 20px;
  margin-right: 6px;
}

.page-template-pt-gear .right .items .item .info .button {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #497dc0;
}

.page-template-pt-gear .right .items .item .info .button.is_selected {
  background: #e42337;
}
