:root {
    --gradient-shadow: linear-gradient(
        45deg,
        #fb0094,
        #0000ff,
        #00ff00,
        #ffff00,
        #ff0000,
        #fb0094,
        #0000ff,
        #00ff00,
        #ffff00,
        #ff0000
    );
}
body, td, th {
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}
body {
    background:#000;
    margin: 0;
}
body.light, body.light td, body.light th {
    color: #000;
}
body.home {
    background-image: url('images/left.png'), url("images/right.png");
    background-position: left top, right bottom;
    background-size: 20vw;
    background-repeat: no-repeat;
}
body.removeScrollBar {
    overflow: hidden !important;
}
body.light,
body.maintenance {
    background-color: #fff;
}
body.light.grey {
    background-color: #ededed;
}
a:link, a:visited, a:active {
    color: #fff;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #FFF;
}

body.light a:link, body.light a:visited, body.light a:active {
    color: #000;
    text-decoration: none;
    outline: none;
}
body.light a:hover {
    text-decoration: none;
    color: #000;
}
h1 {
    font-size: 20px;
    font-weight: 700;
}
#link-tree {
    margin-top: 100px;
    color: #fff;
    min-height: calc(100vh - 100px);
}
#mobile_menu {
    margin-top: 100px;
    color: #fff;
    min-height:100vh;
}
#link-tree a:link,
#link-tree a:active,
#link-tree a:visited,
#mobile_menu a:link,
#mobile_menu a:active,
#mobile_menu a:visited {
    text-decoration: none;
    color: #fff;
}
#link-tree a:hover,
#mobile_menu a:hover {
    text-decoration: none;
    color: #FFF;
}
#link-tree h1,
#mobile_menu h1 {
    text-align: center;
}
.logo {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
}
.logo figure {
    margin: 0;
}
.logo img {
    max-width: 260px;
}
#link-tree .description,
#mobile_menu .description {
    margin: 20px auto 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
#link-tree .item,
#mobile_menu .item {
    margin-bottom: 10px;
    background-color: #2E2E2E;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}
#link-tree .item:hover,
#mobile_menu .item:hover {
    transform: scale(1.03);
    cursor: pointer;
}
#link-tree .item,
#mobile_menu .item a {
    padding: 20px;
    position: relative;
}
#link-tree .item .icon,
#link-tree .item .options,
#mobile_menu .item .icon,
#mobile_menu .item .options {
    width: 20px;
}
#link-tree .item .icon img,
#link-tree .item .options img,
#mobile_menu .item .icon img,
#mobile_menu .item .options img {
    max-height: 24px;
}
#link-tree .item .options span,
#mobile_menu .item .options span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    transition: all ease .25s;
}
#link-tree .item .options span:hover,
#mobile_menu .item .options span:hover {
    background-color:#5d5d5d;
}

#link-tree .item .options,
#mobile_menu .item .options {
    text-align: center;
    position: relative;
    z-index: 10;
}
#link-tree .item .title,
#mobile_menu .item .title {
    text-transform: uppercase;
    font-weight: 600;
    height: 24px;
}
#link-tree .main-share:hover,
#mobile_menu .main-share:hover {
    cursor: pointer;
}

.slogan {
    font-size: 36px !important;
    font-weight: 600;
    text-align: center;
    margin: 30px auto;
    color: #EAB62F;
}

