/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \**********************************************************************************************************/
*:focus {
  outline-color: #1B8F45 !important;
  outline-width: 1px !important;
  outline-style: auto !important;
}

.tooltip-trigger:focus .tooltip-textbox {
  opacity: 1;
  visibility: visible;
}

.success_story-template h2, .success_story-template-default h2 {
  font-size: 75px;
}
@media only screen and (max-width: 1440px) {
  .success_story-template h2, .success_story-template-default h2 {
    font-size: 62px;
  }
}
.success_story-template .entry h3, .success_story-template .section-text-25 h3, .success_story-template-default .entry h3, .success_story-template-default .section-text-25 h3 {
  font-size: 45px;
}
@media only screen and (max-width: 1440px) {
  .success_story-template .entry h3, .success_story-template .section-text-25 h3, .success_story-template-default .entry h3, .success_story-template-default .section-text-25 h3 {
    font-size: 38px;
  }
}
.success_story-template .section-text-25 h3, .success_story-template-default .section-text-25 h3 {
  font-weight: 400;
  margin-bottom: 30px;
}

.post-type-archive-success_story h2 {
  font-size: 45px;
}
@media only screen and (max-width: 1440px) {
  .post-type-archive-success_story h2 {
    font-size: 38px;
  }
}

.page-template-tp-master .entry h3 {
  font-size: 45px;
}
@media only screen and (max-width: 1440px) {
  .page-template-tp-master .entry h3 {
    font-size: 38px;
  }
}
.page-template-tp-master .entry h4 {
  font-size: 35px;
}
@media only screen and (max-width: 1440px) {
  .page-template-tp-master .entry h4 {
    font-size: 28px;
  }
}

.single-blog h3, .single-new h3 {
  font-size: 35px;
}

.new-featured-cta {
  max-width: 1410px;
}

.new-cta-section {
  padding: 60px 0;
}

.new-cta-hold {
  border-radius: 30px;
  padding: 60px 100px;
}
@media (max-width: 1336px) {
  .new-cta-hold {
    padding: 60px 80px;
  }
}
@media (max-width: 768px) {
  .new-cta-hold {
    padding: 36px 20px 40px;
  }
}

.new-cta-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .new-cta-header {
    flex-direction: column;
    gap: 20px;
  }
}

.new-cta-header-title {
  flex: 0 0 auto;
  max-width: 45%;
}
@media screen and (max-width: 1024px) {
  .new-cta-header-title {
    max-width: 100%;
  }
}
.new-cta-header-title h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .new-cta-header-title h3 {
    font-size: 30px;
    font-weight: 400;
  }
}

.new-cta-header-desc {
  flex: 1;
  max-width: 43%;
}
@media screen and (max-width: 1024px) {
  .new-cta-header-desc {
    max-width: 100%;
  }
}
.new-cta-header-desc p {
  margin: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .new-cta-header-desc p {
    font-size: 20px;
    line-height: 1.2;
  }
}

.new-cta-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .new-cta-links {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 940px) {
  .new-cta-links {
    flex-direction: column;
  }
}

.new-cta-link-card {
  flex: 1;
  min-width: 220px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 30px 30px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .new-cta-link-card {
    min-width: unset;
    padding: 24px;
  }
}
.new-cta-link-card svg path {
  transition: all 0.2s ease;
}
.new-cta-link-card:hover {
  background: #fff;
  border-color: #fff;
  text-decoration: none;
}
.new-cta-link-card:hover svg path {
  stroke: #000;
}
.new-cta-link-card:hover .new-cta-link-number {
  color: var(--new-cta-bg);
}

.new-cta-link-number {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .new-cta-link-number {
    display: none;
  }
}

.new-cta-link-wrapper span {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
  max-width: calc(100% - 26px);
}
@media screen and (max-width: 768px) {
  .new-cta-link-wrapper span {
    margin-bottom: 0;
    max-width: 80%;
    display: inline;
  }
}
@media screen and (max-width: 1336px) {
  .new-cta-link-wrapper span {
    font-size: 22px;
    line-height: 27px;
  }
}

.new-cta-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 768px) {
  .new-cta-arrow {
    right: 24px;
  }
}

.new-cta-link-desc {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 1336px) {
  .new-cta-link-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .new-cta-link-desc {
    max-width: 100%;
    display: none;
  }
}

.home-anim-object-hold.change-color.change-pos.grey-change.last-change {
  transform: translateY(0px) !important;
}
