@font-face {
  font-family: 'Acumin Pro BoldItalic';
  src: url('../fonts/acumin-pro/AcuminPro-BoldItalic.eot');
  src: url('../fonts/acumin-pro/AcuminPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {

  src: url('../fonts/acumin-pro/AcuminPro-Bold.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Bold.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Bold.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Bold.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Italic';
  src: url('../fonts/acumin-pro/AcuminPro-Italic.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Italic.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Italic.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Italic.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Italic.svg#AcuminPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Regular';
  src: url('../fonts/acumin-pro/AcuminPro-Regular.eot');
  src: url('../fonts/acumin-pro/AcuminPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/acumin-pro/AcuminPro-Regular.woff2') format('woff2'),
    url('../fonts/acumin-pro/AcuminPro-Regular.woff') format('woff'),
    url('../fonts/acumin-pro/AcuminPro-Regular.ttf') format('truetype'),
    url('../fonts/acumin-pro/AcuminPro-Regular.svg#AcuminPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothicNextLTPro-Rg';
  src: url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.eot');
  src: url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.woff2') format('woff2'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.woff') format('woff'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.ttf') format('truetype'),
    url('../fonts/trade-gothic-next-lt-pro/TradeGothicNextLTPro-Rg.svg#TradeGothicNextLTPro-Rg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.how-work-nav,
.how-work-nav.is-fixed {
  z-index: 100 !important;
}


.how-work-nav.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.commom-sp {
  padding: 90px 0;
}

.accc-overview-page,
.accc-overview-page * {
  box-sizing: border-box;
}

.accc-overview-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-family: 'TradeGothicNextLTPro-Rg';
  color: #757575;
  position: relative;
}

.accc-overview-page section {
  float: left;
  width: 100%;
}

.accc-overview-page img {
  display: block;
  max-width: 100%;
}

.accc-hero {
  background: #113154;
  position: relative;
  padding: 120px 0 60px;
}

.accc-hero__main {
  display: grid;
  align-items: center;
  position: relative;
  min-height: 440px;
  */ grid-template-columns: 48% 52%;

}

.accc-hero__copy {
  padding: 5px 0 40px;
  position: relative;
  z-index: 2;
}

.accc-hero__copy h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-weight: 700;
}


.accc-hero__visual {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 52%;
  right: -10.5%;
  height: 90%;
  bottom: 0;
  margin: auto;
}


.accc-benefit-strip {
  background: #4a4949;
}

.accc-benefit-strip__grid {
  min-height: 140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.accc-benefit {
  padding: 45px 10px;
  color: #fff;
}

.accc-benefit-top {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  margin-bottom: 14px;
}


.accc-benefit:first-child {
  padding-left: 0;
}

.accc-benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.accc-benefit__icon {
  color: #24bfcb;
  width: 58px;
}



.accc-section-heading {
  margin-bottom: 56px;
}

.accc-section-heading--center {
  text-align: center;
}

.accc-orange-rule {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto 20px;
  background: #f36f21;
}


.accc-applications {
  background: #fff;
}

.accc-application-list {
  margin: 0 auto;
  display: grid;
  gap: 65px;
}

.accc-application-row {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 72px;
}

.accc-application-copy {
  padding: 10px 0;
}


.accc-application-copy h3 {
  color: #003054;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 20px;
}

.accc-application-copy p {
  max-width: 450px;
  color: #88888a;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.accc-application-image img {
  width: 100%;
}


.accc-performance {
  position: relative;
  color: #fff;
  background-image: url(../images/performance-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accc-performance::before {
  content: '';
  position: absolute;
  inset: 110px auto auto -10%;
  width: 76%;
  height: 290px;
  opacity: .22;
  transform: skewY(8deg) rotate(-9deg);
  background:
    repeating-linear-gradient(110deg,
      rgba(255, 255, 255, .14) 0,
      rgba(255, 255, 255, .14) 1px,
      transparent 1px,
      transparent 24px);
  pointer-events: none;
}

.accc-performance__top {
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: start;
  position: relative;
  z-index: 1;
}

.accc-performance__copy h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.accc-performance__subtitle {
  color: #fff;
}

.accc-performance__line {
  width: 100%;
  max-width: 69%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, .78);
  margin-bottom: 60px;
}

.accc-performance__feature {
  max-width: 560px;
  margin-bottom: 28px;
}

.accc-performance__feature h3 {
  color: #24bfcb;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 7px;
}

.accc-performance__feature p {
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
}

.accc-performance__visual {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  height: 100%;
  bottom: 0;
  margin: auto;
}

.accc-performance__visual img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.accc-product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}


.accc-product-card-inner {
  min-height: 275px;
  padding: 20px 20px 20px;
  border: 1px solid rgba(255, 255, 255, .28);
  background-color: rgba(255, 255, 255, .07);
}

.accc-tower-icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  padding: 0 22%;
  height: 130px;
}

.accc-product-card-inner h3 {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 5px;
}

.accc-product-card-inner span {
  display: block;
  color: #24bfcb;
  font-size: 14px;
  margin-bottom: 11px;
}


.accc-product-card a {
  color: #24bfcb;
  font-size: 18px;
  position: absolute;
  bottom: 14px;
  text-decoration: none;
}


.accc-case-studies {
  background: #113154;
  color: #fff;
  padding: 56px 0 42px;
}


.accc-validation {
  background: #fff;
}

.accc-validation .accc-section-heading {
  margin-bottom: 42px;
}

.accc-validation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
}

.accc-validation-grid article {
  padding: 0 4px;
}




.accc-project-cta {
  background: #113154;
  text-align: center;
}

.accc-project-cta h2 {
  color: #fff;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-weight: 400;
  font-size: clamp(30px, 3vw, 42px);
  margin-bottom: 24px;
}

.accc-project-cta a {
  display: inline-flex;
  min-width: 190px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  color: #fff;
  background: #f36f21;
  text-decoration: none;

  font-size: 15px;
  transition: background .2s ease;
}

.accc-project-cta a:hover {
  background: #d96517;
  color: #fff;
}


.accc-overview-page h1,
.accc-overview-page h2,
.accc-overview-page h3 {
  font-family: 'TradeGothicNextLTPro-Rg';
}


.accc-hero__copy h1 {
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.accc-hero__copy h2 {
  color: #24bfcb;
  font-size: 24px;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-weight: 400;
  margin-bottom: 30px;
}

.accc-hero__copy p {
  max-width: 450px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.accc-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accc-benefit h3 {
  font-size: 24px;
  line-height: 1.3;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-weight: bold;
}

.accc-content {
  padding: 0 20px 0 18px;
}

.accc-benefit p {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

.accc-section-heading h2 {
  color: #003054;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.accc-section-heading p {
  max-width: 960px;
  color: #757575;
  font-size: 20px;
  line-height: 30px;
  margin: auto;
}

.accc-eyebrow {
  line-height: 1;
  margin-bottom: 14px;
  color: #24bfcb;
  font-size: 22px;
  font-weight: 600;
}


.accc-application-copy p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
}

.accc-application-copy a {
  color: #005da6;
  font-size: 21px;
  text-decoration: none;
  font-weight: 600;
}

.accc-application-image img {
  width: 100%;
}


.accc-product-card-inner h3 {

  font-size: 24px;
}

.accc-product-card-inner span {
  color: #24bfcb;
  font-size: 16px;
}

.accc-product-card-inner p {
  color: rgba(255, 255, 255, .91);
  font-size: 18px;
  line-height: 26px;
}

.accc-product-card a {
  color: #24bfcb;
  font-size: 16px;
}


.accc-case-studies {
  background: #113154;
}

.accc-validation-grid h3 {
  color: #003054;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 18px;
  min-height: 56px;
}

.accc-validation-grid p {
  color: #757575;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}


.accc-project-cta {
  background: #113154;
}

.accc-project-cta h2 {
  color: #fff;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 18px;
}

.accc-project-cta a {
  min-width: auto;
  padding: 10px 48px;
  border-radius: 4px;
  background: #f36f21;
  color: #fff;

  font-size: 20px;
  font-weight: 700;
}

.how-work-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  float: left;
  background: #343434;
  padding: 10px 0;
}


.how-work-nav ul li .nav-link {
  color: #ffffff;
  background: transparent !important;
  text-decoration: none;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  transition: .3s ease;
  display: inline-block;
  padding: 0 10px 3px;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.how-work-nav ul li .nav-link:hover,
.how-work-nav ul li .nav-link.active,
.how-work-nav .nav-link.active,
.how-work-nav .nav-link:hover,
.how-work-nav .nav-link:focus {
  color: #24bfcb !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}


.how-work-nav ul li .nav-link:hover::after,
.how-work-nav ul li .nav-link.active::after {
  width: 100%;
}

.accc-tab-content {
  float: left;
  width: 100%;
}

.accc-tab-content>.tab-pane {
  width: 100%;
}




.how-work-nav {
  position: relative;
  z-index: 100 !important;
  width: 100%;
}

.how-work-nav.is-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.how-work-nav-placeholder {
  display: none;
  width: 100%;
}

.how-work-nav-placeholder.active {
  display: block;
}

.accc-benefit-strip {
  background: #4a4949;
}


.accc-eyebrow,
.accc-product-card-inner span,
.accc-product-card a,
.accc-performance__feature h3 {
  color: #24bfcb;
}

.accc-orange-rule,
.section-orange-line {
  background: #f36f21;
}

.accc-section-heading h2,
.accc-validation .accc-section-heading h2 {
  font-size: 50px;
  line-height: 1.2;
}


.accc-case-studies {
  position: relative;
  width: 100%;
  padding: 90px 0 70px;
  background: #113154;
  color: #ffffff;
  overflow: hidden;
}


.accc-critical-slider-section {
  width: 100%;
  background: #113154;
  color: #ffffff;
  overflow: hidden;
}


.accc-critical-slider {
  width: 100%;
  position: relative;
}

.accc-critical-slider .owl-stage-outer {
  overflow: hidden;
}

.accc-critical-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.accc-critical-slider .owl-item {
  display: flex;
  align-items: stretch;
}

.accc-critical-slider .owl-item>.accc-critical-slide {
  width: 100%;
}

.accc-critical-slide {
  width: 100%;
  min-height: 440px;
  padding: 0 15px;
  color: #ffffff;
}

.accc-critical-slide__title {
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.accc-critical-slide__body {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  width: 100%;
}

.accc-critical-slide-top {
  display: grid;
  grid-template-columns: 65% 35%;
  width: 100%;
  margin-bottom: 15px;
}

.accc-critical-slide__content {
  padding-right: 30px;
}

.accc-critical-copy-block {
  margin-bottom: 16px;
}

.accc-critical-copy-block:last-child {
  margin-bottom: 0;
}

.accc-critical-copy-block h3 {
  margin: 0 0 8x;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.accc-critical-copy-block p {
  margin: 0;
  color: #ffffff;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}


.accc-critical-slide__map {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  margin-top: 20px;
}

.accc-critical-slide__map img {
  width: 118px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


.accc-critical-slide__image {
  width: 100%;
  overflow: hidden;
}

.accc-critical-slide__image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}


.accc-critical-slider.owl-theme .owl-nav {
  display: none !important;
}

.accc-critical-slider.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 0;
  line-height: 1;
}

.accc-critical-slider.owl-theme .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
}

.accc-critical-slider.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: transparent;
  transition: .25s ease;
}

.accc-critical-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border-color: #ffffff;
}


.accc-critical-slider .owl-prev,
.accc-critical-slider .owl-next {
  display: none !important;
}

.how-work-nav.accc-top-tabs.is-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100 !important;
  background: #343434;
}


.how-work-nav.accc-top-tabs ul li {
  margin: 0;
  padding: 0;
}

.how-work-nav.accc-top-tabs ul li .nav-link,
.how-work-nav.accc-top-tabs ul li a.nav-link {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  padding: 8px 22px 7px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.how-work-nav.accc-top-tabs ul li .nav-link:hover,
.how-work-nav.accc-top-tabs ul li .nav-link:focus,
.how-work-nav.accc-top-tabs ul li .nav-link.active,
.how-work-nav.accc-top-tabs .nav-link.active {
  color: #ffffff !important;
  background: transparent !important;
}

.how-work-nav.accc-top-tabs ul li .nav-link.active::after,
.how-work-nav.accc-top-tabs ul li .nav-link:hover::after {
  width: auto;
  background: #24bfcb;
}

.how-work-nav.accc-top-tabs .accc-contact-nav-item {
  margin-left: 2px;
}

.how-work-nav.accc-top-tabs .accc-contact-link,
.how-work-nav.accc-top-tabs .accc-contact-link:hover,
.how-work-nav.accc-top-tabs .accc-contact-link:focus {
  color: #24bfcb !important;
}

.how-work-nav.accc-top-tabs .accc-contact-link::after {
  display: none;
}

.accc-coming-soon {
  width: 100%;
  min-height: 620px;
  padding: 110px 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.accc-coming-soon__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.accc-coming-soon__inner .section-orange-line {
  margin-bottom: 20px;
}

.accc-coming-soon__eyebrow {
  margin: 0 0 12px;
  color: #005da6;

  font-size: 18px;
  line-height: 1.2;
}

.accc-coming-soon__inner .section-main-title {
  margin-bottom: 20px;
  color: #003054;
  font-size: 50px;
  line-height: 1.12;
}

.accc-coming-soon__text {
  max-width: 680px;
  margin: 0 auto 28px;
  color: #757575;
  font-size: 20px;
  line-height: 30px;
}

.accc-coming-soon__button {
  display: inline-block;
  padding: 10px 42px;
  border-radius: 4px;
  background: #f36f21;
  color: #ffffff;

  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: background .25s ease;
}

.accc-coming-soon__button:hover {
  background: #d95c0f;
  color: #ffffff;
}


.how-work-nav.accc-top-tabs {
  background: #343434;
  padding: 10px 0;
  width: 100%;
  position: relative;
  z-index: 100 !important;
}


.how-work-nav.accc-top-tabs ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.how-work-nav.accc-top-tabs ul li {
  position: relative;
}

.how-work-nav.accc-top-tabs ul li .nav-link,
.how-work-nav.accc-top-tabs ul li a.nav-link {
  color: #ffffff !important;
  background: transparent !important;
  text-decoration: none;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 18px !important;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: .3s ease;
  display: inline-block;
  min-width: 0;
  margin: 0;
  padding: 0 10px 3px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.how-work-nav.accc-top-tabs ul li .nav-link:hover,
.how-work-nav.accc-top-tabs ul li .nav-link.active,
.how-work-nav.accc-top-tabs .nav-link.active {
  color: #24bfcb !important;
  background: transparent !important;
  border-color: transparent !important;
}

.how-work-nav.accc-top-tabs ul li::after {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #24bfcb;
  transition: .3s ease;
}

.how-work-nav.accc-top-tabs ul li:hover::after,
.how-work-nav.accc-top-tabs ul li.active::after {
  width: 100%;
}

.how-work-nav.accc-top-tabs .accc-contact-link,
.how-work-nav.accc-top-tabs .accc-contact-link:hover,
.how-work-nav.accc-top-tabs .accc-contact-link:focus {
  color: #24bfcb !important;
  font-size: 18px !important;
  padding: 0 10px 3px !important;
}

.how-work-nav.accc-top-tabs .accc-contact-link::after {
  display: none !important;
}


/* =========================================================
   RESPONSIVE CSS
========================================================= */


@media (max-width: 2100px) {
  .accc-hero__visual {
    right: -5.5%;
  }
}

@media (max-width: 1920px) {
  .accc-hero__visual {
    right: -4.5%;
  }
}


@media (max-width: 1800px) {
  .accc-hero__visual {
    right: -3.5%;
  }
}


@media (max-width: 1700px) {
  .accc-hero__visual {
    right: -1.5%;
  }
}


@media (max-width: 1500px) {
  .accc-hero__visual {
    width: 48%;
    right: -1%;
    height: 100%;
  }

  .accc-benefit h3 {
    font-size: 21px;
  }

  .accc-hero {
    padding: 40px 0 40px;
  }
}


@media (max-width: 1199.98px) {
  .commom-sp {
    padding: 75px 0;
  }

  .accc-hero {
    padding: 30px 0 10px;
  }

  .accc-hero__copy h1 {
    font-size: 42px;
  }

  .accc-hero__copy h2 {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .accc-hero__copy p {
    font-size: 18px !important;
  }

  .accc-hero__visual {
    right: -6%;
    width: 52%;
  }

  .accc-content {
    padding: 0 7px 0 6px;
  }

  .accc-benefit {
    padding: 35px 0px;
  }

  .accc-benefit h3 {
    font-size: 20px;
  }

  .accc-benefit__icon {
    width: 50px;
  }

  .accc-benefit-top {
    gap: 5px;
    min-height: 80px;
  }

  .accc-benefit p {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .accc-section-heading h2,
  .accc-validation .accc-section-heading h2 {
    font-size: 44px;
  }

  .accc-section-heading p {
    font-size: 18px !important;
    line-height: 28px;
  }

  .accc-application-row {
    gap: 45px;
  }

  .accc-application-copy h3 {
    font-size: 36px;
  }

  .accc-application-copy p {
    font-size: 18px !important;
    line-height: 28px;
  }

  .accc-performance__copy h2 {
    font-size: 42px;
  }

  .accc-performance__line {
    margin-bottom: 42px;
  }

  .accc-performance__feature h3 {
    font-size: 20px;
  }

  .accc-performance__feature p {
    font-size: 17px !important;
  }

  .accc-product-grid {
    gap: 15px;
  }

  .accc-product-card-inner {
    padding: 18px;
    min-height: 285px;
  }

  .accc-product-card-inner p {
    font-size: 16px !important;
    line-height: 24px;
  }

  .accc-validation-grid {
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .commom-sp {
    padding: 60px 0;
  }

  .how-work-nav.accc-top-tabs ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 22px;
  }

  .how-work-nav.accc-top-tabs ul li .nav-link,
  .how-work-nav.accc-top-tabs ul li a.nav-link {
    font-size: 17px !important;
    padding: 0 8px 3px !important;
  }

  .accc-hero {
    padding: 55px 0 0;
  }

  .accc-hero__main {
    display: block;
    min-height: 0;
  }

  .accc-hero__copy {
    width: 100%;
    padding: 35px 0 30px;
    text-align: center;
  }

  .accc-hero__copy h1 {
    font-size: 38px;
  }

  .accc-hero__copy h1 br {
    display: none;
  }

  .accc-hero__copy p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .accc-hero__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: right;
    padding: 0 0 0 50px;
  }

  .accc-hero__visual img {
    width: 100%;
    height: auto;
    max-height: auto;
    object-fit: contain;
  }

  .accc-benefit-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .accc-benefit {
    padding: 30px 24px !important;
  }

  .accc-benefit-top {
    gap: 5px;
    min-height: auto;
  }

  .accc-benefit:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .09);
  }

  .accc-benefit:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .accc-section-heading {
    margin-bottom: 42px;
  }

  .accc-section-heading h2,
  .accc-validation .accc-section-heading h2 {
    font-size: 38px;
  }

  .accc-application-list {
    gap: 50px;
  }

  .accc-application-row {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }

  .accc-application-copy h3 {
    font-size: 30px;
    margin-top: 14px;
  }

  .accc-eyebrow {
    font-size: 20px;
  }

  .accc-application-image img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
  }

  .accc-performance__top {
    grid-template-columns: 1fr;
  }

  .accc-performance__copy {
    max-width: 58%;
    position: relative;
    z-index: 2;
  }

  .accc-performance__visual {
    width: 48%;
  }

  .accc-performance__copy h2 {
    font-size: 38px;
  }

  .accc-performance__line {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .accc-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .accc-product-card-inner {
    min-height: 245px;
  }

  .accc-product-card a {
    position: static;
    display: inline-block;
    margin-top: 8px;
  }

  .accc-critical-slide {
    min-height: auto;
  }

  .accc-critical-slide__title {
    font-size: 21px;
    margin-bottom: 28px;
  }

  .accc-critical-slide__body {
    grid-template-columns: 50% 50%;
  }

  .accc-critical-copy-block h3 {
    font-size: 19px;
  }

  .accc-critical-copy-block p {
    font-size: 16px;
    line-height: 1.45;
  }

  .accc-critical-slide__image img {
    height: 280px;
  }

  .accc-validation-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 40px;
  }

  .accc-validation-grid h3 {
    min-height: 0;
  }

  .accc-coming-soon {
    min-height: 500px;
    padding: 80px 0;
  }

  .accc-coming-soon__inner .section-main-title {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .commom-sp {
    padding: 45px 0;
  }

  .how-work-nav.accc-top-tabs {
    padding: 10px 0;
  }

  .how-work-nav.accc-top-tabs ul {
    justify-content: center;
    gap: 14px;
    padding: 0 10px;
  }

  .how-work-nav.accc-top-tabs ul li .nav-link,
  .how-work-nav.accc-top-tabs ul li a.nav-link {
    font-size: 16px !important;
    padding: 0 5px 3px !important;
  }

  .accc-hero {
    padding-top: 30px;
  }

  .accc-hero__copy {
    padding: 28px 0 24px;
  }

  .accc-hero__copy h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .accc-hero__copy h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .accc-hero__copy p {
    font-size: 17px !important;
    line-height: 1.5;
  }

  .accc-benefit-strip__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .accc-benefit {
    padding: 24px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .accc-benefit:last-child {
    border-bottom: 0;
  }

  .accc-benefit-top {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    align-items: center;
  }

  .accc-benefit__icon {
    width: 50px;
  }

  .accc-benefit h3 {
    font-size: 24px;
  }

  .accc-content {
    padding: 0;
  }

  .accc-benefit p {
    text-align: left;
    font-size: 16px !important;
  }

  .accc-section-heading {
    margin-bottom: 34px;
  }

  .accc-section-heading h2,
  .accc-validation .accc-section-heading h2 {
    font-size: 32px;
  }

  .accc-section-heading p {
    font-size: 17px;
    line-height: 26px;
  }

  .accc-orange-rule,
  .section-orange-line {
    width: 65px;
  }

  .accc-application-list {
    gap: 42px;
  }

  .accc-application-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .accc-application-copy {
    order: 2;
    text-align: center;
  }

  .accc-application-image {
    order: 1;
  }

  .accc-application-copy h3 {
    font-size: 26px;
  }

  .accc-application-copy p {
    max-width: 100%;
    font-size: 17px;
    line-height: 26px;
  }

  .accc-application-copy a {
    font-size: 18px;
  }

  .accc-application-image img {
    min-height: 0;
    height: auto;
    max-height: 320px;
    object-fit: cover;
  }

  .accc-performance::before {
    display: none;
  }

  .accc-performance-wrapper {
    display: flex;
    flex-direction: column;
  }

  .accc-performance__top {
    display: block;
  }

  .accc-performance__copy {
    max-width: 100%;
    text-align: center;
  }

  .accc-performance__copy h2 {
    font-size: 32px;
  }

  .accc-performance__line {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 28px;
  }

  .accc-performance__feature {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .accc-performance__feature h3 {
    font-size: 19px;
  }

  .accc-performance__feature p {
    font-size: 16px;
    line-height: 1.5;
  }

  .accc-performance__visual {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 25px 0 0;
  }

  .accc-performance__visual img {
    height: auto;
    max-height: 340px;
    object-fit: contain;
  }

  .accc-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
  }

  .accc-tower-icon {
    height: 115px;
    padding: 0 30%;
  }

  .accc-product-card-inner {
    padding: 22px 10px;
    text-align: center;
    min-height: 252px;
  }

  .accc-product-card-inner h3 {
    font-size: 22px;
  }

  .accc-product-card-inner p {
    font-size: 16px;
    line-height: 24px;
  }

  .accc-critical-slide {
    padding: 0;
  }

  .accc-critical-slide__title {
    font-size: 19px;
    text-align: center;
    margin-bottom: 24px;
  }


  .accc-critical-slider .owl-item,
  .accc-critical-slider .owl-stage {
    display: block;
  }

  .accc-critical-slide__body {
    grid-template-columns: 1fr;
  }

  .accc-critical-slide__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    order: 2;
  }

  .accc-critical-slide-top {
    grid-template-columns: 1fr;
  }

  .accc-critical-slide__map {
    margin: 15px auto;
    max-width: 140px;
    justify-content: flex-start;
  }

  .accc-critical-slide__image {
    width: 100%;
    order: 1;
  }

  .accc-critical-slide__image img {
    height: 250px;
  }

  .accc-critical-copy-block {
    text-align: left;
  }

  .accc-critical-copy-block h3 {
    font-size: 18px;
  }

  .accc-critical-copy-block {
    padding: 0 15px;
  }

  .accc-critical-copy-block p {
    font-size: 15px !important;
    text-align: left;
  }

  .accc-critical-slider.owl-theme .owl-dots {
    margin-top: 20px;
  }

  .accc-validation-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .accc-validation-grid h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .accc-validation-grid p {
    font-size: 16px;
    line-height: 25px;
  }

  .accc-project-cta h2 {
    font-size: 28px;
  }

  .accc-project-cta a {
    font-size: 17px;
    padding: 10px 32px;
  }

  .accc-coming-soon {
    min-height: 430px;
    padding: 60px 0;
  }

  .accc-coming-soon__inner .section-main-title {
    font-size: 32px;
  }

  .accc-coming-soon__text {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 575.98px) {
  .commom-sp {
    padding: 40px 0;
  }

  .how-work-nav.accc-top-tabs ul li .nav-link,
  .how-work-nav.accc-top-tabs ul li a.nav-link {
    font-size: 15px !important;
    padding: 0 3px 3px !important;
  }

  .accc-hero__copy h1 {
    font-size: 28px;
  }

  .accc-hero__copy h2 {
    font-size: 19px;
  }

  .accc-hero__copy p {
    font-size: 16px;
  }

  .accc-benefit h3 {
    font-size: 20px;
  }

  .accc-product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
  }

  .accc-product-card-inner {
    padding: 22px 10px;
    text-align: center;
    min-height: auto;
  }

  .accc-section-heading h2,
  .accc-validation .accc-section-heading h2 {
    font-size: 28px;
  }

  .accc-section-heading p {
    font-size: 16px;
    line-height: 25px;
  }

  .accc-application-copy h3 {
    font-size: 24px;
  }

  .accc-eyebrow {
    font-size: 18px;
  }

  .accc-performance__copy h2 {
    font-size: 28px;
  }

  .accc-tower-icon {
    padding: 0 27%;
  }

  .accc-critical-slide__title {
    font-size: 18px;
  }

  .accc-critical-slide__image img {
    height: 220px;
  }

  .accc-project-cta h2 {
    font-size: 24px;
  }

  .accc-coming-soon__inner .section-main-title {
    font-size: 28px;
  }

  .accc-coming-soon__text {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 420px) {
  .accc-hero__copy h1 {
    font-size: 25px;
  }

  .accc-section-heading h2,
  .accc-validation .accc-section-heading h2 {
    font-size: 25px;
  }

  .accc-application-copy h3 {
    font-size: 23px;
  }

  .accc-performance__copy h2 {
    font-size: 25px;
  }

  .accc-critical-slide__image img {
    height: 190px;
  }

  .accc-project-cta h2 {
    font-size: 22px;
  }
}











/*============================== ACCC PLUS PAGE CSS ===================*/



.accc-plus-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #063858;
  color: #ffffff;
  float: left;
  width: 100%;
}

.accc-plus-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
}

.accc-plus-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accc-plus-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      #063858 0%,
      rgba(6, 56, 88, .98) 6%,
      rgba(6, 56, 88, .78) 22%,
      rgba(6, 56, 88, .42) 43%,
      rgba(6, 56, 88, .08) 68%,
      rgba(6, 56, 88, 0) 100%);
}

.accc-plus-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 480px;
}

.accc-plus-hero__copy {
  width: 45%;
  max-width: 520px;
  padding: 55px 0;
}

.accc-plus-hero__copy h1 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.1;
}

.accc-plus-hero__copy h2 {
  margin: 0 0 24px;
  color: #24bfcb;
  font-family: 'TradeGothicNextLTPro-Rg';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.accc-plus-hero__copy p {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
}

.accc-plus-capabilities {
  background: #ffffff;
}

.accc-plus-capabilities__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 68px;
  align-items: start;
}

.accc-plus-capabilities__content h2 {
  margin: 0 0 50px;
  color: #12395e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.accc-plus-feature {
  margin-bottom: 37px;
  padding-right: 20%;
}

.accc-plus-feature:last-child {
  margin-bottom: 0;
}

.accc-plus-feature h3 {
  margin: 0 0 10px;
  color: #12395e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.accc-plus-feature p {
  max-width: 650px;
  margin: 0;
  color: #858585;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.accc-plus-stats {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: 52px 34px 44px;
  background: #163d63;
  color: #ffffff;
  text-align: center;
}

.accc-plus-stat strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.accc-plus-stat h3 {
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.22;
}

.accc-plus-stat p {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.accc-plus-applications {
  background: #f4f4f4;
  border-top: 2px solid #c9c9c9;
}

.accc-plus-applications__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.accc-plus-applications__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.accc-plus-applications__content h2 {
  margin: 0 0 28px;
  color: #12395e;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
}

.accc-plus-applications__content ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}

.accc-plus-applications__content li {
  margin: 0 0 17px;
  color: #858585;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.accc-plus-applications__content li:last-child {
  margin-bottom: 0;
}

.accc-plus-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  padding: 11px 22px;
  border: 1px solid #686868;
  background: #fff;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.accc-plus-outline-button:hover {
  background: #12395e;
  color: #ffffff;
}



.accc-uls-rating {
  display: flex;
  flex-direction: column;
  padding-top: 62px;
  background: #103154;
  color: #ffffff;
  padding-bottom: 62px;
}

.accc-uls-rating__image {
  width: 90%;
  flex: 0 0 auto;
  transform: translateX(-36px);
}

.accc-uls-rating__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 469 / 702;
  object-fit: cover;
}