.challenge-section {
    min-height: 100vh;
    background-position: bottom left;
    background-size: 40%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #FFFFFF;
    z-index: 0;
}
.challenge-section .container-fluid {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    padding: 50px 30px;
    min-height: 100vh;
}
.challenge-section .left-side {
    width: calc(45% - 20px);
}
.challenge-section .right-side {
    width: calc(55% - 20px);
}
.challenge-section.rules-scores .left-side {
    width: calc(55% - 20px);
}
.challenge-section.rules-scores .right-side {
    width: calc(45% - 20px);
}
@media only screen and (max-width: 1199px) {
    .challenge-section .container-fluid {
        position: relative;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        z-index: 2;
        flex-wrap: wrap;
        min-height: 100vh;
    }
    .challenge-section .left-side,
    .challenge-section .right-side,
    .challenge-section.rules-scores .left-side,
    .challenge-section.rules-scores .right-side{
        width: 100%;
    }
}
.challenge-section .challenge-details {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.challenge-section .section-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.challenge-section .subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #ebbc57;
    margin-bottom: 15px;
}
.challenge-section .challenge-name {
    font-size: 60px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 30px;
}
.challenge-section .description p {
    font-size: 20px;
    margin-bottom: 15px;
}
.challenge-section .description ul {
    padding-left: 0;
}
.challenge-section .description ul li {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    list-style-type: none;

    &:after {
        content: '';
        height: 8px;
        width: 8px;
        background: #ebbc57;
        display: block;
        position: absolute;
        transform: rotate(45deg);
        top: 10px;
        left: 0;
    }
}
.criteria-list {
    padding: 20px;
}
.criteria-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    color: #fff;
}
.criteria-header-wrapper.black {
    color: #000;
}
.criteria-header-wrapper .diageo img {
    max-height: 60px;
}
.criteria-header-wrapper .title {
    font-size: 18px;
    margin-bottom: 15px;
}
.rules-scores .right-side {
    background-color: #000;
    background-position: bottom right;
    background-size: 35%;
    background-repeat: no-repeat;
    background-image: url("images/gold-pattern.webp");
    position: relative;
}
.wc-logo {
    max-width: 300px;
    margin: 0 auto 40px;
}
#entry-form .wc-logo {
    margin: 0 auto 10px;
}
.label-name {
    width: 100%;
    padding: 5px 10px;
    display: block;
    font-size: 22px;
    background-color: #EAB62F;
    color: #FFF;
    text-align: center;
    position: relative;
}
.label-name::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 26px 0 0 ;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    top:0;
    left: 0;
    right: unset;
}
.subsection-titles {
    font-size: 38px;
    font-weight: 600;
    color: #EAB62F;
    text-align: center;
    margin: 20px auto;
}
.challenge-section.right {
    background-position: top right;
}
.challenge-section.right::before {
    width: 46%;
    top:0;
    left: 0;
}
.challenge-section.right::after {
    border-width: 100vh 0 0 30vw;
    border-color: transparent transparent transparent #FFFFFF;
    left: 46%;
}
.challenge-section.right .text {
    right: unset;
    left: 40px;
}
.challenge-section.right .label-name::after {
    border-width: 0 26px 43px 0 ;
    border-color: transparent #FFFFFF transparent transparent;
    position: absolute;
    top:0;
    right: 0;
    left: unset;
}

.rules {
    min-height: 100vh;
    padding: 30px 50px;
}
.rules-scores {
    min-height: 100vh;
}

.bar-stats {
    display: flex;
    margin: 20px auto;
    justify-content: space-evenly;
}
.bar-stats .stat {
    margin: 20px 0 0;
}
.bar-stats .stat span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.bar-stats .stat-number {
    height: 120px;
    width: 120px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #78909C;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: all ease .25s;
}
.bar-stats .stat-number:hover {
    border: 3px solid #EAB62F;
}

