@font-face {
	font-display: swap;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/e447f15e9ee41f4aeacf.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	src: url(fonts/b9b3b8c73666e463b1dd.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 700;
	src: url(fonts/778d1da879cff313cd40.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/fa121838eab786ac4da5.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif";
	font-style: italic;
	font-weight: 400;
	src: url(fonts/65047a1d4601bbfe276c.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 600;
	src: url(fonts/335c6dc127bd604e3360.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 700;
	src: url(fonts/95a7852f49ad1ece3dcc.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif";
	font-style: italic;
	font-weight: 700;
	src: url(fonts/68e42ea2ddf3b22958ca.woff2) format("woff2")
}



.tiscali-topbar {
	font-family: "Noto Serif", Helvetica Neue, Arial;
	background:rgb(95, 87, 161);
	color:#FFF;
  	box-sizing:border-box;
  	width:100%;
  	height:40px;
  	position: absolute;
  	top:0;
  	left:0;
  	z-index: 99999;
  	display:flex;
  	align-items:center;
	font-size: 14px;
	font-weight: 600;
}
.tiscali-topbar .tnav-toogle-container{
	align-self: stretch;
	width:50px;
	justify-content: center;
	display:flex;
	background-color:#fff;
}
 
.tiscali-topbar .brand-nav{
	height:40px;
	display: flex;
	align-items: center;
	margin-left:20px;
}
 
.tiscali-topbar .brand-nav img{
	height:26px;
}

.tiscali-topbar a {
	color:#FFF;
	text-decoration:none;
	font-size: 14px;
	font-weight: 600;
}
.tiscali-topbar .highlight {
	color:rgba(255, 218, 102,1);
	/* display:flex;
	align-items:end; */
}
.tiscali-topbar .highlight a{
	color:rgba(255, 218, 102,1);
}
.tiscali-topbar ul.left-items {
	font-family: "Noto Sans";
	display:flex;
	gap:30px;
	align-items:center;
	padding-left:21px;
}

.tiscali-topbar ul.left-items {
	list-style: none;
}
.tiscali-topbar ul.left-items > li {
	position:relative;
}

.tiscali-topbar .icon-link{
	margin-top:-4px;
	margin-right: 4px;
} 
.tiscali-topbar .left-items a{
	font-family: "Noto Sans";
	display: flex;
	font-size:14px;
} 
.tiscali-topbar .left-items ul.dropdown-container  {
	position:absolute;
	top:20px;
	z-index:2000;
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:6px;
	min-width:160px;
	color:#333333;
	list-style:none;
	display: none;
	padding:8px 0;
	
} 

.tiscali-topbar .left-items .dropdown-container > li > a{
	font-family: "Noto Sans";
	color:rgb(51, 51, 51);
	font-size:16px;
	font-weight: 400;
	line-height: 24px;
	padding:5px 20px;
	text-wrap: nowrap;
} 
.tiscali-topbar .left-items .dropdown-container > li:hover{
	background-color:#f5f4fe;
	
} 



.tiscali-topbar .left-items .dropdown-container > li > a.head-title{
	font-family: "Noto Serif";
	color:rgb(86, 80, 144);
	font-size: 16px;
	font-weight: 700;
	margin-top:10px;
} 

.tiscali-topbar .left-items .dropdown-container > li:first-child > a.head-title{
	margin-top:0;
	
} 

.tiscali-topbar ul.left-items > li.menu-item-has-children{
	display:block;
	cursor:pointer;
}
.tiscali-topbar ul.left-items > li.menu-item-has-children::after{
	content: "";
	position: absolute;
	right: -10px;
	height: 0px;
	top: 1px;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-left-color: #fff;
	transform: rotate(90deg);
}

.tiscali-topbar ul.right-items {
	display:flex;
	gap:10px;
	align-items:center;
	padding-right:10px;
	opacity:0.75;
	margin-left: auto;
}

.tiscali-topbar ul.right-items > li {
	margin:0;
	border-right:1px solid rgba(255,255,255,0.40);
	padding-right:10px;
}
.tiscali-topbar ul.right-items > li:last-child {
	border:0;
	padding:0;
}

.tiscali-topbar ul.left-items {
	list-style: none;
}
.tiscali-topbar ul.left-items > li {
	position:relative;
}
#tnav-toogle  {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 22px;
	height:40px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	position:relative;
	
  }
  #tnav-toogle button{display:none;}
  #tnav-toogle > span,
  #tnav-toogle > span::before,
  #tnav-toogle > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color:rgb(86, 80, 144);
	transition-duration: .25s;
	left:0;
  }
  #tnav-toogle > span::before {
	content: '';
	top: -6px;
  }
  #tnav-toogle > span::after {
	content: '';
	top: 6px;
  }

  #tsc-off-canvas-menu{
	
	position:absolute;
	top:0;
	left:-400px;
	bottom:0;
	width:399px;
	background: rgba(255,255,255, 1);
	z-index:9999999999;
	border-right:1px solid rgba(0,0,0,0.4);
	font-family: "Noto Serif", Helvetica Neue, Arial;
	display: flex;
	flex-direction: column;
	transition: left 400ms;
}
#tsc-off-canvas-menu >  .tsc-off-canvas-menu-container{
	/* position:absolute;
	top:40px;
	left:0;
	right:0;
	bottom:0; */
	font-family: "Noto Serif", Helvetica Neue, Arial;
	display: flex;
	flex-direction: column;
    overflow: auto;
	flex:1;
}
#tsc-off-canvas-menu.opened {
	left:0;
}
#tsc-off-canvas-menu a,   #tsc-off-canvas-menu div {
	font-family: "Noto Serif", Helvetica Neue, Arial;
}
#tsc-off-canvas-menu header{
	height:40px;
	background:rgb(95, 87, 161);
	display:flex;
	align-items: center;
	justify-content: center;
	position: relative;

}

