.homepage-invest {
  background: #013a5d;
  padding: 54px 0 0 0;
}
.homepage-invest .invest-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.homepage-invest .invest-row .invest-left {
  max-width: 50%;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 29px;
}
.homepage-invest .invest-row .invest-left h2::after {
  content: "";
  background-color: #fde051;
  height: 6px;
  width: 85px;
  margin-top: 20px;
  display: block;
}
.homepage-invest .invest-row .invest-left h2 {
  color: #fff;
}
.homepage-invest .invest-row .invest-left .grid-col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}
.homepage-invest .invest-row .invest-left .grid-col-3 h3 {
  font-size: 50px;
  color: white;
  line-height: 1;
}
.homepage-invest .invest-row .invest-left .grid-col-3 p {
  font-size: 1.125em;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  font-weight: 400;
}
.homepage-invest .invest-row .invest-left .social-wrap {
  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: 34px;
}
.homepage-invest .invest-row .invest-left .social-wrap .social-icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  color: #fff;
  padding-right: 20px;
}
.homepage-invest .invest-row .invest-left .social-wrap .social-icon-row a {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.homepage-invest .invest-row .invest-right {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .homepage-invest {
    padding-bottom: 54px;
  }
  .homepage-invest .invest-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
  .homepage-invest .invest-row .invest-left {
    max-width: 100%;
    width: 100%;
  }
  .homepage-invest .invest-row .invest-left h2::after {
    content: "";
    background-color: #fde051;
    height: 6px;
    width: 85px;
    margin-top: 20px;
    display: block;
  }
  .homepage-invest .invest-row .invest-left h2 {
    color: #fff;
  }
  .homepage-invest .invest-row .invest-left .grid-col-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 50px;
  }
  .homepage-invest .invest-row .invest-left .grid-col-3 h3 {
    font-size: 50px;
    color: white;
    line-height: 1;
  }
  .homepage-invest .invest-row .invest-left .grid-col-3 p {
    font-size: 1.125em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
    font-weight: 400;
  }
  .homepage-invest .invest-row .invest-left .social-wrap {
    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: 34px;
  }
  .homepage-invest .invest-row .invest-left .social-wrap .social-icon-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
    color: #fff;
    padding-right: 20px;
  }
  .homepage-invest .invest-row .invest-left .social-wrap .social-icon-row a {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
  }
  .homepage-invest .invest-row .invest-right {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-invest {
    padding-bottom: 54px;
  }
  .homepage-invest .invest-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
  .homepage-invest .invest-row .invest-left .grid-col-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
  }
  .homepage-invest .invest-row .invest-left .grid-col-3 h3 {
    font-size: 38px;
    color: white;
    line-height: 1;
  }
  .homepage-invest .invest-row .invest-left .grid-col-3 p {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
    font-weight: 400;
  }
}

.feature-report {
  background: white;
  padding: 60px 0;
}
.feature-report .sub-heading {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 25px;
}
.feature-report .reports-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.feature-report .reports-grid .report-card:hover .reports-details {
  color: #013a5d;
}
.feature-report .reports-grid .report-card:hover .reports-img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.feature-report .reports-grid .reports-img-wrap {
  border: 1px solid #707070;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 231/306;
}
.feature-report .reports-grid .reports-img-wrap img,
.feature-report .reports-grid .reports-img-wrap a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature-report .reports-grid .reports-details p {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.325;
  margin: 0;
  margin-bottom: 6px;
}
.feature-report .reports-grid .reports-details .repo-label {
  font-size: 16px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003a5d;
  background: #e5ebee;
  padding: 2px 14px;
}
.feature-report .reports-grid .reports-details .repo-label span {
  color: #003a5d;
  font-weight: 600;
  font-style: italic;
}
.feature-report .reports-grid .reports-details .repo-label a {
  border-bottom: 1px solid transparent;
}
.feature-report .reports-grid .reports-details .repo-label a:hover {
  border-bottom-color: #003a5d;
}
@media only screen and (max-width: 1024px) {
  .feature-report .reports-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }
  .feature-report .reports-grid .reports-img-wrap {
    border: 1px solid #707070;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .feature-report .reports-grid .reports-img-wrap img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .feature-report .reports-grid .reports-details p {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.625;
    margin: 0;
    margin-bottom: 6px;
  }
  .feature-report .reports-grid .reports-details .repo-label {
    font-size: 16px;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #003a5d;
    background: #e5ebee;
    padding: 2px 14px;
  }
  .feature-report .reports-grid .reports-details .repo-label span {
    color: #003a5d;
    font-weight: 600;
    font-style: italic;
  }
}
@media only screen and (max-width: 768px) {
  .feature-report .reports-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .feature-report .reports-grid .reports-details p {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.625;
    margin: 0;
    margin-bottom: 6px;
  }
  .feature-report .reports-grid .reports-details .repo-label {
    font-size: 16px;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #003a5d;
    background: #e5ebee;
    padding: 2px 14px;
  }
  .feature-report .reports-grid .reports-details .repo-label span {
    color: #003a5d;
    font-weight: 600;
    font-style: italic;
  }
}
@media only screen and (max-width: 480px) {
  .feature-report .reports-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .feature-report .reports-grid .reports-details p {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 6px;
  }
  .feature-report .reports-grid .reports-details .repo-label {
    font-size: 14px;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #003a5d;
    background: #e5ebee;
    padding: 2px 14px;
  }
  .feature-report .reports-grid .reports-details .repo-label span {
    color: #003a5d;
    font-weight: 600;
    font-style: italic;
  }
}

