 :root {
	 
	 --color1: #42ac35; /**/
	 
	 --color2: #117407;
	 --color3: #d8f360;
	 --color4: #b1181b;
	 --color5: #d77d49;
	 --color6: #b19645;
	 
	 --color00: #000;
	 --color99: #fff;
}
 *,:after,:before {
     box-sizing: border-box 
}
html,body {
    height: auto!important;
}
 body {
     margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     text-align: left;
     background-color: #fff;
     min-width:360px;
	 font-weight:400;
	 height: auto;
}

.h2, h2 {
    margin-bottom: 2em;
    font-weight: 700;
}
.h3, h3 {
    margin-bottom: 2em;
}
.article_novus2025 p {
	line-height: 1.6em;
}

.article_novus2025 {
    color: #000;
    overflow: hidden;
	background: #F36C00;
	background: linear-gradient(0deg,rgba(243, 108, 0, 1) 0%, rgba(251, 227, 40, 1) 25%, rgba(119, 193, 72, 1) 50%, rgba(160, 218, 235, 1) 75%, rgba(249, 254, 255, 1) 100%);
}
.section-bg1 {
	background: linear-gradient(0deg, rgba(160, 218, 235, 1) 0%, rgba(249, 254, 255, 1) 100%);

}
.section-bg2 {
	background: linear-gradient(0deg, rgba(119, 193, 72, 1) 75%, rgba(160, 218, 235, 1) 100%);

}
.section-bg3 {
	background: linear-gradient(0deg, rgba(251, 227, 40, 1) 75%, rgba(119, 193, 72, 1) 100%);

}
.section-bg4 {
	background: linear-gradient(0deg, rgba(243, 108, 0, 1) 75%, rgba(251, 227, 40, 1) 100%);

}
.section-bg5 {
	background: linear-gradient(0deg, rgba(160, 218, 235, 1) 0%, rgba(243, 108, 0, 1) 100%);

}
@media (min-width: 1400px) {
    .article_novus2025 .container {
        max-width: 1200px;
    }
}

/* partners */
/*.article_novus2025 .partners {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
}
.partners-logo {
    max-width: 90%!important;
	width: 850px;
    margin: 0 auto;
}
@media (max-width:768px) {
	.partners-logo {
		width: 400px;
	}
}
*/



.footer_section {
    background: var(--color1);
    padding: 50px 0;
    color: #fff;
}



.article_novus2025 strong {
    font-weight: 700;
}



.article_novus2025 h1 {
    margin-bottom: .5em;
    font-size: 60px;
    line-height: 100%;
}
.article_novus2025 .hero img {
    width: 100%;
}






.article_novus2025 section {
    position: relative;
    z-index: 2;
	font-weight: 500;
}



.event-wrap {
    background-size: cover;
    background-position: center;
	position:relative;
	cursor: zoom-in;
	z-index: 2;
	margin-bottom: 40px;
}



.el {
    position: absolute;
    top: 10%;
	left:2%;
	right:2%;
    z-index: -1;
	bottom: 10%;

}
.el-2 {
	top: auto;
    left: auto;
}
.bg-top {
    background-position: top!important;
}
.sheet-wrap {
    transition: transform 0.2s ease-in-out;
    transform: translateY(0) rotate(0) scale(1);
	position: relative;
}
.sheet-wrap:hover {
    transform: translateY(-10px) rotate(-1deg) scale(1.05);
}

.sheet-dots {
    width: 100%;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
    position: relative;
}
.sheet {
    background-size: cover;
    background-position: center;
	position:relative;
	cursor: zoom-in;
	margin-bottom: 24px;
	background-color: #fff;
	min-height:300px;
	transition: background 0.2s ease-in-out;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}
.sheet::before,
.sheet::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);

  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.sheet::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.sheet::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.sheet:hover::before,
.sheet:hover::after {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.9);
}

.sheet:hover::before {
  left: 10px;
}

.sheet:hover::after {
  right: 10px;
}
.sheet:hover {
 /* background: linear-gradient(to right, #abbd73 0%, #abbd73 100%);*/
}

