body, main{
overflow-x: clip;
}
@media (min-width:1200px){
.header{
z-index: 3;
height: 217px;
}

.header .logo{
position: relative;
top:-8px;
flex-basis: auto;
height: 100%;
padding-right: 2rem;
}
.header .logo img {
width: 150px;
}
}
.only-mobile{
display: none;
}
.footer{
display: none;
}
.low{
position: absolute;
margin-top: auto;
width: 100%;
height: 3rem;
bottom: 0;
background-color:#034959;
mix-blend-mode: hard-light;
}
.low .bottom{
display: flex;
justify-content: space-between;
padding:0.7rem 1rem;
color:#fff;
}
.low .bottom a{
color:#fff;
}
.cover {
position: relative;
min-height: 670px;
}

.cover-slick {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: -1;
}

.cover-slick div {
height: 100%;
background-size: cover;
background-position: center;
}

.cover .toggle-slick {
position: relative;
top: 125px;
	background: none;
	border: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	left: 1rem;
display: none;
}



.cover-content {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 99;
text-align: center;

max-width: 600px;
margin-top: -60px;
}

video {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-size: cover;
transition: 1s opacity;
object-fit: cover;
z-index: -1;
}

#toggle-video {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
display: none;
}

.rights{
position: relative;
width: 100%;
height:auto;
top:208px;
}

.updates{
position: relative;
top:0;
right: 0;
width: 100%;
max-width: 100%;
}


