html body .med-panel {
    font-family: Arial !important;
    padding: 5px 10px 30px;
    color: black;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0;
    position: relative;
    text-shadow: none;
    line-height: normal;
    border: 0;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-color: black;
    border-bottom: 2px solid;
    z-index: 999999 !important;
}

@media (max-width: 575.98px) {
    html body .med-panel {
        padding: 10px 0 10px 0;
    }

    html body .med-panel .med-panel-toggler {
        display: block;
        text-align: center;
    }

    html body .med-panel .med-panel-container {
        overflow: auto;
        width: auto;
        height: 145px;
        border-top: 1px solid #bcbcbc;
        -webkit-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        -moz-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    }

    html body .med-panel .med-panel-container,
    html body .med-panel #med-panel-close,
    html body .med-panel #med-panel-hide {
        display: none;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .med-panel {
        padding: 10px 0 10px 0;
    }

    html body .med-panel .med-panel-toggler {
        display: block;
        text-align: center;
    }

    html body .med-panel .med-panel-container {
        overflow: auto;
        width: auto;
        height: 145px;
        border-top: 1px solid #bcbcbc;
        -webkit-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        -moz-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    }

    html body .med-panel .med-panel-container,
    html body .med-panel #med-panel-close,
    html body .med-panel #med-panel-hide {
        display: none;
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .med-panel {
        padding: 10px 0 10px 0;
    }

    html body .med-panel .med-panel-toggler {
        display: block;
        text-align: right;
    }

    html body .med-panel .med-panel-container,
    html body .med-panel #med-panel-close,
    html body .med-panel #med-panel-hide {
        display: none;
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .med-panel .med-panel-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    html body .med-panel .med-panel-toggler {
        display: none;
    }
}

