@media only screen and (max-width:480px) {

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        border: 1px solid #104c97;
        color: #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 21px 0px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        margin: 0px 10px 7px;
        position: absolute;
        width: 33.3%;
        max-width: 30%;
        font-weight: 700;
        opacity: 1;
        -webkit-transform: translate(-54px, 31px);
        -ms-transform: translate(-54px, 31px);
        transform: translate(-5px, 49px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        background-color: #104c97;
        color: #fff;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 20px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0px 10px 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 700;
    }

    button.cc-btn.cc-allow:hover, button.cc-btn.cc-allow:focus {
        background-color: #104c97;
    }

    button.cc-btn.cc-dismiss {
        background-color: #104c97 !important;
        color: #fff !important;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 25px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0px 10px 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-weight: 700;
    }

    span#cookieconsent\:desc {
        font-family: "proximanovaregular", verdana, "sans serif";
        font-size: 14px;
        color: #1d1d1d;
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 65%;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        padding-top: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width:480px) {

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        border: 1px solid #104c97;
        color: #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 32px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        margin: 0px 10px 7px;
        position: absolute;
        width: 33.3%;
        max-width: 30.25%;
        font-weight: 700;
        opacity: 1;
        -webkit-transform: translate(-4px, 49px);
        -ms-transform: translate(-4px, 49px);
        transform: translate(-4px, 49px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        background-color: #104c97;
        color: #fff;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 20px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0px 10px 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 700;
    }

    button.cc-btn.cc-allow:hover, button.cc-btn.cc-allow:focus {
        background-color: #104c97;
    }

    button.cc-btn.cc-dismiss {
        background-color: #104c97 !important;
        color: #fff !important;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 25px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0px 10px 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-weight: 700;
    }

    span#cookieconsent\:desc {
        font-family: "proximanovaregular", verdana, "sans serif";
        font-size: 14px;
        color: #1d1d1d;
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 66%;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 15px 0 35px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width:600px) {

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        padding: 9px 22px;
        margin: 0px 10px 0px;
        -webkit-transform: translate(2px, 49px);
        -ms-transform: translate(2px, 49px);
        transform: translate(2px, 49px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        padding: 9px 5px;
        margin: 0px 10px 0px;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 20px;
        margin: 0px 10px 0px;
    }

    span#cookieconsent\:desc {
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 67%;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 15px 0 35px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width:680px) {

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        padding: 9px 29px;
        text-decoration: none;
        margin: 0px 10px 0px;
        -webkit-transform: translate(9px, 54px);
        -ms-transform: translate(9px, 54px);
        transform: translate(9px, 54px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        padding: 9px 28px;
        margin: 0px 10px 0px;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 25px;
        margin: 0px 10px 0px;
    }

    span#cookieconsent\:desc {
        margin: 15px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 67.6%;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 15px 0 35px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width:992px) {

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        margin: 5px 10px 10px;
        -webkit-transform: translate(12px, 44px);
        -ms-transform: translate(12px, 44px);
        transform: translate(12px, 44px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        padding: 9px 20px;
        margin: 0px 10px 0px;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 20px;
        margin: 0px 10px 0px;
    }

    span#cookieconsent\:desc {
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 67.9%;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 15px 0 35px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width:1100px) {

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        padding: 9px 20px;
        text-decoration: none;
        margin: 0 53px 0;
        width: 75%;
        max-width: 306px;
        -webkit-transform: translate(666px, 105px);
        -ms-transform: translate(666px, 105px);
        transform: translate(666px, 105px);
        left: auto;
    }

    button.cc-btn.cc-allow {
        margin: 0px 10px 9px;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 20px;
        margin: 0px 10px 9px;
    }

    span#cookieconsent\:desc {
        margin: 15px;
        width: 60%;
        max-width: 612px;
        display: flex;
        flex-flow: column wrap;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 408px;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 25px 0 35px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

.cc-window.cc-banner, .cc-window.cc-floating {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border: 1px solid rgb(220, 220, 220);
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 6px 0px;
    opacity: 1;
}
a.cc-link[aria-label="learn more about cookies"][href=""] {
    display: none;
}