.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, p, button, a, h1, h2, h3 {
  font-family: "Inter Tight", sans-serif;

}

#contenttop h1 {
color: white;
    font-size: 7vw;
    font-size: clamp(50px, 7vw, 100px);
    text-align: left;
    line-height: 0.9em;
}

#contenttop h1.c-pagetitle, #abovecontent h1.c-pagetitle {
    color: #101010;
    font-size: 5vw;
    font-size: clamp(50px, 5vw, 100px);
    text-align: center;
}


.c-greencolor {
color: #00fecb;
}


.c-main-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 20px;
    position: relative;
    box-sizing: border-box;
}


.c-main-subtitle {
    text-align: center;
    font-size: 18px;
}

.c-main-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.c-main-text {
    max-width: 800px;
    text-align: center;
    margin-top: 20px;
    line-height: 2em;
    font-size: 18px;
    font-weight: 300;
    margin: 25px auto;
}


.c-button {
text-align: center;
}

.c-button a {
    display: inline-block;
    text-decoration: none;
    background-color: #7e2fed;
    color: white;
    padding: 10px 20px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
}

.c-button a:hover {
    background-color: #00fecb;
    color: black;
}


.c-footer-container .c-main-title, .c-footer-container .c-main-subtitle {
    text-align: left;
}

.c-footer-container {
    padding: 100px 20px;
}

.c-footer-social {
    margin-top: 20px;
}

.c-footer-social .c-social-icon {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: #7e2fed;
    border-radius: 50%;
}

.c-footer-social .c-social-icon img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.c-footer-info {
    margin-bottom: 30px;
}


.c-footer-date {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7e2fed;
    color: white;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.c-footer-date span {
    display: block;
}

#belowsite .c-footer-link a {
    text-decoration: none;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    transition: 0.3s;
}

#belowsite .c-footer-link a:hover {
    color: #7e2fed;
    text-decoration: underline;
}

#belowsite .c-button-footer {
text-align: left;
}

#belowsite .c-button-footer a {
    display: inline-block;
    text-decoration: none;
    color: #7e2fed;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
}

#belowsite .c-button-footer a:hover {
    color: #00fecb;
}

/* SPONSORS */

.c-sponsors-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.c-sponsor img {
    width: auto;
    height: 70px;
    max-width: 200px;
    object-fit: contain;
    object-position: center;
}

/* END SPONSORS */

.c-register-top {
    float: right;
}

.c-register-badge {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.c-register-badge img {
    width: 100%;
    height: 100%;
}

.c-register-badge-layer-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-register-badge-layer-2 {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: 20s rotate linear infinite;
}

@keyframes rotate {
    from {     transform: translate(-50%, -50%) rotate(0deg); }
    to {     transform: translate(-50%, -50%) rotate(359deg); }
}

.c-register-badge-layer-3 {
    position: absolute;
    width: 40%;
    height: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-top-inside {
    padding-top: 200px;
    padding-bottom: 50px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.c-stay-tuned-banner {
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.c-tag-boxes {
    display: flex;
    gap: 20px;
}


.c-tag-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.c-tag-box a {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(0 254 203 / 100%);
    border-radius: 50px;
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: 0.5s;
}

.c-tag-box a span {
    color: black;
    transition: 0.5s;
}

.c-tag-box a:hover {
    background-color: rgb(126 47 237);
    color: white;
}

.c-tag-box a:hover span {
    color: #00fecb;
}

.c-contact span {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: #7e2fed;
    border-radius: 50%;
}

.c-contact span img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}


/* RESPONSIVE */
@media (max-width: 991px) {
.c-main-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
}
.c-main-title {
    font-size: 24px;
}

.c-footer-container {
    padding: 50px 20px;
}

.c-footer-date {
    margin-top: 20px;
}

.c-footer-container .col-md-6 {
    margin-bottom: 20px;
}

.c-footer-social {
    margin-top: 5px;
}

.c-top-inside {
    padding-top: 100px;
}

.c-tag-boxes {
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-tag-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: unset;
    flex-wrap: wrap;
    font-size: 14px;
}

.c-tag-box a {
    display: inline-block;
    padding: 10px;
}

}/* MENU */

.notloggedin #topmenu::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 40px;
background-image: url('/cache/files/47e3cfcd89c7a0409a9e06ea3adf47756d154d9e.svg');
    background-repeat: repeat-x;
}

.notloggedin #topmenu, .notloggedin #topbanner {
    position: fixed;
}

.notloggedin #belowtopmenu {
display: none;
}

div.topmenu ul li.active a {
   font-weight: 900;
}

div.topmenu ul li:last-child {
background-color: #00fecb;
    border-radius: 64px;
transition: 0.3s;
}

div.topmenu ul li:last-child a {
color: black;
   font-weight: 900;
transition: 0.3s;
}

div.topmenu ul li:last-child:hover {
background-color: #7e2fed;
}

div.topmenu ul li:last-child:hover a {
color: white;
}

#topbanner .htmlbox {
   font-size: 14px;
}

#topbanner .langchooser {
    padding-top: 13px;
}

/* MOBILE MENU */

#mobile-header {
   position: fixed;
   z-index: 90;
}

.notloggedin #mobile-header::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 120%;
height: 50px;
background-image: url('/cache/files/47e3cfcd89c7a0409a9e06ea3adf47756d154d9e.svg');
    background-repeat: repeat-x;
}

.side-nav__footer label {
   color: white;
}

/* END MENU */

.c-newlogo {
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: black;
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    padding-left: 8vh;
    padding-right: 8vh;
}.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-besponsor {
    text-align: center;
    background-color: #eee;
    border-radius: 20px;
    margin-top: 100px;
}

.c-besponsor-inner {
   max-width: 900px;
   margin: 0 auto;
   padding: 30px;
}