.bar-stats .stat-label {
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
}
.criteria {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 70%;
    color: #FFFFFF;
}
.criteria-item {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.criteria-item .label {
    width: calc(100% - 50px);
    color: #EAB62F;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}
.criteria-item .description {
    text-align: left;
}
.criteria-item .points {
    font-size: 22px;
    font-weight: 600;
    width: 50px;
    text-align: right;
}
.criteria-item.full .points {
    color: #EAB62F;
}
@media only screen and (max-width: 1799px) {
    .criteria-item .label {
        font-size: 22px;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 1299px) {
    .challenge-section .text {
        width: 50%;
        padding: 120px 0 20px;
        right: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .challenge-section {
        display: block;
        min-height: auto;
        background: none !important;
    }
    .challenge-section .container-fluid {
        padding: 40px 30px 0;
        min-height: auto;
    }
    .challenge-section.right .text {
        left: unset;
    }
    .label-name {
        padding: 5px;
        font-size: 18px;
    }
    .challenge-section .text p {
        font-size: 18px;
    }
    .subsection-titles {
        font-size: 28px;
    }
}

@media only screen and (max-width: 576px) {
    .rules {
        padding: 30px 20px;
    }
    .criteria-item {
        padding: 0;
        flex-wrap: wrap;
    }
    .criteria .title {
        margin: 15px auto;
    }
    .criteria-item .label {
        padding: 10px 0;
    }
    .bar-stats .stat-number {
        height: 90px;
        width: 90px;
    }
    .bar-stats .stat-number span {
        font-size: 32px;
    }
    .bar-stats .stat-label {
        font-size: 16px;
    }
    .challenge-section .text {
        padding: 30px 15px 20px;
    }
}

.inside-page .container {
    min-height: 100vh;
}
.inside-page h1 {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
}
#brand-ambassadors a:link,
#brand-ambassadors a:active,
#brand-ambassadors a:visited {
    transition: all .2s ease-in-out;
}
#brand-ambassadors a:hover {
    color: #D8A92E;
}
.ambassador {
    width: 100%;
    margin: 40px auto;
}
.ambassador figure {
    margin: 0;
}
.ambassador img {
    width: 100%;
}
.ambassador .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.ambassador .name {
    font-size: 28px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .criteria {
        width: 100%;
        margin-bottom: 100px;
    }
    .challenge-section .left-side,
    .challenge-section .right-side,
    .challenge-section.rules-scores .left-side,
    .challenge-section.rules-scores .right-side{
        margin-bottom: 20px;
        padding: 10px 20px;
    }
    .challenge-section .container-fluid {
        padding: 20px 0;
    }
    .challenge-section .subtitle {
        font-size: 24px;
    }
    .left-side .subtitle {
        border-bottom: 2px dashed #ebbc57;
        padding-bottom: 5px;
    }
    .criteria-header-wrapper .title {
        font-size: 14px;
    }
    .criteria-header-wrapper .diageo img {
        max-height: 50px;
    }
    .challenge-section .challenge-name {
        font-size: 44px;
    }
    .ambassador figure {
        margin-bottom: 30px;
    }
    .ambassador:last-child .name {
        order: 2;
    }
    .ambassador:last-child .title {
        order: 1;
    }
}

.shadow {
    position: relative;
}
.shadow:before,
.shadow:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background: var(--gradient-shadow);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: animate 20s linear infinite;
}

.shadow:after {
    filter: blur(20px);
}

@keyframes animate {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}
.btn-outline {
    background-color: #000;
    border: 2px solid #EAB62F;
    padding: 10px 35px;
    color: #EAB62F;
    font-size: 18px;
    font-weight: 600;
    border-radius: 28px;

    &:hover {
        background-color: #000;
        border: 2px solid #FFF;
        color: #FFF;
        text-decoration: none;
    }
}

#entry-form .form-floating,
#entry-form .description,
#entry-form .checkbox-list {
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 24px;
    background: #fff;
}
#entry-form .form-floating.error {
    margin-bottom: 10px;
}
#entry-form .checkbox-list .title {
    font-weight: 600;
}
#entry-form .form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-radius: 0;
    color: #000;
}
#entry-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
#entry-form textarea.form-control {
    height: 160px;
    resize: none;
}
#entry-form .form-floating>label {
    color: #454545;
    padding: 1.8rem 24px;
}
.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem 0;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2.2rem;
    padding-bottom: 1rem;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    background-color: transparent;
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #000;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-radius: 0;
}
.form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.form-select option {
    background: #FFF !important;
    color: #000 !important;
}
.form-select option[selected],
.form-select option:hover {
    background: #FFF !important;
    color: #000 !important;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.file-selection {
    margin: 34px auto !important;
}

