.sktmain.invisible:focus-within {
    left: 0;
    visibility: visible;
    width: auto;
    height: auto;
    z-index: 99999;
    background: #d7d9da;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gradient-img-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
}
.gradient-img-bg img{
  object-fit:fill;
}
.gradient-img-bg.gradient-overlap{
  top:-7rem
}
.gradient-img-contact {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.primary-dark{
  background:var(--primary-dark);
}
.stat-number{
  font-size:var(--font-stat-number);
  line-height:var(--line-height-stat-number);
  letter-spacing: -1.15px;
}
.stat-title{
  font-family: var(--font-normal);
  font-size:var(--font-stat-title);
  line-height:var(--line-height-stat-title);
}
main ul {    padding-left: 23px;}
main ul li {  position: relative;   padding-left: 32px; list-style: none; }
main ul li::before {      content: "";    position: absolute;    left: 0;    top: 5px;    width: 10px;    height: 10px;    background-color: #C8CBD0;}
main .section-dark ul li::before, main .section-dark-100 ul li::before { background-color: #333D49;}
@media all and (max-width: 767.98px){
main ul {    padding-left: 10px;}
main ul li { padding-left: 20px; }
main ul li::before { width: 7px;    height: 7px; }
}
.section-dark a:focus-visible {
  outline-color: var(--white-color);
}
.section-light{background-color:#F8FAFE;}
.section-light-white {background-color:#F2F6FB;}
.section-light-gray {background-color:#EEF1FA;}
.section-dark .cta, .section-dark-100 .cta {
    background-color: #F8FAFE1A;
    border: 1px solid #414A54;
    width: fit-content;
    color: var(--white-color);
}
.section-dark .cta:hover .icon::before {
  filter: unset;
}
.gy-4 {
  row-gap: 1.6rem;
}
.gy-5 {
  row-gap: 3rem;
}

/* Icon Molecule */
.icontext__icon-wrapper {
  width: 4.2rem;
  height: 4.2rem;
}

.icontext {
  display: flex;
  column-gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px){ 
  .icontext {
    column-gap: 2.5rem;
  }
}
.icontext__content-wrapper {
  width: calc(100% - 6rem);
}

.icontext__content,
.icontext__content p {
  font-weight: 500;
}
.module-content-signpost__content-wrapper p:last-child {
  margin: 0;
}
/* self serve */
.ip3-edit .config-text .gradient-title span {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}
@media (max-width: 767px) {
  .module-content-block__content-wrapper{
    margin-top: 3rem;
  }
}

.module-content-block.section-dark {
  background: #021123 !important;
}
.mb p:last-child,.config-text__content p:last-child {
  margin-bottom: 0;
}

.gray-100,
.gray-100 p {
  color: var(--gray-100);
}

.gray-300,
.gray-300 p {
  color: var(--gray-300);
}
.gray-400,
.gray-400 p {
  color: var(--gray-400);
}

.black,
.black p {
  color: var(--black-color);
}

.white,
.white p {
  color: var(--white-color);
}
.section-dark-100{
  background: var(--dark-100);
  color: var(--white-color);
}
.config-text__section-title {
  text-transform: uppercase;
  color: var(--gray-100);
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 2rem;
}

.config-text__intro-text {
  font-size: clamp(1.6rem, 3.771vw + 0.714vw, 1.9rem);
  line-height: clamp(2.1rem, 3.771vw + 0.714vw, 2.5rem);
}

.config-text .heading {
  margin-bottom: 1.5rem;
}

.config-text .gradient-title span {
  background: linear-gradient(90deg, #E11BCC, #00F3D1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.config-text .cta {
  margin-top: 3rem;
}

.button:hover,
.cta:hover {
  background: transparent linear-gradient(90deg, #66FC90 0%, #00F3D1 50%, #E11BCC 100%) 0% 0% no-repeat;
  color: var(--black-color);
}
.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

.bottom-gradient-line {
  margin-bottom: 1.5rem;
  background: transparent linear-gradient(90deg, #E11BCC 0%, #00F3D1 49%, #66FC90 100%) 0% 0% no-repeat padding-box;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  height: 1px;
  width:100%;

}

.cta-primary .icon::before{
  display:block;
  transition:all 0.3s ease-in-out
}
.cta-primary:hover .icon::before  {
  transform: rotate(-90deg) scale(1.02);
} 

.section-title {
  font-family: var(--font-dm-mono-medium);
}

/* === GLOBAL CSS ===*/
/*=== HTML BODY ===*/
html {
  -webkit-text-size-adjust: none;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: var(--white-color);
  color: var(--black-color);
  font-family: var(--font-normal);
}

/*=== container grid  ===*/
.container {
  max-width: 1272px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

/*=== GUTTER STYLES ===*/
main [class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
}

/*=== POSITIONS ===*/
.position-inherit {
  position: inherit
}

.position-relative {
  position: relative
}

main {
  position: relative;
  margin-top: 39px;
}

/*=== HIDDEN ===*/
.invisible {
  position: absolute;
  left: -9999999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: visible !important;
  background-color: transparent;
}

.sktmain.visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  visibility: visible !important;
  z-index: 11;
}

.sktmain.visible>a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: var(--font-medium);
  line-height: normal;
  padding: 10px 30px;
  background: var(--primary-color);
  display: block;
      width: fit-content;
      outline-offset: -5px;
}
noscript {
  width: 100%
}

noscript.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

noscript>.nojs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.nojs .jsBackDiv {
  display: none !important
}

noscript.autowidth {
  width: auto
}

noscript.image {
  width: auto;
}

noscript.image>.image {
  width: 100%;
}

/*=== HIDDEN ===*/

/*=== FONT STYLES ===*/
.font-normal {
  font-family: var(--font-normal);
  font-weight: 400;
}

.font-bold {
  font-family: var(--font-bold);
  font-weight: 700;
}

.font-semibold,
.fnt-bold {
  font-family: var(--font-semibold);
  font-weight: 600;
}

.font-inter {
  font-family: var(--font-inter);
}

/*=== FONT STYLES ===*/

/*=== IMAGE STYLES ===*/
figure {
  margin: 0
}

figcaption {
  display: none
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*=== IMAGE STYLES ===*/

/*=== TYPOGRAPHY STYLES ===*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1-large {
  margin-bottom: 15px;
}


.h1-large {
  line-height: var(--line-height-h1-large);
}

h1,
.h1 {
  line-height: var(--line-height-h1);
}

h2,
.h2 {
  line-height: var(--line-height-h2);
  font-weight: 500
}

h3,
.h3 {
  line-height: var(--line-height-h3);
}

h4,
.h4 {
  line-height: var(--line-height-h4);
}

h5,
.h5 {
  line-height: var(--line-height-h5);
}

h6,
.h6 {
  line-height: var(--line-height-h6);
}

main {
  top: 0;
  margin-top: 0;
}


p,
li,
.body-bold,
.intro,
.body-medium {
  line-height: 2rem;
  font-family: var(--font-inter);
  margin-bottom: 16px;
}

p,
li,
.body-medium {
  font-weight: 500;
}

.body-small {
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-inter);
  margin-bottom: 16px;
  font-size: var(--font-size-body);
}

.button,
.cta {
  padding: 1.5rem 2rem;
  border-radius: inherit;
  background: var(--gray-200);
  color: #171717;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-family: var(--font-dm-mono-medium);
  position: relative;
  min-height: 4.8rem;
}

.text-overline,
.overline {
  line-height: 1.8rem;
  font-weight: 700;
  font-family: var(--font-inter);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.breacrumb-normal,
.breacrumb-active,
.contact-form-full-wrapper label {
  font-size: 1.4rem;
  line-height: 18px;
  font-family: var(--font-inter);
  font-weight: 400;
}

.breacrumb-active,
.contact-form-full-wrapper label {
  font-weight: 700;
}

/*=== COLOR STYLES ===*/
.primary--color {
  color: var(--primary-color)
}

.secondary--color {
  color: var(--secondary-color)
}

.font--black,
.font-black,
.black {
  color: var(--black-color);
}

.font--orange,
.font-orange,
.orange {
  color: var(--orange-color);
}

.font--green,
.font-green,
.green {
  color: var(--green-color);
}

.font--yellow,
.font-yellow,
.yellow {
  color: var(--yellow-color);
}

.font--aqua,
.font-aqua,
.aqua {
  color: var(--aqua-color);
}

.font--white,
.font-white,
.white {
  color: var(--white-color);
}

.font--violet,
.font-violet,
.violet {
  color: var(--violet-color);
}

.font--blue,
.font-blue,
.blue {
  color: var(--blue-color);
}

.font--pink,
.font-pink,
.pink {
  color: var(--pink-color);
}

.font--gray,
.font-gray,
.gray {
  color: var(--gray-color);
}

/*=== COLOR STYLES ===*/

/*=== BACKGROUND STYLES ===*/
.bg-primary--color {
  background-color: var(--primary-color)
}

.bg-secondary--color {
  background-color: var(--secondary-color)
}

.bg--black,
.bg-black,
.bg-black {
  background-color: var(--black-color);
}

.bg--orange,
.bg-orange,
.bg-orange {
  background-color: var(--orange-color);
}

.bg--green,
.bg-green,
.bg-green {
  background-color: var(--green-color);
}

.bg--yellow,
.bg-yellow,
.bg-yellow {
  background-color: var(--yellow-color);
}

.bg--aqua,
.bg-aqua,
.bg-aqua {
  background-color: var(--aqua-color);
}

.bg--white,
.bg-white,
.bg-white {
  background-color: var(--white-color);
}

.bg--violet,
.bg-violet,
.bg-violet {
  background-color: var(--violet-color);
}

.bg--blue,
.bg-blue,
.bg-blue {
  background-color: var(--blue-color);
}

.bg--pink,
.bg-pink,
.bg-pink {
  background-color: var(--pink-color);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-gray-color {
  background-color: var(--gray-color);
}

.bg-secondary--blue {
  background-color: var(--secondary-blue);
}

.bg-navy-color {
  background-color: var(--navy-color);
}

.nexora-bg-gradient {
  background: linear-gradient(90deg, #AE42D5 0%, #00F3D1 100%);
}

.section-dark {
  background:var(--dark-color) !important;
  color: var(--white-color);
}

/*=== BACKGROUND STYLES ===*/


.auto-top-link {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  text-decoration: none;
  height: 5.6rem;
  width:  5.6rem;
  z-index: 999999;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #303037;
  align-items: center;
  transform: rotate(180deg);
}
.auto-top-link .icon{
  color: var(--white-color) ;
  font-size: 3rem;
}
.auto-top-link>span.icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

body.nojs #auto-top-link {
  display: none !important
}

body.nojs #cc-CookieSetting {
  display: none !important
}


/*=== CTA link starts ===*/
a:hover {
  text-decoration: none;
}

/*=== CTA STYLES starts ===*/
.cta-sm {
  font-size: 1.45rem;
  padding: 5px 30px 5px 30px;
}

.cta-md {
  font-size: 1.55rem;
  padding: 10px 35px 10px 35px;
}

.cta-lg {
  font-size: 1.65rem;
  padding: 15px 35px 15px 35px;
}

/*=== CTA STYLES fill ===*/
/*.fill-red { background-color: var(--primary-color); }*/
.fill-red {
  background-color: #AE42D5;
}

.fill-pink {
  background-color: var(--secondary-color);
}

.fill-maroon {
  background-color: var(--maroon-color);
}

.fill-gray {
  background-color: var(--gray-color);
  color: var(--gray-cta)
}

/*=== CTA STYLES outline ===*/
/*.outline-red { background-color: var(--white-color); color: var(--primary-color); border: 1px solid var(--primary-color); }*/
.outline-red {
  background-color: var(--white-color);
  color: #AE42D5;
  border: 1px solid #AE42D5;
}

.outline-pink {
  background-color: var(--red-cta);
  color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}

.outline-maroon {
  background-color: var(--maroon-color);
}

.outline-gray {
  background-color: var(--white-color);
  color: var(--gray-cta);
  outline: 1px solid var(--gray-cta);
}

.cta {
  display: inline-flex;
  align-items: center;
}

.cta .icon {
  margin-left: 2rem;
  font-size: 2.2rem;
  margin-top: 0;
}

.fill-red:hover,
.fill-maroon:hover,
.fill-pink:hover,
.outline-maroon:hover {
  color: var(--white-color) !important;
}

.outline-pink:hover,
.outline-red:hover {
  color: #8a2aac;
}

.fill-gray:hover,
.outline-gray:hover {
  color: var(--gray-cta);
}

/*=== PADDING MARGIN STYLES ===*/
.link-cta {
  font-family: var(--font-inter);
  font-size: 1.66rem;
  line-height: 2rem;
  font-weight: 700;
  color: #AE42D5;
  position: relative;
}

.link-cta span {
  width: 20px;
  height: 20px;
  font-size: 2rem;
  line-height: normal;
  vertical-align: middle;
  position: absolute;
  right: -25px;
}

.link-cta:hover {
  text-decoration: none;
  color: #AE42D5;
  border-bottom: 2px solid;
}

.link-cta.gray {
  color: var(--gray-cta);
}

.link-cta.black {
  color: var(--black-color);
}

.link-cta.solid {
  color: var(--maroon-solid-clr);
}

/*=== PADDING MARGIN STYLES ===*/
.pt-0 {
  padding-top: 0px !important
}

.pt-10 {
  padding-top: 10px !important
}

.pt-20 {
  padding-top: 20px !important
}

.pt-30 {
  padding-top: 30px !important
}

.pt-40 {
  padding-top: 40px !important
}

.pt-50 {
  padding-top: 50px !important
}

.pt-60 {
  padding-top: 60px !important
}

.pt-70 {
  padding-top: 70px !important
}

.pt-80 {
  padding-top: 80px !important
}

.pt-90 {
  padding-top: 90px !important
}

.pt-100 {
  padding-top: 100px !important
}

.pb-0 {
  padding-bottom: 0px !important
}

.pb-10 {
  padding-bottom: 10px !important
}

.pb-20 {
  padding-bottom: 20px !important
}

.pb-30 {
  padding-bottom: 30px !important
}

.pb-40 {
  padding-bottom: 40px !important
}

.pb-50 {
  padding-bottom: 50px !important
}

.pb-60 {
  padding-bottom: 60px !important
}

.pb-70 {
  padding-bottom: 70px !important
}

.pb-80 {
  padding-bottom: 80px !important
}

.pb-90 {
  padding-bottom: 90px !important
}

.pb-100 {
  padding-bottom: 100px !important
}

.mt-0 {
  margin-top: 0px
}

.mt-10 {
  margin-top: 10px
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-60 {
  margin-top: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-90 {
  margin-top: 90px
}

.mt-100 {
  margin-top: 100px
}

.mb-0 {
  margin-bottom: 0px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-60 {
  margin-bottom: 60px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-100 {
  margin-bottom: 100px
}

/* === GLOBAL CSS ===*/
.main-nav-level-1 .main-nav-item {
  outline-offset: -3px;
}

a:focus-visible, button:focus-visible {
  outline: 2px dashed currentColor;
}

/* === GLOBAL spacing CSS ===*/
section,
.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}


@media all and (max-width: 991.98px) {

  section,
  .section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  p,
  li,
  .body-bold,
  .intro,
  .body-medium {
    line-height: 20px;
  }

  .body-small,
  .text-overline,
  .overline,
  .breacrumb-normal,
  .breacrumb-active {
    line-height: 18px;
  }

  .text-overline,
  .overline {
    letter-spacing: 2.5px;
  }

  /*=== container grid  ===*/
  .container {
    max-width: 708px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }

  /*=== GUTTER STYLES ===*/
  main [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  /*=== POSITIONS ===*/
  /*  main{padding: 55px;}*/
}

@media all and (max-width: 767.98px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 16px;
  }

  p,
  li,
  .body-bold,
  .intro,
  .body-medium,
  .body-small {
    margin-bottom: 8px;
  }

  p,
  li,
  .body-bold,
  .intro,
  .body-medium {
    line-height: 18px;
  }

  .text-overline,
  .overline {
    line-height: 18px;
    letter-spacing: 2.5px;
  }

  .body-small {
    line-height: 17px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }

  /*=== GUTTER STYLES ===*/
  main [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  #auto-top-link {
    bottom: 12px;
  }
}

.cta.outline-red:hover {
  background-color: #c22de325;
  transition-delay: 0s;
}

.cta.fill-red:hover {
  background-color: #8a2aac;
  transition-delay: 0s;
}

/*.content a{color: var(--primary-color);}*/
.content a {
  color: #8a2aac;
}

/*=== DARK MODE ====*/
.dark-mode .fill-gray,
.dark-mode .outline-gray {
  background-color: var(--dark-gray);
}

/*=== email alert ====*/
[id*="email-alerts"] main {
  background: #F8F8F8;
}

.externalwebIFrame #__cookieWrapper {
  display: none;
}

#module--contact-form {
  background-color: #F8F8F8;
}

table.custTable {
  width: 100%;
}

table.custTable thead th {
  background-color: #b4b4b4;
  font-size: 17px;
  padding: 10px;
}

table.custTable tbody td {
  font-size: 17px;
  padding: 10px;
}

#ip3-learning-and-development #module-three-column-content .module-three-column__row-cards {
  justify-content: center;
}

#ip3-learning-and-development .module-three-column_image .card-img__round {
  min-height: auto;
  width: auto;
}

#ip3-learning-and-development .module-three-column__row-cards .col-md-4.col-12 {
  text-align: center;
}
.hero-banner-content .title h2 {
  font-style: italic !important;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 3.8rem;
  color: #DEE8F2;
}
.hero-banner-content .description.intro-body h3 {
  font-style: italic !important;
  font-weight: 200;
  font-size: 3.4rem;
}
.hero-banner-content {
  background: rgb(0 0 0 / 50%);
  padding: 32px;
  min-height: auto !important;
  padding-top: 32px !important;
}
button.btn.focus, button.btn:focus {
  outline: 2px dashed var(--black-color);
  box-shadow: none;
}