@media (max-width: 575.98px) {
    html body .med-panel * {
        font-size: 12px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .med-panel * {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .med-panel * {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .med-panel * {
        font-size: 16px !important;
    }
}

@media (min-width: 1200px) {
    html body .med-panel * {
        font-size: 24px !important;
    }
}

html body .med-panel a {
    color: #2a2a2a;
    background-color: transparent;
    outline: 0;
    text-decoration: underline;
}

html body .med-panel a:hover {
    color: black;
    outline: 0;
    background-color: transparent;
    text-decoration: underline;
}

html body .med-panel a:focus {
    color: black;
    outline: 0;
    background-color: transparent;
    text-decoration: underline;
}

html body .med-panel a.med-link-copy {
    text-decoration: underline;
    color: black;
    outline: 0;
}

html body .med-panel a.med-link-copy.active {
    color: black;
    outline: 0;
    text-decoration: none;
}

html body .med-panel a.med-link-copy:hover {
    color: black;
    outline: 0;
    text-decoration: none;
}

html body .med-panel a.med-link-copy:focus {
    color: black;
    outline: 0;
    text-decoration: none;
}

html body .med-panel a.med-link {
    text-decoration: none;
    color: black;
    background-color: transparent;
    text-align: center;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 46px;
    font-weight: bold;
    line-height: 46px;
    padding: 0 14px;
    vertical-align: middle;
    border: 1px solid #000;
}

@media (max-width: 575.98px) {
    html body .med-panel a.med-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .med-panel a.med-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .med-panel a.med-link {
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .med-panel a.med-link {
        height: 34px;
        line-height: 34px;
        padding: 0 9px;
    }
}

html body .med-panel a.med-link.active {
    color: inherit;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}

html body .med-panel a.med-link:hover {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}

html body .med-panel a.med-link:focus {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-white {
    background-color: white;
    color: black;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-white:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-black {
    background-color: black;
    color: white;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-black:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-blue {
    background-color: #9DD1FF;
    color: #063462;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-blue:hover {
    background-color: #9DD1FF;
    color: #063462;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-brown {
    background-color: #F7F3D6;
    color: #4D4B43;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-brown:hover {
    background-color: #F7F3D6;
    color: #4D4B43;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-green {
    background-color: #3B2716;
    color: #A9E44D;
    text-decoration: none;
}

html body .med-panel a.med-link.med-link-green:hover {
    background-color: #3B2716;
    color: #A9E44D;
    text-decoration: none;
}

html body .med-panel .med-title {
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    display: block;
    font-weight: normal;
    font-size: 14px !important;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 10px 0 15px 0;
}

html body .med-panel #med-font-size {
    font-size: 14px !important;
    font-weight: bold !important
}

html body .med-panel .med-text-center {
    text-align: center;
}

html body .med-panel .med-text-left {
    text-align: left;
}

html body .med-panel .med-text-right {
    text-align: right;
}

html body .med-panel .med-setting-menu {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #000;
    display: none;
}

html body .med-panel .med-images {
    margin-top: 10px;
    width: 16px;
    height: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
}

@media (max-width: 575.98px) {
    html body .med-panel .med-images {
        margin-top: 6px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .med-panel .med-images {
        margin-top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .med-panel .med-images {
        margin-top: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .med-panel .med-images {
        margin-top: 9px;
    }
}

html body .med-panel .med-images.med-images-eye-slash {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==");
}

html body .med-panel .med-images.med-images-arrow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==");
}

html body .med-panel .med-images.med-images-volume-on {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==");
}

html body .med-panel .med-images.med-images-volume-on {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==");
}

html body .med-panel .med-images.med-images-volume-off {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==");
}

html body .med-panel .med-images.med-images-adjust {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=");
}

html body .med-panel .med-images.med-images-off {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=");
}

html body .med-panel .med-images.med-images-on {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC");
}

html body .med-panel .med-images.med-images-minus-square-o {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC);
}

html body .med-panel.med-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
}

html body .med-panel .med-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    html body .med-panel .med-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    html body .med-panel .med-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html body .med-panel .med-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    html body .med-panel .med-container {
        max-width: 1140px;
    }
}

html body .med-panel .med-container-fluid,
html body .med-panel .med-container-xl,
html body .med-panel .med-container-lg,
html body .med-panel .med-container-md,
html body .med-panel .med-container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    html body .med-panel .med-container-sm,
    html body .med-panel .med-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    html body .med-panel .med-container-md,
    html body .med-panel .med-container-sm,
    html body .med-panel .med-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    html body .med-panel .med-container-lg,
    html body .med-panel .med-container-md,
    html body .med-panel .med-container-sm,
    html body .med-panel .med-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    html body .med-panel .med-container-xl,
    html body .med-panel .med-container-lg,
    html body .med-panel .med-container-md,
    html body .med-panel .med-container-sm,
    html body .med-panel .med-container {
        max-width: 1280px;
    }
}

html body .med-panel .med-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

html body .med-panel .med-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

html body .med-panel .med-no-gutters > .med-col,
html body .med-panel .med-no-gutters > [class*=med-col-] {
    padding-right: 0;
    padding-left: 0;
}

html body .med-panel .med-col-xl,
html body .med-panel .med-col-xl-auto,
html body .med-panel .med-col-xl-12,
html body .med-panel .med-col-xl-11,
html body .med-panel .med-col-xl-10,
html body .med-panel .med-col-xl-9,
html body .med-panel .med-col-xl-8,
html body .med-panel .med-col-xl-7,
html body .med-panel .med-col-xl-6,
html body .med-panel .med-col-xl-5,
html body .med-panel .med-col-xl-4,
html body .med-panel .med-col-xl-3,
html body .med-panel .med-col-xl-2,
html body .med-panel .med-col-xl-1,
html body .med-panel .med-col-lg,
html body .med-panel .med-col-lg-auto,
html body .med-panel .med-col-lg-12,
html body .med-panel .med-col-lg-11,
html body .med-panel .med-col-lg-10,
html body .med-panel .med-col-lg-9,
html body .med-panel .med-col-lg-8,
html body .med-panel .med-col-lg-7,
html body .med-panel .med-col-lg-6,
html body .med-panel .med-col-lg-5,
html body .med-panel .med-col-lg-4,
html body .med-panel .med-col-lg-3,
html body .med-panel .med-col-lg-2,
html body .med-panel .med-col-lg-1,
html body .med-panel .med-col-md,
html body .med-panel .med-col-md-auto,
html body .med-panel .med-col-md-12,
html body .med-panel .med-col-md-11,
html body .med-panel .med-col-md-10,
html body .med-panel .med-col-md-9,
html body .med-panel .med-col-md-8,
html body .med-panel .med-col-md-7,
html body .med-panel .med-col-md-6,
html body .med-panel .med-col-md-5,
html body .med-panel .med-col-md-4,
html body .med-panel .med-col-md-3,
html body .med-panel .med-col-md-2,
html body .med-panel .med-col-md-1,
html body .med-panel .med-col-sm,
html body .med-panel .med-col-sm-auto,
html body .med-panel .med-col-sm-12,
html body .med-panel .med-col-sm-11,
html body .med-panel .med-col-sm-10,
html body .med-panel .med-col-sm-9,
html body .med-panel .med-col-sm-8,
html body .med-panel .med-col-sm-7,
html body .med-panel .med-col-sm-6,
html body .med-panel .med-col-sm-5,
html body .med-panel .med-col-sm-4,
html body .med-panel .med-col-sm-3,
html body .med-panel .med-col-sm-2,
html body .med-panel .med-col-sm-1,
html body .med-panel .med-col,
html body .med-panel .med-col-auto,
html body .med-panel .med-col-12,
html body .med-panel .med-col-11,
html body .med-panel .med-col-10,
html body .med-panel .med-col-9,
html body .med-panel .med-col-8,
html body .med-panel .med-col-7,
html body .med-panel .med-col-6,
html body .med-panel .med-col-5,
html body .med-panel .med-col-4,
html body .med-panel .med-col-3,
html body .med-panel .med-col-2,
html body .med-panel .med-col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

html body .med-panel .med-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

html body .med-panel .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

html body .med-panel .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

html body .med-panel .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

html body .med-panel .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

html body .med-panel .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

html body .med-panel .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

html body .med-panel .med-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

html body .med-panel .med-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

html body .med-panel .med-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

html body .med-panel .med-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

html body .med-panel .med-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

html body .med-panel .med-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

html body .med-panel .med-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

html body .med-panel .med-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

html body .med-panel .med-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

html body .med-panel .med-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

html body .med-panel .med-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

html body .med-panel .med-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

html body .med-panel .med-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

html body .med-panel .med-order-first {
    order: -1;
}

html body .med-panel .med-order-last {
    order: 13;
}

html body .med-panel .med-order-0 {
    order: 0;
}

html body .med-panel .med-order-1 {
    order: 1;
}

html body .med-panel .med-order-2 {
    order: 2;
}

html body .med-panel .med-order-3 {
    order: 3;
}

html body .med-panel .med-order-4 {
    order: 4;
}

html body .med-panel .med-order-5 {
    order: 5;
}

html body .med-panel .med-order-6 {
    order: 6;
}

html body .med-panel .med-order-7 {
    order: 7;
}

html body .med-panel .med-order-8 {
    order: 8;
}

html body .med-panel .med-order-9 {
    order: 9;
}

html body .med-panel .med-order-10 {
    order: 10;
}

html body .med-panel .med-order-11 {
    order: 11;
}

html body .med-panel .med-order-12 {
    order: 12;
}

html body .med-panel .med-offset-1 {
    margin-left: 8.3333333333%;
}

html body .med-panel .med-offset-2 {
    margin-left: 16.6666666667%;
}

html body .med-panel .med-offset-3 {
    margin-left: 25%;
}

html body .med-panel .med-offset-4 {
    margin-left: 33.3333333333%;
}

html body .med-panel .med-offset-5 {
    margin-left: 41.6666666667%;
}

html body .med-panel .med-offset-6 {
    margin-left: 50%;
}

html body .med-panel .med-offset-7 {
    margin-left: 58.3333333333%;
}

html body .med-panel .med-offset-8 {
    margin-left: 66.6666666667%;
}

html body .med-panel .med-offset-9 {
    margin-left: 75%;
}

html body .med-panel .med-offset-10 {
    margin-left: 83.3333333333%;
}

html body .med-panel .med-offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    html body .med-panel .med-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .med-panel .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    html body .med-panel .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    html body .med-panel .med-col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    html body .med-panel .med-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .med-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .med-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    html body .med-panel .med-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .med-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    html body .med-panel .med-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    html body .med-panel .med-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .med-panel .med-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    html body .med-panel .med-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    html body .med-panel .med-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .med-order-sm-first {
        order: -1;
    }

    html body .med-panel .med-order-sm-last {
        order: 13;
    }

    html body .med-panel .med-order-sm-0 {
        order: 0;
    }

    html body .med-panel .med-order-sm-1 {
        order: 1;
    }

    html body .med-panel .med-order-sm-2 {
        order: 2;
    }

    html body .med-panel .med-order-sm-3 {
        order: 3;
    }

    html body .med-panel .med-order-sm-4 {
        order: 4;
    }

    html body .med-panel .med-order-sm-5 {
        order: 5;
    }

    html body .med-panel .med-order-sm-6 {
        order: 6;
    }

    html body .med-panel .med-order-sm-7 {
        order: 7;
    }

    html body .med-panel .med-order-sm-8 {
        order: 8;
    }

    html body .med-panel .med-order-sm-9 {
        order: 9;
    }

    html body .med-panel .med-order-sm-10 {
        order: 10;
    }

    html body .med-panel .med-order-sm-11 {
        order: 11;
    }

    html body .med-panel .med-order-sm-12 {
        order: 12;
    }

    html body .med-panel .med-offset-sm-0 {
        margin-left: 0;
    }

    html body .med-panel .med-offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    html body .med-panel .med-offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    html body .med-panel .med-offset-sm-3 {
        margin-left: 25%;
    }

    html body .med-panel .med-offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    html body .med-panel .med-offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    html body .med-panel .med-offset-sm-6 {
        margin-left: 50%;
    }

    html body .med-panel .med-offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    html body .med-panel .med-offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    html body .med-panel .med-offset-sm-9 {
        margin-left: 75%;
    }

    html body .med-panel .med-offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    html body .med-panel .med-offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    html body .med-panel .med-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .med-panel .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    html body .med-panel .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    html body .med-panel .med-col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    html body .med-panel .med-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .med-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .med-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    html body .med-panel .med-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .med-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    html body .med-panel .med-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    html body .med-panel .med-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .med-panel .med-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    html body .med-panel .med-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    html body .med-panel .med-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .med-order-md-first {
        order: -1;
    }

    html body .med-panel .med-order-md-last {
        order: 13;
    }

    html body .med-panel .med-order-md-0 {
        order: 0;
    }

    html body .med-panel .med-order-md-1 {
        order: 1;
    }

    html body .med-panel .med-order-md-2 {
        order: 2;
    }

    html body .med-panel .med-order-md-3 {
        order: 3;
    }

    html body .med-panel .med-order-md-4 {
        order: 4;
    }

    html body .med-panel .med-order-md-5 {
        order: 5;
    }

    html body .med-panel .med-order-md-6 {
        order: 6;
    }

    html body .med-panel .med-order-md-7 {
        order: 7;
    }

    html body .med-panel .med-order-md-8 {
        order: 8;
    }

    html body .med-panel .med-order-md-9 {
        order: 9;
    }

    html body .med-panel .med-order-md-10 {
        order: 10;
    }

    html body .med-panel .med-order-md-11 {
        order: 11;
    }

    html body .med-panel .med-order-md-12 {
        order: 12;
    }

    html body .med-panel .med-offset-md-0 {
        margin-left: 0;
    }

    html body .med-panel .med-offset-md-1 {
        margin-left: 8.3333333333%;
    }

    html body .med-panel .med-offset-md-2 {
        margin-left: 16.6666666667%;
    }

    html body .med-panel .med-offset-md-3 {
        margin-left: 25%;
    }

    html body .med-panel .med-offset-md-4 {
        margin-left: 33.3333333333%;
    }

    html body .med-panel .med-offset-md-5 {
        margin-left: 41.6666666667%;
    }

    html body .med-panel .med-offset-md-6 {
        margin-left: 50%;
    }

    html body .med-panel .med-offset-md-7 {
        margin-left: 58.3333333333%;
    }

    html body .med-panel .med-offset-md-8 {
        margin-left: 66.6666666667%;
    }

    html body .med-panel .med-offset-md-9 {
        margin-left: 75%;
    }

    html body .med-panel .med-offset-md-10 {
        margin-left: 83.3333333333%;
    }

    html body .med-panel .med-offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    html body .med-panel .med-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .med-panel .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    html body .med-panel .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    html body .med-panel .med-col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    html body .med-panel .med-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .med-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .med-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    html body .med-panel .med-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .med-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    html body .med-panel .med-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    html body .med-panel .med-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .med-panel .med-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    html body .med-panel .med-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    html body .med-panel .med-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .med-order-lg-first {
        order: -1;
    }

    html body .med-panel .med-order-lg-last {
        order: 13;
    }

    html body .med-panel .med-order-lg-0 {
        order: 0;
    }

    html body .med-panel .med-order-lg-1 {
        order: 1;
    }

    html body .med-panel .med-order-lg-2 {
        order: 2;
    }

    html body .med-panel .med-order-lg-3 {
        order: 3;
    }

    html body .med-panel .med-order-lg-4 {
        order: 4;
    }

    html body .med-panel .med-order-lg-5 {
        order: 5;
    }

    html body .med-panel .med-order-lg-6 {
        order: 6;
    }

    html body .med-panel .med-order-lg-7 {
        order: 7;
    }

    html body .med-panel .med-order-lg-8 {
        order: 8;
    }

    html body .med-panel .med-order-lg-9 {
        order: 9;
    }

    html body .med-panel .med-order-lg-10 {
        order: 10;
    }

    html body .med-panel .med-order-lg-11 {
        order: 11;
    }

    html body .med-panel .med-order-lg-12 {
        order: 12;
    }

    html body .med-panel .med-offset-lg-0 {
        margin-left: 0;
    }

    html body .med-panel .med-offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    html body .med-panel .med-offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    html body .med-panel .med-offset-lg-3 {
        margin-left: 25%;
    }

    html body .med-panel .med-offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    html body .med-panel .med-offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    html body .med-panel .med-offset-lg-6 {
        margin-left: 50%;
    }

    html body .med-panel .med-offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    html body .med-panel .med-offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    html body .med-panel .med-offset-lg-9 {
        margin-left: 75%;
    }

    html body .med-panel .med-offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    html body .med-panel .med-offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    html body .med-panel .med-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .med-panel .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    html body .med-panel .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    html body .med-panel .med-col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    html body .med-panel .med-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    html body .med-panel .med-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .med-panel .med-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    html body .med-panel .med-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    html body .med-panel .med-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .med-panel .med-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    html body .med-panel .med-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    html body .med-panel .med-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .med-panel .med-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    html body .med-panel .med-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    html body .med-panel .med-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .med-panel .med-order-xl-first {
        order: -1;
    }

    html body .med-panel .med-order-xl-last {
        order: 13;
    }

    html body .med-panel .med-order-xl-0 {
        order: 0;
    }

    html body .med-panel .med-order-xl-1 {
        order: 1;
    }

    html body .med-panel .med-order-xl-2 {
        order: 2;
    }

    html body .med-panel .med-order-xl-3 {
        order: 3;
    }

    html body .med-panel .med-order-xl-4 {
        order: 4;
    }

    html body .med-panel .med-order-xl-5 {
        order: 5;
    }

    html body .med-panel .med-order-xl-6 {
        order: 6;
    }

    html body .med-panel .med-order-xl-7 {
        order: 7;
    }

    html body .med-panel .med-order-xl-8 {
        order: 8;
    }

    html body .med-panel .med-order-xl-9 {
        order: 9;
    }

    html body .med-panel .med-order-xl-10 {
        order: 10;
    }

    html body .med-panel .med-order-xl-11 {
        order: 11;
    }

    html body .med-panel .med-order-xl-12 {
        order: 12;
    }

    html body .med-panel .med-offset-xl-0 {
        margin-left: 0;
    }

    html body .med-panel .med-offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    html body .med-panel .med-offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    html body .med-panel .med-offset-xl-3 {
        margin-left: 25%;
    }

    html body .med-panel .med-offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    html body .med-panel .med-offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    html body .med-panel .med-offset-xl-6 {
        margin-left: 50%;
    }

    html body .med-panel .med-offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    html body .med-panel .med-offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    html body .med-panel .med-offset-xl-9 {
        margin-left: 75%;
    }

    html body .med-panel .med-offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    html body .med-panel .med-offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

html body .med-body[data-med-theme=white] {
    background-color: #ffffff !important;
    fill: #000000 !important;
}

html body .med-body[data-med-theme=white] * {
    background-color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000000 !important;
    color: #000000 !important;
    fill: #000000 !important;
}

html body .med-body[data-med-theme=white] * .med-background-image {
    background-color: transparent !important;
}

html body .med-body[data-med-theme=white] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}

html body .med-body[data-med-theme=white] * a.med-link {
    color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a.med-link.disabled {
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a.med-link.disabled:focus {
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a.med-link:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a.med-link:focus {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * :checked,
html body .med-body[data-med-theme=white] * :default,
html body .med-body[data-med-theme=white] * :disabled,
html body .med-body[data-med-theme=white] * :empty,
html body .med-body[data-med-theme=white] * :enabled,
html body .med-body[data-med-theme=white] * :first-child,
html body .med-body[data-med-theme=white] * :first-of-type,
html body .med-body[data-med-theme=white] * :focus,
html body .med-body[data-med-theme=white] * :indeterminate,
html body .med-body[data-med-theme=white] * :hover,
html body .med-body[data-med-theme=white] * :last-child,
html body .med-body[data-med-theme=white] * :last-of-type,
html body .med-body[data-med-theme=white] * :link,
html body .med-body[data-med-theme=white] * :nth-last-child,
html body .med-body[data-med-theme=white] * :nth-last-of-type,
html body .med-body[data-med-theme=white] * :nth-of-type,
html body .med-body[data-med-theme=white] * :only-child,
html body .med-body[data-med-theme=white] * :only-of-type,
html body .med-body[data-med-theme=white] * :optional,
html body .med-body[data-med-theme=white] * :read-write,
html body .med-body[data-med-theme=white] * :required,
html body .med-body[data-med-theme=white] * :root,
html body .med-body[data-med-theme=white] * :target,
html body .med-body[data-med-theme=white] * :valid,
html body .med-body[data-med-theme=white] * :visited,
html body .med-body[data-med-theme=white] * :first-child:first-letter,
html body .med-body[data-med-theme=white] * :default {
    background-color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000000 !important;
    color: #000000 !important;
    fill: #000000 !important;
}

html body .med-body[data-med-theme=white] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=white] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=white] *::selection {
    background-color: #000000 !important;
    color: #ffffff !important;
}

html body .med-body[data-med-theme=white] * a {
    outline: 0 !important;
    color: #000000 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

html body .med-body[data-med-theme=white] * a.active {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=white] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=white] * a:hover * {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=white] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=white] * button,
html body .med-body[data-med-theme=white] * input[type=submit],
html body .med-body[data-med-theme=white] * input[type=button],
html body .med-body[data-med-theme=white] * button[type=submit],
html body .med-body[data-med-theme=white] * button[type=button] {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * button:hover.active,
html body .med-body[data-med-theme=white] * input[type=button]:hover.active,
html body .med-body[data-med-theme=white] * input[type=submit]:hover.active,
html body .med-body[data-med-theme=white] * button[type=submit]:hover.active,
html body .med-body[data-med-theme=white] * button[type=button]:hover.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * button:hover:hover,
html body .med-body[data-med-theme=white] * input[type=button]:hover:hover,
html body .med-body[data-med-theme=white] * input[type=submit]:hover:hover,
html body .med-body[data-med-theme=white] * button[type=submit]:hover:hover,
html body .med-body[data-med-theme=white] * button[type=button]:hover:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=white] * button:hover:hover *,
html body .med-body[data-med-theme=white] * input[type=button]:hover:hover *,
html body .med-body[data-med-theme=white] * input[type=submit]:hover:hover *,
html body .med-body[data-med-theme=white] * button[type=submit]:hover:hover *,
html body .med-body[data-med-theme=white] * button[type=button]:hover:hover * {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] {
    background-color: #000000 !important;
    fill: #ffffff !important;
}

html body .med-body[data-med-theme=black] * {
    background-color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

html body .med-body[data-med-theme=black] * .med-background-image {
    background-color: transparent !important;
}

html body .med-body[data-med-theme=black] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}

html body .med-body[data-med-theme=black] * a.med-link {
    color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a.med-link.disabled {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a.med-link.disabled:focus {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a.med-link:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a.med-link:focus {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * :checked,
html body .med-body[data-med-theme=black] * :default,
html body .med-body[data-med-theme=black] * :disabled,
html body .med-body[data-med-theme=black] * :empty,
html body .med-body[data-med-theme=black] * :enabled,
html body .med-body[data-med-theme=black] * :first-child,
html body .med-body[data-med-theme=black] * :first-of-type,
html body .med-body[data-med-theme=black] * :focus,
html body .med-body[data-med-theme=black] * :indeterminate,
html body .med-body[data-med-theme=black] * :hover,
html body .med-body[data-med-theme=black] * :last-child,
html body .med-body[data-med-theme=black] * :last-of-type,
html body .med-body[data-med-theme=black] * :link,
html body .med-body[data-med-theme=black] * :nth-last-child,
html body .med-body[data-med-theme=black] * :nth-last-of-type,
html body .med-body[data-med-theme=black] * :nth-of-type,
html body .med-body[data-med-theme=black] * :only-child,
html body .med-body[data-med-theme=black] * :only-of-type,
html body .med-body[data-med-theme=black] * :optional,
html body .med-body[data-med-theme=black] * :read-write,
html body .med-body[data-med-theme=black] * :required,
html body .med-body[data-med-theme=black] * :root,
html body .med-body[data-med-theme=black] * :target,
html body .med-body[data-med-theme=black] * :valid,
html body .med-body[data-med-theme=black] * :visited,
html body .med-body[data-med-theme=black] * :first-child:first-letter,
html body .med-body[data-med-theme=black] * :default {
    background-color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

html body .med-body[data-med-theme=black] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=black] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=black] *::selection {
    background-color: #ffffff !important;
    color: #000000 !important;
}

html body .med-body[data-med-theme=black] * a {
    outline: 0 !important;
    color: #ffffff !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

html body .med-body[data-med-theme=black] * a.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=black] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=black] * a:hover * {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=black] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=black] * button,
html body .med-body[data-med-theme=black] * input[type=submit],
html body .med-body[data-med-theme=black] * input[type=button],
html body .med-body[data-med-theme=black] * button[type=submit],
html body .med-body[data-med-theme=black] * button[type=button] {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * button:hover.active,
html body .med-body[data-med-theme=black] * input[type=button]:hover.active,
html body .med-body[data-med-theme=black] * input[type=submit]:hover.active,
html body .med-body[data-med-theme=black] * button[type=submit]:hover.active,
html body .med-body[data-med-theme=black] * button[type=button]:hover.active {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * button:hover:hover,
html body .med-body[data-med-theme=black] * input[type=button]:hover:hover,
html body .med-body[data-med-theme=black] * input[type=submit]:hover:hover,
html body .med-body[data-med-theme=black] * button[type=submit]:hover:hover,
html body .med-body[data-med-theme=black] * button[type=button]:hover:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=black] * button:hover:hover *,
html body .med-body[data-med-theme=black] * input[type=button]:hover:hover *,
html body .med-body[data-med-theme=black] * input[type=submit]:hover:hover *,
html body .med-body[data-med-theme=black] * button[type=submit]:hover:hover *,
html body .med-body[data-med-theme=black] * button[type=button]:hover:hover * {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] {
    background-color: #9DD1FF !important;
    fill: #063462 !important;
}

html body .med-body[data-med-theme=blue] * {
    background-color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important;
}

html body .med-body[data-med-theme=blue] * .med-background-image {
    background-color: transparent !important;
}

html body .med-body[data-med-theme=blue] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}

html body .med-body[data-med-theme=blue] * a.med-link {
    color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a.med-link.disabled {
    color: rgba(6, 52, 98, 0.5) !important;
    border: 1px solid rgba(6, 52, 98, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a.med-link.disabled:focus {
    color: rgba(6, 52, 98, 0.5) !important;
    border: 1px solid rgba(6, 52, 98, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a.med-link:hover {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a.med-link:focus {
    color: #063462 !important;
    background-color: #9DD1FF !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * :checked,
html body .med-body[data-med-theme=blue] * :default,
html body .med-body[data-med-theme=blue] * :disabled,
html body .med-body[data-med-theme=blue] * :empty,
html body .med-body[data-med-theme=blue] * :enabled,
html body .med-body[data-med-theme=blue] * :first-child,
html body .med-body[data-med-theme=blue] * :first-of-type,
html body .med-body[data-med-theme=blue] * :focus,
html body .med-body[data-med-theme=blue] * :indeterminate,
html body .med-body[data-med-theme=blue] * :hover,
html body .med-body[data-med-theme=blue] * :last-child,
html body .med-body[data-med-theme=blue] * :last-of-type,
html body .med-body[data-med-theme=blue] * :link,
html body .med-body[data-med-theme=blue] * :nth-last-child,
html body .med-body[data-med-theme=blue] * :nth-last-of-type,
html body .med-body[data-med-theme=blue] * :nth-of-type,
html body .med-body[data-med-theme=blue] * :only-child,
html body .med-body[data-med-theme=blue] * :only-of-type,
html body .med-body[data-med-theme=blue] * :optional,
html body .med-body[data-med-theme=blue] * :read-write,
html body .med-body[data-med-theme=blue] * :required,
html body .med-body[data-med-theme=blue] * :root,
html body .med-body[data-med-theme=blue] * :target,
html body .med-body[data-med-theme=blue] * :valid,
html body .med-body[data-med-theme=blue] * :visited,
html body .med-body[data-med-theme=blue] * :first-child:first-letter,
html body .med-body[data-med-theme=blue] * :default {
    background-color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important;
}

html body .med-body[data-med-theme=blue] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=blue] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=blue] *::selection {
    background-color: #063462 !important;
    color: #9DD1FF !important;
}

html body .med-body[data-med-theme=blue] * a {
    outline: 0 !important;
    color: #063462 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

html body .med-body[data-med-theme=blue] * a.active {
    color: #063462 !important;
    background-color: #9DD1FF !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a:hover {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=blue] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=blue] * a:hover * {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=blue] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=blue] * button,
html body .med-body[data-med-theme=blue] * input[type=submit],
html body .med-body[data-med-theme=blue] * input[type=button],
html body .med-body[data-med-theme=blue] * button[type=submit],
html body .med-body[data-med-theme=blue] * button[type=button] {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * button:hover.active,
html body .med-body[data-med-theme=blue] * input[type=button]:hover.active,
html body .med-body[data-med-theme=blue] * input[type=submit]:hover.active,
html body .med-body[data-med-theme=blue] * button[type=submit]:hover.active,
html body .med-body[data-med-theme=blue] * button[type=button]:hover.active {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * button:hover:hover,
html body .med-body[data-med-theme=blue] * input[type=button]:hover:hover,
html body .med-body[data-med-theme=blue] * input[type=submit]:hover:hover,
html body .med-body[data-med-theme=blue] * button[type=submit]:hover:hover,
html body .med-body[data-med-theme=blue] * button[type=button]:hover:hover {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=blue] * button:hover:hover *,
html body .med-body[data-med-theme=blue] * input[type=button]:hover:hover *,
html body .med-body[data-med-theme=blue] * input[type=submit]:hover:hover *,
html body .med-body[data-med-theme=blue] * button[type=submit]:hover:hover *,
html body .med-body[data-med-theme=blue] * button[type=button]:hover:hover * {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] {
    background-color: #F7F3D6 !important;
    fill: #4D4B43 !important;
}

html body .med-body[data-med-theme=brown] * {
    background-color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4D4B43 !important;
    color: #4D4B43 !important;
    fill: #4D4B43 !important;
}

html body .med-body[data-med-theme=brown] * .med-background-image {
    background-color: transparent !important;
}

html body .med-body[data-med-theme=brown] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}

html body .med-body[data-med-theme=brown] * a.med-link {
    color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a.med-link.disabled {
    color: rgba(77, 75, 67, 0.5) !important;
    border: 1px solid rgba(77, 75, 67, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a.med-link.disabled:focus {
    color: rgba(77, 75, 67, 0.5) !important;
    border: 1px solid rgba(77, 75, 67, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a.med-link:hover {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a.med-link:focus {
    color: #4D4B43 !important;
    background-color: #F7F3D6 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * :checked,
html body .med-body[data-med-theme=brown] * :default,
html body .med-body[data-med-theme=brown] * :disabled,
html body .med-body[data-med-theme=brown] * :empty,
html body .med-body[data-med-theme=brown] * :enabled,
html body .med-body[data-med-theme=brown] * :first-child,
html body .med-body[data-med-theme=brown] * :first-of-type,
html body .med-body[data-med-theme=brown] * :focus,
html body .med-body[data-med-theme=brown] * :indeterminate,
html body .med-body[data-med-theme=brown] * :hover,
html body .med-body[data-med-theme=brown] * :last-child,
html body .med-body[data-med-theme=brown] * :last-of-type,
html body .med-body[data-med-theme=brown] * :link,
html body .med-body[data-med-theme=brown] * :nth-last-child,
html body .med-body[data-med-theme=brown] * :nth-last-of-type,
html body .med-body[data-med-theme=brown] * :nth-of-type,
html body .med-body[data-med-theme=brown] * :only-child,
html body .med-body[data-med-theme=brown] * :only-of-type,
html body .med-body[data-med-theme=brown] * :optional,
html body .med-body[data-med-theme=brown] * :read-write,
html body .med-body[data-med-theme=brown] * :required,
html body .med-body[data-med-theme=brown] * :root,
html body .med-body[data-med-theme=brown] * :target,
html body .med-body[data-med-theme=brown] * :valid,
html body .med-body[data-med-theme=brown] * :visited,
html body .med-body[data-med-theme=brown] * :first-child:first-letter,
html body .med-body[data-med-theme=brown] * :default {
    background-color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4D4B43 !important;
    color: #4D4B43 !important;
    fill: #4D4B43 !important;
}

html body .med-body[data-med-theme=brown] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #4D4B43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=brown] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #4D4B43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=brown] *::selection {
    background-color: #4D4B43 !important;
    color: #F7F3D6 !important;
}

html body .med-body[data-med-theme=brown] * a {
    outline: 0 !important;
    color: #4D4B43 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

html body .med-body[data-med-theme=brown] * a.active {
    color: #4D4B43 !important;
    background-color: #F7F3D6 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a:hover {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=brown] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=brown] * a:hover * {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=brown] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=brown] * button,
html body .med-body[data-med-theme=brown] * input[type=submit],
html body .med-body[data-med-theme=brown] * input[type=button],
html body .med-body[data-med-theme=brown] * button[type=submit],
html body .med-body[data-med-theme=brown] * button[type=button] {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * button:hover.active,
html body .med-body[data-med-theme=brown] * input[type=button]:hover.active,
html body .med-body[data-med-theme=brown] * input[type=submit]:hover.active,
html body .med-body[data-med-theme=brown] * button[type=submit]:hover.active,
html body .med-body[data-med-theme=brown] * button[type=button]:hover.active {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * button:hover:hover,
html body .med-body[data-med-theme=brown] * input[type=button]:hover:hover,
html body .med-body[data-med-theme=brown] * input[type=submit]:hover:hover,
html body .med-body[data-med-theme=brown] * button[type=submit]:hover:hover,
html body .med-body[data-med-theme=brown] * button[type=button]:hover:hover {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=brown] * button:hover:hover *,
html body .med-body[data-med-theme=brown] * input[type=button]:hover:hover *,
html body .med-body[data-med-theme=brown] * input[type=submit]:hover:hover *,
html body .med-body[data-med-theme=brown] * button[type=submit]:hover:hover *,
html body .med-body[data-med-theme=brown] * button[type=button]:hover:hover * {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] {
    background-color: #3B2716 !important;
    fill: #A9E44D !important;
}

html body .med-body[data-med-theme=green] * {
    background-color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #A9E44D !important;
    color: #A9E44D !important;
    fill: #A9E44D !important;
}

html body .med-body[data-med-theme=green] * .med-background-image {
    background-color: transparent !important;
}

html body .med-body[data-med-theme=green] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}

html body .med-body[data-med-theme=green] * a.med-link {
    color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a.med-link.disabled {
    color: rgba(169, 228, 77, 0.5) !important;
    border: 1px solid rgba(169, 228, 77, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a.med-link.disabled:focus {
    color: rgba(169, 228, 77, 0.5) !important;
    border: 1px solid rgba(169, 228, 77, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a.med-link:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a.med-link:focus {
    color: #A9E44D !important;
    background-color: #3B2716 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * :checked,
html body .med-body[data-med-theme=green] * :default,
html body .med-body[data-med-theme=green] * :disabled,
html body .med-body[data-med-theme=green] * :empty,
html body .med-body[data-med-theme=green] * :enabled,
html body .med-body[data-med-theme=green] * :first-child,
html body .med-body[data-med-theme=green] * :first-of-type,
html body .med-body[data-med-theme=green] * :focus,
html body .med-body[data-med-theme=green] * :indeterminate,
html body .med-body[data-med-theme=green] * :hover,
html body .med-body[data-med-theme=green] * :last-child,
html body .med-body[data-med-theme=green] * :last-of-type,
html body .med-body[data-med-theme=green] * :link,
html body .med-body[data-med-theme=green] * :nth-last-child,
html body .med-body[data-med-theme=green] * :nth-last-of-type,
html body .med-body[data-med-theme=green] * :nth-of-type,
html body .med-body[data-med-theme=green] * :only-child,
html body .med-body[data-med-theme=green] * :only-of-type,
html body .med-body[data-med-theme=green] * :optional,
html body .med-body[data-med-theme=green] * :read-write,
html body .med-body[data-med-theme=green] * :required,
html body .med-body[data-med-theme=green] * :root,
html body .med-body[data-med-theme=green] * :target,
html body .med-body[data-med-theme=green] * :valid,
html body .med-body[data-med-theme=green] * :visited,
html body .med-body[data-med-theme=green] * :first-child:first-letter,
html body .med-body[data-med-theme=green] * :default {
    background-color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #A9E44D !important;
    color: #A9E44D !important;
    fill: #A9E44D !important;
}

html body .med-body[data-med-theme=green] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #A9E44D !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=green] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #A9E44D !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=green] *::selection {
    background-color: #A9E44D !important;
    color: #3B2716 !important;
}

html body .med-body[data-med-theme=green] * a {
    outline: 0 !important;
    color: #A9E44D !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

html body .med-body[data-med-theme=green] * a.active {
    color: #A9E44D !important;
    background-color: #3B2716 !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=green] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=green] * a:hover * {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=green] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}

html body .med-body[data-med-theme=green] * button,
html body .med-body[data-med-theme=green] * input[type=submit],
html body .med-body[data-med-theme=green] * input[type=button],
html body .med-body[data-med-theme=green] * button[type=submit],
html body .med-body[data-med-theme=green] * button[type=button] {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * button:hover.active,
html body .med-body[data-med-theme=green] * input[type=button]:hover.active,
html body .med-body[data-med-theme=green] * input[type=submit]:hover.active,
html body .med-body[data-med-theme=green] * button[type=submit]:hover.active,
html body .med-body[data-med-theme=green] * button[type=button]:hover.active {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * button:hover:hover,
html body .med-body[data-med-theme=green] * input[type=button]:hover:hover,
html body .med-body[data-med-theme=green] * input[type=submit]:hover:hover,
html body .med-body[data-med-theme=green] * button[type=submit]:hover:hover,
html body .med-body[data-med-theme=green] * button[type=button]:hover:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-theme=green] * button:hover:hover *,
html body .med-body[data-med-theme=green] * input[type=button]:hover:hover *,
html body .med-body[data-med-theme=green] * input[type=submit]:hover:hover *,
html body .med-body[data-med-theme=green] * button[type=submit]:hover:hover *,
html body .med-body[data-med-theme=green] * button[type=button]:hover:hover * {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}

html body .med-body[data-med-size="40"] * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="40"] * h1,
html body .med-body[data-med-size="40"] * h1 * {
    font-size: 47px !important;
}

html body .med-body[data-med-size="40"] * h2,
html body .med-body[data-med-size="40"] * h2 * {
    font-size: 46px !important;
}

html body .med-body[data-med-size="40"] * h3,
html body .med-body[data-med-size="40"] * h3 * {
    font-size: 45px !important;
}

html body .med-body[data-med-size="40"] * h4,
html body .med-body[data-med-size="40"] * h4 * {
    font-size: 44px !important;
}

html body .med-body[data-med-size="40"] * h5,
html body .med-body[data-med-size="40"] * h5 * {
    font-size: 43px !important;
}

html body .med-body[data-med-size="40"] * h6,
html body .med-body[data-med-size="40"] * h6 * {
    font-size: 42px !important;
}

html body .med-body[data-med-size="39"] * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="39"] * h1,
html body .med-body[data-med-size="39"] * h1 * {
    font-size: 46px !important;
}

html body .med-body[data-med-size="39"] * h2,
html body .med-body[data-med-size="39"] * h2 * {
    font-size: 45px !important;
}

html body .med-body[data-med-size="39"] * h3,
html body .med-body[data-med-size="39"] * h3 * {
    font-size: 44px !important;
}

html body .med-body[data-med-size="39"] * h4,
html body .med-body[data-med-size="39"] * h4 * {
    font-size: 43px !important;
}

html body .med-body[data-med-size="39"] * h5,
html body .med-body[data-med-size="39"] * h5 * {
    font-size: 42px !important;
}

html body .med-body[data-med-size="39"] * h6,
html body .med-body[data-med-size="39"] * h6 * {
    font-size: 41px !important;
}

html body .med-body[data-med-size="38"] * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="38"] * h1,
html body .med-body[data-med-size="38"] * h1 * {
    font-size: 45px !important;
}

html body .med-body[data-med-size="38"] * h2,
html body .med-body[data-med-size="38"] * h2 * {
    font-size: 44px !important;
}

html body .med-body[data-med-size="38"] * h3,
html body .med-body[data-med-size="38"] * h3 * {
    font-size: 43px !important;
}

html body .med-body[data-med-size="38"] * h4,
html body .med-body[data-med-size="38"] * h4 * {
    font-size: 42px !important;
}

html body .med-body[data-med-size="38"] * h5,
html body .med-body[data-med-size="38"] * h5 * {
    font-size: 41px !important;
}

html body .med-body[data-med-size="38"] * h6,
html body .med-body[data-med-size="38"] * h6 * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="37"] * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="37"] * h1,
html body .med-body[data-med-size="37"] * h1 * {
    font-size: 44px !important;
}

html body .med-body[data-med-size="37"] * h2,
html body .med-body[data-med-size="37"] * h2 * {
    font-size: 43px !important;
}

html body .med-body[data-med-size="37"] * h3,
html body .med-body[data-med-size="37"] * h3 * {
    font-size: 42px !important;
}

html body .med-body[data-med-size="37"] * h4,
html body .med-body[data-med-size="37"] * h4 * {
    font-size: 41px !important;
}

html body .med-body[data-med-size="37"] * h5,
html body .med-body[data-med-size="37"] * h5 * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="37"] * h6,
html body .med-body[data-med-size="37"] * h6 * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="36"] * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="36"] * h1,
html body .med-body[data-med-size="36"] * h1 * {
    font-size: 43px !important;
}

html body .med-body[data-med-size="36"] * h2,
html body .med-body[data-med-size="36"] * h2 * {
    font-size: 42px !important;
}

html body .med-body[data-med-size="36"] * h3,
html body .med-body[data-med-size="36"] * h3 * {
    font-size: 41px !important;
}

html body .med-body[data-med-size="36"] * h4,
html body .med-body[data-med-size="36"] * h4 * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="36"] * h5,
html body .med-body[data-med-size="36"] * h5 * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="36"] * h6,
html body .med-body[data-med-size="36"] * h6 * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="35"] * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="35"] * h1,
html body .med-body[data-med-size="35"] * h1 * {
    font-size: 42px !important;
}

html body .med-body[data-med-size="35"] * h2,
html body .med-body[data-med-size="35"] * h2 * {
    font-size: 41px !important;
}

html body .med-body[data-med-size="35"] * h3,
html body .med-body[data-med-size="35"] * h3 * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="35"] * h4,
html body .med-body[data-med-size="35"] * h4 * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="35"] * h5,
html body .med-body[data-med-size="35"] * h5 * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="35"] * h6,
html body .med-body[data-med-size="35"] * h6 * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="34"] * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="34"] * h1,
html body .med-body[data-med-size="34"] * h1 * {
    font-size: 41px !important;
}

html body .med-body[data-med-size="34"] * h2,
html body .med-body[data-med-size="34"] * h2 * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="34"] * h3,
html body .med-body[data-med-size="34"] * h3 * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="34"] * h4,
html body .med-body[data-med-size="34"] * h4 * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="34"] * h5,
html body .med-body[data-med-size="34"] * h5 * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="34"] * h6,
html body .med-body[data-med-size="34"] * h6 * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="33"] * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="33"] * h1,
html body .med-body[data-med-size="33"] * h1 * {
    font-size: 40px !important;
}

html body .med-body[data-med-size="33"] * h2,
html body .med-body[data-med-size="33"] * h2 * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="33"] * h3,
html body .med-body[data-med-size="33"] * h3 * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="33"] * h4,
html body .med-body[data-med-size="33"] * h4 * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="33"] * h5,
html body .med-body[data-med-size="33"] * h5 * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="33"] * h6,
html body .med-body[data-med-size="33"] * h6 * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="32"] * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="32"] * h1,
html body .med-body[data-med-size="32"] * h1 * {
    font-size: 39px !important;
}

html body .med-body[data-med-size="32"] * h2,
html body .med-body[data-med-size="32"] * h2 * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="32"] * h3,
html body .med-body[data-med-size="32"] * h3 * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="32"] * h4,
html body .med-body[data-med-size="32"] * h4 * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="32"] * h5,
html body .med-body[data-med-size="32"] * h5 * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="32"] * h6,
html body .med-body[data-med-size="32"] * h6 * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="31"] * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="31"] * h1,
html body .med-body[data-med-size="31"] * h1 * {
    font-size: 38px !important;
}