.accc-uls-rating__content {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px 25px 45px;
  text-align: center;
}

.accc-uls-rating__content strong {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.accc-uls-rating__content span {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

@media (max-width: 1199.98px) {

  .accc-plus-hero,
  .accc-plus-hero__inner {
    min-height: 485px;
  }

  .accc-plus-hero__copy {
    width: 40%;
    max-width: 365px;
  }

  .accc-plus-hero__copy h1 {
    font-size: 38px;
  }

  .accc-plus-hero__copy h2 {
    font-size: 21px;
    margin-bottom: 22px;
  }

  .accc-plus-hero__copy p {
    font-size: 17px !important;
    line-height: 1.58;
  }

  .accc-plus-capabilities__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 58px;
  }

  .accc-plus-capabilities__content h2 {
    font-size: 36px;
    margin-bottom: 47px;
  }

  .accc-plus-feature {
    margin-bottom: 34px;
    padding-right: 10%;
  }

  .accc-plus-feature h3 {
    font-size: 21px;
  }

  .accc-plus-feature p {
    font-size: 18px !important;
    line-height: 1.35;
  }

  .accc-plus-stats {
    padding: 52px 26px 42px;
  }

  .accc-plus-stat strong {
    font-size: 45px;
  }

  .accc-plus-stat h3 {
    font-size: 19px;
  }

  .accc-plus-applications__grid {
    gap: 65px;
  }

  .accc-plus-applications__content h2 {
    font-size: 36px;
  }

  .accc-plus-applications__content li {
    font-size: 19px !important;
  }

  .accc-uls-rating {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .accc-uls-rating__image {
    width: 91%;
    transform: translateX(-28px);
  }

  .accc-uls-rating__content strong {
    font-size: 45px;
  }

  .accc-uls-rating__content span {
    font-size: 19px;
  }
}

@media (max-width: 991.98px) {

  .accc-plus-hero,
  .accc-plus-hero__inner {
    min-height: 450px;
  }

  .accc-plus-hero__media {
    width: 74%;
  }

  .accc-plus-hero__copy {
    width: 48%;
    max-width: 350px;
  }

  .accc-plus-hero__copy h1 {
    font-size: 36px;
  }

  .accc-plus-hero__copy h2 {
    font-size: 20px;
  }

  .accc-plus-hero__copy p {
    font-size: 16px !important;
  }

  .accc-plus-capabilities__grid {
    grid-template-columns: minmax(0, 1fr) 245px;
    gap: 38px;
  }

  .accc-plus-capabilities__content h2 {
    font-size: 32px;
    margin-bottom: 38px;
  }

  .accc-plus-feature {
    margin-bottom: 28px;
    padding-right: 0;
  }

  .accc-plus-feature h3 {
    font-size: 20px;
  }

  .accc-plus-feature p {
    font-size: 15px;
  }

  .accc-plus-stats {    
    padding: 42px 18px 38px;
  }

  .accc-plus-stat strong {
    font-size: 38px;
  }

  .accc-plus-stat h3 {
    font-size: 17px;
  }

  .accc-plus-stat p {
    font-size: 12px;
  }

  .accc-plus-applications__grid {
    gap: 40px;
  }

  .accc-plus-applications__content h2 {
    font-size: 32px;
    margin-bottom: 23px;
  }

  .accc-plus-applications__content li {
    margin-bottom: 14px;
    font-size: 17px !important;
  }

  .accc-uls-rating {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .accc-uls-rating__image {
    width: 92%;
    transform: translateX(-22px);
  }

  .accc-uls-rating__content {
    padding: 28px 15px 35px;
  }

  .accc-uls-rating__content strong {
    font-size: 38px;
  }

  .accc-uls-rating__content span {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {


  .accc-plus-hero {
    min-height: 0;
  }

  .accc-plus-hero__inner {
    min-height: 350px;
    align-items: center;
  }

  .accc-plus-hero__media {
    width: 100%;
  }

  .accc-plus-hero__media::after {
    background: linear-gradient(90deg,
        rgba(6, 56, 88, .98) 0%,
        rgba(6, 56, 88, .7) 42%,
        rgba(6, 56, 88, .20) 72%,
        rgba(6, 56, 88, .20) 100%)
  }

  .accc-plus-hero__copy {
    width: 74%;
    max-width: 470px;
    padding: 45px 0;
  }

  .accc-plus-hero__copy h1 {
    font-size: 34px;
  }

  .accc-plus-hero__copy h2 {
    font-size: 19px;
    margin-bottom: 18px;
  }

  .accc-plus-hero__copy p {
    font-size: 16px !important;
    line-height: 1.5;
    text-align: left !important;
  }


  .accc-plus-capabilities__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .accc-plus-capabilities__content h2 {
    font-size: 30px;
    margin-bottom: 34px;
  }

  .accc-plus-feature {
    margin-bottom: 27px;
  }

  .accc-plus-feature h3 {
    font-size: 18px;
  }

  .accc-plus-feature p {
    max-width: none;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 1.45;
  }

  .accc-plus-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    min-height: 0;
    padding: 35px 18px;
  }

  .accc-plus-stat {
    display: flex;
    min-height: 185px;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
  }

  .accc-plus-stat+.accc-plus-stat {
    border-left: 1px solid rgba(255, 255, 255, .22);
  }

  .accc-plus-stat strong {
    font-size: 36px;
  }

  .accc-plus-stat h3 {
    font-size: 15px;
  }

  .accc-plus-stat p {
    font-size: 11px;
  }

  .accc-plus-applications__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .accc-plus-applications__content h2 {
    font-size: 30px;
  }

  .accc-plus-applications__content li {
    font-size: 17px !important;
  }

  .accc-uls-rating {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accc-uls-rating__image {
    width: 100%;
    transform: none;
  }

  .accc-uls-rating__image img {
    width: 100%;
  }

  .accc-uls-rating__content {
    min-height: auto;
    padding: 38px 20px;
  }

  .accc-uls-rating__content strong {
    font-size: 36px;
  }

  .accc-uls-rating__content span {
    font-size: 15px;
  }

  .accc-uls-rating {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {

  .accc-plus-hero__inner {
    min-height: auto;
    align-items: center;
  }

  .accc-plus-hero__copy {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 40px;
  }

  .accc-plus-hero__media::after {
    background: rgba(6, 56, 88, .78);
  }

  .accc-plus-hero__copy h1 {
    font-size: 31px;
  }

  .accc-plus-hero__copy h2 {
    font-size: 18px;
  }

  .accc-plus-hero__copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .accc-plus-capabilities__content h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .accc-plus-feature h3 {
    font-size: 18px;
  }

  .accc-plus-feature p {
    font-size: 15px;
  }

  .accc-plus-stats {
    grid-template-columns: 1fr;
    padding: 18px 26px;
  }

  .accc-plus-stat {
    min-height: 155px;
    padding: 24px 0;
  }

  .accc-plus-stat+.accc-plus-stat {
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }

  .accc-plus-stat strong {
    font-size: 36px;
  }

  .accc-plus-stat h3 {
    font-size: 18px;
  }

  .accc-plus-stat p {
    font-size: 12px;
  }

  .accc-plus-applications__grid {
    gap: 28px;
  }

  .accc-plus-applications__content h2 {
    font-size: 27px;
  }

  .accc-plus-applications__content li {
    font-size: 16px !important;
    line-height: 1.35;
  }

  .accc-plus-outline-button {
    min-width: 155px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .accc-plus-hero__media {
    width: 100%;
    position: relative;
  }

  .accc-plus-hero__media::after {
    display: none;
  }

  .accc-uls-rating__content {
    padding: 30px 18px;
  }

  .accc-uls-rating__content strong {
    font-size: 38px;
  }

  .accc-uls-rating__content span {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .accc-plus-hero__copy h1 {
    font-size: 28px;
  }

  .accc-plus-hero__copy h2 {
    font-size: 17px;
  }

  .accc-plus-hero__copy p {
    font-size: 14px;
  }

  .accc-plus-capabilities__content h2,
  .accc-plus-applications__content h2 {
    font-size: 25px;
  }

  .accc-plus-feature p,
  .accc-plus-applications__content li {
    font-size: 15px !important;
  }

  .accc-uls-rating__content strong {
    font-size: 36px;
  }

  .accc-uls-rating__content span {
    font-size: 20px;
  }
}


/*===================== Modal CSS ==================*/

.accc-datasheet-modal {
  z-index: 99999;
}

.accc-datasheet-modal .modal-dialog {
  max-width: 700px;
}

.accc-datasheet-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 8px;
  padding: 0px;
}

.accc-datasheet-modal .modal-body {
  padding: 0;
}

.accc-datasheet-modal .soln-pad {
  padding: 40px 0px;
}

.accc-datasheet-modal .nextproject-contact-sec {
  margin-top: 30px !important;
}

.accc-datasheet-modal .inputsblocks {
  margin-bottom: 20px !important;
}

.accc-datasheet-modal .wpcf7-spinner {
  position: absolute;
}

.accc-datasheet-modal .submit-btn {
  text-transform: uppercase;
  font-family: "Trade Gothic Next LT Pro bd";
  background: #fff;
  padding: 8px 32px;
  font-size: 16px;
  color: #005e80;
  border-color: #005e80;
}

.accc-datasheet-modal .submit-btn:hover {
  color: #fff;
  background-color: #f36f21;
  border-color: #f36f21;
}

.accc-datasheet-modal .btn-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;

  width: 18px;
  height: 18px;
  padding: 20px;

  background-color: #f36f21;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;

  border-radius: 50%;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
  z-index: 9999;
}

@media (max-width: 767px) {
  .accc-datasheet-modal .modal-dialog {
    margin: 20px;
  }

  .accc-datasheet-modal .btn-close {
    top: -12px;
    right: -8px;
  }

  .contact-nextproject-sec.project-analysis.data-sheet-form {
    padding: 40px 20px;
  }

  .accc-datasheet-modal .inputsblocks p {
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  .accc-datasheet-modal .data-sheet-form .submit-btn-sec {
    float: left;
    width: 100%;
  }

  .accc-datasheet-modal .submit-btn {
    width: 100%;
  }
}