.section__related--content h2:before {
  content: "";
  height: 3px;
  width: 60px;
  margin-bottom: 25px;
  display: none !important;
}

.section--spotlight {
  background: #fde052;
  padding-top: 120px;
  margin-bottom: 190px;
}
.section--spotlight .spotlight-bottom {
  margin-bottom: -94px;
}
.section--spotlight h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 25px;
}
.section--spotlight .grid-spotlight {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 1fr 34px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}
.section--spotlight .grid-spotlight .spotlight--card {
  border: 1px solid #707070;
  padding: 37px 36px 27px;
  background: #fff;
}
.section--spotlight .grid-spotlight .spotlight--card .profile--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.section--spotlight .grid-spotlight .spotlight--card .profile--wrap h3 {
  font-size: 1.13em;
  line-height: 1;
  font-weight: 700;
  color: #333132;
  margin-bottom: 6px;
}
.section--spotlight .grid-spotlight .spotlight--card .profile--wrap p {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  color: #555;
}
.section--spotlight .grid-spotlight .spotlight--card .line--split {
  width: 40px;
  height: 1px;
  background: #a0a0a0;
  margin: 28px auto;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlight--avtar {
  max-width: 98px;
  width: 100%;
  height: 98px;
  border-radius: 100px;
  border: 2px solid #e5ebee;
  border-radius: 50%;
  overflow: hidden;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlit--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlit--content p {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 700;
  color: #333132;
  margin-bottom: 6px;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlit--content a {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.625;
  display: inline-block;
  border: none;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlit--content a:hover {
  text-decoration: underline;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlit--content a:hover p {
  color: #013a5d !important;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlight--center {
  text-align: center;
  margin-top: 30px;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn {
  background: #e5ebee;
  padding: 2px 16px;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn span {
  font-weight: 700;
  font-style: italic;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn i {
  margin-left: 8px;
}
.section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .section--spotlight .spotlight-bottom {
    margin-bottom: -94px;
  }
  .section--spotlight h2 {
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 25px;
  }
  .section--spotlight .grid-spotlight {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
  }
  .section--spotlight .grid-spotlight .spotlight--card {
    padding: 30px 24px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .profile--wrap {
    gap: 16px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--avtar {
    max-width: 58px;
    width: 100%;
    height: 58px;
    border-radius: 100px;
    border: 2px solid #e5ebee;
  }
}
@media only screen and (max-width: 768px) {
  .section--spotlight {
    padding: 58px 0;
    margin-bottom: 0px;
  }
  .section--spotlight .spotlight-bottom {
    margin-bottom: 0px;
  }
  .section--spotlight h2 {
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 25px;
  }
  .section--spotlight .grid-spotlight {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .section--spotlight .grid-spotlight .spotlight--card {
    padding: 30px 20px;
    background: #fff;
  }
  .section--spotlight .grid-spotlight .spotlight--card .profile--wrap {
    gap: 12px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .line--split {
    width: 40px;
    height: 1px;
    background: #a0a0a0;
    margin: 28px auto;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--avtar {
    max-width: 58px;
    width: 100%;
    height: 58px;
    border-radius: 100px;
    border: 2px solid #e5ebee;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content p {
    font-size: 1.125em;
    line-height: 1.2;
    font-weight: 700;
    color: #333132;
    margin-bottom: 6px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content a {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.625;
    border-bottom-color: transparent;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content a:hover {
    border-bottom-color: #013a5d;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center {
    text-align: center;
    margin-top: 30px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn {
    background: #e5ebee;
    padding: 2px 16px;
    border: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn span {
    font-weight: 700;
    font-style: italic;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn i {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .section--spotlight {
    padding: 58px 0;
  }
  .section--spotlight .spotlight-bottom {
    margin-bottom: 0px;
  }
  .section--spotlight h2 {
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 25px;
  }
  .section--spotlight .grid-spotlight {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .section--spotlight .grid-spotlight .spotlight--card {
    padding: 30px 20px;
    background: #fff;
  }
  .section--spotlight .grid-spotlight .spotlight--card .profile--wrap {
    gap: 12px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .line--split {
    width: 40px;
    height: 1px;
    background: #a0a0a0;
    margin: 28px auto;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--avtar {
    max-width: 58px;
    width: 100%;
    height: 58px;
    border-radius: 100px;
    border: 2px solid #e5ebee;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content p {
    font-size: 1.125em;
    line-height: 1.2;
    font-weight: 700;
    color: #333132;
    margin-bottom: 6px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content a {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.625;
    border-bottom-color: transparent;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlit--content a:hover {
    border-bottom-color: #013a5d;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center {
    text-align: center;
    margin-top: 30px;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn {
    background: #e5ebee;
    padding: 2px 16px;
    border: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn span {
    font-weight: 700;
    font-style: italic;
  }
  .section--spotlight .grid-spotlight .spotlight--card .spotlight--center .link-btn i {
    margin-left: 8px;
  }
}

.section--engines {
  padding: 100px 0;
}
.section--engines .homeoage-hero-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.section--engines .homeoage-hero-wrap .hero-left-contain {
  max-width: 35%;
  width: 100%;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details h4 {
  color: #333132;
  font-weight: 700;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details p {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 600;
  color: #555;
  margin-bottom: 16px;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details .contain-links {
  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;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details .contain-links a {
  font-weight: bold;
  border-color: transparent;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details .contain-links a:hover {
  border-color: #013a5d;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details .contain-links .author-link {
  border-bottom: 0;
  font-weight: 400;
}
.section--engines .homeoage-hero-wrap .hero-left-contain .contain-vertical .contain-details .contain-links .author-link span {
  font-weight: bold;
  font-style: italic;
}
.section--engines .homeoage-hero-wrap .hero-right-contain {
  max-width: 60%;
  width: 100%;
}

.hero-testimonial {
  padding: 60px 0 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-testimonial .testimonial-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-testimonial .testimonial-wrap .testimonial-left {
  max-width: 376px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-left-wrap {
  width: 100%;
  padding: 40px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-height: 415px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-left-wrap::-webkit-scrollbar {
  display: none;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 376px;
  height: 60px;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.8784313725)), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8784313725) 48%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content h3 {
  margin-bottom: 14px;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content p {
  color: #333132;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content a {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.625;
  border-bottom-color: transparent;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content a:hover {
  border-bottom-color: #013a5d;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content .testimonila-author {
  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;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content .testimonila-author p {
  color: #003a5d;
}
.hero-testimonial .testimonial-wrap .testimonial-left .testimonial-content .testimonila-author p span {
  font-weight: 700;
  font-style: italic;
}
.hero-testimonial .testimonial-wrap .testimonial-left .repo-label {
  font-size: 16px;
  font-weight: 400 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003a5d;
  background: #e5ebee;
  padding: 2px 14px;
  line-height: 1.325;
  margin-bottom: 0;
}
.hero-testimonial .testimonial-wrap .testimonial-left .repo-label a {
  font-weight: 400 !important;
}
.hero-testimonial .testimonial-wrap .testimonial-right {
  margin-bottom: -60px;
  width: 100%;
  max-width: 772px;
  position: relative;
}
.hero-testimonial .testimonial-wrap .testimonial-right .progress-bar-bg {
  width: 100%;
  height: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.hero-testimonial .testimonial-wrap .testimonial-right .progress-bar-bg .progress-bar-fill {
  width: 0%;
  background: #003a5d;
  position: absolute;
  z-index: 1;
  height: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.hero-testimonial .testimonial-wrap .testimonial-right .progress-bar-bg .progress-bar-fill.auto-progress {
  -webkit-transition: width 5s linear;
  transition: width 5s linear;
}
.hero-testimonial .testimonial-wrap .testimonial-right .progress-bar-bg .progress-bar-fill.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider {
  position: relative;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-list {
  padding: 0 !important;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-prev {
  left: -60px !important;
  background: transparent !important;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-next {
  right: -60px !important;
  background: transparent !important;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-prev:before,
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-next:before {
  font-size: 54px !important;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .testimonial-image-wrap {
  position: relative;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .testimonial-image-wrap img {
  width: 100%;
  height: 100%;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .testimonial-image-wrap .tag-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .testimonial-image-wrap .tag-wrapper {
    display: none;
  }
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .testimonial-image-wrap .tag-testimonial {
  display: inline-block;
  background: #fde051;
  color: #003a5d;
  padding: 8px 10px 8px 25px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 none;
  font-size: 0.65em;
  position: relative;
  margin-bottom: 5px;
}
.hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .testimonial-image-wrap .tag-testimonial::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  color: #da2128;
  position: absolute;
  left: 10px;
  top: 48%;
  font-size: 7px;
  line-height: 1;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}
@media only screen and (max-width: 1024px) {
  .hero-testimonial .testimonial-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero-testimonial .testimonial-wrap .testimonial-left {
    max-width: 100%;
  }
  .hero-testimonial .testimonial-wrap .testimonial-left .testimonial-layer {
    width: 100%;
    height: 100px;
  }
  .hero-testimonial .testimonial-wrap .testimonial-right {
    max-width: 100%;
    margin-bottom: -30px;
  }
  .hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-prev {
    left: -15px !important;
    background: #fde051 !important;
  }
  .hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-next {
    right: -15px !important;
    background: #fde051 !important;
  }
  .hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-prev:before,
  .hero-testimonial .testimonial-wrap .testimonial-right .testimonial-slider .slick-next:before {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-testimonial {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-testimonial {
    padding-top: 0px;
  }
}

.header {
  position: relative;
}
.header a.profile-button {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  border-bottom: 0 none;
  margin-right: 20px;
}
.header a.profile-button:hover, .header a.profile-button:focus, .header a.profile-button:active {
  color: #003a5d;
}

.img-post img {
  height: 160px;
}
@media only screen and (max-width: 640px) {
  .img-post img {
    height: 90px;
  }
}

.newsletter-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsletter-popup__detail {
  position: relative;
  margin: 40px 30px;
  border-radius: 2px;
  text-align: left;
}
.newsletter-popup__detail .has-icon {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.newsletter-popup__detail .form__input {
  background-color: transparent;
  color: black;
}
@media screen and (max-width: 640px) {
  .newsletter-popup__detail .form__input {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-popup__detail .form__group--inline-button .button {
    position: initial;
    margin-top: 10px;
  }
}
.newsletter-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  width: 90%;
  border-radius: 2px;
  max-width: 430px;
  text-align: center;
}
.newsletter-popup .close {
  color: #aaa;
  float: right;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: -27px;
  right: -15px;
}
.newsletter-popup .close:hover i::before, .newsletter-popup .close:focus i::before {
  color: black;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.newsletter-popup .close:hover, .newsletter-popup .close:focus {
  cursor: pointer;
}

.utility-mobile {
  margin-bottom: 50px;
}

.related__content--topics .repo-label {
  font-size: 16px;
  font-weight: 400 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003a5d;
  background: #e5ebee;
  padding: 2px 14px;
  line-height: 1.325;
  margin-bottom: 0;
  margin-top: 10px;
}