html body .med-body[data-med-size="31"] * h2,
html body .med-body[data-med-size="31"] * h2 * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="31"] * h3,
html body .med-body[data-med-size="31"] * h3 * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="31"] * h4,
html body .med-body[data-med-size="31"] * h4 * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="31"] * h5,
html body .med-body[data-med-size="31"] * h5 * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="31"] * h6,
html body .med-body[data-med-size="31"] * h6 * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="30"] * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="30"] * h1,
html body .med-body[data-med-size="30"] * h1 * {
    font-size: 37px !important;
}

html body .med-body[data-med-size="30"] * h2,
html body .med-body[data-med-size="30"] * h2 * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="30"] * h3,
html body .med-body[data-med-size="30"] * h3 * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="30"] * h4,
html body .med-body[data-med-size="30"] * h4 * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="30"] * h5,
html body .med-body[data-med-size="30"] * h5 * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="30"] * h6,
html body .med-body[data-med-size="30"] * h6 * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="29"] * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="29"] * h1,
html body .med-body[data-med-size="29"] * h1 * {
    font-size: 36px !important;
}

html body .med-body[data-med-size="29"] * h2,
html body .med-body[data-med-size="29"] * h2 * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="29"] * h3,
html body .med-body[data-med-size="29"] * h3 * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="29"] * h4,
html body .med-body[data-med-size="29"] * h4 * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="29"] * h5,
html body .med-body[data-med-size="29"] * h5 * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="29"] * h6,
html body .med-body[data-med-size="29"] * h6 * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="28"] * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="28"] * h1,
html body .med-body[data-med-size="28"] * h1 * {
    font-size: 35px !important;
}

