/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:target::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}


.RAI-button-white {
  display: inline-block;
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 5px;
  color: #144f9d;
  font-weight: bold;
  margin: 10px 0px;
  transition: background-color 500ms linear;
}

.RAI-button-white:hover {
  text-decoration: none;
  background-color: #fff;
  color: #144f9d !important;
}

.RAI-button-blue {
  display: inline-block;
  background-color: #144f9d;
  padding: 10px 20px;
  border-radius: 5px;
  color: #eee;
  font-weight: bold;
  margin: 10px 0px;
  transition: color 500ms linear;
}

.RAI-button-white:hover {
  text-decoration: none;
  color: #fff;
} 

body.RAI-2025 h1, body.RAI-2025 h2 {
  color: #144f9d;
  
}

body.RAI-2025 .kl-card-grid__preheader {
  font-size: 18px;
  display: block;
  min-height: 60px;
}

body.RAI-2025 .kl-card-grid__content p:first-of-type {
   min-height: 130px;
}

.cell_17592589949432-padding {
  border-radius: 25px;
}

.splide__toggle {
  display: none !important;
}

.kl-navbar__logo {
  max-width: 200px !important;
  }  

@media (min-width: 920px) {  
.RAI-2025 .kl-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: hsla(0, 0%, 15%, .5);
  backdrop-filter: blur(5px);
}

.RAI-2025 .kl-header.RAI_scroll {
  background-color: rgba(255,255,255,.6);  
}

.RAI-2025 .kl-header-placeholder {
  display: none;
}
  

.RAI-2025 .kl-header .kl-navbar__logo {
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.RAI-2025 .kl-header.RAI_scroll .kl-navbar__logo {
   filter: brightness(1) invert(0);
}
  
.RAI-2025 .kl-navbar__panel {
  top: 65px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  will-change: transform;
  isolation: isolate;
  box-sizing: border-box;
  overflow: visible;
  }
  
.RAI-2025 .kl-navbar__panel:after {
    background-color: hsla(0, 0%, 100%, .5);
    bottom: -5;
    content: "";
    height: 3px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }


  
  
.RAI-2025 .kl-navbar__button {
  font-weight: normal;
  }

.RAI-2025 .kl-header .kl-navbar__menu > .kl-navbar__item > a {
  color: #fff;
  transition: color 0.4s ease;
}

.RAI-2025 .kl-header.RAI_scroll .kl-navbar__menu > .kl-navbar__item > a {
  color: #154d9f;
}

.RAI-2025 .kl-header .Navbar_with_Menu__button {
  color: #fff;
  transition: color 0.4s ease;
}

.RAI-2025 .kl-header .Navbar_with_Menu__button.RAI_scroll {
  color: #154d9f;
}

} 

.RAI-2025 .kl-header-placeholder,
.RAI-2025 .kl-navbar {
  height: 65px;
}

.RAI-2025 .kl-header-placeholder.RAI_scroll,
.RAI-2025 .kl-navbar.RAI_scroll {
  height: 65px;
}

.RAI_pad80 {
  padding: 80px;
}

@media (max-width: 980px) {
  .RAI_pad80 {
    padding: 20px;
  }
  
.RAI-2025 .splide__slide--image {
  display: block !important;
  }
  
.RAI-2025 .splide__slide__contents {
  min-width: 60px;
  }

body.RAI-2025 .content-overlay h1
  {
    font-size: 42px !important;
  }
  
body.RAI-2025 .content-overlay {
    max-width: 380px !important;
    margin-top: -40px;
  }
  

body.RAI-2025 .content-overlay h1 span {  
}

/* Standard Buttons */

.RAI_2025_button {
  padding: 10px 15px;
  color: #eee;
  transition: color .3s;
  text-decoration: none;
  background-color: #144f9d;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.RAI_2025_button:hover {
  color: #fff;
  text-decoration: none;
}

.kl-card-grid__card {
    width: 100%;
    border: 0.5px solid rgba(100, 146, 253, 0.4);
    box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.3);
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 9px;
    overflow: hidden;
}

/* Contact Us Form Styling */
.hs-content-id-198818488910 .dnd_area-row-3-padding .kl-rich-text__form label {
  color: #fff;
}

/* NexaU Button Centering */
.hs-content-id-198818493569 .content-overlay .cta-buttons {
  align-items: center !important;
}

.hs-content-id-198818488910 .dnd_area-row-3-padding .kl-rich-text__form input[type=submit], .hs-content-id-198818488910 .dnd_area-row-3-padding .kl-rich-text__form .hs-button {
  color: #144f9d;
  background-color: #fff;
}

@media screen and (max-width: 920px) {
    .kl-navbar__content {
        height: calc(100% - 65px) !important;
    }
}