body.new-design {
    font-size: 14px;
    line-height: 1.5;
    font-family: "HelveticaNeueLight";
}
.new-design p{
	font-size: 16px;
	line-height: 1.5;	
}
.new-design .header .menu-header {
    border-bottom: none;
}

.new-design .site-header {
    height: 70px;
}

.new-design .menu-header .logo-header {
    line-height: 70px;
    left: 10%;
    width: 94px;
}

.new-design #site-nav {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 150px;
}

.new-design .right-menu-ul li, .new-design .menu-ul li  {
    line-height: 40px;
}

.new-design .menu-ul .ul-submenu li {
    line-height: 25px;
}

.new-design .menu-ul li .fa-angle-down {
    display:none;
}

@media (max-width: 1450px) {
    .new-design .right-menu-ul li,.new-design  .menu-ul li {
        padding: 15px 7px;
    }
}

@media (max-width: 1200px) {
    .new-design .right-menu-ul li {
        line-height: 30px;
    }
    .new-design .menu-header .logo-header{
        left: 45px;
    }
    .new-design .logo-header img {
        width: 75px;
    }
   .new-design #site-nav {
        margin-left: 0%;
        margin-right: 0%;
        padding-left: 0px;        
    }
}

body.new-design:not(.no-header) .portlet-dropzone .portlet-journal-content:first-child .portlet .portlet-header{
	margin-top: 70px;
}

/*
padding-left: 135px;
    padding-right: 135px; -> 10%
*/
.new-design .slider-content {
    max-width: 570px;
    margin: 0 auto;
}

.new-design .carousel-caption {
    top: 165px;
}

.new-design .slider-grey-sub-title {
	font-weight: 700;
	font-size: 24px;
	line-height:30px;
    color: #575756;
}

.new-design h1,
.new-design .slider-blue-title,
.new-design .large-slider .carousel-caption .slider-blue-title{
    font-weight: 700;
	font-size: 48px;
	line-height:50px;
    color: #003963;
	font-weight: bold;
}

.new-design .slider-description {
    max-width: 488px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-design .slider-description p{
    font-size: 24px;
    line-height: 30px;
    color: #575756;
}

.new-design .large-slider{
    margin: 0 15px;
    border-radius: 16px;
}

.new-design .large-slider .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 101, 160, 0.1), rgba(12, 101, 160, 0.05));
    z-index: 0;
    pointer-events: none;
}

.new-design .btn-primary {
    background: #006298;
    border-color: #006298;
    border-radius: 10px;
    line-height: 30px;
    padding: 6px 15px;
}

.new-design .btn-primary:hover, .new-design .btn-primary:focus{
	background: white;
	border-color:white;
	color: #006298;
}

.new-design .btn-outline-blue{
	background: transparent;
	border:2px solid  #006298;
	color: #006298;
    border-radius: 10px;
    line-height: 30px;
    padding: 6px 15px;
}

.new-design .btn-outline-blue:hover, .new-design .btn-outline-blue:focus{
    background: #006298;
    color: white;
}


.new-design .btn-outline-white {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    line-height: 30px;
    padding: 6px 15px;
}

.new-design .btn-outline-white:hover,.new-design .btn-outline-white:focus {
    background: #006298;
}

.new-design .carousel-item:after{
	background: transparent;
}

.multi-images-container {
    position: relative;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
      margin: 0 15px;
}

.multi-images-container .text-content {
    background: rgba(255,255,255,0.9);
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
    z-index: 10;
    width: 66%;
    overflow: hidden;
}

.multi-images-container .boxed-text-content, .new-design .boxed-text-content {
    max-width: 300px;
    margin: 0 auto;
}
.new-design h3,
.multi-images-container .text-content h3 {
    margin: 0 0 10px;
    color: #006bb3;
  font-size: 32px;
  line-height:30px;
  font-weight:700;
}

.arrow {
    display: inline-block;
    margin-top: 10px;
    font-size: 29px;
    color: #006bb3;
}

.bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 10px;
}

.new-design .inner-banner-container {
    position: relative;
    width: 80%;
    margin: 20px auto;
    height: 260px;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}