#tsc-off-canvas-menu header img{
	width:116px;
	height:26px;
}
#tsc-off-canvas-menu h6 {
	font-family: "Noto Serif", Helvetica Neue, Arial;
	font-size:17px;
	font-weight:700;
	color: rgb(86, 80, 144);
	margin-bottom: 20px;
	margin-top: 1.25rem !important;
}
#tsc-off-canvas-menu .off-canvas-content-block-container a {
	font-family: "Noto Sans";
	font-size:15px;
	color: rgb(51, 51, 51);
	
}
#tsc-off-canvas-menu .off-canvas-content-block-container{
	padding:0.32rem 1.25rem;
	
	
}

#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-1{
	border-bottom: 1px solid rgb(163, 163, 163);

}

 #tsc-off-canvas-menu .off-canvas-content-block-container.block-container-3{
	background-color:rgb(245, 244, 254);
} 
#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-1 a , #tsc-off-canvas-menu .off-canvas-content-block-container.block-container-3 a{
	font-weight: 600;
}
#tsc-off-canvas-menu .content-block{
	display:flex;
	flex-wrap:wrap;
}
#tsc-off-canvas-menu .content-block .half-content {
	width:50%;
	margin-bottom:10px;
	line-height: 1.5;
	padding:0 10px;
}

#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-footer {
	background:rgb(95, 87, 161);
	color:#FFF;
	margin-top: auto;
}
#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-footer h6 {
	color:#FFF;
} 
#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-footer > ul {
	display:flex;
	align-items: center;
	margin-bottom:20px;
} 

#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-footer > ul >li {
	margin-right:20px;
} 
 
#tsc-off-canvas-menu .off-canvas-content-block-container.block-container-footer > ul > li img {
	width:24px;
	height: auto;
} 

#off-canvas-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
}
#off-canvas-close:before, 
#off-canvas-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #F0F0F0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}
#off-canvas-close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

#tsc-overlay {width:100%; height:100%;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0, 0,0, 0.6);z-index:999999;}


@media only screen and (max-width: 992px){
	.tiscali-topbar ul.right-items{
		display:none;
	  }
  }

  
  @media screen and (max-width: 856px) {
	.tiscali-topbar ul.left-items{display:none;}
  }
  
  