.sheat-header {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    color: var(--color1);
    padding: 10px 0;
    border-bottom: 1px dashed;
}
.sheet-body {
    padding: 20px;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
	background-color: #fff;
}
.sheet-title {
    background: var(--color99);
    max-width: 230px;
    padding: 10px;
    border-radius: 1em;
}
/*
.event-wrap:after {
    content: '';
    inset: 0;
    background: var(--color1);
    position: absolute;
    z-index: -1;
	opacity:0;
		-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.event-wrap:hover:after {
	opacity:.4;
}
*/
.event-text_wrap {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    background-color: var(--color99);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-text_wrap span {
    font-weight: bold;
    font-size: 1.2em;
    color: var(--color1);
}
.event-text_wrap.bg2 span {
    color: var(--color99);
}
.event-text_wrap_bg2 {
	background-color: rgba(66,172,53,.8);
	backdrop-filter: blur(5px);
	color: var(--color99);
}
.event-text_wrap_bg2 span {
	color: var(--color99);
}
.event-text_wrap .event-date span {
    font-size: 3em;
}
.bg2 {
	background-color: var(--color1);
	color: var(--color99);
}
.event-date {
    width: fit-content;
    border: 1px dashed var(--color1);
    padding: 0 10px;
    border-radius: 8px;
}
.bg2 .event-date {
    border-color: var(--color99);
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
 .dots-wrap {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--color1);
  color: var(--color1);
  box-shadow: 9999px 0 0 -3px;
  /*animation: dot-pulse 1.5s infinite linear;*/
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color:  var(--color1);
  color:  var(--color1);
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -3px;
  /*animation: dot-pulse-before 1.5s infinite linear;*/
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -3px;
  /*animation: dot-pulse-after 1.5s infinite linear;*/
  animation-delay: 0.5s;
}
.bg2 .dot-pulse,
.bg2 .dot-pulse::before,
.bg2 .dot-pulse::after {
	background-color: var(--color99);
	color: var(--color99);
}
.event-wrap:hover .dot-pulse {
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.event-wrap:hover .dot-pulse::before {
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.event-wrap:hover .dot-pulse::after  {
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -3px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -3px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -3px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -3px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -3px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -3px;
  }
}

/*
.event-wrap:hover .dot {
  animation: anim 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite reverse;
  -webkit-animation: anim 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite reverse;
}
.event-wrap:hover .dot-first {
  animation-delay: 0.05s;
}
.event-wrap:hover .dot-mid {
  animation-delay: 0.2s;
}
.event-wrap:hover .dot-last {
  animation-delay: 0.35s;
}
.dots {
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #540398;
  border-radius: 50%;
  margin: 10px auto;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.dot {
  width: 4px;
  height: 4px;
  background: #540398;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 51%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dot-first {
  left: 20%;
}
.dot-mid {
  left: 45%;
}
.dot-last {
  left: 68%;
}
@-webkit-keyframes anim {
  0% {
    opacity: 0.2;
    top: 51%;
  }
  25% {
    top: 49%;
  }
  100% {
    opacity: 1;
    top: 51%;
  }
}
@keyframes anim {
  0% {
    opacity: 0.2;
    top: 51%;
  }
  25% {
    top: 49%;
  }
  100% {
    opacity: 1;
    top: 51%;
  }
}
*/
.article_novus2025 img {
     vertical-align: top;
     max-width:100%;
}



.section_bgimage img {
    width: 100% !important;
}
.section_bgimage:after {
    content: '';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background: var(--color1);
	background: linear-gradient(180deg, rgba(62,96,124,0) 0%, rgba(62,96,124,1) 100%);
}
.article_novus2025 .section-intro {
    padding: 50px 0;
}
.article_novus2025 .section-intro p:last-child {
	margin-bottom:0;
}


.numbers {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 860px;
    margin: auto;
}
.number-item {
	position:relative;
	
}
.number-dev {
    width: 1px;
    margin: 0 10px 0px;
    background: #000;
    height: 90px;
}
.number-item p {
    white-space: nowrap;
}
.readmore_link {
    display: flex;
    gap: 30px;
    border: 1px dashed;
    border-radius: 10px;
    padding: 8px 10px 8px 20px;
    background: rgb(0 0 0 / 10%);
    font-weight: 600;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 align-items:center;
}
.readmore_link:hover {
    background: rgb(77 115 205 / 20%);
	/*background: rgb(0 0 0 / 20%);*/
	border-color: #ffc300;
}
.readmore_link svg {
    fill: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 transform: scale(1);
    flex: 1 0 auto;
}.readmore_link:hover svg {
    fill: #ffc300;
	transform:scale(1.2);
}

#countUp {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-align: right;
}

.img-right {
    max-width: 300px !important;
    float: right;
    margin-left: 100px;
}
.article_novus2025 .lead strong {
    font-weight: 500;
}
.text-wrap {
    padding: 20px;
    background: #fff;
    border-radius: 1em;
	color:#000!important;
}
.text-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    background: #fff;
    border-radius: 1em;
	z-index:-1;
}
.text-wrap:is([data-theme=dark] *):before, .text-wrap:is([data-theme=dark] *) {
    background: #ddd;
}
.section:is([data-theme=dark] *) {
    color: #fff;
}
.list {
    margin-bottom: 20px;
}
.list li {
    background: #fff;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 8px;
}
.list li:is([data-theme=dark] *) {
    background: #666;
}
.timeline {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-bottom: 30px;
}
.timeline li {
    position:relative;
	padding:20px 0;
	opacity:0;
	transform:translateY(-20px);
		    transition: all 1s ease;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}
