:root {
  --newspacing: clamp(60px, 8.333333333333334vw, 160px);
  --font-size-h1: clamp(43px, 4.6875vw, 90px);
  --font-size-h2: clamp(29.333333333333332px, 2.2916666666666665vw, 44px);
  --font-size: clamp(15px, 1.3020833333333333vw, 25px);
  --font-size-sm: clamp(15px, 1.0416666666666667vw, 20px);
  --font-size-md: clamp(15px, 1.1458333333333333vw, 22px);
  --font-size-lg: clamp(18px, 1.40625vw, 27px);
}

.page-template-page-2025 .e-con>.e-con-inner,
.page-template-page-2025 .elementor-container,
.page-template-page-2025 .container {
  max-width: 1350px !important;
}

.pt-sm { padding-top: calc(var(--newspacing) / 2) !important; }
.pb-sm { padding-bottom: calc(var(--newspacing) / 2) !important; }

#newHero {
  height: calc(100vh);
  min-height: calc(100vh);
  max-height: calc(100vh);
  padding: 75px 30px 115px;
}

.admin-bar #newHero {
  height: calc(100vh - 32px) !important;
  min-height: calc(100vh - 32px) !important;
  max-height: calc(100vh - 32px) !important;
}

#newHero .e-con-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

#newHero h1 {
  margin: 0 !important;
  font-size: var(--font-size-h1);
  line-height: 1;
  width: 1000px;
  max-width: 100%;
}

#newHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 9999;
  padding: clamp(50px, 3.90625vw, 75px) 30px;
  box-shadow: 0 0 15px rgba(255,255,255,0);
  background-color: transparent;
  transition: all 0.3s;
}

#newHeader.dark {
  box-shadow: 0 0 15px rgba(0,0,0,0);
}

.admin-bar #newHeader {
  top: 32px !important;
}

#newHeader .elementor-container {
  max-width: 1600px !important;
}

#newHeader.active {
  padding: 20px 30px;
  box-shadow: 0 0 15px rgba(255,255,255,0.15);
  background-color: #152550;
  transition: all 0.3s;
}

#newHeader.dark.active {
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  background-color: #FFF;
  transition: all 0.3s;
}

#newHeader .elementor-item, #newHeader .elementor-icon i, #newHeader .elementor-icon svg {
  color: #FFF;
  transition: all 0.3s;
}

#newHeader.dark .elementor-item, #newHeader.dark .elementor-icon i, #newHeader.dark .elementor-icon svg {
  color: #152550;
  transition: all 0.3s;
}

#newHeader .elementor-item:hover,
#newHeader .elementor-item:focus {
  color: #152550;
  transition: all 0.3s;
}

#newHeader.active .elementor-item:hover, #newHeader.active .elementor-item:focus {
  color: #f58545;
  transition: all 0.3s;
}

.intro-paragraph.new p {
  font-size: var(--font-size) !important;
}

#flowChart.section-white > .e-con-inner {
  background-color: #EEEEF0;
  border-radius: 42px;
  padding: clamp(66.66666666666667px, 5.208333333333333vw, 100px) 30px clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
}

#flowChart .fc-main-img .elementor-icon-box-wrapper {
  grid-gap: 8px !important;
}

#flowChart .fc-main-img {
  margin: 0 0 10px !important;
}

#flowChart .fc-main-img .elementor-icon {
  display: block;
  height: 53px;
  width: max-content;
  margin: 0 auto;
}

#flowChart .fc-main-img .elementor-icon svg {
  display: block;
  height: 53px;
  width: auto;
  max-width: 64px;
}

#flowChart .elementor-icon-box-title {
  margin: 0;
  font-size: var(--font-size);
  font-weight: 500;
  color: #707070;
}

#flowChart .fc-flow {
  margin: 0 0 20px !important;
}

#flowChart .fc-flow .elementor-icon {
  display: block;
  height: 31px;
  width: 100%;
  margin: 0;
}

#flowChart .fc-flow .elementor-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

#flowChart .fc-grid {
  height: 405px;
}

#flowChart .fc-grid .fc-grid-item {
  display: flex;
  flex-direction: column;
}

#flowChart .fc-grid .fc-grid-item .elementor-icon {
  display: block;
  width: 100%;
  height: 55px;
}

#flowChart .fc-grid .fc-grid-item .elementor-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
}

#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
  margin: 0 0 20px;
}

#flowChart .fc-grid .fc-grid-item:not(.withtext) .elementor-widget-image-box {
  margin-top: auto;
}

#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box .elementor-image-box-img {
  display: block;
  width: 100%;
  height: 115px;
  border-radius: 19px;
  overflow: hidden;
}

#flowChart .fc-grid .fc-grid-item .elementor-image-box-title a {
  display: block;
  width: 100%;
  height: 100%;
}