.updates .row{
display: flex;
justify-content: flex-end;
}
.updates .row a{
border: 1px solid var(--blue);
border-radius: 50px;
	background-color: transparent;
color: var(--blue);
font-weight: 600;
	backdrop-filter: blur(50px);
}
.updates .row .btn{
font-size: 1.1rem;
}
.updates .row a i{
font-weight: bold;
}
.updates .row a:hover{
color: #fff;
background-color: var(--blue);
}
.slick-updates {
width: 65%;
position: relative;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 55%, rgba(255,255,255,0.87) 100%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 14%, rgb(255 255 255) 100%);
padding-bottom: 1rem;
}
.slick-updates h2{
max-height: 52px;
font-weight: 900;
	line-height: 1;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.slick-updates a{
position: relative;
color: var(--text);
}

.slick-updates .divider{
position: relative;
background-color: var(--lightblue);
	width: 100px;
	height: 2px;
margin-top: 1rem;
}
.slick-updates .divider + p{
position: relative;
font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.slick-updates .slick-slide > div{}
.slick-updates .item{

width: 100%;
padding:1rem 8rem;
max-width: 55vw;
}

.updates .slick-dots {
position: absolute;
display: flex;
width: 100%;
list-style-type: none;
padding-right: 8rem;
bottom:1rem;
margin-bottom: 0;
}

.updates .slick-dots li.slick-active button {
background-color: rgba(var(--lblueRGB), 1);
}

.updates .slick-dots li button {
position: relative;
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 6px;
margin: 0 0.5rem;
cursor: pointer;
color: transparent;
border: 1px solid #fff;
outline: none;
background: rgba(var(--lblueRGB), 0.2);
border:1px solid rgba(var(--lblueRGB), 0.1);
font-size: 0;
border-radius: 50%;
}
.updates .slick-dots li:only-child{
display: none;
}
.services {
margin-top: 2.5rem;
position: relative;
right: 0;
width: 100%;
display: flex;
flex-direction: column;

}

.services .wrapper{
right: 0;
max-width: 37vw;
}
.service {
display: block;
background-image: linear-gradient(to right, #ffffff00, #ffffff);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 17%, rgb(255 255 255) 100%);
width: fit-content;
margin: 0 0 0.8rem 0;
padding: 0.5rem 5rem 0.5rem 3rem;
color: var(--text);
font-weight: bold;
font-size: 1.42rem;
transition: all 0.4s ease;
}
.service:hover{
padding: 0.5rem 4rem 0.5rem 1rem;
}
.services .wrapper div:last-of-type .service{
margin-bottom: 0;
}
.service figure{
display: flex;
align-items: center;
}
.service .icon{
padding-left: 1rem;
width: 57px ;
transition: all 0.2s ease-in;
}

.service .icon img {
display: block;
margin: 0 auto;
}


/* Articles */

.articles {
padding: 3rem 2rem;
}
.articles h2 {
font-weight: bold;
margin-bottom: 2rem;
}
.articles article {
display: block;
height: 100%;
}
.articles .row > div {
margin-bottom: 30px;
}
.article {
display: block;
background: #fff;
color: #000;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
position: relative;
height: 100%;
}
.article img {
display: block;
width: 100%;
}
.article .info {
padding: 1rem;
}
.article h3 {
font-weight: bold;
}
.article .date {
padding-bottom: 56.25%;
position: relative;
background: rgb(87, 129, 207);
background: linear-gradient(45deg, rgb(77, 131, 246) 0%, rgb(132, 146, 183) 50%, rgb(88, 109, 215) 100%);
}
.article .date > div {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);

font-size: 3rem;
color: #fff;
text-align: center;
font-weight: bold;
}
.article .date > div > span:nth-child(2) {
font-size: 1.5rem;
display: block;
}
.read-more {
background: #fff;
display: inline-block;
padding: .25rem .75rem;
font-weight: bold;
color: inherit;
border: 1px solid #ddd;
}

/**/

.events {
width: fit-content;
/* max-width:calc(100% - 490px); */
	max-width: 45vw;
margin-right: auto;
padding-right: 0.5rem;
position: absolute;
left: 0;
bottom: 115px;
}
.events .tops {
	padding-left: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.events .tops a {
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	background-color: var(--site1);
	border-radius: 50px;
	text-align: center;
	margin-bottom: 5px;
}
.events h2{
margin-bottom: 0;
color: #fff;
	font-weight: 900;
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.52);
text-shadow: 3px 3px 5px rgb(240 0 138);
	position: relative;
	z-index: 2;
}
.slick-prev:before, .slick-next:before{
font-size: 1rem;
}
.slick-events,
.slick-events-one {
padding-right: 18rem;
padding-right: 6.5rem;
background-color: rgba(var(--dblueRGB), 0.82);
}
.slick-events::after{
background-image: url(images/bg1.png?v=2);
content: '';
	position: absolute;
	height: 700%;
	height: 825%;
	width: 140%;
	bottom: -114px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;
left: 35px;
pointer-events: none;
content: none;
display: none;
}
.slick-events button{
height: 35px;
width: 35px;
border: 1px solid #fff;
border-radius: 50px;
	display: grid;
	place-content: center;
left: auto;
z-index: 9;
	background-color: rgba(var(--dblueRGB), 0.9);
}
.slick-events button:hover{
background-color: var(--blue);
}
.slick-events .slick-next{
right: 2.5rem;
top: 4.5rem;
}
.slick-events .slick-prev{
right: 1rem;
top: 2.2rem;
}
.slick-events .slick-slide > div{
height: 100%;
border-left: 1px solid #fff;
}
.events .item{
padding: 1.5rem 18px;
display: flex;
	justify-content: space-around;
	margin: auto;
min-height: 136px;
max-height: 136px;
}

.events .dates, .events .info{
display: flex;
flex-direction: column;
	justify-content: flex-end;
color: #fff;
margin-top: auto;
	line-height: 1.1;
}
.events .dates{
margin-top: unset;
justify-content: center;
}
.events .dates em{
font-style: normal;
font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.1;
	margin-left: 6px;
}
.events .dates b{
font-weight: 300;
}
.events .dates span:first-of-type{
padding-bottom: 5px;
position: relative;
	display: flex;
	align-items: baseline;
}
.events .dates span:first-of-type::after{
content: '';
position: absolute;
	background-color: #fff;
	width: 100%;
	height: 1px;
	border-radius: 3px;
	bottom: 0;
	right: 0;
}
.events .dates span:last-of-type{
padding-top: 5px;
}
.events h3{
line-height: 1.1;
font-size: 1.2rem;
	font-weight: 700;
}
.events .info{
padding-right: 14px;
}
.events .info p{
margin-bottom: 0;
line-height: 1.2;
	display: flex;
	flex-direction: column;
}
.side-banners{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.side-banners div {
background-color: #fff;
width: fit-content;
padding: 0.59rem 2rem 0.59rem 3rem;
left: 0;
margin-bottom: 0.7rem;
border-radius:0 50px 50px 0;
transition: all 0.3s ease-out;
}

.side-banners a {
display: block;
font-size: 1.4rem;
color:#fff;
font-weight: 300;
}
.side-banners div:first-of-type{
background-color: var(--blue);
}
.side-banners div:last-of-type{
background-color: var(--blue2);
}
.side-banners div:nth-child(2){
background-color: var(--lightblue);
}
.side-banners div:nth-child(3){
background-color: var(--hotpink);
}
.side-banners div:nth-child(4){
background-color: var(--orange);
}

.side-banners div:hover{
padding: 0.59rem 2rem 0.59rem 5rem;
}
/**************************************************************/

@media (min-width: 992px) {

.side-banners {
position: absolute;
top: 130px;
z-index: 4;
}
.side-banners.side-banners-right {
right: 0;
}
.side-banners.side-banners-left {
left: 0;
}
.cover {
height: 100vh;
}

}


@media (min-width:992px) and (max-width:1650px) {
/* .events{
max-width: calc(100% - 450px);
*/ .slick-events::after {

width: 150%;
left: -82px;
}
}

@media (min-width:992px) and (max-width:1500px) {

.slick-events,
	.slick-events-one {
		padding-right: 4rem;
	}
.slick-events::after {

width: 150%;
left: -7px;
	opacity: 0.5;
	z-index: -1;
}

.events .item {}
}
@media (max-width:1199px) {
.slick-updates .item {
		padding: 1rem 5rem 0;
		max-width: 70vw;
	}
.slick-events::after {
left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.side-banners div {
padding: 0.5rem 1rem;
}
.side-banners a {
font-size: 1.1rem;
}
.rights {
top: 150px;
}
}


@media (max-height:890px){
.header {
height: 170px;
}

.header .logo img {
height: 125px;
}
.side-banners div {
padding: 0.4rem 2rem 0.4rem 3rem;
}
.side-banners a {
font-size: 1.2rem;
}
.rights {
top: 170px;
}
.service {
padding: 0.25rem 5rem 0.25rem 1rem;
	font-size: 1.2rem;
	margin: 0 0 0.5rem 0;
}

.service .icon {
width: 54px;
}
.events {
max-width: calc(100% - 400px);
}
.slick-updates .item {
padding: 1rem 5.5rem 0;
	max-width: 50vw;
}

.slick-updates h2 {
height: 32px;
	font-size: 1.5rem;
	overflow: hidden;
}
.slick-events,
.slick-events-one {
padding-right: 4rem;
}
.slick-events::after {
width: 118%;
	height: 590%;
	left: 17%;
	z-index: 1;
	opacity: 1;
}
.events .item {
padding: 1.5rem 45px;
}
.updates .slick-dots {
padding-right: 5rem;
}
}
@media (max-height:799px) {
.slick-events::after {
		width: 120%;
		left: 17%;
		z-index: -1;
		opacity: 0.7;
	}
.low {
bottom: auto;
}
}

@media (max-width: 991px) {
body {
padding-top: 0;
}
.desktop {
display: none;
}
.only-mobile {
display: block;
}
.header .grade {
z-index: -1;
	display: block;
}

.cover-slick {
position: relative;
	height: 590px;
}
.cover {
padding-top: 0; 
min-height: unset;
height:auto;
}
.centered {
text-align: center;
}
.centered-banner img {
max-width: 100%;
}
.news h2 {
display: none;
}
.cover .toggle-slick {
display: none;
}
video, #toggle-video {
display: none;
}
.slick-updates h2 a {
display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	max-height: calc(1.5em * 2);
	width: 100%;
}
.updates .slick-dots{
bottom: 2rem;
}
.slick-updates .item{
margin-inline: auto;
max-width: 75vw;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 2rem;
min-height: 205px;
}
.slick-updates h2{
height: auto;
max-height: unset;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: calc(2vw + 14px);
}
.slick-updates .divider{
margin-top: 0;
}
.updates{
z-index: 2;
height: 14rem;
	position: relative;
	padding: 0.5rem 0;
	background-color: var(--lightblue);
	overflow-x: clip;
}
.slick-updates{
background: none;
width: 100%;
	position: absolute;
top: 4rem;
}

.rights{
top: 0;
}

.updates .slick-list{overflow-y:visible;overflow-x:clip;}
.services{
z-index: 1;
margin-top: 0;
padding-top: 7.5rem;
background-color: #fff;
}
.service{
margin: auto;
width: 90%;
	border-bottom: 1px solid #efefef;
	font-size: 1.3rem;
}
.services .wrapper{
width: 100%;
max-width: 100%;
}
.updates .only-mobile p{
display: flex;
justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: calc(3vw + 14px);
}
.updates p.only-mobile{padding-top: 0.51rem;}
.side-banners{
position: relative;
z-index: 1;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.events .info{
padding-right: 0;
}
.events{
background-color: rgba(var(--dblueRGB), 0.9);
z-index: 1;
	bottom: auto;
	max-width: 100%;
	padding: 0;
	position: relative;
}
.events h2{
text-shadow: none;
padding: 1rem;
	padding-right: 3rem;
	font-size: calc(1.8vw + 14px);
width: fit-content;
	margin-bottom: 1rem;
}
.slick-events,
.slick-events-one {
background-color: transparent;
}
.events .dates{
margin-left: 1rem;
}
.events .item{
justify-content: space-between;
padding: 1.5rem 25px;
}
.events.one {
width: 100vw;
}

.slick-events-one {
padding: 0;
}
.low{
display: none;
}
.footer{
display: block;
}
.slick-events::after{
content: none;
}
.slick-events,
.slick-events-one {
padding-right: 3.5rem;
	padding-left: 2rem;
	z-index: 2;
}

}

@media (max-width:600px){
.cover-slick {
height: 365px;
}
.slick-updates h2 {
font-size: 1.25rem;
}
.updates {
padding: 1rem 0;
}
.updates > p {
line-height: 1.3;
	font-size: 1.1rem;
}
.updates .row {
padding-inline: 1rem;
}
.slick-updates {
top: 5rem;
}
.slick-updates .item {
max-width: 82vw;
	padding: 1rem;
}
.updates .slick-dots {
padding-right: 3.25rem;
}

.service {
font-size: 1.2rem;
	padding: 1rem;
}
.service:hover {
padding: 1rem;
}
.events .item {
flex-direction: column;
padding: 1.5rem 1rem;
max-height: unset;
}
.events .dates {
width: 130px;
}
.events .info {
padding-top: 1rem;
}

.slick-events .slick-prev,
.slick-events .slick-next {
top: 30%;
	transform: translateY(-50%);
}
.slick-events .slick-next {
right: auto;
left: 1.52rem;
}
.slick-events .slick-slide > div {
border: 0;
}
.slick-events-one .slick-slide > div {
border: 0;
}

.side-banners a {
font-size: 1.3rem;
}
.side-banners div:hover {
padding: 0.75rem 2rem 0.75rem 16%;
}
.side-banners div {
padding: 0.75rem 2rem 0.75rem 16%;
}
}

@media (max-width:400px){
.updates .slick-dots {
bottom: -1rem;
}

.slick-updates .item {
	max-width: 90vw;
}
.services {
padding-top: 10rem;
	margin-top: 4rem;
}
}