html body .med-body[data-med-size="28"] * h2,
html body .med-body[data-med-size="28"] * h2 * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="28"] * h3,
html body .med-body[data-med-size="28"] * h3 * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="28"] * h4,
html body .med-body[data-med-size="28"] * h4 * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="28"] * h5,
html body .med-body[data-med-size="28"] * h5 * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="28"] * h6,
html body .med-body[data-med-size="28"] * h6 * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="27"] * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="27"] * h1,
html body .med-body[data-med-size="27"] * h1 * {
    font-size: 34px !important;
}

html body .med-body[data-med-size="27"] * h2,
html body .med-body[data-med-size="27"] * h2 * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="27"] * h3,
html body .med-body[data-med-size="27"] * h3 * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="27"] * h4,
html body .med-body[data-med-size="27"] * h4 * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="27"] * h5,
html body .med-body[data-med-size="27"] * h5 * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="27"] * h6,
html body .med-body[data-med-size="27"] * h6 * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="26"] * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="26"] * h1,
html body .med-body[data-med-size="26"] * h1 * {
    font-size: 33px !important;
}

html body .med-body[data-med-size="26"] * h2,
html body .med-body[data-med-size="26"] * h2 * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="26"] * h3,
html body .med-body[data-med-size="26"] * h3 * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="26"] * h4,
html body .med-body[data-med-size="26"] * h4 * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="26"] * h5,
html body .med-body[data-med-size="26"] * h5 * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="26"] * h6,
html body .med-body[data-med-size="26"] * h6 * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="25"] * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="25"] * h1,
html body .med-body[data-med-size="25"] * h1 * {
    font-size: 32px !important;
}

