.mzkgdm-uses-animation-to-show {
    animation-duration: 0.15s;
    animation-fill-mode: both;
}
.mzkgdm-uses-animation-do-show {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
.mzkgdm-uses-animation-heartbeat {
    animation-name: mzkgdm-general-heartbeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
}
.mzkgdm-uses-is-loading {
    pointer-events: none;
}
.mzkgdm-uses-is-loading:before {
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}
.mzkgdm-uses-is-loading:after {
    animation: mzkgdm-general-rotate 1s linear infinite;
    border: 3px solid #f1487f;
    border-top-color: #ffbf3c;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9;
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Lato Light"), local("Lato-Light"),
        url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPHA.ttf)
            format("truetype");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lato Regular"), local("Lato-Regular"),
        url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf)
            format("truetype");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Lato Bold"), local("Lato-Bold"),
        url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf)
            format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"),
        url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
            format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"),
        url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf)
            format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"),
        url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
            format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"),
        url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
            format("truetype");
}
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    height: 100%;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html.mzkgdm-is-modal-open,
body.mzkgdm-is-modal-open {
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
label {
    color: #555;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    padding: 0 10px 10px 0;
    width: 100%;
}
.mzkgdm-input {
    display: block;
    height: 40px;
    margin: 1.9rem 0 2rem 0;
    position: relative;
    width: 100%;
}
.mzkgdm-input:first-child {
    margin-top: 1rem;
}
.mzkgdm-input:last-child {
    margin-bottom: 0;
}
.mzkgdm-input.mzkgdm-is-color {
    height: unset;
}
.mzkgdm-input > label {
    color: #555;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    padding: 0 10px 3px 0;
    pointer-events: none;
    transition: all ease-in-out 0.15s;
    width: 100%;
}
.mzkgdm-input > input[type="text"],
.mzkgdm-input > input[type="email"],
.mzkgdm-input > input[type="number"],
.mzkgdm-input > input[type="password"] {
    align-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    height: 100%;
    margin: 0;
    outline: none;
    padding: 0 10px;
    position: relative;
    transition: all ease-in-out 0.15s;
    width: 100%;
}
.mzkgdm-input > input[type="text"] ~ label,
.mzkgdm-input > input[type="email"] ~ label,
.mzkgdm-input > input[type="number"] ~ label,
.mzkgdm-input > input[type="password"] ~ label {
    bottom: 100%;
    color: #555;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    left: 0;
    opacity: 0;
    padding: 0 10px 10px 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(-25%);
    transition: all ease-in-out 0.15s;
    width: 100%;
}
.mzkgdm-input > input[type="text"] ~ .mzkgdm-line,
.mzkgdm-input > input[type="email"] ~ .mzkgdm-line,
.mzkgdm-input > input[type="number"] ~ .mzkgdm-line,
.mzkgdm-input > input[type="password"] ~ .mzkgdm-line {
    background: #f1487f;
    background: linear-gradient(to right, #ffbf3c, #f1487f);
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: all ease-in-out 0.15s;
    width: 10%;
}
.mzkgdm-input > input[type="text"]::placeholder,
.mzkgdm-input > input[type="email"]::placeholder,
.mzkgdm-input > input[type="number"]::placeholder,
.mzkgdm-input > input[type="password"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.15s;
}
.mzkgdm-input > input[type="text"]:focus,
.mzkgdm-input > input[type="email"]:focus,
.mzkgdm-input > input[type="number"]:focus,
.mzkgdm-input > input[type="password"]:focus {
    background: rgba(0, 0, 0, 0);
}
.mzkgdm-input > input[type="text"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="email"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="number"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="password"]:focus ~ .mzkgdm-line {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background-size: 400% 100%;
}
.mzkgdm-input > input[type="text"]:focus,
.mzkgdm-input > input[type="email"]:focus,
.mzkgdm-input > input[type="number"]:focus,
.mzkgdm-input > input[type="password"]:focus,
.mzkgdm-input > input[type="text"]:not(:placeholder-shown),
.mzkgdm-input > input[type="email"]:not(:placeholder-shown),
.mzkgdm-input > input[type="number"]:not(:placeholder-shown),
.mzkgdm-input > input[type="password"]:not(:placeholder-shown),
.mzkgdm-input > input[type="text"]:required:valid,
.mzkgdm-input > input[type="email"]:required:valid,
.mzkgdm-input > input[type="number"]:required:valid,
.mzkgdm-input > input[type="password"]:required:valid {
    background: rgba(0, 0, 0, 0);
}
.mzkgdm-input > input[type="text"]:focus ~ label,
.mzkgdm-input > input[type="email"]:focus ~ label,
.mzkgdm-input > input[type="number"]:focus ~ label,
.mzkgdm-input > input[type="password"]:focus ~ label,
.mzkgdm-input > input[type="text"]:not(:placeholder-shown) ~ label,
.mzkgdm-input > input[type="email"]:not(:placeholder-shown) ~ label,
.mzkgdm-input > input[type="number"]:not(:placeholder-shown) ~ label,
.mzkgdm-input > input[type="password"]:not(:placeholder-shown) ~ label,
.mzkgdm-input > input[type="text"]:required:valid ~ label,
.mzkgdm-input > input[type="email"]:required:valid ~ label,
.mzkgdm-input > input[type="number"]:required:valid ~ label,
.mzkgdm-input > input[type="password"]:required:valid ~ label {
    opacity: 1;
    transform: translateY(50%);
}
.mzkgdm-input > input[type="text"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="email"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="number"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="password"]:focus ~ .mzkgdm-line,
.mzkgdm-input > input[type="text"]:not(:placeholder-shown) ~ .mzkgdm-line,
.mzkgdm-input > input[type="email"]:not(:placeholder-shown) ~ .mzkgdm-line,
.mzkgdm-input > input[type="number"]:not(:placeholder-shown) ~ .mzkgdm-line,
.mzkgdm-input > input[type="password"]:not(:placeholder-shown) ~ .mzkgdm-line,
.mzkgdm-input > input[type="text"]:required:valid ~ .mzkgdm-line,
.mzkgdm-input > input[type="email"]:required:valid ~ .mzkgdm-line,
.mzkgdm-input > input[type="number"]:required:valid ~ .mzkgdm-line,
.mzkgdm-input > input[type="password"]:required:valid ~ .mzkgdm-line {
    width: 100%;
}
.mzkgdm-input > input[type="text"]:focus::placeholder,
.mzkgdm-input > input[type="email"]:focus::placeholder,
.mzkgdm-input > input[type="number"]:focus::placeholder,
.mzkgdm-input > input[type="password"]:focus::placeholder,
.mzkgdm-input > input[type="text"]:not(:placeholder-shown)::placeholder,
.mzkgdm-input > input[type="email"]:not(:placeholder-shown)::placeholder,
.mzkgdm-input > input[type="number"]:not(:placeholder-shown)::placeholder,
.mzkgdm-input > input[type="password"]:not(:placeholder-shown)::placeholder,
.mzkgdm-input > input[type="text"]:required:valid::placeholder,
.mzkgdm-input > input[type="email"]:required:valid::placeholder,
.mzkgdm-input > input[type="number"]:required:valid::placeholder,
.mzkgdm-input > input[type="password"]:required:valid::placeholder {
    color: rgba(0, 0, 0, 0);
}
.mzkgdm-input > input[type="text"]:required:not(:placeholder-shown):invalid,
.mzkgdm-input > input[type="email"]:required:not(:placeholder-shown):invalid,
.mzkgdm-input > input[type="number"]:required:not(:placeholder-shown):invalid,
.mzkgdm-input
    > input[type="password"]:required:not(:placeholder-shown):invalid {
    background: #e8bac9;
}
.mzkgdm-input > input[type="color"] {
    background: none;
    border: 0;
    box-shadow: none;
    height: 32px;
    margin: 0;
    width: 100%;
}
.mzkgdm-select {
    display: inline-block;
    height: 40px;
    margin: 1.9rem 0 1rem 0;
    max-width: 100%;
    position: relative;
    transform: translateX(1px);
    width: 100%;
}
.mzkgdm-select:first-child {
    margin-top: 1.5rem;
}
.mzkgdm-select:last-child {
    margin-bottom: 0;
}
.mzkgdm-select > label {
    bottom: 100%;
    color: #555;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    left: 0;
    padding: 0 10px 4px 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(-3px);
    transition: all ease-in-out 0.15s;
    width: 100%;
}
.mzkgdm-select > .mzkgdm-select-container {
    display: inline-block;
    height: 40px;
    margin-left: 2px;
    max-width: 100%;
    position: relative;
}
.mzkgdm-select > .mzkgdm-select-container > select {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-content: center;
    align-items: center;
    background: #f8f9fa;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    height: 100%;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 0 10px;
    position: relative;
    transition: all ease-in-out 0.15s;
    z-index: 2;
    width: 100%;
}
.mzkgdm-select > .mzkgdm-select-container > select:not([multiple]) {
    padding-right: 40px;
}
.mzkgdm-select > .mzkgdm-select-container > select ~ .mzkgdm-line {
    background: #f1487f;
    background: linear-gradient(to right, #ffbf3c, #f1487f);
    bottom: -1px;
    display: block;
    height: 100%;
    height: calc(100% + 2px);
    left: -1px;
    pointer-events: none;
    position: absolute;
    transition: all ease-in-out 0.15s;
    width: 100%;
    width: calc(100% + 2px);
    z-index: 1;
}
.mzkgdm-select > .mzkgdm-select-container > select::placeholder {
    color: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.15s;
}
.mzkgdm-select > .mzkgdm-select-container > select:focus ~ .mzkgdm-line {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background-size: 400% 100%;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-select > .mzkgdm-select-container > select {
        width: unset;
    }
}
.mzkgdm-select > .mzkgdm-select-container:after {
    border: 3px solid transparent;
    border-color: #f1487f;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-8px);
    transform-origin: center;
    width: 7px;
    z-index: 3;
}
.mzkgdm-select.mzkgdm-is-full-width > .mzkgdm-select-container {
    width: 100%;
}
.mzkgdm-select.mzkgdm-is-full-width > .mzkgdm-select-container > select {
    width: 100%;
}
.mzkgdm-select ~ .mzkgdm-input {
    margin-top: 1rem;
}
.mzkgdm-textarea {
    display: block;
    margin: 1.9rem 0 2rem 0;
    position: relative;
    width: 100%;
}
.mzkgdm-textarea:first-child {
    margin-top: 1rem;
}
.mzkgdm-textarea:last-child {
    margin-bottom: 0;
}
.mzkgdm-textarea > label {
    color: #555;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    padding: 0 10px 4px 0;
    pointer-events: none;
    transform: translateY(-3px);
    transition: all ease-in-out 0.15s;
    width: 100%;
}
.mzkgdm-textarea > textarea {
    align-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    margin: 0;
    min-height: 100px;
    outline: none;
    padding: 0 10px;
    position: relative;
    transition: all ease-in-out 0.15s;
    width: 100%;
}
.mzkgdm-textarea > textarea ~ .mzkgdm-line {
    background: #f1487f;
    background: linear-gradient(to right, #ffbf3c, #f1487f);
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: all ease-in-out 0.15s;
    width: 10%;
}
.mzkgdm-textarea > textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.15s;
}
.mzkgdm-textarea > textarea:focus {
    background: rgba(0, 0, 0, 0);
}
.mzkgdm-textarea > textarea:focus ~ .mzkgdm-line {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background-size: 400% 100%;
}
.mzkgdm-textarea > textarea:focus,
.mzkgdm-textarea > textarea:not(:placeholder-shown),
.mzkgdm-textarea > textarea:required:valid {
    background: rgba(0, 0, 0, 0);
}
.mzkgdm-textarea > textarea:focus ~ label,
.mzkgdm-textarea > textarea:not(:placeholder-shown) ~ label,
.mzkgdm-textarea > textarea:required:valid ~ label {
    opacity: 1;
    transform: translateY(50%);
}
.mzkgdm-textarea > textarea:focus ~ .mzkgdm-line,
.mzkgdm-textarea > textarea:not(:placeholder-shown) ~ .mzkgdm-line,
.mzkgdm-textarea > textarea:required:valid ~ .mzkgdm-line {
    width: 100%;
}
.mzkgdm-textarea > textarea:focus::placeholder,
.mzkgdm-textarea > textarea:not(:placeholder-shown)::placeholder,
.mzkgdm-textarea > textarea:required:valid::placeholder {
    color: rgba(0, 0, 0, 0);
}
.mzkgdm-button {
    background: #f1487f;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 15px 0;
    outline: none;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    width: 100%;
}
.mzkgdm-button:first-child {
    margin-left: 0;
}
.mzkgdm-button:last-child {
    margin-right: 0;
}
@media screen and (min-width: 769px) {
    .mzkgdm-button {
        margin: 0 5px 15px 5px;
        width: unset;
    }
}
.mzkgdm-button.mzkgdm-is-full-width {
    width: 100%;
}
.mzkgdm-button.mzkgdm-is-link {
    background: none;
    color: #f1487f;
}
.mzkgdm-button.mzkgdm-is-invert {
    background: none;
    border: 1px solid #f1487f;
    color: #f1487f;
}
.mzkgdm-button.mzkgdm-is-warning {
    background: #ffdd57;
    color: #363636;
}
.mzkgdm-button.mzkgdm-is-danger {
    background: #f44336;
}
.mzkgdm-button.mzkgdm-is-upload.mzkgdm-is-uploading {
    color: rgba(0, 0, 0, 0);
    pointer-events: none;
}
.mzkgdm-button.mzkgdm-is-upload.mzkgdm-is-loading {
    pointer-events: none;
}
.mzkgdm-button.mzkgdm-is-upload.mzkgdm-is-loading:before {
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}
.mzkgdm-button.mzkgdm-is-upload.mzkgdm-is-loading:after {
    animation: mzkgdm-general-rotate 1s linear infinite;
    border: 3px solid #f1487f;
    border-top-color: #ffbf3c;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9;
}
.mzkgdm-button.mzkgdm-is-upload > .mzkgdm-action-progress {
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    font-size: 0.9rem;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 0;
    transition: all 1s 0s ease-in-out;
    width: 0%;
    z-index: 1;
}
.mzkgdm-button.mzkgdm-is-upload input[type="file"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
form {
    width: 100%;
}
form.mzkgdm-is-loading
    input:not([type="submit"]):not([type="hidden"]):not([type="file"]),
form.mzkgdm-is-loading select,
form.mzkgdm-is-loading textarea,
form.mzkgdm-is-loading button:not([type="submit"]) {
    opacity: 0.5;
    pointer-events: none;
}
form.mzkgdm-is-loading button[type="submit"],
form.mzkgdm-is-loading input[type="submit"] {
    pointer-events: none;
}
form.mzkgdm-is-loading button[type="submit"]:before,
form.mzkgdm-is-loading input[type="submit"]:before {
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}
form.mzkgdm-is-loading button[type="submit"]:after,
form.mzkgdm-is-loading input[type="submit"]:after {
    animation: mzkgdm-general-rotate 1s linear infinite;
    border: 3px solid #f1487f;
    border-top-color: #ffbf3c;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9;
}
form.mzkgdm-is-loading .mzkgdm-select select ~ .mzkgdm-line {
    opacity: 0.5;
}
form.mzkgdm-is-loading .mzkgdm-input > input[type="text"] ~ .mzkgdm-line,
form.mzkgdm-is-loading .mzkgdm-input > input[type="email"] ~ .mzkgdm-line,
form.mzkgdm-is-loading .mzkgdm-input > input[type="number"] ~ .mzkgdm-line,
form.mzkgdm-is-loading .mzkgdm-input > input[type="password"] ~ .mzkgdm-line {
    opacity: 0.5;
}
a {
    color: #f1487f;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
@media only print {
    a {
        text-decoration: none !important;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363636;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 2rem 0 1.5rem 0;
    padding: 0;
    width: 100%;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6 {
    margin-top: -1.25rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: #f1487f;
    font-weight: 500;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 80%;
}
h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}
p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 1em 0;
}
p.mzkgdm-is-help {
    font-size: 0.9rem;
    margin: 0;
}
.mzkgdm-container {
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    width: auto;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-container {
        max-width: 960px;
    }
    .mzkgdm-container.mzkgdm-is-full-width {
        max-width: none;
        width: auto;
    }
}
@media screen and (max-width: 1216px) {
    .mzkgdm-container {
        max-width: 1152px;
    }
    .mzkgdm-container.mzkgdm-is-full-width {
        padding-left: 64px;
        padding-right: 64px;
    }
}
@media screen and (min-width: mzkgdm-screen-size-fullhd) {
    .mzkgdm-container {
        max-width: 1344px;
    }
}
.mzkgdm-img {
    border-radius: 6px;
    display: block;
    margin: 0 0 1rem 0;
    width: 100%;
    position: relative;
    text-align: center;
}
.mzkgdm-img:last-child {
    margin-bottom: 0;
}
.mzkgdm-img.mzkgdm-is-left {
    text-align: left;
}
.mzkgdm-img.mzkgdm-is-center {
    text-align: center;
}
.mzkgdm-img.mzkgdm-is-right {
    text-align: right;
}
.mzkgdm-img.mzkgdm-is-inline {
    display: inline-block;
}
.mzkgdm-img > img {
    border-radius: 6px;
    max-width: 100%;
}
.mzkgdm-progress {
    align-items: center;
    display: flex;
    margin: 0 0 1rem 0;
    width: 100%;
}
.mzkgdm-progress > progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.mzkgdm-progress > progress::-webkit-progress-bar {
    background-color: #dbdbdb;
}
.mzkgdm-progress > progress::-webkit-progress-value {
    background-color: #4a4a4a;
}
.mzkgdm-progress > progress::-moz-progress-bar {
    background-color: #4a4a4a;
}
.mzkgdm-progress > progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
}
.mzkgdm-progress.mzkgdm-is-small > progress {
    height: 0.75rem;
}
.mzkgdm-progress.mzkgdm-is-medium > progress {
    height: 1.25rem;
}
.mzkgdm-progress.mzkgdm-is-large > progress {
    height: 1.5rem;
}
.mzkgdm-progress.mzkgdm-is-success > progress::-webkit-progress-value {
    background-color: #48c774;
}
.mzkgdm-progress.mzkgdm-is-success > progress::-moz-progress-bar {
    background-color: #48c774;
}
.mzkgdm-progress.mzkgdm-is-success > progress::-ms-fill {
    background-color: #48c774;
}
.mzkgdm-progress.mzkgdm-is-info > progress::-webkit-progress-value {
    background-color: #209cee;
}
.mzkgdm-progress.mzkgdm-is-info > progress::-moz-progress-bar {
    background-color: #209cee;
}
.mzkgdm-progress.mzkgdm-is-info > progress::-ms-fill {
    background-color: #209cee;
}
.mzkgdm-progress.mzkgdm-is-warning > progress::-webkit-progress-value {
    background-color: #ffdd57;
}
.mzkgdm-progress.mzkgdm-is-warning > progress::-moz-progress-bar {
    background-color: #ffdd57;
}
.mzkgdm-progress.mzkgdm-is-warning > progress::-ms-fill {
    background-color: #ffdd57;
}
.mzkgdm-progress.mzkgdm-is-danger > progress::-webkit-progress-value {
    background-color: #f44336;
}
.mzkgdm-progress.mzkgdm-is-danger > progress::-moz-progress-bar {
    background-color: #f44336;
}
.mzkgdm-progress.mzkgdm-is-danger > progress::-ms-fill {
    background-color: #f44336;
}
.mzkgdm-progress > .mzkgdm-progress-label {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0 0 0 1rem;
}
.mzkgdm-dashbox {
    background: #fff;
    border-radius: 6px;
    margin: 0 0 1.5rem 0;
    padding: 1rem;
}
.mzkgdm-dashbox:last-child {
    margin-bottom: 0;
}
.mzkgdm-datatable-container .mzkgdm-datatable-controls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.mzkgdm-datatable-container .mzkgdm-datatable-controls input[type="text"],
.mzkgdm-datatable-container .mzkgdm-datatable-controls select {
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    box-shadow: none;
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    height: 30px;
    margin: 0 0.15rem 0.5rem 0;
    outline: none;
}
.mzkgdm-datatable-container
    .mzkgdm-datatable-controls
    input[type="text"]:last-child,
.mzkgdm-datatable-container .mzkgdm-datatable-controls select:last-child {
    margin-right: 0;
}
.mzkgdm-datatable-container .mzkgdm-datatable-controls select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../img/chevron-down.png");
    background-position: right center;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 0 30px 0 0.25rem;
}
.mzkgdm-datatable-container .mzkgdm-datatable-controls span {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    height: 30px;
    line-height: 30px;
    margin: 0 0.15rem 0.5rem 0;
    padding: 0 0.25rem;
    pointer-events: none;
}
.mzkgdm-datatable-container .mzkgdm-datatable-controls span:last-child {
    margin-right: 0;
}
.mzkgdm-datatable-container .mzkgdm-datatable-controls input[type="text"] {
    padding: 0 0.25rem;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-datatable-container .mzkgdm-datatable-controls input[type="text"] {
        width: 150px;
    }
}
.mzkgdm-datatable-container
    .mzkgdm-datatable-controls
    .mzkgdm-datatable-filters {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-datatable-container
        .mzkgdm-datatable-controls
        .mzkgdm-datatable-filters {
        flex-grow: 1;
        width: 50%;
    }
}
.mzkgdm-datatable-container
    .mzkgdm-datatable-controls
    .mzkgdm-datatable-actions {
    display: flex;
    width: unset;
}
.mzkgdm-datatable-container
    .mzkgdm-datatable-controls
    .mzkgdm-datatable-actions
    .mzkgdm-button {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    height: 30px;
    line-height: 30px;
    margin: 0 0.15rem 0.5rem 0;
    padding-bottom: 0;
    padding-top: 0;
}
.mzkgdm-datatable-container
    .mzkgdm-datatable-controls
    .mzkgdm-datatable-actions
    .mzkgdm-button:last-child {
    margin-right: 0;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-datatable-container
        .mzkgdm-datatable-controls
        .mzkgdm-datatable-actions {
        justify-content: flex-end;
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-datatable-container .mzkgdm-datatable-controls {
        flex-wrap: nowrap;
    }
}
.mzkgdm-datatable-container .mzkgdm-datatable {
    margin: 0 0 1.5rem 0;
    position: relative;
    width: 100%;
}
.mzkgdm-datatable-container .mzkgdm-datatable:last-child {
    margin-bottom: 0;
}
.mzkgdm-datatable-container .mzkgdm-datatable.mzkgdm-is-loading {
    pointer-events: none;
}
.mzkgdm-datatable-container .mzkgdm-datatable.mzkgdm-is-loading:before {
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}
.mzkgdm-datatable-container .mzkgdm-datatable.mzkgdm-is-loading:after {
    animation: mzkgdm-general-rotate 1s linear infinite;
    border: 3px solid #f1487f;
    border-top-color: #ffbf3c;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9;
}
.mzkgdm-datatable-container
    .mzkgdm-datatable.mzkgdm-is-loading
    ~ .mzkgdm-pagination {
    display: none;
}
.mzkgdm-datatable-container .mzkgdm-datatable > thead > tr > th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.115);
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0.75rem 0.5rem;
    text-align: left;
}
.mzkgdm-datatable-container .mzkgdm-datatable > tbody > tr:hover {
    background: rgba(0, 0, 0, 0.025);
}
.mzkgdm-datatable-container .mzkgdm-datatable > tbody > tr > td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.75rem 0.25rem;
    text-align: left;
}
.mzkgdm-datatable-container
    .mzkgdm-datatable
    > tbody
    > tr
    > td.mzkgdm-no-results {
    background: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    font-size: 1.1rem;
    text-align: center;
}
.mzkgdm-datatable-container
    .mzkgdm-datatable
    > tbody
    > tr:last-child
    > td:not(.mzkgdm-no-results) {
    border-bottom: 0;
}
.mzkgdm-datatable-container.mzkgdm-has-checkboxes
    .mzkgdm-datatable
    thead
    > tr
    > th:first-child,
.mzkgdm-datatable-container.mzkgdm-has-checkboxes
    .mzkgdm-datatable
    thead
    > tr
    > td:first-child,
.mzkgdm-datatable-container.mzkgdm-has-checkboxes
    .mzkgdm-datatable
    tbody
    > tr
    > td:first-child {
    text-align: center;
    width: 35px;
}
.mzkgdm-pagination {
    display: flex;
    justify-content: center;
    margin: 0 0 1.5rem 0;
    padding-left: 1px;
    width: 100%;
}
.mzkgdm-pagination:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-pagination.mzkgdm-is-left {
        justify-content: flex-start;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-pagination.mzkgdm-is-right {
        justify-content: flex-end;
    }
}
.mzkgdm-pagination > .mzkgdm-item {
    border: 1px solid #e4e4e4;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding: 0.5rem 0.25rem;
    margin-left: -1px;
    min-width: 50px;
    text-align: center;
    text-decoration: none !important;
    z-index: 1;
}
.mzkgdm-pagination > .mzkgdm-item:hover {
    background: #ececec;
    z-index: 2;
}
.mzkgdm-pagination > .mzkgdm-item.mzkgdm-is-active {
    background: #e4e4e4;
    pointer-events: none;
    z-index: 2;
}
.mzkgdm-pagination > .mzkgdm-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.mzkgdm-pagination > .mzkgdm-item:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.mzkgdm-brand-avatar-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    width: 100%;
}
.mzkgdm-brand-avatar-container > .mzkgdm-brand,
.mzkgdm-brand-avatar-container > .mzkgdm-avatar {
    display: inline-block;
    height: 90px;
    position: relative;
    width: 90px;
    z-index: 1;
}
.mzkgdm-brand-avatar-container > .mzkgdm-brand:before,
.mzkgdm-brand-avatar-container > .mzkgdm-avatar:before {
    background: #f1487f;
    background: linear-gradient(to bottom, #ffbf3c, #f1487f);
    bottom: -100%;
    border-radius: 0 10px;
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    transform: scale(1.05);
    width: 100%;
}
.mzkgdm-brand-avatar-container > .mzkgdm-brand > .mzkgdm-img,
.mzkgdm-brand-avatar-container > .mzkgdm-avatar > .mzkgdm-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    bottom: -100%;
    display: block;
    height: 100%;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    width: 100%;
}
.mzkgdm-brand-avatar-container > .mzkgdm-brand > .mzkgdm-img.mzkgdm-is-loading,
.mzkgdm-brand-avatar-container
    > .mzkgdm-avatar
    > .mzkgdm-img.mzkgdm-is-loading {
    pointer-events: none;
}
.mzkgdm-brand-avatar-container
    > .mzkgdm-brand
    > .mzkgdm-img.mzkgdm-is-loading:before,
