/*!
Theme Name: My Premium Home Corp
Theme URI: https://mypremiumhc.com/
Author: ModOp
Author URI: https://www.modop.com/
Description: My Premium Home Corporate site theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mypremiumhc-corp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Premium Home Corp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.textarea,
.input,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 16px;
    height: 3rem;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    position: relative;
    vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.textarea:focus,
.input:focus,
.button:focus,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.is-focused.textarea,
.is-focused.input,
.is-focused.button,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.textarea:active,
.input:active,
.button:active,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis,
.is-active.textarea,
.is-active.input,
.is-active.button {
    outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis,
[disabled].textarea,
[disabled].input,
[disabled].button,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .textarea,
fieldset[disabled] .input,
fieldset[disabled] .button {
    cursor: not-allowed;
}
.is-unselectable,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-link:not(.is-arrowless)::after {
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
}
.pagination:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.content:not(:last-child) {
    margin-bottom: 1.5rem;
}
.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
}
.modal-close::before,
.modal-close::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.modal-close::before {
    height: 2px;
    width: 50%;
}
.modal-close::after {
    height: 50%;
    width: 2px;
}
.modal-close:hover,
.modal-close:focus {
    background-color: rgba(0, 0, 0, 0.3);
}
.modal-close:active {
    background-color: rgba(0, 0, 0, 0.4);
}
.is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}
.is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}
.is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}
.button.is-loading::after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}
.hero-video,
.is-overlay,
.modal-background,
.modal,
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
} /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
ul {
    list-style: none;
}
button,
input,
select,
textarea {
    margin: 0;
}
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
img,
video {
    height: auto;
    max-width: 100%;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
td:not([align]),
th:not([align]) {
    text-align: inherit;
}
html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}
body,
button,
input,
optgroup,
select,
textarea {
    font-family: montserrat, sans-serif;
}
code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}
body {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 188%;
}
a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
a strong {
    color: currentColor;
}
a:hover {
    color: #fff;
}
code {
    background-color: #f5f5f5;
    color: #900000;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}
hr {
    background-color: #202620;
    border: none;
    display: block;
    height: 1px;
    margin: 1rem 0;
}
img {
    height: auto;
    max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}
small {
    font-size: 0.875em;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
strong {
    color: #363636;
    font-weight: 700;
}
fieldset {
    border: none;
}
pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #202620;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}
pre code {
    background-color: rgba(0, 0, 0, 0);
    color: currentColor;
    font-size: 1em;
    padding: 0;
}
table td,
table th {
    vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
    text-align: inherit;
}
table th {
    color: #363636;
}
@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}
.container.is-fluid {
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1216px;
    }
}
@media screen and (max-width: 1919px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1920px;
    }
}
@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1216px;
    }
}
@media screen and (min-width: 1920px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1920px;
    }
}
.content li + li {
    margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
    margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
}
.content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
    margin-top: 1em;
}
.content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
    margin-top: 1.1428em;
}
.content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
    margin-top: 1.3333em;
}
.content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
}
.content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em;
}
.content h6 {
    font-size: 1em;
    margin-bottom: 1em;
}
.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
}
.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}
.content ol:not([type]) {
    list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
    list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
    list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman;
}
.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
}
.content ul ul {
    list-style-type: circle;
    margin-top: 0.5em;
}
.content ul ul ul {
    list-style-type: square;
}
.content dd {
    margin-left: 2em;
}
.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
}
.content figure:not(:first-child) {
    margin-top: 2em;
}
.content figure:not(:last-child) {
    margin-bottom: 2em;
}
.content figure img {
    display: inline-block;
}
.content figure figcaption {
    font-style: italic;
}
.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
}
.content sup,
.content sub {
    font-size: 75%;
}
.content table {
    width: 100%;
}
.content table td,
.content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}
.content table th {
    color: #363636;
}
.content table th:not([align]) {
    text-align: inherit;
}
.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: #363636;
}
.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0;
}
.content .tabs li + li {
    margin-top: 0;
}
.content.is-small {
    font-size: 20px;
}
.content.is-normal {
    font-size: 16px;
}
.content.is-medium {
    font-size: 24px;
}
.content.is-large {
    font-size: 32px;
}
.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
}
.button strong {
    color: inherit;
}
.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
    height: 1.5em;
    width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px);
}
.button:hover,
.button.is-hovered {
    border-color: #b5b5b5;
    color: #fff;
}
.button:focus,
.button.is-focused {
    border-color: #485fc7;
    color: #363636;
}
.button:focus:not(:active),
.button.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button:active,
.button.is-active {
    border-color: #202620;
    color: #363636;
}
.button.is-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #202620;
    text-decoration: underline;
}
.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
    background-color: #f5f5f5;
    color: #363636;
}
.button.is-text:active,
.button.is-text.is-active {
    background-color: #e8e8e8;
    color: #363636;
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.button.is-ghost {
    background: none;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
}
.button.is-ghost:hover,
.button.is-ghost.is-hovered {
    color: #fff;
    text-decoration: underline;
}
.button.is-white {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: #000;
}
.button.is-white:hover,
.button.is-white.is-hovered {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, 0);
    color: #000;
}
.button.is-white:focus,
.button.is-white.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #000;
}
.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active,
.button.is-white.is-active {
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0);
    color: #000;
}
.button.is-white[disabled],
fieldset[disabled] .button.is-white {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.button.is-white.is-inverted {
    background-color: #000;
    color: #fff;
}
.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
    background-color: #000;
}
.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #fff;
}
.button.is-white.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000 !important;
}
.button.is-white.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.button.is-white.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000 !important;
}
.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-white.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    color: #000;
}
.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
    background-color: #000;
    color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    box-shadow: none;
    color: #000;
}
.button.is-black {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-black:hover,
.button.is-black.is-hovered {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-black:focus,
.button.is-black.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
.button.is-black:active,
.button.is-black.is-active {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-black[disabled],
fieldset[disabled] .button.is-black {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.button.is-black.is-inverted {
    background-color: #fff;
    color: #000;
}
.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
    background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #000;
}
.button.is-black.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-black.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    color: #000;
}
.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.button.is-black.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000 !important;
}
.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    box-shadow: none;
    color: #000;
}
.button.is-black.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #000;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000 !important;
}
.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-light {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover,
.button.is-light.is-hovered {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus,
.button.is-light.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-light:active,
.button.is-light.is-active {
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled],
fieldset[disabled] .button.is-light {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
    background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #fff;
}
.button.is-light.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
        rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
        rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-light.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-dark:hover,
.button.is-dark.is-hovered {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-dark:focus,
.button.is-dark.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
.button.is-dark:active,
.button.is-dark.is-active {
    background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.button.is-dark.is-inverted {
    background-color: #fff;
    color: #000;
}
.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
    background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #000;
}
.button.is-dark.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-dark.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    color: #000;
}
.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000 !important;
}
.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    box-shadow: none;
    color: #000;
}
.button.is-dark.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #000;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-primary {
    background-color: #002f3c;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-primary:hover,
.button.is-primary.is-hovered {
    background-color: #00252f;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-primary:focus,
.button.is-primary.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 47, 60, 0.25);
}
.button.is-primary:active,
.button.is-primary.is-active {
    background-color: #001b23;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
    background-color: #002f3c;
    border-color: #002f3c;
    box-shadow: none;
}
.button.is-primary.is-inverted {
    background-color: #fff;
    color: #002f3c;
}
.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
    background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #002f3c;
}
.button.is-primary.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-primary.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #002f3c;
    color: #002f3c;
}
.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused {
    background-color: #002f3c;
    border-color: #002f3c;
    color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #002f3c #002f3c !important;
}
.button.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #002f3c;
    box-shadow: none;
    color: #002f3c;
}
.button.is-primary.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #002f3c;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #002f3c #002f3c !important;
}
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-primary.is-light {
    background-color: #ebfbff;
    color: #1acdff;
}
.button.is-primary.is-light:hover,
.button.is-primary.is-light.is-hovered {
    background-color: #def8ff;
    border-color: rgba(0, 0, 0, 0);
    color: #1acdff;
}
.button.is-primary.is-light:active,
.button.is-primary.is-light.is-active {
    background-color: #d1f5ff;
    border-color: rgba(0, 0, 0, 0);
    color: #1acdff;
}
.button.is-link {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link:hover,
.button.is-link.is-hovered {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link:focus,
.button.is-link.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-link:active,
.button.is-link.is-active {
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.button.is-link.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
    background-color: rgba(0, 0, 0, 0.7);
}
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #fff;
}
.button.is-link.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
        rgba(0, 0, 0, 0.7) !important;
}
.button.is-link.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
        rgba(0, 0, 0, 0.7) !important;
}
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-link.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-link.is-light {
    background-color: #fff;
    color: #4a4a4a;
}
.button.is-link.is-light:hover,
.button.is-link.is-light.is-hovered {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, 0);
    color: #4a4a4a;
}
.button.is-link.is-light:active,
.button.is-link.is-light.is-active {
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0);
    color: #4a4a4a;
}
.button.is-info {
    background-color: #3e8ed0;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-info:hover,
.button.is-info.is-hovered {
    background-color: #3488ce;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-info:focus,
.button.is-info.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.button.is-info:active,
.button.is-info.is-active {
    background-color: #3082c5;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-info[disabled],
fieldset[disabled] .button.is-info {
    background-color: #3e8ed0;
    border-color: #3e8ed0;
    box-shadow: none;
}
.button.is-info.is-inverted {
    background-color: #fff;
    color: #3e8ed0;
}
.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
    background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #3e8ed0;
}
.button.is-info.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-info.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3e8ed0;
    color: #3e8ed0;
}
.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
    background-color: #3e8ed0;
    border-color: #3e8ed0;
    color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3e8ed0 #3e8ed0 !important;
}
.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3e8ed0;
    box-shadow: none;
    color: #3e8ed0;
}
.button.is-info.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #3e8ed0;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3e8ed0 #3e8ed0 !important;
}
.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8;
}
.button.is-info.is-light:hover,
.button.is-info.is-light.is-hovered {
    background-color: #e4eff9;
    border-color: rgba(0, 0, 0, 0);
    color: #296fa8;
}
.button.is-info.is-light:active,
.button.is-info.is-light.is-active {
    background-color: #dae9f6;
    border-color: rgba(0, 0, 0, 0);
    color: #296fa8;
}
.button.is-success {
    background-color: #48c78e;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-success:hover,
.button.is-success.is-hovered {
    background-color: #3ec487;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-success:focus,
.button.is-success.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.button.is-success:active,
.button.is-success.is-active {
    background-color: #3abb81;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
    background-color: #48c78e;
    border-color: #48c78e;
    box-shadow: none;
}
.button.is-success.is-inverted {
    background-color: #fff;
    color: #48c78e;
}
.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
    background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #48c78e;
}
.button.is-success.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-success.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #48c78e;
    color: #48c78e;
}
.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
    background-color: #48c78e;
    border-color: #48c78e;
    color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #48c78e #48c78e !important;
}
.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #48c78e;
    box-shadow: none;
    color: #48c78e;
}
.button.is-success.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #48c78e;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #48c78e #48c78e !important;
}
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-success.is-light {
    background-color: #effaf5;
    color: #257953;
}
.button.is-success.is-light:hover,
.button.is-success.is-light.is-hovered {
    background-color: #e6f7ef;
    border-color: rgba(0, 0, 0, 0);
    color: #257953;
}
.button.is-success.is-light:active,
.button.is-success.is-light.is-active {
    background-color: #dcf4e9;
    border-color: rgba(0, 0, 0, 0);
    color: #257953;
}
.button.is-warning {
    background-color: #ffe08a;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover,
.button.is-warning.is-hovered {
    background-color: #ffdc7d;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus,
.button.is-warning.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.button.is-warning:active,
.button.is-warning.is-active {
    background-color: #ffd970;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
    background-color: #ffe08a;
    border-color: #ffe08a;
    box-shadow: none;
}
.button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffe08a;
}
.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
    background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #ffe08a;
}
.button.is-warning.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
        rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ffe08a;
    color: #ffe08a;
}
.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
    background-color: #ffe08a;
    border-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffe08a #ffe08a !important;
}
.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
        rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ffe08a;
    box-shadow: none;
    color: #ffe08a;
}
.button.is-warning.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffe08a;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffe08a #ffe08a !important;
}
.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
    background-color: #fffaeb;
    color: #946c00;
}
.button.is-warning.is-light:hover,
.button.is-warning.is-light.is-hovered {
    background-color: #fff6de;
    border-color: rgba(0, 0, 0, 0);
    color: #946c00;
}
.button.is-warning.is-light:active,
.button.is-warning.is-light.is-active {
    background-color: #fff3d1;
    border-color: rgba(0, 0, 0, 0);
    color: #946c00;
}
.button.is-danger {
    background-color: #dc0000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-danger:hover,
.button.is-danger.is-hovered {
    background-color: #cf0000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-danger:focus,
.button.is-danger.is-focused {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(220, 0, 0, 0.25);
}
.button.is-danger:active,
.button.is-danger.is-active {
    background-color: #c30000;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
    background-color: #dc0000;
    border-color: #dc0000;
    box-shadow: none;
}
.button.is-danger.is-inverted {
    background-color: #fff;
    color: #dc0000;
}
.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
    background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #dc0000;
}
.button.is-danger.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-danger.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #dc0000;
    color: #dc0000;
}
.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
    background-color: #dc0000;
    border-color: #dc0000;
    color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dc0000 #dc0000 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #dc0000;
    box-shadow: none;
    color: #dc0000;
}
.button.is-danger.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #dc0000;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dc0000 #dc0000 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.button.is-danger.is-light {
    background-color: #ffebeb;
    color: #fa0000;
}
.button.is-danger.is-light:hover,
.button.is-danger.is-light.is-hovered {
    background-color: #ffdede;
    border-color: rgba(0, 0, 0, 0);
    color: #fa0000;
}
.button.is-danger.is-light:active,
.button.is-danger.is-light.is-active {
    background-color: #ffd1d1;
    border-color: rgba(0, 0, 0, 0);
    color: #fa0000;
}
.button.is-small {
    font-size: 20px;
}
.button.is-small:not(.is-rounded) {
    border-radius: 2px;
}
.button.is-normal {
    font-size: 16px;
}
.button.is-medium {
    font-size: 24px;
}
.button.is-large {
    font-size: 32px;
}
.button[disabled],
fieldset[disabled] .button {
    background-color: #fff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5;
}
.button.is-fullwidth {
    display: flex;
    width: 100%;
}
.button.is-loading {
    color: rgba(0, 0, 0, 0) !important;
    pointer-events: none;
}
.button.is-loading::after {
    position: absolute;
    left: calc(50% - 1em * 0.5);
    top: calc(50% - 1em * 0.5);
    position: absolute !important;
}
.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #dad6d1;
    box-shadow: none;
    pointer-events: none;
}
.button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);
}
.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.buttons .button {
    margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: 0.5rem;
}
.buttons:last-child {
    margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
    margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: 20px;
}
.buttons.are-small
    .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
    border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 24px;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 32px;
}
.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.buttons.has-addons .button:last-child {
    margin-right: 0;
}
.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
    z-index: 2;
}
.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
    z-index: 3;
}
.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
    z-index: 4;
}
.buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}
.buttons.is-centered {
    justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.buttons.is-right {
    justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
    .button.is-responsive.is-small {
        font-size: 15px;
    }
    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: 17.5px;
    }
    .button.is-responsive.is-medium {
        font-size: 20px;
    }
    .button.is-responsive.is-large {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .button.is-responsive.is-small {
        font-size: 17.5px;
    }
    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: 20px;
    }
    .button.is-responsive.is-medium {
        font-size: 16px;
    }
    .button.is-responsive.is-large {
        font-size: 24px;
    }
}
.image {
    display: block;
    position: relative;
}
.image img {
    display: block;
    height: auto;
    width: 100%;
}
.image img.is-rounded {
    border-radius: 9999px;
}
.image.is-fullwidth {
    width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%;
}
.image.is-square,
.image.is-1by1 {
    padding-top: 100%;
}
.image.is-5by4 {
    padding-top: 80%;
}
.image.is-4by3 {
    padding-top: 75%;
}
.image.is-3by2 {
    padding-top: 66.6666%;
}
.image.is-5by3 {
    padding-top: 60%;
}
.image.is-16by9 {
    padding-top: 56.25%;
}
.image.is-2by1 {
    padding-top: 50%;
}
.image.is-3by1 {
    padding-top: 33.3333%;
}
.image.is-4by5 {
    padding-top: 125%;
}
.image.is-3by4 {
    padding-top: 133.3333%;
}
.image.is-2by3 {
    padding-top: 150%;
}
.image.is-3by5 {
    padding-top: 166.6666%;
}
.image.is-9by16 {
    padding-top: 177.7777%;
}
.image.is-1by2 {
    padding-top: 200%;
}
.image.is-1by3 {
    padding-top: 300%;
}
.image.is-16x16 {
    height: 16px;
    width: 16px;
}
.image.is-24x24 {
    height: 24px;
    width: 24px;
}
.image.is-32x32 {
    height: 32px;
    width: 32px;
}
.image.is-48x48 {
    height: 48px;
    width: 48px;
}
.image.is-64x64 {
    height: 64px;
    width: 64px;
}
.image.is-96x96 {
    height: 96px;
    width: 96px;
}
.image.is-128x128 {
    height: 128px;
    width: 128px;
}
.title,
.subtitle {
    word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
    font-weight: inherit;
}
.title sub,
.subtitle sub {
    font-size: 0.75em;
}
.title sup,
.subtitle sup {
    font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
    vertical-align: middle;
}
.title {
    color: #fff;
    font-family: ivypresto-display, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
}
.title strong {
    color: inherit;
    font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem;
}
.title.is-1 {
    font-size: 64px;
}
.title.is-2 {
    font-size: 54px;
}
.title.is-3 {
    font-size: 40px;
}
.title.is-4 {
    font-size: 32px;
}
.title.is-5 {
    font-size: 24px;
}
.title.is-6 {
    font-size: 22px;
}
.title.is-7 {
    font-size: 20px;
}
.title.is-8 {
    font-size: 18px;
}
.title.is-9 {
    font-size: 16px;
}
.title.is-10 {
    font-size: 14px;
}
.title.is-11 {
    font-size: 12px;
}
.title.is-12 {
    font-size: 10px;
}
.subtitle {
    color: #202620;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}
.subtitle strong {
    color: #363636;
    font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem;
}
.subtitle.is-1 {
    font-size: 64px;
}
.subtitle.is-2 {
    font-size: 54px;
}
.subtitle.is-3 {
    font-size: 40px;
}
.subtitle.is-4 {
    font-size: 32px;
}
.subtitle.is-5 {
    font-size: 24px;
}
.subtitle.is-6 {
    font-size: 22px;
}
.subtitle.is-7 {
    font-size: 20px;
}
.subtitle.is-8 {
    font-size: 18px;
}
.subtitle.is-9 {
    font-size: 16px;
}
.subtitle.is-10 {
    font-size: 14px;
}
.subtitle.is-11 {
    font-size: 12px;
}
.subtitle.is-12 {
    font-size: 10px;
}
.textarea,
.input {
    background-color: #dad6d1;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #363636;
}
.textarea::-moz-placeholder,
.input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.textarea:-moz-placeholder,
.input:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.textarea:hover,
.input:hover,
.is-hovered.textarea,
.is-hovered.input {
    border-color: rgba(0, 0, 0, 0);
}
.textarea:focus,
.input:focus,
.is-focused.textarea,
.is-focused.input,
.textarea:active,
.input:active,
.is-active.textarea,
.is-active.input {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0);
}
[disabled].textarea,
[disabled].input,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #dad6d1;
}
[disabled].textarea::-moz-placeholder,
[disabled].input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder {
    color: rgba(218, 214, 209, 0.3);
}
[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder {
    color: rgba(218, 214, 209, 0.3);
}
[disabled].textarea:-moz-placeholder,
[disabled].input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder {
    color: rgba(218, 214, 209, 0.3);
}
[disabled].textarea:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder {
    color: rgba(218, 214, 209, 0.3);
}
.textarea,
.input {
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}
[readonly].textarea,
[readonly].input {
    box-shadow: none;
}
.is-white.textarea,
.is-white.input {
    border-color: #fff;
}
.is-white.textarea:focus,
.is-white.input:focus,
.is-white.is-focused.textarea,
.is-white.is-focused.input,
.is-white.textarea:active,
.is-white.input:active,
.is-white.is-active.textarea,
.is-white.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea,
.is-black.input {
    border-color: #000;
}
.is-black.textarea:focus,
.is-black.input:focus,
.is-black.is-focused.textarea,
.is-black.is-focused.input,
.is-black.textarea:active,
.is-black.input:active,
.is-black.is-active.textarea,
.is-black.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
.is-light.textarea,
.is-light.input {
    border-color: #fff;
}
.is-light.textarea:focus,
.is-light.input:focus,
.is-light.is-focused.textarea,
.is-light.is-focused.input,
.is-light.textarea:active,
.is-light.input:active,
.is-light.is-active.textarea,
.is-light.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-dark.textarea,
.is-dark.input {
    border-color: #000;
}
.is-dark.textarea:focus,
.is-dark.input:focus,
.is-dark.is-focused.textarea,
.is-dark.is-focused.input,
.is-dark.textarea:active,
.is-dark.input:active,
.is-dark.is-active.textarea,
.is-dark.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
.is-primary.textarea,
.is-primary.input {
    border-color: #002f3c;
}
.is-primary.textarea:focus,
.is-primary.input:focus,
.is-primary.is-focused.textarea,
.is-primary.is-focused.input,
.is-primary.textarea:active,
.is-primary.input:active,
.is-primary.is-active.textarea,
.is-primary.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(0, 47, 60, 0.25);
}
.is-link.textarea,
.is-link.input {
    border-color: #fff;
}
.is-link.textarea:focus,
.is-link.input:focus,
.is-link.is-focused.textarea,
.is-link.is-focused.input,
.is-link.textarea:active,
.is-link.input:active,
.is-link.is-active.textarea,
.is-link.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-info.textarea,
.is-info.input {
    border-color: #3e8ed0;
}
.is-info.textarea:focus,
.is-info.input:focus,
.is-info.is-focused.textarea,
.is-info.is-focused.input,
.is-info.textarea:active,
.is-info.input:active,
.is-info.is-active.textarea,
.is-info.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.is-success.textarea,
.is-success.input {
    border-color: #48c78e;
}
.is-success.textarea:focus,
.is-success.input:focus,
.is-success.is-focused.textarea,
.is-success.is-focused.input,
.is-success.textarea:active,
.is-success.input:active,
.is-success.is-active.textarea,
.is-success.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.is-warning.textarea,
.is-warning.input {
    border-color: #ffe08a;
}
.is-warning.textarea:focus,
.is-warning.input:focus,
.is-warning.is-focused.textarea,
.is-warning.is-focused.input,
.is-warning.textarea:active,
.is-warning.input:active,
.is-warning.is-active.textarea,
.is-warning.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.is-danger.textarea,
.is-danger.input {
    border-color: #dc0000;
}
.is-danger.textarea:focus,
.is-danger.input:focus,
.is-danger.is-focused.textarea,
.is-danger.is-focused.input,
.is-danger.textarea:active,
.is-danger.input:active,
.is-danger.is-active.textarea,
.is-danger.is-active.input {
    box-shadow: 0 0 0 0.125em rgba(220, 0, 0, 0.25);
}
.is-small.textarea,
.is-small.input {
    border-radius: 2px;
    font-size: 20px;
}
.is-medium.textarea,
.is-medium.input {
    font-size: 24px;
}
.is-large.textarea,
.is-large.input {
    font-size: 32px;
}
.is-fullwidth.textarea,
.is-fullwidth.input {
    display: block;
    width: 100%;
}
.is-inline.textarea,
.is-inline.input {
    display: inline;
    width: auto;
}
.input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(12px + 0.375em);
    padding-right: calc(12px + 0.375em);
}
.input.is-static {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 12px;
    resize: vertical;
}
.textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
}
.textarea[rows] {
    height: initial;
}
.textarea.has-fixed-size {
    resize: none;
}
.navbar {
    background-color: rgba(0, 0, 0, 0);
    min-height: 3.125rem;
    position: relative;
    z-index: 30;
}
.navbar.is-white {
    background-color: #fff;
    color: #000;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
    color: #000;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #000;
}
.navbar.is-white .navbar-brand .navbar-link::after {
    border-color: #000;
}
.navbar.is-white .navbar-burger {
    color: #000;
}
@media screen and (min-width: 10000px) {
    .navbar.is-white .navbar-start > .navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-end > .navbar-item,
    .navbar.is-white .navbar-end .navbar-link {
        color: #000;
    }
    .navbar.is-white .navbar-start > a.navbar-item:focus,
    .navbar.is-white .navbar-start > a.navbar-item:hover,
    .navbar.is-white .navbar-start > a.navbar-item.is-active,
    .navbar.is-white .navbar-start .navbar-link:focus,
    .navbar.is-white .navbar-start .navbar-link:hover,
    .navbar.is-white .navbar-start .navbar-link.is-active,
    .navbar.is-white .navbar-end > a.navbar-item:focus,
    .navbar.is-white .navbar-end > a.navbar-item:hover,
    .navbar.is-white .navbar-end > a.navbar-item.is-active,
    .navbar.is-white .navbar-end .navbar-link:focus,
    .navbar.is-white .navbar-end .navbar-link:hover,
    .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #000;
    }
    .navbar.is-white .navbar-start .navbar-link::after,
    .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #000;
    }
    .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #000;
    }
    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #000;
    }
}
.navbar.is-black {
    background-color: #000;
    color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
    color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
    background-color: #000;
    color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
    border-color: #fff;
}
.navbar.is-black .navbar-burger {
    color: #fff;
}
@media screen and (min-width: 10000px) {
    .navbar.is-black .navbar-start > .navbar-item,
    .navbar.is-black .navbar-start .navbar-link,
    .navbar.is-black .navbar-end > .navbar-item,
    .navbar.is-black .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-black .navbar-start > a.navbar-item:focus,
    .navbar.is-black .navbar-start > a.navbar-item:hover,
    .navbar.is-black .navbar-start > a.navbar-item.is-active,
    .navbar.is-black .navbar-start .navbar-link:focus,
    .navbar.is-black .navbar-start .navbar-link:hover,
    .navbar.is-black .navbar-start .navbar-link.is-active,
    .navbar.is-black .navbar-end > a.navbar-item:focus,
    .navbar.is-black .navbar-end > a.navbar-item:hover,
    .navbar.is-black .navbar-end > a.navbar-item.is-active,
    .navbar.is-black .navbar-end .navbar-link:focus,
    .navbar.is-black .navbar-end .navbar-link:hover,
    .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: #000;
        color: #fff;
    }
    .navbar.is-black .navbar-start .navbar-link::after,
    .navbar.is-black .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #000;
        color: #fff;
    }
    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #000;
        color: #fff;
    }
}
.navbar.is-light {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 10000px) {
    .navbar.is-light .navbar-start > .navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-end > .navbar-item,
    .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-start > a.navbar-item:focus,
    .navbar.is-light .navbar-start > a.navbar-item:hover,
    .navbar.is-light .navbar-start > a.navbar-item.is-active,
    .navbar.is-light .navbar-start .navbar-link:focus,
    .navbar.is-light .navbar-start .navbar-link:hover,
    .navbar.is-light .navbar-start .navbar-link.is-active,
    .navbar.is-light .navbar-end > a.navbar-item:focus,
    .navbar.is-light .navbar-end > a.navbar-item:hover,
    .navbar.is-light .navbar-end > a.navbar-item.is-active,
    .navbar.is-light .navbar-end .navbar-link:focus,
    .navbar.is-light .navbar-end .navbar-link:hover,
    .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-start .navbar-link::after,
    .navbar.is-light .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.7);
    }
}
.navbar.is-dark {
    background-color: #000;
    color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
    color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
    background-color: #000;
    color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
    border-color: #fff;
}
.navbar.is-dark .navbar-burger {
    color: #fff;
}
@media screen and (min-width: 10000px) {
    .navbar.is-dark .navbar-start > .navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-end > .navbar-item,
    .navbar.is-dark .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-dark .navbar-start > a.navbar-item:focus,
    .navbar.is-dark .navbar-start > a.navbar-item:hover,
    .navbar.is-dark .navbar-start > a.navbar-item.is-active,
    .navbar.is-dark .navbar-start .navbar-link:focus,
    .navbar.is-dark .navbar-start .navbar-link:hover,
    .navbar.is-dark .navbar-start .navbar-link.is-active,
    .navbar.is-dark .navbar-end > a.navbar-item:focus,
    .navbar.is-dark .navbar-end > a.navbar-item:hover,
    .navbar.is-dark .navbar-end > a.navbar-item.is-active,
    .navbar.is-dark .navbar-end .navbar-link:focus,
    .navbar.is-dark .navbar-end .navbar-link:hover,
    .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #000;
        color: #fff;
    }
    .navbar.is-dark .navbar-start .navbar-link::after,
    .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #000;
        color: #fff;
    }
    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #000;
        color: #fff;
    }
}
.navbar.is-primary {
    background-color: #002f3c;
    color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
    color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
    background-color: #001b23;
    color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
    border-color: #fff;
}
.navbar.is-primary .navbar-burger {
    color: #fff;
}
@media screen and (min-width: 10000px) {
    .navbar.is-primary .navbar-start > .navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-end > .navbar-item,
    .navbar.is-primary .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-primary .navbar-start > a.navbar-item:focus,
    .navbar.is-primary .navbar-start > a.navbar-item:hover,
    .navbar.is-primary .navbar-start > a.navbar-item.is-active,
    .navbar.is-primary .navbar-start .navbar-link:focus,
    .navbar.is-primary .navbar-start .navbar-link:hover,
    .navbar.is-primary .navbar-start .navbar-link.is-active,
    .navbar.is-primary .navbar-end > a.navbar-item:focus,
    .navbar.is-primary .navbar-end > a.navbar-item:hover,
    .navbar.is-primary .navbar-end > a.navbar-item.is-active,
    .navbar.is-primary .navbar-end .navbar-link:focus,
    .navbar.is-primary .navbar-end .navbar-link:hover,
    .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #001b23;
        color: #fff;
    }
    .navbar.is-primary .navbar-start .navbar-link::after,
    .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #001b23;
        color: #fff;
    }
    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #002f3c;
        color: #fff;
    }
}
.navbar.is-link {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-link .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-link .navbar-burger {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 10000px) {
    .navbar.is-link .navbar-start > .navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-end > .navbar-item,
    .navbar.is-link .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-link .navbar-start > a.navbar-item:focus,
    .navbar.is-link .navbar-start > a.navbar-item:hover,
    .navbar.is-link .navbar-start > a.navbar-item.is-active,
    .navbar.is-link .navbar-start .navbar-link:focus,
    .navbar.is-link .navbar-start .navbar-link:hover,
    .navbar.is-link .navbar-start .navbar-link.is-active,
    .navbar.is-link .navbar-end > a.navbar-item:focus,
    .navbar.is-link .navbar-end > a.navbar-item:hover,
    .navbar.is-link .navbar-end > a.navbar-item.is-active,
    .navbar.is-link .navbar-end .navbar-link:focus,
    .navbar.is-link .navbar-end .navbar-link:hover,
    .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-link .navbar-start .navbar-link::after,
    .navbar.is-link .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.7);
    }
}
.navbar.is-info {
    background-color: #3e8ed0;
    color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
    color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
    border-color: #fff;
}
.navbar.is-info .navbar-burger {
    color: #fff;
}
@media screen and (min-width: 10000px) {
    .navbar.is-info .navbar-start > .navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .navbar.is-info .navbar-end > .navbar-item,
    .navbar.is-info .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-info .navbar-start > a.navbar-item:focus,
    .navbar.is-info .navbar-start > a.navbar-item:hover,
    .navbar.is-info .navbar-start > a.navbar-item.is-active,
    .navbar.is-info .navbar-start .navbar-link:focus,
    .navbar.is-info .navbar-start .navbar-link:hover,
    .navbar.is-info .navbar-start .navbar-link.is-active,
    .navbar.is-info .navbar-end > a.navbar-item:focus,
    .navbar.is-info .navbar-end > a.navbar-item:hover,
    .navbar.is-info .navbar-end > a.navbar-item.is-active,
    .navbar.is-info .navbar-end .navbar-link:focus,
    .navbar.is-info .navbar-end .navbar-link:hover,
    .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #3082c5;
        color: #fff;
    }
    .navbar.is-info .navbar-start .navbar-link::after,
    .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3082c5;
        color: #fff;
    }
    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #3e8ed0;
        color: #fff;
    }
}
.navbar.is-success {
    background-color: #48c78e;
    color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
    color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
    border-color: #fff;
}
.navbar.is-success .navbar-burger {
    color: #fff;
}
@media screen and (min-width: 10000px) {
    .navbar.is-success .navbar-start > .navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-end > .navbar-item,
    .navbar.is-success .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-success .navbar-start > a.navbar-item:focus,
    .navbar.is-success .navbar-start > a.navbar-item:hover,
    .navbar.is-success .navbar-start > a.navbar-item.is-active,
    .navbar.is-success .navbar-start .navbar-link:focus,
    .navbar.is-success .navbar-start .navbar-link:hover,
    .navbar.is-success .navbar-start .navbar-link.is-active,
    .navbar.is-success .navbar-end > a.navbar-item:focus,
    .navbar.is-success .navbar-end > a.navbar-item:hover,
    .navbar.is-success .navbar-end > a.navbar-item.is-active,
    .navbar.is-success .navbar-end .navbar-link:focus,
    .navbar.is-success .navbar-end .navbar-link:hover,
    .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #3abb81;
        color: #fff;
    }
    .navbar.is-success .navbar-start .navbar-link::after,
    .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3abb81;
        color: #fff;
    }
    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #48c78e;
        color: #fff;
    }
}
.navbar.is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 10000px) {
    .navbar.is-warning .navbar-start > .navbar-item,
    .navbar.is-warning .navbar-start .navbar-link,
    .navbar.is-warning .navbar-end > .navbar-item,
    .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-start > a.navbar-item:focus,
    .navbar.is-warning .navbar-start > a.navbar-item:hover,
    .navbar.is-warning .navbar-start > a.navbar-item.is-active,
    .navbar.is-warning .navbar-start .navbar-link:focus,
    .navbar.is-warning .navbar-start .navbar-link:hover,
    .navbar.is-warning .navbar-start .navbar-link.is-active,
    .navbar.is-warning .navbar-end > a.navbar-item:focus,
    .navbar.is-warning .navbar-end > a.navbar-item:hover,
    .navbar.is-warning .navbar-end > a.navbar-item.is-active,
    .navbar.is-warning .navbar-end .navbar-link:focus,
    .navbar.is-warning .navbar-end .navbar-link:hover,
    .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-start .navbar-link::after,
    .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7);
    }
}
.navbar.is-danger {
    background-color: #dc0000;
    color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
    color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
    background-color: #c30000;
    color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
    border-color: #fff;
}
.navbar.is-danger .navbar-burger {
    color: #fff;
}
@media screen and (min-width: 10000px) {
    .navbar.is-danger .navbar-start > .navbar-item,
    .navbar.is-danger .navbar-start .navbar-link,
    .navbar.is-danger .navbar-end > .navbar-item,
    .navbar.is-danger .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-danger .navbar-start > a.navbar-item:focus,
    .navbar.is-danger .navbar-start > a.navbar-item:hover,
    .navbar.is-danger .navbar-start > a.navbar-item.is-active,
    .navbar.is-danger .navbar-start .navbar-link:focus,
    .navbar.is-danger .navbar-start .navbar-link:hover,
    .navbar.is-danger .navbar-start .navbar-link.is-active,
    .navbar.is-danger .navbar-end > a.navbar-item:focus,
    .navbar.is-danger .navbar-end > a.navbar-item:hover,
    .navbar.is-danger .navbar-end > a.navbar-item.is-active,
    .navbar.is-danger .navbar-end .navbar-link:focus,
    .navbar.is-danger .navbar-end .navbar-link:hover,
    .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #c30000;
        color: #fff;
    }
    .navbar.is-danger .navbar-start .navbar-link::after,
    .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #c30000;
        color: #fff;
    }
    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #dc0000;
        color: #fff;
    }
}
.navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.125rem;
    width: 100%;
}
.navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5;
}
.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
}
.navbar.is-fixed-bottom {
    bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
    box-shadow: 0 -2px 0 0 #f5f5f5;
}
.navbar.is-fixed-top {
    top: 0;
}
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
    padding-top: 3.125rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
    padding-bottom: 3.125rem;
}
.navbar-brand,
.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.125rem;
}
.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
    background-color: rgba(0, 0, 0, 0);
}
.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
}
.navbar-burger {
    color: #002f3c;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 3.125rem;
    position: relative;
    width: 3.125rem;
    margin-left: auto;
}
.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px;
}
.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px);
}
.navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
    opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}
.navbar-menu {
    display: none;
}
.navbar-item,
.navbar-link {
    color: #002f3c;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
a.navbar-item,
.navbar-link {
    cursor: pointer;
}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
    background-color: rgba(0, 0, 0, 0);
    color: #002f3c;
}
.navbar-item {
    flex-grow: 0;
    flex-shrink: 0;
}
.navbar-item img {
    max-height: 1.75rem;
}
.navbar-item.has-dropdown {
    padding: 0;
}
.navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}
.navbar-item.is-tab {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    min-height: 3.125rem;
    padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
}
.navbar-item.is-tab.is-active {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #fff;
    padding-bottom: calc(0.5rem - 3px);
}
.navbar-content {
    flex-grow: 1;
    flex-shrink: 1;
}
.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
    border-color: #fff;
    margin-top: -0.375em;
    right: 1.125em;
}
.navbar-dropdown {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: 0.5rem 0;
}
@media screen and (max-width: 9999px) {
    .navbar > .container {
        display: block;
    }
    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        align-items: center;
        display: flex;
    }
    .navbar-link::after {
        display: none;
    }
    .navbar-menu {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        padding: 0.5rem 0;
    }
    .navbar-menu.is-active {
        display: block;
    }
    .navbar.is-fixed-bottom-touch,
    .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }
    .navbar.is-fixed-bottom-touch {
        bottom: 0;
    }
    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
    }
    .navbar.is-fixed-top-touch {
        top: 0;
    }
    .navbar.is-fixed-top .navbar-menu,
    .navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.125rem);
        overflow: auto;
    }
    html.has-navbar-fixed-top-touch,
    body.has-navbar-fixed-top-touch {
        padding-top: 3.125rem;
    }
    html.has-navbar-fixed-bottom-touch,
    body.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.125rem;
    }
}
@media screen and (min-width: 10000px) {
    .navbar,
    .navbar-menu,
    .navbar-start,
    .navbar-end {
        align-items: stretch;
        display: flex;
    }
    .navbar {
        min-height: 3.125rem;
    }
    .navbar.is-spaced {
        padding: 1rem 2rem;
    }
    .navbar.is-spaced .navbar-start,
    .navbar.is-spaced .navbar-end {
        align-items: center;
    }
    .navbar.is-spaced a.navbar-item,
    .navbar.is-spaced .navbar-link {
        border-radius: 4px;
    }
    .navbar.is-transparent a.navbar-item:focus,
    .navbar.is-transparent a.navbar-item:hover,
    .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-transparent
        .navbar-item.has-dropdown.is-hoverable:focus
        .navbar-link,
    .navbar.is-transparent
        .navbar-item.has-dropdown.is-hoverable:focus-within
        .navbar-link,
    .navbar.is-transparent
        .navbar-item.has-dropdown.is-hoverable:hover
        .navbar-link {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #fff;
    }
    .navbar-burger {
        display: none;
    }
    .navbar-item,
    .navbar-link {
        align-items: center;
        display: flex;
    }
    .navbar-item.has-dropdown {
        align-items: stretch;
    }
    .navbar-item.has-dropdown-up .navbar-link::after {
        transform: rotate(135deg) translate(0.25em, -0.25em);
    }
    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #dbdbdb;
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
        top: auto;
    }
    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-active .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0;
    }
    .navbar-start {
        justify-content: flex-start;
        margin-right: auto;
    }
    .navbar-end {
        justify-content: flex-end;
        margin-left: auto;
    }
    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
        display: none;
        font-size: 0.875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20;
    }
    .navbar-dropdown .navbar-item {
        padding: 0.375rem 1rem;
        white-space: nowrap;
    }
    .navbar-dropdown a.navbar-item {
        padding-right: 3rem;
    }
    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #fff;
    }
    .navbar.is-spaced .navbar-dropdown,
    .navbar-dropdown.is-boxed {
        border-radius: 6px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + (-4px));
        transform: translateY(-5px);
        transition-duration: 86ms;
        transition-property: opacity, transform;
    }
    .navbar-dropdown.is-right {
        left: auto;
        right: 0;
    }
    .navbar-divider {
        display: block;
    }
    .navbar > .container .navbar-brand,
    .container > .navbar .navbar-brand {
        margin-left: -0.75rem;
    }
    .navbar > .container .navbar-menu,
    .container > .navbar .navbar-menu {
        margin-right: -0.75rem;
    }
    .navbar.is-fixed-bottom-desktop,
    .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }
    .navbar.is-fixed-bottom-desktop {
        bottom: 0;
    }
    .navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
    }
    .navbar.is-fixed-top-desktop {
        top: 0;
    }
    html.has-navbar-fixed-top-desktop,
    body.has-navbar-fixed-top-desktop {
        padding-top: 3.125rem;
    }
    html.has-navbar-fixed-bottom-desktop,
    body.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.125rem;
    }
    html.has-spaced-navbar-fixed-top,
    body.has-spaced-navbar-fixed-top {
        padding-top: 5.125rem;
    }
    html.has-spaced-navbar-fixed-bottom,
    body.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.125rem;
    }
    a.navbar-item.is-active,
    .navbar-link.is-active {
        color: #000;
    }
    a.navbar-item.is-active:not(:focus):not(:hover),
    .navbar-link.is-active:not(:focus):not(:hover) {
        background-color: rgba(0, 0, 0, 0);
    }
    .navbar-item.has-dropdown:focus .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link,
    .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: rgba(0, 0, 0, 0);
    }
}
.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.125rem);
}
.pagination {
    font-size: 16px;
    margin: 48px 0 32px;
}
.pagination.is-small {
    font-size: 20px;
}
.pagination.is-medium {
    font-size: 24px;
}
.pagination.is-large {
    font-size: 32px;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
    border-radius: 9999px;
}
.pagination,
.pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    font-size: 16px;
    justify-content: center;
    margin: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link {
    border-color: rgba(0, 0, 0, 0);
    color: #202620;
    min-width: 0;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #202620;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
    border-color: rgba(0, 0, 0, 0);
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pagination-previous[disabled],
.pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #dad6d1;
    opacity: 0.5;
}
.pagination-previous,
.pagination-next {
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}
.pagination-link.is-current {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #202620;
}
.pagination-ellipsis {
    color: #202620;
    pointer-events: none;
}
.pagination-list {
    flex-wrap: wrap;
}
.pagination-list li {
    list-style: none;
}
@media screen and (max-width: 767px) {
    .pagination {
        flex-wrap: wrap;
    }
    .pagination-previous,
    .pagination-next {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .pagination-list li {
        flex-grow: 1;
        flex-shrink: 1;
    }
}
@media screen and (min-width: 768px), print {
    .pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1;
    }
    .pagination-previous,
    .pagination-next,
    .pagination-link,
    .pagination-ellipsis {
        margin-bottom: 0;
        margin-top: 0;
    }
    .pagination-previous {
        order: 2;
    }
    .pagination-next {
        order: 3;
    }
    .pagination {
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0;
    }
    .pagination.is-centered .pagination-previous {
        order: 1;
    }
    .pagination.is-centered .pagination-list {
        justify-content: center;
        order: 2;
    }
    .pagination.is-centered .pagination-next {
        order: 3;
    }
    .pagination.is-right .pagination-previous {
        order: 1;
    }
    .pagination.is-right .pagination-next {
        order: 2;
    }
    .pagination.is-right .pagination-list {
        justify-content: flex-end;
        order: 3;
    }
}
.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
}
.modal.is-active {
    display: flex;
}
.modal-background {
    background-color: rgba(0, 0, 0, 0.86);
}
.modal-content,
.modal-card {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .modal-content,
    .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px;
    }
}
.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}
.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible;
}
.modal-card-head,
.modal-card-foot {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}
.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-card-title {
    color: #363636;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 32px;
    line-height: 1;
}
.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
    margin-right: 0.5em;
}
.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset;
}
.columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%;
}
.columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%;
}
@media screen and (max-width: 767px) {
    .column.is-narrow-mobile {
        flex: none;
        width: unset;
    }
    .column.is-full-mobile {
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-mobile {
        flex: none;
        width: 50%;
    }
    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%;
    }
    .column.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-mobile {
        margin-left: 50%;
    }
    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }
    .column.is-offset-one-fifth-mobile {
        margin-left: 20%;
    }
    .column.is-offset-two-fifths-mobile {
        margin-left: 40%;
    }
    .column.is-offset-three-fifths-mobile {
        margin-left: 60%;
    }
    .column.is-offset-four-fifths-mobile {
        margin-left: 80%;
    }
    .column.is-0-mobile {
        flex: none;
        width: 0%;
    }
    .column.is-offset-0-mobile {
        margin-left: 0%;
    }
    .column.is-1-mobile {
        flex: none;
        width: 8.33333337%;
    }
    .column.is-offset-1-mobile {
        margin-left: 8.33333337%;
    }
    .column.is-2-mobile {
        flex: none;
        width: 16.66666674%;
    }
    .column.is-offset-2-mobile {
        margin-left: 16.66666674%;
    }
    .column.is-3-mobile {
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-mobile {
        margin-left: 25%;
    }
    .column.is-4-mobile {
        flex: none;
        width: 33.33333337%;
    }
    .column.is-offset-4-mobile {
        margin-left: 33.33333337%;
    }
    .column.is-5-mobile {
        flex: none;
        width: 41.66666674%;
    }
    .column.is-offset-5-mobile {
        margin-left: 41.66666674%;
    }
    .column.is-6-mobile {
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-mobile {
        margin-left: 50%;
    }
    .column.is-7-mobile {
        flex: none;
        width: 58.33333337%;
    }
    .column.is-offset-7-mobile {
        margin-left: 58.33333337%;
    }
    .column.is-8-mobile {
        flex: none;
        width: 66.66666674%;
    }
    .column.is-offset-8-mobile {
        margin-left: 66.66666674%;
    }
    .column.is-9-mobile {
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-mobile {
        margin-left: 75%;
    }
    .column.is-10-mobile {
        flex: none;
        width: 83.33333337%;
    }
    .column.is-offset-10-mobile {
        margin-left: 83.33333337%;
    }
    .column.is-11-mobile {
        flex: none;
        width: 91.66666674%;
    }
    .column.is-offset-11-mobile {
        margin-left: 91.66666674%;
    }
    .column.is-12-mobile {
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-mobile {
        margin-left: 100%;
    }
}
@media screen and (min-width: 768px), print {
    .column.is-narrow,
    .column.is-narrow-tablet {
        flex: none;
        width: unset;
    }
    .column.is-full,
    .column.is-full-tablet {
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%;
    }
    .column.is-half,
    .column.is-half-tablet {
        flex: none;
        width: 50%;
    }
    .column.is-one-third,
    .column.is-one-third-tablet {
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        flex: none;
        width: 80%;
    }
    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%;
    }
    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%;
    }
    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%;
    }
    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%;
    }
    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%;
    }
    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%;
    }
    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%;
    }
    .column.is-0,
    .column.is-0-tablet {
        flex: none;
        width: 0%;
    }
    .column.is-offset-0,
    .column.is-offset-0-tablet {
        margin-left: 0%;
    }
    .column.is-1,
    .column.is-1-tablet {
        flex: none;
        width: 8.33333337%;
    }
    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333337%;
    }
    .column.is-2,
    .column.is-2-tablet {
        flex: none;
        width: 16.66666674%;
    }
    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66666674%;
    }
    .column.is-3,
    .column.is-3-tablet {
        flex: none;
        width: 25%;
    }
    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%;
    }
    .column.is-4,
    .column.is-4-tablet {
        flex: none;
        width: 33.33333337%;
    }
    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333337%;
    }
    .column.is-5,
    .column.is-5-tablet {
        flex: none;
        width: 41.66666674%;
    }
    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66666674%;
    }
    .column.is-6,
    .column.is-6-tablet {
        flex: none;
        width: 50%;
    }
    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%;
    }
    .column.is-7,
    .column.is-7-tablet {
        flex: none;
        width: 58.33333337%;
    }
    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333337%;
    }
    .column.is-8,
    .column.is-8-tablet {
        flex: none;
        width: 66.66666674%;
    }
    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66666674%;
    }
    .column.is-9,
    .column.is-9-tablet {
        flex: none;
        width: 75%;
    }
    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%;
    }
    .column.is-10,
    .column.is-10-tablet {
        flex: none;
        width: 83.33333337%;
    }
    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333337%;
    }
    .column.is-11,
    .column.is-11-tablet {
        flex: none;
        width: 91.66666674%;
    }
    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66666674%;
    }
    .column.is-12,
    .column.is-12-tablet {
        flex: none;
        width: 100%;
    }
    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
        flex: none;
        width: unset;
    }
    .column.is-full-touch {
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-touch {
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-touch {
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-touch {
        flex: none;
        width: 50%;
    }
    .column.is-one-third-touch {
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-touch {
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-touch {
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-touch {
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-touch {
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-touch {
        flex: none;
        width: 80%;
    }
    .column.is-offset-three-quarters-touch {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-touch {
        margin-left: 50%;
    }
    .column.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-touch {
        margin-left: 25%;
    }
    .column.is-offset-one-fifth-touch {
        margin-left: 20%;
    }
    .column.is-offset-two-fifths-touch {
        margin-left: 40%;
    }
    .column.is-offset-three-fifths-touch {
        margin-left: 60%;
    }
    .column.is-offset-four-fifths-touch {
        margin-left: 80%;
    }
    .column.is-0-touch {
        flex: none;
        width: 0%;
    }
    .column.is-offset-0-touch {
        margin-left: 0%;
    }
    .column.is-1-touch {
        flex: none;
        width: 8.33333337%;
    }
    .column.is-offset-1-touch {
        margin-left: 8.33333337%;
    }
    .column.is-2-touch {
        flex: none;
        width: 16.66666674%;
    }
    .column.is-offset-2-touch {
        margin-left: 16.66666674%;
    }
    .column.is-3-touch {
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-touch {
        margin-left: 25%;
    }
    .column.is-4-touch {
        flex: none;
        width: 33.33333337%;
    }
    .column.is-offset-4-touch {
        margin-left: 33.33333337%;
    }
    .column.is-5-touch {
        flex: none;
        width: 41.66666674%;
    }
    .column.is-offset-5-touch {
        margin-left: 41.66666674%;
    }
    .column.is-6-touch {
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-touch {
        margin-left: 50%;
    }
    .column.is-7-touch {
        flex: none;
        width: 58.33333337%;
    }
    .column.is-offset-7-touch {
        margin-left: 58.33333337%;
    }
    .column.is-8-touch {
        flex: none;
        width: 66.66666674%;
    }
    .column.is-offset-8-touch {
        margin-left: 66.66666674%;
    }
    .column.is-9-touch {
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-touch {
        margin-left: 75%;
    }
    .column.is-10-touch {
        flex: none;
        width: 83.33333337%;
    }
    .column.is-offset-10-touch {
        margin-left: 83.33333337%;
    }
    .column.is-11-touch {
        flex: none;
        width: 91.66666674%;
    }
    .column.is-offset-11-touch {
        margin-left: 91.66666674%;
    }
    .column.is-12-touch {
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        flex: none;
        width: unset;
    }
    .column.is-full-desktop {
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-desktop {
        flex: none;
        width: 50%;
    }
    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%;
    }
    .column.is-offset-three-quarters-desktop {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-desktop {
        margin-left: 50%;
    }
    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-desktop {
        margin-left: 25%;
    }
    .column.is-offset-one-fifth-desktop {
        margin-left: 20%;
    }
    .column.is-offset-two-fifths-desktop {
        margin-left: 40%;
    }
    .column.is-offset-three-fifths-desktop {
        margin-left: 60%;
    }
    .column.is-offset-four-fifths-desktop {
        margin-left: 80%;
    }
    .column.is-0-desktop {
        flex: none;
        width: 0%;
    }
    .column.is-offset-0-desktop {
        margin-left: 0%;
    }
    .column.is-1-desktop {
        flex: none;
        width: 8.33333337%;
    }
    .column.is-offset-1-desktop {
        margin-left: 8.33333337%;
    }
    .column.is-2-desktop {
        flex: none;
        width: 16.66666674%;
    }
    .column.is-offset-2-desktop {
        margin-left: 16.66666674%;
    }
    .column.is-3-desktop {
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-desktop {
        margin-left: 25%;
    }
    .column.is-4-desktop {
        flex: none;
        width: 33.33333337%;
    }
    .column.is-offset-4-desktop {
        margin-left: 33.33333337%;
    }
    .column.is-5-desktop {
        flex: none;
        width: 41.66666674%;
    }
    .column.is-offset-5-desktop {
        margin-left: 41.66666674%;
    }
    .column.is-6-desktop {
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-desktop {
        margin-left: 50%;
    }
    .column.is-7-desktop {
        flex: none;
        width: 58.33333337%;
    }
    .column.is-offset-7-desktop {
        margin-left: 58.33333337%;
    }
    .column.is-8-desktop {
        flex: none;
        width: 66.66666674%;
    }
    .column.is-offset-8-desktop {
        margin-left: 66.66666674%;
    }
    .column.is-9-desktop {
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-desktop {
        margin-left: 75%;
    }
    .column.is-10-desktop {
        flex: none;
        width: 83.33333337%;
    }
    .column.is-offset-10-desktop {
        margin-left: 83.33333337%;
    }
    .column.is-11-desktop {
        flex: none;
        width: 91.66666674%;
    }
    .column.is-offset-11-desktop {
        margin-left: 91.66666674%;
    }
    .column.is-12-desktop {
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        flex: none;
        width: unset;
    }
    .column.is-full-widescreen {
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-widescreen {
        flex: none;
        width: 50%;
    }
    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%;
    }
    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-widescreen {
        margin-left: 50%;
    }
    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }
    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%;
    }
    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%;
    }
    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%;
    }
    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%;
    }
    .column.is-0-widescreen {
        flex: none;
        width: 0%;
    }
    .column.is-offset-0-widescreen {
        margin-left: 0%;
    }
    .column.is-1-widescreen {
        flex: none;
        width: 8.33333337%;
    }
    .column.is-offset-1-widescreen {
        margin-left: 8.33333337%;
    }
    .column.is-2-widescreen {
        flex: none;
        width: 16.66666674%;
    }
    .column.is-offset-2-widescreen {
        margin-left: 16.66666674%;
    }
    .column.is-3-widescreen {
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }
    .column.is-4-widescreen {
        flex: none;
        width: 33.33333337%;
    }
    .column.is-offset-4-widescreen {
        margin-left: 33.33333337%;
    }
    .column.is-5-widescreen {
        flex: none;
        width: 41.66666674%;
    }
    .column.is-offset-5-widescreen {
        margin-left: 41.66666674%;
    }
    .column.is-6-widescreen {
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }
    .column.is-7-widescreen {
        flex: none;
        width: 58.33333337%;
    }
    .column.is-offset-7-widescreen {
        margin-left: 58.33333337%;
    }
    .column.is-8-widescreen {
        flex: none;
        width: 66.66666674%;
    }
    .column.is-offset-8-widescreen {
        margin-left: 66.66666674%;
    }
    .column.is-9-widescreen {
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }
    .column.is-10-widescreen {
        flex: none;
        width: 83.33333337%;
    }
    .column.is-offset-10-widescreen {
        margin-left: 83.33333337%;
    }
    .column.is-11-widescreen {
        flex: none;
        width: 91.66666674%;
    }
    .column.is-offset-11-widescreen {
        margin-left: 91.66666674%;
    }
    .column.is-12-widescreen {
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1920px) {
    .column.is-narrow-fullhd {
        flex: none;
        width: unset;
    }
    .column.is-full-fullhd {
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-fullhd {
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-fullhd {
        flex: none;
        width: 50%;
    }
    .column.is-one-third-fullhd {
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-fullhd {
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-fullhd {
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-fullhd {
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-fullhd {
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-fullhd {
        flex: none;
        width: 80%;
    }
    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-fullhd {
        margin-left: 50%;
    }
    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }
    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%;
    }
    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%;
    }
    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%;
    }
    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%;
    }
    .column.is-0-fullhd {
        flex: none;
        width: 0%;
    }
    .column.is-offset-0-fullhd {
        margin-left: 0%;
    }
    .column.is-1-fullhd {
        flex: none;
        width: 8.33333337%;
    }
    .column.is-offset-1-fullhd {
        margin-left: 8.33333337%;
    }
    .column.is-2-fullhd {
        flex: none;
        width: 16.66666674%;
    }
    .column.is-offset-2-fullhd {
        margin-left: 16.66666674%;
    }
    .column.is-3-fullhd {
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }
    .column.is-4-fullhd {
        flex: none;
        width: 33.33333337%;
    }
    .column.is-offset-4-fullhd {
        margin-left: 33.33333337%;
    }
    .column.is-5-fullhd {
        flex: none;
        width: 41.66666674%;
    }
    .column.is-offset-5-fullhd {
        margin-left: 41.66666674%;
    }
    .column.is-6-fullhd {
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }
    .column.is-7-fullhd {
        flex: none;
        width: 58.33333337%;
    }
    .column.is-offset-7-fullhd {
        margin-left: 58.33333337%;
    }
    .column.is-8-fullhd {
        flex: none;
        width: 66.66666674%;
    }
    .column.is-offset-8-fullhd {
        margin-left: 66.66666674%;
    }
    .column.is-9-fullhd {
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }
    .column.is-10-fullhd {
        flex: none;
        width: 83.33333337%;
    }
    .column.is-offset-10-fullhd {
        margin-left: 83.33333337%;
    }
    .column.is-11-fullhd {
        flex: none;
        width: 91.66666674%;
    }
    .column.is-offset-11-fullhd {
        margin-left: 91.66666674%;
    }
    .column.is-12-fullhd {
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}
.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}
.columns:last-child {
    margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
    justify-content: center;
}
.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.columns.is-gapless > .column {
    margin: 0;
    padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
    margin-bottom: 0;
}
.columns.is-mobile {
    display: flex;
}
.columns.is-multiline {
    flex-wrap: wrap;
}
.columns.is-vcentered {
    align-items: center;
}
@media screen and (min-width: 768px), print {
    .columns:not(.is-desktop) {
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display: flex;
    }
}
.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
    --columnGap: 0rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem;
    }
}
.columns.is-variable.is-1 {
    --columnGap: 0.25rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: 0.25rem;
    }
}
.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: 0.5rem;
    }
}
.columns.is-variable.is-3 {
    --columnGap: 0.75rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: 0.75rem;
    }
}
.columns.is-variable.is-4 {
    --columnGap: 1rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem;
    }
}
.columns.is-variable.is-5 {
    --columnGap: 1.25rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem;
    }
}
.columns.is-variable.is-6 {
    --columnGap: 1.5rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem;
    }
}
.columns.is-variable.is-7 {
    --columnGap: 1.75rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem;
    }
}
.columns.is-variable.is-8 {
    --columnGap: 2rem;
}
@media screen and (max-width: 767px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 768px), print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem;
    }
}
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1920px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem;
    }
}
.has-text-white {
    color: #fff !important;
}
a.has-text-white:hover,
a.has-text-white:focus {
    color: #e6e6e6 !important;
}
.has-background-white {
    background-color: #fff !important;
}
.has-text-black {
    color: #000 !important;
}
a.has-text-black:hover,
a.has-text-black:focus {
    color: #000 !important;
}
.has-background-black {
    background-color: #000 !important;
}
.has-text-light {
    color: #fff !important;
}
a.has-text-light:hover,
a.has-text-light:focus {
    color: #e6e6e6 !important;
}
.has-background-light {
    background-color: #fff !important;
}
.has-text-dark {
    color: #000 !important;
}
a.has-text-dark:hover,
a.has-text-dark:focus {
    color: #000 !important;
}
.has-background-dark {
    background-color: #000 !important;
}
.has-text-primary {
    color: #002f3c !important;
}
a.has-text-primary:hover,
a.has-text-primary:focus {
    color: #000709 !important;
}
.has-background-primary {
    background-color: #002f3c !important;
}
.has-text-primary-light {
    color: #ebfbff !important;
}
a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
    color: #b8f0ff !important;
}
.has-background-primary-light {
    background-color: #ebfbff !important;
}
.has-text-primary-dark {
    color: #1acdff !important;
}
a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
    color: #4dd8ff !important;
}
.has-background-primary-dark {
    background-color: #1acdff !important;
}
.has-text-link {
    color: #fff !important;
}
a.has-text-link:hover,
a.has-text-link:focus {
    color: #e6e6e6 !important;
}
.has-background-link {
    background-color: #fff !important;
}
.has-text-link-light {
    color: #fff !important;
}
a.has-text-link-light:hover,
a.has-text-link-light:focus {
    color: #e6e6e6 !important;
}
.has-background-link-light {
    background-color: #fff !important;
}
.has-text-link-dark {
    color: #4a4a4a !important;
}
a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
    color: #636363 !important;
}
.has-background-link-dark {
    background-color: #4a4a4a !important;
}
.has-text-info {
    color: #3e8ed0 !important;
}
a.has-text-info:hover,
a.has-text-info:focus {
    color: #2b74b1 !important;
}
.has-background-info {
    background-color: #3e8ed0 !important;
}
.has-text-info-light {
    color: #eff5fb !important;
}
a.has-text-info-light:hover,
a.has-text-info-light:focus {
    color: #c6ddf1 !important;
}
.has-background-info-light {
    background-color: #eff5fb !important;
}
.has-text-info-dark {
    color: #296fa8 !important;
}
a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
    color: #368ace !important;
}
.has-background-info-dark {
    background-color: #296fa8 !important;
}
.has-text-success {
    color: #48c78e !important;
}
a.has-text-success:hover,
a.has-text-success:focus {
    color: #34a873 !important;
}
.has-background-success {
    background-color: #48c78e !important;
}
.has-text-success-light {
    color: #effaf5 !important;
}
a.has-text-success-light:hover,
a.has-text-success-light:focus {
    color: #c8eedd !important;
}
.has-background-success-light {
    background-color: #effaf5 !important;
}
.has-text-success-dark {
    color: #257953 !important;
}
a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
    color: #31a06e !important;
}
.has-background-success-dark {
    background-color: #257953 !important;
}
.has-text-warning {
    color: #ffe08a !important;
}
a.has-text-warning:hover,
a.has-text-warning:focus {
    color: #ffd257 !important;
}
.has-background-warning {
    background-color: #ffe08a !important;
}
.has-text-warning-light {
    color: #fffaeb !important;
}
a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
    color: #ffecb8 !important;
}
.has-background-warning-light {
    background-color: #fffaeb !important;
}
.has-text-warning-dark {
    color: #946c00 !important;
}
a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
    color: #c79200 !important;
}
.has-background-warning-dark {
    background-color: #946c00 !important;
}
.has-text-danger {
    color: #dc0000 !important;
}
a.has-text-danger:hover,
a.has-text-danger:focus {
    color: #a90000 !important;
}
.has-background-danger {
    background-color: #dc0000 !important;
}
.has-text-danger-light {
    color: #ffebeb !important;
}
a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
    color: #ffb8b8 !important;
}
.has-background-danger-light {
    background-color: #ffebeb !important;
}
.has-text-danger-dark {
    color: #fa0000 !important;
}
a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
    color: #ff2e2e !important;
}
.has-background-danger-dark {
    background-color: #fa0000 !important;
}
.has-text-black-bis {
    color: #121212 !important;
}
.has-background-black-bis {
    background-color: #121212 !important;
}
.has-text-black-ter {
    color: #242424 !important;
}
.has-background-black-ter {
    background-color: #242424 !important;
}
.has-text-grey-darker {
    color: #363636 !important;
}
.has-background-grey-darker {
    background-color: #363636 !important;
}
.has-text-grey-dark {
    color: #202620 !important;
}
.has-background-grey-dark {
    background-color: #202620 !important;
}
.has-text-grey {
    color: #dad6d1 !important;
}
.has-background-grey {
    background-color: #dad6d1 !important;
}
.has-text-grey-light {
    color: #b5b5b5 !important;
}
.has-background-grey-light {
    background-color: #b5b5b5 !important;
}
.has-text-grey-lighter {
    color: #dbdbdb !important;
}
.has-background-grey-lighter {
    background-color: #dbdbdb !important;
}
.has-text-white-ter {
    color: #f5f5f5 !important;
}
.has-background-white-ter {
    background-color: #f5f5f5 !important;
}
.has-text-white-bis {
    color: #fafafa !important;
}
.has-background-white-bis {
    background-color: #fafafa !important;
}
.is-flex-direction-row {
    flex-direction: row !important;
}
.is-flex-direction-row-reverse {
    flex-direction: row-reverse !important;
}
.is-flex-direction-column {
    flex-direction: column !important;
}
.is-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
}
.is-flex-wrap-nowrap {
    flex-wrap: nowrap !important;
}
.is-flex-wrap-wrap {
    flex-wrap: wrap !important;
}
.is-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.is-justify-content-flex-start {
    justify-content: flex-start !important;
}
.is-justify-content-flex-end {
    justify-content: flex-end !important;
}
.is-justify-content-center {
    justify-content: center !important;
}
.is-justify-content-space-between {
    justify-content: space-between !important;
}
.is-justify-content-space-around {
    justify-content: space-around !important;
}
.is-justify-content-space-evenly {
    justify-content: space-evenly !important;
}
.is-justify-content-start {
    justify-content: start !important;
}
.is-justify-content-end {
    justify-content: end !important;
}
.is-justify-content-left {
    justify-content: left !important;
}
.is-justify-content-right {
    justify-content: right !important;
}
.is-align-content-flex-start {
    align-content: flex-start !important;
}
.is-align-content-flex-end {
    align-content: flex-end !important;
}
.is-align-content-center {
    align-content: center !important;
}
.is-align-content-space-between {
    align-content: space-between !important;
}
.is-align-content-space-around {
    align-content: space-around !important;
}
.is-align-content-space-evenly {
    align-content: space-evenly !important;
}
.is-align-content-stretch {
    align-content: stretch !important;
}
.is-align-content-start {
    align-content: start !important;
}
.is-align-content-end {
    align-content: end !important;
}
.is-align-content-baseline {
    align-content: baseline !important;
}
.is-align-items-stretch {
    align-items: stretch !important;
}
.is-align-items-flex-start {
    align-items: flex-start !important;
}
.is-align-items-flex-end {
    align-items: flex-end !important;
}
.is-align-items-center {
    align-items: center !important;
}
.is-align-items-baseline {
    align-items: baseline !important;
}
.is-align-items-start {
    align-items: start !important;
}
.is-align-items-end {
    align-items: end !important;
}
.is-align-items-self-start {
    align-items: self-start !important;
}
.is-align-items-self-end {
    align-items: self-end !important;
}
.is-align-self-auto {
    align-self: auto !important;
}
.is-align-self-flex-start {
    align-self: flex-start !important;
}
.is-align-self-flex-end {
    align-self: flex-end !important;
}
.is-align-self-center {
    align-self: center !important;
}
.is-align-self-baseline {
    align-self: baseline !important;
}
.is-align-self-stretch {
    align-self: stretch !important;
}
.is-flex-grow-0 {
    flex-grow: 0 !important;
}
.is-flex-grow-1 {
    flex-grow: 1 !important;
}
.is-flex-grow-2 {
    flex-grow: 2 !important;
}
.is-flex-grow-3 {
    flex-grow: 3 !important;
}
.is-flex-grow-4 {
    flex-grow: 4 !important;
}
.is-flex-grow-5 {
    flex-grow: 5 !important;
}
.is-flex-shrink-0 {
    flex-shrink: 0 !important;
}
.is-flex-shrink-1 {
    flex-shrink: 1 !important;
}
.is-flex-shrink-2 {
    flex-shrink: 2 !important;
}
.is-flex-shrink-3 {
    flex-shrink: 3 !important;
}
.is-flex-shrink-4 {
    flex-shrink: 4 !important;
}
.is-flex-shrink-5 {
    flex-shrink: 5 !important;
}
.is-clearfix::after {
    clear: both;
    content: " ";
    display: table;
}
.is-pulled-left {
    float: left !important;
}
.is-pulled-right {
    float: right !important;
}
.is-radiusless {
    border-radius: 0 !important;
}
.is-shadowless {
    box-shadow: none !important;
}
.is-clickable {
    cursor: pointer !important;
    pointer-events: all !important;
}
.is-clipped {
    overflow: hidden !important;
}
.is-relative {
    position: relative !important;
}
.is-marginless {
    margin: 0 !important;
}
.is-paddingless {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.m-3 {
    margin: 0.75rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.m-4 {
    margin: 1rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-5 {
    margin: 1.5rem !important;
}
.mt-5 {
    margin-top: 1.5rem !important;
}
.mr-5 {
    margin-right: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}
.ml-5 {
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.m-6 {
    margin: 3rem !important;
}
.mt-6 {
    margin-top: 3rem !important;
}
.mr-6 {
    margin-right: 3rem !important;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.ml-6 {
    margin-left: 3rem !important;
}
.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-5 {
    padding: 1.5rem !important;
}
.pt-5 {
    padding-top: 1.5rem !important;
}
.pr-5 {
    padding-right: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 1.5rem !important;
}
.pl-5 {
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-6 {
    padding: 3rem !important;
}
.pt-6 {
    padding-top: 3rem !important;
}
.pr-6 {
    padding-right: 3rem !important;
}
.pb-6 {
    padding-bottom: 3rem !important;
}
.pl-6 {
    padding-left: 3rem !important;
}
.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-auto {
    padding: auto !important;
}
.pt-auto {
    padding-top: auto !important;
}
.pr-auto {
    padding-right: auto !important;
}
.pb-auto {
    padding-bottom: auto !important;
}
.pl-auto {
    padding-left: auto !important;
}
.px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}
.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}
.is-size-1 {
    font-size: 64px !important;
}
.is-size-2 {
    font-size: 54px !important;
}
.is-size-3 {
    font-size: 40px !important;
}
.is-size-4 {
    font-size: 32px !important;
}
.is-size-5 {
    font-size: 24px !important;
}
.is-size-6 {
    font-size: 22px !important;
}
.is-size-7 {
    font-size: 20px !important;
}
.is-size-8 {
    font-size: 18px !important;
}
.is-size-9 {
    font-size: 16px !important;
}
.is-size-10 {
    font-size: 14px !important;
}
.is-size-11 {
    font-size: 12px !important;
}
.is-size-12 {
    font-size: 10px !important;
}
@media screen and (max-width: 767px) {
    .is-size-1-mobile {
        font-size: 64px !important;
    }
    .is-size-2-mobile {
        font-size: 54px !important;
    }
    .is-size-3-mobile {
        font-size: 40px !important;
    }
    .is-size-4-mobile {
        font-size: 32px !important;
    }
    .is-size-5-mobile {
        font-size: 24px !important;
    }
    .is-size-6-mobile {
        font-size: 22px !important;
    }
    .is-size-7-mobile {
        font-size: 20px !important;
    }
    .is-size-8-mobile {
        font-size: 18px !important;
    }
    .is-size-9-mobile {
        font-size: 16px !important;
    }
    .is-size-10-mobile {
        font-size: 14px !important;
    }
    .is-size-11-mobile {
        font-size: 12px !important;
    }
    .is-size-12-mobile {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-size-1-tablet {
        font-size: 64px !important;
    }
    .is-size-2-tablet {
        font-size: 54px !important;
    }
    .is-size-3-tablet {
        font-size: 40px !important;
    }
    .is-size-4-tablet {
        font-size: 32px !important;
    }
    .is-size-5-tablet {
        font-size: 24px !important;
    }
    .is-size-6-tablet {
        font-size: 22px !important;
    }
    .is-size-7-tablet {
        font-size: 20px !important;
    }
    .is-size-8-tablet {
        font-size: 18px !important;
    }
    .is-size-9-tablet {
        font-size: 16px !important;
    }
    .is-size-10-tablet {
        font-size: 14px !important;
    }
    .is-size-11-tablet {
        font-size: 12px !important;
    }
    .is-size-12-tablet {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-size-1-touch {
        font-size: 64px !important;
    }
    .is-size-2-touch {
        font-size: 54px !important;
    }
    .is-size-3-touch {
        font-size: 40px !important;
    }
    .is-size-4-touch {
        font-size: 32px !important;
    }
    .is-size-5-touch {
        font-size: 24px !important;
    }
    .is-size-6-touch {
        font-size: 22px !important;
    }
    .is-size-7-touch {
        font-size: 20px !important;
    }
    .is-size-8-touch {
        font-size: 18px !important;
    }
    .is-size-9-touch {
        font-size: 16px !important;
    }
    .is-size-10-touch {
        font-size: 14px !important;
    }
    .is-size-11-touch {
        font-size: 12px !important;
    }
    .is-size-12-touch {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-size-1-desktop {
        font-size: 64px !important;
    }
    .is-size-2-desktop {
        font-size: 54px !important;
    }
    .is-size-3-desktop {
        font-size: 40px !important;
    }
    .is-size-4-desktop {
        font-size: 32px !important;
    }
    .is-size-5-desktop {
        font-size: 24px !important;
    }
    .is-size-6-desktop {
        font-size: 22px !important;
    }
    .is-size-7-desktop {
        font-size: 20px !important;
    }
    .is-size-8-desktop {
        font-size: 18px !important;
    }
    .is-size-9-desktop {
        font-size: 16px !important;
    }
    .is-size-10-desktop {
        font-size: 14px !important;
    }
    .is-size-11-desktop {
        font-size: 12px !important;
    }
    .is-size-12-desktop {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-size-1-widescreen {
        font-size: 64px !important;
    }
    .is-size-2-widescreen {
        font-size: 54px !important;
    }
    .is-size-3-widescreen {
        font-size: 40px !important;
    }
    .is-size-4-widescreen {
        font-size: 32px !important;
    }
    .is-size-5-widescreen {
        font-size: 24px !important;
    }
    .is-size-6-widescreen {
        font-size: 22px !important;
    }
    .is-size-7-widescreen {
        font-size: 20px !important;
    }
    .is-size-8-widescreen {
        font-size: 18px !important;
    }
    .is-size-9-widescreen {
        font-size: 16px !important;
    }
    .is-size-10-widescreen {
        font-size: 14px !important;
    }
    .is-size-11-widescreen {
        font-size: 12px !important;
    }
    .is-size-12-widescreen {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-size-1-fullhd {
        font-size: 64px !important;
    }
    .is-size-2-fullhd {
        font-size: 54px !important;
    }
    .is-size-3-fullhd {
        font-size: 40px !important;
    }
    .is-size-4-fullhd {
        font-size: 32px !important;
    }
    .is-size-5-fullhd {
        font-size: 24px !important;
    }
    .is-size-6-fullhd {
        font-size: 22px !important;
    }
    .is-size-7-fullhd {
        font-size: 20px !important;
    }
    .is-size-8-fullhd {
        font-size: 18px !important;
    }
    .is-size-9-fullhd {
        font-size: 16px !important;
    }
    .is-size-10-fullhd {
        font-size: 14px !important;
    }
    .is-size-11-fullhd {
        font-size: 12px !important;
    }
    .is-size-12-fullhd {
        font-size: 10px !important;
    }
}
.has-text-centered {
    text-align: center !important;
}
.has-text-justified {
    text-align: justify !important;
}
.has-text-left {
    text-align: left !important;
}
.has-text-right {
    text-align: right !important;
}
@media screen and (max-width: 767px) {
    .has-text-centered-mobile {
        text-align: center !important;
    }
}
@media screen and (min-width: 768px), print {
    .has-text-centered-tablet {
        text-align: center !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important;
    }
}
@media screen and (max-width: 1023px) {
    .has-text-centered-touch {
        text-align: center !important;
    }
}
@media screen and (min-width: 1024px) {
    .has-text-centered-desktop {
        text-align: center !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important;
    }
}
@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen {
        text-align: center !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .has-text-centered-widescreen-only {
        text-align: center !important;
    }
}
@media screen and (min-width: 1920px) {
    .has-text-centered-fullhd {
        text-align: center !important;
    }
}
@media screen and (max-width: 767px) {
    .has-text-justified-mobile {
        text-align: justify !important;
    }
}
@media screen and (min-width: 768px), print {
    .has-text-justified-tablet {
        text-align: justify !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important;
    }
}
@media screen and (max-width: 1023px) {
    .has-text-justified-touch {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1024px) {
    .has-text-justified-desktop {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1920px) {
    .has-text-justified-fullhd {
        text-align: justify !important;
    }
}
@media screen and (max-width: 767px) {
    .has-text-left-mobile {
        text-align: left !important;
    }
}
@media screen and (min-width: 768px), print {
    .has-text-left-tablet {
        text-align: left !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .has-text-left-tablet-only {
        text-align: left !important;
    }
}
@media screen and (max-width: 1023px) {
    .has-text-left-touch {
        text-align: left !important;
    }
}
@media screen and (min-width: 1024px) {
    .has-text-left-desktop {
        text-align: left !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-left-desktop-only {
        text-align: left !important;
    }
}
@media screen and (min-width: 1216px) {
    .has-text-left-widescreen {
        text-align: left !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .has-text-left-widescreen-only {
        text-align: left !important;
    }
}
@media screen and (min-width: 1920px) {
    .has-text-left-fullhd {
        text-align: left !important;
    }
}
@media screen and (max-width: 767px) {
    .has-text-right-mobile {
        text-align: right !important;
    }
}
@media screen and (min-width: 768px), print {
    .has-text-right-tablet {
        text-align: right !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .has-text-right-tablet-only {
        text-align: right !important;
    }
}
@media screen and (max-width: 1023px) {
    .has-text-right-touch {
        text-align: right !important;
    }
}
@media screen and (min-width: 1024px) {
    .has-text-right-desktop {
        text-align: right !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-right-desktop-only {
        text-align: right !important;
    }
}
@media screen and (min-width: 1216px) {
    .has-text-right-widescreen {
        text-align: right !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .has-text-right-widescreen-only {
        text-align: right !important;
    }
}
@media screen and (min-width: 1920px) {
    .has-text-right-fullhd {
        text-align: right !important;
    }
}
.is-capitalized {
    text-transform: capitalize !important;
}
.is-lowercase {
    text-transform: lowercase !important;
}
.is-uppercase {
    text-transform: uppercase !important;
}
.is-italic {
    font-style: italic !important;
}
.is-underlined {
    text-decoration: underline !important;
}
.has-text-weight-light {
    font-weight: 300 !important;
}
.has-text-weight-normal {
    font-weight: 400 !important;
}
.has-text-weight-medium {
    font-weight: 500 !important;
}
.has-text-weight-semibold {
    font-weight: 600 !important;
}
.has-text-weight-bold {
    font-weight: 700 !important;
}
.is-family-primary {
    font-family: montserrat, sans-serif !important;
}
.is-family-secondary {
    font-family: ivypresto-display, sans-serif !important;
}
.is-family-sans-serif {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-monospace {
    font-family: monospace !important;
}
.is-family-code {
    font-family: monospace !important;
}
.is-block {
    display: block !important;
}
@media screen and (max-width: 767px) {
    .is-block-mobile {
        display: block !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-block-tablet {
        display: block !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-block-tablet-only {
        display: block !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-block-touch {
        display: block !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-block-desktop {
        display: block !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-block-desktop-only {
        display: block !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-block-widescreen {
        display: block !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-block-widescreen-only {
        display: block !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-block-fullhd {
        display: block !important;
    }
}
.is-flex {
    display: flex !important;
}
@media screen and (max-width: 767px) {
    .is-flex-mobile {
        display: flex !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-flex-tablet {
        display: flex !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-flex-tablet-only {
        display: flex !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display: flex !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display: flex !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-flex-desktop-only {
        display: flex !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-flex-widescreen {
        display: flex !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-flex-widescreen-only {
        display: flex !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-flex-fullhd {
        display: flex !important;
    }
}
.is-inline {
    display: inline !important;
}
@media screen and (max-width: 767px) {
    .is-inline-mobile {
        display: inline !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-inline-tablet {
        display: inline !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-inline-tablet-only {
        display: inline !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-inline-touch {
        display: inline !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-inline-desktop {
        display: inline !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-desktop-only {
        display: inline !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-inline-widescreen {
        display: inline !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-inline-widescreen-only {
        display: inline !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-inline-fullhd {
        display: inline !important;
    }
}
.is-inline-block {
    display: inline-block !important;
}
@media screen and (max-width: 767px) {
    .is-inline-block-mobile {
        display: inline-block !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-inline-block-tablet {
        display: inline-block !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-inline-block-touch {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-inline-block-desktop {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-inline-block-fullhd {
        display: inline-block !important;
    }
}
.is-inline-flex {
    display: inline-flex !important;
}
@media screen and (max-width: 767px) {
    .is-inline-flex-mobile {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-inline-flex-tablet {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important;
    }
}
.is-hidden {
    display: none !important;
}
.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 0.01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 0.01em !important;
}
@media screen and (max-width: 767px) {
    .is-hidden-mobile {
        display: none !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-hidden-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-hidden-desktop-only {
        display: none !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-hidden-widescreen {
        display: none !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-hidden-widescreen-only {
        display: none !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-hidden-fullhd {
        display: none !important;
    }
}
.is-invisible {
    visibility: hidden !important;
}
@media screen and (max-width: 767px) {
    .is-invisible-mobile {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 768px), print {
    .is-invisible-tablet {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important;
    }
}
@media screen and (max-width: 1023px) {
    .is-invisible-touch {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1024px) {
    .is-invisible-desktop {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1919px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1920px) {
    .is-invisible-fullhd {
        visibility: hidden !important;
    }
}
.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero .navbar {
    background: none;
}
.hero .tabs ul {
    border-bottom: none;
}
.hero.is-white {
    background-color: #fff;
    color: #000;
}
.hero.is-white
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-white strong {
    color: inherit;
}
.hero.is-white .title {
    color: #000;
}
.hero.is-white .subtitle {
    color: rgba(0, 0, 0, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
    color: #000;
}
@media screen and (max-width: 1023px) {
    .hero.is-white .navbar-menu {
        background-color: #fff;
    }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #000;
}
.hero.is-white .tabs a {
    color: #000;
    opacity: 0.9;
}
.hero.is-white .tabs a:hover {
    opacity: 1;
}
.hero.is-white .tabs li.is-active a {
    color: #fff !important;
    opacity: 1;
}
.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
    color: #000;
}
.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 767px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #e8e3e4 0%,
            #fff 71%,
            white 100%
        );
    }
}
.hero.is-black {
    background-color: #000;
    color: #fff;
}
.hero.is-black
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-black strong {
    color: inherit;
}
.hero.is-black .title {
    color: #fff;
}
.hero.is-black .subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .hero.is-black .navbar-menu {
        background-color: #000;
    }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
    background-color: #000;
    color: #fff;
}
.hero.is-black .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-black .tabs a:hover {
    opacity: 1;
}
.hero.is-black .tabs li.is-active a {
    color: #000 !important;
    opacity: 1;
}
.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
    color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.hero.is-black.is-bold {
    background-image: linear-gradient(141deg, black 0%, #000 71%, #0d0c0c 100%);
}
@media screen and (max-width: 767px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            black 0%,
            #000 71%,
            #0d0c0c 100%
        );
    }
}
.hero.is-light {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-light
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-light strong {
    color: inherit;
}
.hero.is-light .title {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
    color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
    .hero.is-light .navbar-menu {
        background-color: #fff;
    }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}
.hero.is-light .tabs a:hover {
    opacity: 1;
}
.hero.is-light .tabs li.is-active a {
    color: #fff !important;
    opacity: 1;
}
.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 767px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #e8e3e4 0%,
            #fff 71%,
            white 100%
        );
    }
}
.hero.is-dark {
    background-color: #000;
    color: #fff;
}
.hero.is-dark
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-dark strong {
    color: inherit;
}
.hero.is-dark .title {
    color: #fff;
}
.hero.is-dark .subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .hero.is-dark .navbar-menu {
        background-color: #000;
    }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
    background-color: #000;
    color: #fff;
}
.hero.is-dark .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
    opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
    color: #000 !important;
    opacity: 1;
}
.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
    color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, black 0%, #000 71%, #0d0c0c 100%);
}
@media screen and (max-width: 767px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            black 0%,
            #000 71%,
            #0d0c0c 100%
        );
    }
}
.hero.is-primary {
    background-color: #002f3c;
    color: #fff;
}
.hero.is-primary
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-primary strong {
    color: inherit;
}
.hero.is-primary .title {
    color: #fff;
}
.hero.is-primary .subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .hero.is-primary .navbar-menu {
        background-color: #002f3c;
    }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
    background-color: #001b23;
    color: #fff;
}
.hero.is-primary .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
    opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
    color: #002f3c !important;
    opacity: 1;
}
.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
    color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #002f3c;
}
.hero.is-primary.is-bold {
    background-image: linear-gradient(
        141deg,
        #000909 0%,
        #002f3c 71%,
        #003556 100%
    );
}
@media screen and (max-width: 767px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #000909 0%,
            #002f3c 71%,
            #003556 100%
        );
    }
}
.hero.is-link {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-link
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-link strong {
    color: inherit;
}
.hero.is-link .title {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-link .subtitle {
    color: rgba(0, 0, 0, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
    .hero.is-link .navbar-menu {
        background-color: #fff;
    }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-link .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}
.hero.is-link .tabs a:hover {
    opacity: 1;
}
.hero.is-link .tabs li.is-active a {
    color: #fff !important;
    opacity: 1;
}
.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 767px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #e8e3e4 0%,
            #fff 71%,
            white 100%
        );
    }
}
.hero.is-info {
    background-color: #3e8ed0;
    color: #fff;
}
.hero.is-info
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-info strong {
    color: inherit;
}
.hero.is-info .title {
    color: #fff;
}
.hero.is-info .subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .hero.is-info .navbar-menu {
        background-color: #3e8ed0;
    }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
}
.hero.is-info .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-info .tabs a:hover {
    opacity: 1;
}
.hero.is-info .tabs li.is-active a {
    color: #3e8ed0 !important;
    opacity: 1;
}
.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
    color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3e8ed0;
}
.hero.is-info.is-bold {
    background-image: linear-gradient(
        141deg,
        #208fbc 0%,
        hsl(207, 61%, 53%) 71%,
        #4d83db 100%
    );
}
@media screen and (max-width: 767px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #208fbc 0%,
            hsl(207, 61%, 53%) 71%,
            #4d83db 100%
        );
    }
}
.hero.is-success {
    background-color: #48c78e;
    color: #fff;
}
.hero.is-success
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-success strong {
    color: inherit;
}
.hero.is-success .title {
    color: #fff;
}
.hero.is-success .subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .hero.is-success .navbar-menu {
        background-color: #48c78e;
    }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
}
.hero.is-success .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-success .tabs a:hover {
    opacity: 1;
}
.hero.is-success .tabs li.is-active a {
    color: #48c78e !important;
    opacity: 1;
}
.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
    color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #48c78e;
}
.hero.is-success.is-bold {
    background-image: linear-gradient(
        141deg,
        #29b35e 0%,
        hsl(153, 53%, 53%) 71%,
        #56d2af 100%
    );
}
@media screen and (max-width: 767px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #29b35e 0%,
            hsl(153, 53%, 53%) 71%,
            #56d2af 100%
        );
    }
}
.hero.is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-warning strong {
    color: inherit;
}
.hero.is-warning .title {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
    color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
    .hero.is-warning .navbar-menu {
        background-color: #ffe08a;
    }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
    opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
    color: #ffe08a !important;
    opacity: 1;
}
.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #ffe08a;
}
.hero.is-warning.is-bold {
    background-image: linear-gradient(
        141deg,
        #ffb657 0%,
        hsl(44, 100%, 77%) 71%,
        #fff6a3 100%
    );
}
@media screen and (max-width: 767px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #ffb657 0%,
            hsl(44, 100%, 77%) 71%,
            #fff6a3 100%
        );
    }
}
.hero.is-danger {
    background-color: #dc0000;
    color: #fff;
}
.hero.is-danger
    a:not(.button):not(.dropdown-item):not(.tag):not(
        .pagination-link.is-current
    ),
.hero.is-danger strong {
    color: inherit;
}
.hero.is-danger .title {
    color: #fff;
}
.hero.is-danger .subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .hero.is-danger .navbar-menu {
        background-color: #dc0000;
    }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
    background-color: #c30000;
    color: #fff;
}
.hero.is-danger .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
    opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
    color: #dc0000 !important;
    opacity: 1;
}
.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
    color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #dc0000;
}
.hero.is-danger.is-bold {
    background-image: linear-gradient(
        141deg,
        #a9001c 0%,
        #dc0000 71%,
        #f62900 100%
    );
}
@media screen and (max-width: 767px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(
            141deg,
            #a9001c 0%,
            #dc0000 71%,
            #f62900 100%
        );
    }
}
.hero.is-small .hero-body {
    padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
    .hero.is-medium .hero-body {
        padding: 9rem 4.5rem;
    }
}
@media screen and (min-width: 768px), print {
    .hero.is-large .hero-body {
        padding: 18rem 6rem;
    }
}
.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
    align-items: center;
    display: flex;
}
.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight-with-navbar .hero-body > .container {
    flex-grow: 1;
    flex-shrink: 1;
}
.hero.is-halfheight {
    min-height: 50vh;
}
.hero.is-fullheight {
    min-height: 100vh;
}
.hero-video {
    overflow: hidden;
}
.hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
    opacity: 0.3;
}
@media screen and (max-width: 767px) {
    .hero-video {
        display: none;
    }
}
.hero-buttons {
    margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
    .hero-buttons .button {
        display: flex;
    }
    .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}
@media screen and (min-width: 768px), print {
    .hero-buttons {
        display: flex;
        justify-content: center;
    }
    .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem;
    }
}
.hero-head,
.hero-foot {
    flex-grow: 0;
    flex-shrink: 0;
}
.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}
@media screen and (min-width: 768px), print {
    .hero-body {
        padding: 3rem 3rem;
    }
}
.section {
    padding: 3rem 2rem;
}
@media screen and (min-width: 1024px) {
    .section {
        padding: 3rem 3rem;
    }
    .section.is-medium {
        padding: 8rem 2rem;
    }
    .section.is-large {
        padding: 10rem 2rem;
    }
}
.footer {
    background-color: #202620;
    padding: 4.5rem 2rem;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *:focus {
    outline: none;
}
.animate-reveal {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    opacity: 0;
}
.animate-reveal.animate {
    opacity: 1;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes subtleFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes subtleFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes subtleFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes subtleFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes heroContentFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes navSlideDown {
    from {
        bottom: 100%;
        height: 0;
    }
    to {
        bottom: 0;
        height: 100%;
    }
}
@keyframes navSlideUp {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}
@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media screen and (min-width: 1px) {
    html.is-active {
        overflow: hidden;
    }
    .mph-main {
        overflow: hidden;
    }
    .mph-main:before {
        content: "";
        height: 100vh;
        opacity: 0;
        position: fixed;
        width: 100vw;
    }
    .mph-main.mph-has-transitions {
        transition: background-color 0.75s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        will-change: background-color, background-image;
    }
    .mph-main.mph-has-transitions:before {
        transition: opacity 0.75s;
    }
    .container {
        max-width: 1440px !important;
    }
    section.mph-style-no-top-padding {
        padding-top: 0 !important;
    }
    section.mph-style-no-bottom-padding {
        padding-bottom: 0 !important;
    }
    section.mph-design-studios-section {
        padding: 3rem 0;
    }
    section.mph-search-section {
        padding: 3rem 0;
    }
    section.mph-search-section.mph-search-geo-only .mph-search-filters-section {
        padding: 0;
    }
    section.hero:has(+ .mph-search-geo-only)
        + .mph-search-geo-only
        .mph-search-filters-section {
        padding: 0 0 2rem;
    }
    img[data-lazy-src] {
        opacity: 0;
    }
    img.lazyloaded {
        opacity: 1;
        transition: opacity 0.5s linear 0.2s;
    }
    .mph-title {
        font-size: 32px;
    }
    .mph-subtitle {
        font-size: 22px;
    }
    .mph-description {
        font-size: 14px;
    }
    .mph-dark-fg .mph-title,
    .mph-dark-fg .mph-card,
    .mph-dark-fg .mph-card-header,
    .mph-dark-fg .mph-description,
    .mph-dark-fg .mph-arrow-cta-title,
    .mph-dark-fg .mph-form .gravity-theme *,
    .mph-dark-fg.mph-form .gravity-theme * {
        color: #202620;
    }
    .site-title,
    .site-description {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute;
    }
    figure.image img {
        object-fit: cover;
    }
    strong {
        color: inherit;
    }
    sub,
    sup {
        line-height: 0;
    }
    .mph-modal,
    .mph-modal-lot {
        display: flex;
        opacity: 0;
        transition: all 0.3s ease-in;
        visibility: hidden;
    }
    .mph-modal .modal-content,
    .mph-modal-lot .modal-content {
        opacity: 0;
        transition: opacity 0.3s ease-in;
    }
    .mph-modal .modal-content .modal-content-inner > .image,
    .mph-modal-lot .modal-content .modal-content-inner > .image {
        aspect-ratio: 16/9;
        display: flex;
    }
    .mph-modal .modal-content .modal-content-inner > .image iframe,
    .mph-modal-lot .modal-content .modal-content-inner > .image iframe {
        min-height: 100%;
        width: 100%;
    }
    .mph-modal.is-active,
    .mph-modal-lot.is-active {
        opacity: 1;
        visibility: visible;
    }
    .mph-modal.is-active .modal-content,
    .mph-modal-lot.is-active .modal-content {
        opacity: 1;
        transition-delay: 0.3s;
    }
    .mph-modal .modal-close,
    .mph-modal-lot .modal-close {
        background-color: #078;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mph-modal.mph-full-width-modal .modal-content,
    .mph-modal-lot.mph-full-width-modal .modal-content {
        width: 90%;
    }
    .uwy,
    #hubspot-messages-iframe-container {
        z-index: 29 !important;
    }
    .modula-gallery {
        text-align: center;
    }
    .modula-gallery div.filters {
        margin: 0 auto 3rem !important;
        max-width: 800px;
        text-align: center;
    }
    .modula-gallery div.filters .modula_menu__list .modula_menu__item {
        margin: 0 0 0 32px !important;
    }
    .modula-gallery div.filters .modula_menu__list .modula_menu__item:after {
        content: " ";
        font-weight: 600;
        margin: 0 0 0 32px;
    }
    .modula-gallery
        div.filters
        .modula_menu__list
        .modula_menu__item:not(:last-child):after {
        content: "|";
    }
    .modula-gallery
        div.filters
        .modula_menu__list
        .modula_menu__item
        .modula_menu__link {
        color: #dad6d1 !important;
        font-weight: 600;
    }
    .modula-gallery select.filters {
        background-color: #dad6d1;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjA4MDQgNi40OTMyMUg5LjYyNzlMNS40MTc5NyAxMC43MDMxTDEuMjA4MDQgNi40OTMyMVoiIGZpbGw9IiMxMjI2MkMiIHN0cm9rZT0iIzEyMjYyQyIvPgo8L3N2Zz4K");
        background-position: right 16px center;
        background-repeat: no-repeat;
        border: none;
        border-radius: 0;
        font-family: montserrat, sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 1rem !important;
        max-width: 360px;
        padding: 9px 16px;
        width: 100%;
    }
    .mph-brightedge.be-ix-link-block {
        background-color: #cedce1;
        color: #000;
        padding: 0;
    }
    .mph-brightedge.be-ix-link-block .be-related-link-container {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.75rem 2rem;
        padding: 1.5rem 2rem;
    }
    .mph-brightedge.be-ix-link-block .be-related-link-container .be-list {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 12px 20px;
        justify-content: center;
    }
    .mph-brightedge.be-ix-link-block
        .be-related-link-container
        .be-list
        .be-list-item {
        line-height: 1.25;
        margin: 0;
    }
    .mph-brightedge.be-ix-link-block .be-related-link-container .be-label {
        font-family: ivypresto-display, sans-serif;
        margin: 0 0 4px;
    }
}
@media screen and (max-width: 767px) {
    .mph-modal .modal-content .modal-content-inner > .image,
    .mph-modal-lot .modal-content .modal-content-inner > .image {
        aspect-ratio: initial;
        min-height: calc(100vh - 160px);
    }
}
@media screen and (min-width: 768px), print {
    .mph-style-left-padding {
        padding-left: 8.3333333333%;
    }
    .mph-style-right-padding {
        padding-right: 8.3333333333%;
    }
    section.mph-search-section {
        padding: 3rem 2rem;
    }
    section.hero:has(+ .mph-search-geo-only).mph-hero-slider .slick-dots {
        bottom: 168px;
    }
    section.hero:has(+ .mph-search-geo-only) .mph-slide-content .hero-body,
    section.hero:has(+ .mph-search-geo-only) .mph-image-block .hero-body {
        padding-bottom: 224px;
    }
    section.hero:has(+ .mph-search-geo-only)
        + .mph-search-geo-only:has(.mph-search-filters-section.loaded) {
        margin-top: -176px;
    }
    section.hero:has(+ .mph-search-geo-only)
        + .mph-search-geo-only
        .mph-search-filters-section
        .mph-search-filter-wrapper {
        background-color: rgba(218, 214, 209, 0.75);
    }
    section.hero:has(+ .mph-search-geo-only)
        + .mph-search-geo-only
        .mph-search-filters-section
        .react-select__control:not(:hover) {
        background-color: rgba(0, 0, 0, 0);
    }
}
@media screen and (min-width: 1024px) {
    .mph-main .hero + .mph-gallery,
    .mph-main .hero + .mph-header-section,
    .mph-main .hero + .mph-masonry-panel-section,
    .mph-main .hero + .mph-vertical-content {
        padding-top: 8rem;
    }
    .mph-main > section:last-child {
        padding-bottom: 8rem;
    }
    .mph-title {
        font-size: 40px;
    }
    .mph-subtitle {
        font-size: 24px;
    }
    .mph-description {
        font-size: 16px;
    }
    .modula-gallery .modula-item img.pic {
        transform: translateZ(0);
        transition-duration: 0.5s !important;
        transition-timing-function: ease !important;
        will-change: transform;
    }
    .modula-gallery .modula-item:hover img.pic {
        transform: translateZ(0) scale(1.03);
    }
    .modula-gallery div.filters {
        margin: -5rem auto 3rem !important;
    }
    section.mph-search-section.mph-search-geo-only .mph-search-filters-section {
        padding: 0 0 3rem;
    }
    section.hero:has(+ .mph-search-geo-only).mph-hero-slider .slick-dots {
        bottom: 208px;
    }
    section.hero:has(+ .mph-search-geo-only) .mph-slide-content .hero-body,
    section.hero:has(+ .mph-search-geo-only) .mph-image-block .hero-body {
        padding-bottom: 288px;
    }
    .mph-brightedge.be-ix-link-block .be-related-link-container,
    .mph-brightedge.be-ix-link-block .be-related-link-container .be-list {
        flex-direction: row;
    }
}
@media screen and (min-width: 1920px) {
    .container {
        max-width: 1632px !important;
    }
    .mph-title {
        font-size: 54px;
    }
    .mph-subtitle {
        font-size: 32px;
    }
    .mph-description {
        font-size: 18px;
    }
}
@media screen and (min-width: 1px) {
    .mph-arrow-cta-wrapper {
        display: inline-block;
        margin-bottom: 12px;
    }
    .mph-arrow-cta-wrapper:last-child {
        margin-bottom: 0;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta {
        display: flex;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-cta-title {
        font-size: 14px;
        margin-left: 18px;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-svg-wrapper {
        align-items: center;
        display: flex;
        margin-right: 12px;
        position: relative;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-svg-wrapper:after {
        border: 1px solid #fff;
        border-left-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        content: "";
        display: block;
        height: 28px;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translate(50%, -50%);
        transform-origin: center;
        transition: all 0.2s ease-in-out;
        width: 28px;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-svg .arrow-line-group {
        transform-origin: right center;
        transition: transform 0.25s ease-in-out;
    }
    .mph-arrow-cta-wrapper
        .mph-arrow-cta
        .mph-arrow-svg
        .arrow-line-group
        circle {
        transition: opacity 0.25s ease-in-out;
    }
    .mph-dark-fg
        .mph-arrow-cta-wrapper
        .mph-arrow-cta
        .mph-arrow-svg-wrapper:after,
    .mph-arrow-cta-wrapper
        .mph-arrow-cta.has-text-grey-dark
        .mph-arrow-svg-wrapper:after {
        border: 1px solid #202620;
        border-left-color: rgba(0, 0, 0, 0);
    }
    .mph-dark-fg .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-svg path,
    .mph-dark-fg .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-svg circle,
    .mph-arrow-cta-wrapper
        .mph-arrow-cta.has-text-grey-dark
        .mph-arrow-svg
        path,
    .mph-arrow-cta-wrapper
        .mph-arrow-cta.has-text-grey-dark
        .mph-arrow-svg
        circle {
        fill: #202620;
        transition: all 0.25s ease-in-out;
    }
    .mph-dark-fg .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-svg line,
    .mph-arrow-cta-wrapper
        .mph-arrow-cta.has-text-grey-dark
        .mph-arrow-svg
        line {
        stroke: #202620;
        transition: all 0.25s ease-in-out;
    }
    .mph-small-arrow-cta-wrapper {
        display: flex;
    }
    .mph-small-arrow-cta-wrapper .mph-small-arrow-svg-wrapper {
        align-items: center;
        display: flex;
        position: relative;
    }
    .mph-small-arrow-cta-wrapper .mph-small-arrow-svg-wrapper:after {
        border: 1px solid #202620;
        border-radius: 50%;
        content: "";
        display: block;
        height: 28px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center;
        transition: all 0.2s ease-in-out;
        width: 28px;
    }
    .mph-slide-nav-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .mph-slide-nav-wrapper .prev,
    .mph-slide-nav-wrapper .next {
        align-items: center;
        display: flex;
        top: auto;
        transform: translate(0, 0);
    }
    .mph-slide-nav-wrapper .prev:after,
    .mph-slide-nav-wrapper .next:after {
        background-color: #fff;
        content: "";
        height: 1px;
        position: absolute;
        width: 100%;
    }
    .mph-slide-nav-wrapper .prev:before,
    .mph-slide-nav-wrapper .next:before {
        border: solid #fff;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        opacity: 1;
        padding: 3px;
        position: absolute;
    }
    .mph-slide-nav-wrapper .prev {
        left: 0;
    }
    .mph-slide-nav-wrapper .prev:before {
        left: 0;
        transform: rotate(135deg);
    }
    .mph-slide-nav-wrapper .prev:after {
        left: 0;
    }
    .mph-slide-nav-wrapper .next {
        right: 0;
    }
    .mph-slide-nav-wrapper .next:before {
        right: 0;
        transform: rotate(-45deg);
    }
    .mph-slide-nav-wrapper .next:after {
        right: 0;
    }
    .mph-dark-fg .mph-slide-nav-wrapper {
        color: #202620;
    }
    .mph-dark-fg .mph-slide-nav-wrapper .prev:after,
    .mph-dark-fg .mph-slide-nav-wrapper .next:after {
        background-color: #202620;
    }
    .mph-dark-fg .mph-slide-nav-wrapper .prev:before,
    .mph-dark-fg .mph-slide-nav-wrapper .next:before {
        border-color: #202620;
    }
}
@media screen and (min-width: 768px), print {
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-cta-title {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-arrow-cta-wrapper {
        margin-bottom: 16px;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-cta-title {
        font-size: 18px;
    }
    .parent-control-arrow-cta:hover
        .mph-arrow-cta-wrapper
        .mph-arrow-cta
        .mph-arrow-svg-wrapper:after {
        border-left-color: #fff;
        height: 44px;
        width: 44px;
    }
    .parent-control-arrow-cta:hover
        .mph-arrow-cta-wrapper
        .mph-arrow-cta
        .mph-arrow-svg-wrapper
        .mph-arrow-svg
        .arrow-line-group {
        transform: scaleX(0.2);
    }
    .parent-control-arrow-cta:hover
        .mph-arrow-cta-wrapper
        .mph-arrow-cta
        .mph-arrow-svg-wrapper
        .mph-arrow-svg
        .arrow-line-group
        circle {
        opacity: 0;
    }
    .parent-control-arrow-cta:hover
        .mph-arrow-cta-wrapper
        .mph-arrow-cta.has-text-grey-dark
        .mph-arrow-svg-wrapper:after {
        border-left-color: #202620;
    }
    :not(.parent-control-arrow-cta)
        .mph-arrow-cta-wrapper
        .mph-arrow-cta:hover
        .mph-arrow-svg-wrapper:after {
        border-left-color: #fff;
        height: 44px;
        width: 44px;
    }
    :not(.parent-control-arrow-cta)
        .mph-arrow-cta-wrapper
        .mph-arrow-cta:hover
        .mph-arrow-svg-wrapper
        .mph-arrow-svg
        .arrow-line-group {
        transform: scaleX(0.2);
    }
    :not(.parent-control-arrow-cta)
        .mph-arrow-cta-wrapper
        .mph-arrow-cta:hover
        .mph-arrow-svg-wrapper
        .mph-arrow-svg
        .arrow-line-group
        circle {
        opacity: 0;
    }
    :not(.parent-control-arrow-cta)
        .mph-arrow-cta-wrapper
        .mph-arrow-cta:hover.has-text-grey-dark
        .mph-arrow-svg-wrapper:after {
        border-left-color: #202620;
    }
    .mph-dark-fg
        .parent-control-arrow-cta:hover
        .mph-arrow-cta-wrapper
        .mph-arrow-cta
        .mph-arrow-svg-wrapper:after,
    .mph-dark-fg
        :not(.parent-control-arrow-cta)
        .mph-arrow-cta-wrapper
        .mph-arrow-cta:hover
        .mph-arrow-svg-wrapper:after {
        border-left-color: #202620;
    }
    .mph-small-arrow-cta-wrapper
        .mph-small-arrow-cta:hover
        .mph-small-arrow-svg-wrapper:after {
        height: 44px;
        width: 44px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-arrow-cta-wrapper {
        margin-bottom: 20px;
    }
    .mph-arrow-cta-wrapper .mph-arrow-cta .mph-arrow-cta-title {
        font-size: 20px;
    }
}
@media screen and (min-width: 1px) {
    .mph-result-image {
        aspect-ratio: 8/5;
        overflow: hidden;
        position: relative;
    }
    .mph-result-image .mph-result-background {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}
@media screen and (min-width: 1px) {
    .mph-collapsible {
        display: none;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: montserrat;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "â†";
}
[dir="rtl"] .slick-prev:before {
    content: "â†’";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "â†’";
}
[dir="rtl"] .slick-next:before {
    content: "â†";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: montserrat;
    font-size: 2rem;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
@media screen and (min-width: 1px) {
    .mph-form .hs-form a,
    .mph-hero-form .hs-form a,
    .pum.pum-overlay .hs-form a {
        color: #078;
    }
    .mph-form .hs-form fieldset,
    .mph-hero-form .hs-form fieldset,
    .pum.pum-overlay .hs-form fieldset {
        max-width: none;
    }
    .mph-form .hs-form fieldset.form-columns-2 .hs-form-field,
    .mph-hero-form .hs-form fieldset.form-columns-2 .hs-form-field,
    .pum.pum-overlay .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
    .mph-form .hs-form fieldset.form-columns-2 .hs-form-field .input .hs-input,
    .mph-hero-form
        .hs-form
        fieldset.form-columns-2
        .hs-form-field
        .input
        .hs-input,
    .pum.pum-overlay
        .hs-form
        fieldset.form-columns-2
        .hs-form-field
        .input
        .hs-input {
        width: 100%;
    }
    .mph-form .hs-form label:not(.hs-error-msg),
    .mph-hero-form .hs-form label:not(.hs-error-msg),
    .pum.pum-overlay .hs-form label:not(.hs-error-msg) {
        opacity: 0;
        position: absolute;
    }
    .mph-form .hs-form .mph-input-title,
    .mph-hero-form .hs-form .mph-input-title,
    .pum.pum-overlay .hs-form .mph-input-title {
        line-height: 100%;
        margin-bottom: 32px;
        padding-left: 12px;
    }
    .mph-form .hs-form .input,
    .mph-hero-form .hs-form .input,
    .pum.pum-overlay .hs-form .input {
        align-items: initial;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        color: inherit;
        margin: 0 !important;
        padding: 0;
    }
    .mph-form .hs-form .input .hs-input,
    .mph-hero-form .hs-form .input .hs-input,
    .pum.pum-overlay .hs-form .input .hs-input {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        border-bottom: 1px solid;
        border-radius: 0;
        color: inherit;
        font-size: 16px;
        height: 100%;
        padding: 12px;
        width: 100%;
    }
    .mph-form .hs-form .input .hs-input::placeholder,
    .mph-hero-form .hs-form .input .hs-input::placeholder,
    .pum.pum-overlay .hs-form .input .hs-input::placeholder {
        color: inherit;
        opacity: 0.8;
    }
    .mph-form .hs-form .input .hs-input::-ms-input-placeholder,
    .mph-hero-form .hs-form .input .hs-input::-ms-input-placeholder,
    .pum.pum-overlay .hs-form .input .hs-input::-ms-input-placeholder {
        color: inherit;
    }
    .mph-form .hs-form .input .hs-input:-webkit-autofill,
    .mph-form .hs-form .input .hs-input:-webkit-autofill:hover,
    .mph-form .hs-form .input .hs-input:-webkit-autofill:focus,
    .mph-form .hs-form .input .hs-input:-webkit-autofill:active,
    .mph-hero-form .hs-form .input .hs-input:-webkit-autofill,
    .mph-hero-form .hs-form .input .hs-input:-webkit-autofill:hover,
    .mph-hero-form .hs-form .input .hs-input:-webkit-autofill:focus,
    .mph-hero-form .hs-form .input .hs-input:-webkit-autofill:active,
    .pum.pum-overlay .hs-form .input .hs-input:-webkit-autofill,
    .pum.pum-overlay .hs-form .input .hs-input:-webkit-autofill:hover,
    .pum.pum-overlay .hs-form .input .hs-input:-webkit-autofill:focus,
    .pum.pum-overlay .hs-form .input .hs-input:-webkit-autofill:active {
        transition-delay: 9999s;
        transition-property: background-color, color;
    }
    .mph-form .hs-form .hs-form-field,
    .mph-hero-form .hs-form .hs-form-field,
    .pum.pum-overlay .hs-form .hs-form-field {
        margin-bottom: 32px;
        position: relative;
    }
    .mph-form .hs-form .hs-form-field .hs-error-msgs,
    .mph-hero-form .hs-form .hs-form-field .hs-error-msgs,
    .pum.pum-overlay .hs-form .hs-form-field .hs-error-msgs {
        font-size: 12px;
        font-weight: 600;
        left: 12px;
        position: absolute;
    }
    .mph-form .hs-form .hs-form-field.hs_region_staging,
    .mph-hero-form .hs-form .hs-form-field.hs_region_staging,
    .pum.pum-overlay .hs-form .hs-form-field.hs_region_staging {
        height: 0;
        margin-bottom: 0;
    }
    .mph-form .hs-form .hs-form-field.hs_region_staging .input,
    .mph-hero-form .hs-form .hs-form-field.hs_region_staging .input,
    .pum.pum-overlay .hs-form .hs-form-field.hs_region_staging .input {
        height: 0;
    }
    .mph-form .hs-form .hs-richtext,
    .mph-hero-form .hs-form .hs-richtext,
    .pum.pum-overlay .hs-form .hs-richtext {
        padding: 0 12px;
        text-align: left;
    }
    .mph-form .hs-form .hs-richtext .mph-title,
    .mph-form .hs-form .hs-richtext .mph-description,
    .mph-hero-form .hs-form .hs-richtext .mph-title,
    .mph-hero-form .hs-form .hs-richtext .mph-description,
    .pum.pum-overlay .hs-form .hs-richtext .mph-title,
    .pum.pum-overlay .hs-form .hs-richtext .mph-description {
        text-align: center;
    }
    .mph-form .hs-form .hs_message textarea.hs-input,
    .mph-hero-form .hs-form .hs_message textarea.hs-input,
    .pum.pum-overlay .hs-form .hs_message textarea.hs-input {
        height: 48px;
        line-height: 24px;
        overflow: hidden;
        resize: none;
        width: 100%;
    }
    .mph-form .hs-form .hs-fieldtype-booleancheckbox,
    .mph-hero-form .hs-form .hs-fieldtype-booleancheckbox,
    .pum.pum-overlay .hs-form .hs-fieldtype-booleancheckbox {
        padding: 0 12px;
    }
    .mph-form .hs-form .hs-fieldtype-booleancheckbox .input,
    .mph-hero-form .hs-form .hs-fieldtype-booleancheckbox .input,
    .pum.pum-overlay .hs-form .hs-fieldtype-booleancheckbox .input {
        height: auto;
    }
    .mph-form .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox,
    .mph-hero-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox,
    .pum.pum-overlay
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox {
        display: inline-block;
        font-size: 12px;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-form-booleancheckbox-display,
    .mph-hero-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-form-booleancheckbox-display,
    .pum.pum-overlay
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-form-booleancheckbox-display {
        opacity: 1;
        position: relative;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-form-booleancheckbox-display
        input[type="checkbox"],
    .mph-hero-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-form-booleancheckbox-display
        input[type="checkbox"],
    .pum.pum-overlay
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-form-booleancheckbox-display
        input[type="checkbox"] {
        margin-right: 8px;
        width: auto;
    }
    .mph-form .hs-form .hs_recaptcha,
    .mph-hero-form .hs-form .hs_recaptcha,
    .pum.pum-overlay .hs-form .hs_recaptcha {
        margin: 0;
        padding: 0 12px;
        text-align: left;
    }
    .mph-form .hs-form .hs_recaptcha .grecaptcha-badge,
    .mph-hero-form .hs-form .hs_recaptcha .grecaptcha-badge,
    .pum.pum-overlay .hs-form .hs_recaptcha .grecaptcha-badge {
        height: 0 !important;
        visibility: hidden;
    }
    .mph-form .hs-form .hs_recaptcha .input,
    .mph-hero-form .hs-form .hs_recaptcha .input,
    .pum.pum-overlay .hs-form .hs_recaptcha .input {
        display: block;
        height: 0;
    }
    .mph-form .hs-form .hs_recaptcha .recaptcha-required-text,
    .mph-hero-form .hs-form .hs_recaptcha .recaptcha-required-text,
    .pum.pum-overlay .hs-form .hs_recaptcha .recaptcha-required-text {
        display: inline-block;
        font-size: 12px;
        line-height: 144%;
        margin: 15px 0;
    }
    .mph-form select,
    .mph-hero-form select,
    .pum.pum-overlay select {
        -webkit-appearance: none;
    }
    .mph-form select option,
    .mph-hero-form select option,
    .pum.pum-overlay select option {
        background-color: #fff;
        color: #202620;
    }
    .mph-form.mph-global-form {
        background-color: #002f3c;
        background-image: url("/img/svg/mph-form-background.svg");
        background-size: 80px;
        -webkit-box-shadow: 0 1px 0 #002f3c;
    }
    .mph-form .mph-description {
        margin-bottom: 64px;
    }
    .mph-form .hs-form {
        color: #fff;
    }
    .mph-form .hs-form .hs-fieldtype-radio {
        display: flex;
        flex-direction: column;
        padding: 0 12px;
    }
    .mph-form .hs-form .hs-fieldtype-radio .input {
        height: auto;
        width: auto;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-radio
        .input
        .hs-form-radio:not(:last-child) {
        margin-bottom: 6px;
    }
    .mph-form .hs-form .hs-fieldtype-radio .input .hs-form-radio .hs-input {
        margin-right: 6px;
    }
    .mph-form .hs-form .hs-fieldtype-radio label:not(.hs-error-msg) {
        opacity: 1;
        position: relative;
        text-align: left;
    }
    .mph-form .hs-form .hs-fieldtype-radio input.hs-input {
        height: auto;
        width: auto;
    }
    .mph-form .hs-form .hs-fieldtype-radio .hs-error-msgs {
        bottom: -30px;
        text-align: left;
    }
    .mph-form .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
        font-size: 12px;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        input.hs-input {
        width: auto;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        input[type="checkbox"] {
        height: auto;
        margin-right: 8px;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        label:not(.hs-error-msg) {
        opacity: 1;
        position: relative;
        text-align: left;
    }
    .mph-form
        .hs-form
        .hs-fieldtype-booleancheckbox
        .hs-form-booleancheckbox
        .hs-error-msgs {
        top: 32px;
    }
    .mph-form .hs-form .legal-consent-container {
        font-size: 12px;
        line-height: 144%;
        padding: 0 12px;
        position: relative;
        text-align: left;
        z-index: 1;
    }
    .mph-form .hs-form .legal-consent-container a {
        color: #078;
    }
    .mph-form .hs-form .legal-consent-container .hs-richtext {
        font-weight: 400;
        margin-bottom: 0;
        padding: 0;
    }
    .mph-form .hs-submit {
        margin-top: 28px;
        position: relative;
        text-align: center;
    }
    .mph-form .hs-submit:before {
        content: url("/img/svg/mph-envelope-icon.svg");
        display: block;
        height: 36px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        z-index: 1;
    }
    .mph-form .hs-submit:after {
        background-color: #078;
        border: none;
        border-radius: 50%;
        content: "";
        display: block;
        height: 110px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 110px;
    }
    .mph-form .hs-submit .hs-button {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        color: rgba(0, 0, 0, 0);
        cursor: pointer;
        height: 110px;
        padding: 0;
        position: relative;
        width: 110px;
        z-index: 2;
    }
    .mph-form .submitted-message {
        overflow: visible;
        text-align: center;
    }
    .mph-form .submitted-message p {
        font-family: ivypresto-display, sans-serif;
        font-weight: 300;
        line-height: 120%;
    }
    .mph-form .submitted-message p:first-child {
        font-size: 32px;
        font-style: italic;
        margin-bottom: 20px;
        margin-top: 224px;
    }
    .mph-form .submitted-message p:last-child {
        font-size: 16px;
        position: relative;
    }
    .mph-form .submitted-message p:last-child:before {
        bottom: 0;
        content: url("/img/svg/mph-checkmark-icon.svg");
        display: block;
        height: 36px;
        left: 50%;
        position: absolute;
        top: auto;
        transform: translate(-50%, -100%);
        width: auto;
        z-index: 1;
    }
    .mph-form .submitted-message p:last-child:after {
        background-color: #078;
        border: none;
        border-radius: 50%;
        content: "";
        display: block;
        height: 110px;
        left: 50%;
        margin-top: 112px;
        position: relative;
        top: 50%;
        transform: translate(-50%, 0);
        width: 110px;
    }
    .mph-form .gravity-theme * {
        color: #fff;
    }
    .mph-form .gravity-theme .gform_title {
        font-family: ivypresto-display, sans-serif;
        font-size: 32px;
        font-size: 32px;
        margin-bottom: 3rem;
    }
    .mph-form .gravity-theme .gfield {
        text-align: left;
    }
    .mph-form .gravity-theme .gfield.gfield_error input,
    .mph-form .gravity-theme .gfield.gfield_error select {
        margin-bottom: 0.5rem !important;
    }
    .mph-form .gravity-theme .gfield.gfield_error .gfield_description,
    .mph-form .gravity-theme .gfield.gfield_error .gfield_validation_message {
        font-size: 16px !important;
        line-height: 1.4375;
        padding: 0.75rem !important;
    }
    .mph-form .gravity-theme .gform_validation_errors {
        margin-bottom: 2rem !important;
    }
    .mph-form .gravity-theme input,
    .mph-form .gravity-theme select {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        border-bottom: 1px solid;
        border-radius: 0;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4375;
        margin-bottom: 1rem !important;
        padding: 0.75rem !important;
    }
    .mph-form .gravity-theme input::placeholder,
    .mph-form .gravity-theme select::placeholder {
        color: inherit;
        opacity: 1;
    }
    .mph-form .gravity-theme input::-ms-input-placeholder,
    .mph-form .gravity-theme select::-ms-input-placeholder {
        color: inherit;
    }
    .mph-form .gravity-theme input:-webkit-autofill,
    .mph-form .gravity-theme input:-webkit-autofill:hover,
    .mph-form .gravity-theme input:-webkit-autofill:focus,
    .mph-form .gravity-theme input:-webkit-autofill:active,
    .mph-form .gravity-theme select:-webkit-autofill,
    .mph-form .gravity-theme select:-webkit-autofill:hover,
    .mph-form .gravity-theme select:-webkit-autofill:focus,
    .mph-form .gravity-theme select:-webkit-autofill:active {
        transition-delay: 9999s;
        transition-property: background-color, color;
    }
    .mph-form .gravity-theme select {
        height: 48px;
    }
    .mph-form .gravity-theme input[type="submit"] {
        background-color: #078;
        border: none;
        color: #fff;
        font-weight: 600 !important;
        height: auto;
        margin: 0 !important;
        padding: 1rem !important;
    }
    .mph-form .gravity-theme .gform_footer {
        justify-content: center;
        margin-top: 1.5rem !important;
    }
    .mph-form .gravity-theme .legal-consent-container {
        font-size: 12px;
        line-height: 144%;
        padding: 0 12px;
        text-align: left;
    }
    .mph-form .gravity-theme .legal-consent-container a {
        color: #078;
    }
    .mph-form .gform_wrapper .gform_ajax_spinner {
        margin-left: 0;
        margin-top: -24px;
        position: absolute;
    }
    .mph-form .gform_confirmation_message {
        font-family: ivypresto-display, sans-serif;
        font-weight: 300;
        line-height: 120%;
    }
    .mph-form .gform_confirmation_message h2 {
        font-size: 32px;
        font-style: italic;
        margin-bottom: 20px;
    }
    .mph-form .gform_confirmation_message p {
        font-size: 16px;
    }
    .mph-form .hs_region.hs-fieldtype-checkbox {
        height: 0;
        margin-bottom: 0;
    }
    .mph-dark-fg .hs-form {
        color: #202620;
    }
    .mph-modal.mph-form .hs-form .legal-consent-container,
    .mph-modal.mph-form .hs-form .recaptcha-required-text,
    .mph-modal-lot.mph-form .hs-form .legal-consent-container,
    .mph-modal-lot.mph-form .hs-form .recaptcha-required-text {
        line-height: 144%;
    }
    .mph-modal.mph-form .hs-form .hs-submit,
    .mph-modal-lot.mph-form .hs-form .hs-submit {
        margin-top: 16px;
    }
    .mph-modal.mph-form .modal-content,
    .mph-modal-lot.mph-form .modal-content {
        background-color: #fff;
        height: auto;
        max-height: none;
        overflow: hidden;
        padding: 36px 0;
        position: relative;
    }
    .mph-modal.mph-form .modal-content:before,
    .mph-modal-lot.mph-form .modal-content:before {
        background-image: url("/img/svg/mph-modal-form-background.svg");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(-2, 2);
        width: 100%;
    }
    .mph-modal.mph-form .modal-content .modal-content-inner,
    .mph-modal-lot.mph-form .modal-content .modal-content-inner {
        color: #202620;
        height: 100%;
        max-height: calc(85vh - 72px);
        overflow: hidden scroll;
        padding: 0 24px;
        position: relative;
    }
    .pum.pum-overlay {
        z-index: 29 !important;
    }
    .pum.pum-overlay .pum-container {
        background-color: rgba(255, 255, 255, 0.9);
        bottom: 32px;
        margin-bottom: 0;
        overflow: hidden;
        padding: 32px;
        z-index: 29;
    }
    .pum.pum-overlay .pum-title {
        color: #078;
        font-family: ivypresto-display, sans-serif;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .pum.pum-overlay .pum-content {
        font-weight: 400;
        height: calc(100% - 4rem);
        line-height: 188%;
        overflow: auto;
        position: relative;
    }
    .pum.pum-overlay .pum-close {
        background-color: #078 !important;
        bottom: auto !important;
        right: 16px !important;
        top: 16px !important;
        transition: background-color 0.2s ease-in-out;
    }
    .pum.pum-overlay .pum-close:hover {
        background-color: #002f3c !important;
    }
    .mph-hero-form {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 5%;
    }
    .mph-hero-form .mph-title.mph-hero-form-title {
        color: #078;
        font-size: 32px;
        margin-bottom: 32px;
    }
    .mph-hero-form .submitted-message {
        color: #002f3c;
    }
    .mph-hero-form .hs-form,
    .pum.pum-overlay .hs-form {
        color: #002f3c;
    }
    .mph-hero-form .hs-form .hs-form-field .hs-error-msgs,
    .pum.pum-overlay .hs-form .hs-form-field .hs-error-msgs {
        font-size: 10px;
        font-weight: 600;
    }
    .mph-hero-form .hs-form .hs-submit .hs-button,
    .pum.pum-overlay .hs-form .hs-submit .hs-button {
        background-color: #078;
        border: none;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        margin-top: 12px;
        padding: 8px 16px;
        transition: background-color 0.2s ease-in-out;
    }
    .mph-hero-form .hs-form .hs-submit .hs-button:hover,
    .pum.pum-overlay .hs-form .hs-submit .hs-button:hover {
        background-color: #002f3c;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio {
        display: flex;
        flex-direction: column;
        padding: 0 12px;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio .input,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio .input {
        height: auto;
        width: auto;
    }
    .mph-hero-form
        .hs-form
        .hs-fieldtype-radio
        .input
        .hs-form-radio:not(:last-child),
    .pum.pum-overlay
        .hs-form
        .hs-fieldtype-radio
        .input
        .hs-form-radio:not(:last-child) {
        margin-bottom: 6px;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio .input .hs-form-radio .hs-input,
    .pum.pum-overlay
        .hs-form
        .hs-fieldtype-radio
        .input
        .hs-form-radio
        .hs-input {
        margin-right: 6px;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio label:not(.hs-error-msg),
    .pum.pum-overlay .hs-form .hs-fieldtype-radio label:not(.hs-error-msg) {
        opacity: 0.8;
        position: relative;
        text-align: left;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio input.hs-input,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio input.hs-input {
        height: auto;
        width: auto;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio .hs-error-msgs,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio .hs-error-msgs {
        bottom: -30px;
        text-align: left;
    }
    .mph-hero-form .legal-consent-container,
    .pum.pum-overlay .legal-consent-container {
        font-size: 12px;
        line-height: 144%;
        padding: 0 12px;
    }
}
@media screen and (min-width: 768px), print {
    .mph-form .hs-form fieldset.form-columns-2 .hs-form-field,
    .mph-hero-form .hs-form fieldset.form-columns-2 .hs-form-field,
    .pum.pum-overlay .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 48%;
    }
    .mph-form .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
    .mph-hero-form .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
    .pum.pum-overlay
        .hs-form
        fieldset.form-columns-2
        .hs-form-field:first-child {
        margin-right: 2%;
    }
    .mph-form .hs-form fieldset.form-columns-2 .hs-form-field:last-child,
    .mph-hero-form .hs-form fieldset.form-columns-2 .hs-form-field:last-child,
    .pum.pum-overlay
        .hs-form
        fieldset.form-columns-2
        .hs-form-field:last-child {
        margin-left: 2%;
    }
    .mph-form .hs-form .hs-fieldtype-radio {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mph-form .hs-form .hs-fieldtype-radio .input .inputs-list {
        display: flex;
    }
    .mph-form .hs-form .hs-fieldtype-radio .input .hs-form-radio {
        margin-bottom: 0 !important;
        margin-left: 12px;
    }
    .mph-form .hs-form .hs-fieldtype-radio .hs-error-msgs {
        width: 100%;
    }
    .mph-hero-form {
        padding: 32px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-form .hs-form .hs-submit {
        margin-top: 48px;
    }
    .mph-form .hs-form .submitted-message p:first-child {
        font-size: 40px;
    }
    .mph-form .hs-form .submitted-message p:last-child {
        font-size: 18px;
    }
    .mph-form .gravity-theme .gform_title {
        font-size: 40px;
    }
    .mph-form .gform_confirmation_message h2 {
        font-size: 40px;
    }
    .mph-form .gform_confirmation_message p {
        font-size: 18px;
    }
    .mph-modal.mph-form .modal-content,
    .mph-modal-lot.mph-form .modal-content {
        width: 800px;
    }
    .mph-modal.mph-form .modal-content .modal-content-inner,
    .mph-modal-lot.mph-form .modal-content .modal-content-inner {
        padding: 0 48px;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio .input .inputs-list,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio .input .inputs-list {
        display: flex;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio .input .hs-form-radio,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio .input .hs-form-radio {
        margin-bottom: 0 !important;
        margin-left: 12px;
    }
    .mph-hero-form .hs-form .hs-fieldtype-radio .hs-error-msgs,
    .pum.pum-overlay .hs-form .hs-fieldtype-radio .hs-error-msgs {
        width: 100%;
    }
    .mph-hero-form .mph-title.mph-hero-form-title,
    .pum.pum-overlay .pum-title {
        font-size: 36px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-form .hs-form .submitted-message p:first-child {
        font-size: 54px;
    }
    .mph-form .hs-form .submitted-message p:last-child {
        font-size: 20px;
    }
    .mph-form .gravity-theme .gform_title {
        font-size: 54px;
    }
    .mph-form .gform_confirmation_message h2 {
        font-size: 54px;
    }
    .mph-form .gform_confirmation_message p {
        font-size: 20px;
    }
    .mph-modal.mph-form .modal-content,
    .mph-modal-lot.mph-form .modal-content {
        padding: 68px 0;
        width: 1024px;
    }
    .mph-modal.mph-form .modal-content .modal-content-inner,
    .mph-modal-lot.mph-form .modal-content .modal-content-inner {
        max-height: calc(85vh - 136px);
        padding: 0 80px;
    }
}
@media screen and (min-width: 1px) {
    .mph-map-16by9-ratio {
        padding-top: 56.25%;
        position: relative;
    }
    .mph-map-4by5-ratio {
        padding-top: 125%;
        position: relative;
    }
    .mph-map-component .mph-info-window {
        display: none;
    }
    .mph-map-component .gm-style .gm-style-iw-c {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        box-shadow: none;
        filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.25));
        padding: 0;
        transform: translate(0, -100%);
    }
    .mph-map-component .gm-style .gm-style-iw-c .gm-style-iw-d {
        overflow: auto !important;
    }
    .mph-map-component .gm-style .gm-style-iw-c button {
        display: none !important;
    }
    .mph-map-component .gm-style .gm-style-iw-t:after {
        content: none;
    }
    .mph-map-component .gm-style .mph-default-map-marker {
        transition: transform 0.25s;
    }
    .mph-map-component .gm-style .mph-default-map-marker.hovered {
        transform: translateY(-4px) scale(1.2);
    }
    .mph-map-container {
        bottom: 0;
        height: 100%;
        left: 0;
        overflow-anchor: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .mph-map-container .mph-info-window {
        animation: fadeIn 0.4s;
        background-color: #fff;
        border-radius: 16px 16px 16px 0;
        border-radius: 16px 16px 16px 0;
        color: #202620;
        display: block;
        max-width: 250px;
        min-width: 200px;
        padding: 16px 16px 28px;
    }
    .mph-map-container .mph-info-window:after {
        border-bottom: 1px solid #202620;
        border-left: 1px solid #202620;
        bottom: 16px;
        content: "";
        height: 20px;
        left: 16px;
        position: absolute;
        width: 20px;
    }
    .mph-map-container .mph-info-window .mph-info-title {
        font-size: 18px;
        padding: 20px 0 6px 6px;
    }
    .mph-map-container .mph-info-window .mph-info-subtitle {
        font-size: 14px;
        padding-left: 6px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-map-container .mph-info-window {
        max-width: 500px;
    }
    .mph-map-container .mph-info-window .mph-info-title {
        font-size: 24px;
    }
}
@media screen and (min-width: 1216px) {
    .mph-map-container .mph-info-window {
        min-width: 300px;
    }
    .mph-map-container .mph-info-window .mph-info-title {
        font-size: 30px;
    }
    .mph-map-container .mph-info-window .mph-info-subtitle {
        font-size: 16px;
    }
}
@media screen and (min-width: 1px) {
    .mph-header {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 30;
    }
    .navbar.mph-main-nav {
        min-height: 0;
    }
    .navbar.mph-main-nav .mph-logo,
    .navbar.mph-main-nav .mph-menu-logo {
        display: flex;
        left: 16px;
        position: absolute;
        top: 58px;
        width: 144px;
    }
    .navbar.mph-main-nav .mph-logo .mph-inline-svg,
    .navbar.mph-main-nav .mph-menu-logo .mph-inline-svg {
        height: 100%;
    }
    .navbar.mph-main-nav .mph-logo.nav-hidden {
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar.mph-main-nav .mph-menu-logo {
        opacity: 0;
        position: fixed;
        transition: opacity 0.1s, visibility 0.1s;
        visibility: hidden;
        z-index: 2;
    }
    .navbar.mph-main-nav .navbar-fixed-wrapper {
        box-shadow: none;
        display: flex;
        position: fixed;
        right: 16px;
        top: 45px;
        transition: box-shadow 0.3s;
        z-index: 1;
    }
    .navbar.mph-main-nav .mph-contact-wrapper {
        align-items: center;
        background-image: linear-gradient(
            to left,
            rgba(255, 255, 255, 0.9) 50%,
            transparent 0
        );
        background-position: left;
        background-size: calc(200% + 2px) 200%;
        display: flex;
        padding: 0 20px;
        transition: background-position 0.3s;
        will-change: background-position;
    }
    .navbar.mph-main-nav .mph-contact-item {
        font-size: 12px;
        transition: color 0.3s;
    }
    .navbar.mph-main-nav .navbar-burger {
        background-color: #002f3c;
        border: none;
        height: 54px;
        margin: 0;
        transition: background-color 0.3s;
        width: 54px;
        z-index: 1;
    }
    .navbar.mph-main-nav .navbar-burger span {
        background-color: #fff;
        height: 1px;
        left: 50%;
        transform: translateX(calc(-50% + 1px));
        transition-duration: 0.3s;
        width: 28px;
    }
    .navbar.mph-main-nav .navbar-burger span:before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        display: block;
        height: 4px;
        opacity: 1;
        position: absolute;
        transform: translate(-50%, -40%);
        transition: opacity 0.3s ease-out;
        width: 4px;
    }
    .navbar.mph-main-nav .navbar-burger span:nth-child(1) {
        top: calc(50% - 9px);
    }
    .navbar.mph-main-nav .navbar-burger span:nth-child(2) {
        top: calc(50% - 1px);
    }
    .navbar.mph-main-nav .navbar-burger span:nth-child(3) {
        top: calc(50% + 7px);
    }
    .navbar.mph-main-nav .navbar-burger.is-active span:before {
        opacity: 0;
    }
    .navbar.mph-main-nav .navbar-burger.is-active span:nth-child(1) {
        transform: translate(-50%, 8px) rotate(45deg);
    }
    .navbar.mph-main-nav .navbar-burger.is-active span:nth-child(3) {
        transform: translate(-50%, -8px) rotate(-45deg);
    }
    .navbar.mph-main-nav .navbar-menu {
        background: rgba(0, 0, 0, 0);
        bottom: 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        left: 0;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: visibility 1s;
        visibility: hidden;
        will-change: transform;
    }
    .navbar.mph-main-nav .navbar-menu:before {
        animation: navSlideUp 1s ease both;
        background-color: #002f3c;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-menu-background {
        animation: navSlideUp 1s ease both;
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-menu-background:after {
        background-image: url("/img/svg/mph-menu-background.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: "";
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100%) scale(-2);
        transition: all 1s ease;
    }
    .navbar.mph-main-nav .navbar-menu.is-active {
        visibility: visible;
    }
    .navbar.mph-main-nav .navbar-menu.is-active:before {
        animation: navSlideDown 1s ease both;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-menu-background {
        animation: navSlideDown 1s ease both;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-menu-background:after {
        opacity: 0.5;
        transform: scale(-2);
        transition: opacity 2s;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(1) {
        animation: subtleFadeInUp ease 1s both 100ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(2) {
        animation: subtleFadeInUp ease 1s both 200ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(3) {
        animation: subtleFadeInUp ease 1s both 300ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(4) {
        animation: subtleFadeInUp ease 1s both 400ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(5) {
        animation: subtleFadeInUp ease 1s both 500ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(6) {
        animation: subtleFadeInUp ease 1s both 600ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(7) {
        animation: subtleFadeInUp ease 1s both 700ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(8) {
        animation: subtleFadeInUp ease 1s both 800ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(9) {
        animation: subtleFadeInUp ease 1s both 900ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(10) {
        animation: subtleFadeInUp ease 1s both 1000ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(11) {
        animation: subtleFadeInUp ease 1s both 1100ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(12) {
        animation: subtleFadeInUp ease 1s both 1200ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(13) {
        animation: subtleFadeInUp ease 1s both 1300ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(14) {
        animation: subtleFadeInUp ease 1s both 1400ms;
    }
    .navbar.mph-main-nav .navbar-menu.is-active .navbar-item:nth-child(15) {
        animation: subtleFadeInUp ease 1s both 1500ms;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-start {
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 128px 32px 8px;
        position: relative;
    }
    .navbar.mph-main-nav .navbar-menu .mph-main-menu-wrapper {
        height: 100%;
        overflow-y: scroll;
        position: relative;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item {
        animation: fadeOut 0.3s ease both;
        color: #fff;
        font-family: ivypresto-display, sans-serif;
        font-size: 22px;
        font-weight: 300;
        transition: color 0.3s;
    }
    .navbar.mph-main-nav.scrolled:not(.is-active) .navbar-fixed-wrapper {
        box-shadow: rgba(0, 0, 0, 0.8) 0 0 36px -24px;
    }
    .navbar.mph-main-nav.scrolled:not(.is-active)
        .navbar-fixed-wrapper
        .mph-contact-wrapper {
        background-position: right;
    }
    .navbar.mph-main-nav.scrolled:not(.is-active)
        .navbar-fixed-wrapper
        .mph-contact-item {
        color: #002f3c;
    }
    .navbar.mph-main-nav.is-active .mph-menu-logo {
        opacity: 1;
        transition-duration: 1s;
        visibility: visible;
    }
    .navbar.mph-main-nav.is-active .navbar-burger {
        background-color: #fff;
    }
    .navbar.mph-main-nav.is-active .navbar-burger span {
        background-color: #002f3c;
    }
    .navbar.mph-main-nav.builders-nav .navbar-burger {
        background-color: #dad6d1;
    }
    .navbar.mph-main-nav.builders-nav .navbar-burger span,
    .navbar.mph-main-nav.builders-nav .navbar-burger span:before {
        background-color: #202620;
    }
    .navbar.mph-main-nav.builders-nav .mph-menu-logo {
        pointer-events: none;
    }
    .navbar.mph-main-nav.builders-nav.is-active .mph-contact-item,
    .navbar.mph-main-nav.builders-nav.scrolled .mph-contact-item {
        color: #202620;
    }
    .navbar.mph-main-nav.builders-nav.is-active .navbar-burger {
        background-color: #fff;
    }
    .navbar.mph-main-nav.builders-nav
        .navbar-menu.is-active
        .mph-sub-menu-wrapper {
        animation: subtleFadeInUp ease 1s both 0.8s;
    }
    .navbar.mph-main-nav.builders-nav
        .navbar-menu.is-active
        .navbar-start:before {
        animation: fadeIn 1s ease both, navSlideDown 1s ease both;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-start {
        height: 70%;
        position: relative;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-start:before {
        animation: fadeOut 0.8s ease both;
        background-color: #dad6d1;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-item {
        color: #202620;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-end {
        display: flex;
        justify-content: center;
        padding-top: 32px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-sub-menu-wrapper {
        animation: fadeOut 0.3s ease both;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-arrow-cta-title {
        color: #dad6d1;
        font-size: 14px;
        white-space: nowrap;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu:before {
        background-color: #202620;
    }
}
@media screen and (min-width: 768px), print {
    .navbar.mph-main-nav .mph-logo,
    .navbar.mph-main-nav .mph-menu-logo {
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
    .navbar.mph-main-nav .navbar-fixed-wrapper {
        right: 32px;
    }
    .navbar.mph-main-nav .mph-contact-wrapper {
        padding: 0 25px;
    }
    .navbar.mph-main-nav .mph-contact-item {
        font-size: 14px;
    }
    .navbar.mph-main-nav .navbar-burger {
        height: 64px;
        width: 64px;
    }
    .navbar.mph-main-nav .navbar-burger span {
        width: 30px;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-start {
        padding-top: 192px;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item {
        font-size: 40px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-arrow-cta-wrapper {
        margin-bottom: 24px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-arrow-cta-title {
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px) {
    .navbar.mph-main-nav .mph-logo,
    .navbar.mph-main-nav .mph-menu-logo {
        width: 240px;
    }
    .navbar.mph-main-nav .mph-contact-wrapper {
        padding: 0 30px;
    }
    .navbar.mph-main-nav .mph-contact-item {
        font-size: 14px;
    }
    .navbar.mph-main-nav .navbar-burger {
        height: 72px;
        width: 72px;
    }
    .navbar.mph-main-nav .navbar-burger span {
        width: 32px;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-start {
        align-items: center;
        padding: 0;
    }
    .navbar.mph-main-nav .navbar-menu .mph-main-menu-wrapper {
        height: auto;
        max-width: 824px;
        overflow: initial;
    }
    .navbar.mph-main-nav .navbar-menu .mph-sub-menu-wrapper {
        max-width: 824px;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item {
        display: inline-block;
        padding: 8px 32px;
        position: relative;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item:focus,
    .navbar.mph-main-nav .navbar-menu .navbar-item:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item:not(:last-child):after {
        color: #fff;
        content: "|";
        display: inline-block;
        position: absolute;
        right: -6px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-start {
        align-items: flex-end;
        padding: 0 0 3%;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-end {
        padding-top: 3%;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-sub-menu-wrapper {
        flex-direction: row;
        margin: 0;
        width: 100%;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-arrow-cta-wrapper {
        display: inline-block;
        margin: 0 48px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-item {
        font-size: 36px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-item:focus,
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-item:hover {
        color: rgba(32, 38, 32, 0.7);
    }
    .navbar.mph-main-nav.builders-nav
        .navbar-menu
        .navbar-item.builder-navbar-item {
        display: block;
    }
    .navbar.mph-main-nav.builders-nav
        .navbar-menu
        .navbar-item.builder-navbar-item:focus,
    .navbar.mph-main-nav.builders-nav
        .navbar-menu
        .navbar-item.builder-navbar-item:hover {
        color: rgba(218, 214, 209, 0.7);
    }
    .navbar.mph-main-nav.builders-nav
        .navbar-menu
        .navbar-item:not(:last-child):after {
        color: #202620;
    }
}
@media screen and (min-width: 1216px) {
    .navbar.mph-main-nav .navbar-menu .mph-main-menu-wrapper,
    .navbar.mph-main-nav .navbar-menu .mph-sub-menu-wrapper {
        max-width: 1040px;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item {
        font-size: 54px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-item {
        font-size: 48px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-arrow-cta-title {
        font-size: 22px;
    }
}
@media screen and (min-width: 1920px) {
    .navbar.mph-main-nav .mph-logo,
    .navbar.mph-main-nav .mph-menu-logo {
        width: 280px;
    }
    .navbar.mph-main-nav .navbar-burger {
        height: 80px;
        width: 80px;
    }
    .navbar.mph-main-nav .mph-contact-wrapper {
        padding: 0 40px;
    }
    .navbar.mph-main-nav .mph-contact-item {
        font-size: 16px;
    }
    .navbar.mph-main-nav .navbar-fixed-wrapper {
        right: 44px;
    }
    .navbar.mph-main-nav .navbar-menu .mph-main-menu-wrapper,
    .navbar.mph-main-nav .navbar-menu .mph-sub-menu-wrapper {
        max-width: 1200px;
    }
    .navbar.mph-main-nav .navbar-menu .navbar-item {
        font-size: 64px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .navbar-item {
        font-size: 54px;
    }
    .navbar.mph-main-nav.builders-nav .navbar-menu .mph-arrow-cta-title {
        font-size: 24px;
    }
}
@media screen and (min-width: 1px) {
    .mph-panel-content-box {
        background: rgba(255, 255, 255, 0.9);
        padding: 32px;
        position: relative;
        width: auto;
    }
    .mph-panel-content-box .mph-panel-vertical-line,
    .mph-panel-content-box .mph-panel-horizontal-line {
        background: #202620;
        bottom: 0;
        margin: 0 5% 5% 0;
        position: absolute;
        right: 0;
        transition: all 0.75s;
    }
    .mph-panel-content-box .mph-panel-vertical-line:before,
    .mph-panel-content-box .mph-panel-horizontal-line:before {
        background-color: #202620;
        border-radius: 50%;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        width: 4px;
    }
    .mph-panel-content-box .mph-panel-vertical-line {
        height: 50px;
        width: 1px;
    }
    .mph-panel-content-box .mph-panel-vertical-line:before {
        transform: translate(-40%, -50%);
    }
    .mph-panel-content-box .mph-panel-horizontal-line {
        height: 1px;
        width: 50px;
    }
    .mph-panel-content-box .mph-panel-horizontal-line:before {
        transform: translate(-50%, -40%);
    }
    .mph-panel-content-box:hover .mph-panel-vertical-line {
        height: 75px;
    }
    .mph-panel-content-box:hover .mph-panel-horizontal-line {
        width: 75px;
    }
    .mph-panel-content-box .mph-panel-vertical-line,
    .mph-panel-content-box .mph-panel-horizontal-line {
        display: none;
    }
    .mph-panel-content-box a {
        color: #202620;
    }
    .mph-panel-content-box b,
    .mph-panel-content-box strong {
        font-weight: initial;
    }
    .mph-panel-content-box.animate-reveal.animate {
        animation-name: fadeIn;
    }
    .mph-panel-content-box .animate-reveal.animate {
        animation-name: subtleFadeInLeft;
    }
    .mph-panel-content-box .mph-title {
        margin-bottom: 0;
    }
    .mph-panel-content-box .mph-description {
        margin-top: 32px;
    }
    .mph-panel-content-box .mph-cta-wrapper {
        margin-top: 24px;
    }
}
@media screen and (min-width: 768px), print {
    .mph-panel-content-box {
        padding: 40px 44px;
        width: 416px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-panel-content-box {
        padding: 60px 72px;
        width: 528px;
    }
    .mph-panel-content-box .mph-panel-vertical-line,
    .mph-panel-content-box .mph-panel-horizontal-line {
        display: block;
    }
}
@media screen and (min-width: 1216px) {
    .mph-panel-content-box {
        width: 544px;
    }
    .mph-panel-content-box .mph-description {
        margin-top: 44px;
    }
    .mph-panel-content-box .mph-cta-wrapper {
        margin-top: 32px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-panel-content-box {
        padding: 80px 96px;
        width: 704px;
    }
    .mph-panel-content-box .mph-description {
        margin-top: 56px;
    }
    .mph-panel-content-box .mph-cta-wrapper {
        margin-top: 44px;
    }
}
@media screen and (min-width: 1px) {
    .mph-video .mph-play-video-button {
        background: none;
        border: 0;
        cursor: pointer;
        display: flex;
        left: 50%;
        outline: none;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .mph-video .mph-play-video-button svg {
        height: 87px;
        width: auto;
    }
    .mph-video-section {
        padding: 3rem 0;
    }
}
@media screen and (min-width: 1px) {
    .mph-before-after {
        padding: 3rem 0;
    }
    .mph-before-after .mph-content-wrapper {
        background-color: #fff;
        padding: 32px;
    }
    .mph-before-after .mph-content-wrapper .mph-title {
        margin-bottom: 32px;
    }
    .mph-before-after .mph-links-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
    }
    .mph-before-after .twentytwenty-handle {
        background: #078;
    }
    .mph-floor-plan {
        padding: 3rem 0;
    }
    .mph-floor-plan .mph-content-wrapper {
        background-color: #fff;
        padding: 32px;
        position: relative;
    }
    .mph-floor-plan .mph-content-wrapper .mph-title {
        margin-bottom: 32px;
    }
    .mph-floor-plan.supports-pdf .mph-pdf-wrapper {
        margin: 32px 0 44px;
        padding-top: 129.4117647059%;
        position: relative;
    }
    .mph-floor-plan.supports-pdf .mph-pdf-wrapper > embed {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mph-floor-plan.supports-pdf .mph-pdf-wrapper + .mph-disclaimer {
        display: block;
    }
    .mph-floor-plan .mph-pdf-wrapper + .mph-disclaimer {
        display: none;
    }
    .mph-floor-plan .mph-floor-plan-img {
        display: flex;
        margin: 32px 0 44px;
    }
    .mph-floor-plan .mph-pdf-wrapper,
    .mph-floor-plan .mph-arrow-cta-wrapper {
        margin: 0;
    }
    .mph-floor-plan .mph-disclaimer {
        bottom: 32px;
        font-size: 12px;
        left: 32px;
        line-height: 100%;
        position: absolute;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tabs ul {
        display: flex;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tabs ul li {
        background-color: #078;
        border-top: 6px solid #078;
        width: 50%;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs
        #tabs-with-content
        .tabs
        ul
        li:not(:last-child) {
        margin-right: 10px;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs
        #tabs-with-content
        .tabs
        ul
        li.is-active {
        background-color: #fff;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs
        #tabs-with-content
        .tabs
        ul
        li.is-active
        a {
        color: #202620;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tabs ul li a {
        align-items: center;
        color: #dad6d1;
        display: flex;
        font-family: montserrat, sans-serif;
        font-size: 14px;
        justify-content: center;
        padding: 6px 4px 12px;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tab-content {
        display: none;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs
        #tabs-with-content
        .tab-content.is-active {
        display: block;
    }
}
@media screen and (min-width: 768px), print {
    .mph-before-after {
        padding: 3rem 2rem;
    }
    .mph-before-after .mph-content-wrapper {
        padding: 40px 44px;
    }
    .mph-floor-plan {
        padding: 3rem 2rem;
    }
    .mph-floor-plan .mph-content-wrapper {
        padding: 40px 44px;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tabs ul li a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-before-after .mph-content-wrapper {
        padding: 60px 72px;
    }
    .mph-floor-plan .mph-content-wrapper {
        padding: 60px 72px;
        padding-bottom: 32px;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tabs ul li {
        width: 40%;
    }
    .mph-floor-plan.mph-floor-plan-with-tabs #tabs-with-content .tabs ul li a {
        font-size: 18px;
        padding: 18px 4px 24px;
    }
}
@media screen and (min-width: 1216px) {
    .mph-before-after .mph-links-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0.75rem;
        margin-bottom: 40px;
    }
    .mph-before-after .mph-links-wrapper .mph-arrow-cta-wrapper {
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 0;
    }
    .mph-floor-plan .mph-floor-plan-img,
    .mph-floor-plan.supports-pdf .mph-pdf-wrapper {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-before-after .mph-content-wrapper {
        padding: 80px 96px;
    }
    .mph-floor-plan .mph-content-wrapper {
        padding: 80px 96px;
        padding-bottom: 32px;
    }
}
@media screen and (min-width: 1px) {
    .mph-info-section {
        color: #202620;
        padding: 3rem 0;
    }
    .mph-info-section .container {
        background-color: #fff;
        padding: 32px;
    }
    .mph-info-section .mph-title-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }
    .mph-info-section .mph-title-wrapper .mph-title,
    .mph-info-section .mph-title-wrapper .mph-sale-price {
        margin-bottom: 24px;
    }
    .mph-info-section .mph-title-wrapper .mph-sale-price {
        font-size: 22px;
    }
    .mph-info-section .mph-title-wrapper .mph-new-construction {
        line-height: 100%;
        margin-bottom: 24px;
    }
    .mph-info-section .flex-wrapper {
        flex-direction: column;
        margin: 32px 0 16px;
    }
    .mph-info-section .flex-wrapper .mph-subtitle {
        margin-bottom: 24px;
    }
    .mph-info-section .mph-property-details {
        flex-flow: row wrap;
    }
    .mph-info-section .mph-property-details .mph-detail-item {
        flex-basis: 50%;
        margin-bottom: 12px;
    }
    .mph-info-section .mph-description {
        margin-bottom: 24px;
    }
    .mph-info-section .mph-links-wrapper {
        flex-flow: column;
        margin-bottom: -12px;
    }
    .mph-info-section .mph-links-wrapper .mph-arrow-cta-wrapper {
        margin-bottom: 12px;
    }
    .mph-info-section hr {
        margin: 0;
    }
}
@media screen and (min-width: 768px), print {
    .mph-info-section {
        padding: 3rem 2rem;
    }
    .mph-info-section .flex-wrapper {
        flex-direction: row;
        margin: 16px 0 32px;
    }
    .mph-info-section .flex-wrapper .mph-subtitle {
        margin-bottom: 0;
    }
    .mph-info-section .mph-description {
        margin-bottom: 32px;
    }
    .mph-info-section .mph-property-details {
        align-items: flex-end;
        flex: 1;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .mph-info-section .mph-property-details .mph-detail-item {
        flex-basis: auto;
        margin: 0 0 0 4%;
    }
    .mph-info-section .mph-property-details .mph-detail-item:first-child {
        margin-left: 0;
    }
    .mph-info-section .mph-links-wrapper {
        flex-flow: row wrap;
    }
    .mph-info-section .mph-links-wrapper .mph-arrow-cta-wrapper {
        flex-basis: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .mph-info-section .mph-title-wrapper {
        flex-direction: row;
    }
    .mph-info-section .mph-title-wrapper .mph-title,
    .mph-info-section .mph-title-wrapper .mph-new-construction {
        margin-bottom: 24px;
    }
    .mph-info-section .mph-title-wrapper .mph-sale-price {
        font-size: calc(32px - 4px);
        line-height: 188%;
        margin-bottom: 0;
        margin-left: 8px;
    }
    .mph-info-section .flex-wrapper,
    .mph-info-section .mph-description {
        margin-bottom: 48px;
    }
    .mph-info-section .mph-property-details .mph-detail-item {
        margin: 0 0 0 8%;
    }
    .mph-info-section .mph-links-wrapper .mph-arrow-cta-wrapper {
        flex-basis: auto;
        margin-right: 2%;
    }
}
@media screen and (min-width: 1216px) {
    .mph-info-section .container {
        padding: 60px 72px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-info-section .container {
        padding: 80px 96px;
    }
    .mph-info-section .mph-title-wrapper .mph-sale-price {
        font-size: calc(40px - 4px);
    }
    .mph-info-section .flex-wrapper,
    .mph-info-section .mph-description {
        margin-bottom: 72px;
    }
    .mph-info-section .mph-new-construction,
    .mph-info-section .mph-property-details .mph-detail-item {
        font-size: 18px;
    }
    .mph-info-section .mph-links-wrapper .mph-arrow-cta-wrapper {
        margin-right: 4%;
    }
}
@media screen and (min-width: 1px) {
    .mph-virtual-tour-section .mph-virtual-tour-img-wrapper {
        position: relative;
    }
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button {
        background-color: #078;
        border: none;
        display: flex;
        padding: 32px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button
        svg {
        height: 48px;
        width: auto;
    }
    .mph-virtual-tour-two-column-section {
        padding: 3rem 0;
    }
    .mph-virtual-tour-two-column-section .mph-slide-caption {
        background-color: #002f3c;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        left: 0;
        min-width: 50%;
        padding: 8px 16px;
        position: absolute;
    }
    .mph-virtual-tour-two-column-section .mph-arrow-cta-wrapper {
        background-color: #078;
        display: block;
    }
    .mph-virtual-tour-two-column-section .mph-arrow-cta-wrapper .mph-arrow-cta {
        padding: 16px;
    }
}
@media screen and (min-width: 768px), print {
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button {
        padding: 48px;
    }
    .mph-virtual-tour-two-column-section {
        padding: 3rem 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .mph-virtual-tour-section .mph-virtual-tour-img-wrapper {
        width: 80%;
    }
}
@media screen and (min-width: 1216px) {
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button {
        padding: 56px;
    }
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button
        svg {
        height: 56px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button {
        padding: 80px;
    }
    .mph-virtual-tour-section
        .mph-virtual-tour-img-wrapper
        .mph-play-video-button
        svg {
        height: 80px;
    }
}
@media screen and (min-width: 1px) {
    .mph-3-card-panel-section .mph-3-card-panel-header {
        font-size: 40px;
        margin-bottom: 64px;
    }
    .mph-3-card-panel-section .mph-3-card-panel-header.animate-reveal.animate {
        animation-name: subtleFadeInUp;
    }
    .mph-3-card-panel-section .mph-card {
        display: flex;
        overflow: hidden;
        position: relative;
    }
    .mph-3-card-panel-section .mph-card:after {
        content: "";
        display: block;
        padding-top: 150%;
        width: 100%;
    }
    .mph-3-card-panel-section .mph-card:before {
        background: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.3s;
        width: 100%;
        z-index: 1;
    }
    .mph-3-card-panel-section .mph-card-background {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: grayscale(100%);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform-origin: center;
        transition: all 0.3s;
        width: 100%;
    }
    .mph-3-card-panel-section .mph-card-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .mph-3-card-panel-section .mph-card-title {
        font-size: 32px;
        margin: 0;
        padding: 0 5%;
        position: relative;
        top: 50%;
        transform: translateY(-100%);
        width: 100%;
    }
    .mph-3-card-panel-section .mph-card-title:after {
        background-color: #fff;
        bottom: -24px;
        content: "";
        display: block;
        height: 1px;
        margin: 0 auto;
        position: relative;
        transition: width 0.3s;
        width: 60%;
    }
    .mph-3-card-panel-section .mph-card-title br {
        display: none;
    }
    .mph-3-card-panel-section .mph-arrow-cta-wrapper {
        align-self: flex-end;
        padding: 0 12% 12% 0;
    }
}
@media screen and (min-width: 768px), print {
    .mph-3-card-panel-section .mph-3-card-panel-header {
        font-size: 40px;
    }
    .mph-3-card-panel-section .mph-card-title br {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .mph-3-card-panel-section .mph-3-card-panel-header {
        font-size: 54px;
        margin-bottom: 80px;
    }
    .mph-3-card-panel-section .mph-card-title {
        font-size: 40px;
    }
    .mph-3-card-panel-section .mph-card-background {
        transform: translateZ(0);
        will-change: transform, filter;
    }
    .mph-3-card-panel-section .mph-card:hover .mph-card-background {
        filter: grayscale(0%);
        transform: translateZ(0) scale(1.03);
    }
    .mph-3-card-panel-section .mph-card:hover:before {
        background: rgba(0, 0, 0, 0.4);
    }
    .mph-3-card-panel-section .mph-card:hover .mph-card-title:after {
        width: 35%;
    }
}
@media screen and (min-width: 1920px) {
    .mph-3-card-panel-section .mph-3-card-panel-header {
        font-size: 64px;
        margin-bottom: 102px;
    }
    .mph-3-card-panel-section .mph-card-title {
        font-size: calc(54px - 4px);
    }
}
@media screen and (min-width: 1px) {
    .mph-carousel-section {
        padding: 3rem 0;
    }
    .mph-carousel-section .mph-slider .slick-list,
    .mph-carousel-section .mph-slider .slick-track {
        display: flex;
    }
    .mph-carousel-section .mph-slider .mph-slide-content {
        min-height: 62.5vw;
    }
    .mph-carousel-section .mph-slider .mph-slide-content .mph-carousel-content {
        display: flex;
        min-height: 100%;
    }
    .mph-carousel-section .mph-slider .mph-slide-content .mph-slide-background {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content
        .mph-slide-background
        .mph-caption-download-wrapper {
        bottom: 0;
        display: flex;
        gap: 20px;
        left: 20px;
        position: absolute;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content
        .mph-slide-background
        .mph-download-cta {
        display: none;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content
        .mph-slide-background
        .mph-download-cta,
    .mph-carousel-section
        .mph-slider
        .mph-slide-content
        .mph-slide-background
        .mph-slide-caption {
        background-color: #002f3c;
        padding: 8px 16px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0;
        max-width: none !important;
        padding: calc(5% - 4px) 5%;
        width: 75%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-title {
        font-size: 24px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-description {
        font-size: 10px;
        font-weight: normal !important;
        line-height: 2;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-arrow-cta-wrapper {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-arrow-cta-wrapper
        ~ .mph-arrow-cta-wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-arrow-cta-wrapper
        .mph-arrow-cta {
        line-height: 1.25;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background {
        width: 25%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background
        .mph-slide-caption {
        display: none;
    }
    .mph-carousel-section .mph-slider .slick-slide {
        position: relative;
    }
    .mph-carousel-section .mph-slider .slick-slide > div {
        display: flex;
        height: 100%;
    }
    .mph-carousel-section .mph-slide-nav-wrapper .prev,
    .mph-carousel-section .mph-slide-nav-wrapper .next {
        width: 25%;
    }
    .mph-carousel-section .mph-slide-nav-wrapper .prev {
        left: 5%;
    }
    .mph-carousel-section .mph-slide-nav-wrapper .next {
        right: 5%;
    }
    .mph-carousel-section .mph-gallery-link {
        display: inline-block;
        margin-top: 16px;
        position: relative;
        white-space: nowrap;
    }
    .mph-carousel-section .mph-gallery-link:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%;
    }
}
@media screen and (min-width: 768px), print {
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container {
        overflow: initial;
        width: 45%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-title {
        font-size: 32px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-description {
        font-size: 14px;
        line-height: inherit;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background {
        width: 55%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background
        .mph-caption-download-wrapper {
        left: 40px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background
        .mph-slide-caption {
        display: block;
        font-size: 14px;
        padding: 10px 15px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-carousel-section .mph-slider .mph-slide-content {
        aspect-ratio: 8/5;
        height: 100%;
        min-height: auto;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container {
        padding: calc(5% - 8px) 5%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-title {
        font-size: 40px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-description {
        font-size: 16px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background
        .mph-download-cta,
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background
        .mph-slide-caption {
        font-size: 16px;
        padding: 5px 15px;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content
        .mph-slide-background
        .mph-download-cta {
        display: block;
    }
    .mph-carousel-section .mph-slide-nav-wrapper {
        margin-left: 24px;
    }
    .mph-carousel-section .mph-slide-nav-wrapper .prev:after,
    .mph-carousel-section .mph-slide-nav-wrapper .next:after {
        transition: width 0.3s;
        width: 70%;
    }
    .mph-carousel-section .mph-slide-nav-wrapper .prev:hover:after,
    .mph-carousel-section .mph-slide-nav-wrapper .next:hover:after {
        width: 100%;
    }
    .mph-carousel-section .mph-gallery-link {
        left: 50%;
        margin-top: 32px;
        position: absolute;
        transform: translateX(calc(-50% + 12px));
    }
    .mph-carousel-section .mph-gallery-link:after {
        transition: width 0.3s;
    }
    .mph-carousel-section .mph-gallery-link:hover:after {
        width: 60%;
    }
}
@media screen and (min-width: 1216px) {
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container {
        padding: calc(7% - 8px) 7%;
        width: 40%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .mph-slide-background {
        width: 60%;
    }
    .mph-carousel-section .mph-gallery-link {
        margin-top: 48px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container {
        padding: calc(7% - 16px) 7%;
    }
    .mph-carousel-section
        .mph-slider
        .mph-slide-content.mph-slide-has-copy
        .container
        .mph-description {
        font-size: 18px;
    }
}
@media screen and (min-width: 1px) {
    .mph-text-slider-section .mph-title {
        font-size: 24px;
    }
    .mph-text-slider-section .slick-list {
        overflow: visible;
    }
    .mph-text-slider-section .slick-track {
        will-change: transform;
    }
    .mph-text-slider-section .slick-slide {
        position: relative;
    }
    .mph-text-slider-section .slick-slide:after {
        background-color: #202620;
        border-radius: 50%;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        width: 8px;
    }
    .mph-text-slider-section .slick-slide:before {
        background: #202620;
        content: "";
        height: 1px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .mph-text-slider-section .slick-slide,
    .mph-text-slider-section
        .slick-slide[aria-hidden="true"]:not(.slick-cloned)
        ~ .slick-cloned[aria-hidden="true"] {
        opacity: 0.2;
        transition: opacity 0.5s;
    }
    .mph-text-slider-section .slick-center,
    .mph-text-slider-section
        .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
        + .slick-cloned[aria-hidden="true"] {
        opacity: 1;
    }
    .mph-text-slider-section .slick-center:before,
    .mph-text-slider-section
        .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
        + .slick-cloned[aria-hidden="true"]:before {
        background: linear-gradient(
            to right,
            #202620 25%,
            rgba(32, 38, 32, 0.2) 100%
        );
    }
    .mph-text-slider-section .mph-slide-content {
        padding-right: 10%;
        padding-top: 7.5%;
    }
    .mph-text-slider-section .mph-slide-nav-wrapper {
        margin: 32px auto 0;
        width: 172px;
    }
    .mph-text-slider-section .mph-slide-nav-wrapper .prev,
    .mph-text-slider-section .mph-slide-nav-wrapper .next {
        width: 35%;
    }
    .mph-text-slider-section .mph-slide-nav-wrapper .prev:after,
    .mph-text-slider-section .mph-slide-nav-wrapper .next:after {
        width: 70%;
    }
}
@media screen and (min-width: 768px), print {
    .mph-text-slider-section .slick-list {
        transform: translate3d(-20%, 0, 0);
    }
    .mph-text-slider-section .mph-slide-content {
        padding-right: 20%;
    }
}
@media screen and (min-width: 1024px) {
    .mph-text-slider-section .slick-list {
        transform: translate3d(0, 0, 0);
    }
    .mph-text-slider-section .mph-slide-nav-wrapper .prev:after,
    .mph-text-slider-section .mph-slide-nav-wrapper .next:after {
        transition: width 0.3s;
    }
    .mph-text-slider-section .mph-slide-nav-wrapper .prev:hover:after,
    .mph-text-slider-section .mph-slide-nav-wrapper .next:hover:after {
        width: 90%;
    }
}
@media screen and (min-width: 1216px) {
    .mph-text-slider-section .mph-title {
        font-size: calc(24px + 4px);
    }
}
@media screen and (min-width: 1920px) {
    .mph-text-slider-section .mph-title {
        font-size: 32px;
    }
}
@media screen and (min-width: 1px) {
    .mph-footer hr {
        background-color: rgba(255, 255, 255, 0.3);
    }
    .mph-footer .mph-footer-logo-wrapper,
    .mph-footer .mph-footer-menu {
        margin-bottom: 24px;
    }
    .mph-footer .mph-footer-menu,
    .mph-footer .mph-footer-sub-menu {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mph-footer .mph-eoh-logo,
    .mph-footer .mph-footer-logo {
        display: flex;
    }
    .mph-footer .mph-eoh-logo .mph-inline-svg,
    .mph-footer .mph-footer-logo .mph-inline-svg {
        height: 100%;
    }
    .mph-footer .mph-footer-logo-wrapper,
    .mph-footer .mph-eoh-logo-wrapper {
        display: flex;
        justify-content: center;
    }
    .mph-footer .mph-footer-logo {
        width: 192px;
    }
    .mph-footer .mph-eoh-logo {
        width: 52px;
    }
    .mph-footer .mph-footer-menu-item {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 16px;
    }
    .mph-footer .mph-footer-menu-item:last-child {
        margin-bottom: 0;
    }
    .mph-footer .mph-footer-menu-item br {
        display: none;
    }
    .mph-footer .mph-social-icon-wrapper {
        display: flex;
        justify-content: center;
    }
    .mph-footer .mph-social-icon-wrapper .mph-social-icon {
        display: flex;
        height: 22px;
        padding: 0 12px;
    }
    .mph-footer .mph-social-icon-wrapper .mph-social-icon .mph-inline-svg {
        height: 100%;
    }
    .mph-footer .mph-footer-sub-menu-item {
        font-size: 14px;
    }
    .mph-footer .mph-footer-tagline,
    .mph-footer .mph-footer-copyright {
        font-size: 14px;
        line-height: 200%;
        text-align: center;
    }
    .mph-footer .mph-footer-copyright {
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-footer {
        padding: 2.5rem 2rem;
    }
    .mph-footer .mph-footer-logo-wrapper,
    .mph-footer .mph-footer-menu {
        margin-bottom: 0;
    }
    .mph-footer .mph-footer-menu,
    .mph-footer .mph-footer-sub-menu {
        flex-direction: row;
    }
    .mph-footer .mph-footer-logo {
        margin-left: 12px;
        width: 176px;
    }
    .mph-footer .mph-eoh-logo {
        width: 44px;
    }
    .mph-footer .mph-footer-menu-item {
        font-size: 12px;
        line-height: 130%;
        margin: 0;
        padding: 0 14px;
        position: relative;
        text-align: center;
    }
    .mph-footer .mph-footer-menu-item br {
        display: block;
    }
    .mph-footer .mph-social-icon-wrapper {
        margin-bottom: 0;
    }
    .mph-footer .mph-social-icon-wrapper .mph-social-icon {
        height: 18px;
    }
    .mph-footer .flex-wrapper {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-right: 12px;
    }
    .mph-footer .mph-footer-sub-menu-item {
        font-size: 10px;
        padding: 0 12px;
    }
    .mph-footer .mph-footer-sub-menu-item:not(:last-child):after {
        content: "|";
        display: inline-block;
        position: relative;
        right: -12px;
    }
    .mph-footer .mph-footer-tagline,
    .mph-footer .mph-footer-copyright {
        font-size: 10px;
    }
    .mph-footer .mph-footer-copyright {
        margin: 0 24px 0 0;
    }
}
@media screen and (min-width: 1216px) {
    .mph-footer .mph-footer-logo {
        width: 224px;
    }
    .mph-footer .mph-eoh-logo {
        width: 52px;
    }
    .mph-footer .mph-footer-menu-item {
        font-size: 14px;
        padding: 0 24px;
    }
    .mph-footer .mph-social-icon-wrapper .mph-social-icon {
        height: 28px;
    }
    .mph-footer .mph-footer-sub-menu-item {
        font-size: 12px;
    }
    .mph-footer .mph-footer-tagline,
    .mph-footer .mph-footer-copyright {
        font-size: 12px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-footer .mph-footer-logo {
        width: 262px;
    }
    .mph-footer .mph-footer-menu-item {
        padding: 0 44px;
    }
}
@media screen and (min-width: 1px) {
    .mph-header-section.mph-dark-fg .mph-description a {
        color: #202620;
    }
    .mph-header-section.mph-dark-fg .mph-description ul li:before {
        background-color: #202620;
    }
    .mph-header-section .animate-reveal.animate {
        animation-name: subtleFadeInLeft;
    }
    .mph-header-section .mph-description {
        margin-top: 16px;
    }
    .mph-header-section .mph-description b,
    .mph-header-section .mph-description strong {
        display: block;
        font-size: 20px;
        font-weight: initial;
        margin-bottom: 24px;
    }
    .mph-header-section .mph-description p:not(:last-child) {
        margin-bottom: 24px;
    }
    .mph-header-section .mph-description + .mph-arrow-cta-wrapper {
        margin-top: 40px;
    }
    .mph-header-section .mph-description ul li {
        padding-left: 25px;
        position: relative;
    }
    .mph-header-section .mph-description ul li:before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 5px;
        left: 10px;
        position: absolute;
        top: 12px;
        width: 5px;
    }
    .mph-header-section .mph-arrow-cta-wrapper {
        display: flex;
    }
    .mph-header-section.mph-header-centered {
        padding-bottom: 3rem;
        text-align: center;
    }
    .mph-header-section.mph-header-centered .mph-description {
        margin-top: 0;
    }
    .mph-header-section.mph-header-centered .mph-arrow-cta-wrapper {
        justify-content: center;
    }
}
@media screen and (min-width: 1024px) {
    .mph-header-section.mph-header-centered {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }
    .mph-header-section .mph-description strong {
        font-size: 24px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-header-section .mph-description strong {
        font-size: 32px;
    }
}
@media screen and (min-width: 1px) {
    .hero .mph-title {
        color: #fff;
        font-size: 32px;
        margin: 0;
    }
    .hero .mph-description {
        color: #fff;
        font-size: 16px;
    }
    .hero .mph-description br {
        display: none;
    }
    .hero .mph-title-underline {
        background-color: #fff;
        height: 1px;
        margin: 0 auto;
        position: relative;
        width: 100%;
    }
    .hero .mph-title-underline:before,
    .hero .mph-title-underline:after {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        width: 4px;
    }
    .hero .mph-title-underline:before {
        left: 0;
        transform: translate(-50%, -40%);
    }
    .hero .mph-title-underline:after {
        right: 0;
        transform: translate(50%, -40%);
    }
    .hero .mph-image-block,
    .hero .mph-slide-content .mph-slide-background {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero .mph-slide-content .mph-slide-background {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .hero .mph-slide-content,
    .hero .mph-image-block {
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .hero .mph-slide-content:before,
    .hero .mph-image-block:before {
        background: rgba(0, 0, 0, 0.35);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .hero .mph-slide-content .hero-body,
    .hero .mph-image-block .hero-body {
        display: flex;
        height: 100%;
        padding: 100px 24px 64px;
    }
    .hero .mph-slide-content .hero-body .container,
    .hero .mph-image-block .hero-body .container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        z-index: 3;
    }
    .hero .mph-slide-content .mph-title-underline,
    .hero .mph-image-block .mph-title-underline {
        margin-top: 8vw;
    }
    .hero .mph-slide-content .mph-description,
    .hero .mph-image-block .mph-description {
        margin-top: 4vw;
    }
    .hero .mph-slide-content .mph-arrow-cta-wrapper,
    .hero .mph-image-block .mph-arrow-cta-wrapper {
        justify-content: center;
        margin-top: 15vw;
    }
    .hero.mph-hero-slider .slick-active .mph-title,
    .hero.mph-hero-image .mph-image-block .mph-title,
    .hero.mph-hero-slider .slick-active .mph-description,
    .hero.mph-hero-image .mph-image-block .mph-description,
    .hero.mph-hero-slider .slick-active .mph-title-underline,
    .hero.mph-hero-image .mph-image-block .mph-title-underline,
    .hero.mph-hero-slider .slick-active .mph-arrow-cta-wrapper,
    .hero.mph-hero-image .mph-image-block .mph-arrow-cta-wrapper {
        animation: heroContentFadeUp ease 1s forwards;
    }
    .hero.mph-hero-slider .slick-active .mph-title-underline,
    .hero.mph-hero-image .mph-image-block .mph-title-underline {
        animation-delay: 0.2s;
    }
    .hero.mph-hero-slider .slick-active .mph-description,
    .hero.mph-hero-image .mph-image-block .mph-description {
        animation-delay: 0.3s;
    }
    .hero.mph-hero-slider .slick-active .mph-arrow-cta-wrapper,
    .hero.mph-hero-image .mph-image-block .mph-arrow-cta-wrapper {
        animation-delay: 0.4s;
    }
    .hero .mph-title,
    .hero .mph-title-underline,
    .hero .mph-description,
    .hero .mph-arrow-cta-wrapper {
        opacity: 0;
    }
    .hero.mph-hero-image {
        height: 85vh;
    }
    .hero.mph-hero-slider {
        background-color: #202620;
        height: 100vh;
    }
    .hero.mph-hero-slider .mph-slide-caption {
        display: none;
    }
    .hero.mph-hero-slider .slick-track {
        background-color: #202620;
    }
    .hero.mph-hero-slider .slick-slide {
        height: 100vh;
    }
    .hero.mph-hero-slider .slick-slide > div {
        height: 100%;
    }
    .hero.mph-hero-slider .slick-slider {
        margin: 0;
        visibility: hidden;
    }
    .hero.mph-hero-slider .slick-slider.slick-initialized {
        visibility: visible;
    }
    .hero.mph-hero-slider .slick-dots {
        bottom: 20px;
    }
    .hero.mph-hero-slider .slick-dots li {
        height: 8px;
        width: 8px;
    }
    .hero.mph-hero-slider .slick-dots li button {
        height: 8px;
        padding: 0;
        width: 8px;
    }
    .hero.mph-hero-slider .slick-dots li button:before {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 50%;
        content: "";
        height: 8px;
        opacity: 1;
        width: 8px;
    }
    .hero.mph-hero-slider .slick-dots li.slick-active button:before {
        background-color: #fff;
    }
    .hero.mph-hero-model .mph-description {
        text-transform: uppercase;
    }
    .hero.mph-hero-with-form {
        height: 100%;
    }
    .hero.mph-hero-with-form .hero-body {
        min-height: 100vh;
        padding: 140px 24px 64px;
    }
    .hero.mph-hero-with-form .hero-body .container {
        justify-content: center;
    }
}
@media screen and (min-width: 768px), print {
    .hero.mph-hero-slider {
        height: 85vh;
    }
    .hero.mph-hero-slider .slick-slide {
        height: 85vh;
    }
    .hero .mph-title {
        font-size: 40px;
    }
    .hero .mph-description {
        font-size: 18px;
    }
    .hero .mph-slide-content .mph-title-underline,
    .hero .mph-image-block .mph-title-underline {
        margin-top: 3vw;
    }
    .hero .mph-slide-content .mph-description,
    .hero .mph-image-block .mph-description {
        margin-top: 1.5vw;
    }
    .hero .mph-slide-content .mph-arrow-cta-wrapper,
    .hero .mph-image-block .mph-arrow-cta-wrapper {
        margin-top: 10vw;
    }
}
@media screen and (min-width: 1024px) {
    .hero.mph-hero-slider {
        height: 100vh;
    }
    .hero.mph-hero-slider .slick-slide {
        height: 100vh;
    }
    .hero .mph-title {
        font-size: 54px;
    }
    .hero .mph-description {
        font-size: 20px;
    }
    .hero .mph-description br {
        display: block;
    }
    .hero .mph-title-underline {
        width: 60%;
    }
    .hero.is-zoom .mph-image-block:after,
    .hero.is-zoom .mph-slide-content .mph-slide-background:after {
        transform: translateZ(0) scale(1.02);
    }
    .hero .mph-image-block:after,
    .hero .mph-slide-content .mph-slide-background:after {
        background: inherit;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: center;
        transition: transform 1.2s;
        z-index: 1;
    }
    .hero .mph-slide-content,
    .hero .mph-image-block {
        transform: translateZ(0);
        will-change: transform;
    }
    .hero .mph-slide-content .hero-body,
    .hero .mph-image-block .hero-body {
        padding: 120px 24px;
    }
    .hero .mph-slide-content .mph-title-underline,
    .hero .mph-image-block .mph-title-underline {
        margin-top: 2vw;
    }
    .hero .mph-slide-content .mph-description,
    .hero .mph-image-block .mph-description {
        margin-top: 1vw;
    }
    .hero .mph-slide-content .mph-arrow-cta-wrapper,
    .hero .mph-image-block .mph-arrow-cta-wrapper {
        margin-top: 7vw;
    }
    .hero.mph-hero-slider .slick-dots {
        bottom: 36px;
    }
    .hero.mph-hero-slider .slick-dots li {
        height: 10px;
        margin: 0 15px;
        width: 10px;
    }
    .hero.mph-hero-slider .slick-dots li button,
    .hero.mph-hero-slider .slick-dots li button:before {
        height: 10px;
        width: 10px;
    }
    .hero.mph-hero-with-form .hero-body {
        padding: 160px 24px 128px;
    }
}
@media screen and (min-width: 1920px) {
    .hero .mph-title {
        font-size: 64px;
    }
    .hero .mph-description {
        font-size: 22px;
    }
}
@media screen and (min-width: 1px) {
    .mph-masonry-panel-section {
        padding: 3rem 0;
    }
    .mph-masonry-panel-section .mph-masonry-panel-right-column-wrapper {
        margin-top: -20%;
    }
    .mph-masonry-panel-section
        .mph-masonry-panel-right-column-wrapper
        .mph-panel-content-box {
        margin-left: 32px;
    }
    .mph-masonry-quote-section {
        padding: 3rem 0;
    }
    .mph-masonry-quote-section .mph-masonry-quote-left-column-wrapper {
        margin-top: -20%;
    }
    .mph-masonry-quote-section
        .mph-masonry-quote-left-column-wrapper
        .mph-panel-content-box {
        margin-left: 32px;
    }
    .mph-masonry-quote-section .quote-slider {
        margin-top: -20%;
        overflow: hidden;
        position: relative;
    }
    .mph-masonry-quote-section .quote-slider .quote-slider-background {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .mph-masonry-quote-section .quote-slider .quote-slider-background img {
        min-height: 100%;
    }
    .mph-masonry-quote-section .quote-slider .slick-track {
        display: flex;
    }
    .mph-masonry-quote-section .quote-slider .slick-track .slick-slide {
        align-items: center;
        display: flex;
        height: auto;
        justify-content: center;
    }
    .mph-masonry-quote-section .mph-panel-quote-box {
        padding: 10% 7% 3%;
    }
    .mph-masonry-quote-section .mph-panel-quote-box .mph-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .mph-masonry-quote-section .mph-panel-quote-box .mph-description {
        font-size: 12px;
    }
    .mph-masonry-quote-section .is-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .mph-virtual-tour-section,
    .mph-single-image-panel-section {
        padding: 3rem 0;
    }
    .mph-virtual-tour-section .mph-panel-content-box,
    .mph-single-image-panel-section .mph-panel-content-box {
        margin: -20% 32px 0 auto;
    }
    .mph-masonry-large-img {
        width: 100%;
    }
}
@media screen and (min-width: 768px), print {
    .mph-masonry-panel-section .mph-masonry-panel-right-column-wrapper {
        margin-left: -25%;
        margin-top: 0;
    }
    .mph-masonry-panel-section
        .mph-masonry-panel-right-column-wrapper
        .mph-panel-content-box {
        margin: 0 auto;
    }
    .mph-masonry-quote-section .mph-masonry-quote-left-column-wrapper {
        margin-right: -70%;
        margin-top: 32px;
    }
    .mph-masonry-quote-section
        .mph-masonry-quote-left-column-wrapper
        .mph-panel-content-box {
        margin-left: 5%;
    }
    .mph-masonry-quote-section
        .mph-masonry-quote-left-column-wrapper
        .mph-masonry-quote-large-img {
        margin-top: -15%;
    }
    .mph-masonry-quote-section .mph-panel-quote-box .mph-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .mph-masonry-quote-section .mph-panel-quote-box .mph-description {
        font-size: 14px;
    }
    .mph-masonry-quote-section .is-wrap-reverse {
        flex-wrap: wrap;
    }
    .mph-single-image-panel-section .mph-panel-content-box {
        margin: -25% 15% 0 auto;
    }
    .mph-virtual-tour-section .mph-panel-content-box {
        margin: -20% 15% 0 auto;
    }
}
@media screen and (min-width: 1024px) {
    .mph-masonry-panel-section {
        padding: 3rem 2rem;
    }
    .mph-masonry-panel-section .mph-masonry-panel-right-column-wrapper {
        margin-left: -15%;
    }
    .mph-masonry-quote-section .mph-masonry-quote-left-column-wrapper {
        margin-top: 0;
    }
    .mph-masonry-quote-section
        .mph-masonry-quote-left-column-wrapper
        .mph-masonry-quote-large-img {
        margin-top: -10%;
    }
    .mph-masonry-quote-section .mph-masonry-quote-small-img {
        margin-left: -32px;
    }
}
@media screen and (min-width: 1216px) {
    .mph-masonry-quote-section .mph-panel-quote-box .mph-title {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .mph-masonry-quote-section .mph-panel-quote-box .mph-description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-masonry-quote-section .mph-panel-quote-box .mph-title {
        font-size: calc(40px - 4px);
    }
    .mph-masonry-quote-section .mph-panel-quote-box .mph-description {
        font-size: 18px;
    }
    .mph-masonry-quote-section .mph-masonry-quote-small-img {
        margin-left: 0;
    }
}
@media screen and (min-width: 1px) {
    .mph-partners-section {
        padding: 3rem 0;
    }
    .mph-partners-section .container {
        background-color: #fff;
        padding: 32px;
    }
    .mph-partners-section .mph-title {
        margin-bottom: 40px;
    }
    .mph-partners-section .mph-img-wrapper {
        align-items: center;
        display: flex;
        height: 56px;
    }
    .mph-partners-section .mph-img-wrapper img {
        max-height: 100%;
    }
    .mph-partners-section .featured-brands-columns .mph-content-wrapper {
        margin-bottom: 28px;
    }
    .mph-partners-section
        .featured-brands-columns
        .mph-content-wrapper
        .mph-img-wrapper {
        margin-bottom: 40px;
    }
    .mph-partners-section .all-brands-columns .column {
        padding-bottom: var(--columnGap);
        padding-top: var(--columnGap);
    }
    .mph-partners-section .all-brands-columns .mph-img-wrapper {
        justify-content: center;
    }
    .mph-partners-section .mph-small-arrow-cta-wrapper {
        justify-content: flex-end;
        margin-top: 16px;
    }
    .mph-partners-section .mph-small-arrow-cta-wrapper .mph-arrow-cta-title {
        margin-right: 16px;
    }
    .mph-partners-section .mph-small-arrow-cta-wrapper .mph-expand-cta {
        display: flex;
    }
    .mph-partners-section
        .mph-small-arrow-cta-wrapper
        .mph-expand-cta
        .mph-small-arrow-svg-wrapper {
        transform: rotate(90deg);
        transition: transform 0.2s ease-in-out;
    }
    .mph-partners-section
        .mph-small-arrow-cta-wrapper
        .mph-expand-cta.expanded
        .mph-small-arrow-svg-wrapper {
        transform: rotate(-90deg);
    }
}
@media screen and (min-width: 768px), print {
    .mph-partners-section {
        padding: 3rem 2rem;
    }
    .mph-partners-section .container {
        padding: 40px 44px;
    }
}
@media screen and (min-width: 1024px) {
    .mph-partners-section .container {
        padding: 60px 72px;
    }
    .mph-partners-section .mph-img-wrapper {
        height: 72px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-partners-section .container {
        padding: 80px 96px;
    }
}
@media screen and (min-width: 1px) {
    .mph-qa-section .mph-title {
        margin: 3rem 0 calc(3rem + 12px);
    }
    .mph-qa-section #mph-accordion .mph-card-header {
        font-family: ivypresto-display, sans-serif;
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 44px;
    }
    .mph-qa-section #mph-accordion .mph-card {
        background: rgba(0, 0, 0, 0);
        border: 0 solid #000;
        border-radius: 0;
        border-top: 1px solid #000;
        padding: 0.75rem 0;
    }
    .mph-qa-section #mph-accordion .mph-card:last-child {
        border-bottom: 1px solid #000;
    }
    .mph-qa-section #mph-accordion .mph-card .question {
        background: rgba(0, 0, 0, 0);
        border: none;
        color: #202620;
        cursor: pointer;
        display: block;
        line-height: 2rem;
        outline: none;
        padding: 0 36px 0 0;
        position: relative;
        text-align: left;
        transition: 0.25s;
        width: 100%;
    }
    .mph-qa-section #mph-accordion .mph-card .question button,
    .mph-qa-section #mph-accordion .mph-card .question span {
        font-size: 14px;
        font-weight: 600;
    }
    .mph-qa-section #mph-accordion .mph-card .question:after {
        background-image: url("/img/svg/mph-chevron.svg");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 16px;
        position: absolute;
        right: 10px;
        top: 6px;
        transition: transform 0.25s;
        width: 16px;
    }
    .mph-qa-section
        #mph-accordion
        .mph-card
        .question[aria-expanded="true"]:after {
        transform: scaleY(-1);
    }
    .mph-qa-section #mph-accordion .mph-card .answer {
        font-size: 14px;
        max-height: 0;
        overflow: hidden;
        padding: 0 18px;
        transition: max-height 0.25s ease-out;
    }
    .mph-qa-section #mph-accordion .mph-card .answer span {
        display: block;
        padding-top: 12px;
    }
    .mph-qa-section #mph-accordion .mph-card .answer p:not(:last-child) {
        margin-bottom: 1rem;
    }
    .mph-qa-section .mph-search-field {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .mph-qa-section
        .mph-search-field
        label[for="mph-qa-search"]:not(:focus):not(:active) {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
    .mph-qa-section .mph-search-field #mph-qa-search {
        border: 0px solid #000;
        box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.1);
        flex: 1;
        font-size: 16px;
        height: 44px;
        margin: 0;
        padding: 7px 0.4em;
    }
    .mph-qa-section .mph-search-field #reset {
        background-color: #002f3c;
        border: none;
        border-radius: 0;
        color: #fff;
        height: 44px;
    }
}
@media screen and (min-width: 768px), print {
    .mph-qa-section #mph-accordion .mph-card-header {
        font-size: 30px;
    }
    .mph-qa-section .mph-search-field {
        width: 350px;
    }
}
@media screen and (min-width: 1px) {
    .mph-social-section {
        background-color: #cedce1;
    }
    .mph-social-section .mph-social-icons-wrapper {
        display: flex;
        justify-content: center;
        padding: 12px 0;
    }
    .mph-social-section .mph-social-icon {
        display: flex;
        height: 32px;
        margin: 0 16px;
    }
    .mph-social-section .mph-social-icon svg {
        height: 32px;
        width: auto;
    }
    .mph-social-section.mph-dark-fg .mph-social-icon svg path,
    .mph-social-section.mph-dark-fg .mph-social-icon svg rect {
        fill: #202620;
    }
}
@media screen and (min-width: 1024px) {
    .mph-social-section .mph-social-icon {
        height: 36px;
        margin: 0 24px;
    }
    .mph-social-section .mph-social-icon svg {
        height: 36px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-social-section .mph-social-icon {
        height: 40px;
    }
    .mph-social-section .mph-social-icon svg {
        height: 40px;
    }
}
@media screen and (min-width: 1px) {
    .mph-team-info-section .mph-team-members {
        background-color: #fff;
        padding: 24px;
    }
    .mph-team-info-section .mph-team-members > .mph-title {
        margin-bottom: 24px;
    }
    .mph-team-info-section .mph-team-member {
        display: flex;
        flex-direction: column;
    }
    .mph-team-info-section .mph-content-wrapper {
        padding: 8% 0 0;
    }
    .mph-team-info-section .mph-content-wrapper .mph-title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .mph-team-info-section .mph-content-wrapper .mph-member-title {
        font-size: 14px;
    }
    .mph-team-info-section .mph-content-wrapper .mph-description {
        line-height: 125%;
        margin-bottom: 32px;
    }
    .mph-team-info-section .mph-content-wrapper hr {
        margin: 0 0 32px;
    }
    .mph-team-info-section .hr-lg {
        height: 3px;
        margin: 32px -12px;
    }
    .mph-team-info-section .hr-lg:last-child {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px), print {
    .mph-team-info-section .mph-team-member {
        flex-direction: row;
    }
    .mph-team-info-section .mph-img-wrapper {
        width: 45%;
    }
    .mph-team-info-section .mph-content-wrapper {
        padding: 0 4% 0 8%;
        width: 55%;
    }
}
@media screen and (min-width: 1024px) {
    .mph-team-info-section .mph-team-members {
        padding: 48px;
    }
    .mph-team-info-section .mph-team-members > .mph-title {
        margin-bottom: 48px;
    }
    .mph-team-info-section .mph-content-wrapper .mph-title {
        font-size: 32px;
    }
    .mph-team-info-section .mph-content-wrapper .mph-member-title {
        font-size: 16px;
    }
    .mph-team-info-section .hr-lg {
        margin: 32px -24px;
    }
}
@media screen and (min-width: 1920px) {
    .mph-team-info-section .mph-content-wrapper .mph-title {
        font-size: 40px;
    }
}
@media screen and (min-width: 1px) {
    .mph-tiles-section .mph-custom-columns {
        display: grid;
        grid-auto-rows: 1fr;
        grid-row-gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
    .mph-tiles-section .mph-tile {
        display: flex;
        height: 100%;
        min-height: 320px;
        overflow: hidden;
        position: relative;
    }
    .mph-tiles-section .mph-tile .mph-panel-vertical-line,
    .mph-tiles-section .mph-tile .mph-panel-horizontal-line {
        background: #fff;
        bottom: 0;
        margin: 0 5% 5% 0;
        position: absolute;
        right: 0;
        transition: all 0.75s;
    }
    .mph-tiles-section .mph-tile .mph-panel-vertical-line:before,
    .mph-tiles-section .mph-tile .mph-panel-horizontal-line:before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        width: 4px;
    }
    .mph-tiles-section .mph-tile .mph-panel-vertical-line {
        height: 50px;
        width: 1px;
    }
    .mph-tiles-section .mph-tile .mph-panel-vertical-line:before {
        transform: translate(-40%, -50%);
    }
    .mph-tiles-section .mph-tile .mph-panel-horizontal-line {
        height: 1px;
        width: 50px;
    }
    .mph-tiles-section .mph-tile .mph-panel-horizontal-line:before {
        transform: translate(-50%, -40%);
    }
    .mph-tiles-section .mph-tile:hover .mph-panel-vertical-line {
        height: 75px;
    }
    .mph-tiles-section .mph-tile:hover .mph-panel-horizontal-line {
        width: 75px;
    }
    .mph-tiles-section .mph-tile .mph-panel-vertical-line,
    .mph-tiles-section .mph-tile .mph-panel-horizontal-line {
        z-index: 2;
    }
    .mph-tiles-section .mph-tile:hover .mph-tile-title {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
        transition-delay: 0s;
    }
    .mph-tiles-section .mph-tile:hover .mph-tile-description {
        transform: translate3d(0, 0, 0);
        transition-delay: 0.2s;
    }
    .mph-tiles-section .mph-tile:hover .mph-tile-description,
    .mph-tiles-section .mph-tile:hover .mph-tile-background:before {
        opacity: 1;
    }
    .mph-tiles-section .mph-tile-background {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .mph-tiles-section .mph-tile-background:before {
        background-color: inherit;
        content: "";
        height: 100%;
        opacity: 0.8;
        position: absolute;
        transition: opacity 0.5s;
        width: 100%;
        z-index: 1;
    }
    .mph-tiles-section .mph-tile-gradient {
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .mph-tiles-section .mph-tile-content {
        padding: 8% 10% 70px;
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .mph-tiles-section .mph-tile-title {
        display: flex;
        font-size: calc(24px + 4px);
        justify-content: center;
        line-height: 144%;
        margin: 15% 0 0;
        position: absolute;
        text-align: center;
        transform: translate3d(0, 0, 0);
        transition: all 0.3s;
        transition-delay: 0.2s;
        width: 80%;
    }
    .mph-tiles-section .mph-tile-title br {
        display: none;
    }
    .mph-tiles-section .mph-tile-description {
        font-size: 14px;
        line-height: 165%;
        opacity: 0;
        position: relative;
        transform: translate3d(0, 10px, 0);
        transition: all 0.3s;
        transition-delay: 0s;
        width: 100%;
    }
    .mph-tiles-section .mph-arrow-cta-wrapper {
        bottom: 32px;
        left: 24px;
        position: absolute;
    }
}
@media screen and (min-width: 768px), print {
    .mph-tiles-section .mph-custom-columns {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .mph-tiles-section .mph-tile-title {
        font-size: calc(24px + 4px);
    }
    .mph-tiles-section .mph-tile-title br {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .mph-tiles-section .mph-custom-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 1216px) {
    .mph-tiles-section .mph-tile {
        min-height: 352px;
    }
    .mph-tiles-section .mph-tile-title {
        font-size: 32px;
    }
    .mph-tiles-section .mph-tile-description {
        line-height: 188%;
    }
}
@media screen and (min-width: 1920px) {
    .mph-tiles-section .mph-tile {
        min-height: 384px;
    }
    .mph-tiles-section .mph-tile-title {
        font-size: calc(32px + 4px);
    }
    .mph-tiles-section .mph-tile-description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1px) {
    .mph-vertical-content {
        padding: 3rem 0;
    }
    .mph-vertical-content .flex-wrapper {
        flex-direction: column;
    }
    .mph-vertical-content .mph-panel-content-box {
        margin-left: 32px;
    }
    .mph-vertical-content .mph-arrow-cta-wrapper {
        display: flex;
    }
    .mph-vertical-content .mph-directions-link-wrapper {
        display: flex;
    }
    .mph-vertical-content .mph-directions-link-wrapper .mph-directions-link {
        pointer-events: auto;
        text-decoration: underline;
        text-underline-position: under;
    }
}
@media screen and (min-width: 768px), print {
    .mph-vertical-content .flex-wrapper {
        align-items: center;
        flex-direction: row;
    }
    .mph-vertical-content .mph-panel-content-box {
        margin-left: 0;
    }
    .mph-vertical-content .mph-img-wrapper,
    .mph-vertical-content .mph-map-component {
        margin-left: -8%;
        width: 100%;
    }
    .mph-vertical-content.mph-content-box-right .mph-img-wrapper,
    .mph-vertical-content.mph-content-box-right .mph-map-component {
        margin-left: 0;
        margin-right: -8%;
    }
    .mph-vertical-content.mph-content-box-right .flex-wrapper {
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 1024px) {
    .mph-vertical-content {
        padding: 3rem 2rem;
    }
    .mph-vertical-content.mph-is-landscape {
        padding: 8rem 2rem;
    }
}
@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .mph-vertical-content .mph-directions-link-wrapper .mph-directions-link {
        text-decoration: none;
    }
    .mph-vertical-content
        .mph-directions-link-wrapper
        .mph-directions-link:hover {
        text-decoration: underline;
    }
}
@media screen and (min-width: 1216px) {
    .mph-vertical-content .mph-img-wrapper,
    .mph-vertical-content .mph-map-component {
        margin-right: 8%;
    }
    .mph-vertical-content.mph-is-landscape .mph-img-wrapper {
        margin-right: 0;
    }
    .mph-vertical-content.mph-content-box-right .mph-img-wrapper,
    .mph-vertical-content.mph-content-box-right .mph-map-component {
        margin-right: -8%;
    }
    .mph-vertical-content.mph-content-box-right:not(.mph-is-landscape)
        .mph-img-wrapper,
    .mph-vertical-content.mph-content-box-right:not(.mph-is-landscape)
        .mph-map-component {
        margin-left: 8%;
    }
}
.pum-theme-plan-theme .mph-title {
    color: #078;
    font-family: ivypresto-display, sans-serif;
}
.pum-theme-plan-theme .pum-close {
    font-size: 20px;
    right: 0;
    top: 0;
    width: 35px;
}
.pum-theme-plan-theme .pum-container {
    bottom: auto !important;
    padding: 0 !important;
    right: 0 !important;
}
.pum-theme-plan-theme .mph-card-content {
    color: #202620;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 1rem;
}
.pum-theme-plan-theme .popup-cta {
    background-color: #078;
    font-size: 16px;
    font-weight: 700;
    margin: 1rem auto 0;
    padding: 5px;
    transition: background-color 0.2s ease-in-out;
    width: 150px;
}
.pum-theme-plan-theme .popup-cta:hover {
    background-color: #002f3c !important;
}
.pum-theme-plan-theme .img-field {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-height: 275px;
}
@media screen and (min-width: 1px) {
    .pum-theme-plan-theme .mph-title {
        font-size: 28px;
    }
    .pum-theme-plan-theme .popup-box-content {
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px), print {
    .pum-theme-plan-theme .mph-title {
        font-size: 34px;
    }
}
.playable-image-container {
    position: relative;
}
.play-icon-overlay {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.play-icon-overlay svg {
    height: 80px;
    width: 80px;
}
@media screen and (min-width: 1px) {
    .mph-news-detail {
        color: #202620;
    }
    .mph-news-detail .container {
        padding: 3rem 2rem;
    }
    .mph-news-detail a {
        color: #078;
        font-weight: bold;
    }
    .mph-news-detail ul li {
        padding-left: 25px;
        position: relative;
    }
    .mph-news-detail ul li:before {
        background-color: #202620;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 5px;
        left: 10px;
        position: absolute;
        top: 12px;
        width: 5px;
    }
    .mph-news-detail .mph-post-image {
        position: relative;
    }
    .mph-news-detail .mph-post-image:before {
        background: rgba(0, 0, 0, 0.35);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .mph-news-detail .mph-post-image img {
        display: block;
        width: 100%;
    }
    .mph-news-detail .wp-block-image {
        display: flex;
    }
    .mph-news-detail .wp-block-image img {
        width: 100%;
    }
    .mph-news-detail .mph-content-wrapper {
        position: relative;
    }
    .mph-news-detail .mph-post-header > *,
    .mph-news-detail .mph-post-content > * {
        margin-bottom: 24px !important;
    }
    .mph-news-detail .addtoany_share_save_container {
        margin: 0 0 24px;
    }
    .mph-news-detail .addtoany_share_save_container .addtoany_list {
        display: flex;
    }
    .mph-news-detail .addtoany_share_save_container .addtoany_list a {
        align-items: center;
        display: flex;
        height: 48px !important;
        justify-content: center;
        line-height: 48px !important;
        margin-right: 6px;
        width: 48px !important;
    }
    .mph-news-detail .addtoany_share_save_container .addtoany_list a .a2a_svg {
        background-color: rgba(0, 0, 0, 0) !important;
        height: 32px;
        line-height: 32px;
        width: 32px;
    }
    .mph-news-detail
        .addtoany_share_save_container
        .addtoany_list
        a:hover
        .a2a_svg {
        opacity: 1;
    }
    .mph-news-detail
        .addtoany_share_save_container
        .addtoany_list
        a.a2a_button_print {
        background-color: #006b89 !important;
    }
    .mph-news-detail
        .addtoany_share_save_container
        .addtoany_list
        a.a2a_button_email {
        background-color: #00576f !important;
    }
    .mph-news-detail
        .addtoany_share_save_container
        .addtoany_list
        a.a2a_button_facebook {
        background-color: #004356 !important;
    }
    .mph-news-detail
        .addtoany_share_save_container
        .addtoany_list
        a.a2a_button_twitter {
        background-color: #002f3c !important;
    }
}
@media screen and (max-width: 1023px) {
    .mph-news-detail .wp-block-columns {
        display: block;
    }
    .mph-news-detail .wp-block-columns .wp-block-column {
        margin: 0;
    }
}
@media screen and (min-width: 1024px) {
    .mph-news-detail .container {
        padding: 8rem 2rem;
    }
    .mph-news-detail .wp-block-image {
        margin-bottom: 0;
    }
    .mph-news-detail .addtoany_share_save_container {
        left: -48px;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        transform: translateX(-100%);
    }
    .mph-news-detail .addtoany_share_save_container .addtoany_list {
        flex-direction: column;
    }
    .mph-news-detail .addtoany_share_save_container .addtoany_list a {
        height: 72px !important;
        line-height: 72px !important;
        margin-bottom: 6px;
        margin-right: 0;
        width: 72px !important;
    }
}
@media screen and (min-width: 1px) {
    .mph-generic-page {
        background-color: #cedce1;
        color: #002f3c;
        padding: 12rem 2rem 8rem;
    }
    .mph-generic-page .mph-title {
        color: #002f3c;
        margin-bottom: 48px;
    }
    .mph-generic-page p:not(:last-child) {
        margin-bottom: 24px;
    }
    .mph-generic-page a {
        color: #002f3c;
        transition: color 0.4s;
    }
    .mph-generic-page a:hover {
        color: #078;
    }
    .mph-generic-page.error-404 {
        padding: 12rem 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .mph-generic-page {
        padding-top: 14rem;
    }
    .mph-generic-page.error-404 {
        padding: 16rem 2rem;
    }
}
.job-template-default .mph-main.mph-layout-main,
.job-template-default .mph-generic-page {
    background-color: #202620;
    color: #fff;
    padding-top: 5rem;
}
.job-template-default .mph-main.mph-layout-main a,
.job-template-default .mph-generic-page a {
    color: #fff;
}
.job-template-default .has-text-grey-dark {
    color: #fff !important;
}
.builder-template-default .wpjb .wpjb-layer-inside,
.page-template-builder-page .wpjb .wpjb-layer-inside,
.job-template-default .wpjb .wpjb-layer-inside {
    background-color: #202620;
    color: #fff;
    padding-top: 5rem;
}
.builder-template-default .wpjb .wpjb-layer-inside a,
.page-template-builder-page .wpjb .wpjb-layer-inside a,
.job-template-default .wpjb .wpjb-layer-inside a {
    color: #fff;
}
.builder-template-default .wpjb-flash-info,
.page-template-builder-page .wpjb-flash-info,
.job-template-default .wpjb-flash-info {
    background: #000;
}
.builder-template-default #wpjb-top-search,
.page-template-builder-page #wpjb-top-search,
.job-template-default #wpjb-top-search {
    background-color: #dad6d1;
    background-size: 80px;
    color: #000;
}
.builder-template-default #wpjb-top-search a,
.page-template-builder-page #wpjb-top-search a,
.job-template-default #wpjb-top-search a {
    color: #000;
}
.builder-template-default #wpjb-top-search #wpjb-top-search-form,
.page-template-builder-page #wpjb-top-search #wpjb-top-search-form,
.job-template-default #wpjb-top-search #wpjb-top-search-form {
    color: #000;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 0;
}
.builder-template-default #wpjb-top-search .wpjb-search-input-label,
.page-template-builder-page #wpjb-top-search .wpjb-search-input-label,
.job-template-default #wpjb-top-search .wpjb-search-input-label {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.builder-template-default #wpjb-top-search input[type="text"],
.page-template-builder-page #wpjb-top-search input[type="text"],
.job-template-default #wpjb-top-search input[type="text"] {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    color: #202620;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding: 8px 12px;
    width: 100%;
}
.builder-template-default #wpjb-top-search input[type="text"]::placeholder,
.page-template-builder-page #wpjb-top-search input[type="text"]::placeholder,
.job-template-default #wpjb-top-search input[type="text"]::placeholder {
    color: #202620;
    opacity: 1;
}
.builder-template-default
    #wpjb-top-search
    input[type="text"]:-ms-input-placeholder,
.builder-template-default
    #wpjb-top-search
    input[type="text"]::-ms-input-placeholder,
.page-template-builder-page
    #wpjb-top-search
    input[type="text"]:-ms-input-placeholder,
.page-template-builder-page
    #wpjb-top-search
    input[type="text"]::-ms-input-placeholder,
.job-template-default #wpjb-top-search input[type="text"]:-ms-input-placeholder,
.job-template-default
    #wpjb-top-search
    input[type="text"]::-ms-input-placeholder {
    color: #202620;
    opacity: 1;
}
.builder-template-default #wpjb-top-search select,
.page-template-builder-page #wpjb-top-search select,
.job-template-default #wpjb-top-search select {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    color: #202620;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding: 8px 12px;
    width: 100%;
}
.builder-template-default
    #wpjb-top-search
    .wpjb-button.wpjb-button-search.wpjb-button-submit,
.page-template-builder-page
    #wpjb-top-search
    .wpjb-button.wpjb-button-search.wpjb-button-submit,
.job-template-default
    #wpjb-top-search
    .wpjb-button.wpjb-button-search.wpjb-button-submit {
    background: #000;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
.builder-template-default #wpjb-top-search .wpjb-icon-search:before,
.page-template-builder-page #wpjb-top-search .wpjb-icon-search:before,
.job-template-default #wpjb-top-search .wpjb-icon-search:before {
    color: #fff;
    content: "î ‚";
    font-size: 18px;
    line-height: 1;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 3px;
    width: 18px;
}
.builder-template-default .wpjb .wpjb-paginate-links a,
.builder-template-default .wpjb .wpjb-paginate-links span,
.page-template-builder-page .wpjb .wpjb-paginate-links a,
.page-template-builder-page .wpjb .wpjb-paginate-links span,
.job-template-default .wpjb .wpjb-paginate-links a,
.job-template-default .wpjb .wpjb-paginate-links span {
    background: rgba(0, 0, 0, 0);
}
.builder-template-defaultbody .wpjb .wpjb-line-major .wpjb-title,
.page-template-builder-pagebody .wpjb .wpjb-line-major .wpjb-title,
.job-template-defaultbody .wpjb .wpjb-line-major .wpjb-title {
    color: #fff;
    font-family: ivypresto-display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
}
.builder-template-default .wpjb-page-search .wpjb-bulb,
.builder-template-default .wpjb-page-index .wpjb-bulb,
.builder-template-default .wpjb .wpjb-bulb,
.page-template-builder-page .wpjb-page-search .wpjb-bulb,
.page-template-builder-page .wpjb-page-index .wpjb-bulb,
.page-template-builder-page .wpjb .wpjb-bulb,
.job-template-default .wpjb-page-search .wpjb-bulb,
.job-template-default .wpjb-page-index .wpjb-bulb,
.job-template-default .wpjb .wpjb-bulb {
    background-color: #078;
    color: #fff;
}
.builder-template-default .wpjb-grid-col.wpjb-col-logo,
.page-template-builder-page .wpjb-grid-col.wpjb-col-logo,
.job-template-default .wpjb-grid-col.wpjb-col-logo {
    display: none;
}
.wpjb-form-job-apply {
    display: none !important;
}
