.nunito-sans-light-font {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

.nunito-sans-middle-font {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.nunito-sans-bold-font {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

/*
    -> COOKIE DEC Button
*/
#button {
    position: fixed;
    right: 30px;
    bottom: 20px;
    background-color: #ffffff;
    border: 2px solid #0d5979;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 2vw;
    box-sizing: border-box;
}

#imgHeader {
    width: 100%;
}

p.spaceBo {
    margin-bottom: 4vw;
}



textarea, input, select {
    width: 100%;
    border: 1px solid #83acbc;
    resize: none;
    border-radius: 5px;
    font-size: 20px;
    color: #83acbc !important;
    padding: 10px;
    font-size: 24px;
}

select {
    width: calc(100% - -4px) !important; 
}

textarea {
    height: 200px;
    margin: 1px 0 1px 0;
}

input, select {
    /*height: 50px;*/
}

select {
    /*width: 97%;*/
}

input[type=text], input[type=email], select {
    margin-bottom: 20px;
}

textarea, input[type=text], input[type=email] {
    width: calc(100% - 20px) !important;
}

textarea:focus, input:focus, select:focus {
    outline: none !important;
    border: 2px solid #83acbc;
        
}

textarea:focus, input[type=text]:focus {
    width: calc(100% -24px) !important;
}

textarea:focus, select:focus {
    margin: 0px;
}

input[type=text]:focus {
    margin-bottom: 19px;
}

#imgHeader {
    width: 100%;
}

#divBody, .divBody {
    max-width: 1400px;
    margin: 0 auto 0 auto;
    padding: 10px;
}

#divContent {
    padding-top: 2vw;
    width: 90%;
    margin: 0 auto 0 auto;
}

#divParticipation {
    display: flex;
    /*gap: 2%;*/
    justify-content: space-between;
}

#divParticipationLeft {
    position: relative;
    width: 28.7%;
}

#divParticipationRight {
    position: relative;
    display: flex;
    width: 69%;
    flex-direction: column;
    /*gap: 5.6%;*/
    justify-content: space-between;
}

#divParticipationRight div {
    position: relative;
}

.imgPart {
    width: 100%;
    cursor: pointer;
}

#tBoxPart1, #tBoxPart2, #tBoxPart3 {
    position: absolute;
    width: 120px !important;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    display: none;
    cursor: pointer;
}

.ms-100_img {
    width: 200px;
}

#btnSubmit {
    width: 100%;
    height: 50px;
    font-size: 20px;
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #0d5979;
    color: #ffffff !important;
    letter-spacing: 2px;
}

/*#tBoxPart1 {
    top: 100px;
}

#tBoxPart2 {
    top: 100px;
}

#tBoxPart3 {
    top: 100px;
}*/

.ms-100_footer {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: auto;
    padding: 50px 0;
    width: 100%;
    background-color: #0d5979;
}

.ms-100_sub-footer {
    background-color: #0d5979;
    position: relative;
    width: 100%;
    text-align: center;
}

.ms-100_footer p,
.ms-100_sub-footer p {
    color: #ffffff;
    font-size: 16px;
}

.container {
    display: block;
    position: relative;
    width: calc(100% - 15px);
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: -0px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #83acbc;
    cursor: pointer;
}

.container:hover input ~ .checkmark {
    background-color: #d5d5d5;
}

.container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #83acbc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blueFont {
    color: #83acbc;
}

.divContentImage {
    display: flex;
}

.imgCol {
    width: 100%;
    max-width: 910px;
    margin: 2vw auto 2vw auto;
}

.cbPart {
    visibility: hidden;
    position: absolute;
}

.lessAlpha {
    opacity: 0.2;
}

.vsAll {
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 1200px) {
    /*#tBoxPart1, #tBoxPart2, #tBoxPart3 {
        width: 180px !important;
        top: calc(50% - 90px);
        left: calc(50% - 90px);
    }*/
}

@media (max-width: 1000px) {
    body {
        font-size: 2.5vw;
    }
}

@media (max-width: 800px) {
    body {
        font-size: 3vw;
    }

    textarea, input, select {
        /*font-size: 16px;*/
    }

    textarea {
        height: 100px;

    }

    input {
        height: 24px;
    }

    select {
        /*height: 28px;*/
    }

    #tBoxPart1, #tBoxPart2, #tBoxPart3 {
        width: 120px !important;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
    }

    .vsAll {
        margin-bottom: 50px;
        font-size: 16px;
    }

    #tbIdeas {
        color: #83acbc !important;
    }

    ::placeholder {
        font-weight: 200 !important;
        font-size: 22px;
        color: #83acbc !important;
    }

    #btnSubmit {
        width: 100%;
        height: 50px;
        font-size: 20px;
        padding: 10px;
        border: 1px solid;
        border-radius: 4px;
        margin-bottom: 20px;
        cursor: pointer;
        background-color: #0d5979;
        color: #ffffff;
        letter-spacing: 2px;
    }

    /*
    -> MEDIA - QUERIES (1200 | 800 | 600 | 400)
*/

    @media (max-width: 1200px) {
        p {
            font-size: 22px;
        }
    }

    @media (max-width: 800px) {
        .ms-100_img {
            width: 120px;
        }

        .ms-100_img-container {
            bottom: -10px !important;
        }

        #pnSent {
            font-size: 22px;
            padding: 20px 10px;
        }
    }

    @media (max-width: 600px) {

        #tBoxPart1, #tBoxPart2, #tBoxPart3 {
            width: 80px !important;
            top: calc(50% - 40px);
            left: calc(50% - 40px);
        }

        .ms-100_footer {
            flex-direction: column;
            padding: 50px 20px;
            width: calc(100% - 40px);
        }

        .ms-100_footer .ms-100_img {
            width: 300px;
        }

        .ms-100_sm {
            flex-direction: row !important;
        }
    }

    @media (max-width: 400px) {
    }
}