body {
font-family: "Ubuntu", sans-serif;
}

.mobile-header {
    box-shadow: none;
}

/*TOP MENU*/

.notloggedin #topbanner {
position: absolute;
}

.topmenu a:hover{
color: #fff;
  transition: all 0.35s ease;
}

.topmenu a:before,
.c-custome-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.topmenu a:before {
  bottom: 10px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2980b9;
}
.topmenu a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.topmenu a:hover:before {
  opacity: 1;
  width: 80%;
}
.topmenu a:hover:after {
  max-width: 80%;
}


/*END OF TOP MENU*/



.c-idiotita {
letter-spacing: 1px;
font-size: 1em;
font-weight: 900;
margin-bottom: 30px !important;
}


/*FOOTER*/

.c-footer {
display: flex;
    flex-direction: column;
    align-items: center;
}

.c-footer-logo {
margin-bottom: 30px;
height: 15vh;
width: auto;
}

.c-footer-contact {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.c-footer-contact p{
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

/*END OF FOOTER*/.c-newlogo {
    background-image: url('/cache/files/44859f34edcd353d9e29e0925a3e2dd06cbdbe5b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/44859f34edcd353d9e29e0925a3e2dd06cbdbe5b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 85px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: #204497;
    background-image: url('/cache/files/44859f34edcd353d9e29e0925a3e2dd06cbdbe5b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin: 2vh;
}

.side-nav__header {
    max-height: 200px;
    height: 10%;
}

.side-nav__hide {
    right: 16px;
top: 20px;
left: auto;
}

.side-nav__footer {
    box-shadow: none;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 20px;
font-size: 0.8em;
}
.c-button-1:hover {
    background-color: #bdeafb;
color: #204497;
}


.c-button-2 {
display: inline-block;
    text-align: center;
    padding: 0px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 20px;
font-size: 0.8em;
min-width: 200px;
}
.c-button-2:hover {
    background-color: #FBB042;
}

.c-button-3 {
display: inline-block;
    text-align: center;
    padding: 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #fbb042;
color: #fff;
border-radius: 20px;
font-size: 0.8em;
}
.c-button-3:hover {
    background-color: #204497;
color: #fff;
}





.c-button-4 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 20px;
font-size: 1.2em;
}
.c-button-4:hover {
    background-color: #ffb353;
    color: #ffffff;
}.c-speaker-text {
line-height: 2em;
}