html body .med-body[data-med-size="25"] * h2,
html body .med-body[data-med-size="25"] * h2 * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="25"] * h3,
html body .med-body[data-med-size="25"] * h3 * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="25"] * h4,
html body .med-body[data-med-size="25"] * h4 * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="25"] * h5,
html body .med-body[data-med-size="25"] * h5 * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="25"] * h6,
html body .med-body[data-med-size="25"] * h6 * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="24"] * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="24"] * h1,
html body .med-body[data-med-size="24"] * h1 * {
    font-size: 31px !important;
}

html body .med-body[data-med-size="24"] * h2,
html body .med-body[data-med-size="24"] * h2 * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="24"] * h3,
html body .med-body[data-med-size="24"] * h3 * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="24"] * h4,
html body .med-body[data-med-size="24"] * h4 * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="24"] * h5,
html body .med-body[data-med-size="24"] * h5 * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="24"] * h6,
html body .med-body[data-med-size="24"] * h6 * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="23"] * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="23"] * h1,
html body .med-body[data-med-size="23"] * h1 * {
    font-size: 30px !important;
}

html body .med-body[data-med-size="23"] * h2,
html body .med-body[data-med-size="23"] * h2 * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="23"] * h3,
html body .med-body[data-med-size="23"] * h3 * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="23"] * h4,
html body .med-body[data-med-size="23"] * h4 * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="23"] * h5,
html body .med-body[data-med-size="23"] * h5 * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="23"] * h6,
html body .med-body[data-med-size="23"] * h6 * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="22"] * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="22"] * h1,
html body .med-body[data-med-size="22"] * h1 * {
    font-size: 29px !important;
}