.new-design .inner-banner-container img {
    width: 100%;
}

.new-design .inner-banner-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
}
.new-design .inner-banner-desc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 101, 160, 0.1), rgba(12, 101, 160, 0.05));
    z-index: 0;
    pointer-events: none;
}


.new-design .inner-banner-desc h3 {
    font-size: 32px;
    line-height: 44px;
    color: #006298;
    font-weight: 700;
}
.new-design h2{
	font-size: 40px;
	line-height: 44px;
	color: #003963;
    font-weight: 700;
}
.new-design .inner-banner-link {
    padding: 2px 35px;
}

.new-design .slick-prev-update, .new-design .slick-next-update {
    z-index: 1;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: white;
    border: 1px solid #b4cdda;
    border-radius: 50%;
    color: #b4cdda;
    box-shadow: 0 0 5px 1px #b4cdda;
}

.new-design .slick-prev-update{
    left: 0 !important;
    margin-left: -10%;
}
.new-design .slick-next-update{
    right: 0% !important;
    margin-right: -10%;
    
}
	
.new-design .slick-next-update:focus, .new-design .slick-prev-update:focus,
.new-design .slick-next-update:hover, .new-design .slick-prev-update:hover {
	outline:none !important;
    color: #003963;
    border-color: #003963;
}
	
.new-design button.slick-arrow{
	border :0px;
	background: none;
	color: black;
}
.new-design .slick-slide {
    transition: transform .3s ease, opacity .3s ease;
    opacity: 0.6; 
    width: 28vw; 
}

.new-design .slick-slide .item-content {
    position: relative;
    max-height: 100%;
}

.new-design .slick-slide.slick-current.slick-center {
    opacity: 1;
    z-index: 2;
    width: 42vw !important;		
	height:350px;
    overflow: hidden;
    border-radius: 20px
}

.new-design .slick-slide:not(.slick-center) {
    z-index: 1;
}

.new-design .slick-slide:not(.slick-center), .new-design .slick-slide.slick-center{
    transform:none;
    height: auto;
    margin-top: 0;
}