.mzkgdm-brand-avatar-container
    > .mzkgdm-avatar
    > .mzkgdm-img.mzkgdm-is-loading:before {
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}
.mzkgdm-brand-avatar-container
    > .mzkgdm-brand
    > .mzkgdm-img.mzkgdm-is-loading:after,
.mzkgdm-brand-avatar-container
    > .mzkgdm-avatar
    > .mzkgdm-img.mzkgdm-is-loading:after {
    animation: mzkgdm-general-rotate 1s linear infinite;
    border: 3px solid #f1487f;
    border-top-color: #ffbf3c;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9;
}
.mzkgdm-brand-avatar-container
    > .mzkgdm-brand
    > .mzkgdm-img.mzkgdm-is-loading:before,
.mzkgdm-brand-avatar-container
    > .mzkgdm-avatar
    > .mzkgdm-img.mzkgdm-is-loading:before {
    border-radius: 8px;
}
.mzkgdm-brand-avatar-container > .mzkgdm-brand + .mzkgdm-avatar {
    margin-left: 10px;
}
.mzkgdm-brand-avatar-container.mzkgdm-has-avatar > .mzkgdm-avatar {
    z-index: 3;
}
.mzkgdm-gengar-mode-switch {
    border-radius: 30px;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 1rem auto 0 auto;
    overflow: hidden;
    position: relative;
    transform: scale(0.8);
    width: 60px;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-day,
.mzkgdm-gengar-mode-switch > .mzkgdm-night,
.mzkgdm-gengar-mode-switch > .mzkgdm-sun,
.mzkgdm-gengar-mode-switch > .mzkgdm-moon,
.mzkgdm-gengar-mode-switch > .mzkgdm-cloud-1,
.mzkgdm-gengar-mode-switch > .mzkgdm-cloud-2,
.mzkgdm-gengar-mode-switch > .mzkgdm-stars {
    display: block;
    position: absolute;
    transition: all 0.5s 0s ease-in-out;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-day,
.mzkgdm-gengar-mode-switch > .mzkgdm-night {
    background: #00d9f4;
    background: linear-gradient(to right, #00d9f4, #c7fdfd);
    height: 100%;
    transition: all 0.75s 0s ease-in-out;
    width: 100%;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-night {
    background: #2b2340;
    background: linear-gradient(to bottom, #2b2340, #1c2b6b);
    opacity: 0;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-sun {
    background: #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 26px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-moon {
    background: #fae0ee;
    border-radius: 100%;
    height: 26px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-moon:after {
    background-color: #fafaf7;
    background-image: url("../img/moon-bg.png");
    background-position: 12px;
    background-size: contain;
    border-radius: 100%;
    content: "";
    display: block;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-cloud-1 {
    background-image: url("../img/cloud-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    left: 4px;
    top: 0;
    transition: all 0.55s 0.15s ease-in-out;
    width: 15px;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-cloud-2 {
    background-image: url("../img/cloud-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 20px;
    left: 12px;
    transition: all 0.53s 0.17s ease-in-out;
    width: 20px;
}
.mzkgdm-gengar-mode-switch > .mzkgdm-stars {
    background-image: url("../img/stars.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75%;
    opacity: 0.3;
    right: 5px;
    top: 50%;
    transform: translate(125%, -50%);
    transition: all 0.53s 0.17s ease-in-out;
    width: 25px;
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-day {
    opacity: 0;
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-night {
    opacity: 1;
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-sun {
    opacity: 0;
    right: 100%;
    right: calc(100% - 3px);
    transform: translate(100%, -50%);
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-moon {
    right: 100%;
    right: calc(100% - 3px);
    transform: translate(100%, -50%);
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-cloud-1 {
    transform: translateX(-125%);
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-cloud-2 {
    left: 0;
    transform: translateX(-125%);
}
.mzkgdm-gengar-mode-switch.mzkgdm-is-gengar-mode > .mzkgdm-stars {
    transform: translate(0, -50%);
}
.mzkgdm-gauge {
    justify-content: space-around;
    pointer-events: none;
    width: 100%;
}
.mzkgdm-gauge > .mzkgdm-gauge-inner {
    display: block;
    max-width: 80%;
    max-height: 250px;
}
.mzkgdm-gauge > .mzkgdm-gauge-inner > .mzkgdm-gauge-bg {
    fill: #eee;
    stroke: #eee;
    stroke-width: 3.8;
}
.mzkgdm-gauge > .mzkgdm-gauge-inner > .mzkgdm-gauge-line {
    animation: mzkgdm-general-gauge-progress 1.5s ease-in-out forwards;
    fill: none;
    stroke: #ffbf3c;
    stroke-width: 2.8;
    stroke-linecap: round;
}
.mzkgdm-gauge > .mzkgdm-gauge-inner > .mzkgdm-gauge-text {
    fill: #666;
    font-family: "Lato", sans-serif;
    font-size: 70%;
    text-anchor: middle;
}
.mzkgdm-gauge.mzkgdm-is-empty > .mzkgdm-gauge-inner > .mzkgdm-gauge-line {
    display: none;
}
.mzkgdm-action-tabs {
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(1px, -50%);
}
.mzkgdm-action-tabs > .mzkgdm-action-tab {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    height: 60px;
    justify-content: flex-end;
    letter-spacing: 1px;
    margin: 7px 0;
    outline: none;
    padding: 0 20px 0 30px;
    position: relative;
    text-align: right;
    text-decoration: none !important;
}
.mzkgdm-action-tabs > .mzkgdm-action-tab:before {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0 0 25px 0;
    box-shadow: 0 25px 0 0 #f8f9fa;
    bottom: 100%;
    content: "";
    height: 50px;
    right: 0.5px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 15px;
}
.mzkgdm-action-tabs > .mzkgdm-action-tab:after {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0 25px 0 0;
    box-shadow: 0 -25px 0 0 #f8f9fa;
    content: "";
    height: 50px;
    right: 0.5px;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 15px;
}
.mzkgdm-action-tabs > .mzkgdm-action-tab.mzkgdm-is-active {
    background: #f8f9fa;
    box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.3);
    color: #f1487f;
    font-weight: 300;
}
.mzkgdm-action-tabs > .mzkgdm-action-tab.mzkgdm-is-active:before,
.mzkgdm-action-tabs > .mzkgdm-action-tab.mzkgdm-is-active:after {
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-action-tabs {
        display: block;
    }
}
.mzkgdm-card {
    align-content: flex-start;
    background: #333333;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    text-decoration: none !important;
    transition: all 0.15s 0s ease-in-out;
    width: 100%;
    z-index: 1;
}
.mzkgdm-card > .mzkgdm-picture {
    height: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.15s 0s ease-in-out;
    width: 100%;
    z-index: 1;
}
.mzkgdm-card > .mzkgdm-picture > img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    max-height: 150%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.mzkgdm-card > .mzkgdm-content {
    align-content: center;
    display: flex;
    background: #666;
    color: #fafafa;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
    padding: 1rem;
    text-decoration: none !important;
    transition: all 0.15s 0s ease-in-out;
    transform-origin: 50% 0;
    width: 100%;
    z-index: 3;
}
.mzkgdm-card > .mzkgdm-content > * {
    color: #fafafa;
    font-family: "Roboto", sans-serif;
    margin: 0 0 1rem 0;
    text-decoration: none !important;
}
.mzkgdm-card > .mzkgdm-content > *:last-child {
    margin: 0;
}
.mzkgdm-card:hover,
.mzkgdm-card.mzkgdm-is-active {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    transform: scale(1.01);
    z-index: 2;
}
.mzkgdm-card:hover > .mzkgdm-content,
.mzkgdm-card.mzkgdm-is-active > .mzkgdm-content {
    transform: scaleY(0.99);
}
.mzkgdm-card.mzkgdm-is-success {
    background: #288147;
}
.mzkgdm-card.mzkgdm-is-success > .mzkgdm-content {
    background: #48c774;
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-success > .mzkgdm-content > * {
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-info {
    background: #0c639c;
}
.mzkgdm-card.mzkgdm-is-info > .mzkgdm-content {
    background: #209cee;
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-info > .mzkgdm-content > * {
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-warning {
    background: #f0bf00;
}
.mzkgdm-card.mzkgdm-is-warning > .mzkgdm-content {
    background: #ffdd57;
    color: #444;
}
.mzkgdm-card.mzkgdm-is-warning > .mzkgdm-content > * {
    color: #444;
}
.mzkgdm-card.mzkgdm-is-danger {
    background: #ba160a;
}
.mzkgdm-card.mzkgdm-is-danger > .mzkgdm-content {
    background: #f44336;
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-danger > .mzkgdm-content > * {
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-portrait {
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
}
.mzkgdm-card.mzkgdm-is-portrait.mzkgdm-is-portrait-overlay:after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.mzkgdm-card.mzkgdm-is-portrait > .mzkgdm-picture {
    overflow: visible;
}
.mzkgdm-card.mzkgdm-is-portrait > .mzkgdm-picture > img {
    margin-top: 0;
    max-height: 300%;
    top: 0;
}
.mzkgdm-card.mzkgdm-is-portrait > .mzkgdm-content {
    background: rgba(0, 0, 0, 0);
    color: #fafafa;
    transform: scale(1) !important;
}
.mzkgdm-card.mzkgdm-is-portrait > .mzkgdm-content > * {
    color: #fafafa;
}
.mzkgdm-card.mzkgdm-is-text-dark > .mzkgdm-content {
    color: #444;
}
.mzkgdm-card.mzkgdm-is-text-dark > .mzkgdm-content > * {
    color: #444;
}
.mzkgdm-card > :first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mzkgdm-card > :last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mzkgdm-softmodal {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    height: 100%;
    overflow-y: auto;
    padding: 2rem 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
@media screen and (min-width: 1024px) {
    .mzkgdm-softmodal {
        /* height: unset; */
        max-height: 100%;
        min-height: 50%;
    }
}
.mzkgdm-softmodal.mzkgdm-is-active {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
.mzkgdm-softmodal > .mzkgdm-button-close {
    background: #666;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 3px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 15px;
    transform: rotate(-45deg);
    transition: all 0.15s 0s ease-in-out;
    width: 20px;
    z-index: 9;
}
.mzkgdm-softmodal > .mzkgdm-button-close:before,
.mzkgdm-softmodal > .mzkgdm-button-close:after {
    background: #666;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.15s 0s ease-in-out;
    width: 100%;
}
.mzkgdm-softmodal > .mzkgdm-button-close:after {
    top: 0;
    transform: rotate(90deg);
}
.mzkgdm-alert {
    color: #fff;
    background: #607d8b;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 1em 0;
    padding: 2rem;
    text-align: left;
}
.mzkgdm-alert a {
    color: #fff;
}
.mzkgdm-alert.mzkgdm-is-success {
    background: #48c774;
}
.mzkgdm-alert.mzkgdm-is-info {
    background: #209cee;
}
.mzkgdm-alert.mzkgdm-is-warning {
    background: #ffdd57;
    color: #333;
}
.mzkgdm-alert.mzkgdm-is-warning a {
    color: #333;
}
.mzkgdm-alert.mzkgdm-is-danger {
    background: #f44336;
}
#mzkgdm-profile-container {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    background: #f8f9fa;
    display: none;
    height: 100%;
    flex-wrap: wrap;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}
#mzkgdm-profile-container > .mzkgdm-left-container,
#mzkgdm-profile-container > .mzkgdm-right-container {
    position: relative;
    width: 100%;
}
#mzkgdm-profile-container > .mzkgdm-left-container {
    background: #f1487f;
    background: linear-gradient(to bottom right, #f1487f, #ffbf3c);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 30px 0;
}
#mzkgdm-profile-container > .mzkgdm-left-container > h3 {
    color: #fafafa;
    text-transform: uppercase;
    width: 300px;
}
#mzkgdm-profile-container > .mzkgdm-left-container > h3 > small {
    display: block;
    font-size: 0.9rem;
    margin: 0.15rem 0 0 0;
}
#mzkgdm-profile-container > .mzkgdm-left-container > h3 > small > a {
    color: #f6f6f6 !important;
    text-decoration: none !important;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container {
    justify-content: flex-end;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-avatar:before {
    background: #ffbf3c;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-profile-controls {
    align-content: center;
    padding: 0 1rem 0 2rem;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    width: 210px;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-profile-controls
    > h5 {
    color: #fff;
    margin-bottom: 0.8rem;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-profile-controls
    > #mzkgdm-profile-action-avatar-upload {
    background: rgba(255, 255, 255, 0.3);
    border: 0px dashed rgba(255, 255, 255, 0.3);
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    position: relative;
    text-transform: uppercase;
    transition: all 1s 1s ease-in-out;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-profile-controls
    > #mzkgdm-profile-action-avatar-upload.mzkgdm-is-uploading {
    color: rgba(0, 0, 0, 0);
    pointer-events: none;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-profile-controls
    > #mzkgdm-profile-action-avatar-upload
    > .mzkgdm-action-progress {
    align-items: center;
    background: #f1487f;
    color: #fff;
    display: flex;
    font-size: 0.9rem;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 0;
    transition: all 1s 0s ease-in-out;
    width: 0%;
    z-index: 1;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-brand-avatar-container
    > .mzkgdm-profile-controls
    > #mzkgdm-profile-action-avatar-upload
    > #mzkgdm-profile-input-avatar-upload {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#mzkgdm-profile-container > .mzkgdm-left-container > .mzkgdm-action-tabs {
    max-width: 300px;
    position: relative;
    right: unset;
    top: unset;
    transform: translate(1px, 0);
    width: 100%;
    z-index: 2;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs
    .mzkgdm-action-tab {
    height: unset;
    padding: 1rem;
    width: 100%;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs
    .mzkgdm-action-tab
    > .mzkgdm-action-title,
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs
    .mzkgdm-action-tab
    > .mzkgdm-action-description {
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs
    .mzkgdm-action-tab
    > .mzkgdm-action-title
    + .mzkgdm-action-description {
    margin-top: 0.5rem;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs
    .mzkgdm-action-tab
    > .mzkgdm-action-description {
    color: #eee;
    font-size: 0.8rem;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs
    .mzkgdm-action-tab.mzkgdm-is-active
    > .mzkgdm-action-description {
    color: #4e4e4e;
}
#mzkgdm-profile-container
    > .mzkgdm-left-container
    > .mzkgdm-action-tabs:before {
    animation: mzkgdm-profile-line-go-down 2s ease-out 2;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 100%;
    right: calc(100% + 20px);
    top: 10px;
    width: 2px;
}
#mzkgdm-profile-container > .mzkgdm-left-container > .mzkgdm-action-tabs:after {
    animation: mzkgdm-profile-arrow-go-down 2s ease-out 2;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    border-top: 0;
    content: "";
    display: block;
    height: 10px;
    opacity: 0;
    position: absolute;
    right: 100%;
    right: calc(100% + 15px);
    top: 0;
    transform: rotate(45deg);
    width: 10px;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-profile-container
        > .mzkgdm-left-container
        > .mzkgdm-action-tabs:before,
    #mzkgdm-profile-container
        > .mzkgdm-left-container
        > .mzkgdm-action-tabs:after {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-profile-container > .mzkgdm-left-container {
        align-content: center;
        height: 100%;
        width: 40%;
    }
}
#mzkgdm-profile-container > .mzkgdm-right-container {
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 2rem 1rem;
    z-index: 1;
}
#mzkgdm-profile-container > .mzkgdm-right-container > form,
#mzkgdm-profile-container > .mzkgdm-right-container > div {
    display: none;
    margin-right: auto;
    width: 100%;
}
#mzkgdm-profile-container > .mzkgdm-right-container > form.mzkgdm-is-active,
#mzkgdm-profile-container > .mzkgdm-right-container > div.mzkgdm-is-active {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-profile-container > .mzkgdm-right-container > form.mzkgdm-is-active,
    #mzkgdm-profile-container > .mzkgdm-right-container > div.mzkgdm-is-active {
        align-items: center;
        display: flex;
        min-height: 100%;
    }
}
@media screen and (min-width: 1408px) {
    #mzkgdm-profile-container > .mzkgdm-right-container > form,
    #mzkgdm-profile-container > .mzkgdm-right-container > div {
        max-width: 550px;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-profile-container > .mzkgdm-right-container {
        height: 100%;
        overflow-y: auto;
        padding: 2rem 4rem;
        width: 60%;
    }
}
#mzkgdm-profile-container .mzkgdm-button-close {
    background: #666;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 3px;
    outline: none;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(-45deg);
    transition: all 0.15s 0s ease-in-out;
    width: 20px;
    z-index: 9;
}
#mzkgdm-profile-container .mzkgdm-button-close:before,
#mzkgdm-profile-container .mzkgdm-button-close:after {
    background: #666;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.15s 0s ease-in-out;
    width: 100%;
}
#mzkgdm-profile-container .mzkgdm-button-close:after {
    top: 0;
    transform: rotate(90deg);
}
#mzkgdm-profile-container.mzkgdm-is-gengar-mode > .mzkgdm-left-container {
    background: #4e4e4e;
    background: linear-gradient(to bottom right, #4e4e4e, #656565);
}
#mzkgdm-profile-container.mzkgdm-is-active {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
    display: flex;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-profile-container {
        flex-wrap: nowrap;
        overflow-y: hidden;
    }
}
@media only print {
    #mzkgdm-profile-container {
        display: none !important;
    }
}
#mzkgdm-pagesigninsignup-container {
    background: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    left: 50%;
    overflow: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-left {
    align-content: flex-start;
    background: #f1487f;
    background: linear-gradient(to bottom right, #f1487f, #ffbf3c);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    order: 1;
    position: relative;
    width: 100%;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner {
    color: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    overflow-y: auto;
    padding: 30px;
    position: relative;
    width: 100%;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    * {
    max-width: 100%;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    h1,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    h2,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    h3,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    h4,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    h5,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    h6 {
    color: #f8f9fa;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-left
    #mzkgdm-pagesigninsignup-left-inner
    > .mzkgdm-whitelabel-link {
    bottom: 20px;
    display: none;
    position: absolute;
    right: 20px;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container
        #mzkgdm-pagesigninsignup-left
        #mzkgdm-pagesigninsignup-left-inner
        > .mzkgdm-whitelabel-link {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container
        #mzkgdm-pagesigninsignup-left
        #mzkgdm-pagesigninsignup-left-inner {
        align-content: center;
        padding: 50px 150px 75px 50px;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-left {
        align-content: center;
        height: 100%;
        width: 60%;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-left {
        width: 50%;
    }
}
#mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right {
    align-content: flex-start;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    order: 2;
    padding: 0;
    position: relative;
    width: 100%;
}
#mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right:before {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background: #f1487f;
    background: linear-gradient(to left, #ffbf3c, #f1487f);
    background-size: 200% 100%;
    content: "";
    display: none;
    height: 3px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right:before {
        animation: mzkgdm-pagesigninsignup-background-desktop 3s alternate
            infinite;
        background: linear-gradient(to top, #ffbf3c, #f1487f);
        background-size: 100% 200%;
        display: none;
        height: 100%;
        left: 0;
        top: 0;
        width: 3px;
    }
}
#mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right:after {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background: #ffbf3c;
    background: linear-gradient(to right, #ffbf3c, #f1487f);
    background-size: 200% 100%;
    content: "";
    display: none;
    height: 2px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 5px;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right:after {
        animation: mzkgdm-pagesigninsignup-background-desktop 3s alternate
            infinite;
        background: linear-gradient(to bottom, #ffbf3c, #f1487f);
        background-size: 100% 200%;
        height: 100%;
        left: unset;
        position: fixed;
        right: 39.4%;
        right: calc(40% - 6px);
        top: 0;
        width: 2px;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right:after {
        right: 49.6%;
        right: calc(50% - 6px);
    }
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    .mzkgdm-action-tabs {
    display: none;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container
        #mzkgdm-pagesigninsignup-right
        .mzkgdm-action-tabs {
        display: block;
    }
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-right-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 100%;
    overflow-y: auto;
    padding: 50px 30px;
    position: relative;
    width: 100%;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-form-signin,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-form-signup,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-form-recover {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    max-width: 400px;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-form-signin {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-form-signup,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-form-recover {
    display: none;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right.mzkgdm-is-creating-account
    #mzkgdm-pagesigninsignup-form-signin,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right.mzkgdm-is-creating-account
    #mzkgdm-pagesigninsignup-form-recover {
    display: none;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right.mzkgdm-is-creating-account
    #mzkgdm-pagesigninsignup-form-signup {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right.mzkgdm-is-recovering-account
    #mzkgdm-pagesigninsignup-form-signin,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right.mzkgdm-is-recovering-account
    #mzkgdm-pagesigninsignup-form-signup {
    display: none;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right.mzkgdm-is-recovering-account
    #mzkgdm-pagesigninsignup-form-recover {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-return-signin,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-return-signup,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-return-recover {
    font-size: 1.1rem;
    margin: 0;
    text-align: center;
    width: 100%;
}
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-return-signin
    > p,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-return-signup
    > p,
#mzkgdm-pagesigninsignup-container
    #mzkgdm-pagesigninsignup-right
    #mzkgdm-pagesigninsignup-return-recover
    > p {
    font-size: 1.1rem;
    margin: 2rem 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right {
        align-content: center;
        height: 100%;
        width: 40%;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagesigninsignup-container #mzkgdm-pagesigninsignup-right {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagesigninsignup-container {
        flex-wrap: nowrap;
        overflow: hidden;
    }
}
@media only print {
    #mzkgdm-pagesigninsignup-container {
        display: none !important;
    }
}
#mzkgdm-pagerecover-container {
    background: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    left: 50%;
    overflow: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#mzkgdm-pagerecover-container #mzkgdm-pagerecover-left {
    align-content: flex-start;
    background: #f1487f;
    background: linear-gradient(to bottom right, #f1487f, #ffbf3c);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    order: 1;
    position: relative;
    width: 100%;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner {
    color: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    overflow-y: auto;
    padding: 30px;
    position: relative;
    width: 100%;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    * {
    max-width: 100%;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    h1,
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    h2,
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    h3,
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    h4,
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    h5,
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    h6 {
    color: #f8f9fa;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-left
    #mzkgdm-pagerecover-left-inner
    > .mzkgdm-whitelabel-link {
    bottom: 30px;
    display: none;
    position: absolute;
    right: 30px;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container
        #mzkgdm-pagerecover-left
        #mzkgdm-pagerecover-left-inner
        > .mzkgdm-whitelabel-link {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container
        #mzkgdm-pagerecover-left
        #mzkgdm-pagerecover-left-inner {
        align-content: center;
        padding: 50px 50px 75px 50px;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-left {
        align-content: center;
        height: 100%;
        width: 60%;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-left {
        width: 50%;
    }
}
#mzkgdm-pagerecover-container #mzkgdm-pagerecover-right {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    order: 2;
    padding: 0;
    position: relative;
    width: 100%;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-right
    #mzkgdm-pagerecover-right-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 100%;
    overflow-y: auto;
    padding: 50px 30px;
    position: relative;
    width: 100%;
}
#mzkgdm-pagerecover-container #mzkgdm-pagerecover-right:before {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background: #f1487f;
    background: linear-gradient(to left, #ffbf3c, #f1487f);
    background-size: 200% 100%;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-right:before {
        animation: mzkgdm-pagesigninsignup-background-desktop 3s alternate
            infinite;
        background: linear-gradient(to top, #ffbf3c, #f1487f);
        background-size: 100% 200%;
        display: none;
        height: 100%;
        left: 0;
        top: 0;
        width: 3px;
    }
}
#mzkgdm-pagerecover-container #mzkgdm-pagerecover-right:after {
    animation: mzkgdm-pagesigninsignup-background-mobile 3s alternate infinite;
    background: #ffbf3c;
    background: linear-gradient(to right, #ffbf3c, #f1487f);
    background-size: 200% 100%;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 5px;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-right:after {
        animation: mzkgdm-pagesigninsignup-background-desktop 3s alternate
            infinite;
        background: linear-gradient(to bottom, #ffbf3c, #f1487f);
        background-size: 100% 200%;
        height: 100%;
        left: unset;
        position: fixed;
        right: 39.4%;
        right: calc(40% - 6px);
        top: 0;
        width: 2px;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-right:after {
        right: 49.6%;
        right: calc(50% - 6px);
    }
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-right
    #mzkgdm-pagerecover-form-recover {
    max-width: 400px;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-right
    #mzkgdm-pagerecover-return-recover {
    font-size: 1.1rem;
    margin: 0;
    text-align: center;
    width: 100%;
}
#mzkgdm-pagerecover-container
    #mzkgdm-pagerecover-right
    #mzkgdm-pagerecover-return-recover
    > p {
    font-size: 1.1rem;
    margin: 2rem 0;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-right {
        align-content: center;
        box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 40%;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagerecover-container #mzkgdm-pagerecover-right {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagerecover-container {
        flex-wrap: nowrap;
        overflow: hidden;
    }
}
@media only print {
    #mzkgdm-pagerecover-container {
        display: none !important;
    }
}
#mzkgdm-pagedashboard-container {
    background: #eee;
    min-height: 100%;
    transition: background 0.1s 0s ease-in-out;
}
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-menu-container {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    align-content: flex-start;
    background-color: #ffbf3c;
    background-image: linear-gradient(to bottom, #f1487f, #ffbf3c);
    background-repeat: repeat-x;
    background-size: 100% 900px;
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: background 0.1s 0s ease-in-out;
    width: 100%;
    z-index: 4;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container,
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container {
    order: 2;
    padding: 0 1rem 2rem 0;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-brand {
    display: none;
    margin: 1rem auto 1.5rem auto;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-brand
    > .mzkgdm-img {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    height: 80px;
    margin: 0 auto;
    text-decoration: none !important;
    transition: all 0.15s 0s ease-in-out;
    width: 80px;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-links-container
        > .mzkgdm-brand {
        display: block;
    }
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link {
    color: #fff;
    display: block;
    padding: 1.5rem 0 0 1rem;
    text-decoration: none !important;
    width: 50%;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link
    > .mzkgdm-inner {
    align-content: center;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    min-height: 45px;
    padding: 1rem;
    transition: all 0.15s 0s ease-in-out;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link
    > .mzkgdm-inner
    > .mzkgdm-icon {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-links-container
        > .mzkgdm-link
        > .mzkgdm-inner
        > .mzkgdm-icon {
        font-size: 1.25rem;
    }
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link
    > .mzkgdm-inner
    > .mzkgdm-label {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0.25rem;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-links-container
        > .mzkgdm-link
        > .mzkgdm-inner
        > .mzkgdm-label {
        font-size: 0.9rem;
        font-size: 90%;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-links-container
        > .mzkgdm-link
        > .mzkgdm-inner {
        height: unset;
        padding: 0.5rem;
    }
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link:hover
    > .mzkgdm-inner {
    background: rgba(255, 255, 255, 0.2);
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link.mzkgdm-is-active {
    color: #f1487f;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link.mzkgdm-is-active
    > .mzkgdm-inner {
    background: #eee;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-links-container
        > .mzkgdm-link {
        padding: 1rem 1rem 0 1rem;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-links-container {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        order: 1;
        padding: 0 0 2rem 0;
        width: 40%;
    }
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    order: 1;
    padding: 2rem 1rem;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-brand-avatar-container {
    margin: 0;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-brand-avatar-container
    > .mzkgdm-avatar {
    height: 80px;
    width: 80px;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-brand-avatar-container
    > .mzkgdm-avatar:before {
    background: #ffbf3c;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-profile-actions {
    display: block;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-profile-actions
    > .mzkgdm-inner {
    background: #ffbf3c;
    border-radius: 0 0 5px 5px;
    margin: -5px auto 0 auto;
    padding: 10px 0 5px 0;
    font-size: 0.8rem;
    text-align: center;
    transform: scale(1.05);
    width: 80px;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-profile-actions
    > .mzkgdm-inner
    > a {
    color: #363636;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-decoration: none !important;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-current-user-name-container {
    color: #f8f9fa;
    display: block;
    font-family: "Lato", sans-serif;
    margin-top: 15px;
    padding: 0 1rem;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-current-user-name-container
    > .mzkgdm-current-user-display-name {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-current-user-name-container
    > .mzkgdm-current-user-pronouns {
    display: block;
    font-size: 0.85rem;
    margin-top: 5px;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-menu-container
        > #mzkgdm-pagedashboard-profile-container {
        border: 0;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
        order: 2;
        padding: 1rem;
        width: 60%;
    }
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-menu-container {
        display: flex;
        flex-wrap: nowrap;
        height: unset;
        overflow: visible;
        position: relative;
        width: 33%;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-menu-container {
        width: 25%;
    }
}
@media only print {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-menu-container {
        display: none !important;
    }
}
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-content-container {
    display: block;
    min-height: 100%;
    padding: 2rem 1rem;
    position: relative;
    width: 100%;
    z-index: 3;
}
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-content-container:after {
    background: #ffbf3c;
    background: linear-gradient(to bottom, #ffbf3c, #f1487f);
    content: "";
    display: none;
    height: 100%;
    left: unset;
    opacity: 0.3;
    position: fixed;
    right: 66.7%;
    right: calc(67% - 3px);
    top: 0;
    width: 2px;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-content-container {
        padding: 1rem 2rem;
        width: 67%;
    }
}
@media screen and (min-width: 1216px) {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-content-container {
        width: 75%;
    }
    #mzkgdm-pagedashboard-container
        #mzkgdm-pagedashboard-content-container:after {
        right: 74.7%;
        right: calc(75% - 3px);
    }
}
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-action-menu-toggle {
    background: #363636;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 3px;
    outline: none;
    position: fixed;
    right: 10px;
    top: 10px;
    transition: all 0.15s 0s ease-in-out;
    width: 20px;
    z-index: 5;
}
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-action-menu-toggle:before,
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-action-menu-toggle:after {
    background: #363636;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 7px;
    transition: all 0.15s 0s ease-in-out;
    width: 100%;
}
#mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-action-menu-toggle:after {
    top: 14px;
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-action-menu-toggle {
        display: none;
    }
}
@media only print {
    #mzkgdm-pagedashboard-container #mzkgdm-pagedashboard-action-menu-toggle {
        display: none !important;
    }
}
#mzkgdm-pagedashboard-container .mzkgdm-notifications-container {
    display: block;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    background: #ffffff;
    border-radius: 6px;
    display: none;
    margin: 1rem 0 0 0;
    padding: 0.75rem;
    position: relative;
    transition: all 0.25s 0s ease-in-out;
    width: 100%;
    z-index: 1;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification.mzkgdm-is-global {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-icon {
    align-items: center;
    background: #f1487f;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 0.95rem;
    height: 30px;
    justify-content: center;
    left: 0.75rem;
    position: absolute;
    top: 0.75rem;
    width: 30px;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-icon
    + .mzkgdm-gauge {
    left: calc(40px + 0.75rem);
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-icon
    + .mzkgdm-title,
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-icon
    + .mzkgdm-desc,
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-icon
    + .mzkgdm-actions {
    margin-top: 55px;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge {
    left: 0.75rem;
    position: absolute;
    top: 0.75rem;
    width: 40px;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    > .mzkgdm-gauge-inner
    > .mzkgdm-gauge-line {
    stroke: #f1487f;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    > .mzkgdm-gauge-inner
    > .mzkgdm-gauge-text {
    font-size: 78%;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    + .mzkgdm-icon {
    left: calc(40px + 0.75rem);
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    + .mzkgdm-title,
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    + .mzkgdm-desc,
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    + .mzkgdm-actions {
    margin-top: 55px;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    margin: 0;
    width: 100%;
    word-break: break-word;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-title
    + .mzkgdm-desc {
    margin-top: 0.2rem;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-title
    + .mzkgdm-actions {
    margin-top: 0.75rem;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-desc {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    word-break: break-word;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-desc
    + .mzkgdm-actions {
    margin-top: 0.75rem;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-actions {
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    margin: 0;
    outline: none;
    width: 100%;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-actions
    > a {
    align-items: center;
    color: #363636;
    display: flex;
    justify-content: center;
    padding: 2px;
    text-decoration: none !important;
    width: 100%;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:before {
    background: rgba(43, 35, 64, 0.02);
    border-radius: 6px 6px 100% 0;
    content: "";
    display: block;
    height: 55px;
    left: 0;
    position: absolute;
    top: 0;
    width: 95%;
    z-index: 1;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:after {
    background: rgba(172, 203, 238, 0.1);
    border-radius: 6px 6px 50% 0;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(0) {
    animation-delay: 0s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(1) {
    animation-delay: 0.15s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(2) {
    animation-delay: 0.25s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(3) {
    animation-delay: 0.35s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(4) {
    animation-delay: 0.45s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(5) {
    animation-delay: 0.55s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(6) {
    animation-delay: 0.65s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(7) {
    animation-delay: 0.75s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(8) {
    animation-delay: 0.85s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(9) {
    animation-delay: 0.95s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification:nth-child(n + 10) {
    animation-delay: 1s;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container
    .mzkgdm-notification.mzkgdm-is-removing {
    animation: mzkgdm-general-inflate-vanish 0.5s ease-in-out forwards;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container.mzkgdm-is-open
    .mzkgdm-notification,
#mzkgdm-pagedashboard-container
    .mzkgdm-notifications-container.mzkgdm-no-events
    .mzkgdm-notification {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
}
#mzkgdm-pagedashboard-container #mzkgdm-notifications-toggle {
    align-items: center;
    color: #fff;
    display: none;
    height: 30px;
    justify-content: center;
    margin: 1rem auto 0 auto;
    position: relative;
    text-decoration: none !important;
    width: 50px;
}
#mzkgdm-pagedashboard-container #mzkgdm-notifications-toggle > i {
    animation-iteration-count: 2;
    transform-origin: top center;
    z-index: 2;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-notifications-toggle
    > .mzkgdm-notifications-counter {
    align-items: center;
    display: none;
    background: #ffbf3c;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #363636;
    font-size: 80%;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 2px;
    top: -3px;
    width: 20px;
    z-index: 1;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-notifications-toggle
    > .mzkgdm-notifications-counter.mzkgdm-is-active {
    display: flex;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-notifications-toggle.mzkgdm-has-notifications {
    display: flex;
}
#mzkgdm-pagedashboard-container
    #mzkgdm-notifications-toggle.mzkgdm-has-notifications
    > i {
    animation: mzkgdm-general-swing 1s 2s linear;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-menu-open
    #mzkgdm-pagedashboard-menu-container {
    animation-name: mzkgdm-general-fade-in-pop-up;
    display: block;
    display: flex;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-menu-open
    > #mzkgdm-pagedashboard-action-menu-toggle {
    top: 15px;
    transform: rotate(-45deg);
}
#mzkgdm-pagedashboard-container.mzkgdm-is-menu-open
    > #mzkgdm-pagedashboard-action-menu-toggle:before {
    opacity: 0;
    top: 0;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-menu-open
    > #mzkgdm-pagedashboard-action-menu-toggle:after {
    top: 0;
    transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
    #mzkgdm-pagedashboard-container {
        display: flex;
    }
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode {
    background: #5b5b5b;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-menu-container {
    background: #4e4e4e;
    background: linear-gradient(to bottom right, #4e4e4e, #656565);
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link.mzkgdm-is-active {
    color: #96455f;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-links-container
    > .mzkgdm-link.mzkgdm-is-active
    > .mzkgdm-inner {
    background: #c6c6c6;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-brand-avatar-container
    > .mzkgdm-avatar:before {
    background: #9a7d40;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-profile-actions
    > .mzkgdm-inner {
    background: #9a7d40;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-menu-container
    > #mzkgdm-pagedashboard-profile-container
    .mzkgdm-profile-actions
    > .mzkgdm-inner
    > a {
    color: #fafafa;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-pagedashboard-content-container:after {
    background: #c6c6c6;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    .mzkgdm-notifications-container
    .mzkgdm-notification {
    background: #c6c6c6;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-icon {
    background: #96455f;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-gauge
    > .mzkgdm-gauge-inner
    > .mzkgdm-gauge-line {
    stroke: #96455f;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    .mzkgdm-notifications-container
    .mzkgdm-notification
    > .mzkgdm-actions
    > .mzkgdm-actions {
    color: #363636 !important;
}
#mzkgdm-pagedashboard-container.mzkgdm-is-gengar-mode
    #mzkgdm-notifications-toggle
    > .mzkgdm-notifications-counter {
    background: #9a7d40;
    color: #222;
}
@keyframes mzkgdm-pagesigninsignup-background-desktop {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}
@keyframes mzkgdm-pagesigninsignup-background-mobile {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}
@keyframes mzkgdm-general-fade-in-pop-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes mzkgdm-general-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes mzkgdm-general-heartbeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}
@keyframes mzkgdm-general-gauge-progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
@keyframes mzkgdm-general-swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes mzkgdm-general-inflate-vanish {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes mzkgdm-profile-line-go-down {
    0% {
        height: 0;
        opacity: 0;
    }
    5% {
        height: 0;
        opacity: 1;
    }
    75% {
        height: calc(100% - 10px);
    }
    90% {
        height: calc(100% - 10px);
        opacity: 1;
    }
    100% {
        height: calc(100% - 10px);
        opacity: 0;
    }
}
@keyframes mzkgdm-profile-arrow-go-down {
    0% {
        opacity: 0;
        top: 0;
    }
    5% {
        opacity: 1;
        top: 0;
    }
    75% {
        top: calc(100% - 10px);
    }
    90% {
        opacity: 1;
        top: calc(100% - 10px);
    }
    100% {
        opacity: 0;
        top: calc(100% - 10px);
    }
}
.mzkgdm-text-is-left {
    text-align: left !important;
}
.mzkgdm-text-is-center {
    text-align: center !important;
}
.mzkgdm-text-is-right {
    text-align: right !important;
}
.mzkgdm-text-is-success {
    color: #48c774 !important;
}
.mzkgdm-text-is-info {
    color: #209cee !important;
}
.mzkgdm-text-is-warning {
    color: #ffdd57 !important;
}
.mzkgdm-text-is-danger {
    color: #f44336 !important;
}
.mzkgdm-is-gengar-mode .mzkgdm-text-is-success {
    color: #409a54 !important;
}
.mzkgdm-is-gengar-mode .mzkgdm-text-is-info {
    color: #405b9a !important;
}
.mzkgdm-is-gengar-mode .mzkgdm-text-is-warning {
    color: #9a7d40 !important;
}
.mzkgdm-is-gengar-mode .mzkgdm-text-is-danger {
    color: #96455f !important;
}
.mzkgdm-is-gengar-mode h1,
.mzkgdm-is-gengar-mode h2,
.mzkgdm-is-gengar-mode h3,
.mzkgdm-is-gengar-mode h4,
.mzkgdm-is-gengar-mode h5,
.mzkgdm-is-gengar-mode h6 {
    color: rgba(255, 255, 255, 0.85);
}
.mzkgdm-is-gengar-mode h1 strong,
.mzkgdm-is-gengar-mode h2 strong,
.mzkgdm-is-gengar-mode h3 strong,
.mzkgdm-is-gengar-mode h4 strong,
.mzkgdm-is-gengar-mode h5 strong,
.mzkgdm-is-gengar-mode h6 strong {
    color: rgba(255, 255, 255, 0.85);
}
.mzkgdm-is-gengar-mode .mzkgdm-button {
    background: #96455f;
}
.mzkgdm-is-gengar-mode .mzkgdm-button.mzkgdm-is-link {
    background: none;
    color: #96455f;
}
.mzkgdm-is-gengar-mode .mzkgdm-button.mzkgdm-is-invert {
    border-color: #96455f;
    color: #96455f;
}
.mzkgdm-is-gengar-mode .mzkgdm-dashbox {
    background: rgba(0, 0, 0, 0.05);
}
.mzkgdm-is-gengar-mode
    .mzkgdm-datatable-container
    .mzkgdm-datatable-controls
    span {
    color: #f8f9fa;
}
.mzkgdm-is-gengar-mode
    .mzkgdm-datatable-container
    .mzkgdm-datatable
    > thead
    > tr
    > th {
    color: #f8f9fa;
}
.mzkgdm-is-gengar-mode
    .mzkgdm-datatable-container
    .mzkgdm-datatable
    > tbody
    > tr:hover {
    background: rgba(0, 0, 0, 0.1);
}
.mzkgdm-is-gengar-mode
    .mzkgdm-datatable-container
    .mzkgdm-datatable
    > tbody
    > tr
    > td {
    color: #f8f9fa;
}
.mzkgdm-is-gengar-mode .mzkgdm-pagination > .mzkgdm-item {
    border-color: #454545;
    color: #fafafa;
}
.mzkgdm-is-gengar-mode .mzkgdm-pagination > .mzkgdm-item:hover {
    background: #4d4d4d;
}
.mzkgdm-is-gengar-mode .mzkgdm-pagination > .mzkgdm-item.mzkgdm-is-active {
    background: #454545;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-success {
    background: #22522d;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-success > .mzkgdm-content {
    background: #409a54;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-info {
    background: #223052;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-info > .mzkgdm-content {
    background: #405b9a;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-warning {
    background: #524322;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-warning > .mzkgdm-content {
    background: #9a7d40;
    color: rgba(255, 255, 255, 0.85);
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-warning > .mzkgdm-content * {
    color: rgba(255, 255, 255, 0.85);
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-danger {
    background: #502533;
}
.mzkgdm-is-gengar-mode .mzkgdm-card.mzkgdm-is-danger > .mzkgdm-content {
    background: #96455f;
}
.mzkgdm-is-full-width {
    width: 100% !important;
}
.mzkgdm-is-full-height {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
}
.mzkgdm-is-full-height.mzkgdm-is-vcentered {
    align-content: center;
}
.mzkgdm-is-flexbox {
    display: flex !important;
}
.mzkgdm-is-hidden {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .mzkgdm-is-hidden-mobile-only {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .mzkgdm-is-hidden-tablet {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mzkgdm-is-hidden-tablet-only {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .mzkgdm-is-hidden-touch {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-is-hidden-desktop {
        display: none;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .mzkgdm-is-hidden-desktop-only {
        display: none;
    }
}
@media screen and (min-width: 1216px) {
    .mzkgdm-is-hidden-widescreen {
        display: none;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .mzkgdm-is-hidden-widescreen-only {
        display: none;
    }
}
@media screen and (min-width: 1408px) {
    .mzkgdm-is-hidden-fullhd {
        display: none;
    }
}
.mzkgdm-columns {
    flex-wrap: wrap;
    margin: -0.75rem -0.75rem calc(1.5rem - 0.75rem) -0.75rem;
}
.mzkgdm-columns:last-child {
    margin-bottom: -0.75rem;
}
.mzkgdm-columns.mzkgdm-is-singleline {
    flex-wrap: nowrap;
}
.mzkgdm-columns.mzkgdm-is-centered {
    justify-content: center;
}
.mzkgdm-columns.mzkgdm-is-vcentered {
    align-items: center;
}
.mzkgdm-columns > .mzkgdm-column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-thin {
    padding-bottom: 0;
    padding-top: 0;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-narrow,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11,
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12 {
    flex: none;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1 {
    width: 8.33333%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2 {
    width: 16.66667%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3 {
    width: 25%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4 {
    width: 33.33333%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5 {
    width: 41.66667%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6 {
    width: 50%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7 {
    width: 58.33333%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8 {
    width: 66.66667%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9 {
    width: 75%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10 {
    width: 83.33333%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11 {
    width: 91.66667%;
}
.mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12 {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-mobile-only {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-mobile-only {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-mobile-only {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-mobile-only {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-mobile-only {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-mobile-only {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-mobile-only {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-mobile-only {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-mobile-only {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-mobile-only {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-mobile-only {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-mobile-only {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 769px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-tablet {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-tablet {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-tablet {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-tablet {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-tablet {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-tablet {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-tablet {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-tablet {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-tablet {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-tablet {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-tablet {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-tablet {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-tablet-only {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-tablet-only {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-tablet-only {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-tablet-only {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-tablet-only {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-tablet-only {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-tablet-only {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-tablet-only {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-tablet-only {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-tablet-only {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-tablet-only {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-tablet-only {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-desktop {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-desktop {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-desktop {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-desktop {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-desktop {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-desktop {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-desktop {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-desktop {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-desktop {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-desktop {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-desktop {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-desktop {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-desktop-only {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-desktop-only {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-desktop-only {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-desktop-only {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-desktop-only {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-desktop-only {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-desktop-only {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-desktop-only {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-desktop-only {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-desktop-only {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-desktop-only {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-desktop-only {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 1216px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-widescreen {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-widescreen {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-widescreen {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-widescreen {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-widescreen {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-widescreen {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-widescreen {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-widescreen {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-widescreen {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-widescreen {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-widescreen {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-widescreen {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-widescreen-only {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-widescreen-only {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-widescreen-only {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-widescreen-only {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-widescreen-only {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-widescreen-only {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-widescreen-only {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-widescreen-only {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-widescreen-only {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-widescreen-only {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-widescreen-only {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-widescreen-only {
        flex: none;
        width: 100%;
    }
}
@media screen and (min-width: 1408px) {
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-1-fullhd {
        flex: none;
        width: 8.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-2-fullhd {
        flex: none;
        width: 16.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-3-fullhd {
        flex: none;
        width: 25%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-4-fullhd {
        flex: none;
        width: 33.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-5-fullhd {
        flex: none;
        width: 41.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-6-fullhd {
        flex: none;
        width: 50%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-7-fullhd {
        flex: none;
        width: 58.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-8-fullhd {
        flex: none;
        width: 66.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-9-fullhd {
        flex: none;
        width: 75%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-10-fullhd {
        flex: none;
        width: 83.33333%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-11-fullhd {
        flex: none;
        width: 91.66667%;
    }
    .mzkgdm-columns > .mzkgdm-column.mzkgdm-is-12-fullhd {
        flex: none;
        width: 100%;
    }
}
.mzkgdm-columns.mzkgdm-is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.mzkgdm-columns.mzkgdm-is-gapless > .mzkgdm-column {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 769px) {
    .mzkgdm-columns {
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-is-order-1-desktop {
        order: 1;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-is-order-2-desktop {
        order: 2;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-is-order-3-desktop {
        order: 3;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-is-order-4-desktop {
        order: 4;
    }
}
@media screen and (min-width: 1024px) {
    .mzkgdm-is-order-5-desktop {
        order: 5;
    }
}
.screen-reader-text {
    display: none;
}
@media only print {
    * {
        border-color: #363636 !important;
        color: #363636 !important;
        font-size: 13px !important;
    }
    .mzkgdm-is-not-printable {
        display: none !important;
    }
}
.mce-menu {
    position: fixed !important;
}