html body .med-body[data-med-size="22"] * h2,
html body .med-body[data-med-size="22"] * h2 * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="22"] * h3,
html body .med-body[data-med-size="22"] * h3 * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="22"] * h4,
html body .med-body[data-med-size="22"] * h4 * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="22"] * h5,
html body .med-body[data-med-size="22"] * h5 * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="22"] * h6,
html body .med-body[data-med-size="22"] * h6 * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="21"] * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="21"] * h1,
html body .med-body[data-med-size="21"] * h1 * {
    font-size: 28px !important;
}

html body .med-body[data-med-size="21"] * h2,
html body .med-body[data-med-size="21"] * h2 * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="21"] * h3,
html body .med-body[data-med-size="21"] * h3 * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="21"] * h4,
html body .med-body[data-med-size="21"] * h4 * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="21"] * h5,
html body .med-body[data-med-size="21"] * h5 * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="21"] * h6,
html body .med-body[data-med-size="21"] * h6 * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="20"] * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="20"] * h1,
html body .med-body[data-med-size="20"] * h1 * {
    font-size: 27px !important;
}

html body .med-body[data-med-size="20"] * h2,
html body .med-body[data-med-size="20"] * h2 * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="20"] * h3,
html body .med-body[data-med-size="20"] * h3 * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="20"] * h4,
html body .med-body[data-med-size="20"] * h4 * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="20"] * h5,
html body .med-body[data-med-size="20"] * h5 * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="20"] * h6,
html body .med-body[data-med-size="20"] * h6 * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="19"] * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="19"] * h1,
html body .med-body[data-med-size="19"] * h1 * {
    font-size: 26px !important;
}