.reCAPTCHA_tos {
    font-size:11px !important;
    line-height: initial;
    order: 5;
}
.grecaptcha-badge {
    z-index:5050;
    visibility: hidden;
    opacity: 0;
    transition: linear opacity 1s;
}

.grecaptcha-badge.show {
    visibility: visible;
    opacity: 1;
    transition: linear opacity 1s;
}
.form-check-label a:link,
.form-check-label a:active,
.form-check-label a:visited {
    color: #000;
    text-decoration: underline !important;
}
.form-check-label a:hover {
    color: #000 !important;
    text-decoration: none !important;
}
.form-check-label:hover {
    cursor: pointer;
}
label.error, span.error {
    font-size: 13px;
    color: #c99b00;
    margin-bottom: 15px;
    display: none;
}
input.error, input.error:focus {
    border: 1px solid #c99b00;
}
select.error, select.error:focus {
    border: 1px solid #c99b00;
}
textarea.error, textarea.error:focus {
    border: 1px solid #c99b00;
}
.form-floating.error {
    border: 1px solid #c99b00 !important;
}
.maintenance_mode_wrapper {
    font-family: "Manrope", serif;
    padding: 300px 0 0 0;
}
.maintenance_mode {
    width: 800px;
    margin: 0 auto;
    padding: 30px;
}
.maintenance_text {
    text-align: center;
    font-size: 24px;
    font-weight:700;
    color:#000;
    line-height: 1.5em;
}
.maintenance_logo {
    margin:0 auto 30px auto;
    text-align:center;
}

.modal_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: 2;
    background-color: #000;
    margin: 0 !important;
    padding-top: 100px;
}
.modal_menu.open {
    display: block;
}
body.light .mm-categories .is-active .hamburger-inner,
body.light .mm-categories .is-active .hamburger-inner:after,
body.light .mm-categories .is-active .hamburger-inner:before {
    background-color: #fff !important;
}
body.removeScrollBar .mm-categories {
    right: 37px !important;
}

.hamburger {
    padding: 15px 0 15px 15px;
}
.hamburger-inner:before {
    border-radius: 0;
    top: -7px;
}
.hamburger-inner:after {
    border-radius: 0;
    bottom: -7px;
}
.mm-categories {
    position: fixed;
    top: 0;
    right: 37px;
    z-index: 3;
}
.mm-categories .hamburger-box {
    width: 26px;
}
.mm-categories .hamburger-inner,
.mm-categories .hamburger-inner:after,
.mm-categories .hamburger-inner:before {
    width:26px;
    height:2px;
    background-color:rgba(255,255,255,.7);
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
.mm-categories:hover .hamburger-inner,
.mm-categories:hover .hamburger-inner:after,
.mm-categories:hover .hamburger-inner:before,
.mm-categories .is-active .hamburger-inner,
.mm-categories .is-active .hamburger-inner:after,
.mm-categories .is-active .hamburger-inner:before {
    background-color:#fff;
}
body.light .mm-categories .hamburger-inner,
body.light .mm-categories .hamburger-inner:after,
body.light .mm-categories .hamburger-inner:before {
    background-color: rgba(0, 0, 0, .7);
}
body.light .mm-categories:hover .hamburger-inner,
body.light .mm-categories:hover .hamburger-inner:after,
body.light .mm-categories:hover .hamburger-inner:before,
body.light .mm-categories .is-active .hamburger-inner,
body.light .mm-categories .is-active .hamburger-inner:after,
body.light .mm-categories .is-active .hamburger-inner:before {
    background-color:#000;
}
.mm-categories .hamburger.is-active:hover,
.mm-categories .hamburger:hover {
    opacity:1;
    outline: none;
}

.modal-dialog {
    color: #000 !important;
}
.modal-dialog .open_url {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    background-color: #F3F3F3;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-weight: 600;
}
.modal-dialog .open_url a {
    color: #000 !important;
}
.social_share {
    display: flex;
    justify-content: center;
    margin: 15px auto 5px;
}
.social_share .mx-3 {
    text-align: center;
}
.social_share .small {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}
.share-icon {
    width: 40px;
    height: 40px;
}