.new-design .slick-container.articles-slider {
    width: 84%;
    margin: 0 auto;
}
.new-design .slick-slide .item {
    position: relative;
	height:350px;
	
	width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.new-design .slide-text {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
    color: #575756;
}



.wave-section {
	position: relative;
	width: 80%;
	margin: 30px 10% 15px 10%;
	overflow: hidden;
}


.wave-separator {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 150px;
	margin-top: -75px;
}

.wave-separator svg {
	width: 100%;
	height: 100%;
	display: block;
}


.wave-section .slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

.wave-section .waves-slides {
	display: flex;
	flex-wrap: nowrap;
	transition: transform 0.5s ease;
	gap: 40px; 
}

.wave-section .waves-slides .item {
	width: 20%;
	flex: 0 0 auto;
	text-align: left;
}

.wave-section .waves-slides .item img {
	width: 120px;
	max-height:90px;
	opacity: 0.25;
	margin-bottom: 10px;
	display: block;
}

.wave-section .waves-slides .item h3 {
	font-size: 32px;
	color: #003366;
	margin: 0 0 10px;
}

.wave-section .waves-slides .item p {
	font-size: 21px;
	color: #555;
	line-height: 1.3;
	margin: 0;
	max-width:240px;
}

.wave-section .waves-slides .item.top { margin-top: 0; }
.wave-section .waves-slides .item.bottom { margin-top: 240px; }

.wave-section .navigation,  .new-design .navigation {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.wave-section .nav-btn, .new-design .nav-btn {
	background: #fff;
	border: 1px solid #ccd8e0;
	width: 45px;
	height: 45px;
	border-radius: 999px;
	font-size: 20px;
	cursor: pointer;
	transition: background-color 0.2s;
	user-select: none;
}

.wave-section .nav-btn:hover, .new-design .nav-btn:hover { background: #f0f8ff; }


.trusted-inner-banner-container .inner-banner-desc img {
    max-width: 100px;
    max-height: 130px;
    width: auto;
}

.trusted-inner-banner-container .inner-banner-desc {
    padding: 50px;
    background: rgba(0, 0, 0, 0.3);
}
.new-design .trusted-inner-banner-container .inner-banner-desc  h3{
	font-size:26px;
}

.trusted-inner-banner-container .inner-banner-desc p {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 1360px) {
	.inner-banner-container.trusted-inner-banner-container{
	    min-height: fit-content !important;
	}
	.inner-banner-container.trusted-inner-banner-container img{
	    height:100%;
	}
	.trusted-inner-banner-container .inner-banner-desc{
	    padding: 20px; 30px
	}
	.inner-banner-container.trusted-inner-banner-container h3{
	    line-height: 1.3;
	    margin-top:0 !important
	}
	.inner-banner-container.trusted-inner-banner-container p{
	    line-height:1.5
	}
}

.new-design .client-voices {
    padding-bottom: 0;
}

.new-design .align-vertical-center{
    display: grid;
    align-items: center;
}

.new-design .subtitle {
    color: #00396378;
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0;
}

.new-design .analysts-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.new-design .analyst img {
  width: unset;
  height: 364px;
}

.new-design .blue-analyst-bg {
    max-width: 90%;
    max-height: 80%;
    position: absolute;
    bottom: 0;
    background: #C8D8EB;
    z-index: -1;
    border-radius: 22px;
    width: 250px;
    height: 290px;
}


.new-design .slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

.new-design .slider-small-items{
    display: flex;
    position: relative;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}
.slide-small-items{
    flex: 0 0 22vw; 
    padding: 40px 20px;
    background: #F4F8FD;
    border-radius: 10px;
    margin: 0 10px;
    transition: transform 0.4s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.new-design .slide-small-items:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    background: #8FB4DA36;
}

.new-design .brand-img {
    height: 40px;
    margin-bottom: 25px;
}

.industry-section {
    padding: 60px 15%;
}

.industry-grid {
    margin: 25px 0;
}

.industry-grid img {
    height: 80px;
    opacity: 40%;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.industry-grid h3 {
    margin-top: 15px;
}

.industry-grid p {
    max-width: 220px;
}


.subscribe-box {
    margin: 60px 7.5%;
    padding: 40px 20px;
    background: linear-gradient(to bottom, rgba(244, 248, 253, 1), rgba(244, 248, 253, 0.5));
    border-radius: 16px;
    text-align: center;
}

.subscribe-title {
    margin-bottom: 25px;
}

.form-row {
    gap: 20px;
}

.form-group {
    flex: 1;
}

.subscribe-box .form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #08325C;
    display: block;
    margin-bottom: 6px;
}

.subscribe-box .form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #D6DDE8;
    background: #FFFFFF;
}

.checkbox-title {
    margin: 25px 0;
    font-weight: 700;
    color: #003963;
    font-size: 16px;
}


.subscribe-box .checkbox-row label {
    color: #575756;
}

.subscribe-btn {
    margin-top: 25px;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    width: 500px;
    max-width:90%;
}

.subscribe-btn:hover {
    background: #084f86;
}
.new-design .footer {
    background: #006298;
    padding: 75px 0
}
.new-design .footer-links-container{
	border-bottom: 1px solid;
	padding-bottom: 0;
}

.new-design .footer-copy-container{
	display:none;	
}

.new-design .footer-social-container{
	border-bottom:none;
}
.poc-inner-footer{
  justify-content: space-between; 
  flex-wrap: wrap; 
  margin: 0 auto;
}
.footer-column{
  margin-bottom: 30px
}
h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
  
.poc-inner-footer li a{
  color: #ffffff; text-decoration: none;
  line-height: 1.8
}
  
  
.footer .footer-logo img.logo{
  height: 120px; 
}

.footer .footer-logo  img{
   	height: 66px
}
   
.footer .footer-logo span{
	color: #ffffff; 
	font-weight: 600; 
	font-size: 14px; 
	margin-left: 10px;
}

.footer ul {
    margin: 0;
    padding:0
}


.footer-logo i.fa {
    font-size: 47px;
    color: white;
}


.footer .inner-container {
    max-width: 80%;
}