.timeline.aos-animate li.step2 {
	transition-delay: 1s;
}
.timeline.aos-animate li.step3 {
	transition-delay: 2s;
}
.timeline.aos-animate li.step4 {
	transition-delay: 3s;
}
.timeline.aos-animate li.step5 {
	transition-delay: 4s;
}
.timeline.aos-animate li {
	opacity:1;
	transform:translateY(0px);
}
.timeline li:before {
    position:absolute;
	content:'';
	left:-20px;
	top:0px;
	bottom:100%;
	width:3px;
	background:#f00;
			transition: all 1s ease;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}
.timeline li:after {
    position: absolute;
    content: '';
    left: -25px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f00;
    transition: all 1sease;
    -webkit-transition: all 1sease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.aos-animate.timeline li:before {
    bottom:0%;
}
.aos-animate.timeline li.step1:before {
	top:25px;
}
.aos-animate.timeline li.step2:before {
    transition-delay: 1s;
}
.aos-animate.timeline li.step3:before {
    transition-delay: 2s;
}
.aos-animate.timeline li.step4:before {
    transition-delay: 3s;
}
.aos-animate.timeline li.step5:before {
    transition-delay: 4s;
	bottom:22px;
}


.red-block {
    background: #fa0007;
    color: #fff;
    padding: 30px 30px 20px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 70px;
}
.red-block p {
    line-height: 120%!important;
}
.phonenumber {
}
.phonenumber a {
    display: flex;
    white-space: nowrap;
    background: #fff;
    width: fit-content;
    margin: 0 auto -80px;
    padding: 10px 20px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    border: none !important;
    box-shadow: 8px 8px rgba(0, 0, 0, .3);
    align-items: center;
    gap: 10px;
}
/* Lead */

.lead {
    padding: 30px 40px 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    background: var(--color1);
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.lead2 {
    padding: 30px 40px 20px;
    /* font-size: 1em; */
    position: relative;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 30px;
    border-left: 5px solid var(--color2);
}
.lead2 em {
	font-size:1.5em;
	font-weight: 400;
}

.devider {
    border-top: 2px dashed var(--color1) !important;
}
.custom-tooltip-link {
    border-bottom: 1px dashed;
}

.iframe-wrap {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 1em;
    overflow: hidden;
}
.iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* Footer */
.article_novus2025 .footer-section {
    background: #efefef;
    padding: 50px 0;
}
.section.section-credits {
    font-size: .8em;
    text-align: center;
    padding-bottom: 20px;
    padding: 40px 0;
    background: #A0DAEB;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(160, 218, 235, 1) 100%);

}
.hover-link {
	position: absolute;
	inset: 0;
}
.modal-body ul {
    list-style: initial;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.modal-body a {
    border-bottom: 1px dashed;
}
.modal-body a:hover {
    color: var(--color1);
}
.sheet-title>p:last-of-type {
    margin-bottom: 0;
}
.modal-backdrop {
	background: var(--color1);
}
.modal-header {
    background: var(--color99);
    /* color: var(--color99); */
    border-bottom: none;
}
.modal-header h1 {
    margin: 0!important;
}
.modal-content {
    border-color: var(--color1);
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
.modal-backdrop.show {
    opacity: .9;
}
.btn.btn-secondary {
    background: var(--color1);
    border-color: var(--color1);
}

@media (max-width:1400px) {


}
@media (max-width:1199px) {
	.article_novus2025 p {
		line-height: 1.3em;
		font-size: 14px;
	}
	.h4, h4 {
		font-size: 1.2em;
	}
}
@media (max-width:991px) {
	.article_novus2025 h1 {
		font-size: 40px;
	}
}
@media (max-width:768px) {
	.el {
		top: 2%;
		bottom: 2%;
		max-width: 40vw !important;
	}
}
@media (max-width:576px){

}