html body .med-body[data-med-size="19"] * h2,
html body .med-body[data-med-size="19"] * h2 * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="19"] * h3,
html body .med-body[data-med-size="19"] * h3 * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="19"] * h4,
html body .med-body[data-med-size="19"] * h4 * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="19"] * h5,
html body .med-body[data-med-size="19"] * h5 * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="19"] * h6,
html body .med-body[data-med-size="19"] * h6 * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="18"] * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="18"] * h1,
html body .med-body[data-med-size="18"] * h1 * {
    font-size: 25px !important;
}

html body .med-body[data-med-size="18"] * h2,
html body .med-body[data-med-size="18"] * h2 * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="18"] * h3,
html body .med-body[data-med-size="18"] * h3 * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="18"] * h4,
html body .med-body[data-med-size="18"] * h4 * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="18"] * h5,
html body .med-body[data-med-size="18"] * h5 * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="18"] * h6,
html body .med-body[data-med-size="18"] * h6 * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="17"] * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="17"] * h1,
html body .med-body[data-med-size="17"] * h1 * {
    font-size: 24px !important;
}

html body .med-body[data-med-size="17"] * h2,
html body .med-body[data-med-size="17"] * h2 * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="17"] * h3,
html body .med-body[data-med-size="17"] * h3 * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="17"] * h4,
html body .med-body[data-med-size="17"] * h4 * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="17"] * h5,
html body .med-body[data-med-size="17"] * h5 * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="17"] * h6,
html body .med-body[data-med-size="17"] * h6 * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="16"] * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="16"] * h1,
html body .med-body[data-med-size="16"] * h1 * {
    font-size: 23px !important;
}

html body .med-body[data-med-size="16"] * h2,
html body .med-body[data-med-size="16"] * h2 * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="16"] * h3,
html body .med-body[data-med-size="16"] * h3 * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="16"] * h4,
html body .med-body[data-med-size="16"] * h4 * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="16"] * h5,
html body .med-body[data-med-size="16"] * h5 * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="16"] * h6,
html body .med-body[data-med-size="16"] * h6 * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="15"] * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="15"] * h1,
html body .med-body[data-med-size="15"] * h1 * {
    font-size: 22px !important;
}

html body .med-body[data-med-size="15"] * h2,
html body .med-body[data-med-size="15"] * h2 * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="15"] * h3,
html body .med-body[data-med-size="15"] * h3 * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="15"] * h4,
html body .med-body[data-med-size="15"] * h4 * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="15"] * h5,
html body .med-body[data-med-size="15"] * h5 * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="15"] * h6,
html body .med-body[data-med-size="15"] * h6 * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="14"] * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="14"] * h1,
html body .med-body[data-med-size="14"] * h1 * {
    font-size: 21px !important;
}

html body .med-body[data-med-size="14"] * h2,
html body .med-body[data-med-size="14"] * h2 * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="14"] * h3,
html body .med-body[data-med-size="14"] * h3 * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="14"] * h4,
html body .med-body[data-med-size="14"] * h4 * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="14"] * h5,
html body .med-body[data-med-size="14"] * h5 * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="14"] * h6,
html body .med-body[data-med-size="14"] * h6 * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="13"] * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="13"] * h1,
html body .med-body[data-med-size="13"] * h1 * {
    font-size: 20px !important;
}

html body .med-body[data-med-size="13"] * h2,
html body .med-body[data-med-size="13"] * h2 * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="13"] * h3,
html body .med-body[data-med-size="13"] * h3 * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="13"] * h4,
html body .med-body[data-med-size="13"] * h4 * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="13"] * h5,
html body .med-body[data-med-size="13"] * h5 * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="13"] * h6,
html body .med-body[data-med-size="13"] * h6 * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="12"] * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="12"] * h1,
html body .med-body[data-med-size="12"] * h1 * {
    font-size: 19px !important;
}

html body .med-body[data-med-size="12"] * h2,
html body .med-body[data-med-size="12"] * h2 * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="12"] * h3,
html body .med-body[data-med-size="12"] * h3 * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="12"] * h4,
html body .med-body[data-med-size="12"] * h4 * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="12"] * h5,
html body .med-body[data-med-size="12"] * h5 * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="12"] * h6,
html body .med-body[data-med-size="12"] * h6 * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="11"] * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="11"] * h1,
html body .med-body[data-med-size="11"] * h1 * {
    font-size: 18px !important;
}

html body .med-body[data-med-size="11"] * h2,
html body .med-body[data-med-size="11"] * h2 * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="11"] * h3,
html body .med-body[data-med-size="11"] * h3 * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="11"] * h4,
html body .med-body[data-med-size="11"] * h4 * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="11"] * h5,
html body .med-body[data-med-size="11"] * h5 * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="11"] * h6,
html body .med-body[data-med-size="11"] * h6 * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="10"] * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="10"] * h1,
html body .med-body[data-med-size="10"] * h1 * {
    font-size: 17px !important;
}

html body .med-body[data-med-size="10"] * h2,
html body .med-body[data-med-size="10"] * h2 * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="10"] * h3,
html body .med-body[data-med-size="10"] * h3 * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="10"] * h4,
html body .med-body[data-med-size="10"] * h4 * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="10"] * h5,
html body .med-body[data-med-size="10"] * h5 * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="10"] * h6,
html body .med-body[data-med-size="10"] * h6 * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="9"] * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="9"] * h1,
html body .med-body[data-med-size="9"] * h1 * {
    font-size: 16px !important;
}

html body .med-body[data-med-size="9"] * h2,
html body .med-body[data-med-size="9"] * h2 * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="9"] * h3,
html body .med-body[data-med-size="9"] * h3 * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="9"] * h4,
html body .med-body[data-med-size="9"] * h4 * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="9"] * h5,
html body .med-body[data-med-size="9"] * h5 * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="9"] * h6,
html body .med-body[data-med-size="9"] * h6 * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="8"] * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="8"] * h1,
html body .med-body[data-med-size="8"] * h1 * {
    font-size: 15px !important;
}

html body .med-body[data-med-size="8"] * h2,
html body .med-body[data-med-size="8"] * h2 * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="8"] * h3,
html body .med-body[data-med-size="8"] * h3 * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="8"] * h4,
html body .med-body[data-med-size="8"] * h4 * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="8"] * h5,
html body .med-body[data-med-size="8"] * h5 * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="8"] * h6,
html body .med-body[data-med-size="8"] * h6 * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="7"] * {
    font-size: 7px !important;
}

html body .med-body[data-med-size="7"] * h1,
html body .med-body[data-med-size="7"] * h1 * {
    font-size: 14px !important;
}

html body .med-body[data-med-size="7"] * h2,
html body .med-body[data-med-size="7"] * h2 * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="7"] * h3,
html body .med-body[data-med-size="7"] * h3 * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="7"] * h4,
html body .med-body[data-med-size="7"] * h4 * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="7"] * h5,
html body .med-body[data-med-size="7"] * h5 * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="7"] * h6,
html body .med-body[data-med-size="7"] * h6 * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="6"] * {
    font-size: 6px !important;
}

html body .med-body[data-med-size="6"] * h1,
html body .med-body[data-med-size="6"] * h1 * {
    font-size: 13px !important;
}

html body .med-body[data-med-size="6"] * h2,
html body .med-body[data-med-size="6"] * h2 * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="6"] * h3,
html body .med-body[data-med-size="6"] * h3 * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="6"] * h4,
html body .med-body[data-med-size="6"] * h4 * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="6"] * h5,
html body .med-body[data-med-size="6"] * h5 * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="6"] * h6,
html body .med-body[data-med-size="6"] * h6 * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="5"] * {
    font-size: 5px !important;
}

html body .med-body[data-med-size="5"] * h1,
html body .med-body[data-med-size="5"] * h1 * {
    font-size: 12px !important;
}

html body .med-body[data-med-size="5"] * h2,
html body .med-body[data-med-size="5"] * h2 * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="5"] * h3,
html body .med-body[data-med-size="5"] * h3 * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="5"] * h4,
html body .med-body[data-med-size="5"] * h4 * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="5"] * h5,
html body .med-body[data-med-size="5"] * h5 * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="5"] * h6,
html body .med-body[data-med-size="5"] * h6 * {
    font-size: 7px !important;
}