#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box .elementor-image-box-img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#flowChart .fc-grid .fc-grid-item p {
  font-size: var(--font-size-md);
}

#flowChart .fc-grid .fc-grid-item .elementor-image-box-title {
  font-size: var(--font-size-sm);
}

#flowChart .fc-grid .fc-grid-item p,
#flowChart .fc-grid .fc-grid-item .elementor-image-box-title {
  color: #08102E;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 !important;
}

#flowChart .fc-grid .fc-grid-item .elementor-image-box-title a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 80px;
}

#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box * {
  transition: all 0.3s;
}

#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box:hover *,
#flowChart .fc-grid .fc-grid-item .elementor-widget-image-box:focus * {
  opacity: 0.90;
  transition: all 0.3s;
}

#flowChart .fc-grid .fc-grid-item.withtext .elementor-widget-text-editor {
  margin-top: auto;
}

.section-heading h2 {
  font-size: var(--font-size-h2);
  font-weight: 500;
  color: #FFF;
  line-height: 1.2;
  width: 988px;
  max-width: 100%;
  margin: 0 auto calc(var(--newspacing) / 2);
}

#fourByFour .fbf-card {
  display: flex;
  flex-direction: column;
}

#fourByFour .fbf-card .elementor-image-box-img {
  display: block;
  width: 100%;
  height: clamp(203.33333333333334px, 15.885416666666666vw, 305px);
}

#fourByFour .fbf-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fourByFour .fbf-card .elementor-image-box-title {
  margin: 0;
  font-size: var(--font-size);
  color: #FFF;
  line-height: 1.2;
}

#fourByFour .fbf-card .elementor-button-info {
  margin-top: auto;
}

html #fourByFour .fbf-card .elementor-element.elementor-button-info .elementor-button {
  background-color: transparent !important;
  color: #FFF !important;
  border: 3px solid #FFF !important;
  font-size: var(--font-size) !important;
  padding: clamp(14px, 1.09375vw, 21px) clamp(24px, 3.8020833333333335vw, 73px) !important;
}

html #fourByFour .fbf-card .elementor-element.elementor-button-info .elementor-button:hover,
html #fourByFour .fbf-card .elementor-element.elementor-button-info .elementor-button:focus {
  background: var(--purple) !important;
  border-color: var(--purple) !important;
  color: #fff !important;
}

#bottomBanner .bb-content {
  padding: 0 clamp(30px, 9.114583333333334vw, 175px) 0 clamp(30px, 9.895833333333334vw, 190px);
}

#bottomBanner .bb-content p {
  font-size: var(--font-size-lg);
}

#bottomBanner {
  overflow: hidden;
}

html #bottomBanner .bb-content .elementor-widget-button .elementor-button {
  font-size: var(--font-size) !important;
  padding: clamp(14px, 1.09375vw, 21px) clamp(24px, 3.8020833333333335vw, 73px) !important;
}

.img-rounded img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 43px !important;
}

#newHero.dark .e-con-inner {
  justify-content: center;
  max-width: 1600px !important;
}

#newHero.dark h1 {
  color: #152550;
  width: 575px;
  max-width: 100%;
  letter-spacing: -1px;
}

@media (max-width: 1600px) {
  .page-template-page-2025 .pg-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  #bottomBanner .bb-content {
    padding: 30px !important;
  }
  #newHeader, #newHeader.active {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  #flowChart.section-white > .e-con-inner {
    flex-direction: column;
  }
  #flowChart.section-white > .e-con-inner > .elementor-element {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #newHeader, .admin-bar #newHeader {
    top: 0 !important;
  }
  #newHeader, #newHeader.active {
    padding: 20px 0 !important;
    box-shadow: 0 0 15px rgba(255,255,255,0.15) !important;
    background-color: #152550 !important;
    transition: all 0.3s !important;
  }
  #newHeader.dark, #newHeader.dark.active {
    box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
    background-color: #FFF !important;
  }
  #newHeader img {
    margin: 0 !important;
  }
  #flowChart .fc-grid {
    height: auto;
  }
  #flowChart .fc-grid .fc-grid-item .elementor-widget-image-box .elementor-image-box-img {
    width: 300px;
    height: 200px;
  }
  div#bottomBanner .bb-img {
    padding: 200px;
  }
  #newHero, .admin-bar #newHero {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    padding: 75px 30px;
  }
  #newHero h1 {
    text-align: center;
    padding: 0;
  }
  #newHero {
    margin-top: 108px !important;
    position: relative;
  }
  #newHero.dark:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(28,27,27,0.38);
  }
  #newHero.dark h1 {
    color: #FFF;
    letter-spacing: 0;
  }
  .content-img {
    order: -1 !important;
    margin: 0 0 20px !important;
  }
  .center-767 * {
    text-align: center !important;
    
  }
}