html body .med-body[data-med-size="4"] * {
    font-size: 4px !important;
}

html body .med-body[data-med-size="4"] * h1,
html body .med-body[data-med-size="4"] * h1 * {
    font-size: 11px !important;
}

html body .med-body[data-med-size="4"] * h2,
html body .med-body[data-med-size="4"] * h2 * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="4"] * h3,
html body .med-body[data-med-size="4"] * h3 * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="4"] * h4,
html body .med-body[data-med-size="4"] * h4 * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="4"] * h5,
html body .med-body[data-med-size="4"] * h5 * {
    font-size: 7px !important;
}

html body .med-body[data-med-size="4"] * h6,
html body .med-body[data-med-size="4"] * h6 * {
    font-size: 6px !important;
}

html body .med-body[data-med-size="3"] * {
    font-size: 3px !important;
}

html body .med-body[data-med-size="3"] * h1,
html body .med-body[data-med-size="3"] * h1 * {
    font-size: 10px !important;
}

html body .med-body[data-med-size="3"] * h2,
html body .med-body[data-med-size="3"] * h2 * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="3"] * h3,
html body .med-body[data-med-size="3"] * h3 * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="3"] * h4,
html body .med-body[data-med-size="3"] * h4 * {
    font-size: 7px !important;
}

html body .med-body[data-med-size="3"] * h5,
html body .med-body[data-med-size="3"] * h5 * {
    font-size: 6px !important;
}

html body .med-body[data-med-size="3"] * h6,
html body .med-body[data-med-size="3"] * h6 * {
    font-size: 5px !important;
}

html body .med-body[data-med-size="2"] * {
    font-size: 2px !important;
}

html body .med-body[data-med-size="2"] * h1,
html body .med-body[data-med-size="2"] * h1 * {
    font-size: 9px !important;
}

html body .med-body[data-med-size="2"] * h2,
html body .med-body[data-med-size="2"] * h2 * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="2"] * h3,
html body .med-body[data-med-size="2"] * h3 * {
    font-size: 7px !important;
}

html body .med-body[data-med-size="2"] * h4,
html body .med-body[data-med-size="2"] * h4 * {
    font-size: 6px !important;
}

html body .med-body[data-med-size="2"] * h5,
html body .med-body[data-med-size="2"] * h5 * {
    font-size: 5px !important;
}

html body .med-body[data-med-size="2"] * h6,
html body .med-body[data-med-size="2"] * h6 * {
    font-size: 4px !important;
}

html body .med-body[data-med-size="1"] * {
    font-size: 1px !important;
}

html body .med-body[data-med-size="1"] * h1,
html body .med-body[data-med-size="1"] * h1 * {
    font-size: 8px !important;
}

html body .med-body[data-med-size="1"] * h2,
html body .med-body[data-med-size="1"] * h2 * {
    font-size: 7px !important;
}

html body .med-body[data-med-size="1"] * h3,
html body .med-body[data-med-size="1"] * h3 * {
    font-size: 6px !important;
}

html body .med-body[data-med-size="1"] * h4,
html body .med-body[data-med-size="1"] * h4 * {
    font-size: 5px !important;
}

html body .med-body[data-med-size="1"] * h5,
html body .med-body[data-med-size="1"] * h5 * {
    font-size: 4px !important;
}

html body .med-body[data-med-size="1"] * h6,
html body .med-body[data-med-size="1"] * h6 * {
    font-size: 3px !important;
}

html body .med-body .med-tts .med-tts-link {
    display: inline-block;
    border: 1px dashed transparent;
    border-bottom: 0;
    padding: 10px;
}

html body .med-body .med-tts .med-tts-text {
    border: 1px dashed transparent;
    padding: 10px;
}

html body .med-body a {
    text-decoration: none;
}

html body .med-body a.med-link {
    text-decoration: none;
    color: black;
    background-color: transparent;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
    margin: 2px;
}

@media (max-width: 575.98px) {
    html body .med-body a.med-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .med-body a.med-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .med-body a.med-link {
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .med-body a.med-link {
        height: 34px;
        line-height: 34px;
        padding: 0 9px;
    }
}

html body .med-body a.med-link.active {
    color: inherit;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}

html body .med-body a.med-link:hover {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}

html body .med-body a.med-link:focus {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}

html body .med-body[data-med-images=true] .med-background-image.med-img,
html body .med-body[data-med-images=true] img.med-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

html body .med-body[data-med-images=true] .med-background-image {
    background-color: transparent !important;
}

html body .med-body[data-med-images=false] .med-background-image {
    background-image: none !important;
    border: 0 !important;
}

html body .med-body[data-med-images=false] div.med-img {
    vertical-align: middle;
    border: 2px dashed;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    word-wrap: break-word;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

html body .med-body[data-med-images=grayscale] .med-background-image,
html body .med-body[data-med-images=grayscale] img.med-img {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    filter: grayscale(1);
}

html body .med-body[data-med-line-height=normal] *:not(.med-link) {
    line-height: 1.5 !important;
}

html body .med-body[data-med-line-height=average] *:not(.med-link) {
    line-height: 2 !important;
}

html body .med-body[data-med-line-height=big] *:not(.med-link) {
    line-height: 2.5 !important;
}

html body .med-body[data-med-letter-spacing=normal] *:not(.med-link) {
    letter-spacing: 0 !important;
}

html body .med-body[data-med-letter-spacing=average] *:not(.med-link) {
    letter-spacing: 2px !important;
}

html body .med-body[data-med-letter-spacing=big] *:not(.med-link) {
    letter-spacing: 4px !important;
}

html body .med-body[data-med-font-family=arial] *:not(i):not(span) {
    font-family: Arial, sans-serif !important;
}

html body .med-body[data-med-font-family=times] *:not(i):not(span) {
    font-family: "Times New roman" !important;
}

html body .med-body[data-med-flash-iframe=true] .wp-audio-shortcode,
html body .med-body[data-med-flash-iframe=true] iframe,
html body .med-body[data-med-flash-iframe=true] video,
html body .med-body[data-med-flash-iframe=true] ymaps,
html body .med-body[data-med-flash-iframe=true] figure {
    display: block !important;
}

html body .med-body[data-med-flash-iframe=false] .wp-audio-shortcode,
html body .med-body[data-med-flash-iframe=false] iframe,
html body .med-body[data-med-flash-iframe=false] video,
html body .med-body[data-med-flash-iframe=false] ymaps,
html body .med-body[data-med-flash-iframe=false] figure {
    display: none !important;
}

html body .med-body .med-hide {
    display: none;
}

html body .med-body .med-show {
    display: block;
}

html body .med-hide {
    display: block;
}

html body .med-show {
    display: none;
}

html body #med-panel-show.med-link {
    text-decoration: none;

}

html body #med-panel-show.med-link.med-link-top {
    position: absolute;
    top: 4px;
    right: 20px;
    text-align: center;
    padding: 5px 10px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid;
    z-index: 999;
    background: #eee
}

html body #med-panel-show .med-images {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
}



html body a.med-link-widget,
html body a.med-link-shortcode {
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    text-decoration: none;
}

html body a.med-link-widget .med-svg-eye,
html body a.med-link-shortcode .med-svg-eye {
    display: inline-block;
    overflow: visible;
    width: 1.125em;
    height: 1em;
    font-size: 2em;
    vertical-align: middle;
}

/*# sourceMappingURL=med.css.map */

.med-body #header {
    background: none !important;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.med-body .container.show_title {
    padding-top: 20px;
    padding-bottom: 20px
}

.med-body .mail-tl1::after,
.med-body .mail-tl2::after {
    font-size: inherit
}

.med-body h2.medical-article-title::first-letter {
    color: inherit;
}

html body .med-panel .med-setting-panel a {
    display: block !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    margin: 5px 10px
}

html body .med-panel .med-setting-panel-inline a {
    display: inline-block !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    margin: 5px 10px
}

.med-open,
.med-open:hover {
    color: #fff
}

html body .med-body .button-blind::before {
    display: none
}

html body .med-body .button-blind a {
    border: 2px solid;
    padding: 8px 20px;
    text-decoration: none !important
}

.med-body .button-search.h-100.text-center {
    margin-right: 45px;
}

html body .med-body .home-module-latest-text {
    height: auto !important
}

html body .med-body .home-module-block:hover .home-module-latest-text {
    bottom: 0 !important
}
html body .med-body .home-module-latest-text-intro, html body .med-body .home-module-latest-button-intro{
    display: none!important
}
html body .med-body .header-title a {
    font-size: 150%!important}
html body .med-body ._access-icon.material-icons._access {
  background-color: transparent!important;
  left: 20px !important;
  border-radius: 50%;
}

html body .med-body ._access-icon.material-icons._access {
  font-size: 50px!important;
}
